.cms-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* CMS mounts use authored grid/display rules, so do not rely on the browser's
   lower-priority default `[hidden]` stylesheet to suppress fallbacks. */
#cmsHomeDiscovery[hidden],
#staticHomeDiscovery[hidden],
#cmsHomeSections[hidden],
#cmsCatalog[hidden],
#staticCatalogFallback[hidden],
#cmsMenuSections[hidden],
#cmsManagedPage[hidden],
#staticRouteFallback[hidden],
#intro[hidden],
#features[hidden],
#featured-salads[hidden],
#beyond-salads[hidden],
#how-it-works[hidden],
#packaging[hidden],
#home-cta[hidden],
#holidays[hidden],
#catering[hidden],
#hero[hidden],
#menu-full .menu-header[hidden] {
  display: none !important;
}

#heroScrollIndicator[hidden],
#heroLogo[hidden],
#heroSubtitle[hidden],
nav a[hidden],
nav img[hidden],
nav span[hidden],
footer a[hidden],
footer img[hidden],
footer p[hidden],
footer span[hidden] {
  display: none !important;
}

#navToggle {
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

.cms-catalog,
.cms-page-sections {
  width: 100%;
}

.cms-empty-state {
  padding: 2rem;
  border: 1px solid rgba(107, 142, 90, 0.35);
  border-radius: 0.5rem;
  background: #11150f;
  color: #b9b6b0;
  font-family: Outfit, sans-serif;
  line-height: 1.65;
  text-align: center;
}

.cms-unavailable-state {
  display: grid;
  min-height: calc(100vh - 4rem);
  align-content: center;
  justify-items: center;
  text-align: center;
}

.cms-category + .cms-category {
  margin-top: 6rem;
}

