:root {
  --navy-950: #0b1722;
  --navy-900: #102535;
  --slate-700: #415464;
  --slate-600: #5f7180;
  --slate-200: #d9e1e5;
  --slate-100: #eef3f4;
  --paper: #f8faf9;
  --white: #ffffff;
  --accent: #d5a451;
  --teal: #53b5a5;
  --max-width: 1180px;
  --radius: 4px;
  --shadow: 0 16px 44px rgba(10, 27, 40, .09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy-950); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.container { width: min(calc(100% - 48px), var(--max-width)); margin: 0 auto; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 100; padding: 10px 14px; color: var(--white); background: var(--navy-950); }
.skip-link:focus { top: 16px; }
.draft-badge { position: fixed; z-index: 20; top: 0; right: 0; padding: 7px 14px; color: var(--navy-950); background: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; box-shadow: 0 2px 12px rgba(10, 27, 40, .16); }
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; padding: 28px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { color: var(--white); text-decoration: none; font-size: 1.1rem; font-weight: 800; letter-spacing: -.02em; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 22px; color: rgba(255,255,255,.8); font-size: .86rem; }.site-nav a:not(.button) { text-decoration: none; }.site-nav a:not(.button):hover, .site-nav a:not(.button):focus-visible { color: var(--white); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 18px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 750; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }.button:hover, .button:focus-visible { transform: translateY(-2px); }.button-primary { color: var(--navy-950); background: var(--accent); }.button-primary:hover, .button-primary:focus-visible { background: #e1b56a; }.button-outline { color: var(--white); border-color: rgba(255,255,255,.35); }.button-outline:hover, .button-outline:focus-visible { border-color: var(--accent); background: rgba(255,255,255,.08); }.button-small { min-height: 38px; padding: 8px 13px; font-size: .82rem; }
.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy-950); }.hero::after { position: absolute; content: ""; width: 45vw; height: 45vw; right: -20vw; top: -20vw; border: 1px solid rgba(83,181,165,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(83,181,165,.025), 0 0 0 140px rgba(83,181,165,.018); }.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(340px, .96fr); align-items: center; gap: 7%; min-height: 720px; padding-top: 120px; padding-bottom: 90px; }.hero-copy { max-width: 680px; }.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }.eyebrow { color: var(--teal); }h1, h2, h3, p { margin-top: 0; }h1, h2, h3 { letter-spacing: -.04em; line-height: 1.08; }h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(3.25rem, 6.2vw, 5.9rem); font-weight: 760; }.hero-subhead { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.73); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }.text-link { color: var(--white); font-weight: 700; text-decoration: none; }.text-link:hover, .text-link:focus-visible { color: var(--accent); }.hero-note { display: flex; align-items: center; gap: 10px; margin: 52px 0 0; color: rgba(255,255,255,.55); font-size: .84rem; }.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(83,181,165,.15); }
.hero-visual { position: relative; display: block; min-height: 360px; aspect-ratio: 16 / 10; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: #071018; box-shadow: var(--shadow); }
.hero-map { position: absolute; inset: 0; overflow: hidden; }
.hero-basemap { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }
.hero-map-dim { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(7,16,24,.22), rgba(7,16,24,.08) 45%, rgba(7,16,24,.18)); pointer-events: none; }
.route-svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; overflow: visible; pointer-events: none; }
.route-svg .stops rect { stroke: rgba(0,0,0,.55); stroke-width: 0.75; }
.route-svg .stops text { pointer-events: none; }
.section { padding: 118px 0; }.section-muted { background: var(--slate-100); }.two-column, .about-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 10%; }h2 { max-width: 620px; margin-bottom: 24px; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 720; }.section-content > p, .about-copy p { color: var(--slate-700); font-size: 1.08rem; }.audience-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; padding: 0; margin: 32px 0 28px; list-style: none; }.audience-list li { padding: 19px 0; border-top: 1px solid var(--slate-200); }.audience-list strong { display: block; margin-bottom: 4px; font-size: .91rem; }.audience-list span { display: block; color: var(--slate-600); font-size: .89rem; line-height: 1.45; }.not-list { padding-top: 20px; border-top: 1px solid var(--slate-200); font-size: .9rem !important; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 50px; }.section-heading > div { flex: 1 1 58%; }.section-heading > p { flex: 0 1 330px; margin-bottom: 8px; color: var(--slate-600); }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.service-card { display: flex; flex-direction: column; min-height: 520px; padding: 28px; border: 1px solid var(--slate-200); border-top: 3px solid var(--slate-200); background: var(--white); }.service-card-featured { border-top-color: var(--accent); box-shadow: var(--shadow); }.card-number { margin-bottom: 56px; color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .13em; }.service-card h3 { min-height: 62px; margin-bottom: 15px; font-size: 1.58rem; }.service-card p { color: var(--slate-600); font-size: .91rem; }.service-card .deliverable { min-height: 49px; color: var(--navy-900); font-size: .93rem; }.deliverable strong { color: var(--navy-900); }.card-subtitle { min-height: 26px; margin: -6px 0 11px !important; color: var(--accent) !important; font-size: .76rem !important; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.price { margin-top: auto; padding: 18px 0 17px; border-top: 1px solid var(--slate-200); border-bottom: 1px solid var(--slate-200); color: var(--navy-950) !important; font-size: 1.05rem !important; font-weight: 800; }.price span { display: block; margin-bottom: 3px; color: var(--slate-600); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.price small { display: block; color: var(--slate-600); font-size: .74rem; font-weight: 500; }.card-foot { margin: 17px 0 0 !important; color: var(--slate-600); font-size: .74rem !important; }.pricing-note { margin: 24px 0 0; color: var(--slate-600); font-size: .82rem; }.pricing-note span { margin-right: 7px; color: var(--accent); font-size: .65rem; }
.section-dark { color: var(--white); background: var(--navy-900); }.section-heading-dark > p { color: rgba(255,255,255,.62); }.section-dark .section-kicker { color: var(--teal); }.steps-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; }.steps-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 25px 28px 0 0; border-top: 1px solid rgba(255,255,255,.25); }.step-number { color: var(--accent); font-size: .73rem; font-weight: 800; letter-spacing: .12em; }.steps-list h3 { margin-bottom: 12px; font-size: 1.55rem; }.steps-list p { max-width: 340px; margin: 0; color: rgba(255,255,255,.64); font-size: .91rem; }
.about-copy { max-width: 650px; }.about-copy p { margin-bottom: 22px; }.about-location { display: flex; align-items: center; gap: 12px; margin-top: 32px !important; color: var(--navy-950) !important; font-size: .88rem !important; font-weight: 750; }
.cta-section { padding-top: 0; background: var(--paper); }.cta-panel { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: center; padding: 64px 7%; color: var(--white); background: var(--navy-950); }.cta-panel h2 { margin-bottom: 16px; }.cta-panel p { max-width: 620px; margin-bottom: 0; color: rgba(255,255,255,.68); }.contact-action { text-align: right; }.contact-action .button { margin-bottom: 17px; }.contact-action > p { max-width: none; color: var(--white); }.contact-action > p a { color: var(--accent); font-weight: 700; text-decoration: none; }
.site-footer { color: rgba(255,255,255,.68); background: #07121b; }.footer-top { display: flex; justify-content: space-between; gap: 30px; padding: 52px 0 42px; }.wordmark-footer { display: inline-block; margin-bottom: 10px; }.footer-top p { margin: 0; font-size: .84rem; }.footer-links { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 25px; font-size: .82rem; }.footer-links a { text-decoration: none; }.footer-links a:hover, .footer-links a:focus-visible { color: var(--white); }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0 28px; border-top: 1px solid rgba(255,255,255,.12); font-size: .73rem; }.footer-bottom p { max-width: 600px; margin: 0; }.footer-bottom p:last-child { text-align: right; white-space: nowrap; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.hero-support { max-width: 620px; margin: -18px 0 30px; color: rgba(255,255,255,.58); font-size: .92rem; line-height: 1.5; }
.who-clause { margin: 0 0 8px; color: var(--slate-700); font-size: 1rem; }
.alt-paths { margin: 36px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-size: .9rem; max-width: 920px; }
.alt-paths strong { color: var(--white); }
.proof-slot { margin-top: 36px; padding: 28px; border: 1.5px dashed rgba(213,164,81,.55); border-radius: var(--radius); background: rgba(255,255,255,.03); }
.proof-kicker { margin: 0 0 10px; color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.proof-body { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; max-width: 720px; }
.founder-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 8%; align-items: start; }
.founder-intro h2 { max-width: 520px; }
.founder-body { display: grid; grid-template-columns: 200px 1fr; gap: 36px; align-items: start; }
.founder-photo { aspect-ratio: 4 / 5; display: flex; align-items: center; justify-content: center; padding: 18px; border: 1.5px dashed var(--slate-600); border-radius: var(--radius); background: var(--white); text-align: center; }
.founder-photo-note { color: var(--slate-600); font-size: .78rem; font-weight: 650; line-height: 1.4; }
.founder-copy p { color: var(--slate-700); font-size: 1.02rem; margin-bottom: 18px; }
.founder-copy p:last-child { margin-bottom: 0; }
.intake-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; align-items: start; padding: 56px 6%; color: var(--white); background: var(--navy-950); }
.intake-intro h2 { margin-bottom: 16px; }
.intake-intro > p { max-width: 520px; color: rgba(255,255,255,.68); }
.intake-secondary { margin-top: 22px !important; font-size: .9rem; }
.intake-secondary a { color: var(--accent); font-weight: 700; text-decoration: none; }
.intake-secondary a:hover, .intake-secondary a:focus-visible { text-decoration: underline; }
.intake-form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { color: rgba(255,255,255,.88); font-size: .78rem; font-weight: 750; letter-spacing: .02em; }
.form-field .req { color: var(--accent); }
.form-field .optional { color: rgba(255,255,255,.45); font-weight: 500; letter-spacing: 0; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); color: var(--navy-950); background: var(--white); font: inherit; font-size: .92rem; }
.form-field textarea { min-height: 110px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid var(--accent); outline-offset: 2px; border-color: var(--accent); }
.form-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 6px; }
.form-micro { margin: 0; max-width: 420px; color: rgba(255,255,255,.5); font-size: .74rem; line-height: 1.45; }
.intake-success-note { display: none; margin-top: 28px; padding: 24px; border: 1px solid rgba(83,181,165,.45); border-radius: var(--radius); background: rgba(83,181,165,.1); grid-column: 1 / -1; }
.intake-success-note:target { display: block; }
.intake-success-note h3 { margin: 0 0 10px; font-size: 1.35rem; }
.intake-success-note p { margin: 0; color: rgba(255,255,255,.75); }
.intake-success-note a { color: var(--accent); font-weight: 700; }

