:root {
  --paper: #f6f3ed;
  --paper-deep: #ece8df;
  --ink: #17232b;
  --muted: #667076;
  --line: #d7d5cd;
  --coral: #e6664f;
  --coral-dark: #c94d3d;
  --yellow: #f4d35e;
  --white: #fffdf9;
  --radius: 4px;
  --shell: 1160px;
  --shadow: 0 18px 50px rgba(23, 35, 43, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section-pad { padding: 104px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { border-bottom: 1px solid var(--line); background: rgba(246, 243, 237, .92); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 17px; font-weight: 800; letter-spacing: -.045em; }
.brand b { color: var(--coral); }
.brand-mark { display: grid; place-items: center; width: 28px; height: 28px; color: var(--white); background: var(--coral); border-radius: 50%; font-size: 17px; font-weight: 800; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; letter-spacing: .01em; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--coral-dark); }
.nav-cta { padding: 10px 14px; color: var(--white); background: var(--ink); border-radius: var(--radius); }
.nav-cta:hover, .button-dark:hover { background: #2b3b43; }
.menu-toggle { display: none; border: 1px solid var(--line); padding: 8px 10px; color: var(--ink); background: transparent; border-radius: var(--radius); font-size: 12px; font-weight: 800; }

.hero { padding-top: 92px; padding-bottom: 54px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(410px, .86fr); align-items: center; gap: 76px; }
.eyebrow, .section-index, .card-kicker, .card-label, .placeholder-tag, .snippet-label { margin: 0; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--coral-dark); }
.eyebrow-dot { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 620px; margin: 22px 0 24px; font-size: clamp(3.6rem, 7vw, 6.2rem); }
h1 em { color: var(--coral); font-style: normal; }
.hero-lede { max-width: 535px; margin-bottom: 30px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 12px 17px; border: 1px solid transparent; border-radius: var(--radius); text-decoration: none; font-size: 13px; font-weight: 800; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral); }
.button-primary:hover { background: var(--coral-dark); }
.button-dark { color: var(--white); background: var(--ink); width: 100%; }
.text-link { text-decoration: none; font-size: 13px; font-weight: 800; }
.text-link:hover { color: var(--coral-dark); }
.micro-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; }
.micro-note strong { color: var(--ink); }

