/* =====================================================================
   The Emotionally Intelligent Investor — styles
   Palette taken from the cover: deep navy, cream, sage, soft gold
   ===================================================================== */
:root {
    --navy: #14223a;
    --navy-2: #1c2f4e;
    --navy-3: #26395a;
    --ink: #18202d;
    --body: #3d4656;
    --muted: #5c6474;
    --cream: #f6f2ea;
    --paper: #fbf9f5;
    --line: #e4ddcf;
    --sage: #4f6d43;
    --sage-2: #6f8c62;
    --sage-soft: #e7ecdf;
    --gold: #a9844c;
    --gold-2: #c9a86e;
    --gold-soft: #f1e7d4;
    --white: #ffffff;
    --serif: "Newsreader", "Iowan Old Style", Georgia, serif;
    --sans: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    --radius: 18px;
    --radius-sm: 12px;
    --shadow-sm: 0 1px 2px rgba(20, 34, 58, .06), 0 4px 14px rgba(20, 34, 58, .05);
    --shadow: 0 2px 6px rgba(20, 34, 58, .06), 0 18px 40px -12px rgba(20, 34, 58, .18);
    --shadow-book: 0 30px 60px -20px rgba(20, 34, 58, .45), 0 12px 24px -12px rgba(20, 34, 58, .3);
    --wrap: 1160px;
    --header-h: 68px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
    margin: 0;
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.65;
    color: var(--body);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sage); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy); }
h1, h2, h3, h4 { font-family: var(--serif); color: var(--ink); font-weight: 500; line-height: 1.12; margin: 0; letter-spacing: -0.01em; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--gold-2); outline-offset: 3px; border-radius: 6px; }

