:root {
  --forest: #10231c;
  --forest-2: #17372b;
  --forest-3: #22523f;
  --cream: #f4f0e6;
  --paper: #fbfaf6;
  --ink: #17201c;
  --muted: #657068;
  --line: #d9ddd7;
  --gold: #d7b56d;
  --gold-light: #f2d799;
  --white: #fff;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", Consolas, monospace;
  --shadow: 0 24px 65px rgba(15, 34, 27, .14);
}

* { 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.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 10px 16px; background: var(--white); color: var(--ink); border-radius: 4px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; color: var(--white); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(16, 35, 28, .94); box-shadow: 0 1px rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 14px; font-weight: 500; letter-spacing: -.02em; }
.brand strong { color: var(--gold-light); font-weight: 700; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: end center; grid-template-columns: repeat(3, 4px); gap: 3px; padding: 7px 8px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; transform: rotate(-2deg); }
.brand-mark i { display: block; width: 4px; border-radius: 4px 4px 1px 1px; background: var(--gold-light); }
.brand-mark i:nth-child(1) { height: 10px; }
.brand-mark i:nth-child(2) { height: 17px; }
.brand-mark i:nth-child(3) { height: 13px; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 13px; font-weight: 600; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav .nav-cta { color: var(--forest); background: var(--gold-light); padding: 10px 16px; border-radius: 3px; }
.menu-button { display: none; background: none; border: 0; padding: 10px; }

.hero { position: relative; overflow: hidden; padding: 148px 0 0; background: var(--forest); color: var(--white); }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; top: -330px; right: -150px; border-radius: 50%; border: 1px solid rgba(215,181,109,.16); box-shadow: 0 0 0 90px rgba(215,181,109,.025), 0 0 0 180px rgba(215,181,109,.018); }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, #000, transparent 86%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.06fr .84fr; gap: 70px; align-items: center; padding-bottom: 82px; }
.eyebrow, .section-tag { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; color: var(--forest-3); font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: var(--gold-light); }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
h1 { max-width: 720px; font-size: clamp(53px, 6.4vw, 87px); }
h1 em { color: var(--gold-light); font-style: italic; font-weight: 500; }
.hero-lede { max-width: 690px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 51px; padding: 0 22px; border: 1px solid transparent; border-radius: 3px; text-decoration: none; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold-light); color: var(--forest); }
.button-primary:hover { background: #ffe5aa; }
.button-quiet { border-color: rgba(255,255,255,.22); color: var(--white); }
.button-quiet:hover { border-color: rgba(255,255,255,.6); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; margin: 45px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.12); }
.hero-proof li { display: grid; grid-template-columns: auto 1fr; gap: 9px; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.5; }
.hero-proof span { color: var(--gold-light); font-family: var(--mono); font-size: 9px; }