.hero-art { position: relative; min-height: 480px; display: grid; place-items: center; }
.art-glow { position: absolute; width: 430px; height: 430px; background: var(--yellow); border-radius: 50%; opacity: .74; }
.response-card { position: relative; width: min(100%, 410px); padding: 28px 29px 22px; color: var(--ink); background: var(--white); border: 1px solid rgba(23, 35, 43, .14); box-shadow: var(--shadow); transform: rotate(3.5deg); }
.response-card-back { position: absolute; height: 414px; background: var(--coral); opacity: .92; transform: translate(21px, 17px) rotate(9deg); }
.card-topline, .card-footer, .card-checks { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.card-kicker { color: var(--coral-dark); font-size: 10px; }
.card-stamp { padding: 4px 6px; color: var(--coral-dark); border: 1px solid rgba(201, 77, 61, .4); font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.card-rule { height: 1px; margin: 24px 0 22px; background: var(--line); }
.card-label { color: var(--muted); font-size: 9px; }
.response-card h2 { margin: 14px 0 28px; font-size: 34px; line-height: 1.03; }
.message-row { display: flex; align-items: center; gap: 12px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.message-avatar { display: grid; flex: 0 0 32px; place-items: center; width: 32px; height: 32px; color: var(--white); background: var(--ink); border-radius: 50%; font-size: 9px; font-weight: 850; }
.message-row p { margin: 0; font-size: 12px; line-height: 1.35; }
.card-checks { justify-content: flex-start; gap: 13px; padding: 19px 0 26px; color: var(--muted); font-size: 10px; }
.card-checks i { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 4px; color: var(--white); background: var(--coral); border-radius: 50%; font-style: normal; font-size: 10px; }
.card-footer { padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .09em; }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { display: flex; align-items: baseline; gap: 12px; padding: 18px 20px 18px 0; }
.proof-strip div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.proof-strip strong { font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 500; letter-spacing: -.05em; }
.proof-strip span { color: var(--muted); font-size: 12px; }

.section-cream { background: var(--paper-deep); }
.section-index { color: var(--coral-dark); }
.split-heading { display: grid; grid-template-columns: .65fr 1fr; gap: 80px; }
h2 { margin-bottom: 20px; font-size: clamp(2.6rem, 4.4vw, 4.5rem); }
.section-intro { max-width: 560px; margin: 5px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.leak-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: var(--line); border: 1px solid var(--line); }
.leak-card { min-height: 224px; padding: 24px; background: var(--paper-deep); }
.leak-number, .process-number { display: block; margin-bottom: 50px; color: var(--coral-dark); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.leak-card h3, .process-grid h3 { margin-bottom: 10px; font-size: 18px; letter-spacing: -.02em; }
.leak-card p, .process-grid p { max-width: 270px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.section-heading-row { display: grid; grid-template-columns: 1fr .58fr; gap: 70px; align-items: end; }
.section-heading-row h2 { max-width: 650px; margin: 18px 0 0; }
.section-intro-short { max-width: 330px; font-size: 15px; }
.offer-layout { display: grid; grid-template-columns: 1fr 330px; gap: 72px; align-items: start; margin-top: 72px; }
.deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; margin: 0; padding: 0; list-style: none; }
.deliverables li { display: flex; gap: 15px; min-height: 140px; padding: 0 0 25px; border-top: 1px solid var(--line); }
.deliverable-number { padding-top: 20px; color: var(--coral-dark); font-size: 11px; font-weight: 850; }
.deliverables h3 { margin: 17px 0 8px; font-size: 17px; }
.deliverables p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.price-card { padding: 28px; color: var(--white); background: var(--coral); box-shadow: 10px 10px 0 var(--yellow); }
.price-kicker { margin-bottom: 18px; color: #ffe9d8; font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.price { font-family: Georgia, "Times New Roman", serif; font-size: 68px; letter-spacing: -.07em; line-height: 1; }
.price span { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0; }
.price-copy { margin: 20px 0 26px; color: #fff0e9; font-size: 14px; line-height: 1.55; }
.price-card .button { color: var(--ink); background: var(--white); }
.price-card .button:hover { background: var(--yellow); }
.price-footnote { margin: 20px 0 0; color: #ffe9d8; font-size: 11px; line-height: 1.5; }

.section-ink { color: var(--white); background: var(--ink); }
.section-index-light { color: var(--yellow); }
.example-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 110px; align-items: center; }
.example-grid h2 { max-width: 430px; margin-top: 18px; }
.example-intro { max-width: 330px; color: #b7c1c1; font-size: 16px; line-height: 1.6; }
.before-after { padding: 25px; background: #26363d; border: 1px solid #405057; }
.example-label { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 20px; border-bottom: 1px solid #405057; color: var(--yellow); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.example-label span { color: #aeb9ba; font-weight: 500; letter-spacing: 0; }
.copy-snippet { padding: 23px 0 18px; border-bottom: 1px solid #405057; }
.copy-snippet p { max-width: 480px; margin: 10px 0 0; color: #d2d9d8; font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.25; }
.snippet-label { color: #aeb9ba; font-size: 9px; }
.snippet-arrow { padding: 12px 0 0; color: var(--coral); font-size: 22px; }
.snippet-after { padding-top: 5px; border-bottom: 0; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 70px; border-top: 1px solid var(--line); }
.process-grid article { min-height: 260px; padding: 25px 30px 20px 0; }
.process-grid article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.process-number { margin-bottom: 90px; }

.section-yellow { background: var(--yellow); }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.contact-card h2 { max-width: 500px; margin: 18px 0; }
.contact-copy { max-width: 480px; margin: 0; color: #485159; font-size: 16px; line-height: 1.6; }
.contact-placeholder { padding: 25px; background: rgba(255, 253, 249, .58); border: 1px dashed rgba(23, 35, 43, .44); }
.placeholder-tag { color: var(--coral-dark); font-size: 10px; }
.contact-placeholder p { margin: 20px 0 21px; font-size: 18px; font-weight: 700; line-height: 1.3; }
.placeholder-line { display: block; width: 100%; height: 1px; margin-bottom: 13px; background: rgba(23, 35, 43, .22); }
.contact-placeholder small { color: #596268; font-size: 11px; }

.site-footer { padding: 27px 0; color: #aab3b4; background: var(--ink); }
.footer-inner { display: flex; align-items: center; gap: 28px; }
.footer-inner .brand { color: var(--white); }
.footer-inner p, .footer-year { margin: 0; font-size: 11px; }
.footer-inner p { flex: 1; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { max-width: 700px; }
  .hero-art { min-height: 430px; }
  .split-heading, .section-heading-row, .example-grid, .contact-card { grid-template-columns: 1fr; gap: 30px; }
  .offer-layout { grid-template-columns: 1fr; gap: 50px; }
  .price-card { max-width: 430px; }
  .example-grid { gap: 45px; }
  .contact-placeholder { max-width: 500px; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section-pad { padding: 72px 0; }
  .header-inner { min-height: 68px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; z-index: 10; top: 68px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 10px; }
  .nav-cta { margin-top: 4px; text-align: center; }
  .hero { padding-top: 65px; }
  h1 { font-size: clamp(3.1rem, 16vw, 5rem); }
  .hero-lede { font-size: 16px; }
  .hero-art { min-height: 330px; margin-top: 10px; }
  .art-glow { width: 290px; height: 290px; }
  .response-card { width: min(100%, 335px); padding: 22px; }
  .response-card-back { height: 338px; }
  .response-card h2 { font-size: 28px; }
  .proof-strip { grid-template-columns: 1fr; margin-top: 20px; }
  .proof-strip div, .proof-strip div + div { padding: 14px 0; border-left: 0; }
  .proof-strip div + div { border-top: 1px solid var(--line); }
  .split-heading, .section-heading-row { gap: 20px; }
  .leak-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .leak-card { min-height: 0; padding: 21px; }
  .leak-number { margin-bottom: 30px; }
  .deliverables { grid-template-columns: 1fr; }
  .offer-layout { margin-top: 42px; }
  .price-card { box-shadow: 7px 7px 0 var(--yellow); }
  .before-after { padding: 18px; }
  .example-label { display: block; line-height: 1.7; }
  .example-label span { display: block; }
  .copy-snippet p { font-size: 19px; }
  .process-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .process-grid article, .process-grid article + article { min-height: 0; padding: 22px 0; border-left: 0; }
  .process-grid article + article { border-top: 1px solid var(--line); }
  .process-number { margin-bottom: 32px; }
  .footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 16px; }
  .footer-inner p { grid-column: 1 / -1; grid-row: 2; }
}

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