:root {
  --paper: #f7f3e9;
  --paper-deep: #ece4d4;
  --ink: #14273a;
  --ink-soft: #435260;
  --wine: #7b2639;
  --wine-dark: #5f1c2c;
  --gold: #ad8948;
  --gold-pale: #d9c69d;
  --line: #c9bfae;
  --white: #fffdf8;
  --sans: "Segoe UI Variable", Aptos, "Trebuchet MS", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  overflow-wrap: break-word;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p, h1, h2, ul, ol, figure { margin-top: 0; }
h1, h2 { text-wrap: balance; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 10.5vw, 4rem);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 720;
}
h2 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(2rem, 7vw, 3.2rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -.025em;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 12px 18px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 4px solid #d49a2d; outline-offset: 4px; }
.site-header {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 20px;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; text-decoration: none; line-height: 1.2; }
.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--wine);
  color: white;
  font-family: var(--serif);
  font-size: 20px;
}
.header-link { color: var(--wine); font-size: .92rem; font-weight: 700; text-underline-offset: 4px; }
.section-pad, .hero {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 76px 20px;
}
.hero { padding-top: 54px; }
.product-name, .kicker {
  margin-bottom: 14px;
  color: var(--wine);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hero-lead { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.65; }
.cta {
  width: 100%;
  min-height: 52px;
  margin-top: 10px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: var(--wine);
  border: 2px solid var(--wine);
  border-radius: 7px;
  color: white;
  text-decoration: none;
  font-size: .98rem;
  font-weight: 760;
  line-height: 1.25;
  transition: transform .2s ease, opacity .2s ease;
}
.cta > span:first-child { display: flex; align-items: center; padding: 14px 16px; }
.cta-arrow {
  width: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 52px;
  border-left: 1px solid rgba(255,255,255,.36);
  font-size: 1.4rem;
}
.cta:hover { transform: translateY(-2px); opacity: .94; }
.delivery-note { margin: 12px 0 0; color: var(--ink-soft); font-size: .83rem; }
.hero-proof { margin: 40px 0 0; }
.proof-board {
  position: relative;
  min-height: 382px;
  padding: 22px 10px 18px;
  background: var(--ink);
  border-left: 7px solid var(--gold);
}
.proof-board::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 16px;
  width: 1px;
  background: var(--gold-pale);
}
.proof-board img { position: absolute; width: 52%; box-shadow: 0 10px 22px rgba(0,0,0,.2); }
.proof-board img:first-child { top: 24px; left: 7%; transform: rotate(-2deg); }
.proof-board img:last-child { right: 6%; bottom: 22px; transform: rotate(2deg); }
.hero-proof figcaption { margin-top: 12px; color: var(--ink-soft); font-size: .82rem; text-align: center; }
.scene { display: grid; grid-template-columns: 56px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.section-number { color: var(--gold); font-family: var(--serif); font-size: 1.3rem; }
.scene h2 { font-size: clamp(1.9rem, 6.8vw, 2.8rem); }
.scene p { max-width: 700px; }
.reassurance { padding-left: 16px; border-left: 4px solid var(--wine); font-weight: 800; }
.reading-problem { border-top: 8px solid var(--ink); }
.body-copy { color: var(--ink-soft); }
.route { background: var(--white); border: 1px solid var(--line); }
.route-line { margin: 32px 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; color: var(--wine); font-size: .72rem; font-weight: 850; }
.route-line i { display: grid; grid-template-columns: repeat(28, 1fr); align-items: center; height: 20px; border-top: 2px solid var(--gold); }
.route-line b { width: 2px; height: 10px; margin-top: -2px; background: var(--gold); }
.method { padding: 0; list-style: none; border-top: 1px solid var(--line); }
.method li { padding: 15px 0; display: grid; gap: 2px; border-bottom: 1px solid var(--line); }
.method strong { color: var(--wine); font-size: 1.12rem; }
.method span { color: var(--ink-soft); }
.method-inline { font-weight: 800; }
.demo-pages { display: grid; gap: 24px; margin: 34px 0; }
.demo-pages figure { margin: 0; }
.demo-pages img { border: 1px solid var(--line); box-shadow: 0 8px 20px rgba(20,39,58,.1); }
.demo-pages figcaption { padding: 10px 0; color: var(--ink-soft); }
.demo-pages figcaption strong { color: var(--wine); }
.deliverables { border-top: 1px solid var(--line); }
.deliverable-list { margin: 30px 0; border-top: 1px solid var(--ink); }
.deliverable-list > div { padding: 18px 0; display: grid; grid-template-columns: 38px 1fr; column-gap: 10px; border-bottom: 1px solid var(--line); }
.deliverable-list span { color: var(--gold); font-family: var(--serif); }
.deliverable-list strong { font-size: 1.12rem; }
.deliverable-list p { grid-column: 2; margin: 4px 0 0; color: var(--ink-soft); }
.digital-reminder { font-weight: 750; }
.profile { padding: 0; }
.profile-side { padding: 64px 20px; }
.profile-yes { background: var(--ink); color: white; }
.profile-yes .kicker { color: var(--gold-pale); }
.profile-no { background: var(--paper-deep); }
.profile ul { padding-left: 1.2em; }
.profile li { margin-bottom: 10px; }
.independence { width: 100%; max-width: none; background: var(--wine); color: white; }
.independence > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.independence .kicker { color: var(--gold-pale); }
.independence h2 { max-width: var(--max); }
.notice { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.offer { border-bottom: 1px solid var(--line); }
.offer-main ul { padding-left: 1.2em; }
.price-block { margin-top: 32px; padding-top: 26px; border-top: 3px solid var(--gold); }
.price-block > p { margin-bottom: 0; color: var(--ink-soft); }
.price-block > strong { display: block; font-family: var(--serif); font-size: clamp(3rem, 15vw, 5rem); line-height: 1; }
.price-block small { display: block; margin-top: 10px; color: var(--ink-soft); }
.faq-list { border-top: 1px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 58px; padding: 16px 36px 16px 0; cursor: pointer; font-weight: 750; }
details p { padding: 0 0 20px; color: var(--ink-soft); }
.final-cta { background: var(--ink); color: white; }
.final-cta .kicker { color: var(--gold-pale); }
.final-cta .delivery-note { color: var(--gold-pale); }
.site-footer { padding: 46px 20px; background: #0e1d2b; color: white; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.site-footer nav { margin: 26px 0; display: flex; flex-wrap: wrap; gap: 18px; }
.site-footer nav a { color: var(--gold-pale); text-underline-offset: 4px; }
.site-footer p { margin: 0; color: #c8d0d5; font-size: .88rem; }
.legal-main { width: min(100%, 880px); margin: 0 auto; padding: 68px 20px 90px; }
.legal-heading { padding-bottom: 30px; border-bottom: 4px solid var(--gold); }
.legal-heading h1 { font-family: var(--serif); }
.legal-content h2 { margin: 48px 0 12px; font-size: 1.65rem; }
.legal-content p { color: var(--ink-soft); }
.url-break { word-break: break-all; }

@media (min-width: 760px) {
  .site-header { padding-inline: 32px; }
  .section-pad { padding: 104px 32px; }
  .hero { min-height: 760px; padding: 82px 32px 100px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 58px; }
  .hero-proof { margin: 0; }
  .proof-board { min-height: 590px; }
  .hero .cta { max-width: 490px; }
  .scene { grid-template-columns: 90px minmax(0, 760px); }
  .reading-problem, .route-heading, .section-intro { display: grid; grid-template-columns: minmax(230px, .8fr) minmax(360px, 1.2fr); column-gap: 70px; }
  .reading-problem .section-intro { display: block; }
  .reading-problem .body-copy, .section-intro > p:last-child { grid-column: 2; }
  .route-heading .kicker { grid-column: 1; }
  .route-heading h2 { grid-column: 2; }
  .method { display: grid; grid-template-columns: repeat(4, 1fr); }
  .method li { padding: 18px; border-right: 1px solid var(--line); }
  .demo-pages { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 46px; }
  .demo .cta, .deliverables .cta, .route .cta { max-width: 540px; }
  .deliverable-list > div { grid-template-columns: 50px minmax(210px, .55fr) 1fr; align-items: baseline; }
  .deliverable-list p { grid-column: 3; margin: 0; }
  .profile { display: grid; grid-template-columns: 1fr 1fr; max-width: none; }
  .profile-side { padding: 90px max(32px, calc((100vw - var(--max)) / 2)); }
  .profile-yes { padding-left: max(32px, calc((100vw - var(--max)) / 2)); padding-right: 70px; }
  .profile-no { padding-left: 70px; padding-right: max(32px, calc((100vw - var(--max)) / 2)); }
  .offer { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
  .price-block { margin: 0; padding: 28px 0 0; }
  .final-cta { max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding-inline: max(32px, calc((100vw - var(--max)) / 2)); }
  .site-footer { padding-inline: max(32px, calc((100vw - var(--max)) / 2)); }
}

@media (min-width: 1200px) {
  .hero { gap: 86px; }
  .proof-board { min-height: 650px; }
}

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