:root {
  --bg: #ffffff;
  --bg-soft: #fcfaf7;
  --surface: rgba(253, 250, 246, 0.94);
  --surface-strong: #fffdf9;
  --line: rgba(92, 75, 58, 0.14);
  --text: #2e261f;
  --muted: #65584c;
  --accent: #c7794b;
  --accent-deep: #8d4e2f;
  --mint: #b9d1b4;
  --sand: #e6cdbd;
  --shadow: 0 30px 80px rgba(87, 62, 41, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1360px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(185, 209, 180, 0.22), transparent 26%),
    radial-gradient(circle at 85% 15%, rgba(199, 121, 75, 0.08), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #faf7f3 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.page-shell {
  width: min(calc(100% - 0.5cm), var(--container));
  margin: 0 auto;
  padding: 0 0 48px;
}

.front-cover {
  position: relative;
  padding: 0;
}

.top-note {
  margin-bottom: 12px;
  padding: 10px 14px;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--earth-soft);
  background: #f4eadf;
  border: 1px solid rgba(92, 75, 58, 0.08);
  border-radius: 999px;
}

.site-header,
.site-footer,
.benefit-card,
.ingredient-highlight,
.ingredient-table,
.story-panel,
.pricing-card,
.floating-note {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  background: rgba(255, 252, 248, 0.72);
  border: 1px solid rgba(92, 75, 58, 0.08);
  border-radius: 18px 18px 0 0;
  box-shadow: 0 14px 34px rgba(87, 62, 41, 0.06);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.32s ease,
    box-shadow 0.32s ease;
  will-change: transform, opacity;
}

.site-header-hidden {
  transform: translateY(-118%);
  opacity: 0;
  pointer-events: none;
}

.brand {
  justify-self: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
}

.site-nav a,
.eyebrow,
.hero-text,
.hero-metrics span,
.benefit-card p,
.ingredient-intro,
.table-row span,
.story-panel p,
.pricing-copy,
.price-lockup span,
.site-footer p,
.footer-links a {
  color: var(--muted);
}

.site-nav a,
.eyebrow,
.table-row span,
.price-lockup span,
.site-footer p,
.footer-links a {
  font-size: 0.9rem;
}

.site-nav a {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.site-nav-left {
  justify-self: start;
}

.site-nav-right {
  justify-self: end;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid rgba(92, 75, 58, 0.1);
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.72);
}

.lang-toggle button {
  min-width: 42px;
  min-height: 28px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #7a6c60;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.lang-toggle button.is-active {
  background: rgba(92, 75, 58, 0.09);
  color: var(--text);
}

.lang-toggle button:hover {
  color: var(--text);
}

.site-nav a {
  position: relative;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(141, 78, 47, 0.26);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(141, 78, 47, 0.3);
}

.button-secondary,
.button-ghost {
  background: rgba(253, 250, 246, 0.88);
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: calc(92vh - 92px);
  padding: 56px 0 64px;
  border-radius: 0 0 42px 42px;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(253, 250, 246, 0.42), rgba(253, 250, 246, 0.16) 42%, rgba(253, 250, 246, 0.05));
  pointer-events: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.55s ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide-image {
  background:
    url("./images/hero-product.jpg") center center / cover no-repeat,
    rgba(244, 237, 229, 0.9);
}

.hero-slide-video {
  background:
    linear-gradient(180deg, rgba(249, 243, 236, 0.18), rgba(239, 231, 222, 0.28)),
    url("./images/texture-cream.jpg") center center / cover no-repeat;
}

.hero-slide-placeholder {
  background:
    radial-gradient(circle at top left, rgba(255, 249, 244, 0.55), transparent 28%),
    linear-gradient(135deg, rgba(235, 223, 211, 0.9), rgba(246, 239, 232, 0.98));
}

