:root {
  --ink: #171719;
  --paper: #f3efe6;
  --white: #fffdf7;
  --board: #e5ded0;
  --rule: #d2c9ba;
  --coral: #bd604e;
  --coral-strong: #a44739;
  --coral-on-dark: #f08b75;
  --depth: #345250;
  --signal: #9d7a20;
  --mute: #625f58;
  --success: #355e4b;
  --hold: #8a5d27;
  --danger: #8a453b;
  --night: #142826;
  --night-soft: #203b38;
  --mist: #e8eee9;
  --coral-bright: #e8654f;
  --shadow: 0 24px 70px rgba(23, 23, 25, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 18px/1.55 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--depth); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1120px, 88vw); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--rule); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(10px); }
.header-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { text-decoration: none; color: var(--ink); font-weight: 760; letter-spacing: .01em; }
.brand::before { content: ""; display: inline-block; width: 26px; height: 8px; margin-right: 9px; border-top: 3px solid currentColor; border-radius: 70% 0 0 0; transform: skewX(-25deg); vertical-align: 2px; }
.brand span { color: var(--mute); font-weight: 470; }
nav { display: flex; align-items: center; gap: 18px; font-size: 15px; }
nav a { text-decoration: none; color: var(--ink); }
.btn { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 3px; padding: 11px 17px; text-decoration: none; font-weight: 700; background: var(--ink); color: var(--white); }
.btn-coral { background: var(--coral-strong); }
.btn-secondary { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; padding: 70px 0 42px; align-items: end; }
h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.12; letter-spacing: -.025em; margin: 0 0 16px; }
h1 { font-size: clamp(40px, 5.7vw, 68px); }
h2 { font-size: clamp(30px, 3.5vw, 43px); }
h3 { font-size: clamp(24px, 2.4vw, 31px); }
h4 { font-size: 20px; margin-top: 24px; }
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; color: var(--depth); }
.strap { font-size: 20px; margin: 8px 0 22px; }
.lede { max-width: 42rem; color: var(--mute); font-size: 19px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 28px; }
.sample-card { border: 1px solid var(--rule); background: var(--white); padding: 24px; box-shadow: 9px 10px 0 var(--board); }
.sample-card h2 { font-size: clamp(24px, 2.4vw, 31px); }
.sample-card small { text-transform: uppercase; letter-spacing: .09em; color: var(--mute); }
.sample-card ol { padding-left: 20px; color: var(--mute); }
.compact-hero { padding-top: 54px; }
section { padding: 58px 0; border-top: 1px solid var(--rule); }
.section-intro { max-width: 47rem; color: var(--mute); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 25px; }
.step { min-height: 142px; background: var(--white); border: 1px solid var(--rule); padding: 16px; }
.step b { display: block; font-size: 12px; color: var(--coral); letter-spacing: .09em; margin-bottom: 8px; }
.flow-panel { margin-top: 28px; background: var(--white); border: 1px solid var(--rule); padding: 28px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.field { display: grid; gap: 7px; }
.field-wide { grid-column: 1 / -1; }
label { font-weight: 720; font-size: 15px; }
.field-note, .microcopy { color: var(--mute); font-size: 13px; }
input, select, textarea { width: 100%; border: 1px solid #bdb4a4; background: #fffefa; color: var(--ink); border-radius: 3px; padding: 11px 12px; }
input:focus, select:focus, textarea:focus { outline: 3px solid color-mix(in srgb, var(--coral) 24%, transparent); border-color: var(--coral); }
textarea { min-height: 92px; resize: vertical; }
.result-panel { margin-top: 26px; scroll-margin-top: 88px; }
.result-banner { background: var(--depth); color: var(--white); padding: 24px; }
.result-banner .eyebrow { color: #e8dfcb; }
.result-banner h3 { margin-bottom: 6px; }
.result-grid, .brief-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 20px; }
.evidence-row, .readiness-row { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--rule); font-size: 14px; }
.evidence-row > :last-child, .readiness-row > :last-child { text-align: right; }
.evidence-badge { display: inline-block; padding: 2px 6px; border: 1px solid var(--rule); border-radius: 999px; font-size: 11px; font-weight: 800; margin-right: 5px; background: var(--paper); }
.evidence-calculated { border-color: var(--depth); color: var(--depth); }
.evidence-unknown { border-color: var(--hold); color: var(--hold); }
.missing-fact { background: #f6ead7; border-left: 4px solid var(--hold); padding: 14px 16px; margin-top: 18px; }
.guardrail-list { font-size: 14px; color: var(--mute); }
.preview-picker { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.preview-status { display: flex; justify-content: space-between; gap: 18px; padding: 12px 14px; margin-top: 22px; border-left: 4px solid; background: var(--white); }
.status-ready { border-color: var(--success); }
.status-hold { border-color: var(--hold); }
.callout { padding: 14px 16px; border-left: 4px solid var(--depth); background: #edf2ef; margin: 16px 0; }
.keep-human { border-color: var(--coral); background: #f7eae5; }
.readiness-score { font-weight: 800; }
details { margin-top: 24px; }
summary { cursor: pointer; font-weight: 700; }
pre { overflow: auto; white-space: pre-wrap; background: #242629; color: #f4f4f0; padding: 16px; border-radius: 3px; font-size: 12px; }
.trust-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.trust-item { background: var(--board); padding: 18px; }
.link-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.link-card { background: var(--white); border: 1px solid var(--rule); padding: 20px; text-decoration: none; color: var(--ink); }
.link-card p { color: var(--mute); font-size: 14px; }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.problem-card { background: var(--white); border: 1px solid var(--rule); padding: 22px; }
.problem-card p { color: var(--mute); }
.two-path-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.intent-link-card { border-color: var(--coral); box-shadow: 5px 6px 0 var(--board); }
.intent-hero { align-items: center; }
.price-panel { margin-top: 28px; padding: 20px; background: var(--depth); color: var(--white); border-left: 5px solid var(--coral); }
.price-panel span { display: block; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 800; color: #e8dfcb; }
.price-panel strong { display: block; margin: 5px 0 4px; font: 500 clamp(26px, 3vw, 37px)/1.1 Georgia, "Times New Roman", serif; }
.price-panel p { margin: 8px 0 0; font-size: 14px; color: #eee9df; }
.sample-brief-grid { margin-top: 28px; padding: 26px; background: var(--white); border: 1px solid var(--rule); }
.monday-sheet { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.monday-sheet article { background: var(--white); border: 1px solid var(--rule); padding: 22px; }
.monday-sheet article p, .monday-sheet article li { color: var(--mute); }
.monday-sheet .decision-card { grid-column: 1 / -1; background: var(--depth); color: var(--white); border-left: 5px solid var(--coral); }
.monday-sheet .decision-card .eyebrow, .monday-sheet .decision-card p { color: #eee9df; }
.monday-sheet .keep-human { border-left: 5px solid var(--coral); background: #f7eae5; }
.monday-sheet .next-step { grid-column: 1 / -1; border-left: 5px solid var(--success); background: #edf2ef; }
.price-response-fieldset { border: 1px solid var(--rule); padding: 16px; margin: 0; }
.price-response-fieldset legend { font-weight: 750; padding: 0 6px; }
.radio-option { display: flex; align-items: flex-start; gap: 10px; background: var(--paper); border: 1px solid var(--rule); padding: 12px; font-weight: 600; }
.radio-option + .radio-option { margin-top: 8px; }
.radio-option input { width: auto; margin-top: 4px; flex: none; }
footer { padding: 36px 0 58px; color: var(--mute); font-size: 14px; }
footer a { display: inline-block; margin-right: 14px; }
.prototype-note { padding: 10px 0; background: #2b2e30; color: #f7f4eb; font-size: 13px; text-align: center; }

/* Launch-candidate system: baseline clarity with precision-study hierarchy and motion. */
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--coral-bright); outline-offset: 4px; }
.launch-hero { align-items: center; min-height: min(760px, calc(100vh - 94px)); padding-block: clamp(56px, 8vw, 104px); }
.launch-hero h1 { max-width: 760px; font-size: clamp(48px, 6.3vw, 82px); }
.launch-hero .lede { max-width: 660px; font-size: clamp(18px, 2vw, 22px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--mute); font-size: 14px; font-weight: 650; }
.hero-proof li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--coral); vertical-align: 1px; }
.workflow-board { position: relative; overflow: hidden; padding: clamp(22px, 3vw, 34px); border-radius: 22px; background: var(--night); color: var(--white); box-shadow: var(--shadow); }
.workflow-board::after { content: ""; position: absolute; inset: auto -80px -120px auto; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.workflow-board .eyebrow { color: #b9cbc7; }
.workflow-board h2, .workflow-board h3 { color: var(--white); }
.workflow-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.workflow-tab { border: 1px solid rgba(255,255,255,.24); border-radius: 999px; padding: 8px 12px; background: transparent; color: #d8e2df; font-size: 13px; font-weight: 700; }
.workflow-tab[aria-selected="true"] { background: var(--white); color: var(--night); }
.workflow-columns { display: grid; grid-template-columns: .86fr 1.14fr; gap: 14px; }
.workflow-column { min-width: 0; }
.workflow-label { display: block; margin-bottom: 8px; color: #9db4af; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.motion-card { position: relative; min-height: 88px; margin-bottom: 8px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: rgba(255,255,255,.055); transition: transform .42s cubic-bezier(.2,.8,.2,1), opacity .32s ease, border-color .32s ease; }
.motion-card small { display: block; margin-bottom: 4px; color: #9db4af; letter-spacing: .08em; }
.motion-card strong { display: block; font-size: 14px; }
.motion-card span { display: block; margin-top: 3px; color: #b9c5c2; font-size: 12px; }
.workflow-board[data-running="true"] .friction .motion-card:nth-child(2) { transform: translateX(10px) rotate(1deg); opacity: .58; }
.workflow-board[data-running="true"] .friction .motion-card:nth-child(3) { transform: translateX(-7px) rotate(-1deg); opacity: .42; }
.workflow-board[data-running="true"] .controlled .motion-card { border-color: rgba(232,101,79,.5); transform: translateY(-2px); }
.workflow-run { width: 100%; margin-top: 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 11px 16px; background: transparent; color: var(--white); font-weight: 750; }
.workflow-legend { display: flex; gap: 16px; margin-top: 15px; color: #9db4af; font-size: 11px; }
.workflow-legend span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--coral-bright); }
.workflow-legend span:last-child::before { background: #9fc8b8; }
.confidence-bar { border-block: 1px solid var(--rule); background: rgba(255,255,255,.28); }
.confidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.confidence-item { padding: 22px 24px; border-right: 1px solid var(--rule); }
.confidence-item:last-child { border-right: 0; }
.confidence-item strong { display: block; font-size: 15px; }
.confidence-item span { display: block; margin-top: 4px; color: var(--mute); font-size: 13px; }
.section-dark { background: var(--night); color: var(--white); border-top: 0; }
.section-dark .eyebrow, .section-dark .section-intro, .section-dark p { color: #bdcbc8; }
.section-dark a { color: var(--white); }
.section-number { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 16px; border: 1px solid var(--rule); border-radius: 50%; color: var(--coral-strong); font-size: 12px; font-weight: 800; }
.section-dark .section-number { color: var(--coral-on-dark); }
.offer-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 14px; margin-top: 28px; }
.offer-card { display: flex; flex-direction: column; min-height: 310px; padding: 26px; border: 1px solid var(--rule); background: var(--white); }
.offer-card.primary { color: var(--white); background: var(--night); border-color: var(--night); box-shadow: var(--shadow); }
.offer-card.primary p, .offer-card.primary .eyebrow { color: #bdcbc8; }
.offer-card .price { margin: auto 0 12px; font: 500 36px/1.1 Georgia, "Times New Roman", serif; }
.offer-card .btn { align-self: flex-start; }
.sample-shell { overflow: hidden; margin-top: 30px; border: 1px solid var(--rule); border-radius: 16px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.sample-head { display: flex; justify-content: space-between; gap: 20px; padding: 18px 22px; background: var(--night); color: var(--white); }
.sample-head strong { letter-spacing: .08em; }
.sample-head span { color: #bdcbc8; font-size: 12px; }
.sample-body { padding: clamp(22px, 4vw, 38px); color: var(--ink); }
.sample-decision { padding: 22px; border-left: 5px solid var(--coral); background: var(--mist); color: var(--ink); }
.sample-decision small { color: var(--depth); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sample-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 14px; }
.sample-block { padding: 18px; border: 1px solid var(--rule); color: var(--ink); }
.sample-block h3 { font-size: 22px; }
.sample-block p, .sample-block li { color: var(--mute); font-size: 15px; }
.section-dark .sample-decision p, .section-dark .sample-block p, .section-dark .sample-block li { color: var(--mute); }
.sample-block.keep-human { border-left-width: 5px; }
.plain-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.plain-list li { position: relative; padding-left: 24px; }
.plain-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.risk-panel { padding: 28px; border: 1px solid var(--rule); background: var(--mist); }
.risk-panel h3 { margin-bottom: 8px; }
.faq-list { border-top: 1px solid var(--rule); }
.faq-list details { margin: 0; padding: 18px 0; border-bottom: 1px solid var(--rule); }
.faq-list summary { font-size: 18px; }
.legal-readiness { padding: 20px; border-left: 5px solid var(--hold); background: #f6ead7; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, .7fr); gap: 24px; }
.footer-grid h3 { font: inherit; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 7px 0; }

@media (max-width: 880px) {
  .hero, .grid-2, .result-grid, .brief-layout { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  nav .hide-small { display: none; }
  .trust-strip, .link-grid, .two-path-grid, .problem-grid { grid-template-columns: 1fr; }
  .monday-sheet { grid-template-columns: 1fr; }
  .monday-sheet .decision-card, .monday-sheet .next-step { grid-column: auto; }
  .launch-hero { min-height: auto; }
  .confidence-grid, .offer-grid { grid-template-columns: 1fr 1fr; }
  .confidence-item:nth-child(2) { border-right: 0; }
  .confidence-item { border-bottom: 1px solid var(--rule); }
  .offer-card.primary { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  body { font-size: 17px; }
  .wrap { width: min(92vw, 1120px); }
  .header-inner { min-height: 58px; }
  nav { gap: 8px; }
  .hero { padding-top: 38px; }
  .form-grid, .steps { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  section { padding: 44px 0; }
  .flow-panel, .sample-brief-grid { padding: 20px; }
  .launch-hero h1 { font-size: clamp(42px, 13.8vw, 58px); }
  .workflow-columns, .confidence-grid, .offer-grid, .sample-grid, .footer-grid { grid-template-columns: 1fr; }
  .confidence-item { border-right: 0; }
  .offer-card.primary { grid-column: auto; }
  .sample-head { display: block; }
  .workflow-board { border-radius: 15px; }
  .workflow-tabs { display: grid; grid-template-columns: 1fr; }
  .workflow-tab { text-align: left; }
}

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