@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@300;400;500;600&display=swap');

:root {
  --ink: #101619;
  --muted: #4d585c;
  --paper: #f7f8f6;
  --white: #ffffff;
  --line: #c9cfcc;
  --soft: #e8ebe8;
  --field: #eef0ee;
  --signal: #ff5a1f;
  --signal-dark: #b83205;
  --night: #101619;
  --night-2: #1d2629;
  --success: #147d4d;
  --danger: #b42318;
  --max: 1440px;
  --gutter: clamp(1rem, 4vw, 4rem);
  --sans: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
}
* { 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.55; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { text-decoration-thickness: .16em; }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 48px; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; background: var(--white); color: var(--ink); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }
.site-header { background: var(--night); color: var(--white); border-bottom: 1px solid #354044; position: sticky; top: 0; z-index: 50; }
.nav { min-height: 64px; display: flex; align-items: stretch; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-family: var(--mono); font-weight: 500; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { width: 22px; height: 22px; border: 2px solid var(--signal); position: relative; }
.brand-mark::after { content: ''; position: absolute; width: 8px; height: 8px; right: -5px; bottom: -5px; background: var(--signal); }
.nav-links { display: flex; align-items: stretch; list-style: none; margin: 0; padding: 0; }
.nav-links a { display: flex; align-items: center; min-height: 64px; padding: 0 1rem; text-decoration: none; color: #dfe4e1; border-bottom: 3px solid transparent; }
.nav-links a:hover, .nav-links a[aria-current='page'] { color: var(--white); background: var(--night-2); border-bottom-color: var(--signal); }
.nav-cta { background: var(--signal); color: var(--ink) !important; font-weight: 600; }
.nav-toggle { display: none; align-self: center; width: 48px; border: 1px solid #566064; background: transparent; color: var(--white); cursor: pointer; }
.eyebrow { font: 500 .76rem/1.2 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.eyebrow.signal { color: var(--signal-dark); }
.hero { background: var(--night); color: var(--white); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 9fr) minmax(260px, 5fr); min-height: 680px; }
.hero-copy { padding: clamp(4rem, 9vw, 8rem) var(--gutter) clamp(4rem, 7vw, 7rem); max-width: 930px; margin-left: max(0px, calc((100vw - var(--max)) / 2)); }
.hero h1 { max-width: 900px; margin: 1.25rem 0 1.5rem; font-size: clamp(3.1rem, 7vw, 7rem); font-weight: 300; line-height: .97; letter-spacing: -.055em; text-wrap: balance; }
.hero-lede { max-width: 690px; margin: 0; color: #c9d0cd; font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1px; margin-top: 2.5rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.5rem; padding: .85rem 1rem; border: 1px solid transparent; text-decoration: none; font-weight: 500; cursor: pointer; border-radius: 0; }
.button-primary { background: var(--signal); color: var(--ink); }
.button-primary:hover { background: #ff713d; }
.button-secondary { border-color: #7a8581; color: var(--white); background: transparent; }
.button-secondary:hover { background: var(--night-2); }
.button-dark { background: var(--night); color: var(--white); }
.hero-visual { position: relative; border-left: 1px solid #354044; background: #151d20; display: grid; place-items: center; min-height: 360px; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.authorization-strip { background: var(--signal); color: var(--ink); }
.authorization-grid { display: grid; grid-template-columns: 1.1fr 3fr; gap: 2rem; padding-block: 1.5rem; align-items: start; }
.authorization-grid p { margin: 0; font-size: .95rem; }
.section { padding-block: clamp(4rem, 8vw, 7rem); border-bottom: 1px solid var(--line); }
.section-dark { background: var(--night); color: var(--white); border-color: #354044; }
.section-soft { background: var(--soft); }
.section-head { display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; margin-bottom: clamp(2rem, 5vw, 4rem); }
.section-head h2, .page-hero h1 { margin: 0; font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 300; line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; }
.section-intro { max-width: 720px; margin: .4rem 0 0; font-size: 1.15rem; color: var(--muted); }
.section-dark .section-intro { color: #bdc6c2; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 72px minmax(180px, .9fr) 1.5fr; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.service-row .index { font: 400 .8rem var(--mono); color: var(--signal-dark); }
.service-row h3 { margin: 0; font-size: 1.35rem; font-weight: 500; }
.service-row p { margin: 0; color: var(--muted); max-width: 720px; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #455155; border-left: 1px solid #455155; }
.process-step { min-height: 290px; padding: 1.5rem; border-right: 1px solid #455155; border-bottom: 1px solid #455155; display: flex; flex-direction: column; }
.process-step .num { font: 400 .8rem var(--mono); color: var(--signal); }
.process-step h3 { margin: auto 0 .75rem; font-size: 1.45rem; font-weight: 400; }
.process-step p { margin: 0; color: #bdc6c2; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 7rem); align-items: start; }
.check-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.check-list li { padding: 1rem 0 1rem 2rem; border-bottom: 1px solid var(--line); position: relative; }
.check-list li::before { content: '—'; position: absolute; left: 0; color: var(--signal-dark); font-family: var(--mono); }
.boundary { background: var(--white); border-top: 4px solid var(--signal); padding: 2rem; }
.boundary h3 { margin-top: 0; font-size: 1.4rem; font-weight: 500; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.pricing-card { background: var(--paper); padding: 2rem; min-height: 380px; display: flex; flex-direction: column; }
.pricing-card .label { font: 500 .76rem var(--mono); text-transform: uppercase; color: var(--signal-dark); }
.pricing-card h3 { font-size: 1.6rem; font-weight: 400; margin: 2rem 0 1rem; }
.pricing-card p { color: var(--muted); }
.pricing-card a { margin-top: auto; }
.faq { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 1.4rem 3rem 1.4rem 0; font-size: 1.1rem; font-weight: 500; position: relative; }
summary::after { content: '+'; position: absolute; right: .5rem; font-family: var(--mono); }
details[open] summary::after { content: '−'; }
details p { max-width: 760px; color: var(--muted); margin: 0 0 1.5rem; }
.cta-band { background: var(--signal); color: var(--ink); padding-block: clamp(3rem, 7vw, 6rem); }
.cta-band .split { align-items: end; }
.cta-band h2 { font-size: clamp(2.4rem, 5vw, 5.2rem); font-weight: 300; line-height: 1; letter-spacing: -.05em; margin: 0; }
.page-hero { background: var(--night); color: var(--white); padding-block: clamp(4rem, 9vw, 8rem); }
.page-hero p { color: #c9d0cd; max-width: 720px; font-size: 1.2rem; margin: 1.5rem 0 0; }
.prose { max-width: 780px; }
.prose h2 { font-size: 2rem; font-weight: 400; margin: 3rem 0 1rem; }
.prose h3 { font-size: 1.3rem; font-weight: 500; margin: 2rem 0 .75rem; }
.prose p, .prose li { color: var(--muted); }
.meta { font: .8rem var(--mono); color: var(--muted); margin-bottom: 2rem; }
.intake { display: grid; grid-template-columns: .8fr 1.4fr; gap: clamp(2rem, 8vw, 8rem); }
.form { background: var(--white); padding: clamp(1.25rem, 4vw, 3rem); border-top: 4px solid var(--signal); }
.field { margin-bottom: 1.5rem; }
.field label { display: block; font-size: .8rem; font-family: var(--mono); margin-bottom: .4rem; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 2px solid var(--ink); background: var(--field); min-height: 52px; padding: .75rem 1rem; border-radius: 0; }
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--signal); outline-offset: 0; border-bottom-color: var(--signal-dark); }
.field small { display: block; color: var(--muted); margin-top: .4rem; }
.checkbox { display: grid; grid-template-columns: 24px 1fr; gap: .75rem; align-items: start; }
.checkbox input { width: 20px; height: 20px; }
.honeypot { position: absolute; left: -10000px; height: 1px; width: 1px; overflow: hidden; }
.notice { padding: 1rem; background: #fff4ed; border: 1px solid #f5b38d; color: #6d2a0b; margin-bottom: 1.5rem; }
.site-footer { background: var(--night); color: var(--white); padding-block: 3rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; }
.footer-grid h2 { font-size: 1rem; font-family: var(--mono); font-weight: 500; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin: .5rem 0; }
.footer-grid a { color: #c9d0cd; }
.brand-disclosure { margin-top: 2rem; color: #c9d0cd; font-size: .9rem; }
.footer-small { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #354044; color: #97a39e; font-size: .82rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 64px; left: 0; right: 0; background: var(--night); flex-direction: column; }
  .nav-links.open { display: flex; }
  .nav-links a { padding-inline: var(--gutter); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { margin: 0; }
  .hero-visual { border-left: 0; border-top: 1px solid #354044; max-height: 360px; }
  .section-head, .authorization-grid, .intake { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.8rem); }
  .service-row { grid-template-columns: 48px 1fr; }
  .service-row p { grid-column: 2; }
  .process, .split, .footer-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 230px; }
  .hero-actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
@media print { .site-header, .site-footer, .cta-band, .hero-actions { display: none; } body { background: #fff; color: #000; } }
