:root {
  --ink: #14251f;
  --muted: #5d6e67;
  --paper: #f7f4ec;
  --cream: #efe8d8;
  --white: #fffefa;
  --green: #1d5b49;
  --green-dark: #123e32;
  --green-soft: #dce9e3;
  --gold: #c8963f;
  --line: #d8ddd8;
  --shadow: 0 24px 70px rgba(20, 37, 31, .13);
  --radius: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); line-height: 1.6; }
a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: var(--ink); color: white; padding: 10px 16px; }
.skip-link:focus { top: 12px; }
.section-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { width: min(1240px, calc(100% - 40px)); margin: 0 auto; min-height: 78px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(20, 37, 31, .12); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 780; letter-spacing: -.02em; }
.brand-mark { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--green); color: var(--green); font-family: Georgia, serif; font-size: 13px; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: 14px; text-decoration: none; font-weight: 650; }
nav a:hover, nav a:focus-visible { color: var(--green); }
.nav-cta { border: 1px solid var(--ink); padding: 9px 15px; border-radius: 999px; }

.hero { min-height: 710px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 72px; padding-block: 74px 92px; }
.eyebrow { color: var(--green); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; margin: 0 0 16px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.07; }
h1 { font-size: clamp(48px, 6vw, 76px); max-width: 750px; margin-bottom: 26px; }
h2 { font-size: clamp(34px, 4vw, 52px); margin-bottom: 18px; }
h3 { line-height: 1.25; }
.hero-lead { max-width: 660px; font-size: 19px; color: var(--muted); }
.hero-points { list-style: none; padding: 10px 0 0; margin: 0 0 30px; display: grid; gap: 10px; }
.hero-points li { position: relative; padding-left: 29px; }
.hero-points li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 0; border-radius: 8px; font-weight: 760; text-decoration: none; cursor: pointer; transition: transform .16s ease, background .16s ease; }
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; box-shadow: 0 10px 30px rgba(29, 91, 73, .2); }
.button-primary:hover:not(:disabled) { background: var(--green-dark); }
.button:disabled { cursor: not-allowed; opacity: .55; }
.button-light { background: var(--white); color: var(--green-dark); }
.button-wide { width: 100%; }
.text-link { color: var(--green); font-weight: 730; text-underline-offset: 4px; }
.microcopy { margin: 18px 0 0; color: var(--muted); font-size: 13px; }