.cms-category__header {
  max-width: 48rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.cms-category__eyebrow,
.cms-product__tag,
.cms-campaign__badge,
.cms-section__badge,
.cms-section__eyebrow {
  color: #6b8e5a;
  font-family: Outfit, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cms-product__dietary {
  display: inline-block;
  margin-left: 0.5rem;
  color: #a8a5a0;
  font-family: Outfit, sans-serif;
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  vertical-align: middle;
}

.cms-category__title,
.cms-page__title,
.cms-section__title {
  margin-top: 0.6rem;
  color: #f0ede8;
  font-family: Fraunces, serif;
  font-weight: 300;
  line-height: 1.12;
}

.cms-category__title {
  font-size: clamp(2rem, 5vw, 3rem);
}

.cms-category__description,
.cms-page__summary,
.cms-section__body {
  margin-top: 0.9rem;
  color: #a8a5a0;
  font-family: Outfit, sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.75;
}

.cms-products {
  display: grid;
  gap: 3.5rem;
}

.cms-product {
  display: grid;
  min-width: 0;
  gap: 1.5rem;
  align-items: center;
  scroll-margin-top: 6rem;
}

.cms-product__media {
  display: flex;
  min-height: 17.5rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.5rem;
  background: #111;
}

.cms-product__image {
  width: 100%;
  height: 17.5rem;
  object-fit: cover;
}

.cms-product__placeholder {
  padding: 2rem;
  color: #77736d;
  font-family: Fraunces, serif;
  font-size: 1.35rem;
  font-weight: 300;
  text-align: center;
}

.cms-product__name {
  margin-top: 0.5rem;
  color: #f0ede8;
  font-family: Fraunces, serif;
  font-size: clamp(1.55rem, 4vw, 2rem);
  font-weight: 300;
  line-height: 1.2;
}

.cms-product__price {
  display: block;
  margin-top: 0.55rem;
  color: #6b8e5a;
  font-family: Outfit, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
}

.cms-product__description,
.cms-variant__description {
  margin-top: 0.75rem;
  color: #a8a5a0;
  font-family: Outfit, sans-serif;
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.7;
}

.cms-variants {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.cms-variant {
  display: grid;
  gap: 0.45rem;
}

.cms-add-button,
.cms-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border: 0;
  border-radius: 4px;
  background: #6b8e5a;
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.cms-add-button:hover,
.cms-cta:hover {
  background: #7da069;
}

.cms-add-button:focus-visible,
.cms-cta:focus-visible,
.cms-campaign__close:focus-visible,
.cms-modal__close:focus-visible {
  outline: 3px solid #93b882;
  outline-offset: 3px;
}

.cms-home-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: 1.5rem;
}

.cms-home-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.5rem;
  background: #101010;
  color: inherit;
  text-decoration: none;
}

.cms-home-card__image {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.cms-home-card__body {
  padding: 1.25rem;
}

.cms-home-card__title {
  color: #f0ede8;
  font-family: Fraunces, serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.25;
}

.cms-home-card__copy {
  margin-top: 0.55rem;
  color: #a8a5a0;
  font-family: Outfit, sans-serif;
  font-size: 0.85rem;
  line-height: 1.55;
}

.cms-home-card__price {
  display: block;
  margin-top: 0.8rem;
  color: #6b8e5a;
  font-family: Outfit, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cms-campaign {
  position: fixed;
  top: 4rem;
  right: 0;
  left: 0;
  z-index: 45;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.8rem max(1rem, calc((100vw - 76rem) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(23, 29, 20, 0.97);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.cms-campaign__content {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cms-campaign__title,
.cms-campaign__description {
  color: #f0ede8;
  font-family: Outfit, sans-serif;
  font-size: 0.82rem;
  line-height: 1.4;
}

.cms-campaign__title {
  font-weight: 600;
}

.cms-campaign__close,
.cms-modal__close {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #f0ede8;
  font-size: 1.35rem;
}

.cms-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  padding: 1.25rem;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.78);
}

.cms-modal__dialog {
  position: relative;
  width: min(35rem, 100%);
  max-height: calc(100vh - 2.5rem);
  overflow-y: auto;
  padding: 2rem;
  border: 1px solid rgba(107, 142, 90, 0.65);
  border-radius: 0.6rem;
  background: #111;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
  text-align: center;
}

.cms-modal__image {
  width: 100%;
  max-height: 18rem;
  margin-bottom: 1.25rem;
  border-radius: 0.4rem;
  object-fit: cover;
}

.cms-modal__title {
  color: #f0ede8;
  font-family: Fraunces, serif;
  font-size: clamp(1.8rem, 6vw, 2.5rem);
  font-weight: 300;
  line-height: 1.15;
}

.cms-modal__copy {
  margin: 0.8rem auto 1.3rem;
  color: #b9b6b0;
  font-family: Outfit, sans-serif;
  line-height: 1.65;
}

.cms-modal__close {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  background: rgba(0, 0, 0, 0.6);
}

.cms-page {
  min-height: 60vh;
  padding: 8rem 1.5rem 5rem;
}

#cmsManagedPage.cms-page {
  padding: 4rem 0 5rem;
}

#cmsManagedPage > .cms-section--hero:first-child {
  position: relative;
  width: 100%;
  min-height: min(55rem, 55vh);
  padding: 0;
  overflow: hidden;
}

#cmsManagedPage > .cms-editor-home-hero:first-child {
  width: 100%;
  height: 100vh;
  min-height: 32rem;
  margin: 0;
  padding: 0;
  border: 0;
}

#cmsManagedPage > .cms-section--hero.cms-editor-home-hero:first-child::after { content: none; }
.cms-editor-home-hero__slideshow { background: #050505; }
.cms-editor-home-hero .hero-slide { object-fit: contain; object-position: center; image-rendering: auto; }
.cms-editor-home-hero .hero-clarity-overlay { background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.10)); }
.cms-editor-home-hero__logo { max-width: min(32.5rem, calc(100% - 3rem)); }

#cmsManagedPage > .cms-section--hero:first-child::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.16));
  content: "";
  pointer-events: none;
}

#cmsManagedPage > .cms-section--hero:first-child .cms-section__hero-media {
  width: 100%;
  height: min(55rem, 55vh);
  min-height: 22rem;
  margin: 0;
  border-radius: 0;
}

