:root {
  --navy: #181818;
  --navy-2: #2a2a2a;
  --ink: #1b1b1b;
  --paper: #faf8f5;
  --paper-2: #edeae5;
  --lime: #ff8a4c;
  --coral: #c84812;
  --muted: #65717a;
  --line: rgba(23, 32, 43, .17);
  --white-line: rgba(244, 240, 232, .2);
  --sans: "Rubik", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Rubik", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.site-shell { overflow: hidden; }
.nav { align-items: center; display: flex; gap: 28px; justify-content: space-between; margin: 0 auto; max-width: 1240px; padding: 24px 36px; }
.wordmark, .footer-brand { align-items: center; display: inline-flex; font-size: 19px; font-weight: 700; gap: 9px; letter-spacing: -.05em; }
.wordmark-mark { align-items: center; background: var(--lime); color: var(--navy); display: inline-flex; font-family: var(--serif); font-size: 22px; height: 31px; justify-content: center; line-height: 1; width: 31px; }
.nav nav { display: flex; gap: 27px; margin-left: auto; }
.nav nav a, .text-link { color: var(--muted); font-size: 14px; font-weight: 600; transition: color .2s ease; }
.nav nav a:hover, .text-link:hover { color: var(--ink); }
.nav-cta { border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 600; padding-bottom: 4px; }

.section-grid { display: grid; gap: clamp(44px, 7vw, 112px); grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); margin: 0 auto; max-width: 1240px; padding-left: 36px; padding-right: 36px; }
.hero { align-items: center; min-height: 640px; padding-bottom: 86px; padding-top: 74px; }
.hero-copy { max-width: 610px; }
.eyebrow { align-items: center; color: var(--coral); display: flex; font-size: 12px; font-weight: 700; gap: 8px; letter-spacing: .08em; margin: 0 0 24px; text-transform: uppercase; }
.eyebrow-dot { background: var(--coral); border-radius: 50%; height: 7px; width: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { font-size: clamp(58px, 7.2vw, 104px); margin-bottom: 28px; max-width: 650px; }
h2 { font-size: clamp(43px, 5vw, 70px); margin-bottom: 22px; }
h3 { font-size: 19px; letter-spacing: -.025em; margin-bottom: 7px; }
.hero-lede { color: #45535d; font-size: 18px; line-height: 1.58; margin-bottom: 32px; max-width: 530px; }
.hero-actions, .submit-row { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; }
.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 700; gap: 15px; justify-content: center; min-height: 51px; padding: 14px 20px; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-lime { background: var(--lime); color: var(--navy); }
.button-lime:hover { background: #ff9d68; }
.button-dark { background: var(--navy); color: var(--paper); }
.button-dark:hover { background: var(--navy-2); }
.button-outline { background: transparent; border: 1px solid var(--navy); color: var(--navy); }
.button-outline:hover { background: var(--navy); color: var(--paper); }
.button-paper { background: var(--paper); color: var(--navy); }
.button-paper:hover { background: #fffaf0; }
.text-link { border-bottom: 1px solid var(--line); padding-bottom: 3px; }
.hero-note { color: #7c8589; font-size: 12px; margin: 20px 0 0; }

.estimator-card { background: var(--navy); color: var(--paper); padding: clamp(28px, 4vw, 46px); position: relative; }
.estimator-card::after { background: var(--coral); content: ""; height: 14px; position: absolute; right: 0; top: 0; width: 14px; }
.card-topline { align-items: center; color: #aebbc0; display: flex; font-size: 11px; font-weight: 700; justify-content: space-between; letter-spacing: .1em; text-transform: uppercase; }
.live-chip { align-items: center; color: var(--lime); display: inline-flex; gap: 7px; letter-spacing: .04em; }
.live-chip span { background: var(--lime); border-radius: 50%; height: 6px; width: 6px; }
.estimator-card h2 { color: var(--paper); font-size: clamp(38px, 4.5vw, 59px); margin: 54px 0 16px; max-width: 400px; }
.card-intro { color: #b4c0c5; font-size: 15px; line-height: 1.55; max-width: 400px; }
.estimate-output { border-bottom: 1px solid var(--white-line); border-top: 1px solid var(--white-line); margin: 28px 0 23px; padding: 18px 0 16px; }
.estimate-label { color: var(--lime); display: block; font-size: 11px; font-weight: 700; letter-spacing: .1em; margin-bottom: 5px; text-transform: uppercase; }
.estimate-output strong { color: var(--paper); display: block; font-family: var(--serif); font-size: clamp(39px, 4.3vw, 58px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.estimate-output span:last-child { color: #aebbc0; display: block; font-size: 12px; margin-top: 8px; }
.estimator-controls { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
label > span, .tool-picker legend { display: block; font-size: 12px; font-weight: 700; margin-bottom: 7px; }
.estimator-card label > span { color: #aebbc0; }
select, input, textarea { background: rgba(255, 255, 255, .45); border: 1px solid var(--line); border-radius: 0; color: var(--ink); min-height: 48px; padding: 12px 13px; width: 100%; }
.estimator-card select { appearance: none; background-color: var(--navy-2); border-color: var(--white-line); color: var(--paper); }
textarea { min-height: 105px; resize: vertical; }
select { cursor: pointer; }
.card-link { border-bottom: 1px solid var(--lime); color: var(--lime); display: inline-block; font-size: 13px; font-weight: 700; margin-top: 28px; padding-bottom: 3px; }

.proof-strip { background: var(--navy); color: var(--paper); display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin-top: 0; }
.proof-strip > div { border-right: 1px solid var(--white-line); min-height: 180px; padding: 29px 36px 33px; }
.proof-strip > div:last-child { border-right: 0; }
.proof-number { color: var(--lime); display: block; font-size: 11px; font-weight: 700; letter-spacing: .1em; margin-bottom: 27px; }
.proof-strip strong { display: block; font-size: 18px; margin-bottom: 6px; }
.proof-strip p { color: #aebbc0; font-size: 13px; line-height: 1.5; margin-bottom: 0; max-width: 270px; }

.section { margin: 0 auto; max-width: 1240px; padding-left: 36px; padding-right: 36px; }
.how { display: grid; gap: 80px; grid-template-columns: minmax(250px, .85fr) 1.15fr; padding-bottom: 150px; padding-top: 150px; }
.section-heading { max-width: 400px; }
.section-heading h2 { max-width: 390px; }
.process-list { border-top: 1px solid var(--line); }
.process-item { border-bottom: 1px solid var(--line); display: grid; gap: 25px; grid-template-columns: 45px 1fr; padding: 28px 0 29px; }
.process-index { color: var(--coral); font-size: 12px; font-weight: 700; padding-top: 5px; }
.process-item p { color: var(--muted); font-size: 15px; line-height: 1.55; margin-bottom: 0; max-width: 510px; }

.buyer-section { align-items: center; background: var(--navy); color: var(--paper); max-width: none; padding-bottom: 120px; padding-top: 120px; }
.buyer-section > div { max-width: 510px; }
.eyebrow-dark { color: var(--lime); }
.buyer-section h2 { color: var(--paper); }
.body-large { color: #b5c1c6; font-size: 17px; line-height: 1.6; }
.buyer-routes { max-width: none !important; }
.route-row { align-items: flex-start; border-bottom: 1px solid var(--white-line); display: grid; gap: 16px; grid-template-columns: 42px 1fr 20px; padding: 22px 0; }
.route-row:first-child { border-top: 1px solid var(--white-line); }
.route-mark { align-items: center; color: var(--navy); display: inline-flex; font-family: var(--serif); font-size: 23px; height: 38px; justify-content: center; width: 38px; }
.route-mark-lime { background: var(--lime); }
.route-mark-coral { background: var(--coral); }
.route-mark-paper { background: var(--paper); }
.route-row strong { display: block; font-size: 16px; margin: 1px 0 6px; }
.route-row p { color: #aebbc0; font-size: 13px; line-height: 1.5; margin: 0; }
.route-arrow { color: var(--lime); font-size: 18px; padding-top: 2px; }

.intake-section { padding-bottom: 140px; padding-top: 140px; }
.intake-intro { align-items: end; display: flex; gap: 60px; justify-content: space-between; margin-bottom: 75px; }
.intake-intro h2 { max-width: 640px; }
.intake-intro p { color: var(--muted); font-size: 17px; margin-bottom: 0; max-width: 560px; }
.privacy-note { align-items: flex-start; border-left: 2px solid var(--lime); display: flex; gap: 12px; max-width: 300px; padding: 2px 0 2px 15px; }
.privacy-note > span { color: var(--coral); font-size: 22px; }
.privacy-note strong { display: block; font-size: 13px; margin-bottom: 3px; }
.privacy-note p { font-size: 12px; line-height: 1.45; }

#intake-form { border-top: 1px solid var(--line); }
.form-section { border-bottom: 1px solid var(--line); padding: 44px 0 48px; }
.form-section-heading { display: grid; gap: 24px; grid-template-columns: 37px 1fr; margin-bottom: 32px; }
.form-section-heading > span { color: var(--coral); font-size: 12px; font-weight: 700; padding-top: 4px; }
.form-section-heading h3 { font-family: var(--serif); font-size: 31px; font-weight: 400; letter-spacing: -.03em; margin: 0 0 4px; }
.form-section-heading p { color: var(--muted); font-size: 13px; margin: 0; }
.field-grid { display: grid; gap: 22px 18px; margin-left: 61px; max-width: 820px; }
.two-col { grid-template-columns: 1fr 1fr; }
.span-2 { grid-column: 1 / -1; }
label { display: block; }
label > span, .tool-picker legend { font-size: 13px; }
label > span small, .consent-row small { color: var(--muted); font-size: 11px; font-weight: 400; }
label em, .tool-picker em, .consent-row em { color: var(--coral); font-style: normal; }
input::placeholder, textarea::placeholder { color: #8a9293; }
input:focus, select:focus, textarea:focus { background: #fffaf0; border-color: var(--navy); outline: none; }
.tool-picker { border: 0; margin: 0 0 0 61px; max-width: 820px; padding: 0; }
.tool-picker legend { padding: 0; }
.field-help { color: var(--muted); font-size: 12px; margin: -2px 0 16px; }
.tool-grid { display: grid; gap: 9px; grid-template-columns: repeat(4, 1fr); }
.check-card { cursor: pointer; position: relative; }
.check-card input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.check-card span { align-items: center; background: transparent; border: 1px solid var(--line); display: flex; font-size: 12px; font-weight: 600; justify-content: center; min-height: 68px; padding: 10px; text-align: center; transition: background-color .2s ease, border-color .2s ease; }
.check-card input:checked + span { background: var(--lime); border-color: var(--lime); color: var(--navy); }
.check-card input:focus-visible + span { outline: 3px solid var(--coral); outline-offset: 2px; }
.compact-top { margin-top: 28px; }
.rights-callout { background: var(--paper-2); border-left: 3px solid var(--coral); font-size: 13px; line-height: 1.55; margin: 28px 0 0 61px; max-width: 820px; padding: 15px 18px; }
.rights-callout span { font-weight: 700; }
.form-submit-section { padding-bottom: 0; }
.consent-row { align-items: flex-start; display: flex; font-size: 13px; gap: 10px; margin: 0 0 14px 61px; max-width: 790px; }
.consent-row input { flex: 0 0 auto; height: 19px; min-height: 0; margin: 0; padding: 0; width: 19px; }
.submit-row { margin: 32px 0 0 61px; }
.form-footnote { color: var(--muted); font-size: 11px; margin: 17px 0 0 61px; max-width: 620px; }
.form-status { font-size: 13px; margin: 16px 0 0 61px; min-height: 22px; }
.form-status.success { color: #31743b; }
.form-status.error { color: #a53a2b; }

.prompt-section { background: var(--coral); color: var(--navy); max-width: none; padding-bottom: 105px; padding-top: 105px; }
.prompt-section > div { max-width: 510px; }
.prompt-section h2 { max-width: 480px; }
.prompt-section .eyebrow { color: var(--navy); }
.prompt-section .body-large { color: #493f3b; }
.prompt-preview { align-self: center; background: rgba(16, 38, 61, .93); color: var(--lime); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; line-height: 1.75; margin: 0; padding: 28px; white-space: pre-wrap; }

.footer { align-items: center; background: var(--navy); color: var(--paper); display: grid; gap: 22px; grid-template-columns: 1fr 1.5fr 1.5fr; padding: 34px 36px; }
.footer-brand { color: var(--paper); }
.footer-brand .wordmark-mark { color: var(--navy); }
.footer p { color: #aebbc0; font-size: 11px; margin: 0; max-width: 260px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 17px; justify-content: end; }
.footer-links a { color: var(--lime); font-size: 11px; }

@media (max-width: 850px) {
  .nav { padding-left: 22px; padding-right: 22px; }
  .nav nav { display: none; }
  .nav-cta { margin-left: auto; }
  .section-grid { grid-template-columns: 1fr; padding-left: 22px; padding-right: 22px; }
  .hero { gap: 65px; padding-bottom: 75px; padding-top: 45px; }
  h1 { font-size: clamp(55px, 13vw, 86px); }
  .estimator-card { max-width: 620px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip > div { border-bottom: 1px solid var(--white-line); border-right: 0; min-height: 0; padding: 25px 22px; }
  .proof-number { margin-bottom: 13px; }
  .section { padding-left: 22px; padding-right: 22px; }
  .how { display: block; padding-bottom: 100px; padding-top: 100px; }
  .section-heading { margin-bottom: 52px; }
  .buyer-section { padding-bottom: 90px; padding-top: 90px; }
  .intake-section { padding-bottom: 90px; padding-top: 90px; }
  .intake-intro { align-items: start; display: block; margin-bottom: 55px; }
  .privacy-note { margin-top: 38px; }
  .footer { grid-template-columns: 1fr 1fr; padding-left: 22px; padding-right: 22px; }
  .footer-links { justify-content: start; }
  .footer p { grid-row: 2; }
}

@media (max-width: 570px) {
  .nav { padding-bottom: 18px; padding-top: 18px; }
  .nav-cta { font-size: 12px; }
  .hero { min-height: 0; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .estimator-controls, .two-col { grid-template-columns: 1fr; }
  .estimator-card { padding: 26px 22px; }
  .estimator-card h2 { margin-top: 41px; }
  .tool-grid { grid-template-columns: 1fr 1fr; }
  .field-grid, .tool-picker { margin-left: 0; }
  .form-section-heading { gap: 16px; grid-template-columns: 25px 1fr; }
  .rights-callout, .consent-row, .form-footnote, .form-status { margin-left: 0; }
  .submit-row { align-items: stretch; flex-direction: column; margin-left: 0; }
  .submit-row .button { width: 100%; }
  .prompt-section { padding-bottom: 75px; padding-top: 75px; }
  .prompt-preview { font-size: 11px; margin-top: 22px; padding: 20px; }
  .footer { display: block; }
  .footer p { margin: 22px 0; }
  .footer-links { justify-content: start; }
}

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

@font-face { font-family: Rubik; font-style: normal; font-weight: 300 900; font-display: swap; src: url('/rubik.woff2') format('woff2'); }
h1, h2 { font-weight: 500; line-height: 1.05; }
h1 { font-size: clamp(48px, 5.7vw, 78px); letter-spacing: -.065em; }
h2 { font-size: clamp(35px, 4.2vw, 56px); }
.accent { color: #b7400a; }
.hero { padding-top: 65px; padding-bottom: 70px; }
.wordmark, .footer-brand { font-size: 24px; letter-spacing: -.06em; }
.wordmark-mark { border-radius: 50%; font-weight: 600; }
.estimator-card h2 { font-size: clamp(34px, 3.7vw, 48px); margin-top: 38px; }
.estimate-output strong { font-weight: 500; }
.quick-result { font-size: 12px; color: #ded9d3; margin-top: 18px; min-height: 36px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.receipt { padding: 32px; border: 2px solid #3b7150; background: #f1f7f0; margin-top: 24px; scroll-margin-top: 24px; }
.receipt h3 { font-size: 28px; }
.receipt-ref { font-family: monospace; font-size: 12px; overflow-wrap: anywhere; }
.consent-row a, .receipt a { text-decoration: underline; }
button:disabled { opacity: .65; cursor: wait; }
.form-status:empty { display:none; }
.policy { max-width: 800px; padding: 60px 24px; margin: auto; }
.policy h1 { font-size: 48px; }
.policy h2 { font-size: 25px; margin-top: 32px; }
.policy a { text-decoration: underline; }
.skip-link { position:absolute;top:-100px;left:12px;background:white;padding:12px;z-index:10; }
.skip-link:focus { top:12px; }
@media(max-width:600px) { .hero { padding-top:30px; } .estimator-card { padding:26px; } .card-topline { letter-spacing:0;gap:10px; } .receipt {padding:22px;} }
@media(prefers-reduced-motion:reduce) { html {scroll-behavior:auto;} *, *::before, *::after { transition:none!important; } }

.summary-heading { margin-top:28px; }
.summary-list { display:grid;grid-template-columns:minmax(140px,1fr) minmax(0,2fr);gap:10px 24px;font-size:14px;border-top:1px solid #cddccd;padding-top:20px; }
.summary-list dt { font-weight:600; }.summary-list dd {margin:0;white-space:pre-wrap;overflow-wrap:anywhere;}
#download-status {font-size:14px;margin-top:12px;}
@media(max-width:600px){.summary-list{grid-template-columns:1fr;gap:3px}.summary-list dd{margin-bottom:12px}}
