/* ============================================================
   ANDROVIX — Masculanix Premium Health
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:     #0A0A0A;
  --navy:      #0D1B3E;
  --navy-mid:  #1A3560;
  --navy-deep: #081428;
  --charcoal:  #1C1C1E;
  --dark:      #2C2C2E;
  --mid:       #6C6C70;
  --light:     #AEAEB2;
  --border:    #E5E5EA;
  --cream:     #F5F0E8;
  --cream-deep:#EDE8DC;
  --white:     #FFFFFF;
  --green:     #0D1B3E;
  --green-mid: #1A3560;
  --green-pale:#E8ECF0;
  --red:       #C41E3A;
  --red-mid:   #A01830;
  --accent:    #B8BCC4;
  --accent-light:#E8ECF0;
  --silver:    #B8BCC4;
  --silver-light:#E8ECF0;
  --danger:    #C41E3A;
  --shadow-sm: 0 2px 12px rgba(0,0,0,.06);
  --shadow-md: 0 8px 40px rgba(0,0,0,.10);
  --shadow-lg: 0 24px 80px rgba(0,0,0,.14);
  --max-w:     1200px;
  --serif:     'Cormorant Garamond', Georgia, serif;
  --sans:      'Inter', system-ui, sans-serif;
  --r:         10px;
  --r-lg:      20px;
}

html { font-size: 16px; scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  font-family: var(--sans);
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; transition: opacity .2s, color .2s; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 40px; }
.sec { padding: 100px 0; }
.sec-sm { padding: 64px 0; }

h1, h2 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.08;
  color: var(--black);
}
h3, h4 {
  font-family: var(--sans);
  font-weight: 600;
  line-height: 1.3;
  color: var(--black);
}
h1 { font-size: clamp(3rem, 6vw, 4.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: 1.2rem; }
p  { color: var(--mid); margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }
em { font-style: italic; color: var(--green); }

.label {
  display: inline-block;
  font-family: var(--sans);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 20px;
}
.lead { font-size: 1.1rem; color: var(--dark); line-height: 1.8; }

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .02em;
  border-radius: 6px;
  padding: 14px 28px;
  border: none;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s, background .2s;
}
.btn:hover { transform: translateY(-1px); }

.btn-dark {
  background: var(--navy);
  color: var(--white);
}
.btn-dark:hover { background: var(--navy-mid); color: var(--white); opacity: .9; }

.btn-green {
  background: var(--red);
  color: var(--white);
}
.btn-green:hover { background: var(--red-mid); color: var(--white); }

.btn-outline {
  background: transparent;
  color: var(--black);
  border: 1.5px solid var(--border);
}
.btn-outline:hover { border-color: var(--black); }

.btn-ghost {
  background: transparent;
  color: var(--green);
  padding: 0;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .03em;
}
.btn-ghost::after { content: ' →'; }
.btn-ghost:hover { opacity: .7; transform: none; }

/* ── Advertorial disclosure (Outbrain compliance) ─────────── */
.ad-disclosure {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #FFF2C2;
  color: #1A1A1A;
  border-bottom: 1px solid #E5C95A;
  padding: 9px 16px;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  min-height: 34px;
}
.ad-disclosure strong {
  font-weight: 800;
  color: #000;
}
.ad-disclosure .ad-disclosure-sep {
  opacity: .5;
  margin: 0 2px;
}
.ad-disclosure .ad-disclosure-sub {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: none;
  font-size: 0.78rem;
  color: #3A3A3A;
}

/* ── Header ───────────────────────────────────────────────── */
.site-header {
  position: fixed;
  top: 34px; left: 0; right: 0;
  z-index: 300;
  transition: background .4s, box-shadow .4s;
}
.site-header.solid {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 40px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.03em;
  transition: color .3s;
}
.site-header.solid .logo { color: var(--black); }
.logo span { color: var(--accent); }
.logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--navy-mid), var(--navy));
  border: 1px solid rgba(184,188,196,.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-mark svg { width: 20px; fill: none; stroke: var(--silver); }

.main-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.main-nav a:not(.btn) {
  font-size: .875rem;
  font-weight: 500;
  color: rgba(255,255,255,.8);
  transition: color .3s;
}
.site-header.solid .main-nav a:not(.btn) { color: var(--dark); }
.main-nav a:not(.btn):hover { color: var(--white); }
.site-header.solid .main-nav a:not(.btn):hover { color: var(--black); }
.nav-btn { padding: 10px 22px; font-size: .825rem; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--white);
  border-radius: 2px;
  transition: background .3s;
}
.site-header.solid .hamburger span { background: var(--black); }