.hero-video-caption {
  position: absolute;
  left: 42px;
  top: 50%;
  z-index: 1;
  max-width: 520px;
  margin: 0;
  color: #1f1a16;
  font-size: 1.12rem;
  line-height: 1.72;
  font-weight: 400;
  text-shadow: none;
  opacity: 0;
  transform: translateY(-42%);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.hero-video-caption strong {
  font-weight: 700;
}

.hero-slide-video.is-active ~ .hero-video-caption {
  opacity: 1;
  transform: translateY(-50%);
}

.hero-video-link {
  position: absolute;
  left: 42px;
  top: calc(50% + 60px);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(253, 250, 246, 0.92);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    background 0.2s ease;
}

.hero-video-link:hover {
  background: rgba(255, 249, 244, 0.94);
}

.hero-slide-video.is-active ~ .hero-video-link {
  opacity: 1;
  transform: translateY(0);
}

.hero-third-caption {
  position: absolute;
  left: 42px;
  top: 50%;
  z-index: 1;
  max-width: 420px;
  margin: 0;
  color: #42362d;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-52%);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.hero-third-link {
  position: absolute;
  left: 42px;
  top: calc(50% + 28px);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--text);
  color: #fffaf5;
  font-size: 0.92rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    background 0.2s ease;
}

.hero-third-link:hover {
  background: #46372b;
}

.hero.is-third-slide .hero-third-caption,
.hero.is-third-slide .hero-third-link {
  opacity: 1;
}

.hero.is-third-slide .hero-third-caption {
  transform: translateY(-50%);
}

.hero.is-third-slide .hero-third-link {
  transform: translateY(0);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 540px;
  padding: 0 40px 44px 40px;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.hero.is-alt-slide .hero-copy {
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
}

.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 1;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(253, 250, 246, 0.62);
  box-shadow: inset 0 0 0 1px rgba(92, 75, 58, 0.14);
  cursor: pointer;
}

.hero-dot.is-active {
  background: rgba(255, 253, 249, 1);
}

.hero-next {
  position: absolute;
  right: 22px;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(92, 75, 58, 0.12);
  border-radius: 50%;
  background: rgba(253, 250, 246, 0.92);
  color: #5b4a3c;
  box-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    opacity 0.2s ease;
}

.hero-next:hover {
  background: rgba(128, 128, 128, 0.14);
  color: #66615c;
  border-color: rgba(120, 120, 120, 0.18);
  transform: translateY(calc(-50% - 1px));
}

.hero-next.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.hero-next svg {
  width: 16px;
  height: 16px;
  display: block;
  overflow: visible;
}

.hero-next path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eyebrow {
  margin: 0 0 14px;
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #7a6c60;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h1 {
  max-width: 10ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5.4vw, 4.8rem);
  font-weight: 500;
  line-height: 0.98;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  line-height: 0.98;
}

h3 {
  font-size: 1.7rem;
  line-height: 1.04;
}

.hero-text,
.pricing-copy {
  max-width: 42ch;
  margin: 22px 0 0;
  font-size: 0.96rem;
  line-height: 1.7;
}

.price-lockup strong {
  display: block;
  font-size: clamp(1.5rem, 2.6vw, 2.5rem);
  line-height: 1;
}

.section {
  padding: 32px 0 0;
}

.shop.section {
  padding-top: 16px;
}

.value-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 40px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.value-copy,
.value-image {
  min-height: 520px;
}

.value-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 52px;
}

.value-copy h2 {
  max-width: 14ch;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  min-height: 0;
}

.value-copy h2:empty {
  display: none;
}


.value-text {
  max-width: 34ch;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

.value-copy .eyebrow + .value-text {
  margin-top: 0;
}

.value-image {
  --image-y: 0px;
  --image-scale: 1.22;
  position: relative;
  overflow: hidden;
}

.value-image::before {
  content: "";
  position: absolute;
  inset: -6%;
  background:
    linear-gradient(180deg, rgba(253, 250, 246, 0.08), rgba(253, 250, 246, 0.16)),
    url("./images/value-section.jpg") center center / cover no-repeat;
  transform: translateY(var(--image-y)) scale(var(--image-scale));
  transform-origin: center center;
  transition: transform 0.12s ease-out;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.section-heading.narrow {
  max-width: 760px;
}

.ingredients .section-heading h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.18rem, 1.65vw, 1.4rem);
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #7a6c60;
}

