@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBMPlexMono-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ivory: #f7f8f3;
  --paper: #fffefa;
  --forest: #12372f;
  --forest-deep: #09241f;
  --forest-soft: #315c50;
  --charcoal: #242522;
  --sage: #8fa698;
  --sage-pale: #dce7e1;
  --accent-ink: #3f725f;
  --line: rgba(23, 63, 53, .18);
  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --body: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --utility: "IBM Plex Mono", ui-monospace, monospace;
  --shell: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
button, input { font: inherit; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--accent-ink); outline-offset: 4px; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin: 0 auto; }
.skip-link { position: fixed; top: -90px; left: 16px; z-index: 100; padding: 12px 16px; background: var(--paper); }
.skip-link:focus { top: 16px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--forest-soft);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.global-header { background: var(--ivory); color: var(--forest); }
.global-header .header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: 168px; height: 36px; object-fit: contain; object-position: left center; }
.brand-monogram { width: 48px; height: 48px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: 14px; font-weight: 650; text-decoration: none; }
.nav a:hover { color: var(--forest-soft); }
.nav .nav-shop { padding: 10px 18px; border: 1px solid var(--forest); border-radius: 2px; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--forest);
  border-radius: 2px;
  background: var(--forest);
  color: var(--paper);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { background: var(--forest-deep); transform: translateY(-1px); }
.button:disabled { cursor: not-allowed; opacity: .52; transform: none; }
.button--light { border-color: var(--paper); background: var(--paper); color: var(--forest); }
.button--light:hover { background: var(--ivory); }
.text-link { color: var(--forest); font-weight: 700; text-underline-offset: 5px; }

.page-hero { padding: 110px 0 92px; background: var(--paper); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr); gap: clamp(56px, 7vw, 112px); align-items: center; }
.page-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--forest);
  font-family: var(--display);
  font-size: clamp(64px, 7vw, 104px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.045em;
}
.page-hero-copy { max-width: 620px; margin: 28px 0 0; color: #506159; font-size: 20px; }
.page-hero-actions { display: flex; gap: 18px; align-items: center; margin-top: 34px; flex-wrap: wrap; }
.page-hero-media { border: 1px solid var(--line); background: var(--ivory); }
.page-hero-media img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }

