@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://hinu.co/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://hinu.co/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2") format("woff2");
}

:root {
  --green: #006747;
  --green-dark: #02412f;
  --green-soft: #e7f0eb;
  --ink: #121212;
  --muted: #5d625f;
  --paper: #f3f3f3;
  --cream: #f8f6ef;
  --white: #ffffff;
  --line: #cfd6d1;
  --serif: "New York", "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

body.has-sticky {
  padding-bottom: 0;
}

img,
video {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p,
blockquote,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.03;
}

h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(3.25rem, 7.2vw, 7.35rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 4.8vw, 4.8rem);
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

p {
  margin-bottom: 20px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--green-dark);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #62b996;
  outline-offset: 3px;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.shell--narrow {
  width: min(calc(100% - 48px), 860px);
  margin-inline: auto;
}

.top-note {
  margin: 0;
  padding: 9px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--green-dark);
  color: var(--white);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: relative;
  z-index: 50;
  min-height: 82px;
  border-bottom: 1px solid var(--line);
  background: rgba(243, 243, 243, 0.96);
}

.site-header__inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: auto;
  height: 58px;
  object-fit: contain;
}

.header-label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 0;
  background: var(--green);
  color: var(--white);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.2;
  padding: 15px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}

.button--light {
  border-color: var(--white);
  background: var(--white);
  color: var(--green-dark);
}

.button--light:hover {
  background: var(--cream);
}

.button--ghost {
  background: transparent;
  color: var(--green);
}

.button--ghost:hover {
  background: var(--green-soft);
  color: var(--green-dark);
}

.button--ink {
  border-color: var(--ink);
  background: var(--ink);
}

.button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.button-note {
  max-width: 520px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.48;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--green);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #a8d6c3;
}

.dek {
  max-width: 720px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.48;
}

.hero {
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.hero__grid {
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  align-items: center;
}

.hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 72px 64px 72px 0;
}

.inline-product-card {
  display: block;
  width: 230px;
  margin: 0 0 20px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  color: inherit;
  box-shadow: 0 8px 28px rgba(9, 76, 50, 0.1);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.inline-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(9, 76, 50, 0.16);
}

.inline-product-card img {
  width: 100%;
  height: auto;
  border-radius: 13px;
}

.inline-product-card__caption {
  padding: 12px 5px 4px;
}

.inline-product-card__caption b,
.inline-product-card__caption span {
  display: block;
}

.inline-product-card__caption b {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.1;
}

.inline-product-card__caption span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.hero__media {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: var(--green-soft);
}

.hero__media > img,
.hero__media > picture,
.hero__media > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__media--product {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px;
}

.hero__media--product > img {
  width: min(100%, 520px);
  height: auto;
  max-height: 570px;
  object-fit: contain;
}

.hero__caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  margin: 0;
  padding: 11px 13px;
  background: rgba(18, 18, 18, 0.72);
  color: var(--white);
  font-size: 0.72rem;
  line-height: 1.45;
}

.fact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 20px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  list-style: none;
}

.fact-line li::before {
  color: var(--green);
  content: "•";
  margin-right: 8px;
}

