:root {
  --ink: #1f1718;
  --muted: #6f5e61;
  --burgundy: #642a35;
  --rose: #d8a6ae;
  --blush: #f7e7ea;
  --cream: #fbf8f4;
  --line: #eadde0;
  --white: #fff;
  --shadow: 0 24px 60px rgba(68, 38, 44, .13);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.6; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 10; background: var(--white); padding: .7rem; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem clamp(1rem, 4vw, 3rem); background: rgba(251,248,244,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--burgundy); color: var(--white); font-size: .78rem; letter-spacing: .06em; }
.site-nav { display: flex; align-items: center; gap: 1.2rem; font-size: .92rem; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--burgundy); }
.menu-toggle { display: none; border: 1px solid var(--burgundy); background: transparent; color: var(--burgundy); padding: .65rem .9rem; border-radius: 999px; font-weight: 800; }
.hero, .page-hero, .section, .article { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.hero { min-height: 74vh; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; padding: clamp(3rem, 8vw, 7rem) 0; }
.home-hero { width: min(1180px, calc(100% - 2rem)); min-height: calc(100vh - 70px); grid-template-columns: minmax(0, .95fr) minmax(360px, .82fr); gap: clamp(1.5rem, 4vw, 3.2rem); padding: clamp(2rem, 5vw, 4.5rem) 0 2rem; }
.hero h1, .page-hero h1, .article h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .92; margin: .25rem 0 1rem; letter-spacing: 0; }
.home-hero h1 { font-size: clamp(3.2rem, 7.2vw, 6.1rem); }
.page-hero { padding: clamp(3rem, 7vw, 6rem) 0 2rem; }
.page-hero h1 { max-width: 850px; }
.lead { font-size: clamp(1.08rem, 2vw, 1.28rem); color: var(--muted); max-width: 680px; }
.eyebrow { color: var(--burgundy); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 900; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.5rem 0 1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.1rem; border: 1px solid var(--burgundy); border-radius: 999px; background: var(--burgundy); color: var(--white); text-decoration: none; font-weight: 800; cursor: pointer; }
.button.secondary { background: transparent; color: var(--burgundy); }
.proof { color: var(--muted); font-weight: 700; }
.snapshot-card, .result-panel, .contact-card, .post-card, .feature-list article, .funnel-panel, .mistake-grid article, .testimonial-note, .snapshot-intro-card, .snapshot-step, .snapshot-result, .home-book-callout, .home-mini-grid article, .home-tool-band article { background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.snapshot-card { padding: clamp(1.3rem, 4vw, 2rem); transform: rotate(1deg); }
.home-showcase { display: grid; gap: 1rem; align-self: stretch; align-content: center; }
.home-book-callout { display: grid; grid-template-columns: minmax(120px, 190px) minmax(0, 1fr); gap: 1.1rem; align-items: center; padding: clamp(1rem, 3vw, 1.35rem); }
.home-book-callout h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1; margin: .2rem 0 .5rem; }
.home-book-cover { width: min(180px, 100%); justify-self: center; }
.home-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.home-mini-grid article { padding: 1.15rem; }
.home-mini-grid strong { display: block; color: var(--burgundy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 4rem); line-height: .9; margin: .35rem 0 .5rem; }
.home-mini-grid span { color: var(--muted); font-weight: 750; }
.mini-browser { display: flex; gap: .35rem; margin-bottom: 2rem; }
.mini-browser span { width: 10px; height: 10px; border-radius: 50%; background: var(--rose); }
.score-preview { font-family: Georgia, "Times New Roman", serif; font-size: clamp(5rem, 10vw, 8rem); line-height: .85; color: var(--burgundy); }
.score-preview span { font-family: Inter, sans-serif; font-size: 1.4rem; color: var(--muted); }
.section { padding: clamp(2.7rem, 6vw, 5rem) 0; }
.home-tool-band { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding-top: 1rem; padding-bottom: clamp(2rem, 5vw, 3.2rem); }
.home-tool-band article { padding: 1.25rem; display: grid; align-content: start; }
.home-tool-band h2 { font-size: clamp(1.75rem, 3vw, 2.35rem); }
.home-tool-band .button { align-self: end; margin-top: .5rem; }
.home-focus { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .86fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; padding-top: clamp(2rem, 4vw, 3rem); }
.compact-list article { box-shadow: none; }
.section h2, .article h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.02; margin: .2rem 0 1rem; }
.section h3 { margin-bottom: .25rem; }
.split, .about-hero, .contact-layout, .app-shell, .email-band, .book-feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.snapshot-hero { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; min-height: 54vh; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; padding: clamp(3rem, 7vw, 6rem) 0 clamp(1.5rem, 4vw, 3rem); }
.snapshot-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem, 8vw, 7rem); line-height: .88; margin: .25rem 0 1rem; letter-spacing: 0; }
.snapshot-stats { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.4rem; }
.snapshot-stats span { padding: .48rem .72rem; background: var(--blush); border: 1px solid var(--line); border-radius: 999px; color: var(--burgundy); font-weight: 900; font-size: .85rem; }
.snapshot-intro-card { padding: clamp(1.1rem, 3vw, 1.6rem); align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.snapshot-app { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .82fr); gap: clamp(1.2rem, 4vw, 2rem); align-items: start; padding-top: 1rem; }
.snapshot-form { display: grid; gap: 1rem; }
.snapshot-step { padding: clamp(1rem, 3vw, 1.5rem); }
.snapshot-step h2 { font-size: clamp(1.65rem, 3vw, 2.2rem); }
.step-count { color: var(--burgundy); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; margin: 0 0 .2rem; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
select { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: .9rem 1rem; font: inherit; background: var(--white); color: var(--ink); }
.rating-group { border: 0; padding: 0; margin: 1rem 0 0; }
.rating-group legend { display: grid; gap: .25rem; margin-bottom: .6rem; font-weight: 900; }
.rating-group legend span { color: var(--muted); font-weight: 500; font-size: .95rem; }
.rating-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .5rem; }
.rating-options label { position: relative; min-height: 72px; }
.rating-options input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.rating-options span { height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; padding: .65rem .45rem; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); color: var(--muted); font-size: .82rem; font-weight: 850; line-height: 1.15; }
.rating-options input:checked + span { border-color: var(--burgundy); background: var(--burgundy); color: var(--white); box-shadow: 0 10px 24px rgba(100, 42, 53, .18); }
.snapshot-submit { width: 100%; }
.snapshot-result { position: sticky; top: 96px; padding: clamp(1.2rem, 4vw, 2rem); background: var(--burgundy); color: var(--white); overflow: hidden; }
.snapshot-result::after { content: ""; position: absolute; right: -80px; top: -80px; width: 220px; height: 220px; border: 28px solid rgba(255,255,255,.08); border-radius: 50%; }
.snapshot-result h2 { position: relative; z-index: 1; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.05; margin: .5rem 0; }
.snapshot-result p, .snapshot-result ul, .snapshot-result .score-bars { position: relative; z-index: 1; }
.snapshot-result .eyebrow, .snapshot-result .score-preview, .snapshot-result .score-preview span { color: var(--white); }
.snapshot-result ul { padding-left: 1.1rem; }
.snapshot-result li { margin: .35rem 0; }
.score-bars { display: grid; gap: .7rem; margin-top: 1.2rem; }
.score-bars div { display: grid; gap: .32rem; }
.score-bars span { font-size: .82rem; font-weight: 900; }
.score-bars div::after { content: ""; display: block; grid-row: 2; height: 9px; border-radius: 999px; background: rgba(255,255,255,.18); }
.score-bars b { display: block; grid-row: 2; height: 9px; width: 0%; max-width: 100%; border-radius: 999px; background: var(--rose); z-index: 1; }
.snapshot-email { align-items: center; }
.snapshot-guide { padding-top: 1rem; }
.feature-list { display: grid; gap: 1rem; }
.feature-list article, .post-card, .result-panel, .contact-card { padding: 1.2rem; }
.soft, .email-band { background: var(--blush); border: 1px solid var(--line); border-radius: 8px; padding-left: clamp(1rem, 4vw, 2rem); padding-right: clamp(1rem, 4vw, 2rem); }
.real-book-cover { display: block; width: min(280px, 100%); aspect-ratio: 2 / 3; object-fit: cover; border: 1px solid var(--line); border-radius: 4px; box-shadow: var(--shadow); }
.funnel-hero { width: min(1180px, calc(100% - 2rem)); min-height: calc(100vh - 72px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 460px); gap: clamp(2rem, 6vw, 5rem); align-items: center; padding: clamp(2.5rem, 6vw, 5.5rem) 0; }
.funnel-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 6.7rem); line-height: .92; margin: .25rem 0 1rem; letter-spacing: 0; max-width: 820px; }
.funnel-panel { padding: clamp(1.2rem, 4vw, 1.8rem); }
.funnel-book { width: min(280px, 72vw); margin: 0 auto 1.2rem; }
.check-list { display: grid; gap: .75rem; padding: 0; margin: 1.4rem 0 0; list-style: none; max-width: 680px; }
.check-list li { position: relative; padding-left: 2rem; font-weight: 800; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -.1rem; display: grid; place-items: center; width: 1.35rem; height: 1.35rem; border-radius: 50%; background: var(--burgundy); color: var(--white); font-size: .9rem; }
.mistake-band { background: var(--blush); border: 1px solid var(--line); border-radius: 8px; padding-left: clamp(1rem, 4vw, 2rem); padding-right: clamp(1rem, 4vw, 2rem); }
.mistake-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.mistake-grid article, .testimonial-note { padding: 1.2rem; }
.quote { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 4vw, 2.6rem); line-height: 1.08; color: var(--burgundy); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.post-card h3 { font-size: 1.25rem; line-height: 1.2; }
.post-card a { text-decoration: none; }
.tool-form { display: grid; gap: 1rem; }
label { display: grid; gap: .45rem; font-weight: 800; }
label span { color: var(--muted); font-weight: 500; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: .9rem 1rem; font: inherit; background: var(--white); color: var(--ink); }
input[type="range"] { accent-color: var(--burgundy); padding: 0; }
.result-panel { padding: clamp(1.2rem, 4vw, 2rem); background: var(--burgundy); color: var(--white); align-self: stretch; }
.result-panel .eyebrow, .result-panel .score-preview, .result-panel .score-preview span { color: var(--white); }
.result-panel.light { background: var(--white); color: var(--ink); }
.result-panel.light .eyebrow, .result-panel.light dt { color: var(--burgundy); }
.result-list { display: grid; gap: .8rem; margin: 0; }
.result-list div { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding-bottom: .7rem; }
.result-list dt { font-weight: 900; }
.result-list dd { margin: 0; font-weight: 900; }
.inline-form { display: flex; gap: .8rem; align-items: center; }
.hidden { display: none; }
.headshot { width: min(420px, 100%); border-radius: 8px; box-shadow: var(--shadow); justify-self: end; }
.article { max-width: 820px; padding: clamp(3rem, 7vw, 6rem) 0; }
.article .lead { margin-bottom: 2rem; }
.article-cta, .affiliate-note { margin-top: 2rem; padding: 1.2rem; background: var(--blush); border: 1px solid var(--line); border-radius: 8px; }
.site-footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2rem clamp(1rem, 4vw, 3rem); border-top: 1px solid var(--line); background: var(--white); color: var(--muted); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: .8rem 1rem; font-weight: 800; }
.site-footer a { text-decoration: none; color: var(--ink); }
@media (max-width: 820px) {
  .site-header { align-items: flex-start; }
  .menu-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 1rem; right: 1rem; top: 72px; padding: 1rem; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .hero, .split, .about-hero, .contact-layout, .app-shell, .email-band, .book-feature, .funnel-hero, .snapshot-hero, .snapshot-app, .home-tool-band, .home-focus, .home-book-callout { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 3rem; }
  .home-hero { min-height: auto; padding-top: 2rem; }
  .home-mini-grid { grid-template-columns: 1fr; }
  .home-book-cover { width: min(210px, 72vw); }
  .funnel-hero { min-height: auto; }
  .snapshot-result { position: static; }
  .field-grid, .rating-options { grid-template-columns: 1fr; }
  .rating-options label { min-height: 52px; }
  .mistake-grid { grid-template-columns: 1fr; }
  .post-grid { grid-template-columns: 1fr; }
  .inline-form { flex-direction: column; align-items: stretch; }
  .headshot { justify-self: start; }
  .site-footer { flex-direction: column; }
}