.lifestyle-hero { padding: 118px 0 92px; background: var(--ivory); }
.lifestyle-hero-grid {
  display: grid;
  grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr);
  min-height: 680px;
  border: 1px solid var(--forest);
  background: var(--paper);
}
.lifestyle-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 5vw, 72px); }
.lifestyle-hero h1 {
  max-width: 620px;
  margin: 0;
  color: var(--forest);
  font-family: var(--display);
  font-size: clamp(60px, 6vw, 82px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.05em;
}
.lifestyle-hero-copy > p:not(.eyebrow) { max-width: 540px; margin: 28px 0 0; color: #526159; font-size: 18px; }
.lifestyle-hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 36px; flex-wrap: wrap; }
.lifestyle-hero-media { position: relative; min-width: 0; min-height: 680px; overflow: hidden; margin: 0; background: #244b41; }
.lifestyle-hero-media img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; object-position: center; }
.lifestyle-hero-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 12px;
  background: rgba(16, 47, 39, .9);
  color: var(--ivory);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.routine-hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 0;
  background: var(--ivory);
}
.routine-hero::before {
  content: "";
  position: absolute;
  top: 86px;
  right: max(32px, calc((100vw - var(--shell)) / 2));
  width: clamp(180px, 23vw, 360px);
  height: 1px;
  background: var(--line);
}
.routine-hero-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.26fr) minmax(320px, .74fr);
  gap: clamp(42px, 8vw, 128px);
  align-items: end;
  padding-bottom: 42px;
}
.routine-hero-kicker { align-self: start; }
.routine-hero h2 {
  max-width: 860px;
  margin: 0;
  color: var(--forest);
  font-family: var(--display);
  font-size: clamp(66px, 8.2vw, 122px);
  font-weight: 400;
  line-height: .84;
  letter-spacing: -.052em;
}
.routine-hero-intro-copy {
  max-width: 520px;
  margin: 0 0 8px;
  color: #52635b;
  font-size: 18px;
  line-height: 1.65;
}
.routine-carousel-shell { position: relative; }
.routine-stage { border: 1px solid var(--forest); border-bottom: 0; background: var(--paper); }
.routine-slide {
  display: grid;
  grid-template-columns: minmax(380px, .82fr) minmax(0, 1.18fr);
  min-height: 570px;
}
.routine-slide[hidden] { display: none; }
.routine-slide-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(42px, 5vw, 76px);
  border-right: 1px solid var(--line);
}
.routine-slide-sequence {
  margin: 0 0 auto;
  color: var(--accent-ink);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.routine-slide-copy .eyebrow { margin-top: 54px; }
.routine-slide h2 {
  margin: 0;
  color: var(--forest);
  font-family: var(--display);
  font-size: clamp(52px, 5.4vw, 80px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.045em;
}
.routine-slide-summary { max-width: 500px; margin: 22px 0 0; color: #526159; font-size: 17px; }
.routine-slide-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding: 22px 0 0;
  margin: 26px 0 0;
  border-top: 1px solid var(--line);
  color: var(--forest);
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  list-style: none;
  text-transform: uppercase;
}
.routine-slide-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 34px; }
.routine-slide-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  background: #ebe6da;
}
.routine-slide-media::before {
  content: attr(data-moment-number);
  position: absolute;
  z-index: 1;
  top: 28px;
  left: 32px;
  color: rgba(23, 63, 53, .13);
  font-family: var(--display);
  font-size: clamp(110px, 15vw, 230px);
  line-height: .78;
  letter-spacing: -.08em;
  pointer-events: none;
}
.routine-slide-image { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.routine-slide.is-active .routine-slide-copy,
.routine-slide.is-active .routine-slide-media { animation: routine-reveal .62s cubic-bezier(.22, .7, .2, 1) both; }
.routine-slide.is-active .routine-slide-media { animation-delay: .06s; }
.routine-rail {
  display: grid;
  grid-template-columns: 62px repeat(3, minmax(0, 1fr)) 62px 92px;
  border: 1px solid var(--forest);
  background: var(--forest);
  color: var(--ivory);
}
.routine-arrow,
.routine-selector,
.routine-toggle {
  min-width: 0;
  min-height: 82px;
  border: 0;
  border-right: 1px solid rgba(245, 241, 232, .2);
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.routine-arrow { font-family: var(--display); font-size: 28px; }
.routine-arrow:hover,
.routine-toggle:hover { background: rgba(255, 255, 255, .06); }
.routine-selector {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-content: center;
  padding: 14px 20px;
  text-align: left;
}
.routine-selector::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--accent-ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.routine-selector[aria-current="true"] { background: rgba(255, 255, 255, .08); }
.routine-selector[aria-current="true"]::after { transform: scaleX(1); }
.routine-selector-number {
  color: var(--sage);
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}
.routine-selector strong { display: block; font-size: 13px; line-height: 1.2; }
.routine-selector small { display: block; margin-top: 4px; color: #b8c6be; font-size: 11px; line-height: 1.2; }
.routine-toggle {
  border-right: 0;
  color: #d5dfd8;
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.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;
}

@keyframes routine-reveal {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.system-intro { max-width: 800px; margin-bottom: 54px; }
.system-intro h2,
.route-heading {
  margin: 0;
  color: var(--forest);
  font-family: var(--display);
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.04em;
}
.system-intro > p:last-child { max-width: 700px; margin: 22px 0 0; color: #596860; font-size: 18px; }
.system-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.system-card { display: flex; flex-direction: column; min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.system-card-media { aspect-ratio: 1; overflow: hidden; background: var(--ivory); }
.system-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.system-card:hover .system-card-media img { transform: scale(1.018); }
.system-card-body { flex: 1; display: flex; flex-direction: column; padding: 30px 30px 28px; }
.system-card-index { color: var(--accent-ink); font-family: var(--utility); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.system-card h3 { margin: 16px 0 0; color: var(--forest); font-family: var(--display); font-size: 34px; font-weight: 500; line-height: 1; letter-spacing: -.02em; }
.system-card-role { margin: 9px 0 0; color: var(--forest-soft); font-family: var(--utility); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.system-card-copy { margin: 18px 0 0; color: #5c6861; font-size: 14px; }
.system-card-facts { display: grid; gap: 8px; padding: 18px 0; margin: 22px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #53625a; font-size: 12px; }
.system-card-facts span { display: flex; justify-content: space-between; gap: 20px; }
.system-card-facts strong { color: var(--forest); font-weight: 700; }
.system-card-commerce { margin-top: auto; padding-top: 24px; }
.system-card-price { display: block; color: var(--forest); font-family: var(--display); font-size: 28px; font-weight: 600; }
.system-card-commerce .button { width: 100%; margin-top: 12px; }
.system-card-commerce .text-link { display: inline-block; margin-top: 12px; font-size: 13px; }
.commerce-note { min-height: 38px; margin: 10px 0 0; color: #6a756e; font-size: 11px; }

.targeted-support { padding: 112px 0 126px; background: #e7e5dc; }
.targeted-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(50px, 8vw, 122px);
  align-items: end;
  margin-bottom: 52px;
}
.targeted-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--forest);
  font-family: var(--display);
  font-size: clamp(50px, 6vw, 82px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.04em;
}
.targeted-heading > p { max-width: 610px; margin: 0 0 7px; color: #56645d; }
.targeted-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--forest); border-left: 1px solid var(--forest); }
.targeted-grid .system-card { border-color: var(--forest); }
.system-card-media--spec { display: grid; place-items: center; padding: clamp(26px, 4vw, 58px); background: #d9e2d8; }
.system-card-media--colostrum { background: #eadbc3; }
.packaging-spec {
  width: min(100%, 430px);
  aspect-ratio: 1.42;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--forest);
  background: rgba(255, 254, 250, .78);
  box-shadow: 18px 22px 0 rgba(23, 63, 53, .08);
  transform: rotate(-2deg);
}
.system-card-media--colostrum .packaging-spec { transform: rotate(2deg); }
.packaging-spec span,
.packaging-spec small { color: var(--forest-soft); font-family: var(--utility); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.packaging-spec strong { max-width: 360px; color: var(--forest); font-family: var(--display); font-size: clamp(38px, 4.5vw, 68px); font-weight: 400; line-height: .88; letter-spacing: -.045em; }
.targeted-disclosure { max-width: 880px; margin: 24px 0 0; color: #647068; font-size: 12px; }

/* One collection, with the powder formats in the same shopping surface. */
.collection-nav { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 34px; }
.collection-nav a { padding: 10px 17px; border: 1px solid var(--line); border-radius: 3px; color: var(--forest); background: var(--paper); font-size: 14px; text-decoration: none; transition: background .2s, color .2s; }
.collection-nav a:hover, .collection-nav a:focus-visible { color: var(--paper); background: var(--forest); }
.collection-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.collection-grid > .system-card { grid-column: span 2; scroll-margin-top: 110px; }
.collection-grid > .system-card:nth-last-child(-n+2) { grid-column: span 3; }
.collection-divider { grid-column: 1 / -1; padding: 34px 30px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); scroll-margin-top: 110px; }
.collection-divider h3 { margin: 0; color: var(--forest); font-size: 24px; font-weight: 500; letter-spacing: -.025em; }
.collection-divider p { margin: 4px 0 0; color: var(--forest-soft); font-size: 16px; }
.collection-grid .system-card-media { position: relative; }
.collection-grid .system-card-media a { display: block; height: 100%; }
.collection-grid .system-card-copy { font-size: 16px; }
.collection-grid .system-card-index, .collection-grid .system-card-role { font-family: var(--body); font-size: 14px; letter-spacing: 0; text-transform: none; }
.collection-grid .system-card-facts { font-size: 14px; }
.collection-grid .commerce-note { font-size: 14px; }
.collection-grid .system-card-commerce .text-link { font-size: 14px; }

@media (max-width: 980px) {
  .system-grid.collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .system-grid.collection-grid > .system-card, .system-grid.collection-grid > .system-card:nth-last-child(-n+2) { grid-column: auto; }
  .system-grid.collection-grid > .system-card:nth-child(3) { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .system-grid.collection-grid { grid-template-columns: minmax(0, 1fr); }
  .system-grid.collection-grid > .system-card:nth-child(3) { display: flex; grid-column: auto; }
  .collection-nav { gap: 8px; padding-top: 26px; }
  .collection-nav a { padding: 9px 12px; }
  .collection-divider { padding: 28px 24px; }
}

.formula-expectation {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
  gap: 48px;
  padding: 42px 0 0;
  margin-top: 42px;
  border-top: 1px solid var(--forest);
}
.formula-expectation h3 { margin: 0; color: var(--forest); font-family: var(--display); font-size: clamp(34px, 4vw, 50px); font-weight: 400; line-height: 1; }
.formula-expectation > p { max-width: 760px; margin: 0; color: #536159; }

.bundle-wrap { padding: 0 0 126px; background: var(--paper); }
.bundle-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(440px, .9fr); background: var(--forest); color: var(--ivory); }
.bundle-media { min-height: 590px; }
.bundle-media img { width: 100%; height: 100%; object-fit: cover; }
.bundle-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(54px, 7vw, 96px); }
.bundle-copy .eyebrow { color: #b9c9c0; }
.bundle-copy h2 { max-width: 520px; margin: 0; font-family: var(--display); font-size: clamp(52px, 5vw, 76px); font-weight: 400; line-height: .95; letter-spacing: -.04em; }
.bundle-copy > p { max-width: 540px; margin: 24px 0 0; color: #cbd5ce; }
.bundle-includes { display: grid; gap: 10px; padding: 24px 0; margin: 30px 0 0; border-top: 1px solid rgba(245,241,232,.18); border-bottom: 1px solid rgba(245,241,232,.18); font-size: 13px; }
.bundle-includes span { display: flex; justify-content: space-between; gap: 20px; }
.bundle-pricing { display: flex; align-items: baseline; gap: 14px; margin-top: 28px; }
.bundle-pricing strong { color: #fff; font-family: var(--display); font-size: 44px; font-weight: 500; }
.bundle-pricing del { color: #aabbb1; }
.bundle-save {
  margin-left: 4px;
  padding: 6px 9px;
  border: 1px solid rgba(245, 241, 232, .26);
  color: #f5d8cb;
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bundle-copy .button { width: fit-content; margin-top: 18px; }
.bundle-status { margin: 12px 0 0; color: #b9c7bf; font-size: 11px; }
.bundle-shipping { margin: 8px 0 0 !important; color: #aebeb5 !important; font-size: 11px; }

.route-main { background: var(--paper); }
.shop-intro { padding: 100px 0 64px; background: var(--ivory); }
.shop-intro-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(380px, .6fr); gap: 80px; align-items: end; }
.shop-intro p:last-child { max-width: 620px; margin: 0 0 8px; color: #58675f; font-size: 18px; }
.decision-section { padding: 84px 0 96px; background: var(--ivory); }
.decision-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, .58fr); gap: 80px; align-items: end; margin-bottom: 38px; }
.decision-heading h2 { max-width: 760px; margin: 0; color: var(--forest); font-family: var(--display); font-size: clamp(48px, 5.5vw, 76px); font-weight: 400; line-height: .96; letter-spacing: -.04em; }
.decision-heading > p { max-width: 560px; margin: 0 0 6px; color: #59675f; font-size: 17px; }
.decision-scroll { overflow-x: auto; border-top: 1px solid var(--forest); }
.decision-guide { width: 100%; min-width: 820px; border-collapse: collapse; table-layout: fixed; background: transparent; }
.decision-guide th,
.decision-guide td { padding: 22px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.decision-guide th:last-child,
.decision-guide td:last-child { border-right: 0; }
.decision-guide thead th { color: var(--forest); font-family: var(--display); font-size: 22px; font-weight: 600; line-height: 1.1; }
.decision-guide thead th:first-child { width: 18%; color: var(--accent-ink); font-family: var(--utility); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.decision-guide tbody th { color: var(--accent-ink); font-family: var(--utility); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.decision-guide tbody td { color: #4e5e56; font-size: 14px; line-height: 1.5; }
.decision-guide tbody tr:first-child td { color: var(--forest); font-size: 16px; font-weight: 700; }
.decision-boundary { max-width: 900px; margin: 24px 0 0; color: #66736c; font-size: 13px; }
.decision-boundary strong { color: var(--forest); }
.shop-products { padding: 76px 0 118px; }

.process-hero { padding: 108px 0 90px; background: var(--forest); color: var(--ivory); }
.process-hero h1 { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(64px, 8vw, 112px); font-weight: 400; line-height: .88; letter-spacing: -.05em; }
.process-hero-copy { max-width: 680px; margin: 30px 0 0; color: #cbd5ce; font-size: 20px; }
.process-section { padding: 118px 0; background: var(--paper); }
.process-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(54px, 8vw, 130px); }
.process-rail { position: sticky; top: 28px; align-self: start; border-top: 1px solid var(--forest); }
.process-rail a { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--forest); font-size: 13px; text-decoration: none; }
.process-steps { border-top: 1px solid var(--forest); }
.process-step { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 42px; padding: 46px 0 54px; border-bottom: 1px solid var(--line); }
.process-step-number { color: var(--accent-ink); font-family: var(--utility); font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.process-step h2 { margin: 0; color: var(--forest); font-family: var(--display); font-size: clamp(42px, 5vw, 66px); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.process-step p { max-width: 740px; margin: 18px 0 0; color: #59675f; }
.process-product { display: flex; align-items: center; gap: 18px; margin-top: 28px; color: var(--forest); font-size: 13px; font-weight: 700; }
.process-product img { width: 96px; height: 96px; object-fit: cover; border: 1px solid var(--line); }
.guide-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(247,248,243,.22); color: #b9c9c0; font-family: var(--utility); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.guide-checklist { max-width: 760px; padding: 0; margin: 24px 0 0; border-top: 1px solid var(--forest); list-style: none; }
.guide-checklist li { position: relative; padding: 17px 0 17px 34px; border-bottom: 1px solid var(--line); color: #536159; }
.guide-checklist li::before { content: "✓"; position: absolute; top: 17px; left: 0; color: var(--accent-ink); font-family: var(--utility); font-weight: 700; }
.guide-faq-section { padding: 108px 0; background: var(--paper); }
.guide-faq-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(54px, 8vw, 120px); }
.guide-faq-grid h2 { max-width: 560px; margin: 0; color: var(--forest); font-family: var(--display); font-size: clamp(46px, 5vw, 70px); font-weight: 400; line-height: .96; letter-spacing: -.04em; }
.guide-faq-list { border-top: 1px solid var(--forest); }
.guide-faq-list details { border-bottom: 1px solid var(--line); }
.guide-faq-list summary { position: relative; padding: 24px 48px 24px 0; color: var(--forest); font-weight: 700; cursor: pointer; list-style: none; }
.guide-faq-list summary::-webkit-details-marker { display: none; }
.guide-faq-list summary::after { content: "+"; position: absolute; top: 19px; right: 0; color: var(--accent-ink); font-family: var(--utility); font-size: 24px; font-weight: 400; }
.guide-faq-list details[open] summary::after { content: "−"; }
.guide-faq-list details p { max-width: 760px; margin: 0; padding: 0 44px 26px 0; color: #59675f; }
.guide-sources { border-top: 1px solid var(--forest); }
.guide-sources p { margin: 0; padding: 20px 0; border-bottom: 1px solid var(--line); color: #536159; }
.guide-sources a { color: var(--forest); font-weight: 700; text-underline-offset: 4px; }
.guide-sources .guide-source-note { color: #69766f; font-family: var(--utility); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.guide-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; padding-top: 28px; }
.routine-band { padding: 100px 0; background: var(--sage-pale); }
.routine-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.routine-grid h2 { margin: 0; color: var(--forest); font-family: var(--display); font-size: clamp(48px, 6vw, 76px); font-weight: 400; line-height: .95; letter-spacing: -.04em; }
.routine-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--forest); }
.routine-slot { min-height: 190px; padding: 26px 24px 24px 0; border-bottom: 1px solid var(--line); }
.routine-slot + .routine-slot { padding-left: 24px; border-left: 1px solid var(--line); }
.routine-slot time { color: var(--accent-ink); font-family: var(--utility); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.routine-slot strong { display: block; margin-top: 20px; color: var(--forest); font-size: 16px; }
.routine-slot p { margin: 8px 0 0; color: #59675f; font-size: 13px; }
.safety-section { padding: 106px 0; background: var(--ivory); }
.safety-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.safety-grid h2 { margin: 0; color: var(--forest); font-family: var(--display); font-size: clamp(48px, 6vw, 74px); font-weight: 400; line-height: .96; letter-spacing: -.04em; }
.safety-list { border-top: 1px solid var(--forest); }
.safety-list p { margin: 0; padding: 22px 0; border-bottom: 1px solid var(--line); color: #56645c; }

.proof-gateway { padding: 86px 0; background: var(--sage-pale); }
.proof-gateway-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}
.proof-gateway h2 {
  max-width: 620px;
  margin: 0;
  color: var(--forest);
  font-family: var(--display);
  font-size: clamp(46px, 5vw, 70px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.04em;
}
.proof-gateway-copy { border-top: 1px solid var(--forest); }
.proof-gateway-copy p { max-width: 700px; margin: 0; padding: 22px 0; color: #4f5f57; }
.proof-gateway-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; padding-top: 28px; }

.dossier-hero { padding: 96px 0; background: var(--paper); }
.dossier-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(54px, 7vw, 112px);
  align-items: center;
}
.dossier-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--forest);
  font-family: var(--display);
  font-size: clamp(62px, 7vw, 102px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.05em;
}
.dossier-hero-copy { max-width: 640px; margin: 26px 0 0; color: #506159; font-size: 19px; }
.dossier-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 22px 0 0;
  margin: 30px 0 0;
  border-top: 1px solid var(--line);
  color: var(--forest);
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.dossier-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 34px; }
.dossier-media { margin: 0; border: 1px solid var(--line); background: var(--ivory); }
.dossier-media img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.dossier-media figcaption {
  padding: 12px 16px;
  border-top: 1px solid var(--line);
  color: #66736c;
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.dossier-media--spec { min-height: 540px; display: grid; grid-template-rows: 1fr auto; }
.dossier-packaging {
  display: grid;
  place-items: center;
  padding: clamp(34px, 6vw, 76px);
  background: #d9e2d8;
}
.dossier-media--colostrum .dossier-packaging { background: #eadbc3; }
.dossier-packaging .packaging-spec { width: min(100%, 520px); }

.label-section { padding: 112px 0; background: var(--ivory); }
.label-layout {
  display: grid;
  grid-template-columns: minmax(260px, .55fr) minmax(0, 1.45fr);
  gap: clamp(54px, 8vw, 124px);
  align-items: start;
}
.label-intro { position: sticky; top: 28px; }
.label-intro h2,
.evidence-section h2,
.quality-hero h1,
.quality-section h2 {
  margin: 0;
  color: var(--forest);
  font-family: var(--display);
  font-size: clamp(48px, 5.5vw, 76px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.04em;
}
.label-intro > p:last-child { margin: 22px 0 0; color: #59675f; }
.facts-panel { border: 1px solid var(--charcoal); background: #fff; color: #10110f; }
.facts-panel-header { padding: 22px 24px 18px; border-bottom: 12px solid #10110f; }
.facts-panel-header h3 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: .9; letter-spacing: -.04em; }
.facts-panel-header p { margin: 12px 0 0; font-size: 14px; line-height: 1.45; }
.facts-table { width: 100%; border-collapse: collapse; }
.facts-table th,
.facts-table td { padding: 13px 18px; border-bottom: 1px solid #222; text-align: left; vertical-align: top; }
.facts-table th { width: 68%; font-weight: 700; }
.facts-table td { text-align: right; white-space: nowrap; }
.facts-table .facts-group th { padding-top: 20px; border-top: 7px solid #10110f; }
.facts-table small { display: block; margin-top: 5px; font-weight: 400; line-height: 1.4; }
.facts-foot { padding: 16px 18px 20px; font-size: 13px; line-height: 1.5; }
.facts-foot p { margin: 0; }
.facts-foot p + p { margin-top: 10px; }

.evidence-section { padding: 108px 0; background: var(--paper); }
.evidence-heading { max-width: 840px; margin-bottom: 48px; }
.evidence-heading > p:last-child { max-width: 720px; margin: 22px 0 0; color: #59675f; }
.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--forest); border-left: 1px solid var(--line); }
.evidence-card { min-height: 330px; padding: clamp(32px, 4vw, 52px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.evidence-card--limit { background: var(--ivory); }
.evidence-card h3 { margin: 0; color: var(--forest); font-family: var(--display); font-size: 34px; font-weight: 500; line-height: 1; }
.evidence-card ul { padding: 0; margin: 26px 0 0; list-style: none; }
.evidence-card li { padding: 13px 0; border-top: 1px solid var(--line); color: #536159; font-size: 14px; }
.source-strip { padding: 34px 0; background: var(--forest); color: #dbe4de; }
.source-strip-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; }
.source-strip p { max-width: 820px; margin: 0; font-size: 13px; }
.source-strip a { color: var(--paper); font-weight: 700; text-underline-offset: 4px; }

.quality-hero { padding: 108px 0 94px; background: var(--forest); color: var(--ivory); }
.quality-hero .eyebrow { color: #b9c9c0; }
.quality-hero h1 { max-width: 940px; color: var(--ivory); font-size: clamp(62px, 8vw, 106px); }
.quality-hero p:last-child { max-width: 720px; margin: 28px 0 0; color: #cad5ce; font-size: 19px; }
.quality-section { padding: 108px 0; background: var(--paper); }
.quality-section--soft { background: var(--ivory); }
.quality-heading { display: grid; grid-template-columns: minmax(0, .8fr) minmax(340px, .65fr); gap: 80px; align-items: end; margin-bottom: 48px; }
.quality-heading > p { max-width: 620px; margin: 0 0 7px; color: #59675f; }
.status-ledger { border-top: 1px solid var(--forest); }
.status-row {
  display: grid;
  grid-template-columns: minmax(210px, .8fr) 150px minmax(0, 1.4fr);
  gap: 30px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.status-row h3 { margin: 0; color: var(--forest); font-size: 16px; }
.status-chip {
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid var(--sage);
  color: var(--forest);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.status-chip--pending { border-color: #9bbcaf; color: var(--accent-ink); }
.status-row p { max-width: 700px; margin: 0; color: #59675f; font-size: 14px; }
.quality-principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--forest); border-left: 1px solid var(--line); }
.quality-principle { min-height: 310px; padding: 36px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quality-principle span { color: var(--accent-ink); font-family: var(--utility); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.quality-principle h3 { margin: 28px 0 0; color: var(--forest); font-family: var(--display); font-size: 31px; font-weight: 500; line-height: 1; }
.quality-principle p { margin: 18px 0 0; color: #59675f; font-size: 14px; }
.document-roadmap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.document-roadmap ol { padding: 0; margin: 0; border-top: 1px solid var(--forest); list-style: none; counter-reset: roadmap; }
.document-roadmap li { counter-increment: roadmap; display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); color: #536159; }
.document-roadmap li::before { content: counter(roadmap, decimal-leading-zero); color: var(--accent-ink); font-family: var(--utility); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.quality-note { padding: 78px 0; background: var(--sage-pale); }
.quality-note-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.quality-note h2 { margin: 0; color: var(--forest); font-family: var(--display); font-size: clamp(42px, 5vw, 64px); font-weight: 400; line-height: .96; }
.quality-note p { max-width: 720px; margin: 0; color: #516159; }
.quality-note p + p { margin-top: 16px; }

.site-footer { padding: 72px 0 34px; background: var(--forest-deep); color: #dce4de; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; }
.brand-logo--reversed { width: 184px; height: auto; }
.site-footer p { max-width: 620px; color: #b9c7bf; font-size: 13px; }
.footer-links { display: flex; justify-content: flex-end; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.footer-links a { color: var(--ivory); font-size: 13px; }
.legal { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(245,241,232,.15); color: #98aaa0; font-size: 11px; }

@media (max-width: 980px) {
  .lifestyle-hero-grid { grid-template-columns: 1fr; }
  .lifestyle-hero-media { grid-row: 1; min-height: 520px; }
  .lifestyle-hero-media img { min-height: 520px; }
  .lifestyle-hero-copy { grid-row: 2; border-top: 1px solid var(--forest); }
  .formula-expectation { grid-template-columns: 1fr; gap: 18px; }
  .routine-hero { padding-top: 96px; }
  .routine-hero-intro { grid-template-columns: 1fr; gap: 22px; }
  .routine-hero-intro-copy { margin-bottom: 0; }
  .routine-slide { grid-template-columns: minmax(330px, .86fr) minmax(0, 1.14fr); min-height: 520px; }
  .routine-slide-copy { padding: 42px; }
  .routine-slide-image { min-height: 520px; }
  .routine-rail { grid-template-columns: 54px repeat(3, minmax(0, 1fr)) 54px; }
  .routine-toggle { grid-column: 1 / -1; min-height: 38px; border-top: 1px solid rgba(245, 241, 232, .2); }
  .page-hero-grid,
  .bundle-feature,
  .process-layout,
  .guide-faq-grid,
  .routine-grid,
  .safety-grid,
  .shop-intro-grid,
  .proof-gateway-grid,
  .dossier-hero-grid,
  .label-layout,
  .quality-heading,
  .document-roadmap,
  .quality-note-grid { grid-template-columns: 1fr; }
  .page-hero-media { max-width: 760px; }
  .system-grid { grid-template-columns: 1fr 1fr; }
  .system-grid > .system-card:last-child { grid-column: 1 / -1; }
  .targeted-heading { grid-template-columns: 1fr; gap: 28px; }
  .bundle-copy { grid-row: 1; }
  .bundle-media { min-height: 480px; grid-row: 2; }
  .process-rail { position: static; display: none; }
  .guide-faq-grid { gap: 36px; }
  .routine-grid, .safety-grid, .shop-intro-grid { gap: 48px; }
  .decision-heading { grid-template-columns: 1fr; gap: 24px; }
  .label-intro { position: static; }
  .quality-heading,
  .document-roadmap,
  .quality-note-grid { gap: 36px; }
  .quality-principles { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 680px); }
  .global-header .header-inner { min-height: 74px; }
  .brand-logo { width: 148px; height: auto; }
  .brand-monogram { width: 42px; height: 42px; }
  .nav { gap: 14px; }
  .nav a:not(.nav-shop) { display: none; }
  .nav .nav-shop { padding: 8px 14px; font-size: 12px; }
  .lifestyle-hero { padding: 74px 0 72px; }
  .lifestyle-hero-grid { width: 100%; border-right: 0; border-left: 0; }
  .lifestyle-hero-copy { padding: 46px 24px 52px; }
  .lifestyle-hero h1 { font-size: clamp(56px, 16vw, 74px); }
  .lifestyle-hero-media, .lifestyle-hero-media img { min-height: 360px; }
  .routine-hero { padding-top: 84px; }
  .routine-hero::before { top: 74px; right: 16px; width: 96px; }
  .routine-hero-intro { padding-bottom: 30px; }
  .routine-hero h2 { font-size: clamp(57px, 17vw, 78px); }
  .routine-hero-intro-copy { font-size: 16px; }
  .routine-carousel-shell { width: 100%; }
  .routine-stage { border-right: 0; border-left: 0; }
  .routine-slide { grid-template-columns: 1fr; min-height: 0; }
  .routine-slide-copy { min-height: 430px; padding: 38px 24px 36px; border-right: 0; border-bottom: 1px solid var(--line); }
  .routine-slide-copy .eyebrow { margin-top: 44px; }
  .routine-slide h2 { font-size: 58px; }
  .routine-slide-summary { font-size: 16px; }
  .routine-slide-facts { gap: 7px 16px; margin-top: 22px; }
  .routine-slide-actions { gap: 14px; margin-top: 28px; }
  .routine-slide-actions .button { min-height: 48px; padding: 0 19px; }
  .routine-slide-media { min-height: min(100vw, 520px); }
  .routine-slide-media::before { top: 22px; left: 20px; font-size: 112px; }
  .routine-slide-image { min-height: min(100vw, 520px); aspect-ratio: 1; }
  .routine-rail { grid-template-columns: 46px repeat(3, minmax(0, 1fr)) 46px; border-right: 0; border-left: 0; }
  .routine-arrow, .routine-selector { min-height: 88px; }
  .routine-selector { display: block; padding: 12px 7px; text-align: center; }
  .routine-selector-number { display: block; margin-bottom: 5px; }
  .routine-selector strong { font-size: 10px; line-height: 1.15; }
  .routine-selector small { display: none; }
  .page-hero, .process-hero { padding: 76px 0 70px; }
  .page-hero h1, .process-hero h1 { font-size: 62px; }
  .decision-section { padding: 62px 0 72px; }
  .decision-heading h2 { font-size: 52px; }
  .decision-scroll { overflow: visible; }
  .decision-guide { min-width: 0; }
  .decision-guide,
  .decision-guide tbody,
  .decision-guide tr,
  .decision-guide th,
  .decision-guide td { display: block; width: 100%; }
  .decision-guide thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .decision-guide tbody tr { padding: 0 0 10px; border-bottom: 1px solid var(--forest); }
  .decision-guide tbody th { padding: 24px 0 12px; border: 0; }
  .decision-guide tbody td { display: grid; grid-template-columns: 124px minmax(0, 1fr); gap: 16px; padding: 14px 0; border-right: 0; }
  .decision-guide tbody td::before { content: attr(data-product); color: var(--forest); font-size: 12px; font-weight: 700; }
  .process-section, .shop-products, .guide-faq-section { padding: 78px 0; }
  .system-grid { grid-template-columns: 1fr; }
  .system-grid > .system-card:last-child { grid-column: auto; }
  .targeted-support { padding: 74px 0 82px; }
  .targeted-grid { grid-template-columns: 1fr; }
  .dossier-media--spec { min-height: 0; }
  .system-card-body { padding: 26px 22px; }
  .bundle-wrap { padding-bottom: 80px; }
  .bundle-copy { padding: 56px 24px; }
  .bundle-media { min-height: 340px; }
  .process-step { grid-template-columns: 1fr; gap: 12px; padding: 34px 0 42px; }
  .routine-strip { grid-template-columns: 1fr; }
  .routine-slot + .routine-slot { padding-left: 0; border-left: 0; }
  .routine-band, .safety-section { padding: 76px 0; }
  .proof-gateway,
  .dossier-hero,
  .label-section,
  .evidence-section,
  .quality-section { padding: 72px 0; }
  .dossier-hero h1,
  .quality-hero h1 { font-size: 61px; }
  .dossier-media { margin-top: 12px; }
  .evidence-grid { grid-template-columns: 1fr; }
  .evidence-card { min-height: 0; padding: 32px 24px; }
  .facts-panel-header { padding: 18px 14px 15px; }
  .facts-table th,
  .facts-table td { padding: 12px 10px; }
  .facts-table th { width: 64%; }
  .facts-table td { white-space: normal; }
  .source-strip-inner { grid-template-columns: 1fr; gap: 14px; }
  .quality-hero { padding: 78px 0 72px; }
  .status-row { grid-template-columns: 1fr; gap: 10px; }
  .quality-principles { grid-template-columns: 1fr; }
  .quality-principle { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

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