:root {
  --ink: #202831;
  --ink-2: #111820;
  --paper: #fbfaf7;
  --paper-2: #f2f0ea;
  --blue: #149bd3;
  --blue-dark: #087aa9;
  --blue-soft: #dff3fb;
  --muted: #68727b;
  --line: #d8d8d2;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 22px 60px rgba(17, 24, 32, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 100; padding: .7rem 1rem; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.family-bar { background: #06090c; color: #9facb6; font-size: .64rem; letter-spacing: .15em; text-transform: uppercase; }
.family-bar .shell { display: flex; justify-content: flex-end; gap: 2rem; min-height: 30px; align-items: center; }
.family-bar a { text-decoration: none; transition: color .2s ease; }
.family-bar a:hover, .family-bar a[aria-current="page"] { color: #79cce9; }
.contact-bar { background: #1a2530; color: #89a0af; border-bottom: 1px solid #35424e; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.contact-bar .shell { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.contact-links { display: flex; gap: 1.8rem; }
.contact-links a { color: #73c8ec; text-decoration: none; }

.site-header { position: relative; z-index: 10; background: var(--ink); color: var(--white); }
.nav-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--white); text-decoration: none; font-size: 1.16rem; font-weight: 750; letter-spacing: .03em; }
.brand::before { content: ""; width: 4px; height: 34px; background: var(--blue); display: block; }
.site-nav { display: flex; align-items: center; gap: 1.5rem; }
.site-nav a { color: #bac6ce; text-decoration: none; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; transition: color .2s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--white); }
.site-nav .nav-cta { padding: .75rem 1rem; color: #07131a; background: #74c9ea; font-weight: 800; }
.menu-button { display: none; min-width: 44px; min-height: 44px; border: 1px solid #52606b; color: var(--white); background: transparent; font: inherit; cursor: pointer; }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0 auto 0 0; width: min(43vw, 680px); opacity: .32; background: repeating-linear-gradient(90deg, transparent 0 6px, #d9d7d0 6px 8px); clip-path: ellipse(75% 65% at 0 50%); pointer-events: none; }
.hero .shell { position: relative; min-height: 620px; padding-block: 100px 80px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 6rem; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 1rem; color: var(--blue-dark); font-size: .68rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--blue); }
h1, h2, h3 { margin: 0; text-wrap: balance; line-height: 1.04; letter-spacing: -.045em; }
h1 { margin-top: 1.8rem; max-width: 900px; font-size: clamp(3.15rem, 7vw, 6rem); font-weight: 650; }
h1 em { color: var(--blue); font-style: normal; }
.hero-copy { margin: 1.8rem 0 0; max-width: 720px; font-size: clamp(1.08rem, 1.5vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.button { min-height: 48px; padding: .85rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 1px solid var(--blue); background: var(--blue); color: #07131a; text-decoration: none; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button::after { content: "→"; font-size: 1rem; }
.button:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: var(--white); }
.button.secondary { background: transparent; border-color: transparent; color: var(--blue-dark); }
.button.secondary:hover { border-color: var(--blue-dark); }
.hero-marker { align-self: stretch; min-height: 340px; display: grid; place-items: center; position: relative; }
.hero-marker::before, .hero-marker::after { content: ""; position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.hero-marker::before { width: 300px; height: 300px; }
.hero-marker::after { width: 210px; height: 210px; }
.marker-letter { position: relative; z-index: 1; width: 118px; height: 118px; display: grid; place-items: center; background: var(--ink); color: var(--blue); font-size: 4rem; font-weight: 300; }
.marker-letter small { position: absolute; top: calc(100% + 1rem); width: 200px; text-align: center; color: var(--muted); font-size: .62rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }

.intro-strip { background: var(--ink); color: var(--white); }
.intro-strip .shell { padding-block: 65px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 5rem; align-items: start; }
.section-kicker { color: #74c9ea; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.intro-strip h2 { margin-top: 1rem; font-size: clamp(2rem, 4vw, 3.4rem); }
.intro-strip p { margin: 0; color: #c6d0d7; font-size: 1.12rem; }
.intro-strip strong { color: var(--white); }

.section { padding-block: 96px; }
.section.alt { background: var(--paper-2); }
.section-head { max-width: 780px; margin-bottom: 3.5rem; }
.section-head h2 { margin-top: .9rem; font-size: clamp(2.35rem, 5vw, 4rem); }
.section-head p { margin: 1.3rem 0 0; color: #53606a; font-size: 1.08rem; }

.lever-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.lever-card { position: relative; min-height: 365px; padding: 2.4rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; overflow: hidden; transition: background .25s ease, color .25s ease; }
.lever-card::after { content: attr(data-letter); position: absolute; right: 1rem; bottom: -3rem; color: rgba(32,40,49,.045); font-size: 15rem; font-weight: 800; line-height: 1; }
.lever-card:hover { background: var(--ink); color: var(--white); }
.lever-card:hover .card-copy, .lever-card:hover .tradeoff { color: #c4ced5; }
.card-top { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.card-letter { color: var(--blue-dark); font-size: 2.2rem; font-weight: 300; }
.lever-card h3 { margin-top: 2.4rem; font-size: clamp(2rem, 4vw, 3rem); }
.card-copy { max-width: 550px; margin: 1.2rem 0; color: #53606a; }
.tradeoff { margin-top: auto; padding-top: 1.3rem; border-top: 1px solid currentColor; color: var(--muted); font-size: .84rem; }
.tradeoff strong { color: var(--blue-dark); letter-spacing: .08em; text-transform: uppercase; }

.job-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.job-card { min-height: 260px; padding: 2rem; background: var(--paper); }
.job-card .number { color: var(--blue-dark); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.job-card h3 { margin-top: 2rem; font-size: 1.7rem; }
.job-card p { color: #5b6670; }
.job-card.cost { background: var(--ink); color: var(--white); }
.job-card.cost p { color: #c6d0d7; }

.plain-language { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.plain-language h2 { margin-top: .9rem; font-size: clamp(2.4rem, 4.6vw, 3.8rem); }
.plain-language .lead { margin-top: 1.5rem; font-size: 1.18rem; }
.callout { padding: 2rem; background: var(--blue-soft); border-left: 4px solid var(--blue); }
.callout h3 { font-size: 1.6rem; }
.callout p:last-child { margin-bottom: 0; }
.check-list { list-style: none; padding: 0; margin: 2rem 0 0; }
.check-list li { position: relative; padding: 1rem 0 1rem 2rem; border-top: 1px solid var(--line); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 1.45rem; width: 10px; height: 10px; border: 2px solid var(--blue-dark); }

.scenario { display: grid; grid-template-columns: .65fr 1.35fr; gap: 5rem; align-items: start; }
.scenario-card { padding: 2.4rem; background: var(--white); box-shadow: var(--shadow); }
.scenario-card h3 { font-size: 1.9rem; }
.scenario-card p { color: #53606a; }
.scenario-steps { counter-reset: steps; }
.scenario-step { counter-increment: steps; position: relative; padding: 0 0 2.5rem 4.5rem; border-left: 1px solid #bfc4c4; }
.scenario-step:last-child { padding-bottom: 0; border-color: transparent; }
.scenario-step::before { content: counter(steps, decimal-leading-zero); position: absolute; left: -1.35rem; top: -.4rem; width: 2.7rem; height: 2.7rem; display: grid; place-items: center; background: var(--ink); color: #75cbea; font-size: .68rem; font-weight: 800; }
.scenario-step h3 { font-size: 1.55rem; }
.scenario-step p { margin-bottom: 0; color: #56616a; }

.diagnostic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.diagnostic { padding: 1.8rem; border: 1px solid var(--line); background: var(--paper); }
.diagnostic strong { display: block; margin-bottom: .5rem; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.diagnostic p { margin: 0; color: #5d6871; }

.pager { background: var(--ink); color: var(--white); }
.pager .shell { display: grid; grid-template-columns: 1fr 1fr; }
.pager a { min-height: 180px; padding: 2.3rem; display: flex; flex-direction: column; justify-content: center; text-decoration: none; border-right: 1px solid #3a4650; transition: background .2s ease; }
.pager a:last-child { border-right: 0; }
.pager a:hover { background: #17222c; }
.pager small { color: #76cbe9; font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pager strong { margin-top: .5rem; font-size: 1.6rem; line-height: 1.2; }

.cta { padding-block: 96px; background: var(--blue); color: #07131a; }
.cta .shell { display: grid; grid-template-columns: 1.4fr .6fr; gap: 4rem; align-items: end; }
.cta h2 { font-size: clamp(2.7rem, 5vw, 4.7rem); }
.cta p { font-size: 1.1rem; }
.cta .button { background: var(--ink); border-color: var(--ink); color: var(--white); }
.cta .button:hover { background: #07131a; }

.footer { padding: 60px 0 35px; background: #0c1218; color: #aab6bf; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3rem; }
.footer .brand { margin-bottom: 1rem; }
.footer h3 { color: var(--white); font-size: 1rem; letter-spacing: .03em; }
.footer p, .footer a { font-size: .86rem; }
.footer a { color: #77cae9; }
.legal { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #2c3740; color: #82909a; font-size: .7rem; line-height: 1.55; }

@media (max-width: 900px) {
  .contact-bar .shell { justify-content: center; }
  .contact-bar .shell > span { display: none; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; inset: 100% 0 auto; padding: 1.3rem 20px 1.6rem; background: var(--ink); border-top: 1px solid #43505a; flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 44px; display: flex; align-items: center; }
  .hero .shell { grid-template-columns: 1fr; min-height: auto; padding-block: 80px 60px; gap: 2rem; }
  .hero-marker { min-height: 280px; }
  .intro-strip .shell, .plain-language, .scenario, .cta .shell { grid-template-columns: 1fr; gap: 2.5rem; }
  .lever-grid, .job-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .family-bar .shell { justify-content: center; gap: 1.2rem; }
  .contact-links { gap: 1rem; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .section { padding-block: 70px; }
  .lever-card { min-height: 330px; padding: 1.5rem; }
  .job-grid, .diagnostic-grid, .pager .shell, .footer-main { grid-template-columns: 1fr; }
  .pager a { min-height: 140px; border-right: 0; border-bottom: 1px solid #3a4650; }
}

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