.mobile-nav {
  display: none;
  flex-direction: column;
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 24px 40px 32px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-weight: 500;
  font-size: 1rem;
  color: var(--dark);
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.hero-left {
  background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 50%, var(--navy-mid) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 72px 80px;
  position: relative;
  overflow: hidden;
}
.hero-left::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  top: -80px;
  left: -80px;
  background: radial-gradient(circle, rgba(196,30,58,.25) 0%, transparent 70%);
  pointer-events: none;
}
.hero-left::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: 60px;
  right: -60px;
  background: radial-gradient(circle, rgba(184,188,196,.15) 0%, transparent 70%);
  pointer-events: none;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 100px;
  padding: 8px 16px;
  margin-bottom: 36px;
  width: fit-content;
}
.hero-pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  animation: blink 2s ease-in-out infinite;
}
.hero-pill span {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.4} }

.hero h1 { color: var(--white); margin-bottom: 28px; }
.hero h1 em { color: var(--silver); font-style: italic; }
.hero .lead { color: rgba(255,255,255,.6); max-width: 460px; margin-bottom: 44px; }

.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 64px; }

.hero-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 36px;
}
.hero-num-item { padding-right: 24px; }
.hero-num-item strong {
  display: block;
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
  margin-bottom: 6px;
}
.hero-num-item span {
  font-size: .72rem;
  font-weight: 500;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero-right {
  position: relative;
  overflow: hidden;
}
.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-right-badge {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-radius: var(--r-lg);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-md);
}
.badge-icon {
  width: 44px; height: 44px;
  background: var(--green-pale);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.badge-icon svg { width: 22px; stroke: var(--green); fill: none; }
.badge-text strong { display: block; font-size: .95rem; color: var(--black); }
.badge-text span { font-size: .78rem; color: var(--mid); }

/* ── Trust bar ──────────────────────────────────────────── */
.trust-bar {
  background: var(--cream);
  border-bottom: 1px solid var(--cream-deep);
  padding: 28px 0;
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.trust-item svg { width: 20px; stroke: var(--green); fill: none; flex-shrink: 0; }
.trust-item span { font-size: .88rem; font-weight: 600; color: var(--dark); }

/* ── Ingredients editorial ───────────────────────────────── */
.ingredients-sec { background: var(--white); }
.ingredients-sec .sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 72px;
  gap: 32px;
}
.ingredients-sec .sec-head h2 { max-width: 480px; }
.ingredients-sec .sec-head p { max-width: 320px; text-align: right; }

.ingr-list { display: flex; flex-direction: column; }

.ingr-row {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--border);
  min-height: 340px;
  overflow: hidden;
  transition: background .3s;
  cursor: default;
}
.ingr-row:last-child { border-bottom: 1px solid var(--border); }
.ingr-row:hover { background: var(--cream); }

.ingr-num {
  display: flex;
  align-items: flex-start;
  padding: 40px 0 40px 0;
  border-right: 1px solid var(--border);
}
.ingr-num span {
  font-family: var(--serif);
  font-size: .95rem;
  font-weight: 600;
  color: var(--light);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: .1em;
}

.ingr-img {
  overflow: hidden;
  border-right: 1px solid var(--border);
}
.ingr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.ingr-row:hover .ingr-img img { transform: scale(1.04); }

.ingr-body {
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ingr-body h3 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 14px;
}
.ingr-body .lead { font-size: 1rem; margin-bottom: 20px; }
.ingr-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.ingr-pill {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .05em;
  color: var(--green);
  background: var(--green-pale);
  padding: 6px 14px;
  border-radius: 100px;
}

/* ── Product ─────────────────────────────────────────────── */
.product-sec { background: var(--navy); }
.product-sec .label { color: var(--silver); }
.product-sec h2 { color: var(--white); }
.product-sec .lead { color: rgba(255,255,255,.75); }
.product-sec > .container > .product-wrap > .product-text > p { color: rgba(255,255,255,.6); }
.product-sec .feat-item { color: rgba(255,255,255,.8); }
.product-sec .feat-item::before { background: var(--red); }
.product-sec .product-note { color: rgba(255,255,255,.45); border-left-color: rgba(255,255,255,.2); }
.product-sec .ingr-tags a { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.15); color: rgba(255,255,255,.85); }
.product-sec .ingr-tags a:hover { border-color: var(--red); color: var(--white); }
.product-sec .proof-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.product-sec .proof-card-text strong { color: var(--white); }
.product-sec .proof-card-text span { color: rgba(255,255,255,.5); }
.product-sec .proof-card-icon { background: rgba(196,30,58,.2); }
.product-sec .proof-card-icon svg { stroke: var(--red); }
.product-sec .btn-dark { background: var(--red); color: var(--white); }
.product-sec .btn-dark:hover { background: var(--red-mid); }
.product-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.product-photo {
  position: relative;
}
.product-photo-inner {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5;
}
.product-photo-inner img { width: 100%; height: 100%; object-fit: contain; background: rgba(255,255,255,.04); }
.product-badge {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--red);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: var(--shadow-md);
}
.product-badge strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--white);
  line-height: 1.1;
}
.product-badge span { font-size: .6rem; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: .1em; }

