:root {
  --cream: #f7f2e9;
  --paper: #fffdf9;
  --ink: #101512;
  --ink-soft: #59615c;
  --line: rgba(16, 21, 18, .14);
  --navy: #082a43;
  --navy-deep: #031824;
  --aqua: #c9ece7;
  --aqua-deep: #0c6d78;
  --gold: #f3b718;
  --gold-deep: #d27b00;
  --coral: #ef9c8d;
  --coral-pale: #fae2dc;
  --coral-deep: #a84452;
  --white: #fff;
  --shadow: 0 28px 74px rgba(12, 22, 17, .14);
  --shadow-dark: 0 28px 70px rgba(0, 0, 0, .30);
  --radius-xl: 34px;
  --radius-lg: 25px;
  --radius-md: 18px;
  --shell: 1320px;
  --font-display: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --font-body: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
figure { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--font-display);
  letter-spacing: -.045em;
}
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section-pad { padding: 120px 0; }
.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;
}
.skip-link {
  position: fixed;
  left: 18px;
  top: -100px;
  z-index: 999;
  padding: 11px 15px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
}
.skip-link:focus { top: 18px; }

.announcement {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 7px 18px;
  background: var(--ink);
  color: rgba(255,255,255,.82);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.announcement i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 78px;
  display: flex;
  align-items: center;
  background: rgba(247,242,233,.88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 34px rgba(16,21,18,.06); }
.header-inner { display: grid; grid-template-columns: 170px 1fr 170px; align-items: center; }
.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  letter-spacing: .18em;
}
.primary-nav { display: flex; justify-content: center; align-items: center; gap: clamp(15px, 2vw, 30px); }
.primary-nav a {
  position: relative;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.primary-nav a:not(.mobile-amazon)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: currentColor;
  transition: right .22s ease;
}
.primary-nav a:hover::after { right: 0; }
.amazon-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.amazon-button:hover { transform: translateY(-2px); background: var(--navy); }
.mobile-amazon, .menu-toggle { display: none; }