.fact-strip {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.fact-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fact {
  min-height: 126px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}

.fact:last-child {
  border-right: 0;
}

.fact strong {
  display: block;
  margin-bottom: 5px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.fact span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.section {
  padding-block: 96px;
  border-bottom: 1px solid var(--line);
}

.section--white {
  background: var(--white);
}

.section--cream {
  background: var(--cream);
}

.section--green {
  background: var(--green-dark);
  color: var(--white);
}

.section--green .dek,
.section--green .muted,
.section--green p {
  color: #c6d8d0;
}

.section--green .video-card {
  border-color: rgba(255, 255, 255, 0.3);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 40px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 72px;
}

.split--wide-copy {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
}

.editorial-image {
  width: 100%;
  max-height: 620px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.product-image {
  width: min(100%, 540px);
  max-height: 590px;
  margin-inline: auto;
  object-fit: contain;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

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

.card {
  min-height: 230px;
  padding: 30px;
  background: var(--white);
}

.card__number {
  display: block;
  margin-bottom: 34px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.card p:last-child {
  margin-bottom: 0;
}

.muted {
  color: var(--muted);
}

.callout {
  margin-block: 30px;
  padding: 28px;
  border-left: 4px solid var(--green);
  background: var(--green-soft);
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout--warning {
  border: 1px solid var(--green);
  border-left-width: 6px;
  background: var(--white);
}

.callout__label {
  margin-bottom: 8px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline {
  border-top: 1px solid var(--line);
}

.timeline__item {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 34px;
  padding-block: 30px;
  border-bottom: 1px solid var(--line);
}

.timeline__label {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.timeline__item h3 {
  margin-bottom: 8px;
}

.timeline__item p:last-child {
  margin-bottom: 0;
}

.listicle {
  counter-reset: listicle;
}

.listicle__item {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 38px;
  padding-block: 58px;
  border-bottom: 1px solid var(--line);
  counter-increment: listicle;
}

.listicle__item::before {
  color: var(--green);
  content: "0" counter(listicle);
  font-family: var(--serif);
  font-size: 4.6rem;
  line-height: 0.9;
}

.listicle__body {
  max-width: 760px;
}

.listicle__body p:last-child {
  margin-bottom: 0;
}

.product-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  border: 1px solid var(--line);
  background: var(--white);
}

.product-panel__media {
  display: flex;
  min-height: 480px;
  align-items: center;
  justify-content: center;
  padding: 32px;
  border-right: 1px solid var(--line);
  background: var(--paper);
}

.product-panel__media img {
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: contain;
}

.product-panel__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 48px;
}

.price {
  margin: 3px 0 20px;
  font-size: 1.15rem;
  font-weight: 700;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  margin: 14px 0 22px;
  border: 1px solid var(--line);
  background: var(--line);
}

.offer-choice {
  display: flex;
  min-height: 145px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: var(--white);
  text-decoration: none;
}

.offer-choice:hover {
  background: var(--green-soft);
}

.offer-choice strong {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
}

.offer-choice span {
  color: var(--muted);
  font-size: 0.76rem;
}

.offer-choice b {
  color: var(--green);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ingredient-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 30px 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.ingredient-list li {
  min-height: 58px;
  padding: 15px 17px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  font-size: 0.82rem;
}

.video-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 330px));
  gap: 18px;
  justify-content: center;
}

.video-card {
  position: relative;
  display: block;
  width: 100%;
  max-height: 65svh;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(0, 103, 71, 0.24);
  background: #07110d;
  color: var(--white);
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.video-card video,
.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.video-card__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.08);
  pointer-events: none;
  transition: opacity 170ms ease;
}

.video-card__play {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.34);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  font-size: 1.3rem;
  line-height: 1;
}

.video-card.is-playing .video-card__overlay {
  opacity: 0;
}

.video-card__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 42px 16px 14px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.74));
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  pointer-events: none;
}

.video-proof__note {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.52;
  text-align: center;
}

.video-proof__actions {
  justify-content: center;
  margin-top: 26px;
}

.comparison {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}

