:root {
  --ink: #17191e;
  --ink-soft: #24262c;
  --paper: #f5f0e8;
  --paper-deep: #ebe3d8;
  --white: #fffdf9;
  --copper: #d67d50;
  --copper-dark: #aa4e2b;
  --teal: #1d665f;
  --muted: #77736d;
  --line: rgba(23, 25, 30, 0.13);
}

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

.nav { height: 86px; display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: 20; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { display: inline-flex; align-items: center; gap: 13px; font-weight: 750; letter-spacing: -.02em; line-height: 1.05; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--copper); color: var(--copper); font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.brand small { display: block; margin-top: 6px; color: #a6a29c; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; font-weight: 600; }
.nav nav { display: flex; align-items: center; gap: 34px; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.nav nav > a:not(.nav-cta) { color: #d2cec7; transition: color .2s ease; }
.nav nav > a:hover { color: var(--white); }
.nav-cta { border: 1px solid rgba(255,255,255,.45); padding: 12px 17px; }

.hero { min-height: 920px; padding: 154px 0 40px; background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero-glow { position: absolute; width: 700px; height: 700px; right: -140px; top: 30px; background: radial-gradient(circle, rgba(214,125,80,.23), rgba(214,125,80,0) 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; min-height: 690px; gap: 80px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: var(--copper); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .22em; }
.eyebrow span { width: 34px; height: 1px; background: var(--copper); }
.hero h1, h2 { margin: 0; letter-spacing: -.055em; line-height: .98; }
.hero h1 { font-size: clamp(56px, 6.3vw, 86px); font-weight: 750; max-width: 760px; }
.hero h1 em, h2 em { color: var(--copper); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero h1 em { white-space: nowrap; font-size: .77em; letter-spacing: -.045em; }
.hero-lede { max-width: 600px; margin: 32px 0 0; color: #c7c3bd; font-family: Georgia, serif; font-size: 20px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 32px; padding: 18px 23px; font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.button-primary { background: var(--copper); color: var(--ink); box-shadow: 0 18px 38px rgba(0,0,0,.22); transition: transform .2s ease, background .2s ease; }
.button-primary:hover { transform: translateY(-2px); background: #e58b5f; }
.text-link { font-size: 12px; font-weight: 700; color: #c7c3bd; border-bottom: 1px solid #665f58; padding-bottom: 7px; }
.text-link span { margin-left: 7px; color: var(--copper); }
.proof-row { display: flex; gap: 28px; margin-top: 48px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); max-width: 610px; }
.proof-row div { display: grid; grid-template-columns: auto 1fr; gap: 5px 8px; align-items: baseline; padding-right: 25px; border-right: 1px solid rgba(255,255,255,.1); }
.proof-row div:last-child { border: 0; padding-right: 0; }
.proof-row strong { font-family: Georgia, serif; font-size: 23px; font-weight: 400; color: var(--white); }
.proof-row span { font-size: 9px; color: #8f8b85; text-transform: uppercase; letter-spacing: .12em; }
.book-stage { position: relative; min-height: 650px; display: grid; place-items: center; perspective: 1500px; }
.book-halo { position: absolute; width: 480px; height: 480px; background: rgba(214,125,80,.09); border: 1px solid rgba(214,125,80,.21); border-radius: 50%; }
.book-wrap { width: 326px; position: relative; z-index: 2; transform: rotateY(-12deg) rotateZ(2deg); filter: drop-shadow(34px 35px 35px rgba(0,0,0,.38)); }
.book-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset -9px 0 15px rgba(0,0,0,.22), inset 2px 0 0 rgba(255,255,255,.15); pointer-events: none; }
.book-wrap img { width: 100%; }
.book-spine { position: absolute; width: 16px; top: 4px; bottom: 4px; left: -13px; background: #0e0f13; transform: skewY(-28deg); }
.book-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; background: rgba(34,36,42,.94); border: 1px solid rgba(255,255,255,.15); box-shadow: 0 20px 40px rgba(0,0,0,.25); padding: 14px 16px; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; color: #ded9d2; white-space: nowrap; }
.book-note span { width: 23px; height: 23px; display: grid; place-items: center; background: var(--copper); color: var(--ink); font-weight: 900; }
.note-one { top: 118px; right: -12px; }
.note-two { bottom: 110px; left: -32px; }
.scroll-cue { position: relative; display: flex; align-items: center; gap: 16px; color: #73716e; font-size: 8px; font-weight: 800; letter-spacing: .22em; }
.scroll-cue i { display: block; width: 65px; height: 1px; background: #55545a; position: relative; }
.scroll-cue i::after { content: ""; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; border-right: 1px solid var(--copper); border-top: 1px solid var(--copper); transform: rotate(45deg); }

h2 { font-size: clamp(44px, 5.4vw, 70px); }
.problem-section { background: var(--white); }
.problem-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 110px; align-items: start; }
.section-kicker { margin-bottom: 24px; }
.problem-copy { padding-top: 35px; }
.problem-copy p { color: #5d5a55; font-family: Georgia, serif; font-size: 17px; line-height: 1.75; }
.problem-copy .lead-quote { margin: 0 0 28px; color: var(--ink); font-size: 24px; line-height: 1.45; padding-left: 26px; border-left: 3px solid var(--copper); }
.section-heading.centered { text-align: center; }
.section-heading.centered .section-kicker { justify-content: center; }
.outcomes { background: var(--paper); border-top: 1px solid var(--line); }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 65px; }
.outcome-card { min-height: 335px; position: relative; background: var(--white); padding: 38px; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.outcome-card:hover { transform: translateY(-6px); box-shadow: 0 25px 60px rgba(38,31,24,.1); }
.card-number { position: absolute; top: 24px; right: 26px; color: #b9b3aa; font-family: Georgia, serif; font-size: 12px; }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--paper-deep); color: var(--copper-dark); font-size: 21px; margin-bottom: 65px; }
.outcome-card h3 { margin: 0 0 16px; font-size: 24px; letter-spacing: -.03em; }
.outcome-card p { margin: 0; color: #67635e; font-family: Georgia, serif; line-height: 1.65; }

.preview-section { background: var(--white); }
.preview-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.page-stack { position: relative; min-height: 720px; }
.page-stack img { position: absolute; width: 420px; box-shadow: 0 32px 70px rgba(38,31,24,.18); border: 1px solid #ddd4c8; }
.page-front { top: 0; left: 35px; transform: rotate(-4deg); z-index: 2; }
.page-back { top: 55px; right: 0; transform: rotate(5deg); }
.page-label { position: absolute; z-index: 4; bottom: 30px; left: 0; background: var(--teal); color: white; padding: 18px 26px; text-transform: uppercase; font-size: 10px; letter-spacing: .18em; box-shadow: 0 18px 40px rgba(29,102,95,.25); }
.preview-copy > p:not(.section-kicker) { margin: 30px 0; color: #5f5b56; font-family: Georgia, serif; font-size: 18px; line-height: 1.7; }
.check-list { margin: 36px 0 0; padding: 0; list-style: none; display: grid; gap: 20px; }
.check-list li { display: flex; gap: 16px; align-items: flex-start; }
.check-list li > span { flex: 0 0 auto; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: #e4eee9; color: var(--teal); font-size: 12px; font-weight: 900; }
.check-list strong, .check-list small { display: block; }
.check-list strong { font-size: 15px; margin-bottom: 5px; }
.check-list small { color: #77716a; font-family: Georgia, serif; font-size: 14px; line-height: 1.45; }

.bonus-section { position: relative; overflow: hidden; background: var(--teal); color: white; }
.bonus-section::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; }
.bonus-accent { position: absolute; width: 720px; height: 720px; right: -250px; bottom: -320px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.025), 0 0 0 200px rgba(255,255,255,.02); }
.bonus-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.bonus-copy .section-kicker { color: #f1ae89; }
.bonus-pill { display: inline-block; margin-bottom: 24px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.35); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.bonus-copy h2 em { color: #f1ae89; }
.bonus-copy > p:not(.section-kicker):not(.bonus-format) { margin: 28px 0 34px; color: #d7e7e3; font-family: Georgia, serif; font-size: 17px; line-height: 1.72; }
.bonus-points { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }
.bonus-points span { display: flex; gap: 12px; align-items: center; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.16); color: #eef7f4; font-size: 11px; line-height: 1.35; }
.bonus-points b { color: #f1ae89; font-family: Georgia, serif; font-weight: 400; }
.bonus-format { display: flex; align-items: center; gap: 18px; margin: 34px 0 0; padding: 17px 20px; background: rgba(14,55,51,.5); border-left: 3px solid var(--copper); }
.bonus-format strong, .bonus-format small { display: block; }
.bonus-format strong { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.bonus-format small { color: #bcd2cd; font-family: Georgia, serif; font-size: 12px; }
.cheat-sheet-stage { position: relative; min-height: 650px; perspective: 1500px; }
.sheet-glow { position: absolute; width: 480px; height: 480px; inset: 50% auto auto 50%; transform: translate(-50%,-50%); background: rgba(255,255,255,.08); border-radius: 50%; }
.cheat-sheet-stage img { position: absolute; width: 410px; border: 1px solid rgba(255,255,255,.5); box-shadow: 25px 35px 60px rgba(5,31,29,.35); }
.sheet-one { left: 5px; top: 30px; z-index: 2; transform: rotate(-5deg) rotateY(7deg); }
.sheet-two { right: 0; top: 68px; transform: rotate(5deg) rotateY(-7deg); }
.print-note { position: absolute; z-index: 4; right: 20px; bottom: 35px; background: var(--copper); color: var(--ink); padding: 15px 18px; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 18px 40px rgba(5,31,29,.35); }

.journey-section { background: #eee7dc; border-top: 1px solid var(--line); }
.journey-heading { display: grid; grid-template-columns: 1fr .6fr; gap: 120px; align-items: end; margin-bottom: 60px; }
.journey-heading > p { margin: 0 0 4px; color: #65605a; font-family: Georgia, serif; line-height: 1.7; font-size: 17px; }
.journey-list { border-top: 1px solid #bdb5aa; }
.journey-list article { display: grid; grid-template-columns: 65px .7fr 1.2fr 30px; align-items: center; gap: 30px; padding: 24px 8px; border-bottom: 1px solid #cfc6bb; transition: padding .2s ease, background .2s ease; }
.journey-list article:hover { padding-left: 18px; padding-right: 18px; background: rgba(255,255,255,.35); }
.journey-list article > span { color: var(--copper-dark); font-family: Georgia, serif; font-size: 13px; }
.journey-list h3 { margin: 0; font-size: 20px; }
.journey-list p { margin: 0; color: #68625b; font-family: Georgia, serif; line-height: 1.5; font-size: 14px; }
.journey-list i { font-style: normal; color: var(--copper-dark); font-size: 19px; }
.chapter-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.chapter-cloud span { border: 1px solid #c9bfb3; border-radius: 40px; padding: 9px 14px; color: #746d65; font-size: 10px; }

.examples-section { background: var(--ink); color: white; overflow: hidden; }
.examples-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.section-kicker.light { color: #e0956f; }
.examples-copy > p:not(.section-kicker) { color: #bcb7b0; font-family: Georgia, serif; line-height: 1.7; font-size: 17px; margin: 28px 0 35px; }
.example-list { display: grid; }
.example-list span { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #e3dfd8; font-size: 12px; letter-spacing: .02em; }
.example-list span::before { content: "↳"; color: var(--copper); margin-right: 12px; }
.example-page-wrap { position: relative; padding: 25px 70px 55px 25px; }
.example-page-wrap::before { content: ""; position: absolute; width: 550px; height: 550px; border: 1px solid rgba(214,125,80,.22); border-radius: 50%; inset: 50% auto auto 50%; transform: translate(-50%,-50%); }
.example-page-wrap img { position: relative; width: 470px; margin: auto; transform: rotate(2deg); box-shadow: 30px 40px 70px rgba(0,0,0,.4); }
.annotation { position: absolute; right: -10px; bottom: 18px; width: 245px; padding: 18px; background: var(--copper); color: var(--ink); box-shadow: 0 22px 45px rgba(0,0,0,.3); }
.annotation strong, .annotation span { display: block; }
.annotation strong { margin-bottom: 6px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.annotation span { font-family: Georgia, serif; font-size: 13px; line-height: 1.4; }

.fit-section { background: var(--white); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 60px; }
.fit-card { padding: 42px; border: 1px solid var(--line); }
.fit-card.yes { background: #e9f0ec; }
.fit-card.no { background: #f2ece4; }
.fit-label { display: inline-block; margin-bottom: 24px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; color: var(--teal); }
.fit-card.no .fit-label { color: #875d46; }
.fit-card ul { list-style: none; margin: 0; padding: 0; }
.fit-card li { position: relative; padding: 14px 0 14px 28px; border-top: 1px solid rgba(23,25,30,.1); font-family: Georgia, serif; line-height: 1.5; color: #4e4b47; }
.fit-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-family: Arial; font-size: 12px; font-weight: 900; }
.fit-card.no li::before { content: "—"; color: #875d46; }

.author-section { background: var(--paper); border-top: 1px solid var(--line); }
.author-grid { display: grid; grid-template-columns: 180px .8fr 1fr; gap: 70px; align-items: center; }
.author-monogram { width: 160px; height: 160px; display: grid; place-items: center; background: var(--ink); color: var(--copper); font-family: Georgia, serif; font-size: 55px; box-shadow: 16px 16px 0 var(--copper); }
.author-copy { padding-left: 45px; border-left: 1px solid #c7bfb4; }
.author-copy p { color: #5e5a55; font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }

.offer-section { position: relative; overflow: hidden; background: var(--ink); color: white; padding: 120px 0; }
.offer-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 65px 65px; }
.offer-glow { position: absolute; width: 800px; height: 800px; right: -280px; top: -200px; background: radial-gradient(circle, rgba(214,125,80,.24), transparent 68%); }
.offer-grid { position: relative; display: grid; grid-template-columns: 1fr 420px; gap: 110px; align-items: center; }
.offer-copy > p:not(.section-kicker) { max-width: 600px; color: #bdb9b2; font-family: Georgia, serif; font-size: 18px; line-height: 1.7; margin: 28px 0 34px; }
.offer-includes { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 30px; max-width: 600px; }
.offer-includes span { font-size: 12px; color: #ddd8d1; }
.offer-includes b { color: var(--copper); margin-right: 8px; }
.offer-includes .bonus-include { color: #f3b08d; }
.purchase-card { background: #f6f1e9; color: var(--ink); padding: 34px; text-align: center; box-shadow: 0 35px 75px rgba(0,0,0,.3); }
.mini-cover { width: 126px; margin: -74px auto 24px; box-shadow: 12px 16px 28px rgba(0,0,0,.27); transform: rotate(3deg); }
.format-label { margin: 0 0 12px; color: var(--copper-dark); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.purchase-card h3 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.edition { margin: 7px 0 26px; font-family: Georgia, serif; color: #6c665f; }
.price-block { margin: 0 0 20px; padding: 18px 16px; border-top: 1px solid #d7cec2; border-bottom: 1px solid #d7cec2; }
.price-block > span { display: block; margin-bottom: 4px; color: var(--copper-dark); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.price-block p { display: flex; align-items: flex-start; justify-content: center; gap: 5px; margin: 0; color: var(--ink); line-height: 1; }
.price-block p small { margin-top: 9px; font-family: Arial, sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.price-block p strong { font-family: Georgia, serif; font-size: 56px; font-weight: 500; letter-spacing: -.06em; }
.price-block em { display: block; margin-top: 7px; color: #6c665f; font-family: Georgia, serif; font-size: 11px; font-style: normal; }
.purchase-bonus { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; padding: 13px 14px; background: #e3ece8; color: var(--ink); text-align: left; }
.purchase-bonus > span { flex: 0 0 auto; width: 27px; height: 27px; display: grid; place-items: center; background: var(--teal); color: white; font-weight: 900; }
.purchase-bonus strong, .purchase-bonus small { display: block; }
.purchase-bonus strong { margin-bottom: 3px; color: var(--teal); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.purchase-bonus small { color: #5d615e; font-family: Georgia, serif; font-size: 11px; }
.purchase-card .buy-button { width: 100%; border: 0; padding: 18px 20px; display: flex; justify-content: space-between; background: var(--copper); color: var(--ink); font-weight: 800; text-decoration: none; transition: transform .2s ease, background-color .2s ease; }
.purchase-card .buy-button:hover { background: #dca36f; transform: translateY(-2px); }
.purchase-card .buy-button:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.purchase-card > small { display: block; margin: 12px 0 0; color: #756f67; font-size: 10px; }
.independent-note { padding-top: 18px; margin: 24px 0 0; border-top: 1px solid #d7cec2; color: #8a837b; font-size: 9px; line-height: 1.5; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 24px 0; display: flex; justify-content: space-between; font-size: 16px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--copper-dark); font-weight: 400; font-size: 22px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 35px 24px 0; color: #66605a; font-family: Georgia, serif; line-height: 1.65; }

footer { background: #111216; color: #8f8b85; padding: 40px 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-brand { color: #eeeae3; font-size: 13px; }
footer p, footer > div > a:last-child { font-size: 10px; letter-spacing: .05em; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 40px; gap: 0; }
  .hero-copy { padding-right: 70px; }
  .book-stage { min-height: 620px; }
  .book-wrap { width: 290px; }
  .problem-grid, .preview-grid, .bonus-grid, .journey-heading, .examples-grid, .author-grid, .offer-grid, .faq-grid { grid-template-columns: 1fr; }
  .problem-grid, .preview-grid, .bonus-grid, .examples-grid, .offer-grid, .faq-grid { gap: 70px; }
  .problem-copy { padding-top: 0; }
  .journey-heading { gap: 35px; }
  .journey-heading > p { max-width: 620px; }
  .page-stack { width: 650px; max-width: 100%; margin: auto; }
  .cheat-sheet-stage { width: 700px; max-width: 100%; margin: auto; }
  .example-page-wrap { max-width: 650px; margin: auto; width: 100%; }
  .author-grid { grid-template-columns: 180px 1fr; }
  .author-copy { grid-column: 2; }
  .offer-grid { grid-template-columns: 1fr 390px; }
  .offer-copy { padding-right: 30px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 620px); }
  .section-pad, .offer-section { padding: 82px 0; }
  .nav { height: 72px; }
  .nav nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 10px 12px; font-size: 10px; }
  .brand { font-size: 13px; }
  .brand-mark { width: 33px; height: 33px; }
  .hero { padding-top: 118px; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding-right: 0; }
  .hero h1 { font-size: clamp(43px, 12.5vw, 67px); }
  .hero h1 em { white-space: normal; }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .proof-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .proof-row div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding: 0 0 12px; }
  .book-stage { min-height: 555px; transform: scale(.9); margin: -20px -25px 0; }
  .book-wrap { width: 260px; }
  .book-note { font-size: 8px; }
  .note-one { right: 0; }
  .note-two { left: 0; }
  .scroll-cue { display: none; }
  h2 { font-size: clamp(39px, 12vw, 56px); }
  .problem-grid, .preview-grid, .bonus-grid, .examples-grid, .offer-grid, .faq-grid { gap: 48px; }
  .outcome-grid, .fit-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 280px; }
  .page-stack { min-height: 540px; }
  .page-stack img { width: 72%; }
  .page-front { left: 10px; }
  .page-back { right: 5px; }
  .bonus-points { grid-template-columns: 1fr; }
  .bonus-format { align-items: flex-start; flex-direction: column; gap: 6px; }
  .cheat-sheet-stage { min-height: 490px; }
  .cheat-sheet-stage img { width: 67%; }
  .sheet-one { left: 0; }
  .sheet-two { right: 0; }
  .print-note { right: 0; bottom: 12px; }
  .journey-list article { grid-template-columns: 42px 1fr 20px; gap: 12px; }
  .journey-list article p { grid-column: 2 / 4; }
  .examples-copy { padding-right: 0; }
  .example-page-wrap { padding: 15px 28px 50px 0; }
  .annotation { right: 0; width: 220px; }
  .author-grid { grid-template-columns: 1fr; gap: 45px; }
  .author-monogram { width: 135px; height: 135px; }
  .author-copy { grid-column: auto; padding: 30px 0 0; border-left: 0; border-top: 1px solid #c7bfb4; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-copy { padding-right: 0; }
  .offer-includes { grid-template-columns: 1fr; }
  .purchase-card { margin-top: 40px; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}

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