:root {
  --ink: #1c1c1c;
  --muted: #4a4a4a;
  --navy: #0d1a12;
  --navy-2: #1e4d30;
  --teal: #2a6640;
  --teal-bright: #d4b07a;
  --lime: #b8965a;
  --paper: #faf8f4;
  --white: #ffffff;
  --line: #e5ded1;
  --warm: #d4b07a;
  --shadow: 0 24px 70px rgba(13, 26, 18, 0.18);
  --radius: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 10px 14px;
  background: var(--white);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(184, 150, 90, 0.25);
  background: rgba(13, 26, 18, 0.97);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 19px; font-weight: 800; letter-spacing: -0.03em; }
.brand { color: var(--white); }
.brand > span:last-child > span { color: var(--teal-bright); }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 7px; color: var(--navy); background: var(--lime); font-weight: 900; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; }
.desktop-nav a { text-decoration: none; font-size: 14px; font-weight: 700; color: #f2ede4; }
.desktop-nav a:hover { color: var(--teal-bright); }
.site-header .text-link { color: var(--teal-bright); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 2px solid var(--lime);
  border-radius: 6px;
  color: var(--navy);
  background: var(--lime);
  box-shadow: 0 12px 28px rgba(184, 150, 90, 0.2);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); background: var(--teal-bright); border-color: var(--teal-bright); box-shadow: 0 16px 34px rgba(184, 150, 90, 0.3); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--warm); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 0 18px; font-size: 14px; border-radius: 4px; }
