:root {
    --landing-cream: #f5efe4;
    --landing-paper: #fffdf8;
    --landing-ink: #282326;
    --landing-muted: #6e6560;
    --landing-charcoal: #262326;
    --landing-charcoal-soft: #393438;
    --landing-red: #d8291f;
    --landing-red-dark: #a91e17;
    --landing-gold: #c69842;
    --landing-gold-light: #f1d99f;
    --landing-line: #ded3c5;
    --landing-shadow: 0 24px 65px rgba(45, 35, 29, .13);
}

html { scroll-behavior: smooth; }
body.landing-body { margin: 0; overflow-x: hidden; color: var(--landing-ink); background: var(--landing-paper); font-family: Arial, Helvetica, sans-serif; }
.landing-body img { max-width: 100%; }
.landing-body a:focus-visible, .landing-body summary:focus-visible { outline: 3px solid rgba(198, 152, 66, .55); outline-offset: 4px; border-radius: 3px; }

.landing-main { overflow: clip; }
.landing-wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.landing-section { padding: clamp(68px, 8.5vw, 112px) 0; }
.landing-kicker { margin: 0 0 13px; color: var(--landing-red-dark); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.section-heading { width: min(760px, 100%); margin: 0 auto clamp(38px, 6vw, 64px); text-align: center; }
.section-heading h2, .quiet-copy h2, .story-panel h2, .purchase-copy h2, .growing-copy h2, .about-copy h2, .final-cta h2 { margin: 0; font: 700 clamp(2rem, 4.8vw, 3.45rem)/1.08 Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
.section-heading > p:last-child { margin: 18px auto 0; color: var(--landing-muted); font-size: 1.05rem; }
.light-heading h2 { color: white; }
.light-heading .landing-kicker { color: var(--landing-gold-light); }

.sandbox-notice { padding: 10px 18px; color: #5c4106; background: #fff1c3; border-bottom: 1px solid #ddc374; text-align: center; font-size: .82rem; }
.landing-hero { position: relative; padding: clamp(58px, 7.5vw, 96px) 0 clamp(66px, 8.5vw, 112px); background:
    radial-gradient(circle at 80% 15%, rgba(198,152,66,.16), transparent 25%),
    linear-gradient(145deg, #fbf7ef, #f0e6d6); }
.landing-hero::before { content: ""; position: absolute; inset: 0; opacity: .28; pointer-events: none; background-image: repeating-linear-gradient(8deg, rgba(93,70,45,.025) 0 1px, transparent 1px 7px); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr); align-items: center; gap: clamp(38px, 5.5vw, 68px); }
.hero-product-name { margin: 0; color: var(--landing-red-dark); font: 700 clamp(1.35rem, 2.4vw, 1.8rem)/1.2 Georgia, "Times New Roman", serif; }
.hero-product-subtitle { max-width: 650px; margin: 8px 0 22px; color: #5d514b; font-size: .82rem; font-weight: 800; letter-spacing: .055em; line-height: 1.45; text-transform: uppercase; }
.hero-copy h1 { max-width: 740px; margin: 0; font: 700 clamp(2.35rem, 5vw, 4.35rem)/1.02 Georgia, "Times New Roman", serif; letter-spacing: -.04em; text-wrap: balance; }
.hero-lead { max-width: 680px; margin: 25px 0 0; color: #594f4b; font-size: clamp(1.05rem, 2vw, 1.27rem); }
.hero-promise { display: flex; flex-wrap: wrap; gap: 7px 11px; margin: 28px 0 0; color: #493e38; font-size: .93rem; }
.hero-promise strong { font-weight: 850; }
.hero-promise span { color: var(--landing-gold); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 22px; margin-top: 30px; }
.landing-button { display: inline-flex; align-items: center; justify-content: center; min-height: 55px; padding: 13px 24px; border-radius: 7px; font-weight: 850; text-align: center; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.landing-button-primary { color: white; background: var(--landing-red); box-shadow: 0 10px 28px rgba(184,33,24,.24); }
.landing-button-primary:hover, .landing-button-primary:focus-visible { color: white; background: var(--landing-red-dark); box-shadow: 0 14px 34px rgba(143,27,20,.3); transform: translateY(-2px); }
.landing-text-link { color: var(--landing-ink); font-size: .9rem; font-weight: 750; text-decoration: none; }
.landing-text-link:hover { color: var(--landing-red-dark); }
.hero-reassurance { margin: 20px 0 0; color: #5b514c; font-size: .78rem; }
.hero-reassurance span { color: #34723e; font-weight: 900; }
.hero-login-link { display: inline-block; margin-top: 13px; color: #625852; font-size: .78rem; }
.hero-login-link:hover { color: var(--landing-red-dark); }

.archive-product-mockup { position: relative; width: 100%; padding: 0 0 22px; overflow: hidden; background: #fefcf8; border: 1px solid #d4c8ba; border-radius: 17px; box-shadow: 0 30px 70px rgba(53,42,34,.2); transform: rotate(1.2deg); }
.real-archive-preview { margin: 0; padding: 0; line-height: 0; }
.real-archive-preview img { display: block; width: 100%; height: auto; }
.archive-product-mockup::after { content: ""; position: absolute; inset: auto -10% -35px 20%; height: 50px; background: rgba(74,54,39,.18); filter: blur(26px); z-index: -1; }
.mockup-browser-bar { display: flex; align-items: center; gap: 6px; height: 34px; padding: 0 13px; color: #a9a2a8; background: #2d2a2e; }
.mockup-browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #6e686f; }
.mockup-browser-bar small { margin-left: auto; font-size: .57rem; }
.mockup-archive-head { padding: 20px 20px 14px; color: white; text-align: center; background: linear-gradient(135deg, #3a363a, #252326); }
.mockup-archive-head em { display: block; color: var(--landing-gold-light); font: 1rem "Brush Script MT", cursive; }
.mockup-archive-head strong { display: block; font: 700 1.45rem Georgia, serif; }
.mockup-archive-head small { color: #dad5d0; font-size: .58rem; }
.mockup-year { margin: 18px 20px 9px; padding-bottom: 5px; border-bottom: 2px solid var(--landing-gold); font: 700 .85rem Georgia, serif; }
.mockup-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 0 20px; }
.mockup-cards article { padding: 11px; background: white; border: 1px solid #e2dbd1; border-radius: 7px; box-shadow: 0 3px 10px rgba(40,30,25,.06); }
.mockup-cards span, .mockup-cards small { display: block; color: #756d68; font-size: .53rem; }
.mockup-cards strong { display: block; margin: 3px 0; font-size: .67rem; }
.mockup-cards small { color: #a87927; }
.mockup-cards b { display: block; margin-top: 8px; padding: 5px; color: white; background: var(--landing-red); border-radius: 4px; font-size: .54rem; text-align: center; }
.mockup-note { width: fit-content; margin: 14px auto 0; padding: 5px 10px; color: #6b501b; background: #fff4d7; border-radius: 99px; font-size: .54rem; font-weight: 750; }

.quiet-section { padding: clamp(68px, 8.5vw, 118px) 0 clamp(34px, 4vw, 54px); background: var(--landing-paper); }
.quiet-copy { max-width: 890px; text-align: center; }
.quiet-copy p:not(.landing-kicker) { max-width: 720px; margin: 25px auto 0; color: var(--landing-muted); font-size: clamp(1.05rem, 2vw, 1.26rem); }
.quiet-mantra { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 28px; margin-top: 37px; color: #504640; font: italic 700 clamp(1.05rem, 2vw, 1.35rem) Georgia, serif; }
.quiet-mantra span::before { content: "◆"; margin-right: 11px; color: var(--landing-gold); font-size: .58em; vertical-align: .2em; }
.reader-intro-section { padding-top: clamp(38px, 5vw, 66px); }

.reader-showcase { overflow: hidden; background: #373438; border: 1px solid #4e494f; border-radius: 18px; box-shadow: var(--landing-shadow); }
.real-reader-preview { margin: 0; line-height: 0; }
.real-reader-preview img { display: block; width: 100%; height: auto; }
.reader-topline { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 24px; color: white; background: #242225; font-size: .78rem; }
.reader-topline strong { font: 700 1.15rem Georgia, serif; }
.reader-topline span:last-child { color: var(--landing-gold-light); }
.reader-toolbar { display: flex; align-items: center; gap: 9px; padding: 10px 17px; color: white; background: #4a464c; font-size: .69rem; }
.reader-toolbar span, .reader-toolbar strong, .reader-toolbar b { padding: 7px 10px; border: 1px solid #6f6971; border-radius: 5px; }
.reader-toolbar span:nth-of-type(3) { margin-left: auto; }
.reader-toolbar b { color: white; background: var(--landing-red); border-color: #ec5a50; }
.reader-stage { display: grid; min-height: 520px; padding: 34px; background: #5b575e; place-items: center; }
.reader-paper { position: relative; width: min(410px, 82%); min-height: 480px; padding: 45px 42px; color: #463627; background: #ead5ad; border: 9px solid #d4b982; box-shadow: 0 15px 36px rgba(0,0,0,.35); text-align: center; }
.reader-paper::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(104,74,42,.4); }
.reader-paper small { position: relative; font: italic .7rem Georgia, serif; }
.reader-paper h3 { position: relative; margin: 28px 0 20px; font: 700 1.35rem Georgia, serif; }
.reader-paper p { position: relative; font-size: .68rem; }
.script-lines { position: relative; margin-top: 32px; color: #4b341f; font: 1.05rem/1.7 "Brush Script MT", cursive; }
.reader-watermark { position: absolute; right: 18px; bottom: 14px; left: 18px; color: #78664d; font-size: .45rem; }
.reader-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; color: white; background: #514d53; }
.reader-steps span { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 16px; font-size: .72rem; }
.reader-steps b { display: grid; width: 24px; height: 24px; color: #2c282b; background: var(--landing-gold-light); border-radius: 50%; place-items: center; }

.metric-section { padding: clamp(68px, 8.5vw, 106px) 0; color: white; background:
    radial-gradient(circle at 15% 40%, rgba(198,152,66,.12), transparent 28%),
    linear-gradient(135deg, var(--landing-charcoal-soft), var(--landing-charcoal)); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.metric-grid article { min-height: 160px; padding: 27px 22px; border: 1px solid #524c52; border-radius: 10px; background: rgba(255,255,255,.035); text-align: center; }
.metric-grid strong { display: block; color: var(--landing-gold-light); font: 700 clamp(2rem, 4vw, 3.15rem) Georgia, serif; }
.metric-grid span { display: block; margin-top: 8px; color: #ddd7d2; font-size: .78rem; }

.discovery-section { background: #fbf8f2; }
.discovery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.discovery-card { padding: 30px 27px; background: white; border: 1px solid var(--landing-line); border-radius: 12px; box-shadow: 0 8px 28px rgba(45,35,29,.06); transition: transform .3s ease, box-shadow .3s ease; }
.discovery-card:hover { box-shadow: 0 15px 34px rgba(45,35,29,.1); transform: translateY(-4px); }
.discovery-card > span { display: grid; width: 43px; height: 43px; color: #6f4a13; background: #f6e9ca; border-radius: 50%; font: 700 1.1rem Georgia, serif; place-items: center; }
.discovery-card h3 { margin: 18px 0 9px; font: 700 1.25rem Georgia, serif; }
.discovery-card p { margin: 0; color: var(--landing-muted); font-size: .88rem; }

.split-story-section { padding: clamp(66px, 8vw, 102px) 0; background: var(--landing-paper); }
.split-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.story-panel { min-height: 430px; padding: clamp(30px, 5vw, 54px); border-radius: 16px; }
.story-panel h2 { font-size: clamp(1.8rem, 3.8vw, 2.75rem); }
.story-panel > p:last-of-type { margin: 22px 0 0; color: var(--landing-muted); }
.story-new { background: #f2e8d8; border: 1px solid #e2d0b7; }
.story-learning { color: white; background: linear-gradient(145deg, #393438, #262326); }
.story-learning .landing-kicker { color: var(--landing-gold-light); }
.story-learning > p:last-of-type { color: #ddd6d1; }
.mini-timeline { display: flex; align-items: center; gap: 0; margin-top: 52px; color: #685c55; font-size: .65rem; font-weight: 750; }
.mini-timeline i { flex: 1; height: 2px; position: relative; background: #c7a968; }
.mini-timeline i::after { content: ""; position: absolute; top: 50%; right: 50%; width: 8px; height: 8px; background: var(--landing-red); border: 3px solid #f2e8d8; border-radius: 50%; transform: translate(50%,-50%); }

.print-section { background: #f7f2e9; }
.print-comparison { display: grid; grid-template-columns: 1fr 74px 1fr; align-items: center; }
.comparison-card { position: relative; padding: 24px; background: #e7dcc9; border: 1px solid #cbbda9; border-radius: 12px; box-shadow: 0 15px 38px rgba(57,43,34,.12); }
.comparison-page-image { display: block; width: 100%; height: auto; border: 1px solid rgba(70,55,42,.16); box-shadow: 0 8px 24px rgba(43,34,29,.12); }
.print-comparison-card { background: #eee; border-color: #d7d7d7; }
.comparison-label { position: absolute; top: 13px; left: 13px; z-index: 2; padding: 5px 10px; color: white; background: #4a3a2e; border-radius: 99px; font-size: .64rem; font-weight: 800; }
.print-comparison-card .comparison-label { color: #333; background: white; border: 1px solid #ccc; }
.sample-page { min-height: 450px; padding: 60px 42px 36px; color: #463728; background:
    radial-gradient(circle at 20% 20%, rgba(128,82,35,.08), transparent 30%),
    #ecd9b4; border: 6px solid #d0b57c; text-align: center; }
.print-comparison-card .sample-page { color: #171717; background: white; border-color: #ddd; }
.sample-page small { font: italic .7rem Georgia, serif; }
.sample-page h3 { margin: 38px 0 45px; font: 700 clamp(1.15rem, 2.3vw, 1.6rem) Georgia, serif; }
.sample-page .script-lines { min-height: 145px; }
.sample-page > span { display: block; margin-top: 44px; color: #79634e; font-size: .63rem; font-weight: 750; }
.print-comparison-card .sample-page > span { color: #555; }
.comparison-divider { display: grid; height: 100%; place-items: center; }
.comparison-divider span { display: grid; width: 50px; height: 50px; color: #785b25; background: #f5e3ba; border: 1px solid #d7bc7b; border-radius: 50%; font: italic 700 .8rem Georgia, serif; place-items: center; }
.print-benefit { max-width: 780px; margin: 38px auto 0; padding: 20px 25px; color: #514338; background: white; border-left: 5px solid var(--landing-gold); border-radius: 7px; box-shadow: 0 6px 22px rgba(40,31,25,.06); text-align: center; }
.print-benefit strong { color: var(--landing-red-dark); }

.no-subscription-section { padding: clamp(70px, 8.8vw, 116px) 0; color: white; background: linear-gradient(135deg, #393438, #242225); }
.purchase-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.purchase-steps li { padding: 28px; background: rgba(255,255,255,.045); border: 1px solid #554f55; border-radius: 11px; }
.purchase-steps li > span { display: grid; width: 38px; height: 38px; margin-bottom: 19px; color: #2d292c; background: var(--landing-gold-light); border-radius: 50%; font-weight: 900; place-items: center; }
.purchase-steps strong { font: 700 1.25rem Georgia, serif; }
.purchase-steps p { margin: 10px 0 0; color: #d7d0cc; font-size: .84rem; }
.no-subscription-promise { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 30px; margin-top: 42px; color: var(--landing-gold-light); font-weight: 850; }
.no-subscription-promise span::before { content: "✓"; margin-right: 8px; }
.no-subscription-note { margin: 22px auto 0; color: #ddd6d1; text-align: center; }

.purchase-section { background: #f7f1e7; }
.purchase-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .72fr); align-items: center; gap: clamp(45px, 8vw, 95px); }
.purchase-copy h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
.purchase-copy > p:not(.landing-kicker) { margin: 22px 0 0; color: var(--landing-muted); }
.purchase-benefits { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.purchase-benefits li { position: relative; padding-left: 31px; }
.purchase-benefits li::before { content: "✓"; position: absolute; left: 0; color: #34723e; font-weight: 900; }
.purchase-box { padding: clamp(30px, 5vw, 48px); background: white; border: 1px solid #d9cbb8; border-top: 6px solid var(--landing-gold); border-radius: 15px; box-shadow: var(--landing-shadow); text-align: center; }
.purchase-box > p:first-child { margin: 0; font: 700 1.35rem Georgia, serif; }
.purchase-price { display: block; margin-top: 18px; color: var(--landing-red-dark); font: 700 clamp(2.8rem, 6vw, 4.35rem) Georgia, serif; }
.purchase-box > span { color: var(--landing-muted); font-size: .78rem; }
.purchase-duration { display: grid; gap: 3px; margin: 24px 0; padding: 15px; color: #574821; background: #fff5dc; border-radius: 8px; }
.purchase-duration small { color: #766950; }
.purchase-box .stripe-button-wrap { min-height: 105px; margin: 12px 0; }
.purchase-box .form-error { padding: 13px 15px; color: #7d211b; background: #fff0ee; border: 1px solid #e8b4af; border-radius: 7px; font-size: .82rem; }
.purchase-safety { margin: 17px 0 8px; color: #345e3a; font-size: .72rem; font-weight: 800; }
.purchase-box > small { display: block; color: var(--landing-muted); font-size: .67rem; }

.growing-section { padding: clamp(68px, 8.5vw, 110px) 0; background: white; }
.growing-grid { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: clamp(45px, 8vw, 95px); }
.growing-copy > p:last-child { margin-top: 22px; color: var(--landing-muted); }
.growing-stack { position: relative; min-height: 330px; }
.growing-stack span { position: absolute; display: grid; width: 66%; height: 190px; padding: 22px; color: #5f4933; background: #f1dfbd; border: 6px solid #d3b77d; box-shadow: 0 18px 38px rgba(57,43,34,.15); font: 700 1.15rem Georgia, serif; place-items: center; }
.growing-stack span:nth-child(1) { top: 90px; left: 3%; transform: rotate(-7deg); }
.growing-stack span:nth-child(2) { top: 48px; left: 16%; transform: rotate(-1deg); }
.growing-stack span:nth-child(3) { top: 10px; left: 29%; color: white; background: #373237; border-color: #5a5158; transform: rotate(5deg); }
.growing-stack b { position: absolute; right: 4%; bottom: 12%; display: grid; width: 68px; height: 68px; color: white; background: var(--landing-red); border: 5px solid white; border-radius: 50%; box-shadow: 0 9px 22px rgba(0,0,0,.18); font-size: 2rem; place-items: center; }

.feedback-section { background: #f7f2e9; }
.feedback-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.feedback-grid article { padding: 29px; background: white; border: 1px solid var(--landing-line); border-radius: 11px; }
.feedback-grid span { color: var(--landing-gold); font: 700 .78rem Georgia, serif; }
.feedback-grid h3 { margin: 17px 0 9px; font: 700 1.25rem Georgia, serif; }
.feedback-grid p { margin: 0; color: var(--landing-muted); font-size: .86rem; }

.about-section { padding: clamp(70px, 8.8vw, 116px) 0; background: white; }
.about-grid { display: grid; grid-template-columns: minmax(250px, .55fr) 1fr; align-items: center; gap: clamp(45px, 8vw, 95px); max-width: 940px; }
.about-portrait { aspect-ratio: 4/5; margin: 0; overflow: hidden; background: #ded4c8; border: 8px solid #ead7b6; border-radius: 48% 48% 12px 12px; box-shadow: var(--landing-shadow); }
.about-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.about-copy p:not(.landing-kicker) { color: var(--landing-muted); }
.about-copy strong { color: #403733; }

.faq-section { background: #f7f2e9; }
.faq-wrap { max-width: 900px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { background: white; border: 1px solid var(--landing-line); border-radius: 8px; }
.faq-list summary { position: relative; padding: 19px 54px 19px 21px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 20px; color: var(--landing-red-dark); font-size: 1.35rem; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details[open] summary { border-bottom: 1px solid #eee6dc; }
.faq-list details p { margin: 0; padding: 17px 21px 21px; color: var(--landing-muted); }

.final-cta-section {
    padding: clamp(74px, 9.5vw, 126px) 0;
    color: var(--landing-ink);
    background: #fff;
}
.final-cta { max-width: 850px; text-align: center; }
.final-cta .landing-kicker { color: var(--landing-red-dark); }
.final-cta > p:not(.landing-kicker) { max-width: 650px; margin: 20px auto 0; color: var(--landing-muted); }
.final-cta > div { display: grid; gap: 3px; margin: 28px 0 25px; }
.final-cta > div strong { color: var(--landing-red-dark); font: 700 2.7rem Georgia, serif; }
.final-cta > div span { color: #655b55; font-size: .78rem; }
.final-login-link { display: block; width: fit-content; margin: 20px auto 0; color: #574d47; font-size: .75rem; }
.final-login-link:hover { color: var(--landing-red-dark); }

.has-js .reveal-item { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.has-js .reveal-item.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
    .hero-grid { grid-template-columns: minmax(0, 1.08fr) 410px; gap: 34px; }
    .hero-copy h1 { font-size: clamp(2.25rem, 4.8vw, 3.55rem); }
    .metric-grid { grid-template-columns: repeat(2, 1fr); }
    .purchase-grid { grid-template-columns: 1fr minmax(340px, .78fr); gap: 45px; }
}

@media (max-width: 820px) {
    .hero-grid, .split-story-grid, .purchase-grid, .growing-grid, .about-grid { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .hero-copy h1, .hero-lead, .hero-product-subtitle { margin-inline: auto; }
    .hero-promise, .hero-actions { justify-content: center; }
    .archive-product-mockup { width: min(560px, 100%); margin-inline: auto; transform: none; }
    .discovery-grid, .feedback-grid { grid-template-columns: repeat(2, 1fr); }
    .story-panel { min-height: 0; }
    .print-comparison { grid-template-columns: 1fr 56px 1fr; }
    .sample-page { min-height: 390px; padding-inline: 24px; }
    .purchase-copy { text-align: center; }
    .purchase-benefits { width: fit-content; margin-inline: auto; text-align: left; }
    .purchase-box { width: min(520px, 100%); margin-inline: auto; }
    .growing-copy { text-align: center; }
    .growing-stack { width: min(500px, 100%); margin-inline: auto; }
    .about-grid { max-width: 680px; }
    .about-portrait { width: min(330px, 75%); margin-inline: auto; }
    .about-copy { text-align: center; }
}

@media (max-width: 620px) {
    .landing-wrap { width: min(100% - 28px, 1180px); }
    .landing-hero { padding-top: 52px; }
    .hero-copy h1 { font-size: clamp(2.15rem, 10.8vw, 3.2rem); }
    .hero-lead { font-size: 1rem; }
    .hero-promise span { display: none; }
    .hero-promise { display: grid; gap: 5px; }
    .hero-actions { display: grid; }
    .landing-button { width: 100%; }
    .mockup-cards { grid-template-columns: 1fr; }
    .mockup-cards article:nth-child(n+4) { display: none; }
    .quiet-mantra { display: grid; gap: 10px; }
    .reader-topline { align-items: flex-start; flex-direction: column; }
    .reader-topline span:last-child { position: absolute; right: 21px; }
    .reader-toolbar { flex-wrap: wrap; }
    .reader-toolbar span:nth-of-type(3) { margin-left: 0; }
    .reader-stage { min-height: 420px; padding: 18px; }
    .reader-paper { width: 100%; min-height: 390px; padding: 38px 24px; }
    .reader-paper h3 { font-size: 1.08rem; }
    .reader-steps { grid-template-columns: 1fr; }
    .reader-steps span { justify-content: flex-start; padding-inline: 22px; }
    .metric-grid, .discovery-grid, .feedback-grid, .purchase-steps { grid-template-columns: 1fr; }
    .metric-grid article { min-height: 125px; }
    .print-comparison { grid-template-columns: 1fr; gap: 15px; }
    .comparison-divider { height: 42px; }
    .comparison-divider span { width: 44px; height: 44px; }
    .sample-page { min-height: 380px; }
    .no-subscription-promise { display: grid; justify-content: start; width: fit-content; margin-inline: auto; }
    .purchase-box { padding-inline: 20px; }
    .growing-stack { min-height: 275px; }
    .growing-stack span { height: 155px; font-size: .85rem; }
    .growing-stack b { width: 58px; height: 58px; }
    .about-portrait { width: min(290px, 88%); }
}

@media (max-width: 390px) {
    .hero-copy h1 { font-size: 2rem; }
    .mockup-archive-head { padding-inline: 12px; }
    .mockup-cards, .mockup-year { margin-left: 0; margin-right: 0; padding-inline: 12px; }
    .sample-page { padding-inline: 17px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
    .has-js .reveal-item { opacity: 1; transform: none; }
}
