:root {
  --navy: #071521;
  --navy-2: #0b1d2b;
  --ink: #10212c;
  --muted: #5f6d74;
  --ivory: #f4f0e8;
  --paper: #fbf8f1;
  --blue: #397fc4;
  --blue-bright: #58a6ff;
  --line: #d8d3c9;
  --white: #f8fbfd;
  --shell: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; }
.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 100;
  padding: .7rem 1rem; color: var(--navy); background: var(--white); font-weight: 700;
}
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 3rem), var(--shell)); margin-inline: auto; }

.site-header { position: absolute; z-index: 10; width: 100%; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-size: .92rem; letter-spacing: .02em; white-space: nowrap; }
.brand strong { font-weight: 650; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid currentColor; font: 700 .66rem/1 var(--sans); letter-spacing: .06em; }
.nav-list, .site-footer ul { list-style: none; display: flex; align-items: center; gap: 1.8rem; padding: 0; margin: 0; }
.nav-list a { color: #c8d3dc; text-decoration: none; font-size: .86rem; }
.nav-list a:hover { color: var(--white); }
.nav-list .nav-cta { color: var(--white); border: 1px solid rgba(255,255,255,.35); padding: .55rem .85rem; }

.hero { color: var(--white); background: var(--navy); padding: 11.5rem 0 7.5rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(380px, .78fr); gap: clamp(4rem, 8vw, 8rem); align-items: center; }
.eyebrow { margin: 0 0 1.6rem; color: #aab9c5; font-size: .73rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; margin-right: .7rem; vertical-align: middle; background: var(--blue-bright); }
.eyebrow.dark { color: #66767e; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 1.8rem; font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .96; }
h1 em { color: var(--blue-bright); font-weight: 400; }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1.04; }
h3 { font-size: 1.25rem; line-height: 1.3; }
.hero-lede { max-width: 610px; margin-bottom: 2.3rem; color: #bdc9d2; font-size: 1.13rem; }
.button-row { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.button { display: inline-block; padding: .88rem 1.15rem; text-decoration: none; font-size: .88rem; font-weight: 720; }
.button-primary { color: var(--navy); background: var(--blue-bright); }
.button-primary:hover { background: #7db8fa; }
.text-link { color: #d8e3eb; text-underline-offset: .35rem; font-size: .9rem; font-weight: 650; }

.brief { position: relative; padding: 1.8rem; color: var(--ink); background: var(--ivory); box-shadow: 26px 30px 0 rgba(88,166,255,.09); transform: rotate(1.2deg); }
.brief::before { content: ""; position: absolute; inset: -10px 12px 10px -12px; z-index: -1; border: 1px solid rgba(255,255,255,.15); }
.brief-topline, .brief-footer { display: flex; justify-content: space-between; gap: 1rem; color: #68757b; font-size: .65rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.artifact-label { color: var(--blue); }
.brief-status { display: flex; justify-content: space-between; align-items: end; gap: 1rem; padding: 2.3rem 0 1.4rem; border-bottom: 1px solid var(--line); }
.brief-kicker { display: block; color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.brief-status strong { display: block; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; line-height: 1.1; }
.status-chip { padding: .36rem .55rem; color: #1f5f42; background: #deebe3; font-size: .7rem; font-weight: 700; }
.brief-list { margin: 0; }
.brief-list div { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.brief-list dt { color: var(--muted); font-size: .69rem; text-transform: uppercase; }
.brief-list dd { margin: 0; font-size: .85rem; font-weight: 650; }
.brief-footer { padding-top: 1rem; }

.comparison, .services, .assessment, .process, .about { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.comparison { background: var(--ivory); }
.comparison h2 { max-width: 790px; }
.comparison-grid { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: stretch; margin-top: 4rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.state { padding: 2.7rem 2rem 2.7rem 0; }
.state-after { padding-left: 2rem; padding-right: 0; }
.state-number, .service-index { display: block; margin-bottom: 2.2rem; color: var(--blue); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.state h3 { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.state ul { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.state li { padding: .75rem 0; border-top: 1px solid var(--line); color: var(--muted); }
.shift-mark { display: grid; place-items: center; color: var(--blue); font-size: 1.7rem; border-inline: 1px solid var(--line); }

.services { background: var(--paper); }
.section-heading { margin-bottom: 4.2rem; }
.split-heading { display: grid; grid-template-columns: 1.2fr .65fr; gap: 5rem; align-items: end; }
.split-heading h2 { max-width: 690px; margin-bottom: 0; }
.split-heading > p { margin-bottom: .5rem; color: var(--muted); }
.service-layout { display: grid; grid-template-columns: 1.7fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-feature, .service-stack article { background: var(--ivory); }
.service-feature { min-height: 510px; padding: clamp(2rem, 5vw, 4.5rem); display: flex; flex-direction: column; }
.service-feature h3 { max-width: 590px; margin-bottom: 1.5rem; font: 400 clamp(2.2rem, 4vw, 4rem)/1.05 var(--serif); }
.service-feature > p { max-width: 620px; color: var(--muted); font-size: 1.06rem; }
.plain-list { margin: auto 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.plain-list li { padding: .9rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.service-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 1px; }
.service-stack article { padding: clamp(2rem, 4vw, 3rem); }
.service-stack h3 { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.service-stack p { color: var(--muted); }

.assessment { background: #e9edf0; }
.assessment-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 10vw, 9rem); align-items: center; }
.assessment-lede { font-family: var(--serif); font-size: 1.55rem; line-height: 1.4; }
.assessment-grid > div:first-child > p:not(.eyebrow):not(.assessment-lede) { color: var(--muted); }
.dark-link { display: inline-block; margin-top: 1rem; color: var(--ink); }
.assessment-output { border-top: 3px solid var(--ink); }
.mini-label { padding: .8rem 0; border-bottom: 1px solid #bcc6cb; color: var(--muted); font-size: .69rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.assessment-output ol { margin: 0; padding: 0; list-style: none; }
.assessment-output li { display: grid; grid-template-columns: 40px 160px 1fr; gap: 1rem; align-items: baseline; padding: 1.25rem 0; border-bottom: 1px solid #bcc6cb; }
.assessment-output li > span { color: var(--blue); font-size: .7rem; font-weight: 750; }
.assessment-output strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.assessment-output small { color: var(--muted); font-size: .83rem; }

.process { background: var(--paper); }
.process-heading { display: flex; justify-content: space-between; align-items: end; gap: 4rem; }
.process-heading h2 { max-width: 750px; margin-bottom: 0; }
.process-heading > p { max-width: 330px; color: var(--muted); }
.process-track { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; padding: 0; margin: 5rem 0 0; list-style: none; }
.process-track::before { content: ""; position: absolute; top: 21px; left: 21px; right: calc(33.333% - 21px); height: 1px; background: var(--line); }
.process-track li { position: relative; }
.process-node { position: relative; z-index: 1; display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 2rem; color: var(--white); background: var(--navy); border-radius: 50%; font-size: .75rem; }
.process-track h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.process-track p { color: var(--muted); }

.about { background: var(--ivory); border-top: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(4rem, 9vw, 9rem); align-items: start; }
.about-marker { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #bbb5aa; }
.about-marker span { display: grid; place-items: center; width: 45%; aspect-ratio: 1; border: 1px solid var(--ink); font: 700 1.4rem/1 var(--sans); letter-spacing: .1em; }
.about-lede { font-family: var(--serif); font-size: 1.5rem; line-height: 1.45; }
.about-grid > div:last-child > p:last-child { max-width: 710px; color: var(--muted); }

.contact { padding: clamp(5rem, 9vw, 8rem) 0; color: var(--white); background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(4rem, 10vw, 9rem); align-items: end; }
.contact h2 { margin-bottom: 0; font-size: clamp(3.4rem, 6.5vw, 6.5rem); }
.contact-copy > p:first-child { color: #c4d0d8; font: 400 1.55rem/1.45 var(--serif); }
.contact-note { padding-top: 1.2rem; color: #9fadb8; border-top: 1px solid rgba(255,255,255,.15); font-size: .85rem; }
.contact-note strong { color: var(--white); }

.site-footer { color: #adbbc5; background: #04101a; border-top: 1px solid rgba(255,255,255,.1); }
.footer-inner { min-height: 190px; display: grid; grid-template-columns: 1.3fr 1fr auto; align-items: center; gap: 3rem; }
.footer-brand { color: var(--white); }
.footer-inner > div > p { margin: .7rem 0 0 2.7rem; font-size: .76rem; }
.site-footer nav { justify-self: center; }
.site-footer a { text-underline-offset: .3rem; font-size: .8rem; }
.copyright { margin: 0; font-size: .72rem; }

.policy-page { min-height: 100vh; background: var(--ivory); }
.policy-header { position: static; color: var(--ink); border-bottom: 1px solid var(--line); }
.policy-header .header-inner { min-height: 76px; }
.policy-main { padding: clamp(5rem, 10vw, 9rem) 0; }
.policy-copy { max-width: 760px; }
.policy-copy h1 { color: var(--ink); font-size: clamp(3.2rem, 7vw, 6rem); }
.policy-copy .notice { margin-top: 2.5rem; padding: 1.5rem; border-left: 3px solid var(--blue); background: var(--paper); }
.policy-copy a { text-underline-offset: .3rem; }

@media (max-width: 900px) {
  .site-header { position: static; background: var(--navy); }
  .header-inner { min-height: auto; padding-block: 1.2rem; align-items: flex-start; }
  .nav-list { gap: .8rem 1.2rem; flex-wrap: wrap; justify-content: flex-end; }
  .nav-list .nav-cta { display: none; }
  .hero { padding-top: 6rem; }
  .hero-grid, .assessment-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .brief { max-width: 620px; transform: none; }
  .split-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .service-layout { grid-template-columns: 1fr; }
  .service-feature { min-height: 0; }
  .plain-list { margin-top: 2.5rem; }
  .process-heading { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .footer-inner { grid-template-columns: 1fr 1fr; padding-block: 3rem; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .shell { width: min(calc(100% - 2rem), var(--shell)); }
  .header-inner { flex-direction: column; }
  .nav-list { justify-content: flex-start; }
  .nav-list li:last-child { display: none; }
  .hero { padding: 4.5rem 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .brief { padding: 1.2rem; box-shadow: 12px 14px 0 rgba(88,166,255,.09); }
  .brief-status { align-items: flex-start; flex-direction: column; }
  .brief-list div { grid-template-columns: 72px 1fr; }
  .comparison-grid { grid-template-columns: 1fr; }
  .state, .state-after { padding: 2rem 0; }
  .shift-mark { min-height: 58px; border-inline: 0; border-block: 1px solid var(--line); transform: rotate(90deg); }
  .service-stack { grid-template-rows: auto; }
  .assessment-output li { grid-template-columns: 32px 1fr; }
  .assessment-output small { grid-column: 2; }
  .process-track { grid-template-columns: 1fr; gap: 2rem; margin-top: 3rem; }
  .process-track::before { top: 21px; bottom: 21px; left: 21px; right: auto; width: 1px; height: auto; }
  .process-track li { padding-left: 64px; }
  .process-node { position: absolute; left: 0; }
  .about-marker { max-width: 260px; }
  .contact { text-align: left; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .site-footer nav { justify-self: start; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