.button-outline { color: var(--teal); border-color: var(--teal); background: transparent; box-shadow: none; }
.button-outline:hover { color: var(--white); border-color: var(--teal); background: var(--teal); }
.button-light { color: var(--navy); background: var(--lime); border-color: var(--lime); box-shadow: 0 12px 28px rgba(184, 150, 90, 0.18); }
.button-light:hover { background: var(--teal-bright); }
.text-link { font-weight: 800; color: var(--teal); text-underline-offset: 5px; text-decoration-thickness: 2px; }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 77% 38%, rgba(184, 150, 90, 0.14), transparent 30%),
    linear-gradient(115deg, #0d1a12 0%, #13291b 72%, #1e4d30 100%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(184, 150, 90, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(184, 150, 90, 0.035), 0 0 0 140px rgba(184, 150, 90, 0.025);
}
.hero-grid { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 72px; align-items: center; padding-top: 70px; padding-bottom: 74px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--teal); font-size: 13px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.hero .eyebrow { color: var(--teal-bright); }
.hero h1 { max-width: 760px; margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(50px, 6vw, 78px); font-weight: 600; line-height: 0.98; letter-spacing: -0.04em; }
.hero-lede { max-width: 660px; margin: 28px 0 0; color: #f2ede4; font-size: 19px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.hero .text-link { color: var(--white); }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 34px 0 0; padding: 0; list-style: none; font-size: 14px; font-weight: 750; color: #f2ede4; }
.trust-list span { margin-right: 6px; color: var(--lime); }
.microcopy { margin: 14px 0 0; color: #d4b07a; font-size: 12px; }

.product-stage {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(184, 150, 90, 0.42);
  border-radius: 18px;
  background: rgba(250, 248, 244, 0.06);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.stage-label { position: absolute; z-index: 3; top: 18px; left: 18px; padding: 7px 10px; border-radius: 4px; color: var(--navy); background: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.image-wrap { min-height: 390px; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: var(--paper); }
.image-wrap img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; mix-blend-mode: multiply; }
.product-badges-label { margin: 14px 0 0; color: #d4b07a; font-size: 10px; font-weight: 850; letter-spacing: 0.07em; text-transform: uppercase; }
.product-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 7px 0 0; padding: 0; list-style: none; }
.product-badges li { padding: 7px 10px; border: 1px solid rgba(212,176,122,0.34); border-radius: 999px; color: #f2ede4; background: rgba(255,255,255,0.055); font-size: 11px; font-weight: 850; letter-spacing: 0.035em; }
.price-anchor { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px 0; }
.price-anchor div { display: flex; flex-direction: column; }
.price-anchor div > span { color: #f2ede4; font-size: 12px; font-weight: 700; }
.price-anchor strong { margin-top: -2px; font-size: 34px; line-height: 1.2; letter-spacing: -0.035em; }
.price-anchor small { color: #d4b07a; font-size: 13px; letter-spacing: 0; }
.bundle-pill { padding: 8px 11px; border-radius: 999px; color: var(--navy); background: var(--lime); font-size: 12px; font-weight: 900; }

.proof-strip { border-bottom: 1px solid var(--line); background: #f2ede4; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 20px 30px; border-right: 1px solid var(--line); }
.proof-grid div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { color: var(--navy); font-size: 28px; line-height: 1.1; letter-spacing: -0.035em; }
.proof-grid span { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.4; }

.section { padding: 108px 0; }
.section-tinted { background: var(--paper); }
.section-dark { color: var(--white); background: var(--navy); }
.section-kicker.light { color: var(--teal-bright); }
.section h2, .closing-section h2 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(38px, 4.5vw, 58px); font-weight: 600; line-height: 1.03; letter-spacing: -0.035em; }
.section-intro { max-width: 760px; margin-bottom: 48px; }
.section-intro > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.split-heading { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 96px; }
.editorial-note { padding-left: 34px; border-left: 4px solid var(--lime); }
.editorial-note p { margin: 0 0 18px; color: #3e555c; font-size: 18px; }
.editorial-note p:last-child { margin-bottom: 0; }

.formula-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.formula-card { min-height: 330px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.formula-card.featured { color: var(--white); border-color: var(--navy-2); background: var(--navy-2); transform: translateY(-14px); }
.formula-card .number { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); font-size: 13px; font-weight: 900; }
.formula-card.featured .number { border-color: rgba(212,176,122,0.55); color: var(--teal-bright); }
.formula-card h3 { margin: 58px 0 12px; font-size: 24px; line-height: 1.15; letter-spacing: -0.025em; }
.formula-card p { margin: 0; color: var(--muted); }
.formula-card.featured p { color: #f2ede4; }
.manufacturing-panel { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 54px; margin-top: 34px; padding: 34px; border: 1px solid #d8ccba; border-radius: var(--radius); background: #f2ede4; }
.manufacturing-panel h3 { margin: 4px 0 0; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; font-weight: 600; line-height: 1.08; letter-spacing: -0.025em; }
.manufacturing-panel p { margin: 0; color: #404c43; }
.manufacturing-panel .panel-label { color: var(--teal); font-size: 11px; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.manufacturing-panel .panel-note { margin-top: 12px; font-size: 13px; line-height: 1.55; }
.caution-box { display: grid; grid-template-columns: 0.35fr 1.65fr; gap: 30px; margin-top: 34px; padding: 30px 34px; border-left: 5px solid var(--warm); border-radius: 0 10px 10px 0; background: #f2ede4; }
.caution-box strong { color: var(--navy); font-size: 19px; }
.caution-box p { margin: 0; color: #4a4a4a; }

.pricing-intro { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 64px; }
.pricing-intro > p { max-width: 380px; margin-bottom: 8px !important; font-size: 15px !important; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.price-card-best { border: 2px solid var(--lime); background: var(--paper); box-shadow: 0 22px 54px rgba(13, 26, 18, 0.14); }
.popular { position: absolute; top: -16px; right: 20px; padding: 8px 13px; border-radius: 999px; color: var(--navy); background: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: 0.07em; text-transform: uppercase; }
.package-name { color: var(--teal); font-size: 12px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.price-card img { width: 100%; height: 225px; margin: 18px 0; object-fit: contain; }
.price-card h3 { margin: 0; font-size: 28px; line-height: 1.15; letter-spacing: -0.035em; }
.supply { margin: 3px 0 18px; color: var(--muted); font-size: 14px; }
.price { color: var(--navy); font-size: 50px; font-weight: 900; line-height: 1; letter-spacing: -0.05em; }
.price > span { font-size: 22px; vertical-align: top; }
.price small { font-size: 13px; letter-spacing: 0; }
.total { min-height: 46px; margin: 10px 0 22px; color: var(--muted); font-size: 14px; }
.price-card .button { width: 100%; margin-top: auto; border-radius: 999px; }
.card-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.bonus-list { margin: 16px 0 0; padding: 14px 16px; border-radius: 10px; color: var(--muted); background: #f2ede4; font-size: 12px; }
.price-card-best .bonus-list { background: #ece4d8; }
.bonus-list span { display: block; color: var(--navy); font-weight: 850; text-align: center; }
.bonus-list ul { margin: 8px 0 0; padding-left: 18px; }
.bonus-list li { margin: 3px 0; }
.affiliate-reminder { margin: 20px 0 0; color: var(--muted); font-size: 13px; text-align: center; }

.checklist-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 90px; align-items: start; }
.checklist-grid > div:first-child > p:not(.section-kicker) { margin: 22px 0 32px; color: #f2ede4; font-size: 18px; }
.checklist { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.16); }
.checklist li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,0.16); }
.checklist li > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--lime); font-size: 13px; font-weight: 900; }
.checklist strong { font-size: 18px; }
.checklist p { margin: 3px 0 0; color: #d6cdbc; }

.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.evidence-card { padding: 36px; border-radius: var(--radius); }
.evidence-card.verified { border: 1px solid #c9d9cc; background: #f2f6f2; }
.evidence-card.confirm { border: 1px solid #d4b07a; background: #faf8f4; }
.evidence-card h3 { display: flex; gap: 10px; align-items: center; margin: 0 0 22px; font-size: 21px; }
.evidence-card h3 span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--white); }
.evidence-card ul { margin: 0; padding-left: 22px; }
.evidence-card li { margin: 9px 0; }
.sources-note { margin: 22px 2px 0; color: var(--muted); font-size: 13px; }
.sources-note a { color: var(--teal); font-weight: 750; text-underline-offset: 3px; }

.official-site-section { padding-top: 24px; background: var(--white); }
.official-site-card { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 72px; align-items: center; padding: 58px 62px; border: 1px solid rgba(184,150,90,0.48); border-radius: 18px; background: linear-gradient(120deg, #faf8f4 0%, #f2ede4 100%); box-shadow: 0 20px 56px rgba(13,26,18,0.1); }
.official-site-copy h2 { margin: 0; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(38px, 4.5vw, 56px); font-weight: 600; line-height: 1.02; letter-spacing: -0.035em; }
.official-site-copy > p:not(.section-kicker) { max-width: 640px; margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.official-site-copy .official-disclosure { font-size: 13px; }
.official-site-copy .button { margin-top: 26px; }
.checkout-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d8ccba; }
.checkout-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid #d8ccba; }
.checkout-steps li > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--lime); font-size: 12px; font-weight: 900; }
.checkout-steps strong { color: var(--navy); font-size: 16px; }
.checkout-steps p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: 0.68fr 1.32fr; gap: 80px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 23px 48px 23px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 6px; top: 20px; color: var(--teal); font-size: 25px; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -5px 42px 22px 0; color: var(--muted); }

.closing-section { padding: 0 0 96px; background: linear-gradient(to bottom, var(--paper) 0 50%, var(--white) 50% 100%); }
.closing-card { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 54px 62px; border-radius: 14px; color: var(--white); background: var(--navy-2); box-shadow: var(--shadow); }
.closing-card h2 { max-width: 760px; font-size: clamp(32px, 4vw, 48px); }
.closing-card p:last-child { margin: 16px 0 0; color: #f2ede4; }
.closing-card .section-kicker { color: var(--lime); }
.closing-card .button { flex: 0 0 auto; }

.site-footer { padding: 54px 0 120px; color: #d6cdbc; background: #060e09; }
.footer-grid { display: flex; justify-content: space-between; gap: 50px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-brand { color: var(--white); }
.footer-grid p { max-width: 440px; margin: 14px 0 0; color: #d6cdbc; font-size: 14px; }
.footer-grid nav { display: flex; flex-wrap: wrap; align-content: start; gap: 16px 24px; }
.footer-grid nav a { color: var(--white); font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
.legal-copy { padding-top: 30px; }
.legal-copy p { margin: 0 0 12px; color: #bdb5a7; font-size: 12px; line-height: 1.65; }
.legal-copy a { color: var(--white); }

.mobile-cta { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 80; display: none; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 11px 11px 16px; border: 1px solid rgba(184,150,90,0.35); border-radius: 10px; color: var(--white); background: rgba(13,26,18,0.97); box-shadow: 0 14px 44px rgba(0,0,0,0.3); transform: translateY(130%); transition: transform 220ms ease; }
.mobile-cta.is-visible { transform: translateY(0); }
.mobile-cta div { display: flex; flex-direction: column; line-height: 1.25; }
.mobile-cta span { color: #a9c0c2; font-size: 11px; }
.mobile-cta strong { font-size: 14px; }

.legal-page { background: var(--paper); }
.legal-document { max-width: 820px; min-height: 70vh; padding-top: 90px; padding-bottom: 100px; }
.legal-document h1 { margin: 0 0 30px; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(44px, 7vw, 70px); font-weight: 600; line-height: 1; letter-spacing: -0.04em; }
.legal-document h2 { margin: 38px 0 8px; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; font-weight: 600; letter-spacing: -0.02em; }
.legal-document p { color: #40575e; font-size: 17px; }
.legal-page .site-footer { padding-bottom: 52px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .product-stage { max-width: 650px; }
  .split-heading, .checklist-grid, .faq-grid, .official-site-card { grid-template-columns: 1fr; gap: 42px; }
  .formula-grid, .pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin-right: auto; margin-left: auto; }
  .formula-card { min-height: 0; }
  .formula-card.featured { transform: none; }
  .pricing-intro { display: block; }
  .pricing-intro > p { max-width: 680px; }
  .price-card img { height: 260px; }
  .closing-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--max)); }
  .site-header .button-small { display: none; }
  .header-inner { min-height: 68px; }
  .hero-grid { min-height: 0; padding-top: 56px; padding-bottom: 58px; }
  .hero h1 { font-size: clamp(44px, 14vw, 62px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .product-stage { padding: 15px; border-radius: 24px; }
  .image-wrap, .image-wrap img { min-height: 290px; }
  .stage-label { top: 10px; left: 10px; }
  .price-anchor { align-items: flex-start; flex-direction: column; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div { min-height: 110px; padding: 18px; border-bottom: 1px solid var(--line); }
  .proof-grid div:nth-child(odd) { border-left: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .section h2 { font-size: 40px; }
  .editorial-note { padding-left: 20px; }
  .caution-box { grid-template-columns: 1fr; gap: 8px; padding: 24px; }
  .manufacturing-panel { grid-template-columns: 1fr; gap: 20px; padding: 26px; }
  .evidence-grid { grid-template-columns: 1fr; }
  .official-site-section { padding-top: 10px; }
  .official-site-card { padding: 38px 26px; }
  .official-site-copy .button { width: 100%; text-align: center; }
  .closing-section { padding-bottom: 70px; }
  .closing-card { padding: 38px 26px; }
  .closing-card .button { width: 100%; }
  .footer-grid { flex-direction: column; }
  .mobile-cta { display: flex; }
  .legal-document { padding-top: 64px; }
}

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