@media (max-width: 980px) { .site-header { padding-top: 24px; }.site-nav { gap: 15px; }.site-nav a:not(.button) { display: none; }.hero-grid { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding-top: 160px; }.hero-copy { max-width: 760px; }.hero-visual { max-width: 640px; width: 100%; }.two-column, .about-grid, .founder-grid { grid-template-columns: 1fr; gap: 30px; }.founder-body { grid-template-columns: 180px 1fr; }.section-heading { display: block; }.section-heading > p { max-width: 500px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: auto; }.service-card h3, .service-card .deliverable { min-height: auto; }.card-number { margin-bottom: 30px; }.price { margin-top: 25px; }.steps-list { grid-template-columns: 1fr; gap: 28px; }.steps-list li { padding-top: 22px; }.steps-list p { max-width: 550px; }.intake-panel { grid-template-columns: 1fr; gap: 32px; padding: 42px 28px; }.form-row { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .container { width: min(calc(100% - 34px), var(--max-width)); }.draft-badge { padding: 5px 9px; font-size: .6rem; }.site-header { padding-top: 20px; }.nav-wrap { align-items: flex-start; }.site-nav .button { margin-top: -7px; font-size: .72rem; }.hero-grid { padding-top: 132px; padding-bottom: 70px; }.hero::after { width: 80vw; height: 80vw; }.hero-visual { min-height: 240px; aspect-ratio: 16 / 11; }h1 { font-size: clamp(2.9rem, 15vw, 4.2rem); }.hero-subhead { font-size: 1rem; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }.hero-note { margin-top: 39px; }.section { padding: 78px 0; }h2 { font-size: 2.35rem; }.audience-list { grid-template-columns: 1fr; }.service-card { padding: 23px; }.section-heading { margin-bottom: 32px; }.cta-panel { grid-template-columns: 1fr; gap: 32px; padding: 42px 26px; }.contact-action { text-align: left; }.founder-body { grid-template-columns: 1fr; }.founder-photo { max-width: 220px; }.intake-panel { padding: 36px 22px; }.footer-top, .footer-bottom { display: block; }.footer-links { margin-top: 30px; gap: 15px 22px; }.footer-bottom p:last-child { margin-top: 14px; text-align: left; white-space: normal; } }