.hero {
  min-height: 810px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 4%, rgba(243,183,24,.22), transparent 25%),
    radial-gradient(circle at 94% 20%, rgba(47,160,170,.20), transparent 30%),
    var(--cream);
}
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.10'/%3E%3C/svg%3E");
}
.hero-grid {
  min-height: 730px;
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  gap: 70px;
  align-items: center;
  padding: 72px 0 82px;
}
.eyebrow {
  margin-bottom: 21px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow--gold { color: var(--gold); }
.eyebrow--aqua { color: #075c67; }
.eyebrow--coral { color: var(--gold-deep); }
.eyebrow--light { color: rgba(255,255,255,.65); }
.hero h1 {
  max-width: 750px;
  margin-bottom: 24px;
  font-size: clamp(50px, 5.4vw, 84px);
  line-height: .98;
}
.hero-lede {
  max-width: 620px;
  margin-bottom: 13px;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.68;
}
.hero-subline { margin-bottom: 33px; color: var(--ink); font-size: 14px; font-weight: 700; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(10,18,14,.13); }
.button--dark { background: var(--ink); color: var(--white); }
.button--light { border-color: var(--line); background: rgba(255,255,255,.48); }
.button--gold { background: var(--gold); color: var(--ink); }
.button--navy { background: var(--navy); color: var(--white); }
.button--coral { background: var(--navy); color: var(--white); }
.button--large { min-height: 58px; padding-inline: 28px; }
.button.is-placeholder { opacity: .72; }
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.hero-points span { font-size: 12px; font-weight: 700; }
.hero-points strong { margin-right: 6px; color: var(--ink-soft); font-size: 8px; letter-spacing: .1em; }

.hero-collage { position: relative; min-height: 620px; }
.hero-tile {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
  background: var(--paper);
}
.hero-tile img { width: 100%; height: 100%; object-fit: cover; }
.hero-tile--main { inset: 0 14% 0 18%; transform: rotate(1.2deg); }
.hero-tile--main img { object-position: center 34%; }
.hero-tile--hondure { width: 35%; height: 48%; left: -3%; bottom: 1%; transform: rotate(-5deg); border: 8px solid var(--paper); }
.hero-tile--hondure img { object-position: center; }
.hero-tile--collagen {
  width: 31%;
  height: 44%;
  right: -1%;
  top: 4%;
  transform: rotate(5deg);
  border: 8px solid var(--paper);
  background: linear-gradient(145deg, #f4fbfd, #4dbad8 66%, #f3b718);
}
.hero-tile--collagen img { object-fit: cover; object-position: 58% center; }
.tile-label {
  position: absolute;
  left: 15px;
  top: 12px;
  z-index: 2;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(255,253,249,.82);
  color: #0c5068;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: .13em;
}
.hero-stamp {
  position: absolute;
  right: 0;
  bottom: 15%;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--gold);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  transform: rotate(8deg);
  box-shadow: 0 16px 36px rgba(16,21,18,.16);
}

.category-bar { overflow: hidden; background: var(--navy-deep); color: var(--white); }
.category-track {
  width: max-content;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 22px;
  animation: marquee 31s linear infinite;
}
.category-track span { font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.category-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}
.section-heading h2,
.product-story h2,
.collagen-section h2,
.routine h2,
.philosophy h2,
.amazon-cta h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(45px, 4.9vw, 75px);
  line-height: 1.02;
}
.section-heading > p {
  max-width: 560px;
  margin: 0 0 5px auto;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.72;
}

.collection-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.collection-card {
  min-height: 350px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 34px;
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 50px rgba(10,18,14,.11);
  transition: transform .3s ease, box-shadow .3s ease;
}
.collection-card:hover { transform: translateY(-7px); box-shadow: 0 28px 65px rgba(10,18,14,.17); }
.collection-card--energy { background: linear-gradient(145deg, #101516, #061117 72%); color: var(--white); }
.collection-card--water { background: linear-gradient(145deg, #d6f2ef, #5ebbc3 62%, #0b6c7d); color: #062435; }
.collection-card--collagen { background: linear-gradient(145deg, #e3f8fb, #27a6ce 62%, #f3b718); color: #08324e; }
.collection-card__copy { position: relative; z-index: 3; max-width: 70%; }
.collection-card__number { position: absolute; left: 0; bottom: 195px; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.collection-card p { margin-bottom: 8px; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.collection-card h3 { margin-bottom: 18px; font-size: clamp(36px, 3.7vw, 54px); line-height: .95; }
.collection-card__copy > span:last-child { font-size: 12px; font-weight: 800; line-height: 1.45; }
.collection-card > img {
  position: absolute;
  z-index: 1;
  right: -5%;
  top: 3%;
  width: 54%;
  height: 96%;
  object-fit: contain;
  object-position: center;
  -webkit-mask-image: linear-gradient(to left, #000 55%, transparent 100%);
  mask-image: linear-gradient(to left, #000 55%, transparent 100%);
  opacity: .94;
}
.collection-card--water > img { right: 2%; width: 48%; }
.collection-card--collagen > img { right: -2%; top: 6%; width: 45%; height: 88%; }
.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0,0,0,.14), transparent 58%);
  pointer-events: none;
}
.collection-card--water::after, .collection-card--collagen::after { background: linear-gradient(90deg, rgba(255,255,255,.14), transparent 58%); }

.product-story { padding: 120px 0; overflow: hidden; }
.product-story--hondure { background: var(--navy-deep); color: var(--white); }
.product-story--marea { background: var(--aqua); color: #082d37; }
.product-story__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.product-story__grid--reverse { grid-template-columns: 1.08fr .92fr; }
.product-story__copy { max-width: 610px; }
.story-lede { margin: 25px 0 0; font-size: 19px; line-height: 1.72; }
.product-story--hondure .story-lede { color: rgba(255,255,255,.70); }
.product-story--marea .story-lede { color: rgba(8,45,55,.76); }

.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 31px 0 0; }
.metric-grid > div { min-height: 92px; display: flex; flex-direction: column; justify-content: center; padding: 15px; border-radius: 14px; }
.metric-grid strong { display: block; margin-bottom: 5px; font-size: 20px; letter-spacing: -.04em; }
.metric-grid span { font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; line-height: 1.35; }
.metric-grid--dark > div { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.05); }
.metric-grid--dark span { color: rgba(255,255,255,.58); }
.metric-grid--coral > div { border: 1px solid rgba(112,43,54,.15); background: rgba(255,255,255,.48); }
.metric-grid--coral span { color: rgba(79,32,39,.62); }

.feature-list { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.17); }
.feature-list article { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.feature-list article > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  font-size: 8px;
  font-weight: 900;
}
.feature-list h3 { margin-bottom: 7px; font-size: 20px; letter-spacing: -.025em; }
.feature-list p { margin: 0; color: rgba(255,255,255,.63); line-height: 1.65; }
.feature-list--light { border-color: rgba(8,45,55,.16); }
.feature-list--light article { border-color: rgba(8,45,55,.16); }
.feature-list--light article > span { border-color: rgba(8,45,55,.30); }
.feature-list--light p { color: rgba(8,45,55,.67); }
.product-format {
  width: fit-content;
  margin-top: 28px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.20);
  color: rgba(255,255,255,.74);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.product-format--light { border-color: rgba(8,45,55,.19); color: rgba(8,45,55,.72); background: rgba(255,255,255,.20); }
.product-format--coral { border-color: rgba(8,45,55,.16); color: rgba(8,45,55,.76); background: rgba(255,255,255,.42); }
.product-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.product-actions p { max-width: 245px; margin: 0; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.5; }
.product-actions--light p { color: rgba(8,45,55,.57); }

.hondure-gallery { min-height: 730px; position: relative; }
.hondure-gallery figure { position: absolute; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow-dark); }
.hondure-gallery img { width: 100%; height: 100%; object-fit: cover; }
.hondure-gallery__box { width: 72%; height: 73%; left: 0; top: 0; background: #020609; }
.hondure-gallery__box img { object-position: center; }
.hondure-gallery__pour { width: 49%; height: 58%; right: 0; bottom: 0; border: 8px solid var(--navy-deep); }
.hondure-gallery__pour img { object-position: center 50%; }
.photo-note, .launch-chip {
  position: absolute;
  z-index: 4;
  padding: 10px 13px;
  border-radius: 999px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .12em;
}
.photo-note { right: 4%; top: 7%; background: var(--gold); color: var(--ink); }

.marea-gallery { min-height: 730px; position: relative; }
.marea-gallery figure { position: absolute; overflow: hidden; border-radius: 28px; box-shadow: 0 25px 65px rgba(4,61,72,.20); }
.marea-gallery img { width: 100%; height: 100%; object-fit: cover; }
.marea-gallery__main { width: 72%; height: 78%; left: 0; top: 3%; }
.marea-gallery__main img { object-position: center 47%; }
.marea-gallery__tennis { width: 48%; height: 56%; right: 0; bottom: 0; border: 8px solid var(--aqua); }
.marea-gallery__tennis img { object-position: center 33%; }
.launch-chip { right: 5%; top: 7%; background: #ffdb58; color: var(--navy-deep); }
.marea-pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 29px; }
.marea-pill-row span { padding: 9px 13px; border: 1px solid rgba(8,45,55,.20); border-radius: 999px; font-size: 10px; font-weight: 800; background: rgba(255,255,255,.28); }

.flavors { background: var(--paper); }
.flavors-heading { margin-bottom: 48px; }
.flavors-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; align-items: stretch; }
.flavors-picture { min-height: 610px; overflow: hidden; border-radius: var(--radius-xl); background: #eee; box-shadow: var(--shadow); }
.flavors-picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.flavor-cards { display: grid; gap: 14px; }
.flavor-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--cream);
  transition: transform .2s ease, box-shadow .2s ease;
}
.flavor-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(10,18,14,.08); }
.flavor-card--available { background: linear-gradient(145deg, #fff8db, #f8c743); border-color: rgba(110,74,0,.16); }
.status-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.status-row > span:last-child { color: rgba(16,21,18,.42); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.status { width: fit-content; padding: 6px 9px; border-radius: 999px; background: rgba(16,21,18,.08); font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.status--launch { background: var(--ink); color: var(--white); }
.flavor-card h3 { margin-bottom: 8px; font-size: 30px; }
.flavor-card p { margin-bottom: 12px; color: var(--ink-soft); line-height: 1.6; }
.flavor-card a, .coming-label { width: fit-content; margin-top: auto; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.coming-label { color: rgba(16,21,18,.46); }
.development-note { max-width: 840px; margin: 24px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.65; }

.collagen-section { background: var(--cream); }
.collagen-card {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.collagen-art {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 18%, rgba(255,255,255,.68), transparent 28%),
    linear-gradient(145deg, #dff7fb, #2c9ec7 58%, #f3a117);
}
.collagen-art::before, .collagen-art::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.45);
}
.collagen-art::before { width: 560px; height: 560px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.collagen-art::after { width: 390px; height: 390px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.collagen-art__product {
  position: absolute;
  z-index: 2;
  width: 62%;
  height: 82%;
  right: 6%;
  bottom: 2%;
}
.collagen-art__product img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: drop-shadow(0 28px 32px rgba(6,47,74,.22)); }
.collagen-art__sachet {
  position: absolute;
  z-index: 3;
  width: 29%;
  height: 64%;
  left: 10%;
  bottom: 7%;
  transform: rotate(-4deg);
}
.collagen-art__sachet img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 26px 27px rgba(6,47,74,.24)); }
.collagen-note {
  position: absolute;
  z-index: 4;
  padding: 9px 11px;
  border-radius: 999px;
  border: 1px solid rgba(89,37,46,.14);
  background: rgba(255,255,255,.82);
  color: #0b5974;
  backdrop-filter: blur(10px);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .10em;
}
.collagen-note--one { left: 6%; top: 15%; }
.collagen-note--two { right: 5%; bottom: 9%; }
.collagen-copy { padding: 65px; display: flex; flex-direction: column; justify-content: center; }
.collagen-copy .story-lede { color: var(--ink-soft); }
.check-list { list-style: none; padding: 0; margin: 30px 0 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; }
.check-list li { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }
.check-list span { flex: 0 0 auto; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #d9f1f5; color: var(--aqua-deep); }
.collagen-copy .button { width: fit-content; margin-top: 25px; }

.collagen-lifestyle {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 0;
  margin-top: 24px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #edf8fa;
  box-shadow: var(--shadow);
}
.collagen-lifestyle figure { min-height: 520px; }
.collagen-lifestyle img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.collagen-lifestyle > div { display: flex; flex-direction: column; justify-content: center; padding: 58px; }
.collagen-lifestyle h3 { margin-bottom: 18px; font-size: clamp(38px, 4vw, 58px); line-height: 1.02; }
.collagen-lifestyle p { color: rgba(8,45,55,.72); font-size: 17px; line-height: 1.72; }
.collagen-lifestyle small { margin-top: 15px; color: rgba(8,45,55,.52); line-height: 1.55; }

.routine { background: var(--paper); }
.routine-heading { display: grid; grid-template-columns: .35fr .45fr .35fr; gap: 40px; align-items: end; margin-bottom: 48px; }
.routine-heading .eyebrow { margin-bottom: 8px; }
.routine-heading h2 { font-size: clamp(48px, 5.2vw, 78px); }
.routine-heading > p { margin: 0 0 9px; color: var(--ink-soft); line-height: 1.6; }
.routine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.routine-card { overflow: hidden; border-radius: 25px; background: var(--cream); box-shadow: 0 16px 46px rgba(10,18,14,.08); }
.routine-card figure { height: 430px; overflow: hidden; }
.routine-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.routine-card:nth-child(1) img { object-position: center 50%; }
.routine-card:nth-child(2) img { object-position: center 33%; }
.routine-card:nth-child(3) img { object-position: center 42%; }
.support-card figure { height: 360px; }
.routine-card:hover img { transform: scale(1.03); }
.routine-card > div { padding: 28px; }
.routine-card > div > span { display: block; margin-bottom: 12px; color: var(--ink-soft); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.routine-card h3 { margin-bottom: 11px; font-size: 27px; }
.routine-card p { margin: 0; color: var(--ink-soft); line-height: 1.65; }


.subsection-heading { max-width: 820px; margin-bottom: 30px; }
.subsection-heading .eyebrow { margin-bottom: 10px; }
.subsection-heading h3 { margin-bottom: 10px; font-size: clamp(34px, 4vw, 56px); line-height: 1.04; }
.subsection-heading p { margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.hondure-flavor-card--earl { background: linear-gradient(145deg, #f1edff, #d8cfff); border-color: rgba(75,60,114,.16); }
.hondure-flavor-card--duo { background: linear-gradient(145deg, #fff9e3, #f5eee6); }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 24px; }
.hondure-moments { padding-top: 0; }
@media (max-width: 900px) {
  .support-grid { grid-template-columns: 1fr; }
}

.philosophy { background: var(--navy-deep); color: var(--white); }
.philosophy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.philosophy-title { position: sticky; top: 130px; height: fit-content; }
.philosophy-copy > p { max-width: 670px; margin-bottom: 50px; color: rgba(255,255,255,.66); font-size: 19px; line-height: 1.75; }
.philosophy-points { border-top: 1px solid rgba(255,255,255,.16); }
.philosophy-points article { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.philosophy-points article > span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.30); border-radius: 50%; font-size: 8px; font-weight: 900; }
.philosophy-points h3 { margin-bottom: 8px; font-size: 25px; }
.philosophy-points p { margin: 0; color: rgba(255,255,255,.60); line-height: 1.6; }
.brand-story {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  margin-top: 95px;
  padding-top: 65px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.brand-story h3 { margin: 0; font-size: clamp(38px, 4vw, 57px); line-height: 1.05; }
.brand-story > p { margin: 0; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.75; }

.amazon-cta { padding: 100px 0; background: var(--gold); }
.amazon-cta__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.amazon-cta__inner > div:first-child > p:last-child { max-width: 660px; margin: 24px 0 0; color: rgba(16,21,18,.70); font-size: 18px; line-height: 1.7; }
.amazon-cta__action { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.amazon-cta__action small { max-width: 390px; color: rgba(16,21,18,.62); line-height: 1.5; }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-grid > div:first-child > p:last-child { max-width: 570px; margin-top: 24px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.contact-links { border-top: 1px solid var(--line); }
.contact-links a { display: flex; flex-direction: column; gap: 7px; padding: 25px 0; border-bottom: 1px solid var(--line); transition: padding-left .2s ease; }
.contact-links a:hover { padding-left: 10px; }
.contact-links span { color: var(--ink-soft); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.contact-links strong { font-size: clamp(19px, 2vw, 28px); letter-spacing: -.03em; }

.site-footer { background: #0a0f0c; color: var(--white); padding: 80px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 48px; padding-bottom: 58px; border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-brand > span { font-family: Georgia, "Times New Roman", serif; font-size: 27px; letter-spacing: .18em; }
.footer-brand p { max-width: 340px; margin: 18px 0 0; color: rgba(255,255,255,.56); line-height: 1.65; }
.footer-grid h3 { margin: 3px 0 20px; font-size: 10px; letter-spacing: .09em; }
.footer-grid a { display: block; width: fit-content; margin: 0 0 12px; color: rgba(255,255,255,.62); font-size: 12px; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: grid; grid-template-columns: .28fr .72fr; gap: 55px; padding-top: 28px; }
.footer-bottom > p:first-child { font-size: 10px; color: rgba(255,255,255,.55); }
.disclaimer { margin: 0; color: rgba(255,255,255,.38); font-size: 9px; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: 150px 1fr 155px; }
  .primary-nav { gap: 14px; }
  .hero-grid { gap: 38px; }
  .product-story__grid, .product-story__grid--reverse { gap: 55px; }
  .collagen-copy { padding: 50px; }
  .check-list { grid-template-columns: 1fr; }
  .routine-heading { grid-template-columns: .4fr .6fr; }
  .routine-heading > p { grid-column: 2; }
}

@media (max-width: 900px) {
  .announcement { font-size: 8px; }
  .site-header { height: 70px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .amazon-button { display: none; }
  .menu-toggle {
    justify-self: end;
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 0;
    border-radius: 50%;
    background: var(--ink);
    cursor: pointer;
  }
  .menu-toggle > span:not(.sr-only) { width: 18px; height: 1px; background: var(--white); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav {
    position: fixed;
    top: 102px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,253,249,.98);
    box-shadow: var(--shadow);
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 15px 10px; border-bottom: 1px solid var(--line); font-size: 10px; }
  .primary-nav a::after { display: none; }
  .primary-nav a:last-child { border-bottom: 0; }
  .mobile-amazon { display: block; color: var(--navy); }

  .hero { min-height: 0; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 55px; padding: 70px 0 80px; }
  .hero-copy { max-width: 710px; }
  .hero-collage { min-height: 660px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { margin-left: 0; }
  .collection-cards { grid-template-columns: 1fr; }
  .collection-card { min-height: 260px; }
  .collection-card__number { bottom: 150px; }
  .product-story__grid, .product-story__grid--reverse { grid-template-columns: 1fr; gap: 65px; }
  .product-story__copy { max-width: 720px; }
  .product-story--marea .marea-gallery { order: 2; }
  .product-story--marea .product-story__copy { order: 1; }
  .flavors-layout { grid-template-columns: 1fr; }
  .flavors-picture { min-height: 540px; }
  .collagen-card { grid-template-columns: 1fr; }
  .collagen-art { min-height: 620px; }
  .collagen-lifestyle { grid-template-columns: 1fr; }
  .collagen-lifestyle figure { min-height: 540px; }
  .routine-heading { grid-template-columns: 1fr; gap: 15px; }
  .routine-heading > p { grid-column: auto; }
  .routine-grid { grid-template-columns: 1fr; }
  .routine-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .routine-card figure { height: 400px; }
  .routine-card > div { display: flex; flex-direction: column; justify-content: center; }
  .philosophy-grid { grid-template-columns: 1fr; gap: 60px; }
  .philosophy-title { position: static; }
  .brand-story { grid-template-columns: 1fr; gap: 30px; }
  .amazon-cta__inner { grid-template-columns: 1fr; gap: 35px; }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; gap: 15px; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .section-pad { padding: 82px 0; }
  .announcement { min-height: 38px; flex-wrap: wrap; gap: 6px 10px; text-align: center; }
  .announcement i { display: none; }
  .brand { font-size: 21px; }
  .hero-grid { padding-top: 48px; gap: 38px; }
  .hero h1 { font-size: clamp(42px, 12.7vw, 61px); }
  .hero-lede { font-size: 17px; }
  .hero-subline { font-size: 13px; }
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  .hero-points { gap: 11px 18px; margin-top: 30px; }
  .hero-collage { min-height: 510px; }
  .hero-tile { border-radius: 20px; }
  .hero-tile--main { inset: 0 10% 0 8%; }
  .hero-tile--hondure { width: 39%; height: 45%; left: -2%; bottom: 0; border-width: 5px; }
  .hero-tile--collagen { width: 35%; height: 40%; right: -1%; top: 2%; border-width: 5px; }
  .hero-stamp { width: 66px; height: 66px; right: 1%; bottom: 14%; font-size: 6px; }
  .tile-label { left: 7px; top: 7px; padding: 5px 6px; font-size: 5px; }
  .section-heading h2,
  .product-story h2,
  .collagen-section h2,
  .routine h2,
  .philosophy h2,
  .amazon-cta h2,
  .contact h2 { font-size: clamp(38px, 10.8vw, 55px); }
  .section-heading > p { font-size: 16px; }
  .collection-card { min-height: 230px; padding: 26px; }
  .collection-card__copy { max-width: 72%; }
  .collection-card__number { bottom: 138px; }
  .collection-card h3 { font-size: 39px; }
  .product-story { padding: 82px 0; }
  .story-lede { font-size: 17px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .product-actions { flex-direction: column; align-items: flex-start; }
  .product-actions .button { width: 100%; }
  .product-actions p { max-width: none; }
  .hondure-gallery { min-height: 540px; }
  .hondure-gallery__box { width: 78%; height: 70%; }
  .hondure-gallery__pour { width: 55%; height: 54%; border-width: 5px; }
  .photo-note, .launch-chip { font-size: 5px; padding: 8px 9px; }
  .marea-gallery { min-height: 540px; }
  .marea-gallery__main { width: 76%; height: 76%; }
  .marea-gallery__tennis { width: 52%; height: 54%; border-width: 5px; }
  .flavors-picture { min-height: 590px; }
  .flavor-card { padding: 24px; }
  .collagen-art { min-height: 530px; }
  .collagen-art__product { width: 66%; height: 81%; right: 3%; }
  .collagen-art__sachet { width: 31%; height: 64%; left: 7%; }
  .collagen-note { font-size: 5px; padding: 7px 8px; }
  .collagen-copy { padding: 42px 27px; }
  .check-list { grid-template-columns: 1fr; }
  .collagen-copy .button { width: 100%; }
  .collagen-lifestyle figure { min-height: 410px; }
  .collagen-lifestyle > div { padding: 38px 27px; }
  .collagen-lifestyle h3 { font-size: 38px; }
  .routine-card { display: block; }
  .routine-card figure { height: 430px; }
  .philosophy-points article { grid-template-columns: 48px 1fr; }
  .brand-story { margin-top: 70px; padding-top: 50px; }
  .amazon-cta { padding: 80px 0; }
  .contact-links strong { font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