.product-text .label { margin-bottom: 16px; }
.product-text h2 { margin-bottom: 20px; }
.product-text .lead { margin-bottom: 16px; }
.product-text > p { margin-bottom: 32px; }

.ingr-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.ingr-tags a {
  font-size: .82rem;
  font-weight: 600;
  color: var(--charcoal);
  background: var(--white);
  border: 1.5px solid var(--border);
  padding: 9px 18px;
  border-radius: 6px;
  transition: border-color .2s, color .2s;
}
.ingr-tags a:hover { border-color: var(--green); color: var(--green); }

.feat-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.feat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .9rem;
  font-weight: 500;
  color: var(--dark);
}
.feat-item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}

.product-note {
  font-size: .82rem;
  color: var(--light);
  border-left: 2px solid var(--border);
  padding-left: 16px;
  margin-bottom: 32px;
  line-height: 1.6;
}

/* ── Contact ─────────────────────────────────────────────── */
.contact-sec { background: var(--white); }
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.contact-aside .label { margin-bottom: 16px; }
.contact-aside h2 { margin-bottom: 18px; }
.contact-aside .lead { margin-bottom: 40px; }

.contact-info-list { list-style: none; }
.contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.contact-info-list li:first-child { border-top: 1px solid var(--border); }
.ci-icon {
  width: 40px; height: 40px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ci-icon svg { width: 18px; stroke: var(--dark); fill: none; }
.ci-label {
  display: block;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--light);
  margin-bottom: 4px;
}
.ci-val { font-size: .95rem; font-weight: 500; color: var(--dark); }
.ci-val a { color: var(--dark); }
.ci-val a:hover { color: var(--green); }

.contact-form-box {
  background: var(--cream);
  border: 1px solid var(--cream-deep);
  border-radius: var(--r-lg);
  padding: 48px;
}
.contact-form-box h3 { margin-bottom: 6px; }
.contact-form-box .sub { font-size: .9rem; color: var(--mid); margin-bottom: 36px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: .8rem;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--sans);
  font-size: .95rem;
  background: var(--white);
  border: 1.5px solid var(--cream-deep);
  border-radius: 8px;
  color: var(--black);
  transition: border-color .2s, box-shadow .2s;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--light); }
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(58,107,74,.12);
}
.form-group textarea { min-height: 120px; resize: vertical; }
.btn-submit {
  width: 100%;
  justify-content: center;
  padding: 16px;
  font-size: .95rem;
}
.form-note {
  font-size: .78rem;
  color: var(--light);
  margin-top: 16px;
  text-align: center;
}
.form-note a { color: var(--green); }
.form-success {
  display: none;
  margin-top: 20px;
  padding: 18px 20px;
  background: var(--green-pale);
  border-left: 3px solid var(--green);
  border-radius: 6px;
  font-size: .9rem;
  font-weight: 600;
  color: var(--green);
}

/* ── Disclaimer ─────────────────────────────────────────── */
.disclaimer {
  background: var(--charcoal);
  padding: 24px 0;
}
.disclaimer p {
  font-size: .8rem;
  line-height: 1.7;
  color: rgba(255,255,255,.4);
  margin: 0;
  text-align: center;
}
.disclaimer strong { color: rgba(255,255,255,.65); }