.benefit-grid {
  display: grid;
  gap: 20px;
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card,
.story-panel,
.pricing-card,
.ingredient-highlight,
.ingredient-table {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.benefit-card,
.pricing-card {
  border-radius: var(--radius-lg);
}

.benefit-card {
  padding: 28px;
}

.benefit-card span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--accent-deep);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.benefit-card p {
  margin: 14px 0 0;
  line-height: 1.7;
}

.about-intro {
  max-width: 760px;
}

.about-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.about-panel {
  padding: 38px 40px 34px;
  border-radius: 40px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.ingredient-carousel {
  position: relative;
  margin-top: 24px;
}

.ingredient-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(244px, 288px);
  grid-auto-rows: 1fr;
  gap: 16px;
  overflow-x: auto;
  padding: 0 148px 10px 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(120, 110, 98, 0.26) transparent;
  justify-content: start;
  align-items: start;
  scroll-snap-type: x mandatory;
}

.ingredient-scroll::-webkit-scrollbar {
  height: 4px;
}

.ingredient-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.ingredient-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(120, 110, 98, 0.22);
}

.ingredient-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(92, 75, 58, 0.12);
  border-radius: 50%;
  background: rgba(253, 250, 246, 0.92);
  color: #5b4a3c;
  box-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.ingredient-next {
  right: 4px;
}

.ingredient-next:hover {
  background: rgba(128, 128, 128, 0.14);
  color: #66615c;
  border-color: rgba(120, 120, 120, 0.18);
  transform: translateY(calc(-50% - 1px));
}

.ingredient-next.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.ingredient-next svg {
  width: 16px;
  height: 16px;
  display: block;
  overflow: visible;
}

.ingredient-next path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ingredient-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(253, 250, 246, 0.94);
  border: 1px solid var(--line);
  box-shadow: none;
  scroll-snap-align: start;
}

.ingredient-card figure {
  flex: 0 0 auto;
  margin: 0;
  height: 244px;
}

.ingredient-card img {
  --image-y: 0px;
  --image-scale: 1.08;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.9) saturate(0.96);
  transform: translateY(var(--image-y)) scale(var(--image-scale));
  transform-origin: center center;
  transition: transform 0.12s ease-out;
}

.ingredient-card-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 128px;
  padding: 20px 20px 22px;
}

.ingredient-card-copy strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.ingredient-card-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.table-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.2fr;
  gap: 16px;
  padding: 18px 20px;
  border-top: 1px solid var(--line);
}

.table-row:first-child {
  border-top: 0;
}

.table-head {
  background: rgba(185, 209, 180, 0.28);
}

.table-head span {
  color: var(--text);
  font-weight: 800;
}

.story-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.story-image {
  --image-y: 0px;
  --image-scale: 1.22;
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(253, 250, 246, 0.92);
  box-shadow: var(--shadow);
}

.story-image::before {
  content: "";
  position: absolute;
  inset: -6%;
  background:
    linear-gradient(180deg, rgba(253, 250, 246, 0.08), rgba(253, 250, 246, 0.16)),
    url("./images/creator-section.jpg") 54% 18% / cover no-repeat;
  transform: translateY(var(--image-y)) scale(var(--image-scale));
  transform-origin: center center;
  transition: transform 0.12s ease-out;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-height: 520px;
  padding: 40px 44px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(253, 250, 246, 0.92);
  box-shadow: var(--shadow);
}

.story-copy p:not(.eyebrow),
.story-panel p:not(.eyebrow) {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.8;
}

.pricing-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
  max-width: 1320px;
  margin-left: 0;
  margin-right: auto;
}

.shop-product {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 34px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.shop-product-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #b9d1b4;
  color: #31452f;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid rgba(49, 69, 47, 0.08);
}

.shop-product-image {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  padding: 18px 18px 6px;
}