.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; text-decoration: none; }
.skip-link:focus { top: 12px; color: #fff; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.section { padding: 84px 0; position: relative; }
.section--cream { background: var(--cream); }
.section--navy { background: var(--navy); color: #d9dfe9; }
.section--navy h2, .section--navy h3 { color: #fff; }

.eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--sans); font-size: 12.5px; font-weight: 600;
    letter-spacing: .18em; text-transform: uppercase; color: var(--sage);
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.section--navy .eyebrow { color: var(--gold-2); }

.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; display: grid; gap: 16px; justify-items: center; }
.section-head h2 { font-size: clamp(32px, 5.2vw, 50px); }
.section-head p { font-size: 18px; color: var(--muted); }
.section--navy .section-head p { color: #b9c3d3; }
.section-head--left { text-align: left; justify-items: start; margin-left: 0; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 12px;
    min-height: 56px; padding: 14px 28px;
    border-radius: 999px; border: 0; cursor: pointer;
    font-family: var(--sans); font-weight: 700; font-size: 15.5px; letter-spacing: .08em; text-transform: uppercase;
    text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
    -webkit-tap-highlight-color: transparent;
}
.payment-button {
    background: var(--sage); color: #fff;
    box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 10px 24px -8px rgba(79, 109, 67, .6);
}
.payment-button:hover { background: #435e39; color: #fff; transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 16px 30px -10px rgba(79, 109, 67, .7); }
.payment-button:active { transform: translateY(0); }
.btn .btn-price { font-weight: 600; opacity: .95; padding-left: 12px; border-left: 1px solid rgba(255,255,255,.35); letter-spacing: .02em; }
.btn--lg { min-height: 62px; font-size: 16.5px; padding: 16px 34px; }
.btn--block { width: 100%; }
.btn--sm { min-height: 44px; padding: 10px 20px; font-size: 13px; }
.btn--gold { background: var(--gold-2); color: var(--navy); box-shadow: 0 10px 24px -10px rgba(201, 168, 110, .8); }
.btn--gold:hover { background: #d6b77f; color: var(--navy); }

/* ---------- Price ---------- */
.price { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.price-old { font-family: var(--serif); font-size: 26px; color: var(--muted); text-decoration: line-through; text-decoration-color: #b4553f; text-decoration-thickness: 2px; }
.price-new { font-family: var(--serif); font-size: 54px; line-height: 1; color: var(--ink); font-weight: 600; letter-spacing: -0.02em; }
.price-label { font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--sage); }
.section--navy .price-old { color: #9aa6ba; }
.section--navy .price-new { color: #fff; }

.microcopy { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14px; color: var(--muted); list-style: none; }
.microcopy li { display: inline-flex; align-items: center; gap: 8px; }
.microcopy li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--sage-2); }
.section--navy .microcopy { color: #b9c3d3; }
.section--navy .microcopy li::before { background: var(--gold-2); }

/* ---------- Header ---------- */
.site-header {
    position: sticky; top: 0; z-index: 100; height: var(--header-h);
    background: rgba(251, 249, 245, .9); backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px);
    border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 20px -16px rgba(20,34,58,.35); }
.site-header .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; flex-direction: column; line-height: 1.05; text-decoration: none; color: var(--ink); }
.brand-small { font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.brand-name { font-family: var(--serif); font-size: 19px; font-weight: 500; }
.brand-name em { font-style: normal; color: var(--sage); }
.brand:hover { color: var(--ink); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav ul { display: flex; gap: 26px; list-style: none; }
.site-nav a:not(.btn) { color: var(--ink); text-decoration: none; font-size: 15px; font-weight: 500; white-space: nowrap; }
.site-nav .btn { white-space: nowrap; }
.site-nav a:not(.btn):hover { color: var(--sage); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: #fff; border-radius: 12px; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); position: relative; transition: background .2s; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink); transition: transform .25s; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1100px) {
    .nav-toggle { display: inline-flex; }
    .site-nav {
        position: fixed; left: 0; right: 0; top: var(--header-h); bottom: 0;
        flex-direction: column; align-items: stretch; gap: 24px; padding: 28px 22px 40px;
        background: var(--paper); border-top: 1px solid var(--line);
        opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s;
        overflow-y: auto;
    }
    .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
    .site-nav ul { flex-direction: column; gap: 0; }
    .site-nav ul a:not(.btn) { display: block; padding: 16px 4px; font-family: var(--serif); font-size: 24px; border-bottom: 1px solid var(--line); }
    .site-nav .btn { width: 100%; }
    html:not(.js) .nav-toggle { display: none; }
    html:not(.js) .site-nav { display: none; }
}

/* ---------- Hero ---------- */
.hero { padding: 56px 0 88px; position: relative; overflow: hidden; background:
    radial-gradient(1200px 520px at 15% 0%, #fdf6e8 0%, transparent 60%),
    linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%); }
.hero::after { /* calm water lines */
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 180px; pointer-events: none; opacity: .55;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23a9844c' stroke-width='1'%3E%3Cpath d='M0 120 C240 90 480 150 720 120 S1200 90 1440 115' opacity='.35'/%3E%3Cpath d='M0 140 C260 115 500 165 740 140 S1180 115 1440 138' opacity='.25'/%3E%3Cpath d='M0 160 C280 140 520 180 760 160 S1160 140 1440 158' opacity='.18'/%3E%3C/g%3E%3C/svg%3E") bottom / 100% 100% no-repeat;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 64px; align-items: center; position: relative; z-index: 1; }
.hero-cover { position: relative; justify-self: center; width: 100%; max-width: 420px; }
.hero-cover::before { content: ""; position: absolute; inset: 8% -10% -6% -10%; background: radial-gradient(closest-side, rgba(201, 168, 110, .35), transparent 70%); z-index: -1; }
.hero-cover img { width: 100%; border-radius: 4px 10px 10px 4px; box-shadow: var(--shadow-book); }
.hero-cover .spine { position: absolute; left: 0; top: 0; bottom: 0; width: 14px; border-radius: 4px 0 0 4px; background: linear-gradient(90deg, rgba(0,0,0,.18), rgba(255,255,255,.25) 60%, rgba(0,0,0,0)); pointer-events: none; }
.hero-copy { display: grid; gap: 22px; }
.hero-book { font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--navy-3); display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: center; }
.hero-book span { color: var(--muted); font-weight: 500; letter-spacing: .12em; }
.hero h1 { font-size: clamp(38px, 5.6vw, 64px); line-height: 1.04; }
.hero h1 em { font-style: italic; color: var(--sage); }
.hero-lede { font-size: 19px; line-height: 1.6; color: var(--body); max-width: 560px; }
.hero-points { list-style: none; display: grid; gap: 10px; }
.hero-points li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; font-size: 16px; }
.hero-points li::before { content: ""; width: 18px; height: 18px; margin-top: 4px; border-radius: 50%; background: var(--sage-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M5 9.2l2.6 2.6L13 6.4' fill='none' stroke='%234f6d43' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px no-repeat; }
.buy-box { display: grid; gap: 16px; padding: 24px; background: rgba(255,255,255,.75); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); max-width: 560px; }
.buy-box .price { justify-content: space-between; }
.buy-box .price-group { display: flex; align-items: baseline; gap: 14px; }

@media (max-width: 900px) {
    .hero { padding: 28px 0 72px; }
    .hero-grid { grid-template-columns: 1fr; gap: 36px; }
    .hero-cover { max-width: 270px; }
    .hero-copy { text-align: left; }
    .hero-lede { font-size: 17.5px; }
}

/* ---------- Problem ---------- */
.know-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 56px; }
.know-list li { padding: 22px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); display: grid; gap: 6px; }
.know-list .k { font-size: 15.5px; color: var(--muted); }
.know-list .b { font-family: var(--serif); font-size: 21px; color: var(--ink); line-height: 1.3; }
.emotion-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.emotion-card { position: relative; padding: 28px 26px 26px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); overflow: hidden; display: grid; gap: 10px; align-content: start; transition: transform .25s ease, box-shadow .25s ease; }
.emotion-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.emotion-card .tag { font-size: 12.5px; font-weight: 700; letter-spacing: .2em; color: var(--gold); }
.emotion-card h3 { font-size: 30px; letter-spacing: 0; }
.emotion-card p { font-size: 16px; }
.emotion-card .ch { font-size: 13px; color: var(--muted); font-weight: 500; margin-top: 6px; }
.emotion-card::after { content: ""; position: absolute; right: -40px; top: -40px; width: 130px; height: 130px; border-radius: 50%; border: 1px solid var(--gold-soft); box-shadow: 0 0 0 18px rgba(241, 231, 212, .35); }

@media (max-width: 900px) { .emotion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) {
    .know-list { grid-template-columns: 1fr; }
    .emotion-grid { grid-template-columns: 1fr; }
    .emotion-card h3 { font-size: 27px; }
}

/* ---------- Core promise ---------- */
.promise { overflow: hidden; }
.promise::before { content: ""; position: absolute; inset: 0; background: radial-gradient(800px 400px at 85% 10%, rgba(111, 140, 98, .22), transparent 60%), radial-gradient(700px 360px at 0% 100%, rgba(201, 168, 110, .14), transparent 60%); pointer-events: none; }
.promise .wrap { position: relative; }
.promise-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.promise-copy { display: grid; gap: 22px; }
.promise-copy h2 { font-size: clamp(34px, 4.8vw, 52px); }
.promise-copy h2 em { color: var(--gold-2); font-style: italic; }
.promise-copy p { font-size: 18px; color: #c8d0dd; }
.book-quote { margin: 8px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.14); }
.book-quote p { font-family: var(--serif); font-style: italic; font-size: 22px; line-height: 1.45; color: #fff; }
.book-quote cite { display: block; margin-top: 10px; font-style: normal; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-2); }
.flow { list-style: none; display: grid; gap: 0; counter-reset: flow; }
.flow li { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: center; padding: 14px 0; }
.flow li:not(:last-child)::after { content: ""; position: absolute; left: 31px; top: 70px; bottom: -12px; width: 2px; background: linear-gradient(var(--gold-2), rgba(201,168,110,.15)); }
.flow .dot { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 22px; color: var(--navy); background: var(--gold-2); box-shadow: 0 0 0 6px rgba(201, 168, 110, .15); }
.flow li:nth-child(1) .dot { background: #d9c3a1; }
.flow li:nth-child(4) .dot { background: #fff; }
.flow .step { font-family: var(--sans); font-size: 14px; font-weight: 700; letter-spacing: .22em; color: #fff; }
.flow .desc { font-size: 15.5px; color: #b9c3d3; margin-top: 2px; }
.equation { margin-top: 56px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px 18px; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 14px; font-weight: 700; letter-spacing: .2em; color: #fff; text-align: center; }
.equation .op { color: var(--gold-2); font-family: var(--serif); font-size: 24px; letter-spacing: 0; font-weight: 400; }
.equation .res { color: var(--gold-2); }
@media (max-width: 900px) {
    .promise-grid { grid-template-columns: 1fr; gap: 44px; }
    .equation { border-radius: 20px; }
}

/* ---------- Learn ---------- */
.learn-grid { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; counter-reset: learn; }
.learn-grid li { counter-increment: learn; padding: 22px 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); display: grid; gap: 12px; align-content: start; font-size: 16px; color: var(--ink); line-height: 1.45; }
.learn-grid li::before { content: counter(learn, decimal-leading-zero); font-family: var(--serif); font-size: 22px; color: var(--gold); line-height: 1; }
@media (max-width: 1000px) { .learn-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 720px) { .learn-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 420px) {
    .learn-grid { grid-template-columns: 1fr; gap: 10px; }
    .learn-grid li { grid-template-columns: 34px 1fr; align-items: baseline; padding: 16px 18px; }
}

/* ---------- Chapters roadmap ---------- */
.roadmap { display: grid; gap: 14px; max-width: 900px; margin: 0 auto; }
.part { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: box-shadow .2s; }
.part[open] { box-shadow: var(--shadow); }
.part summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 84px 1fr auto; gap: 20px; align-items: center; padding: 22px 24px; min-height: 64px; }
.part summary::-webkit-details-marker { display: none; }
.part .num { font-family: var(--serif); font-size: 44px; line-height: 1; color: var(--sage); }
.part .meta { display: grid; gap: 4px; }
.part .label { font-size: 12px; font-weight: 700; letter-spacing: .2em; color: var(--gold); text-transform: uppercase; }
.part h3 { font-size: 24px; }
.part .count { font-size: 13.5px; color: var(--muted); }
.part .chev { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: transform .25s, background .2s; }
.part .chev::before { content: ""; width: 9px; height: 9px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: translateY(-2px) rotate(45deg); }
.part[open] .chev { transform: rotate(180deg); background: var(--sage-soft); }
.part ol { list-style: none; padding: 0 24px 22px 128px; display: grid; gap: 0; }
.part ol li { display: grid; grid-template-columns: 58px 1fr; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 16px; color: var(--ink); }
.part ol li b { font-weight: 600; font-size: 13px; letter-spacing: .08em; color: var(--muted); padding-top: 2px; }
.roadmap-note { text-align: center; margin-top: 26px; color: var(--muted); font-size: 15px; }
@media (max-width: 640px) {
    .part summary { grid-template-columns: 50px 1fr 40px; gap: 14px; padding: 18px; }
    .part .num { font-size: 32px; }
    .part h3 { font-size: 20px; }
    .part ol { padding: 0 18px 18px; }
    .part ol li { grid-template-columns: 48px 1fr; }
}

/* ---------- Situations ---------- */
.situations { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.situation { grid-column: span 2; position: relative; padding: 28px 26px; border-radius: var(--radius); display: grid; gap: 14px; align-content: start; border: 1px solid var(--line); background: #fff; overflow: hidden; }
.situation:nth-child(4), .situation:nth-child(5) { grid-column: span 3; }
.situation .ch { font-size: 12.5px; font-weight: 700; letter-spacing: .2em; color: var(--gold); text-transform: uppercase; }
.situation h3 { font-size: 26px; text-transform: none; }
.situation p { font-size: 16px; }
.situation .q { margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--line); font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--ink); line-height: 1.4; }
.situation .q span { display: block; font-family: var(--sans); font-style: normal; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.situation .spark { height: 44px; width: 100%; }
.situation--crash { background: var(--navy); border-color: var(--navy); color: #c8d0dd; }
.situation--crash h3, .situation--crash .q { color: #fff; }
.situation--crash .q { border-top-color: rgba(255,255,255,.2); }
.situation--crash .q span { color: #9aa6ba; }
.situation--crash .ch { color: var(--gold-2); }
.situation--fall { background: #fbf4ee; }
.situation--double { background: var(--sage-soft); border-color: #d5dec9; }
.situation--rich { background: var(--gold-soft); border-color: #e6d7bb; }
.situation--losing { background: #eef1f5; border-color: #dde3ea; }
@media (max-width: 900px) {
    .situations { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .situation, .situation:nth-child(4), .situation:nth-child(5) { grid-column: span 1; }
    .situation:nth-child(1) { grid-column: span 2; }
}
@media (max-width: 640px) {
    .situations { grid-template-columns: 1fr; }
    .situation:nth-child(1) { grid-column: span 1; }
}

/* ---------- Toolkit ---------- */
.toolkit { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.tool { position: relative; padding: 30px 26px 26px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: grid; gap: 12px; align-content: start; }
.tool::before { content: ""; position: absolute; left: 14px; right: 14px; top: -7px; height: 12px; background: #fff; border: 1px solid var(--line); border-bottom: 0; border-radius: 10px 10px 0 0; z-index: -1; opacity: .9; }
.tool .icon { width: 48px; height: 48px; border-radius: 12px; background: var(--navy); display: grid; place-items: center; color: var(--gold-2); font-family: var(--serif); font-size: 22px; }
.tool .ch { font-size: 12.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--sage); }
.tool h3 { font-size: 25px; }
.tool p { font-size: 16px; }
.tool ul { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.tool ul li { font-size: 13px; font-weight: 600; padding: 5px 11px; border-radius: 999px; background: var(--cream); color: var(--navy-3); }
@media (max-width: 900px) { .toolkit { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .toolkit { grid-template-columns: 1fr; } }

.inline-cta { margin-top: 48px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 28px; text-align: center; }
.inline-cta .price-old { font-size: 22px; }
.inline-cta .price-new { font-size: 40px; }

/* ---------- Sam journey ---------- */
.sam-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 64px; align-items: start; }
.sam-copy { display: grid; gap: 18px; position: sticky; top: calc(var(--header-h) + 32px); }
.sam-copy h2 { font-size: clamp(32px, 4.6vw, 48px); }
.sam-copy p { font-size: 17.5px; }
.note { font-size: 14.5px; padding: 14px 16px; border-radius: var(--radius-sm); background: var(--gold-soft); color: #5a4626; }
.journey { list-style: none; display: grid; gap: 0; position: relative; }
.journey li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding-bottom: 26px; }
.journey li:not(:last-child)::before { content: ""; position: absolute; left: 25px; top: 52px; bottom: 0; width: 2px; background: repeating-linear-gradient(var(--line) 0 6px, transparent 6px 11px); }
.journey .n { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); font-family: var(--serif); font-size: 20px; color: var(--ink); }
.journey .card { padding: 18px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); display: grid; gap: 4px; }
.journey h3 { font-family: var(--sans); font-size: 14px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ink); }
.journey p { font-size: 15.5px; color: var(--muted); }
.journey li:nth-child(2) .n { background: #fbf4ee; }
.journey li:last-child .n { background: var(--sage); color: #fff; border-color: var(--sage); }
.journey li:last-child .card { background: var(--navy); border-color: var(--navy); }
.journey li:last-child h3 { color: #fff; }
.journey li:last-child p { color: #c8d0dd; }
@media (max-width: 900px) {
    .sam-grid { grid-template-columns: 1fr; gap: 40px; }
    .sam-copy { position: static; }
}

/* ---------- For / Not ---------- */
.fit-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 20px; }
.fit { padding: 34px 32px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.fit h3 { font-family: var(--sans); font-size: 14px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 20px; color: var(--sage); }
.fit ul { list-style: none; display: grid; gap: 12px; }
.fit li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; font-size: 16.5px; color: var(--ink); line-height: 1.45; }
.fit li::before { content: ""; width: 20px; height: 20px; margin-top: 2px; border-radius: 50%; }
.fit--yes li::before { background: var(--sage-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6 10.2l2.8 2.8L14.5 7.3' fill='none' stroke='%234f6d43' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 20px no-repeat; }
.fit--no { background: var(--navy); border-color: var(--navy); }
.fit--no h3 { color: var(--gold-2); }
.fit--no li { color: #e3e8ef; }
.fit--no li::before { background: rgba(255,255,255,.08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M7 7l6 6M13 7l-6 6' fill='none' stroke='%23c9a86e' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / 20px no-repeat; }
.fit--no .fine { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: 15px; color: #b9c3d3; }
@media (max-width: 900px) { .fit-grid { grid-template-columns: 1fr; } .fit { padding: 26px 22px; } }

/* ---------- Testimonials ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review { margin: 0; padding: 28px 26px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); display: grid; gap: 16px; align-content: start; box-shadow: var(--shadow-sm); }
.review:nth-child(2) { background: var(--sage-soft); border-color: #d5dec9; }
.review:nth-child(4) { background: var(--gold-soft); border-color: #e6d7bb; }
.review:nth-child(6) { background: #eef1f5; border-color: #dde3ea; }
.review .stars { color: var(--gold); letter-spacing: 3px; font-size: 18px; }
.review blockquote { margin: 0; font-family: var(--serif); font-size: 20px; line-height: 1.45; color: var(--ink); }
.review blockquote::before { content: "\201C"; display: block; font-size: 50px; line-height: .6; color: var(--gold-2); margin-bottom: 6px; }
.review figcaption { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--muted); }
.review .avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: var(--gold-2); display: grid; place-items: center; font-family: var(--serif); font-size: 18px; flex: none; }
.review figcaption b { display: block; color: var(--ink); font-weight: 600; }
.review-note { margin-top: 22px; text-align: center; font-size: 14px; color: var(--muted); }
@media (max-width: 900px) { .reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .reviews { grid-template-columns: 1fr; } }

/* ---------- Preview ---------- */
.preview-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.preview { display: grid; gap: 12px; margin: 0; }
.preview button { padding: 0; border: 0; background: none; cursor: zoom-in; border-radius: 8px; display: block; width: 100%; }
.preview img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); box-shadow: var(--shadow); transition: transform .25s; background: #f7f3ec; }
.preview button:hover img { transform: translateY(-4px); }
.preview figcaption { font-size: 15px; color: var(--ink); line-height: 1.4; }
.preview figcaption span { display: block; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.preview-hint { text-align: center; margin-top: 22px; font-size: 14px; color: var(--muted); }
@media (max-width: 1000px) {
    .preview-row { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; padding: 4px 22px 18px; margin: 0 -22px; -webkit-overflow-scrolling: touch; }
    .preview { flex: 0 0 min(64vw, 260px); scroll-snap-align: center; }
}
dialog.lightbox { border: 0; padding: 0; background: transparent; max-width: min(92vw, 720px); max-height: 92vh; width: 100%; }
dialog.lightbox::backdrop { background: rgba(12, 20, 34, .82); }
.lightbox-inner { position: relative; display: grid; gap: 12px; }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; border-radius: 8px; background: #fff; }
.dialog-caption { color: #fff; text-align: center; font-size: 15px; }
.dialog-close { position: absolute; top: 10px; right: 10px; width: 48px; height: 48px; border-radius: 50%; border: 0; background: rgba(20,34,58,.85); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; }

/* ---------- Different ---------- */
.compare { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 20px; align-items: stretch; max-width: 980px; margin: 0 auto; }
.compare-col { padding: 34px 32px; border-radius: var(--radius); display: grid; gap: 20px; align-content: start; }
.compare-col h3 { font-family: var(--sans); font-size: 14px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.compare-col ul { list-style: none; display: grid; gap: 12px; }
.compare-col li { font-family: var(--serif); font-size: 21px; line-height: 1.35; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.compare-col li:last-child { border-bottom: 0; padding-bottom: 0; }
.compare-col--old { background: transparent; border: 1px dashed #cfc6b4; }
.compare-col--old h3 { color: var(--muted); }
.compare-col--old li { color: var(--muted); }
.compare-col--new { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.compare-col--new h3 { color: var(--sage); }
.compare-col--new li { color: var(--ink); }
.compare-foot { text-align: center; max-width: 640px; margin: 36px auto 0; font-size: 17px; }
@media (max-width: 800px) { .compare { grid-template-columns: 1fr; } .compare-col { padding: 26px 22px; } .compare-col li { font-size: 19px; } }

/* ---------- Offer ---------- */
.offer { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 0; background: #fff; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.offer-visual { background: linear-gradient(160deg, var(--cream), #eee6d6); display: grid; place-items: center; padding: 44px 36px; }
.offer-visual img { width: 100%; max-width: 260px; border-radius: 3px 8px 8px 3px; box-shadow: var(--shadow-book); }
.offer-body { padding: 44px 44px; display: grid; gap: 20px; align-content: center; }
.offer-body h2 { font-size: clamp(28px, 3.6vw, 38px); }
.offer-body .edition { font-size: 13px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--sage); }
.offer-list { list-style: none; display: grid; gap: 8px; font-size: 16px; color: var(--ink); }
.offer-list li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; }
.offer-list li::before { content: ""; width: 18px; height: 18px; margin-top: 4px; border-radius: 50%; background: var(--sage-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M5 9.2l2.6 2.6L13 6.4' fill='none' stroke='%234f6d43' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px no-repeat; }
.offer-price { display: grid; gap: 4px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.offer-price .row { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.offer-price .lbl { font-size: 14px; color: var(--muted); min-width: 120px; }
@media (max-width: 800px) {
    .offer { grid-template-columns: 1fr; }
    .offer-visual { padding: 32px 24px 20px; }
    .offer-visual img { max-width: 190px; }
    .offer-body { padding: 26px 22px 30px; }
    .offer-price .lbl { min-width: 0; }
}

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 22px; min-height: 60px; font-family: var(--serif); font-size: 20px; color: var(--ink); line-height: 1.3; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-family: var(--sans); font-size: 22px; color: var(--sage); background: var(--sage-soft); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .answer { padding: 0 22px 22px; font-size: 16.5px; display: grid; gap: 10px; }

/* ---------- Final CTA ---------- */
.final { text-align: center; overflow: hidden; }
.final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 360px at 50% 0%, rgba(201,168,110,.2), transparent 70%); pointer-events: none; }
.final .wrap { position: relative; display: grid; justify-items: center; gap: 22px; max-width: 760px; }
.final h2 { font-size: clamp(34px, 5.4vw, 56px); }
.final .sub { font-family: var(--serif); font-style: italic; font-size: clamp(20px, 2.6vw, 26px); color: var(--gold-2); }
.final .price { justify-content: center; }
.final .microcopy { justify-content: center; }
.final-cover { width: 120px; border-radius: 2px 6px 6px 2px; box-shadow: 0 20px 40px -12px rgba(0,0,0,.5); margin-bottom: 6px; }

/* ---------- Disclaimer ---------- */
.disclaimer { padding: 44px 0; background: var(--cream); border-top: 1px solid var(--line); }
.disclaimer-box { max-width: 880px; margin: 0 auto; padding: 24px 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; font-size: 15px; line-height: 1.65; color: var(--body); }
.disclaimer-box strong { color: var(--ink); }

/* ---------- Footer ---------- */
.site-footer { background: #0f1a2e; color: #aab4c4; padding: 56px 0 40px; font-size: 15px; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 32px; align-items: start; }
.footer-brand { display: grid; gap: 10px; }
.footer-brand .name { font-family: var(--serif); font-size: 24px; color: #fff; }
.footer-brand p { max-width: 420px; }
.footer-links { list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 24px; }
.footer-links a { color: #dfe5ee; text-decoration: none; display: inline-block; padding: 8px 0; }
.footer-links a:hover { color: var(--gold-2); }
.footer-bottom { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; font-size: 14px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; } .footer-links { justify-content: flex-start; } }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta { display: none; }
@media (max-width: 900px) {
    .sticky-cta {
        display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        background: rgba(251, 249, 245, .96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
        border-top: 1px solid var(--line); box-shadow: 0 -10px 24px -18px rgba(20,34,58,.4);
        transform: translateY(110%); transition: transform .3s ease;
    }
    .sticky-cta.is-visible { transform: none; }
    .sticky-cta .inner { display: flex; align-items: center; gap: 12px; max-width: 560px; margin: 0 auto; }
    .sticky-cta .p { display: grid; line-height: 1.1; flex: none; }
    .sticky-cta .p del { font-size: 13px; color: var(--muted); text-decoration-color: #b4553f; }
    .sticky-cta .p b { font-family: var(--serif); font-size: 24px; color: var(--ink); }
    .sticky-cta .btn { flex: 1; min-height: 52px; padding: 12px 16px; font-size: 14px; }
    body.has-sticky { padding-bottom: 84px; }
}

/* ---------- Toast (setup warnings) ---------- */
.toast { position: fixed; left: 50%; bottom: 100px; z-index: 300; transform: translate(-50%, 20px); max-width: min(92vw, 520px); padding: 14px 18px; border-radius: 12px; background: var(--navy); color: #fff; font-size: 14.5px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* ---------- Reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 640px) {
    body { font-size: 16.5px; }
    .section { padding: 64px 0; }
    .section-head { margin-bottom: 36px; }
    .section-head p { font-size: 17px; }
    .price-new { font-size: 46px; }
    .buy-box { padding: 20px; }
    .btn--lg { font-size: 15px; padding: 16px 20px; }
}

/* =====================================================================
   Thank-you page
   ===================================================================== */
.ty-body { min-height: 100vh; display: flex; flex-direction: column; background:
    radial-gradient(900px 480px at 50% 0%, #fdf6e8 0%, transparent 70%), var(--cream); }
.ty-header { padding: 22px 0; }
.ty-header .wrap { display: flex; justify-content: center; }
.ty-main { flex: 1; display: grid; place-items: center; padding: 20px 0 64px; }
.ty-card { width: 100%; max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); display: grid; grid-template-columns: 220px 1fr; gap: 40px; padding: 44px; align-items: center; }
.ty-cover img { width: 100%; border-radius: 3px 8px 8px 3px; box-shadow: var(--shadow-book); }
.ty-copy { display: grid; gap: 16px; }
.ty-check { width: 52px; height: 52px; border-radius: 50%; background: var(--sage-soft); display: grid; place-items: center; }
.ty-copy h1 { font-size: clamp(30px, 4.4vw, 42px); }
.ty-copy .ready { font-size: 18px; color: var(--ink); }
.ty-copy .title { font-size: 13px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--sage); }
.download-button { background: var(--navy); color: #fff; box-shadow: 0 12px 26px -12px rgba(20,34,58,.7); }
.download-button:hover { background: var(--navy-2); color: #fff; transform: translateY(-1px); }
.ty-help { font-size: 15px; color: var(--muted); }
.ty-steps { list-style: none; display: grid; gap: 8px; padding: 16px 18px; border-radius: var(--radius-sm); background: var(--cream); font-size: 15px; }
.ty-steps li { display: grid; grid-template-columns: 22px 1fr; gap: 8px; }
.ty-steps b { color: var(--gold); font-family: var(--serif); font-weight: 500; }
.ty-links { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 15px; }
.ty-links a { display: inline-block; padding: 6px 0; }
.ty-footer { padding: 24px 0 32px; text-align: center; font-size: 14px; color: var(--muted); }
.ty-footer .wrap { display: grid; gap: 8px; }
@media (max-width: 720px) {
    .ty-card { grid-template-columns: 1fr; padding: 28px 22px; gap: 26px; text-align: left; }
    .ty-cover { max-width: 170px; margin: 0 auto; }
}

/* =====================================================================
   Policy & contact pages
   ===================================================================== */
.page-header { position: sticky; top: 0; z-index: 100; height: var(--header-h); background: rgba(251, 249, 245, .92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.page-header .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.page-header .actions { display: flex; align-items: center; gap: 22px; }
.page-header .back { color: var(--ink); text-decoration: none; font-size: 15px; font-weight: 500; white-space: nowrap; }
.page-header .back:hover { color: var(--sage); }
.page-header .btn { white-space: nowrap; }
@media (max-width: 640px) { .page-header .back { display: none; } .page-header .brand-name { font-size: 16px; } .page-header .btn { padding: 10px 16px; font-size: 12px; } }
.page-hero { padding: 64px 0 44px; background: radial-gradient(900px 400px at 10% 0%, #fdf6e8 0%, transparent 65%), var(--cream); border-bottom: 1px solid var(--line); }
.page-hero .wrap { max-width: 860px; display: grid; gap: 14px; }
.page-hero h1 { font-size: clamp(36px, 5.4vw, 56px); }
.page-hero .lede { font-size: 18px; color: var(--body); max-width: 640px; }
.page-hero .updated { font-size: 14px; color: var(--muted); }
.prose-wrap { max-width: 860px; padding: 56px 22px 88px; }
.prose { display: grid; gap: 16px; font-size: 17px; color: var(--body); }
.prose h2 { font-size: 27px; margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.prose h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.prose h3 { font-family: var(--sans); font-size: 16px; font-weight: 700; color: var(--ink); margin-top: 6px; }
.prose ul, .prose ol { padding-left: 22px; display: grid; gap: 8px; }
.prose li::marker { color: var(--gold); }
.prose strong { color: var(--ink); }
.callout { padding: 20px 22px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line); display: grid; gap: 8px; }
.callout--sage { background: var(--sage-soft); border-color: #d5dec9; }
.callout--gold { background: var(--gold-soft); border-color: #e6d7bb; color: #4f3f24; }
.details-list { list-style: none; padding: 0 !important; display: grid; gap: 0 !important; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.details-list li { display: grid; grid-template-columns: 160px 1fr; gap: 14px; padding: 14px 20px; border-top: 1px solid var(--line); }
.details-list li:first-child { border-top: 0; }
.details-list li b { color: var(--muted); font-weight: 600; font-size: 14px; letter-spacing: .04em; }
@media (max-width: 560px) { .details-list li { grid-template-columns: 1fr; gap: 2px; } }
.page-links { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 10px; }
.page-links a { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; text-decoration: none; color: var(--ink); font-size: 14.5px; }
.page-links a:hover { border-color: var(--sage); color: var(--sage); }
.page-links a[aria-current="page"] { background: var(--navy); border-color: var(--navy); color: #fff; }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.contact-card { padding: 24px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); display: grid; gap: 8px; align-content: start; }
.contact-card .k { font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.contact-card a, .contact-card .v { font-family: var(--serif); font-size: 21px; color: var(--ink); text-decoration: none; overflow-wrap: anywhere; line-height: 1.3; }
.contact-card a:hover { color: var(--sage); }
.contact-card p { font-size: 15px; color: var(--muted); }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }
