@font-face {
  font-family: 'Inter';
  src: url('inter-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('inter-bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face { font-family: 'Inter'; src: url('inter-bold.ttf') format('truetype'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('inter-bold.ttf') format('truetype'); font-style: normal; font-weight: 800; font-display: swap; }
@font-face {
  font-family: 'DM Serif Display';
  src: url('dm-serif-display.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #1d1714;
  --muted: #665d58;
  --orange: #e45116;
  --orange-dark: #bd3810;
  --cream: #fff8f1;
  --peach: #fbe7d8;
  --peach-2: #f6d5bd;
  --line: #eadbd0;
  --dark: #221914;
  --white: #fff;
  --green: #27734a;
  --shadow: 0 22px 55px rgba(54, 34, 23, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.skip-link { position: fixed; left: 12px; top: -80px; padding: 10px 14px; background: #fff; color: #000; z-index: 1000; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.disclosure-bar { min-height: 34px; display: flex; justify-content: center; align-items: center; gap: 10px; padding: 6px 18px; color: #f9e8dd; background: var(--dark); font-size: 12px; letter-spacing: .04em; }
.disclosure-bar a { color: #fff; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 40; min-height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 12px max(24px, calc((100vw - 1180px) / 2)); background: rgba(255, 248, 241, .93); border-bottom: 1px solid rgba(215, 188, 170, .7); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 20px; font-weight: 800; text-decoration: none; letter-spacing: -.03em; }
.brand b { color: var(--orange); }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); font-family: 'DM Serif Display', Georgia, serif; font-size: 22px; }
.site-header nav { display: flex; align-items: center; gap: 26px; }
.site-header nav a { color: #4a403b; text-decoration: none; font-size: 14px; font-weight: 600; }
.site-header nav a:hover { color: var(--orange); }
.header-cta { justify-self: end; padding: 11px 17px; border-radius: 999px; color: #fff; background: var(--orange); font-size: 13px; font-weight: 800; text-decoration: none; text-transform: uppercase; }

.hero { max-width: 1180px; min-height: 670px; margin: auto; padding: 72px 24px 82px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; }
.eyebrow { margin: 0 0 13px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--ink); line-height: 1.05; letter-spacing: -.035em; }
h1, h2 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; }
h1 { max-width: 680px; margin-bottom: 22px; font-size: clamp(43px, 5.2vw, 72px); }
h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 52px); }
h3 { margin-bottom: 12px; font-size: 21px; }
p { margin-top: 0; }
.hero-lead { max-width: 680px; margin-bottom: 23px; color: #5a504b; font-size: 18px; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; margin: 9px 0; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--orange); font-weight: 900; }
.hero-list { margin-bottom: 28px; font-size: 15px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 15px 24px; border: 0; border-radius: 12px; text-decoration: none; font-size: 14px; font-weight: 800; letter-spacing: .025em; text-align: center; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #f46724, var(--orange)); box-shadow: 0 13px 28px rgba(228, 81, 22, .25); }
.button-primary:hover { background: linear-gradient(135deg, #ed5b1a, var(--orange-dark)); box-shadow: 0 16px 35px rgba(228, 81, 22, .34); }
.button-dark { color: #fff; background: var(--dark); }
.button-wide { width: 100%; }
.cta-note { margin: 10px 0 0; color: #84736a; font-size: 11px; }
.hero-visual { position: relative; padding-bottom: 24px; }
.hero-image-wrap { overflow: hidden; aspect-ratio: 1; padding: clamp(18px, 3vw, 38px); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.product-note { position: absolute; left: -24px; bottom: 0; max-width: 300px; padding: 14px 18px; border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(48, 31, 21, .16); }
.product-note span { display: block; margin-bottom: 2px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-note strong { display: block; font-size: 13px; }

.quick-facts { max-width: 1180px; margin: 0 auto 72px; padding: 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-facts article { min-height: 132px; padding: 25px 24px; background: #fff; border: solid var(--line); border-width: 1px 0 1px 1px; }
.quick-facts article:first-child { border-radius: 18px 0 0 18px; }
.quick-facts article:last-child { border-right-width: 1px; border-radius: 0 18px 18px 0; }
.quick-facts span { display: block; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.quick-facts strong { display: block; margin: 7px 0 4px; font-size: 16px; }
.quick-facts small { display: block; color: var(--muted); font-size: 12px; line-height: 1.45; }

.section { padding: 94px max(24px, calc((100vw - 1180px) / 2)); }
.section-white { background: #fff; }
.section-tint { background: linear-gradient(180deg, #fae5d6, #fff8f1); }
.section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading.narrow { max-width: 840px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.decision-grid { max-width: 1000px; margin: 42px auto 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.decision-card { position: relative; padding: 35px 35px 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 15px 35px rgba(45, 28, 19, .07); }
.decision-card ul { margin: 0; padding-left: 20px; color: #554b46; }
.decision-card li { margin: 8px 0; }
.decision-card.positive { border-top: 5px solid var(--green); }
.decision-card.caution { border-top: 5px solid #c47722; }
.card-icon { position: absolute; right: 27px; top: 23px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #f6eee8; font-weight: 900; }
.plain-disclaimer { max-width: 900px; margin: 26px auto 0; padding: 18px 22px; border-left: 4px solid #cfa789; color: #695c54; background: #fff9f5; font-size: 13px; }

.ingredient-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ingredient-card { min-height: 330px; overflow: hidden; display: grid; grid-template-columns: 42% 58%; border: 1px solid rgba(212, 173, 145, .65); border-radius: 20px; background: rgba(255, 255, 255, .94); }
.ingredient-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ingredient-card > div { padding: 28px 24px 22px; align-self: center; }
.ingredient-card span { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.ingredient-card h3 { margin: 7px 0 11px; font-size: 20px; }
.ingredient-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.formula-details { max-width: 1000px; margin: 28px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.formula-details summary { cursor: pointer; padding: 20px 24px; font-weight: 800; }
.formula-details p { margin: 0; padding: 0 24px 12px; color: var(--muted); }
.formula-details small { display: block; padding: 0 24px 22px; color: #8b786d; }
.center-cta { margin-top: 34px; text-align: center; }

.application-section { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; background: #fff; }
.application-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.application-collage img { width: 100%; height: 470px; object-fit: cover; border-radius: 22px; }
.application-collage img:last-child { margin-top: 38px; }
.application-copy { max-width: 560px; }
.steps { margin: 28px 0 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.steps li > span { flex: 0 0 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); font-weight: 800; }
.steps strong { display: block; margin-bottom: 3px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }

.section-dark { color: #f7eee8; background: var(--dark); }
.section-heading.light h2 { color: #fff; }
.section-heading.light p:not(.eyebrow) { color: #cdbdb4; }
.comparison-table-wrap { overflow-x: auto; border: 1px solid #4f3d34; border-radius: 20px; }
.comparison-table { width: 100%; min-width: 770px; border-collapse: collapse; background: #2b201b; }
.comparison-table th, .comparison-table td { padding: 20px 22px; border-right: 1px solid #4c3930; border-bottom: 1px solid #4c3930; text-align: left; vertical-align: top; }
.comparison-table thead th { color: #fff; background: #17110e; font-size: 13px; }
.comparison-table tbody th { color: #ffd4b8; font-size: 13px; }
.comparison-table tbody td { color: #e2d4cc; font-size: 13px; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }

.section-white > .section-heading.narrow > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
.score-card { max-width: 1100px; margin: 42px auto 0; padding: 34px 38px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.score-ring { width: 130px; height: 130px; display: grid; align-content: center; justify-items: center; border: 10px solid #f7c3a3; border-radius: 50%; background: #fff; }
.score-ring strong { color: var(--orange); font-family: 'DM Serif Display', Georgia, serif; font-size: 47px; line-height: 1; }
.score-ring span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.score-copy h3 { margin-bottom: 8px; }
.score-copy .check-list { color: var(--muted); font-size: 14px; }

.guarantee-section { display: flex; align-items: center; justify-content: space-between; gap: 50px; background: linear-gradient(135deg, #f8c598, #ef854b); }
.guarantee-section > div { max-width: 800px; }
.guarantee-section .eyebrow { color: #70270a; }
.guarantee-section p:not(.eyebrow) { margin-bottom: 0; color: #553322; }
.guarantee-section h2 { font-size: clamp(34px, 4vw, 50px); }
.guarantee-section .button { flex: 0 0 auto; }

.faq-section { background: #fff8f1; }
.faq-list { max-width: 960px; margin: auto; }
.faq-list details { border-bottom: 1px solid #dfcbbb; background: #fff; }
.faq-list details:first-child { border-radius: 16px 16px 0 0; }
.faq-list details:last-child { border: 0; border-radius: 0 0 16px 16px; }
.faq-list summary { position: relative; cursor: pointer; padding: 22px 62px 22px 24px; font-size: 15px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 23px; top: 50%; transform: translateY(-50%); width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: #fff0e5; font-size: 20px; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { margin: 0; padding: 0 62px 23px 24px; color: var(--muted); font-size: 14px; }

.final-cta { max-width: 1110px; margin: 92px auto; padding: 48px 56px; display: grid; grid-template-columns: 230px 1fr; align-items: center; gap: 55px; border-radius: 28px; background: linear-gradient(135deg, #fff, #fbe0cd); box-shadow: var(--shadow); }
.final-cta img { width: 220px; height: 220px; object-fit: contain; mix-blend-mode: multiply; }
.final-cta h2 { max-width: 700px; font-size: clamp(34px, 4vw, 51px); }
.final-cta p:not(.eyebrow):not(.cta-note) { color: var(--muted); }

.site-footer { padding: 64px max(24px, calc((100vw - 1180px) / 2)) 28px; color: #ddcec5; background: #17110e; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .75fr 1.45fr; gap: 70px; padding-bottom: 36px; }
.footer-grid h2 { margin-bottom: 15px; color: #fff; font-family: Inter, Arial, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid p { color: #ad9c92; font-size: 12px; }
.footer-grid > div:nth-child(2) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:nth-child(2) a { margin: 4px 0; color: #e9ddd5; font-size: 12px; }
.footer-brand { color: #fff; }
.medical-note { padding: 20px 0; border-top: 1px solid #3b2d26; border-bottom: 1px solid #3b2d26; color: #998980; font-size: 10px; }
.copyright { margin: 22px 0 0; color: #85776f; font-size: 10px; }

.offer-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 28px; }
.offer-modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(24, 18, 15, .82); backdrop-filter: blur(7px); }
.modal-card { position: relative; z-index: 1; width: min(980px, 100%); max-height: calc(100svh - 48px); overflow: auto; display: grid; grid-template-columns: 42% 58%; border-radius: 26px; background: #fff; box-shadow: 0 30px 90px rgba(0, 0, 0, .42); }
.modal-close { position: absolute; right: 15px; top: 15px; z-index: 3; width: 35px; height: 35px; display: grid; place-items: center; padding: 0; border: 1px solid #30241e; border-radius: 50%; color: #251a16; background: rgba(255,255,255,.93); font-size: 25px; line-height: 1; cursor: pointer; }
.modal-visual { position: relative; min-height: 530px; padding: 66px 38px 42px; display: grid; place-items: center; background: linear-gradient(150deg, #fff8f2, #f7d7c1); }
.modal-visual img { width: min(360px, 100%); height: auto; aspect-ratio: 1; object-fit: contain; object-position: center; border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(101, 48, 17, .16); }
.modal-badge { position: absolute; left: 28px; top: 26px; padding: 8px 11px; border-radius: 7px; color: var(--orange); background: #fff; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.modal-content { padding: 54px 48px 38px; align-self: center; }
.modal-content h2 { margin-bottom: 16px; font-size: clamp(36px, 3.7vw, 48px); }
.modal-content > p:not(.eyebrow):not(.cta-note) { color: var(--muted); font-size: 16px; }
.modal-list { margin: 22px 0 26px; font-size: 14px; }
.review-link { width: 100%; margin-top: 12px; padding: 4px; border: 0; color: #6f6158; background: transparent; font-size: 11px; text-decoration: underline; cursor: pointer; }
.modal-content .cta-note { text-align: center; }

/* Legal pages */
.legal-main { min-height: 65vh; padding: 72px max(24px, calc((100vw - 900px) / 2)) 90px; background: #fff; }
.legal-main h1 { font-size: clamp(42px, 6vw, 68px); }
.legal-main h2 { margin-top: 42px; font-family: Inter, Arial, sans-serif; font-size: 23px; font-weight: 800; }
.legal-main p, .legal-main li { color: #5e534d; }
.legal-main .legal-updated { color: #8b7c73; font-size: 12px; }
.legal-home { display: inline-flex; margin-bottom: 30px; color: var(--orange); font-weight: 700; }
.support-card { margin: 34px 0; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr 1fr; gap: 34px; padding-top: 55px; }
  .quick-facts { grid-template-columns: 1fr 1fr; }
  .quick-facts article { border-width: 1px; }
  .quick-facts article:first-child { border-radius: 18px 0 0 0; }
  .quick-facts article:nth-child(2) { border-radius: 0 18px 0 0; }
  .quick-facts article:nth-child(3) { border-radius: 0 0 0 18px; }
  .quick-facts article:last-child { border-radius: 0 0 18px 0; }
  .ingredient-grid { grid-template-columns: 1fr 1fr; }
  .application-section { gap: 35px; }
  .application-collage img { height: 390px; }
  .score-card { grid-template-columns: auto 1fr; }
  .score-card .button { grid-column: 1 / -1; }
  .modal-card { grid-template-columns: 40% 60%; }
  .modal-content { padding: 48px 34px 32px; }
  .modal-visual { min-height: 480px; padding: 62px 26px 34px; }
}

@media (max-width: 720px) {
  .disclosure-bar { min-height: 29px; font-size: 10px; }
  .site-header { min-height: 63px; padding: 9px 16px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 31px; height: 31px; font-size: 18px; }
  .header-cta { padding: 9px 12px; font-size: 10px; }
  .hero { padding: 38px 20px 54px; grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { order: 0; }
  .hero-visual { order: 1; width: 100%; max-width: 430px; margin: auto; }
  h1 { font-size: 44px; }
  h2 { font-size: 38px; }
  .hero-lead { font-size: 16px; }
  .hero-list { font-size: 14px; }
  .button { width: 100%; }
  .hero-image-wrap { padding: 20px; border-radius: 22px; }
  .product-note { left: 12px; right: 12px; max-width: none; bottom: 0; }
  .quick-facts { margin-bottom: 42px; padding: 0 16px; grid-template-columns: 1fr; }
  .quick-facts article, .quick-facts article:first-child, .quick-facts article:nth-child(2), .quick-facts article:nth-child(3), .quick-facts article:last-child { min-height: 0; border-width: 1px 1px 0; border-radius: 0; }
  .quick-facts article:first-child { border-radius: 15px 15px 0 0; }
  .quick-facts article:last-child { border-bottom-width: 1px; border-radius: 0 0 15px 15px; }
  .section { padding: 70px 20px; }
  .section-heading { margin-bottom: 34px; text-align: left; }
  .section-heading p:not(.eyebrow) { font-size: 15px; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-card { padding: 30px 25px 26px; }
  .ingredient-grid { grid-template-columns: 1fr; }
  .ingredient-card { min-height: 285px; grid-template-columns: 40% 60%; }
  .application-section { grid-template-columns: 1fr; }
  .application-collage { order: 1; }
  .application-collage img { height: 300px; }
  .application-copy { order: 0; }
  .score-card { padding: 27px 23px; grid-template-columns: 1fr; gap: 25px; }
  .score-ring { margin: auto; }
  .guarantee-section { display: block; }
  .guarantee-section .button { margin-top: 26px; }
  .faq-list summary { padding: 19px 54px 19px 18px; line-height: 1.45; }
  .faq-list details p { padding: 0 18px 20px; }
  .final-cta { margin: 60px 16px; padding: 34px 24px; grid-template-columns: 1fr; gap: 18px; text-align: left; }
  .final-cta img { width: 150px; height: 150px; margin: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .modal-card { max-height: calc(100svh - 16px); grid-template-columns: 1fr; border-radius: 20px; }
  .offer-modal { padding: 8px; }
  .modal-visual { min-height: 168px; padding: 42px 18px 14px; }
  .modal-visual img { width: 126px; border-radius: 14px; box-shadow: 0 10px 28px rgba(101, 48, 17, .14); }
  .modal-badge { left: 14px; top: 14px; font-size: 8px; }
  .modal-close { right: 11px; top: 11px; width: 31px; height: 31px; font-size: 21px; }
  .modal-content { padding: 21px 20px 18px; }
  .modal-content h2 { margin-bottom: 11px; font-size: 29px; }
  .modal-content > p:not(.eyebrow):not(.cta-note) { margin-bottom: 12px; font-size: 13px; line-height: 1.5; }
  .modal-list { display: none; }
  .review-link { font-size: 10px; }
}

@media (max-width: 390px) {
  h1 { font-size: 39px; }
  h2 { font-size: 34px; }
  .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr; }
  .modal-visual { min-height: 145px; padding-top: 39px; }
  .modal-visual img { width: 108px; }
  .modal-content h2 { font-size: 26px; }
  .modal-content { padding-top: 18px; }
  .ingredient-card { grid-template-columns: 36% 64%; }
  .ingredient-card > div { padding: 23px 18px; }
}

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