:root {
  --ink: #14213d;
  --ink-soft: #34405a;
  --paper: #f5f2eb;
  --white: #fffefd;
  --signal: #ff5a36;
  --signal-dark: #d73d1d;
  --line: rgba(20, 33, 61, .18);
  --line-light: rgba(255, 255, 255, .22);
  --muted: #6d726f;
  --shell: min(1180px, calc(100vw - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, 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: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
[hidden] { display: none !important; }

.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--white); color: var(--ink); padding: 10px 16px; border: 1px solid var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.is-scrolled { background: rgba(245, 242, 235, .96); border-color: var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 22px; font-weight: 700; letter-spacing: -.04em; }
.wordmark img { display: block; width: 170px; height: auto; }
.navigation { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 600; }
.navigation a { text-decoration: none; }
.navigation a:not(.header-cta):hover { color: var(--signal-dark); }
.header-cta { border-bottom: 2px solid var(--signal); padding: 10px 0 8px; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; cursor: pointer; }

.hero { min-height: 920px; padding: 168px 0 72px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; z-index: -1; width: 390px; height: 390px; right: -185px; top: 90px; border: 1px solid var(--line); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .6fr); gap: 100px; align-items: end; }
.overline { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
.hero h1 { max-width: 880px; margin: 0; font-family: var(--serif); font-size: clamp(58px, 7vw, 104px); line-height: .96; letter-spacing: -.055em; font-weight: 400; text-wrap: balance; }
.hero-lead { max-width: 800px; margin: 38px 0 0; color: var(--ink-soft); font-size: clamp(20px, 2vw, 25px); line-height: 1.48; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 30px; }
.button { min-height: 55px; display: inline-flex; align-items: center; justify-content: center; border: 0; padding: 0 24px; background: none; color: inherit; text-decoration: none; font-weight: 700; font-size: 14px; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--signal); color: #1b1620; }
.button-primary:hover { background: var(--ink); color: var(--white); }
.quiet-link { text-decoration: none; font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.quiet-link span { margin-left: 8px; color: var(--signal-dark); }
.funding-figure { border-top: 5px solid var(--ink); padding-top: 17px; align-self: center; }
.figure-topline { display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 700; }
.funding-figure > strong { display: block; margin: 34px 0 0; font-family: var(--serif); font-size: clamp(88px, 11vw, 146px); font-weight: 400; line-height: .85; letter-spacing: -.07em; }
.funding-figure > strong span { color: var(--signal); font-size: .4em; }
.funding-figure .figure-caption { margin: 25px 0 22px; font-size: 19px; line-height: 1.4; }
.funding-figure .figure-maximum { display: flex; align-items: baseline; gap: 8px; margin: 0 0 22px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.3; }
.figure-maximum span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.figure-maximum strong { font-family: var(--serif); font-size: 29px; font-weight: 400; letter-spacing: -.025em; }
.funding-figure small { color: var(--muted); line-height: 1.5; }
.section { padding: 132px 0; }
.opening-prose .prose { max-width: 790px; margin-left: auto; }
.prose-grid { display: grid; grid-template-columns: 220px minmax(0, 790px); justify-content: space-between; gap: 70px; }
.section-marker { border-top: 1px solid var(--line); padding-top: 18px; display: flex; justify-content: space-between; align-self: start; }
.section-marker p { margin: 3px 0 0; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 700; }
.prose h2, .contrast-statement h2, .examples-heading h2, .description-title h2, .process-heading h2, .fit-heading h2, .contact-intro h2 { margin: 0 0 42px; font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); line-height: 1.04; letter-spacing: -.045em; font-weight: 400; text-wrap: balance; }
.prose p, .description-copy p, .contrast-copy p, .fit-copy p { margin: 0 0 24px; color: var(--ink-soft); }
.prose .intro { color: var(--ink); font-size: 24px; line-height: 1.5; }

.contrast-section { background: var(--white); }
.contrast-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .75fr); gap: 120px; }
.contrast-statement h2 { margin-bottom: 0; }
.contrast-copy { padding-top: 55px; }
.text-arrow { display: inline-flex; gap: 35px; align-items: center; margin-top: 25px; border-bottom: 1px solid var(--ink); padding-bottom: 8px; text-decoration: none; font-weight: 700; font-size: 14px; }
.text-arrow span { color: var(--signal-dark); }

