:root {
  --ink: #2d1f19;
  --muted: #765f52;
  --paper: #fff8ef;
  --soft: #f8e6dc;
  --cream: #fffdf8;
  --clay: #c65d3f;
  --clay-dark: #9b3e29;
  --sage: #d5dfc7;
  --shadow: 0 24px 70px rgba(91, 48, 31, 0.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Plus Jakarta Sans", sans-serif; }
img { display: block; max-width: 100%; }
.topbar { background: #321f17; color: #fff8ef; font-size: .82rem; font-weight: 800; padding: .55rem 1rem; text-align: center; }
.topbar strong { color: #a9d18e; }
section { padding: clamp(3.5rem, 8vw, 6.5rem) 1.25rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; max-width: 1180px; margin: 0 auto; min-height: calc(100vh - 35px); }
.pill, .eyebrow { display: inline-flex; border-radius: 999px; background: #ffe1dc; color: #c52222; font-size: .75rem; font-weight: 800; letter-spacing: .03em; padding: .4rem .75rem; text-transform: uppercase; }
h1, h2, h3 { font-family: "Fraunces", serif; letter-spacing: 0; line-height: 1.04; }
h1 { font-size: clamp(2.65rem, 6vw, 5.55rem); margin: 1rem 0; }
h1 em { color: var(--clay); font-style: normal; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); margin: 1rem 0; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.65; max-width: 680px; }
.checks { display: grid; gap: .8rem; list-style: none; margin: 1.5rem 0; padding: 0; }
.checks li { align-items: center; display: flex; gap: .7rem; }
.checks li::before, .pain-grid p::before { align-items: center; background: var(--sage); border-radius: 999px; color: #26421e; content: "✓"; display: inline-flex; flex: 0 0 auto; font-weight: 900; height: 1.4rem; justify-content: center; width: 1.4rem; }
.price { align-items: baseline; display: flex; flex-wrap: wrap; gap: .45rem .8rem; margin: 1.5rem 0 1rem; }
.price strong, .offer-box strong { color: var(--clay); font-family: "Fraunces", serif; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.cta { background: linear-gradient(180deg, #de6946, var(--clay-dark)); border-radius: 999px; box-shadow: var(--shadow); color: #fff; display: inline-flex; font-weight: 900; justify-content: center; letter-spacing: .02em; min-width: min(100%, 360px); padding: 1.15rem 1.75rem; text-decoration: none; text-transform: uppercase; transition: transform 180ms ease, box-shadow 180ms ease; }
.cta:hover { box-shadow: 0 28px 84px rgba(155, 62, 41, .3); transform: translateY(-2px); }
.trust { color: var(--muted); font-size: .82rem; }
.hero-product { position: relative; }
.hero-product::before { background: radial-gradient(circle, rgba(198, 93, 63, .22), transparent 67%); content: ""; inset: -12%; position: absolute; z-index: -1; }
.hero-product img { filter: drop-shadow(0 32px 34px rgba(77, 43, 25, .22)); margin: 0 auto; max-height: 660px; object-fit: contain; }
.discount { background: #dc1818; border-radius: 999px; color: #fff; font-weight: 900; padding: .75rem 1rem; position: absolute; right: 8%; text-transform: uppercase; top: 16%; transform: rotate(7deg); }
.pain, .faq { background: var(--soft); text-align: center; }
.pain > *, .faq > * { margin-left: auto; margin-right: auto; max-width: 930px; }
.pain-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 2rem; }
.pain-grid p, .cards article { background: rgba(255, 253, 248, .82); border: 1px solid rgba(94, 58, 40, .12); border-radius: 8px; box-shadow: 0 14px 34px rgba(99, 54, 32, .08); margin: 0; padding: 1rem; text-align: left; }
.pain-grid p { align-items: flex-start; display: flex; gap: .75rem; }
.method, .author { align-items: center; display: grid; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr); margin: 0 auto; max-width: 1120px; }
.method > img { margin: 0 auto; max-height: 620px; object-fit: contain; }
.method p, .author p, .offer p { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.cards { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 1.6rem; }
.cards h3 { font-size: 1.25rem; margin: 0 0 .45rem; }
.cards p { font-size: .93rem; margin: 0; }
.author { background: #f5ede2; max-width: none; padding-left: max(1.25rem, calc((100vw - 1050px) / 2)); padding-right: max(1.25rem, calc((100vw - 1050px) / 2)); }
.author img { aspect-ratio: 1; border: 8px solid var(--cream); border-radius: 999px; box-shadow: var(--shadow); height: min(34vw, 320px); object-fit: cover; width: min(34vw, 320px); }
.signature { color: var(--ink) !important; font-family: "Fraunces", serif; font-size: 1.35rem !important; }
.offer { background: #241914; color: #fff8ef; text-align: center; }
.offer > * { margin-left: auto; margin-right: auto; max-width: 760px; }
.offer p { color: rgba(255, 248, 239, .76); }
.offer-box { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); border-radius: 8px; display: grid; gap: .55rem; margin-top: 2rem; padding: 2rem; width: min(100%, 520px); }
.offer-box strong { color: #f5c04d; }
.offer-box .cta { margin: .8rem auto 0; }
.faq details { background: rgba(255, 253, 248, .82); border-bottom: 1px solid rgba(94, 58, 40, .18); margin-top: .5rem; padding: 1.1rem; text-align: left; }
.faq summary { cursor: pointer; font-family: "Fraunces", serif; font-size: 1.2rem; font-weight: 700; }
footer { background: var(--cream); color: var(--muted); font-size: .82rem; padding: 2rem 1rem; text-align: center; }
footer strong { color: var(--ink); font-family: "Fraunces", serif; }
@media (max-width: 820px) { .hero, .method, .author { grid-template-columns: 1fr; } .hero { min-height: auto; padding-top: 2rem; } .hero-product { order: -1; } .hero-product img { max-height: 390px; } .pain-grid, .cards { grid-template-columns: 1fr; } .author img { height: 220px; width: 220px; } }