.comparison th,
.comparison td {
  padding: 20px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.comparison th {
  color: var(--green);
  font-size: 0.73rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faq {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  position: absolute;
  top: 17px;
  right: 4px;
  color: var(--green);
  content: "+";
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details > div {
  max-width: 780px;
  padding: 0 48px 24px 0;
  color: var(--muted);
}

.faq details > div > :last-child {
  margin-bottom: 0;
}

.site-footer {
  padding: 54px 0 100px;
  background: var(--ink);
  color: #c6ccc8;
  font-size: 0.76rem;
  line-height: 1.58;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 64px;
}

.site-footer strong {
  color: var(--white);
}

.site-footer a {
  color: var(--white);
  text-underline-offset: 3px;
}

.sticky-buy {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: var(--white);
  transform: translateY(120%);
  transition: transform 220ms ease;
}

.sticky-buy.is-visible {
  transform: translateY(0);
}

.sticky-buy__info {
  font-size: 0.72rem;
  line-height: 1.35;
}

.sticky-buy__info strong {
  display: block;
  font-size: 0.82rem;
}

/* Pregnancy: calm, ingredient-first editorial */
.theme-pregnancy .hero {
  background: #faf8f2;
}

.theme-pregnancy h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 5.35vw, 5.8rem);
}

.theme-pregnancy .hero__media::after {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  content: "";
  pointer-events: none;
}

/* GLP-1: information-forward */
.theme-glp1 {
  background: var(--white);
}

.theme-glp1 .hero {
  background: var(--white);
}

.theme-glp1 .hero__grid {
  min-height: 650px;
}

.theme-glp1 .hero__copy {
  border-right: 1px solid var(--line);
}

.theme-glp1 h1 {
  max-width: 900px;
  font-size: clamp(3.2rem, 5.2vw, 5.65rem);
}

.theme-glp1 .hero__media {
  background: var(--green-dark);
}

.theme-glp1 .hero__media--product::before,
.theme-glp1 .hero__media--product::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.13);
  content: "";
}

.theme-glp1 .hero__media--product::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.theme-glp1 .hero__media--product::after {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
}

.theme-glp1 .hero__media--product img {
  position: relative;
  z-index: 2;
}

/* Postpartum: listicle */
.theme-postpartum .hero {
  background: var(--green-soft);
}

.theme-postpartum .hero__grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
}

.theme-postpartum h1 {
  font-size: clamp(3.4rem, 5vw, 5.8rem);
}

.theme-postpartum .hero__media {
  background: var(--green);
}

/* Midlife and stress-led direct response */
.theme-perimenopause .top-note,
.theme-perimenopause .hero,
.theme-stress .top-note,
.theme-stress .hero {
  background: var(--green-dark);
  color: var(--white);
}

.theme-perimenopause .site-header,
.theme-stress .site-header {
  border-color: rgba(255, 255, 255, 0.18);
  background: var(--green-dark);
}

.theme-perimenopause .header-label,
.theme-stress .header-label {
  color: var(--white);
}

.theme-perimenopause .hero .button--ghost,
.theme-stress .hero .button--ghost {
  border-color: rgba(255, 255, 255, 0.76);
  color: var(--white);
}

.theme-perimenopause .hero .button--ghost:hover,
.theme-stress .hero .button--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.theme-perimenopause .hero .fact-line li::before,
.theme-stress .hero .fact-line li::before {
  color: #a8d6c3;
}

.theme-perimenopause .hero,
.theme-stress .hero {
  border-color: rgba(255, 255, 255, 0.18);
}

.theme-perimenopause h1,
.theme-stress h1 {
  font-size: clamp(3.5rem, 5.35vw, 6rem);
}

.theme-perimenopause .hero .dek,
.theme-stress .hero .dek {
  color: #c8dcd3;
}

.theme-perimenopause .hero .button-note,
.theme-stress .hero .button-note {
  color: #acc9bc;
}

.theme-perimenopause .hero__media,
.theme-stress .hero__media {
  background: #071b14;
}

.theme-perimenopause .fact-line,
.theme-stress .fact-line {
  color: #c8dcd3;
}

/* Fine, curly and damage-led pages: bright, product-led */
.theme-fine-hair .hero,
.theme-curly .hero,
.theme-damage .hero {
  background: var(--white);
}

.theme-fine-hair .hero__grid,
.theme-curly .hero__grid,
.theme-damage .hero__grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
}

.theme-fine-hair .hero__media,
.theme-curly .hero__media,
.theme-damage .hero__media {
  background: var(--paper);
}

.theme-fine-hair h1,
.theme-curly h1,
.theme-damage h1 {
  max-width: 720px;
  font-size: clamp(3.35rem, 6.2vw, 6.6rem);
}