.examples-section { padding-bottom: 160px; }
.examples-heading { display: grid; grid-template-columns: 280px minmax(0, 700px); justify-content: space-between; gap: 70px; margin-bottom: 80px; }
.examples-heading h2 { margin: 0; }
.example-row { display: grid; grid-template-columns: 100px minmax(220px, .65fr) minmax(280px, 1fr); gap: 40px; padding: 31px 0; border-top: 1px solid var(--line); align-items: start; }
.example-row:last-child { border-bottom: 1px solid var(--line); }
.example-row > span { font-family: var(--serif); color: var(--signal-dark); }
.example-row h3 { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 400; letter-spacing: -.02em; }
.example-row p { margin: 0; color: var(--ink-soft); }

.funding-section { background: var(--ink); color: var(--white); }
.section-marker.light { border-color: var(--line-light); }
.section-marker.light span { color: #ff8368; }
.prose.light p { color: rgba(255, 255, 255, .75); }
.prose.light .intro { color: var(--white); }
.source-note { margin-top: 48px !important; padding-top: 22px; border-top: 1px solid var(--line-light); font-size: 13px; }
.source-note a { color: var(--white); }

.description-section { background: #dde1dc; }
.description-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: 120px; }
.description-title { position: sticky; top: 120px; align-self: start; }
.description-copy { padding-top: 55px; }
.description-copy p:first-child { color: var(--ink); font-size: 24px; line-height: 1.5; }

.process-section { background: var(--white); }
.process-heading { max-width: 850px; margin-bottom: 80px; }
.process-heading > p:last-child { max-width: 720px; color: var(--ink-soft); font-size: 20px; }
.timeline { display: grid; grid-template-columns: 4fr 2fr; }
.tl-phase { position: relative; }
.tl-phase-free { padding-right: 34px; }
.tl-phase-paid { padding-left: 34px; border-left: 2px solid var(--signal); }
.tl-phase-label { margin: 0; padding: 0 0 16px; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 700; color: var(--muted); }
.tl-phase-paid .tl-phase-label { color: var(--signal-dark); }
.tl-steps { position: relative; list-style: none; margin: 0; padding: 0; display: grid; }
.tl-phase-free .tl-steps { grid-template-columns: repeat(4, 1fr); }
.tl-phase-paid .tl-steps { grid-template-columns: repeat(2, 1fr); }
.tl-steps::before { content: ""; position: absolute; top: 6px; height: 1px; background: var(--line); transform-origin: left center; }
.tl-phase-free .tl-steps::before { left: 0; right: -34px; }
.tl-phase-paid .tl-steps::before { left: -36px; right: 0; }
.tl-step { position: relative; padding: 32px 26px 0 0; }
.tl-step::before { content: ""; position: absolute; left: 0; top: 1px; width: 11px; height: 11px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 4px var(--white); }
.tl-step.is-pivot::before { left: -42px; top: -1px; width: 15px; height: 15px; background: var(--signal); }
.tl-num { display: block; font-family: var(--serif); font-size: 23px; line-height: 1; color: var(--signal-dark); letter-spacing: -.02em; }
.tl-step h3 { margin: 12px 0 5px; font-size: 17px; line-height: 1.3; }
.tl-role { margin: 0 0 11px; text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 700; color: var(--muted); }
.tl-text { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.58; }
.tl-step.is-pivot .tl-text { color: var(--ink); }
.tl-note { display: grid; grid-template-columns: 14px 1fr; gap: 12px; align-items: start; max-width: 780px; margin: 58px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.55; }
.tl-note i { display: block; width: 14px; height: 14px; margin-top: 4px; border-radius: 50%; background: var(--signal); }
.tl-note strong { color: var(--ink); font-weight: 700; }
.js .timeline .tl-steps::before { transform: scaleX(0); transition: transform .85s cubic-bezier(.22,.7,.25,1); }
.js .timeline.is-visible .tl-steps::before { transform: scaleX(1); }
.js .timeline .tl-phase-paid .tl-steps::before { transition-duration: .5s; transition-delay: .78s; }
.js .timeline .tl-step::before { opacity: 0; transform: scale(.3); transition: opacity .45s ease, transform .45s cubic-bezier(.3,1.4,.5,1); }
.js .timeline.is-visible .tl-step::before { opacity: 1; transform: scale(1); }
.js .tl-phase-free .tl-step:nth-child(1)::before { transition-delay: .26s; }
.js .tl-phase-free .tl-step:nth-child(2)::before { transition-delay: .44s; }
.js .tl-phase-free .tl-step:nth-child(3)::before { transition-delay: .62s; }
.js .tl-phase-free .tl-step:nth-child(4)::before { transition-delay: .80s; }
.js .tl-phase-paid .tl-step:nth-child(1)::before { transition-delay: 1.02s; }
.js .tl-phase-paid .tl-step:nth-child(2)::before { transition-delay: 1.18s; }

.cta-band { background: var(--ink); color: var(--white); padding: 78px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-line { margin: 0; max-width: 640px; font-family: var(--serif); font-size: clamp(28px, 3.2vw, 44px); line-height: 1.1; letter-spacing: -.04em; text-wrap: balance; }
.cta-band .button-primary:hover { background: var(--white); color: var(--ink); }
.form-footnote a { color: var(--ink-soft); text-underline-offset: 3px; }

.fit-section { padding: 145px 0; }
.fit-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .7fr); gap: 120px; }
.fit-heading h2 { margin-bottom: 0; }
.fit-copy { padding-top: 50px; }
.fit-copy .company-links { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink); font-size: 14px; }
.company-links a { text-decoration-thickness: 1px; text-underline-offset: 4px; }