.shop-product-image img {
  display: block;
  width: 100%;
  max-width: 66%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.shop-product-copy {
  padding: 18px 20px 22px;
}

.shop-product-image-empty {
  position: relative;
  background: rgba(248, 244, 239, 0.72);
}

.shop-product-image-empty::after {
  content: "";
  width: 46%;
  max-width: 140px;
  aspect-ratio: 1 / 1.1;
  border-radius: 28px;
  border: 1px dashed rgba(122, 108, 96, 0.22);
  background: rgba(255, 255, 255, 0.26);
}

.shop-product-empty-image .shop-product-copy {
  padding-top: 18px;
}

.shop-product-topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.shop-product-copy strong {
  display: block;
  margin-bottom: 0;
  font-size: 1rem;
}

.shop-product-topline span {
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 700;
  white-space: nowrap;
}

.shop-product-rating {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  color: #7f735f;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.shop-product-rating span {
  letter-spacing: 0;
  margin-left: 6px;
  color: var(--muted);
}

.shop-product-rating:hover {
  color: var(--text);
}

.shop-product-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.review-carousel {
  position: relative;
}

.review-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 300px);
  gap: 16px;
  overflow-x: auto;
  padding: 0 76px 10px 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(120, 110, 98, 0.26) transparent;
  scroll-snap-type: x mandatory;
}

.review-scroll::-webkit-scrollbar {
  height: 4px;
}

.review-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.review-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(120, 110, 98, 0.22);
}

.review-next {
  position: absolute;
  top: 50%;
  right: 4px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(92, 75, 58, 0.12);
  border-radius: 50%;
  background: rgba(253, 250, 246, 0.92);
  color: #5b4a3c;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.review-next:hover {
  background: rgba(128, 128, 128, 0.14);
  color: #66615c;
  border-color: rgba(120, 120, 120, 0.18);
  transform: translateY(calc(-50% - 1px));
}

.review-next svg {
  width: 16px;
  height: 16px;
  display: block;
  overflow: visible;
}

.review-next path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.review-card {
  min-height: 168px;
  justify-content: center;
  border-radius: 24px;
  box-shadow: none;
  scroll-snap-align: start;
}

.review-card .shop-product-copy {
  padding: 20px 22px 22px;
}

.review-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.review-card .shop-product-copy strong {
  display: flex;
  align-items: center;
  min-height: 1.15rem;
  line-height: 1;
  margin-bottom: 0;
  font-size: 0.88rem;
  color: #7a6c60;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.review-stars {
  position: relative;
  display: inline-block;
  min-height: 1.15rem;
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-align: right;
}

.review-stars-track,
.review-stars-fill {
  display: block;
  letter-spacing: 0.08em;
}

.review-stars-track {
  color: rgba(138, 123, 110, 0.28);
}

.review-stars-fill {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
  color: #8a7b6e;
}

.review-card .shop-product-copy p {
  font-size: 0.9rem;
  line-height: 1.7;
}

.price-lockup {
  min-width: 220px;
}

.signup-form {
  display: flex;
  grid-column: 1 / -1;
  gap: 12px;
  margin-top: 8px;
}