/* ── Footer ─────────────────────────────────────────────── */
.site-footer {
  background: var(--navy-deep);
  padding: 72px 0 40px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr repeat(3,1fr);
  gap: 48px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.foot-brand .logo { color: var(--white); display: flex; gap: 10px; align-items: center; margin-bottom: 18px; }
.foot-brand p { font-size: .88rem; color: rgba(255,255,255,.4); line-height: 1.75; max-width: 280px; }
.foot-col h5 {
  font-family: var(--sans);
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255,255,255,.35);
  margin-bottom: 20px;
}
.foot-col ul { list-style: none; }
.foot-col li { margin-bottom: 12px; }
.foot-col a {
  font-size: .88rem;
  color: rgba(255,255,255,.55);
  font-weight: 400;
}
.foot-col a:hover { color: var(--white); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-bottom p { font-size: .82rem; color: rgba(255,255,255,.3); margin: 0; }

/* ── Legal pages ────────────────────────────────────────── */
.pg-hero {
  background: var(--navy);
  padding: 136px 0 64px;
}
.pg-hero .crumb { font-size: .8rem; color: rgba(255,255,255,.35); margin-bottom: 20px; }
.pg-hero .crumb a { color: rgba(255,255,255,.5); }
.pg-hero .crumb a:hover { color: var(--white); }
.pg-hero h1 { color: var(--white); font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 16px; }
.pg-hero p { color: rgba(255,255,255,.55); margin: 0; font-size: 1.05rem; }
.pg-bar { width: 40px; height: 3px; background: var(--red); margin-top: 28px; border-radius: 2px; }

.content-sec { padding: 72px 0 100px; background: var(--white); }
.content-body { max-width: 760px; }
.content-body h2 {
  font-size: 1.5rem;
  margin: 48px 0 16px;
  color: var(--black);
  font-family: var(--sans);
  font-weight: 700;
}
.content-body h2:first-child { margin-top: 0; }
.content-body p { margin-bottom: 1rem; }
.content-body ul { margin: 0 0 1rem 24px; }
.content-body li { margin-bottom: 10px; color: var(--mid); }
.info-box {
  background: var(--silver-light);
  border-left: 3px solid var(--red);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 32px 36px;
  margin-top: 48px;
}
.info-box h3 { margin-bottom: 16px; font-size: 1.1rem; color: var(--black); }
.info-box p { margin-bottom: 8px; font-size: .92rem; }

/* Contact page - reuse hero styles */
.page-hero { display: none; }
.contact-info-card { display: none; }
.contact-page-grid { display: none; }

/* ── Scroll progress bar ────────────────────────────────── */
.scroll-progress {
  position: fixed;
  top: 34px; left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--navy), var(--red));
  z-index: 401;
  transition: width .1s linear;
}

/* ── Quote / callout strip ───────────────────────────────── */
.callout-strip {
  background: var(--cream);
  border-top: 1px solid var(--cream-deep);
  border-bottom: 1px solid var(--cream-deep);
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.callout-strip::before {
  content: '"';
  position: absolute;
  top: -40px;
  left: 40px;
  font-family: var(--serif);
  font-size: 20rem;
  color: rgba(0,0,0,.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.callout-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 0 40px;
}
.callout-inner blockquote {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 500;
  font-style: italic;
  color: var(--black);
  line-height: 1.3;
  margin-bottom: 28px;
}
.callout-inner blockquote em { color: var(--green); font-style: normal; }
.callout-cite {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--light);
}

/* ── Steps / How it works ────────────────────────────────── */
.steps-sec { background: var(--navy-deep); padding: 96px 0; }
.steps-head { margin-bottom: 64px; }
.steps-head .label { color: var(--red); }
.steps-head h2 { color: var(--white); margin-top: 8px; }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255,255,255,.06);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.step-card {
  background: var(--charcoal);
  padding: 48px 40px;
  position: relative;
  transition: background .3s;
}
.step-card:hover { background: var(--dark); }
.step-num {
  font-family: var(--serif);
  font-size: 4rem;
  font-weight: 700;
  color: rgba(255,255,255,.06);
  line-height: 1;
  position: absolute;
  top: 24px;
  right: 32px;
}
.step-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.step-icon svg { width: 24px; stroke: var(--red); fill: none; }
.step-card h3 {
  color: var(--white);
  font-size: 1.15rem;
  margin-bottom: 14px;
}
.step-card p { color: rgba(255,255,255,.5); font-size: .9rem; line-height: 1.75; }
.step-connector {
  display: none;
}