.cover-stage { position: relative; min-height: 610px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 10px; }
.book-cover { position: relative; z-index: 2; width: min(360px, 80%); aspect-ratio: .73; background: linear-gradient(145deg, #214d3e, #102d25); padding: 46px 38px; color: white; box-shadow: -15px 24px 50px rgba(13, 32, 26, .35); transform: rotate(2.5deg); border-radius: 3px 12px 12px 3px; overflow: hidden; }
.book-cover::before { content: ""; position: absolute; inset: 0 auto 0 10px; width: 1px; background: rgba(255, 255, 255, .15); box-shadow: 4px 0 12px rgba(0, 0, 0, .25); }
.book-cover::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 4px, rgba(255,255,255,.018) 4px 5px); pointer-events: none; }
.cover-label { display: block; color: #d9c28d; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
.book-cover h2 { font-size: 45px; margin: 50px 0 14px; color: white; }
.book-cover p { color: #d9c28d; font-weight: 720; }
.book-cover small { position: absolute; left: 38px; bottom: 36px; max-width: 260px; color: #d3ddd8; line-height: 1.4; }
.cover-house { position: absolute; left: 38px; bottom: 82px; width: calc(100% - 76px); height: 100px; overflow: visible; }
.cover-house path { fill: none; stroke: rgba(231, 211, 163, .82); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.cover-house .house-ground { stroke: rgba(231, 211, 163, .4); }
.cover-house .house-detail { stroke: rgba(231, 211, 163, .48); stroke-width: .8; }
.cover-house .house-door { fill: #e7d3a3; }
.cover-shadow { position: absolute; width: 350px; height: 60px; background: rgba(16,45,37,.25); filter: blur(25px); border-radius: 50%; bottom: 78px; transform: rotate(2deg); }
.format-card { position: absolute; z-index: 3; right: 2%; bottom: 6px; padding: 14px 18px; background: var(--white); box-shadow: var(--shadow); border-radius: 10px; display: flex; gap: 11px; align-items: center; }
.format-card strong { background: #b43f38; color: white; padding: 5px 7px; font-size: 12px; }
.format-card span { font-size: 12px; color: var(--muted); }

.trust-strip { background: var(--green-dark); color: white; display: grid; grid-template-columns: repeat(4, 1fr); padding: 28px max(30px, calc((100% - 1160px)/2)); gap: 28px; }
.trust-strip div { display: grid; }
.trust-strip strong { color: #f1d28d; font-size: 14px; }
.trust-strip span { font-size: 12px; color: #c7d6d0; }

.section-heading { max-width: 750px; margin-bottom: 50px; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }
.section-heading.narrow { max-width: 680px; margin-inline: auto; text-align: center; }
.personal-story { padding-block: 120px 30px; }
.story-card { position: relative; display: grid; grid-template-columns: .38fr 1.12fr; gap: clamp(40px, 7vw, 100px); align-items: center; padding: clamp(36px, 7vw, 88px); background: #eee7d7; border-radius: var(--radius); overflow: hidden; }
.story-card::after { content: ""; position: absolute; width: 290px; height: 290px; right: -140px; bottom: -150px; border: 1px solid rgba(29, 91, 73, .18); border-radius: 50%; box-shadow: 0 0 0 34px rgba(29, 91, 73, .045), 0 0 0 70px rgba(29, 91, 73, .025); }
.story-sign { position: relative; z-index: 1; min-height: 260px; border: 1px solid rgba(20, 37, 31, .18); background: rgba(255, 254, 250, .55); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-2deg); box-shadow: 0 18px 40px rgba(20, 37, 31, .08); }
.story-sign span { display: grid; place-items: center; width: 92px; aspect-ratio: 1; border: 1px solid var(--green); border-radius: 50%; font: italic 34px Georgia, serif; color: var(--green); }
.story-sign small { margin-top: 18px; color: var(--muted); font: italic 13px Georgia, serif; }
.story-copy { position: relative; z-index: 1; }
.story-copy h2 { font-size: clamp(32px, 4vw, 48px); }
.story-copy > p:not(.eyebrow) { color: #465a52; font-size: 17px; }
.story-copy blockquote { margin: 30px 0 0; padding: 4px 0 4px 24px; border-left: 2px solid var(--gold); color: var(--green-dark); font: italic 20px/1.5 Georgia, serif; }
.time-investment { padding-block: 100px 30px; }
.time-intro { max-width: 760px; margin-bottom: 50px; }
.time-intro > p:last-child { max-width: 680px; color: var(--muted); font-size: 17px; }
.number-grid { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 14px; }
.number-grid article { min-height: 265px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.number-grid .number-primary { background: var(--green-dark); color: white; border-color: var(--green-dark); }
.number-grid strong { display: block; color: var(--green); font: 500 clamp(48px, 5vw, 70px)/1 Georgia, serif; letter-spacing: -.05em; }
.number-grid strong span { color: var(--gold); font-size: .55em; vertical-align: top; }
.number-grid .number-primary strong { color: #f4e2b7; }
.number-grid h3 { margin: 16px 0 8px; font-size: 17px; }
.number-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.number-grid .number-primary p { color: #bed0c9; }
.estimate-note { max-width: 780px; margin: 16px 0 0; color: var(--muted); font-size: 12px; }
.problem { padding-block: 120px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-grid article { border-top: 2px solid var(--green); padding: 28px 8px 10px 0; }
.problem-grid span { color: var(--gold); font-family: Georgia, serif; font-size: 30px; }
.problem-grid h3 { margin: 24px 0 10px; }
.problem-grid p { color: var(--muted); }

.inside { padding-bottom: 120px; }
.inside-card { background: var(--white); padding: clamp(34px, 6vw, 76px); border-radius: var(--radius); box-shadow: var(--shadow); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.deliverables article { display: flex; gap: 14px; }
.deliverables article > span { flex: 0 0 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--green-soft); color: var(--green); font-weight: 900; }
.deliverables h3 { font-size: 16px; margin-bottom: 5px; }
.deliverables p { font-size: 14px; color: var(--muted); }

.chapters { padding-block: 110px; border-top: 1px solid var(--line); }
.chapter-list, .faq-list { max-width: 850px; margin: 0 auto; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; display: flex; gap: 18px; align-items: center; min-height: 82px; }
summary::-webkit-details-marker { display: none; }
.chapter-list summary span { color: var(--gold); width: 50px; font-family: Georgia, serif; font-size: 19px; }
summary strong { flex: 1; font-size: 18px; }
summary i { font-style: normal; font-size: 23px; color: var(--green); transition: transform .2s ease; }
details[open] summary i { transform: rotate(45deg); }
details > p { color: var(--muted); margin: -4px 50px 28px 68px; }

.use-cases { padding-block: 110px; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.audience-grid article { background: var(--cream); border-radius: 14px; padding: 28px; }
.audience-grid strong { display: block; margin-bottom: 10px; }
.audience-grid p { color: var(--muted); font-size: 14px; margin: 0; }
.not-for { margin: 28px auto 0; max-width: 900px; background: #f2eee4; border-left: 3px solid var(--gold); padding: 18px 22px; color: var(--muted); font-size: 14px; }

.pricing { padding-block: 80px 130px; }
.price-card { background: var(--green-dark); color: white; padding: clamp(34px, 6vw, 76px); border-radius: var(--radius); display: grid; grid-template-columns: 1fr .9fr; gap: 80px; box-shadow: var(--shadow); }
.price-card .eyebrow { color: #f1d28d; }
.price-copy > p { color: #c7d6d0; }
.price-copy ul { list-style: none; padding: 12px 0 0; display: grid; gap: 8px; }
.price-copy li::before { content: "✓"; color: #f1d28d; margin-right: 10px; }
.price-action { background: var(--white); color: var(--ink); border-radius: 14px; padding: 30px; }
.price-label, .tax-note { display: block; color: var(--muted); font-size: 13px; }
.price { display: block; font-family: Georgia, serif; font-size: 46px; line-height: 1; margin: 8px 0; }
.consent-row { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 24px 0 18px; align-items: start; font-size: 12px; color: var(--muted); }
.consent-row input { width: 18px; height: 18px; accent-color: var(--green); }
.checkout-status { min-height: 42px; font-size: 12px; color: var(--green); margin: 12px 0 4px; }
.legal-note { font-size: 11px; color: var(--muted); margin: 0; }
.legal-note a { color: var(--green); }

.faq { padding-block: 90px 130px; }
.faq-list summary { font-weight: 700; }
.faq-list summary i { margin-left: auto; }
.faq-list details > p { margin-left: 0; }
.final-cta { margin-bottom: 100px; background: var(--green); color: white; text-align: center; border-radius: var(--radius); padding: 75px 25px; }
.final-cta .eyebrow { color: #f1d28d; }

footer { background: #0e2820; color: white; padding: 70px max(24px, calc((100% - 1160px)/2)) 30px; display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 50px; }
footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
footer a { text-decoration: none; color: #d2ded9; }
footer p, footer span { color: #9eb1aa; font-size: 13px; }
.footer-brand { color: white; font-size: 18px; }
.footer-brand .brand-mark { border-color: #d9c28d; color: #d9c28d; }
footer small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; color: #789088; }

.legal-page { background: var(--white); }
.legal-main { width: min(780px, calc(100% - 40px)); margin: 60px auto 100px; }
.legal-main h1 { font-size: 52px; }
.legal-main h2 { font-size: 28px; margin-top: 42px; }
.legal-main p, .legal-main li { color: #40534c; }
.legal-meta { color: var(--muted); }

.success-main { min-height: calc(100vh - 78px); display: grid; place-items: center; padding: 50px 20px; }
.success-card { width: min(680px, 100%); background: var(--white); border-radius: var(--radius); padding: clamp(34px, 7vw, 70px); box-shadow: var(--shadow); text-align: center; }
.success-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 24px; background: var(--green-soft); color: var(--green); border-radius: 50%; font-size: 30px; }
.success-card h1 { font-size: 48px; }
.success-card p { color: var(--muted); }
.success-card .button { margin-top: 16px; }
.success-card .hidden { display: none; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 40px; }
  .cover-stage { min-height: 610px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .problem-grid { grid-template-columns: 1fr; }
  .inside-card, .price-card { grid-template-columns: 1fr; gap: 40px; }
  .story-card { grid-template-columns: 1fr; }
  .story-sign { min-height: 190px; max-width: 280px; }
  .number-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .section-shell, .site-header { width: min(100% - 28px, 1160px); }
  .site-header { min-height: 68px; }
  .brand > span:last-child { font-size: 14px; }
  .nav-cta { padding: 7px 10px; font-size: 12px; }
  .hero { padding-block: 50px 70px; }
  h1 { font-size: 44px; }
  .hero-lead { font-size: 17px; }
  .book-cover { width: 280px; padding: 34px 28px; }
  .book-cover h2 { font-size: 36px; margin-top: 36px; }
  .book-cover small { left: 28px; }
  .cover-stage { min-height: 500px; }
  .cover-house { left: 28px; bottom: 72px; width: calc(100% - 56px); height: 78px; }
  .cover-shadow { width: 280px; bottom: 67px; }
  .format-card { right: auto; bottom: 0; }
  .trust-strip, .deliverables, .audience-grid { grid-template-columns: 1fr; }
  .problem, .chapters, .use-cases, .faq { padding-block: 80px; }
  .personal-story { padding-block: 80px 10px; }
  .time-investment { padding-block: 70px 10px; }
  .number-grid { grid-template-columns: 1fr; }
  .number-grid article { min-height: 220px; }
  .inside { padding-bottom: 80px; }
  .inside-card, .price-card { padding: 30px 22px; }
  details > p { margin-left: 0; margin-right: 0; }
  footer { grid-template-columns: 1fr; }
}

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