.contact-section { background: var(--ink); color: var(--white); padding: 140px 0; }
.contact-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(460px, 1fr); gap: 110px; }
.contact-intro { align-self: start; position: sticky; top: 120px; }
.contact-intro > p { color: rgba(255,255,255,.72); font-size: 19px; }
.contact-intro address { display: flex; flex-direction: column; margin-top: 50px; font-style: normal; font-size: 14px; }
.contact-intro address span { color: rgba(255,255,255,.65); margin: 3px 0 14px; }
.contact-intro address a { width: fit-content; text-decoration: none; border-bottom: 1px solid var(--line-light); margin-top: 4px; }
.form-wrap { background: var(--white); color: var(--ink); padding: 46px; }
.contact-form { display: grid; gap: 24px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label:not(.consent) { display: grid; gap: 7px; }
.contact-form label > span { font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #aeb3b1; border-radius: 0; background: transparent; color: var(--ink); padding: 12px 2px; outline: none; }
.contact-form textarea { border: 1px solid #aeb3b1; padding: 14px; resize: vertical; min-height: 160px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--signal-dark); box-shadow: 0 1px 0 var(--signal-dark); }
.contact-form textarea:focus { box-shadow: inset 0 0 0 1px var(--signal-dark); }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--signal-dark); }
.consent span { font-weight: 400 !important; }
.captcha-field { display: grid; gap: 8px; }
.captcha-field > span { font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.captcha-field altcha-widget { display: block; max-width: 100%; }
.captcha-field small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.button-submit { background: var(--signal); color: #20171a; justify-content: space-between; padding-inline: 22px; }
.button-submit:hover { background: var(--ink); color: var(--white); }
.form-footnote { margin: -8px 0 0; color: var(--muted); font-size: 12px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { display: grid; gap: 4px; margin-bottom: 24px; padding: 16px 18px; border-left: 4px solid var(--signal); background: #f2eee5; }
.form-status span { font-size: 14px; }
.form-status.error { border-color: #a92620; }

.disclaimer { padding: 48px 0; background: #0d172c; color: rgba(255,255,255,.68); border-top: 1px solid var(--line-light); }
.disclaimer-grid { display: grid; grid-template-columns: 220px 1fr; gap: 70px; font-size: 13px; }
.disclaimer strong { color: var(--white); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
.disclaimer p { margin: 0; }

.site-footer { background: #091124; color: var(--white); padding: 70px 0 25px; }
.footer-main { display: grid; grid-template-columns: 250px 1fr auto; align-items: start; gap: 70px; }
.footer-main p { margin: 4px 0 0; color: rgba(255,255,255,.65); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 13px; }
.footer-links a { text-decoration: none; border-bottom: 1px solid transparent; }
.footer-links a:hover { border-color: currentColor; }
.footer-bottom { margin-top: 65px; padding-top: 18px; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.legal-page { background: var(--white); }
.legal-header { position: static; border-bottom: 1px solid var(--line); }
.legal-header .navigation { margin-left: auto; }
.legal-main { padding: 95px 0 130px; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: space-between; gap: 80px; }
.legal-aside { border-top: 1px solid var(--line); padding-top: 15px; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 700; }
.legal-copy h1 { margin: 0 0 70px; font-family: var(--serif); font-size: clamp(58px, 8vw, 92px); line-height: 1; letter-spacing: -.05em; font-weight: 400; }
.legal-copy h2 { margin: 50px 0 14px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.legal-copy h3 { margin: 34px 0 10px; font-size: 16px; }
.legal-copy p { color: var(--ink-soft); }
.legal-notice { margin: 0 0 50px; padding: 20px; border-left: 4px solid var(--signal); background: var(--paper); font-size: 14px; }
.legal-back { display: inline-flex; margin-top: 60px; text-decoration: none; border-bottom: 1px solid var(--ink); font-weight: 700; font-size: 14px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .js .timeline .tl-steps::before,
  .js .timeline .tl-step::before { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .menu-toggle { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0; }
  .menu-toggle i, .menu-toggle i::after { display: block; width: 23px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle i { position: relative; }
  .menu-toggle i::after { content: ""; position: absolute; top: 7px; }
  .menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::after { top: 0; transform: rotate(90deg); }
  .navigation { position: fixed; inset: 82px 0 0; display: none; flex-direction: column; align-items: flex-start; gap: 0; background: var(--paper); padding: 45px 20px; font-family: var(--serif); font-size: 34px; font-weight: 400; }
  .navigation.is-open { display: flex; }
  .navigation a { width: 100%; padding: 15px 0; border-bottom: 1px solid var(--line); }
  .header-cta { color: var(--signal-dark); }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-grid, .prose-grid, .contrast-grid, .description-grid, .fit-grid, .contact-grid { grid-template-columns: 1fr; gap: 70px; }
  .funding-figure { min-height: 0; }
  .section-marker { width: 220px; }
  .contrast-copy, .description-copy, .fit-copy { padding-top: 0; }
  .description-title, .contact-intro { position: static; }
  .examples-heading { grid-template-columns: 1fr; gap: 20px; }
  .example-row { grid-template-columns: 60px 220px 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .tl-phase { padding-left: 26px; border-left: 1px solid var(--line); }
  .tl-phase-free { padding-right: 0; }
  .tl-phase-paid { padding-left: 25px; border-left: 2px solid var(--signal); margin-top: 8px; }
  .tl-phase-paid .tl-phase-label { padding-top: 34px; }
  .tl-phase-free .tl-steps, .tl-phase-paid .tl-steps { grid-template-columns: 1fr; }
  .tl-steps::before { display: none; }
  .tl-step { padding: 26px 0 0; }
  .tl-step::before { left: -32px; top: 30px; }
  .tl-step.is-pivot::before { left: -34px; top: 28px; }
  .tl-step h3 { font-size: 18px; }
  .tl-text { font-size: 15px; }
  .cta-inner { flex-direction: column; align-items: flex-start; gap: 34px; }
  .contact-grid { gap: 60px; }
  .disclaimer-grid, .footer-main, .legal-layout { grid-template-columns: 1fr; gap: 32px; }
  .footer-links { flex-direction: row; flex-wrap: wrap; gap: 12px 25px; }
  .legal-aside { width: 220px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 32px); }
  body { font-size: 16px; }
  .header-inner { min-height: 70px; }
  .navigation { inset: 70px 0 0; }
  .hero { padding: 116px 0 60px; }
  .hero h1 { font-size: clamp(47px, 14vw, 66px); }
  .hero-lead { font-size: 19px; margin-top: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .button-primary { width: 100%; }
  .funding-figure { min-height: 0; }
  .section { padding: 90px 0; }
  .prose-grid, .contrast-grid, .description-grid, .fit-grid { gap: 45px; }
  .prose h2, .contrast-statement h2, .examples-heading h2, .description-title h2, .process-heading h2, .fit-heading h2, .contact-intro h2 { font-size: 42px; margin-bottom: 30px; }
  .prose .intro, .description-copy p:first-child { font-size: 20px; }
  .examples-heading { margin-bottom: 50px; }
  .example-row { grid-template-columns: 38px 1fr; gap: 10px 15px; padding: 25px 0; }
  .example-row p { grid-column: 2; }
  .tl-note { grid-template-columns: 1fr; gap: 10px; }
  .tl-note i { display: none; }
  .cta-band { padding: 62px 0; }
  .cta-line { font-size: 30px; }
  .cta-inner .button-primary { width: 100%; }
  .contact-section { padding: 90px 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-wrap { padding: 28px 20px; margin-inline: -8px; }
  .field-row { grid-template-columns: 1fr; }
  .button-submit { width: 100%; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .legal-main { padding: 65px 0 90px; }
  .legal-copy h1 { margin-bottom: 50px; }
}