@media (max-width: 980px) {
  .hero__grid,
  .theme-postpartum .hero__grid,
  .theme-fine-hair .hero__grid,
  .theme-curly .hero__grid,
  .theme-damage .hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero__copy {
    padding: 64px 0;
  }

  .theme-glp1 .hero__copy {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero__media {
    min-height: 560px;
    max-height: 70svh;
  }

  .fact-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fact:nth-child(2) {
    border-right: 0;
  }

  .fact:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .split,
  .split--wide-copy {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

  .product-panel {
    grid-template-columns: 1fr;
  }

  .product-panel__media {
    min-height: 390px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (max-width: 760px) {
  body.has-sticky {
    padding-bottom: 84px;
  }

  .shell,
  .shell--narrow {
    width: min(calc(100% - 32px), var(--shell));
  }

  .top-note {
    padding-inline: 12px;
    font-size: 0.62rem;
  }

  .site-header,
  .site-header__inner {
    min-height: 70px;
  }

  .brand img {
    height: 50px;
  }

  .header-label {
    max-width: 180px;
    font-size: 0.63rem;
  }

  h1,
  .theme-pregnancy h1,
  .theme-glp1 h1,
  .theme-postpartum h1,
  .theme-fine-hair h1 {
    font-size: clamp(3rem, 15.4vw, 4.85rem);
  }

  h2 {
    font-size: clamp(2.4rem, 11.5vw, 3.7rem);
  }

  .hero__copy {
    padding: 50px 0 46px;
  }

  .hero__media {
    min-height: 470px;
    max-height: 68svh;
  }

  .hero__media--product {
    min-height: 410px;
    padding: 28px;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .button-row .button {
    width: 100%;
  }

  .fact {
    min-height: 118px;
    padding: 22px 16px;
  }

  .section {
    padding-block: 68px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .card {
    min-height: 0;
    padding: 24px 20px;
  }

  .card__number {
    margin-bottom: 22px;
  }

  .timeline__item,
  .listicle__item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .listicle__item {
    padding-block: 42px;
  }

  .listicle__item::before {
    font-size: 3.7rem;
  }

  .product-panel__body {
    padding: 30px 22px;
  }

  .offer-grid,
  .ingredient-list {
    grid-template-columns: 1fr;
  }

  .video-rail {
    display: flex;
    width: calc(100% + 32px);
    gap: 12px;
    justify-content: flex-start;
    overflow-x: auto;
    margin-left: -16px;
    padding: 0 16px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .video-rail::-webkit-scrollbar {
    display: none;
  }

  .video-card {
    flex: 0 0 min(76vw, 290px);
    max-height: 62svh;
    scroll-snap-align: center;
  }

  .comparison,
  .comparison tbody,
  .comparison tr,
  .comparison th,
  .comparison td {
    display: block;
  }

  .comparison thead {
    display: none;
  }

  .comparison tr {
    border: 1px solid var(--line);
    border-bottom: 0;
  }

  .comparison tr:last-child {
    border-bottom: 1px solid var(--line);
  }

  .comparison td {
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .comparison td::before {
    display: block;
    margin-bottom: 5px;
    color: var(--green);
    content: attr(data-label);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .sticky-buy {
    display: flex;
  }

  .sticky-buy .button {
    min-height: 46px;
    padding: 12px 16px;
    white-space: nowrap;
  }
}

@media (max-width: 430px) {
  .fact-strip__grid {
    grid-template-columns: 1fr;
  }

  .fact,
  .fact:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .fact:last-child {
    border-bottom: 0;
  }

  .sticky-buy__info span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Conversion proof, founder and media modules */
.rating-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.rating-inline .stars,
.review-card .stars,
.rating-summary .stars {
  color: var(--green);
  font-size: 0.84rem;
  letter-spacing: 0.13em;
  line-height: 1;
}

.theme-perimenopause .hero .rating-inline,
.theme-stress .hero .rating-inline {
  color: #c8dcd3;
}

.theme-perimenopause .hero .rating-inline .stars,
.theme-stress .hero .rating-inline .stars {
  color: #a8d6c3;
}

.hero-collage {
  display: grid;
  width: 100%;
  height: min(620px, 65svh);
  min-height: 0;
  align-self: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1.12fr 0.88fr;
  gap: 1px;
  margin-block: clamp(24px, 4vw, 56px);
  background: var(--line);
}

.hero-collage figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--green-soft);
}

.hero-collage figure:first-child {
  grid-row: 1;
  grid-column: 1 / 3;
}

.hero-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-collage .product-fit img {
  padding: 30px;
  background: var(--paper);
  object-fit: contain;
}

.hero-collage--two figure:last-child {
  grid-column: 1 / 3;
}

.hero-collage figcaption,
.media-mosaic figcaption,
.social-shot figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  margin: 0;
  padding: 8px 10px;
  background: rgba(18, 18, 18, 0.72);
  color: #fff;
  font-size: 0.64rem;
  line-height: 1.4;
}

.trust-rail {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust-rail__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-rail__item {
  min-height: 112px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.trust-rail__item:last-child {
  border-right: 0;
}

.trust-rail__item b {
  display: block;
  margin-bottom: 5px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.05;
}

.trust-rail__item span {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.42;
}

.rating-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-bottom: 34px;
  padding: 24px 26px;
  border: 1px solid var(--line);
  background: var(--white);
}

.rating-summary__score {
  color: var(--green);
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.9;
}

.rating-summary p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.review-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.review-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 28px;
  color: var(--ink);
  background: var(--white);
}

.review-card blockquote {
  margin: 22px 0 26px;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.82rem);
  line-height: 1.25;
}

.review-card__meta {
  margin-top: auto;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

.review-card__meta strong {
  display: block;
  color: var(--ink);
  font-size: 0.74rem;
}

.review-disclaimer {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

.review-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.review-evidence-grid--feature {
  grid-template-columns: minmax(0, 1.34fr) repeat(2, minmax(0, 0.83fr));
}

.review-evidence {
  min-width: 0;
  background: var(--white);
}

.review-evidence__media {
  position: relative;
  display: grid;
  height: clamp(300px, 34vw, 470px);
  grid-template-columns: repeat(var(--review-media-count, 1), minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.review-evidence-grid--feature .review-evidence:first-child .review-evidence__media {
  height: clamp(340px, 42vw, 560px);
}

.review-evidence__media a {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--paper);
}

.review-evidence__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.review-evidence__media img.review-photo--left {
  object-position: left center;
}

.review-evidence__media a:hover img,
.review-evidence__media a:focus-visible img {
  transform: scale(1.025);
}

.review-evidence__media--contain img {
  padding: 12px;
  background: var(--paper);
  object-fit: contain;
}

.review-evidence__media-label {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  margin: 0;
  padding: 8px 10px;
  background: rgba(18, 18, 18, 0.74);
  color: #fff;
  font-size: 0.64rem;
  line-height: 1.35;
  pointer-events: none;
}

.review-evidence__body {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 28px;
}

.review-evidence-grid--feature .review-evidence:first-child .review-evidence__body {
  min-height: 390px;
}

.review-evidence__context {
  margin: 12px 0 0;
  color: var(--green);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.review-evidence h3 {
  margin: 13px 0 12px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.25vw, 2.25rem);
  font-weight: 400;
  line-height: 1.08;
}

.review-evidence blockquote {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.65;
}

.review-evidence__meta {
  margin: auto 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

.review-evidence__meta strong {
  color: var(--ink);
}

.review-evidence__meta a {
  color: var(--green);
  text-underline-offset: 0.18em;
}

.section--green .review-evidence__context {
  color: var(--green);
}

.section--green .review-evidence__meta {
  color: var(--muted);
}

.founder-story {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  border: 1px solid var(--line);
  background: var(--white);
}

.founder-story__media {
  min-height: 560px;
  overflow: hidden;
  border-right: 1px solid var(--line);
}

.founder-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 76px);
}

.founder-story__copy h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.7rem);
}

.founder-story__quote {
  margin: 8px 0 22px;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.28;
}

.founder-story__signature {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.media-mosaic {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-template-rows: repeat(2, minmax(230px, 1fr));
  gap: 1px;
  min-height: 650px;
  border: 1px solid var(--line);
  background: var(--line);
}

.media-mosaic figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}

.media-mosaic figure:first-child {
  grid-row: 1 / 3;
}

.media-mosaic figure:nth-child(4) {
  grid-column: 2 / 4;
}

.media-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-mosaic .product-fit {
  background: var(--white);
}

.media-mosaic .product-fit img {
  padding: clamp(22px, 4vw, 48px);
  object-fit: contain;
}

.social-shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
}

.social-shot img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.social-shot a {
  color: inherit;
}

.instagram-feature {
  align-items: center;
}

.instagram-feature .video-card {
  width: min(100%, 460px);
  max-height: none;
  justify-self: center;
}

.instagram-feature__note {
  max-width: 560px;
  color: var(--muted);
  font-size: 0.78rem;
}

.checklist {
  margin: 30px 0;
  border-top: 1px solid var(--line);
}

.checklist__item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.checklist__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
}

.checklist__item h3 {
  margin-bottom: 7px;
  font-size: 1.7rem;
}

.checklist__item p:last-child {
  margin-bottom: 0;
}

.conversion-band {
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--green);
  color: var(--white);
}

.conversion-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.conversion-band h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.conversion-band p {
  max-width: 620px;
  margin: 7px 0 0;
  color: #d5e5de;
  font-size: 0.82rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.definition-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.definition-pair > div {
  padding: 30px;
  background: var(--white);
}

.definition-pair p:last-child {
  margin-bottom: 0;
}

.ritual-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
}

.ritual-step {
  min-height: 240px;
  padding: 30px;
  background: var(--green-dark);
}

.ritual-step b {
  display: block;
  margin-bottom: 42px;
  color: #a8d6c3;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.ritual-step h3 {
  color: var(--white);
}

.ritual-step p:last-child {
  margin-bottom: 0;
  color: #c6d8d0;
}

.mini-offer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
}

.mini-offer img {
  width: 96px;
  height: 116px;
  object-fit: contain;
}

.mini-offer p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.mini-offer strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 1080px) {
  .review-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero-collage {
    height: min(600px, 70svh);
    min-height: 0;
    margin: 0;
  }

  .founder-story {
    grid-template-columns: 1fr;
  }

  .founder-story__media {
    min-height: 520px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .review-grid,
  .review-evidence-grid,
  .review-evidence-grid--feature,
  .ritual-steps {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: 0;
  }

  .review-evidence__body,
  .review-evidence-grid--feature .review-evidence:first-child .review-evidence__body {
    min-height: 0;
  }

  .review-evidence__media,
  .review-evidence-grid--feature .review-evidence:first-child .review-evidence__media {
    height: min(520px, 68svh);
  }

  .media-mosaic {
    min-height: 760px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(280px, 1fr));
  }

  .media-mosaic figure:first-child,
  .media-mosaic figure:nth-child(4) {
    grid-row: auto;
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .theme-pregnancy h1 {
    font-size: clamp(2.7rem, 12.2vw, 3.8rem);
  }

  .theme-glp1 h1 {
    font-size: clamp(2.65rem, 11.6vw, 3.65rem);
  }

  .theme-postpartum h1 {
    font-size: clamp(2.75rem, 12.2vw, 3.8rem);
  }

  .hero-collage {
    height: min(540px, 64svh);
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.1fr 0.9fr;
  }

  .hero-collage figure:first-child {
    grid-row: 1;
    grid-column: 1 / 3;
  }

  .hero-collage .product-fit img {
    padding: 16px;
  }

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

  .trust-rail__item:nth-child(2) {
    border-right: 0;
  }

  .trust-rail__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .rating-summary {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .review-grid--four {
    grid-template-columns: 1fr;
  }

  .founder-story__media {
    min-height: 430px;
  }

  .founder-story__copy {
    padding: 34px 22px;
  }

  .media-mosaic {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .media-mosaic figure {
    min-height: 420px;
  }

  .conversion-band__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .conversion-band .button {
    width: 100%;
  }

  .definition-pair {
    grid-template-columns: 1fr;
  }

  .mini-offer {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
  }

  .mini-offer img {
    width: 72px;
    height: 92px;
  }

  .mini-offer .button {
    grid-column: 1 / 3;
    width: 100%;
  }
}
