@font-face{font-family:EditorialSerif;src:url('/fonts/display.woff2') format('woff2');font-display:swap;font-weight:400 700;font-style:normal;}
@font-face{font-family:WellnessSans;src:url('/fonts/sans.woff2') format('woff2');font-display:swap;font-weight:400 800;font-style:normal;}
:root{--font-display:EditorialSerif;--font-sans:WellnessSans;}

:root {
  --cream: #f4ede2;
  --paper: #fbf8f2;
  --olive: #27382f;
  --olive-2: #3d5145;
  --sage: #aeb9a4;
  --terracotta: #b8613e;
  --gold: #d7a526;
  --sand: #dcc7ae;
  --ink: #17231e;
  --muted: #6c6b63;
  --line: rgba(39, 56, 47, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-sans), sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }

.topbar { height: 68px; padding: 0 max(18px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; background: rgba(251,248,242,.92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); }
.brand { display: flex; gap: 10px; align-items: center; text-transform: uppercase; letter-spacing: .09em; font-size: 11px; }
.brand > span { width: 30px; height: 30px; border: 1px solid var(--olive); display: grid; place-items: center; border-radius: 50%; font-family: var(--font-display); font-size: 18px; }
.mini-cta { font-size: 12px; font-weight: 800; color: var(--olive); border-bottom: 1px solid var(--gold); padding-bottom: 3px; }

.hero { min-height: calc(100vh - 68px); display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(40px, 7vw, 96px); align-items: center; padding-block: clamp(52px, 8vw, 110px); overflow: hidden; }
.eyebrow { margin: 0 0 20px; color: var(--terracotta); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: 11px; }
.eyebrow.light { color: #ebcda3; }
h1, h2 { font-family: var(--font-display), serif; font-weight: 500; letter-spacing: -.035em; margin: 0; line-height: .98; }
h1 { font-size: clamp(54px, 6.3vw, 88px); max-width: 760px; }
h1 em { color: var(--terracotta); font-weight: 500; }
.hero-lead { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.72; color: #4d534e; max-width: 660px; margin: 28px 0; }
.price-line { display: flex; align-items: center; gap: 24px; margin: 24px 0; }
.price-line > div { display: flex; flex-direction: column; border-right: 1px solid var(--line); padding-right: 24px; }
.price-line span, .price-line p { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.price-line strong { font-family: var(--font-display); font-size: 42px; line-height: 1; color: var(--olive); }
.price-line p { max-width: 250px; line-height: 1.55; text-transform: none; letter-spacing: 0; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 24px; background: var(--olive); color: #fff; border-radius: 2px; font-weight: 800; font-size: 13px; box-shadow: 0 10px 26px rgba(39,56,47,.18); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--olive-2); }
.microcopy { font-size: 11px; color: var(--muted); margin: 12px 0 0; }
.hero-visual { position: relative; min-height: 720px; display: grid; place-items: center; }
.sun-disc { position: absolute; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #f9eecf, #e9c374 55%, #c98935 100%); opacity: .56; }
.book-mockup { width: min(430px, 78%); position: relative; transform: rotate(1.2deg); filter: drop-shadow(28px 35px 32px rgba(35,38,30,.28)); z-index: 2; }
.book-mockup:before { content: ""; position: absolute; inset: 4px -13px -4px 100%; width: 16px; background: linear-gradient(90deg,#eee1cf,#9e8e78); transform: skewY(24deg); transform-origin: left top; }
.book-mockup img { border-radius: 2px; }
.bonus-chip { position: absolute; right: 0; bottom: 14%; z-index: 4; background: var(--olive); color: #fff; padding: 18px 22px; box-shadow: 0 16px 36px rgba(23,35,30,.24); transform: rotate(-2deg); }
.bonus-chip span { color: #e8c173; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; margin-bottom: 7px; }
.bonus-chip strong { font-family: var(--font-display); font-size: 22px; line-height: 1.05; font-weight: 600; }
.real-product { position: absolute; bottom: 5%; left: 8%; z-index: 3; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: var(--olive); font-weight: 800; }

.recognition { background: var(--olive); color: #fff; padding: clamp(70px,9vw,130px) 0; }
.recognition-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; }
h2 { font-size: clamp(42px,5.3vw,72px); }
.recognition-copy { border-left: 1px solid rgba(255,255,255,.18); padding-left: 44px; color: #e7e8e2; font-size: 17px; line-height: 1.8; }
.recognition-copy p:first-child { margin-top: 0; }

.pillars { padding-block: 90px; }
.pillar-row { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillar-row div { padding: 28px 20px; border-right: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
.pillar-row div:last-child { border: 0; }
.pillar-row span { font-family: var(--font-display); color: var(--terracotta); font-size: 22px; }
.pillar-row strong { font-size: 13px; }

.modules-section { background: var(--cream); padding: clamp(70px,9vw,120px) 0; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading p:not(.eyebrow) { color: var(--muted); line-height: 1.75; margin: 0; }
.module-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.module-card { min-height: 245px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.22); }
.module-card > span { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--terracotta); color: white; font-size: 11px; font-weight: 800; }
.module-card h3 { font-family: var(--font-display); font-size: 31px; line-height: 1; font-weight: 600; margin: 34px 0 12px; }
.module-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }

.preview-section { padding-block: clamp(75px,9vw,120px); overflow: hidden; }
.section-heading.compact { margin-bottom: 42px; }
.preview-scroll { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 18px 4px 32px; scrollbar-width: thin; scrollbar-color: var(--terracotta) transparent; }
.page-preview { flex: 0 0 min(310px, 78vw); margin: 0; scroll-snap-align: center; }
.page-preview img { box-shadow: 0 18px 40px rgba(40,35,26,.16); border: 1px solid #e1d7ca; }
.page-preview:nth-child(even) { transform: translateY(15px); }
.page-preview figcaption { font-size: 10px; margin-top: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }
.swipe-note { text-align: center; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }

.action-section { padding: clamp(80px,9vw,130px) 0; background: var(--terracotta); color: #fff; overflow: hidden; }
.action-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.action-copy > p:not(.eyebrow) { color: #f5e6dc; font-size: 16px; line-height: 1.75; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.check-list li { font-size: 13px; font-weight: 700; padding-left: 26px; position: relative; }
.check-list li:before { content: "✓"; position: absolute; left: 0; color: #f4d17d; }
.action-pages { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; transform: rotate(2deg); }
.action-pages img { box-shadow: 0 24px 48px rgba(60,23,12,.28); }
.action-pages img:last-child { transform: translateY(42px) rotate(-3deg); }

.bonus-section { padding-block: clamp(80px,10vw,140px); }
.bonus-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 90px; }
.bonus-cover-wrap { position: relative; display: grid; place-items: center; }
.bonus-cover-wrap:before { content: ""; position: absolute; width: 520px; height: 520px; max-width: 110%; max-height: 110%; background: #e4d6c1; border-radius: 50%; }
.bonus-cover { width: min(350px,80%); position: relative; z-index: 2; box-shadow: 26px 32px 44px rgba(49,46,37,.23); transform: rotate(-2deg); }
.gift-badge { position: absolute; z-index: 3; right: 8%; top: 7%; width: 82px; height: 82px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; font-weight: 800; font-size: 11px; letter-spacing: .12em; }
.bonus-copy h2 { color: var(--olive); }
.bonus-subtitle { font-family: var(--font-display); font-size: 26px; color: var(--terracotta); font-style: italic; }
.value-tag { display: inline-flex; align-items: baseline; gap: 13px; background: var(--cream); padding: 12px 16px; margin: 8px 0; }
.value-tag span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.value-tag strong { font-family: var(--font-display); font-size: 26px; }
.check-list.dark { color: var(--ink); margin-bottom: 34px; }
.check-list.dark li:before { color: var(--terracotta); }
.text-link { font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--gold); padding-bottom: 5px; }
.bonus-previews { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 90px; }
.bonus-previews img { border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(35,35,25,.10); }

.author-section { padding: clamp(80px,10vw,140px) 0; background: var(--olive); color: white; }
.author-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 90px; }
.author-photo { position: relative; }
.author-photo:before { content: ""; position: absolute; inset: 8% -8% -8% 10%; border: 1px solid rgba(221,174,89,.55); }
.author-photo img { position: relative; z-index: 2; aspect-ratio: 1; object-fit: cover; }
.author-role { color: #dfb866; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 800; }
.author-copy > p:not(.eyebrow,.author-role) { color: #e5e7e1; line-height: 1.8; }
.author-copy blockquote { font-family: var(--font-display); font-size: 30px; font-style: italic; color: #f0d8ac; margin: 30px 0 0; padding-left: 24px; border-left: 2px solid var(--gold); }

.fit-section { padding-block: clamp(75px,9vw,120px); display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fit-card { padding: clamp(28px,5vw,55px); border: 1px solid var(--line); }
.fit-card.yes { background: var(--cream); }
.fit-card.no { background: #f8f5ef; }
.fit-card ul { padding: 0; margin: 28px 0 0; list-style: none; }
.fit-card li { padding: 15px 0 15px 28px; border-top: 1px solid var(--line); line-height: 1.55; position: relative; font-size: 14px; }
.fit-card li:before { content: "•"; position: absolute; left: 4px; color: var(--terracotta); font-size: 22px; top: 9px; }

.offer-section { background: #e9dccb; padding: clamp(70px,9vw,120px) 18px; }
.offer-card { width: min(880px,100%); margin: auto; background: var(--olive); color: #fff; padding: clamp(34px,7vw,80px); text-align: center; box-shadow: 0 30px 80px rgba(39,56,47,.18); }
.offer-card h2 { max-width: 700px; margin-inline: auto; }
.offer-products { margin: 48px 0 24px; border-top: 1px solid rgba(255,255,255,.18); }
.offer-products > div { display: grid; grid-template-columns: .6fr 1.6fr .4fr; gap: 16px; text-align: left; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.offer-products span { color: #dfb866; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; }
.offer-products strong { font-family: var(--font-display); font-size: 22px; font-weight: 600; }
.offer-products b { text-align: right; font-size: 12px; }
.offer-total { display: flex; justify-content: center; align-items: baseline; gap: 22px; margin: 28px 0; }
.offer-total span { text-decoration: line-through; color: #bfc7c0; font-size: 13px; }
.offer-total strong { font-family: var(--font-display); font-size: 52px; color: #f0cf83; }
.button.gold { background: var(--gold); color: #15231e; box-shadow: none; }
.button.gold:hover { background: #e5b941; }
.light-copy { color: #c7cec9; }

.faq-section { padding-block: clamp(75px,9vw,120px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0 4px; }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; font-family: var(--font-display); font-size: 25px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--font-sans); font-size: 20px; color: var(--terracotta); transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 820px; color: var(--muted); line-height: 1.7; margin: -4px 0 28px; }

.final-cta { background: var(--terracotta); color: white; padding: 70px 0; }
.final-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.final-grid h2 { font-size: clamp(48px,6vw,76px); }
.final-grid p:not(.eyebrow) { color: #f6e5da; }
.final-grid > div:last-child { display: flex; align-items: center; gap: 24px; }
.final-grid > div:last-child > strong { font-family: var(--font-display); font-size: 50px; }

footer { background: #121b17; color: #d5dbd6; padding: 50px 0 110px; }
.footer-grid { display: grid; grid-template-columns: .7fr 1.7fr .6fr; gap: 40px; align-items: start; font-size: 11px; line-height: 1.7; }
.footer-grid div { display: flex; flex-direction: column; }
.footer-grid strong { color: white; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid p { margin: 0; }
.mobile-buybar { display: none; }

@media (max-width: 880px) {
  .section-shell { width: min(100% - 30px, 680px); }
  .topbar { height: 60px; padding-inline: 15px; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-block: 54px 42px; }
  .hero-copy { text-align: center; }
  h1 { font-size: clamp(48px,14vw,68px); }
  .hero-lead { margin-inline: auto; }
  .price-line { justify-content: center; text-align: left; }
  .hero-visual { min-height: 600px; }
  .sun-disc { width: 520px; height: 520px; }
  .book-mockup { width: min(370px,74%); }
  .bonus-chip { right: 3%; bottom: 10%; }
  .recognition-grid, .section-heading, .action-grid, .bonus-layout, .author-grid { grid-template-columns: 1fr; gap: 44px; }
  .recognition-copy { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding-top: 30px; }
  .pillar-row { grid-template-columns: 1fr 1fr; }
  .pillar-row div { border-bottom: 1px solid var(--line); }
  .module-grid { grid-template-columns: 1fr 1fr; }
  .action-pages { max-width: 650px; }
  .bonus-cover-wrap { min-height: 540px; }
  .bonus-layout { gap: 15px; }
  .author-photo { max-width: 520px; }
  .offer-products > div { grid-template-columns: 1fr; gap: 8px; }
  .offer-products b { text-align: left; }
  .final-grid { grid-template-columns: 1fr; }
  .final-grid > div:last-child { justify-content: space-between; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  body { padding-bottom: 64px; }
  .brand strong { max-width: 120px; line-height: 1.15; }
  .mini-cta { display: none; }
  .hero { min-height: auto; }
  .hero-copy .button { width: 100%; }
  .price-line { align-items: stretch; gap: 14px; }
  .price-line > div { padding-right: 14px; }
  .price-line p { max-width: 150px; margin: 2px 0; }
  .hero-visual { min-height: 500px; width: calc(100% + 16px); margin-left: -8px; }
  .sun-disc { width: 430px; height: 430px; }
  .book-mockup { width: min(300px,72%); }
  .bonus-chip { right: 0; bottom: 8%; padding: 14px 16px; }
  .bonus-chip strong { font-size: 18px; }
  .real-product { display: none; }
  .pillar-row { grid-template-columns: 1fr; }
  .pillar-row div { border-right: 0; }
  .module-grid { grid-template-columns: 1fr; }
  .module-card { min-height: auto; }
  .check-list { grid-template-columns: 1fr; }
  .action-pages { gap: 10px; }
  .bonus-cover-wrap { min-height: 430px; }
  .bonus-previews { grid-template-columns: 1fr 1fr; margin-top: 60px; gap: 10px; }
  .fit-section { grid-template-columns: 1fr; }
  .offer-card { padding-inline: 24px; }
  .offer-total { flex-direction: column; gap: 5px; align-items: center; }
  .faq-list summary { font-size: 21px; }
  .final-grid > div:last-child { flex-direction: column; align-items: stretch; }
  .final-grid > div:last-child > strong { text-align: center; }
  .mobile-buybar { position: fixed; display: flex; z-index: 60; left: 0; right: 0; bottom: 0; height: 64px; background: rgba(20,31,26,.97); color: white; padding: 8px 12px; align-items: center; justify-content: space-between; box-shadow: 0 -10px 30px rgba(0,0,0,.16); }
  .mobile-buybar div { display: flex; flex-direction: column; }
  .mobile-buybar span { font-size: 9px; color: #d6c39d; text-transform: uppercase; letter-spacing: .1em; }
  .mobile-buybar strong { font-family: var(--font-display); font-size: 27px; line-height: 1; }
  .mobile-buybar a { background: var(--gold); color: #17231e; padding: 13px 18px; font-size: 12px; font-weight: 800; }
}

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