.response-board { position: relative; padding: 22px; background: #f7f5ef; color: var(--ink); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; box-shadow: 0 36px 90px rgba(0,0,0,.3); transform: rotate(1.2deg); }
.response-board::after { content: ""; position: absolute; inset: -8px 8px 8px -8px; z-index: -1; border: 1px solid rgba(215,181,109,.3); border-radius: 8px; }
.board-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.board-top > div { display: grid; }
.board-label { color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.board-top strong { font-size: 13px; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 20px; background: #e3efe8; color: var(--forest-3); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: #33a26b; box-shadow: 0 0 0 3px rgba(51,162,107,.13); }
.inquiry-card { margin: 17px 0; padding: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 5px; }
.inquiry-head { display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; }
.source-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--forest); color: var(--gold-light); font-family: var(--serif); font-size: 16px; }
.inquiry-head div { display: grid; }
.inquiry-head strong { font-size: 11px; }
.inquiry-head small { color: var(--muted); font-size: 9px; }
.timer { color: var(--forest-3); font-family: var(--mono); font-size: 11px; }
.inquiry-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.inquiry-details span { padding: 7px 8px; background: #f3f4f0; border-radius: 3px; font-size: 10px; font-weight: 700; }
.inquiry-details small { display: block; color: var(--muted); font-size: 7px; font-weight: 500; text-transform: uppercase; }
.flow-line { display: grid; grid-template-columns: 7px 20px 1fr auto; align-items: center; min-height: 31px; color: var(--muted); font-size: 9px; }
.flow-line > i { width: 7px; height: 7px; border: 2px solid #50a777; border-radius: 50%; }
.flow-line > span { height: 1px; margin: 0 6px; background: var(--line); }
.flow-line b { color: var(--ink); font-size: 9px; }
.flow-line time { font-family: var(--mono); }
.staff-alert { display: grid; margin: 14px 0; padding: 12px 14px; border-left: 3px solid var(--gold); background: #eee9dc; }
.alert-kicker { color: #8a6d2f; font-family: var(--mono); font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }
.staff-alert strong { font-size: 10px; }
.staff-alert small { color: var(--muted); font-size: 8px; }
.board-foot { display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line); font-size: 8px; }
.board-foot span { color: var(--muted); }
.board-foot strong { font-family: var(--mono); font-size: 8px; }
.hero-bottom { position: relative; display: flex; gap: 28px; align-items: center; min-height: 75px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 11px; }
.hero-bottom p { margin: 0 auto 0 0; color: rgba(255,255,255,.68); font-weight: 600; }
.hero-bottom span { font-family: var(--mono); text-transform: uppercase; letter-spacing: .06em; }

.section { padding: 120px 0; }
.split-heading { display: grid; grid-template-columns: .95fr 1fr; gap: 100px; align-items: end; }
h2 { font-size: clamp(42px, 5vw, 67px); }
.section-intro { margin: 0; color: var(--muted); font-size: 17px; }
.section-intro p:last-child { margin-bottom: 0; }
.section-intro strong { color: var(--ink); }
.leak-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.leak-grid article { min-height: 245px; padding: 30px 26px; border-right: 1px solid var(--line); }
.leak-grid article:first-child { padding-left: 0; }
.leak-grid article:last-child { border-right: 0; padding-right: 0; }
.leak-num { color: var(--forest-3); font-family: var(--mono); font-size: 10px; }
.leak-grid h3 { margin: 43px 0 12px; font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.1; }
.leak-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.section-dark { background: var(--forest); color: var(--white); }
.section-tag.light { color: var(--gold-light); }
.center-heading { max-width: 750px; margin: 0 auto; text-align: center; }
.center-heading .section-tag { justify-content: center; }
.center-heading p:last-child { max-width: 600px; margin: 25px auto 0; color: rgba(255,255,255,.62); }
.system-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 18px; align-items: center; margin-top: 70px; }
.system-steps article { min-height: 255px; padding: 28px 24px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
.step-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(215,181,109,.45); border-radius: 50%; color: var(--gold-light); font-family: var(--mono); font-size: 10px; }
.system-steps h3 { margin: 44px 0 10px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.system-steps p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; }
.step-arrow { color: var(--gold); font-size: 18px; }
.control-bar { display: grid; grid-template-columns: 220px 1fr; gap: 30px; margin-top: 30px; padding: 22px 25px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.05); }
.control-bar span { color: var(--gold-light); font-family: var(--mono); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.control-bar p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; }

.pilot-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: start; }
.pilot-copy h2 { max-width: 680px; }
.pilot-lede { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: 17px; }
.timeline { margin-top: 45px; border-top: 1px solid var(--line); }
.timeline div { display: grid; grid-template-columns: 115px 1fr; gap: 25px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.timeline span { color: var(--forest-3); font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.timeline strong { font-size: 13px; }
.deliverables-card { padding: 34px; background: var(--cream); border: 1px solid #ded9cd; box-shadow: var(--shadow); }
.card-heading { display: flex; justify-content: space-between; padding-bottom: 23px; border-bottom: 1px solid #d4d0c5; }
.card-heading span { font-family: var(--serif); font-size: 24px; font-weight: 600; }
.card-heading b { align-self: center; padding: 5px 8px; background: var(--forest); color: var(--white); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { display: grid; grid-template-columns: 18px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid #d9d4c8; font-size: 12px; }
.check-list li:last-child { border-bottom: 0; }
.check-list i { position: relative; width: 16px; height: 16px; margin-top: 2px; border: 1px solid #7aa58c; border-radius: 50%; }
.check-list i::after { content: ""; position: absolute; left: 4px; top: 3px; width: 5px; height: 3px; border-left: 1px solid var(--forest-3); border-bottom: 1px solid var(--forest-3); transform: rotate(-45deg); }

.measure { padding-top: 0; }
.split-heading.compact { align-items: center; }
.split-heading.compact h2 { font-size: clamp(38px, 4.3vw, 57px); }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border: 1px solid var(--line); }
.metrics div { display: grid; gap: 24px; min-height: 145px; padding: 25px; border-right: 1px solid var(--line); }
.metrics div:last-child { border: 0; }
.metrics span { color: var(--forest-3); font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.metrics strong { align-self: end; font-family: var(--serif); font-size: 21px; line-height: 1.15; }

.investment { position: relative; overflow: hidden; background: var(--forest); color: var(--white); }
.investment::before { content: "90"; position: absolute; right: -20px; bottom: -135px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 500px; line-height: 1; }
.investment-grid { position: relative; display: grid; grid-template-columns: 1fr 430px; gap: 100px; align-items: center; }
.investment-copy h2 { max-width: 720px; }
.investment-copy > p:not(.section-tag) { max-width: 650px; color: rgba(255,255,255,.65); font-size: 17px; }
.investment-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; list-style: none; margin: 34px 0 0; padding: 0; }
.investment-copy li { position: relative; padding-left: 20px; color: rgba(255,255,255,.76); font-size: 12px; }
.investment-copy li::before { content: "+"; position: absolute; left: 0; color: var(--gold-light); }
.price-card { padding: 31px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.price-top { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.price-top b { color: var(--forest-3); }
.price-line { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: baseline; padding-top: 20px; }
.price-line span { font-family: var(--serif); font-size: 51px; line-height: 1; }
.price-line small { color: var(--muted); font-size: 10px; }
.plus { margin: 4px 0 -6px; color: var(--gold); font-family: var(--serif); font-size: 24px; }
.total { display: flex; align-items: center; justify-content: space-between; margin: 25px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.total span { color: var(--muted); font-size: 11px; }
.total strong { font-family: var(--serif); font-size: 28px; }
.button-full { width: 100%; }
.price-card > p { margin: 15px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fit-card { padding: 44px; border: 1px solid var(--line); }
.fit-card.good { background: var(--cream); }
.fit-card.not-fit { background: #f3f2ef; }
.fit-label { color: var(--forest-3); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.fit-card h2 { margin: 24px 0 30px; font-size: 42px; }
.fit-card.good .check-list li { font-size: 13px; }
.fit-card.not-fit ul { margin: 0; padding-left: 20px; color: var(--muted); font-size: 13px; }
.fit-card.not-fit li { margin-bottom: 14px; }

.closing { padding: 115px 0; background: var(--forest-2); color: var(--white); }
.closing-inner { max-width: 890px; text-align: center; }
.closing .section-tag { justify-content: center; }
.closing h2 { font-size: clamp(45px, 6vw, 76px); }
.closing p:not(.section-tag) { max-width: 660px; margin: 26px auto 0; color: rgba(255,255,255,.64); }
.closing-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 35px; }
.button-light { background: var(--white); color: var(--forest); }
.closing-actions > span { color: rgba(255,255,255,.38); font-size: 9px; }

footer { padding: 40px 0; background: #0b1a15; color: rgba(255,255,255,.45); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; font-size: 10px; }
.footer-brand { color: var(--white); }
.footer-inner p { margin: 0; }
.footer-inner p:last-child { text-align: right; }

:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }

@media (max-width: 980px) {
  .hero-layout, .pilot-layout, .investment-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .response-board { width: min(540px, 100%); margin: 0 auto; transform: none; }
  .hero-bottom { flex-wrap: wrap; padding: 18px 0; gap: 12px 20px; }
  .hero-bottom p { width: 100%; }
  .split-heading { gap: 55px; }
  .leak-grid { grid-template-columns: 1fr 1fr; }
  .leak-grid article:nth-child(2) { border-right: 0; }
  .leak-grid article:first-child, .leak-grid article:nth-child(3) { padding-left: 0; }
  .leak-grid article:nth-child(3), .leak-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .system-steps { grid-template-columns: 1fr 1fr; }
  .step-arrow { display: none; }
  .investment-grid { gap: 55px; }
  .price-card { width: min(500px, 100%); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 34px, 1180px); }
  .site-header { background: rgba(16,35,28,.96); }
  .nav-wrap { height: 66px; }
  .menu-button { display: grid; gap: 6px; }
  .menu-button span:not(.sr-only) { width: 22px; height: 1px; background: var(--white); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 66px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px 17px 20px; background: var(--forest); box-shadow: 0 20px 30px rgba(0,0,0,.22); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 8px; }
  .site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero { padding-top: 112px; }
  .hero-layout { gap: 55px; padding-bottom: 55px; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lede { font-size: 16px; }
  .hero-proof { grid-template-columns: 1fr; }
  .response-board { padding: 16px; }
  .hero-bottom span { font-size: 9px; }
  .section { padding: 82px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 30px; }
  h2 { font-size: clamp(40px, 12vw, 56px); }
  .leak-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .leak-grid article, .leak-grid article:first-child, .leak-grid article:nth-child(3), .leak-grid article:last-child { min-height: 0; padding: 27px 0; border-right: 0; border-top: 1px solid var(--line); }
  .leak-grid article:first-child { border-top: 0; }
  .leak-grid h3 { margin-top: 18px; }
  .system-steps { grid-template-columns: 1fr; gap: 12px; }
  .system-steps article { min-height: 0; }
  .system-steps h3 { margin-top: 28px; }
  .control-bar { grid-template-columns: 1fr; gap: 10px; }
  .timeline div { grid-template-columns: 90px 1fr; }
  .deliverables-card { padding: 25px 21px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metrics div:nth-child(2) { border-right: 0; }
  .metrics div:nth-child(3), .metrics div:nth-child(4) { border-top: 1px solid var(--line); }
  .investment-copy ul { grid-template-columns: 1fr; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-card { padding: 32px 24px; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; text-align: left; }
  .footer-inner p:last-child { text-align: left; }
}

@media (max-width: 420px) {
  .brand { font-size: 12px; }
  .hero-actions .button { width: 100%; }
  .inquiry-details { grid-template-columns: 1fr 1fr; }
  .inquiry-details span:last-child { grid-column: 1 / -1; }
  .metrics { grid-template-columns: 1fr; }
  .metrics div { min-height: 115px; border-right: 0; border-top: 1px solid var(--line); }
  .metrics div:first-child { border-top: 0; }
  .price-line span { font-size: 44px; }
}

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

@media print {
  .site-header, .hero-grid, .hero::before, .hero-actions, .closing-actions { display: none !important; }
  .hero, .section-dark, .investment, .closing, footer { background: #fff !important; color: #000 !important; }
  .hero { padding-top: 40px; }
  .section { padding: 42px 0; }
  p, li, .hero-lede, .section-intro { color: #333 !important; }
}