.signup-form input {
  flex: 1;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(92, 75, 58, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
}

.signup-form input::placeholder {
  color: #8a7e73;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 92px;
  padding: 24px 2px 0;
  border-top: 1px solid rgba(92, 75, 58, 0.14);
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

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

@media (max-width: 1100px) {
  .value-card,
  .story-panel,
  .pricing-card {
    grid-template-columns: 1fr;
  }

  .shop-grid {
    grid-template-columns: 1fr;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ingredient-scroll {
    grid-auto-columns: minmax(220px, 252px);
    padding-right: 120px;
  }

}

@media (max-width: 820px) {
  .page-shell {
    width: min(calc(100% - 0.45cm), var(--container));
    padding-bottom: 32px;
  }

  .top-note {
    margin-bottom: 10px;
    padding: 9px 12px;
    font-size: 0.65rem;
    letter-spacing: 0.06em;
  }

  .site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 24px 24px 0 0;
  }

  .site-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 14px 18px;
    justify-content: center;
    justify-self: center;
  }

  .site-nav-left,
  .site-nav-right {
    justify-self: center;
    gap: 16px;
  }

  .brand {
    order: -1;
    font-size: 1.08rem;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.7rem, 10.5vw, 3.9rem);
  }

  .hero {
    min-height: auto;
    padding: 24px 0 72px;
    border-radius: 0 0 30px 30px;
  }

  .hero-controls {
    left: 50%;
    bottom: 18px;
  }

  .hero-video-caption {
    left: 18px;
    right: 18px;
    top: 44%;
    max-width: 320px;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .hero-copy {
    max-width: 100%;
    padding: 0 18px;
  }

  .about-panel {
    padding: 28px 22px 24px;
    border-radius: 30px;
  }

  .ingredient-carousel {
    margin-top: 20px;
  }

  .hero-video-link {
    left: 18px;
    top: calc(44% + 72px);
    min-height: 40px;
    padding: 0 15px;
    font-size: 0.82rem;
  }

  .hero-third-caption {
    left: 18px;
    right: 18px;
    top: 44%;
    max-width: 300px;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .hero-third-link {
    left: 18px;
    top: calc(44% + 52px);
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.84rem;
  }

  .hero-next {
    right: 16px;
    top: 50%;
    width: 38px;
    height: 38px;
  }

  .hero-copy {
    max-width: 100%;
    padding: 0 18px;
  }

  .hero-metrics,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .ingredient-scroll {
    grid-auto-columns: minmax(210px, 240px);
    padding-right: 72px;
  }

  .section-heading {
    display: block;
    margin-bottom: 18px;
  }

  .value-copy,
  .value-image {
    min-height: 320px;
  }

  .value-copy {
    padding: 30px 24px;
  }

  .value-text,
  .about-intro p,
  .story-copy p:not(.eyebrow),
  .shop-product-copy p {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .shop-grid {
    gap: 18px;
    margin-top: 18px;
  }

  .shop-product {
    border-radius: 28px;
  }

  .shop-product-image {
    height: 220px;
    padding: 14px 14px 0;
  }

  .shop-product-copy {
    padding: 16px 16px 18px;
  }

  .shop-product-topline {
    gap: 12px;
    margin-bottom: 8px;
  }

  .shop-product-copy strong {
    font-size: 0.94rem;
  }

  .shop-product-topline span {
    font-size: 0.88rem;
  }

  .story-image,
  .story-copy {
    min-height: 360px;
    border-radius: 24px;
  }

  .story-copy {
    gap: 14px;
    padding: 28px 24px;
  }

  .review-scroll {
    grid-auto-columns: minmax(230px, 250px);
    padding-right: 72px;
  }

  .review-card {
    min-height: 156px;
  }

  .review-card .shop-product-copy {
    padding: 18px 18px 20px;
  }

  .signup-form {
    flex-direction: column;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 56px;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(calc(100% - 0.35cm), var(--container));
  }

  .site-header {
    padding: 10px 12px;
  }

  .site-nav {
    gap: 10px 14px;
  }

  .site-nav a {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
  }

  .brand {
    font-size: 0.98rem;
    letter-spacing: 0.13em;
  }

  .lang-toggle button {
    min-width: 38px;
    min-height: 26px;
    font-size: 0.68rem;
  }

  h1 {
    font-size: clamp(2.2rem, 11vw, 3rem);
    line-height: 1.02;
  }

  .hero-text {
    margin-top: 16px;
    font-size: 0.9rem;
  }

  .hero-video-caption,
  .hero-third-caption {
    max-width: 272px;
  }

  .hero-next,
  .ingredient-next,
  .review-next {
    width: 40px;
    height: 40px;
  }

  .ingredient-scroll {
    grid-auto-columns: minmax(196px, 222px);
    gap: 14px;
    padding-right: 62px;
  }

  .ingredient-card figure {
    height: 210px;
  }

  .ingredient-card-copy {
    min-height: 118px;
    padding: 16px 16px 18px;
  }

  .review-scroll {
    grid-auto-columns: minmax(214px, 228px);
    gap: 14px;
    padding-right: 62px;
  }

  .review-meta {
    gap: 10px;
  }

  .review-card .shop-product-copy strong,
  .review-stars {
    font-size: 0.78rem;
  }

  .about-panel,
  .value-card {
    border-radius: 24px;
  }

  .value-copy {
    padding: 24px 18px;
  }

  .story-copy {
    padding: 24px 18px;
  }
}
