:root {
  --ink: #211914;
  --muted: #6d5a4f;
  --cream: #fff9f2;
  --cream-2: #f5e9dd;
  --paper: #ffffff;
  --accent: #d65e2f;
  --accent-dark: #a9411f;
  --accent-soft: #fff0e7;
  --green: #26734d;
  --green-soft: #eaf7ef;
  --line: #eadfd5;
  --shadow: 0 22px 60px rgba(68, 41, 24, .12);
  --radius: 24px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }

.affiliate-strip { padding: 9px 0; background: #1f1814; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.45; text-align: center; }
.affiliate-strip strong { color: white; }
.affiliate-strip a { margin-left: 5px; color: #ffd7c4; font-weight: 750; }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,249,242,.94); border-bottom: 1px solid rgba(234,223,213,.92); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: baseline; gap: 11px; text-decoration: none; white-space: nowrap; }
.brand-word { font-size: 25px; font-weight: 950; letter-spacing: .03em; }
.brand-sub { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav > a:not(.button) { color: #55453c; text-decoration: none; font-size: 13px; font-weight: 750; }
.nav > a:not(.button):hover { color: var(--accent-dark); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: white; font-size: 20px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 14px; background: var(--accent); color: #fff; font-weight: 900; line-height: 1.2; text-align: center; text-decoration: none; box-shadow: 0 12px 28px rgba(214,94,47,.20); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 16px 34px rgba(169,65,31,.23); }
.button-small { min-height: 43px; padding: 10px 16px; border-radius: 12px; font-size: 13px; }
.button-large { min-height: 58px; padding: 17px 26px; font-size: 16px; }
.button-light { background: white; color: var(--ink); box-shadow: none; }
.button-light:hover { background: #fff5ed; color: var(--ink); }
.button-note { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.hero { padding: 66px 0 64px; background: radial-gradient(circle at 85% 20%, rgba(214,94,47,.13), transparent 33%), linear-gradient(180deg, #fffaf4, #f8eee4); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; align-items: center; }
.eyebrow, .section-label { color: var(--accent-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; letter-spacing: -.028em; line-height: 1.08; }
h1 { margin-top: 14px; font-size: clamp(43px, 5.2vw, 67px); }
h2 { font-size: clamp(34px, 4vw, 49px); }
h3 { font-size: 23px; }
p { margin: 16px 0 0; }
.hero-lead { max-width: 720px; color: #5f4c41; font-size: 19px; line-height: 1.66; }
.answer-box { margin-top: 26px; padding: 19px 21px; border: 1px solid #e6cbb9; border-radius: 18px; background: rgba(255,255,255,.70); }
.answer-box strong { color: var(--accent-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.answer-box p { margin: 6px 0 0; color: #58463c; font-size: 14px; }
.hero-cta { margin-top: 26px; max-width: 610px; }
.trust-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.trust-points span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.65); color: #665248; font-size: 11px; font-weight: 800; }
.hero-media { margin: 0; }
.hero-media img { width: 100%; border: 1px solid rgba(255,255,255,.78); border-radius: 34px; background: var(--cream-2); box-shadow: var(--shadow); }
.hero-media figcaption, .section-image figcaption { margin-top: 10px; color: #7c695e; font-size: 11px; line-height: 1.5; }

.jump-wrap { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.jump-links { min-height: 62px; display: flex; align-items: center; gap: 20px; overflow-x: auto; white-space: nowrap; scrollbar-width: thin; }
.jump-links strong { font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.jump-links a { color: var(--muted); font-size: 13px; font-weight: 750; text-decoration: none; }
.jump-links a:hover { color: var(--accent-dark); }

.section { padding: 88px 0; background: var(--cream); }
.section-soft { background: #f2e6da; }
.section-dark { background: #211914; color: white; }
.section-dark p { color: rgba(255,255,255,.72); }
.section-label.light { color: #ffb28e; }
.section-heading { max-width: 800px; margin-bottom: 36px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, article > h2 { margin-top: 10px; }
.section-heading p, article > p { color: var(--muted); font-size: 17px; }
.section-dark article > p { color: rgba(255,255,255,.72); }
.content-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 62px; align-items: start; }
.image-content-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 58px; align-items: center; }
.image-content-grid.reverse { grid-template-columns: 1.02fr .98fr; }
.section-image { margin: 0; }
.section-image img { border-radius: 28px; border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.dark-image img { border-color: rgba(255,255,255,.13); box-shadow: none; }

.fact-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 16px 45px rgba(68,41,24,.08); }
.fact-card h3 { margin-bottom: 18px; }
.fact-card dl { margin: 0; }
.fact-card dl div { display: grid; grid-template-columns: 125px 1fr; gap: 18px; padding: 13px 0; border-top: 1px solid var(--line); }
.fact-card dt { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.fact-card dd { margin: 0; font-size: 14px; font-weight: 750; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-card { min-height: 248px; padding: 25px; border: 1px solid rgba(224,205,190,.9); border-radius: 22px; background: rgba(255,255,255,.75); }
.icon-badge { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--accent-soft); color: var(--accent-dark); font-size: 14px; font-weight: 950; }
.benefit-card h3 { margin-top: 22px; font-size: 22px; }
.benefit-card p { color: var(--muted); font-size: 14px; }

.ingredient-list { display: grid; gap: 10px; margin-top: 24px; }
.ingredient-list details, .faq-list details { border: 1px solid var(--line); border-radius: 15px; background: white; }
.ingredient-list summary, .faq-list summary { cursor: pointer; padding: 17px 19px; font-weight: 850; list-style: none; }
.ingredient-list summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.ingredient-list summary::after, .faq-list summary::after { content: "+"; float: right; color: var(--accent); font-size: 20px; line-height: 1; }
.ingredient-list details[open] summary::after, .faq-list details[open] summary::after { content: "–"; }
.ingredient-list details p, .faq-list details p { margin: 0; padding: 0 19px 18px; color: var(--muted); font-size: 14px; }
.caution-box { margin-top: 20px; padding: 17px 18px; border-left: 4px solid var(--accent); border-radius: 10px; background: var(--accent-soft); color: #66483a; font-size: 13px; }

.steps { display: grid; gap: 18px; margin: 29px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; }
.steps li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: white; font-weight: 950; }
.steps strong { font-size: 16px; }
.steps p { margin: 4px 0 0; font-size: 14px; }
.dark-note { margin-top: 25px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.14); font-size: 13px; }

.pros-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 35px; }
.pros-card { padding: 31px; border-radius: var(--radius); background: white; border: 1px solid var(--line); }
.pros-card h3 { display: flex; align-items: center; gap: 10px; }
.pros-card h3 span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; font-family: Inter, sans-serif; font-size: 16px; }
.pros-card.positive h3 span { background: var(--green-soft); color: var(--green); }
.pros-card.neutral h3 span { background: var(--accent-soft); color: var(--accent-dark); }
.pros-card ul { margin: 22px 0 0; padding-left: 22px; color: var(--muted); }
.pros-card li { margin: 9px 0; }
.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.who-grid article { padding: 26px 29px; border-radius: 19px; background: #f8ede3; }
.who-grid p { margin-top: 8px; color: var(--muted); }

.purchase-box { display: grid; grid-template-columns: 1.15fr .85fr; gap: 46px; align-items: center; padding: 42px; border: 1px solid #e3cab8; border-radius: 30px; background: white; box-shadow: var(--shadow); }
.purchase-box h2 { margin-top: 10px; }
.purchase-box p { color: var(--muted); }
.purchase-checks { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.purchase-checks li { padding: 8px 10px; border-radius: 999px; background: var(--green-soft); color: var(--green); font-size: 11px; font-weight: 850; }
.purchase-action { text-align: center; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start; }
.faq-intro { position: sticky; top: 118px; }
.faq-intro h2 { margin-top: 10px; }
.faq-intro p { color: var(--muted); }
.text-link { display: inline-block; margin-top: 19px; color: var(--accent-dark); font-weight: 850; text-decoration: none; }
.faq-list { display: grid; gap: 11px; }
.faq-list details { background: #fffdf9; }

.final-section { padding: 0 0 88px; background: var(--cream); }
.final-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; padding: 48px; border-radius: 32px; background: #211914; color: white; overflow: hidden; position: relative; }
.final-card::after { content: ""; position: absolute; width: 340px; height: 340px; right: -130px; top: -180px; border-radius: 50%; background: rgba(214,94,47,.23); }
.final-card > * { position: relative; z-index: 1; }
.final-kicker { color: #ffb28e; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.final-card h2 { margin-top: 10px; }
.final-card p { color: rgba(255,255,255,.70); }
.final-action { text-align: center; }
.final-action p { margin-top: 10px; font-size: 11px; }

.site-footer { padding: 58px 0 110px; background: #17120f; color: rgba(255,255,255,.66); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 54px; }
.footer-brand { color: white; font-size: 23px; font-weight: 950; }
.footer-brand span { margin-left: 8px; color: rgba(255,255,255,.48); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.site-footer p { font-size: 12px; }
.site-footer h3 { color: white; font-family: Inter, sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer nav { display: grid; gap: 8px; margin-top: 15px; }
.site-footer nav a, .footer-bottom a { color: rgba(255,255,255,.70); font-size: 13px; text-decoration: none; }
.site-footer nav a:hover, .footer-bottom a:hover { color: white; }
.updated { color: rgba(255,255,255,.45); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); }
.footer-bottom p { margin: 0; }

.mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 95; display: none; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding: 11px 12px 11px 16px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(31,21,15,.20); backdrop-filter: blur(14px); transform: translateY(145%); transition: transform .25s ease; }
.mobile-cta.show { transform: translateY(0); }
.mobile-cta strong { display: block; font-size: 13px; }
.mobile-cta span { display: block; color: var(--muted); font-size: 10px; }

/* Supporting pages */
.page-hero { padding: 72px 0 54px; background: var(--cream-2); }
.page-hero h1 { max-width: 900px; font-size: clamp(42px, 5vw, 64px); }
.page-hero p { max-width: 800px; color: var(--muted); font-size: 18px; }
.prose { padding: 68px 0 95px; background: var(--cream); }
.prose article { max-width: 860px; }
.prose h2 { margin-top: 42px; font-size: 32px; }
.prose h3 { margin-top: 29px; font-size: 23px; }
.prose p, .prose li { color: var(--muted); }
.prose a { color: var(--accent-dark); }
.notice { padding: 20px 23px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.contact-card { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; margin-top: 28px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; }

@media (max-width: 1020px) {
  .hero-grid, .content-grid, .image-content-grid, .image-content-grid.reverse, .faq-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-media { max-width: 720px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-intro { position: static; }
  .purchase-box, .final-card { grid-template-columns: 1fr; }
  .purchase-action, .final-action { text-align: left; max-width: 620px; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .affiliate-strip { text-align: left; }
  .brand-sub { display: none; }
  .menu-button { display: grid; place-items: center; }
  .nav { position: fixed; inset: 93px 14px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 13px; border-radius: 10px; }
  .hero { padding: 48px 0 52px; }
  .hero-grid { gap: 34px; }
  .section { padding: 66px 0; }
  .benefit-grid, .pros-grid, .who-grid, .footer-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; }
  .purchase-box { padding: 29px 24px; }
  .final-card { padding: 38px 25px; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { display: grid; }
  .site-footer { padding-bottom: 125px; }
  .contact-card { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  h1 { font-size: 40px; }
  h2 { font-size: 33px; }
  .hero-lead { font-size: 17px; }
  .button-large { width: 100%; font-size: 15px; }
  .trust-points { display: grid; }
  .fact-card dl div { grid-template-columns: 1fr; gap: 4px; }
  .purchase-checks { display: grid; }
}