#cmsManagedPage > .cms-section--hero:first-child .cms-section__copy {
  position: absolute;
  top: 50%;
  right: max(1.5rem, calc((100vw - 76rem) / 2));
  left: max(1.5rem, calc((100vw - 76rem) / 2));
  z-index: 2;
  width: min(44rem, calc(100% - 3rem));
  margin: 0;
  transform: translateY(-50%);
}

#cmsManagedPage > .cms-section--hero:first-child .cms-section__title {
  color: #fff;
  font-size: clamp(2.5rem, 7vw, 5rem);
}

#cmsManagedPage > .cms-section--hero:first-child .cms-section__body {
  color: rgba(255, 255, 255, 0.86);
}

#cmsManagedPage > .cms-section--hero:first-child[data-cms-align="center"] .cms-section__copy {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cmsManagedPage > .cms-section--hero:first-child[data-cms-align="right"] .cms-section__copy {
  right: max(1.5rem, calc((100vw - 76rem) / 2));
  left: auto;
}

.cms-section--hero[data-cms-align="center"] .cms-section__copy {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cms-section--hero[data-cms-align="right"] .cms-section__copy {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.cms-page__header {
  width: min(54rem, 100%);
  margin-right: auto;
  margin-left: auto;
}

.cms-section {
  width: min(76rem, calc(100% - 3rem));
  margin-right: auto;
  margin-left: auto;
}

.cms-page__header {
  margin-bottom: 3.5rem;
  text-align: center;
}

.cms-page__title {
  font-size: clamp(2.4rem, 8vw, 4.4rem);
}

.cms-section {
  padding: clamp(3.5rem, 8vw, 7rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cms-section:first-child {
  border-top: 0;
}

.cms-section__copy {
  width: min(54rem, 100%);
  margin-right: auto;
  margin-left: auto;
}

.cms-section__title {
  font-size: clamp(1.7rem, 5vw, 2.5rem);
}

.cms-section__body p + p {
  margin-top: 1rem;
}

.cms-section__body p {
  white-space: pre-line;
}

.cms-section__badge {
  display: inline-block;
  margin-bottom: 0.75rem;
}

.cms-section__eyebrow {
  display: block;
  margin-bottom: 0.75rem;
}

.cms-section__helper {
  margin: 1rem auto 0;
  color: #a8a5a0;
  font-family: Outfit, sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
}

.cms-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.cms-cta--secondary {
  border: 1px solid rgba(107, 142, 90, 0.8);
  background: transparent;
  color: #d8e4d1;
}

.cms-cta--secondary:hover {
  background: rgba(107, 142, 90, 0.16);
}

.cms-section__image {
  width: 100%;
  max-height: 30rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  object-fit: cover;
}

.cms-section__caption {
  margin: 0.6rem 0 0;
  color: #9a9690;
  font-size: 0.88rem;
}

.cms-section__hero-media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  background: #0a0a0a;
}

.cms-section__hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: contain;
  transition: opacity 0.5s ease;
}

.cms-section__hero-image.is-active {
  opacity: 1;
}

.cms-section--callout,
.cms-section--form_link {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid rgba(107, 142, 90, 0.45);
  border-radius: 0.5rem;
  background: #11150f;
  text-align: center;
}

.cms-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.cms-gallery img {
  width: 100%;
  height: 15rem;
  border-radius: 0.4rem;
  object-fit: cover;
}

.cms-faq {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.cms-faq details {
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.35rem;
  background: #111;
}

.cms-faq summary {
  color: #f0ede8;
  cursor: pointer;
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.cms-faq p {
  margin-top: 0.75rem;
  color: #a8a5a0;
  font-family: Outfit, sans-serif;
  line-height: 1.6;
}

.cms-section[data-cms-theme="darker"] {
  padding-right: clamp(1.25rem, 4vw, 3rem);
  padding-left: clamp(1.25rem, 4vw, 3rem);
  border-radius: 0.55rem;
  background: #0a0a0a;
}

.cms-section[data-cms-theme="dark"] {
  padding-right: clamp(1.25rem, 4vw, 3rem);
  padding-left: clamp(1.25rem, 4vw, 3rem);
  border-radius: 0.55rem;
  background: #111;
}

.cms-section[data-cms-theme="green"],
.cms-section[data-cms-theme="accent"] {
  padding-right: clamp(1.25rem, 4vw, 3rem);
  padding-left: clamp(1.25rem, 4vw, 3rem);
  border-radius: 0.55rem;
  background: #11180e;
}

.cms-section[data-cms-theme="light"] {
  padding-right: clamp(1.25rem, 4vw, 3rem);
  padding-left: clamp(1.25rem, 4vw, 3rem);
  border-radius: 0.55rem;
  background: #eee9e0;
}

.cms-section[data-cms-theme="light"] .cms-section__title,
.cms-section[data-cms-theme="light"] .cms-item-card__title {
  color: #161a14;
}

.cms-section[data-cms-theme="light"] .cms-section__body,
.cms-section[data-cms-theme="light"] .cms-item-card__body {
  color: #4e514b;
}

.cms-section[data-cms-layout="intro"] .cms-section__copy,
.cms-section[data-cms-layout="note"] .cms-section__copy {
  text-align: center;
}

.cms-section[data-cms-layout="intro"] .cms-section__title {
  font-size: clamp(2.2rem, 6vw, 4rem);
}

.cms-section[data-cms-layout="narrow"] .cms-section__copy {
  width: min(40rem, 100%);
}

.cms-section[data-cms-layout="wide"] .cms-section__copy {
  width: 100%;
}

.cms-section[data-cms-layout="columns"] .cms-section__body {
  columns: 2 18rem;
  column-gap: clamp(2rem, 5vw, 4rem);
}

.cms-section--image_text,
.cms-section--callout[data-cms-layout="certification"] {
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.cms-section--image_text .cms-section__image,
.cms-section--callout[data-cms-layout="certification"] .cms-section__image {
  max-height: 38rem;
  margin: 0;
}

/* Certification marks are small identity assets, not editorial photography.
   Keep the managed badge at the same crisp scale as the recovered page. */
.cms-section--callout[data-cms-layout="certification"] .cms-section__image {
  width: clamp(8.125rem, 18vw, 9.375rem);
  height: auto;
  max-height: 9.375rem;
  justify-self: center;
}

.cms-section--callout[data-cms-layout="banner"],
.cms-section--callout[data-cms-layout="panel"] {
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px solid rgba(107, 142, 90, 0.45);
  border-radius: 0.55rem;
  background: #11150f;
  text-align: center;
}

.cms-section--callout[data-cms-layout="banner"] .cms-section__actions,
.cms-section--callout[data-cms-layout="panel"] .cms-section__actions,
.cms-section[data-cms-layout="intro"] .cms-section__actions,
.cms-section[data-cms-layout="note"] .cms-section__actions,
.cms-section--product_grid > .cms-section__actions,
.cms-section--products > .cms-section__actions,
.cms-section--gallery > .cms-section__actions,
.cms-section--images > .cms-section__actions,
.cms-section--faq > .cms-section__actions {
  justify-content: center;
}

.cms-faq--features,
.cms-faq--steps,
.cms-faq--stats,
.cms-faq--cards,
.cms-faq--offers {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 1.25rem;
  margin-top: 2.25rem;
}

.cms-item-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  background: #101010;
}

.cms-faq--features .cms-item-card,
.cms-faq--steps .cms-item-card,
.cms-faq--stats .cms-item-card {
  padding: 1.75rem;
  text-align: center;
}

.cms-item-card__image {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.cms-item-card__copy {
  padding: 1.5rem;
}

.cms-faq--features .cms-item-card__copy,
.cms-faq--steps .cms-item-card__copy,
.cms-faq--stats .cms-item-card__copy {
  padding: 0;
}

.cms-item-card__icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(107, 142, 90, 0.65);
  border-radius: 999px;
  color: #8eae7e;
  font-family: Fraunces, serif;
  font-size: 1.25rem;
}

.cms-item-card__label,
.cms-item-card__step {
  display: block;
  margin-bottom: 0.6rem;
  color: #6b8e5a;
  font-family: Outfit, sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cms-item-card__title {
  color: #f0ede8;
  font-family: Fraunces, serif;
  font-size: 1.45rem;
  font-weight: 300;
  line-height: 1.2;
}

.cms-faq--stats .cms-item-card__title {
  color: #8eae7e;
  font-size: clamp(2.2rem, 6vw, 3.5rem);
}

.cms-item-card__body {
  margin-top: 0.7rem;
  color: #a8a5a0;
  font-family: Outfit, sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.65;
}

.cms-item-card__body p + p {
  margin-top: 0.75rem;
}

.cms-item-card__cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 1rem;
  color: #91b17f;
  font-family: Outfit, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cms-product-collection {
  margin-top: 2.5rem;
}

.cms-product-collection--catalog > .cms-category + .cms-category {
  margin-top: clamp(4rem, 10vw, 7rem);
}

.cms-product-collection__note {
  width: min(48rem, 100%);
  margin: 2rem auto 0;
  color: #a8a5a0;
  font-family: Outfit, sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
  text-align: center;
  white-space: pre-line;
}

#cmsHomeSections,
#cmsMenuSections {
  width: 100%;
}

#cmsHomeSections .cms-section--product_grid,
#cmsHomeSections .cms-section--products {
  width: min(76rem, calc(100% - 3rem));
}

#hero[data-cms-align="left"] > .relative.z-10 {
  align-items: flex-start;
  text-align: left;
}

#hero[data-cms-align="right"] > .relative.z-10 {
  align-items: flex-end;
  text-align: right;
}

#hero[data-cms-theme="light"] #heroSubtitle {
  color: rgba(20, 24, 18, 0.85);
}