/* ── Big stat callout ────────────────────────────────────── */
.stat-callout {
  background: var(--red);
  padding: 72px 0;
  overflow: hidden;
  position: relative;
}
.stat-callout::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 40px,
    rgba(255,255,255,.03) 40px,
    rgba(255,255,255,.03) 41px
  );
}
.stat-callout-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}
.stat-callout-main {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.stat-big {
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.stat-callout-text h3 {
  font-size: 1.3rem;
  color: var(--white);
  margin-bottom: 8px;
}
.stat-callout-text p { color: rgba(255,255,255,.65); font-size: .95rem; margin: 0; max-width: 360px; }
.stat-callout-cta { flex-shrink: 0; }
.btn-white {
  background: var(--white);
  color: var(--navy);
  font-weight: 700;
}
.btn-white:hover { opacity: .9; color: var(--navy); }

/* ── Ingredient row enhancements ─────────────────────────── */
.ingr-row { cursor: default; }
.ingr-row .ingr-body { position: relative; }
.ingr-index-line {
  position: absolute;
  top: 40px;
  right: 48px;
  width: 32px;
  height: 2px;
  background: var(--border);
}

/* ── Floating cards on product ───────────────────────────── */
.product-proof {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.proof-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.proof-card-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: var(--green-pale);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.proof-card-icon svg { width: 18px; stroke: var(--green); fill: none; }
.proof-card-text strong { display: block; font-size: .8rem; color: var(--black); line-height: 1.2; }
.proof-card-text span { font-size: .72rem; color: var(--mid); }

/* ── FAQ section ─────────────────────────────────────────── */
.faq-sec { background: var(--cream); }
.faq-head { margin-bottom: 56px; }
.faq-list { max-width: 760px; }
.faq-item {
  border-top: 1px solid var(--cream-deep);
}
.faq-item:last-child { border-bottom: 1px solid var(--cream-deep); }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  text-align: left;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  color: var(--black);
  transition: color .2s;
}
.faq-question:hover { color: var(--green); }
.faq-icon {
  width: 28px; height: 28px;
  border: 1.5px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: border-color .2s, transform .3s;
}
.faq-icon svg { width: 12px; stroke: var(--mid); fill: none; transition: stroke .2s; }
.faq-item.open .faq-icon { border-color: var(--green); transform: rotate(45deg); }
.faq-item.open .faq-icon svg { stroke: var(--green); }
.faq-answer {
  display: none;
  padding-bottom: 24px;
}
.faq-answer p { font-size: .93rem; color: var(--mid); line-height: 1.8; margin: 0; }
.faq-item.open .faq-answer { display: block; }

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 1080px) {
  .ingr-row { grid-template-columns: 60px 1fr 1fr; }
  .hero-left { padding: 140px 48px 80px; }
  .product-wrap { gap: 56px; }
  .contact-wrap { gap: 56px; }
  .footer-top { grid-template-columns: 1.2fr repeat(3,1fr); gap: 32px; }
}

@media (max-width: 1080px) {
  .steps-grid { gap: 2px; }
  .stat-callout-inner { flex-direction: column; gap: 32px; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { min-height: 70vh; padding: 120px 32px 64px; }
  .hero-right { min-height: 50vw; max-height: 400px; }
  .hero-right-badge { bottom: 20px; left: 20px; }
  .ingr-row { grid-template-columns: 48px 1fr; min-height: 200px; }
  .ingr-img { display: none; }
  .ingredients-sec .sec-head { flex-direction: column; }
  .ingredients-sec .sec-head p { text-align: left; }
  .product-wrap, .contact-wrap { grid-template-columns: 1fr; gap: 48px; }
  .product-badge { top: 16px; right: 16px; width: 90px; height: 90px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .contact-wrap .contact-form-box { padding: 32px; }
}

@media (max-width: 900px) {
  .steps-grid { grid-template-columns: 1fr; gap: 2px; }
  .callout-strip::before { font-size: 12rem; top: -20px; left: 10px; }
  .product-proof { flex-direction: column; }
}

@media (max-width: 768px) {
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .container { padding: 0 24px; }
  .header-inner { padding: 0 24px; }
  .hero-left { padding: 110px 24px 64px; }
  .hero-numbers { grid-template-columns: 1fr 1fr; }
  .sec { padding: 72px 0; }
  .trust-bar-inner { gap: 24px; justify-content: flex-start; }
  .ingr-row { min-height: auto; }
  .ingr-body { padding: 28px 24px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-box { padding: 28px 20px; }
  .ad-disclosure { font-size: 0.72rem; letter-spacing: 0.1em; padding: 8px 12px; min-height: 32px; }
  .ad-disclosure .ad-disclosure-sub { font-size: 0.7rem; }
  .site-header { top: 32px; }
  .scroll-progress { top: 32px; }
}

@media (max-width: 480px) {
  .ad-disclosure .ad-disclosure-sub { display: none; }
}

@media (max-width: 480px) {
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { justify-content: center; }
  .hero-numbers { grid-template-columns: 1fr; }
  .hero-num-item { border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: 20px; }
  .product-photo-inner { aspect-ratio: 3/2; }
}