.cms-picker-row__name {
  overflow: hidden;
  color: #f0ede8;
  font-family: Fraunces, serif;
  font-size: 1rem;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cms-picker-row__meta {
  display: block;
  color: #c0bdb8;
  font-family: Outfit, sans-serif;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  .cms-section--image_text,
  .cms-section--callout[data-cms-layout="certification"] {
    grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  }

  .cms-section--image_text[data-cms-image-position="right"] .cms-section__image {
    grid-column: 2;
  }

  .cms-section--image_text[data-cms-image-position="right"] .cms-section__copy {
    grid-column: 1;
    grid-row: 1;
  }

  .cms-section--image_text .cms-section__caption {
    grid-column: 1 / -1;
  }

  .cms-faq--offers,
  .cms-gallery--split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cms-product {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 2.5rem;
  }

  .cms-product:nth-child(even) .cms-product__media {
    grid-column: 2;
  }

  .cms-product:nth-child(even) .cms-product__content {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
  }

  .cms-product:nth-child(even) .cms-add-button {
    justify-self: end;
  }

  .cms-product__image,
  .cms-product__media {
    min-height: 26rem;
    height: 26rem;
  }
}

@media (max-width: 640px) {
  .cms-campaign {
    padding: 0.65rem 0.75rem;
  }

  .cms-campaign__description {
    display: none;
  }

  .cms-modal__dialog {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 767px) {
  /* The recovered About page leads with its story on phones. Preserve that
     reading order when an owner-managed image_text block places art right. */
  .cms-section--image_text[data-cms-image-position="right"] .cms-section__copy {
    order: 1;
  }

  .cms-section--image_text[data-cms-image-position="right"] .cms-section__image {
    order: 2;
  }

  .cms-section--image_text[data-cms-image-position="right"] .cms-section__caption {
    order: 3;
  }

  /* Icon artwork is intentionally small; its link still needs a dependable
     finger-sized hit area in the compact navigation. */
  nav a[aria-label="View cart"] {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }

  footer a[href^="https://wa.me/"],
  footer a[href^="tel:"],
  footer a[href^="mailto:"] {
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cms-section__hero-media {
    display: grid;
    aspect-ratio: auto;
    gap: 1rem;
    overflow: visible;
    background: transparent;
  }

  .cms-section__hero-image {
    position: static;
    height: auto;
    max-height: 30rem;
    opacity: 1;
    transition: none;
  }

  .cms-modal,
  .cms-campaign {
    scroll-behavior: auto;
  }
}
