:root {
  --ink: #0c0c0c;
  --ink-soft: #181818;
  --paper: #e9e8e3;
  --paper-deep: #d7d5cf;
  --white: #f5f4f0;
  --acid: #d0aa4d;
  --acid-soft: #ded1a7;
  --orange: #a98637;
  --muted: #6b6b67;
  --line: rgba(12, 12, 12, 0.14);
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 120px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--acid); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--white);
  transition: background .25s, box-shadow .25s;
}
.site-header.scrolled { background: rgba(12, 12, 12, .94); box-shadow: 0 1px rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font: 800 20px/1 var(--font-display); letter-spacing: -.045em; }
.brand > span:last-child > span { color: var(--acid); }
.brand-logo { display: block; width: 44px; height: 30px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav > a { color: rgba(255,255,255,.8); text-decoration: none; font-size: 14px; font-weight: 600; }
.primary-nav > a:not(.button):hover { color: var(--acid); }
.nav-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid var(--acid);
  border-radius: 2px;
  color: var(--ink) !important;
  background: var(--acid);
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); background: #dbba67; }
.button-small { min-height: 42px; padding: 0 17px; gap: 18px; }
.button-dark { background: var(--ink); border-color: var(--ink); color: var(--white) !important; }
.button-dark:hover { background: #252525; }
.text-link { display: inline-flex; gap: 12px; color: var(--white); text-decoration: none; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.35); }
.text-link:hover { color: var(--acid); border-color: var(--acid); }

.hero { position: relative; min-height: 900px; overflow: hidden; color: var(--white); background: var(--ink); padding: 180px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 35%, rgba(208,170,77,.14), transparent 30%), linear-gradient(115deg, transparent 48%, rgba(255,255,255,.025) 48%); }
.hero-grid { position: absolute; inset: 0 0 115px 50%; opacity: .06; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 1px); background-size: 56px 56px; transform: perspective(600px) rotateY(-8deg); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 74px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: var(--acid); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 23px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: var(--font-display); }
h1 { margin: 0; font-size: clamp(62px, 7.2vw, 102px); line-height: .98; letter-spacing: -.065em; }
h1 em, h2 em { color: var(--acid); font-style: normal; }
.hero-intro { max-width: 620px; margin: 32px 0 36px; color: rgba(255,255,255,.66); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; }

.operations-card { position: relative; min-height: 510px; padding: 24px; border: 1px solid rgba(255,255,255,.14); background: rgba(18,18,18,.82); box-shadow: 0 40px 90px rgba(0,0,0,.35); backdrop-filter: blur(8px); }
.operations-card::before { content: ""; position: absolute; width: 12px; height: 12px; top: -1px; right: -1px; border-top: 2px solid var(--acid); border-right: 2px solid var(--acid); }
.card-topline { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.62); font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.live-indicator { display: flex; align-items: center; gap: 7px; color: var(--acid); }
.live-indicator i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(208,170,77,.1); animation: pulse 2s infinite; }
.site-map {
  position: relative;
  height: 365px;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(12,12,12,.05), rgba(12,12,12,.12)),
    url("assets/great-lakes-terrain.png");
  background-position: center;
  background-size: cover;
  filter: saturate(.82) contrast(1.06);
}
.site-map::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 40px rgba(0,0,0,.26);
  pointer-events: none;
}
.signal-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); }
.signal-row div { padding: 13px 15px; background: #151515; }
.signal-row span,.signal-row strong { display: block; }.signal-row span { color: rgba(255,255,255,.42); font-size: 10px; text-transform: uppercase; }.signal-row strong { margin-top: 2px; font: 600 14px var(--font-display); }
.signal-row div:first-child strong { color: var(--acid); }
.trust-strip { position: relative; margin-top: 105px; min-height: 115px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); }
.trust-strip p { margin: 0; color: rgba(255,255,255,.4); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.trust-strip div { display: flex; align-items: center; gap: 22px; color: rgba(255,255,255,.72); font: 600 13px var(--font-display); }
.trust-strip i { width: 4px; height: 4px; background: var(--acid); transform: rotate(45deg); }

.section-label { display: flex; gap: 14px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.section-label span { color: var(--acid); }
.statement-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 70px; }
.statement-copy h2,.section-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.05; letter-spacing: -.055em; }
.statement-copy > p { max-width: 770px; margin: 30px 0 0; color: #5f5f5b; font-size: 19px; line-height: 1.7; }
.outcome-grid { grid-column: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 55px; border-top: 1px solid var(--line); }
.outcome-grid article { padding: 28px 30px 0 0; }
.outcome-grid article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.outcome-grid strong { font: 700 17px var(--font-display); }
.outcome-grid p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.services { color: var(--white); background: var(--ink-soft); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 50px; align-items: end; margin-bottom: 65px; }
.section-heading > p { margin: 0; color: rgba(255,255,255,.53); font-size: 15px; }
.section-label.light { color: rgba(255,255,255,.48); align-self: start; }
.service-list { border-top: 1px solid rgba(255,255,255,.16); }
.service-item { display: grid; grid-template-columns: .5fr 1.2fr 1fr; gap: 45px; align-items: start; padding: 43px 0; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s, padding .25s; }
.service-item:hover { padding-left: 20px; padding-right: 20px; background: rgba(255,255,255,.035); }
.service-number { color: var(--acid); font: 700 13px var(--font-display); }
.service-item h3 { margin: 0 0 10px; font-size: 28px; letter-spacing: -.035em; }
.service-item p { max-width: 480px; margin: 0; color: rgba(255,255,255,.52); font-size: 15px; }
.service-item ul { margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.76); font-size: 14px; }
.service-item li { position: relative; padding: 5px 0 5px 18px; }
.service-item li::before { content: ""; position: absolute; left: 0; top: 15px; width: 6px; height: 1px; background: var(--acid); }

.approach { background: var(--white); }
.approach-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 130px; }
.section-heading.dark { display: block; margin: 0; }
.section-heading.dark h2 { margin-top: 34px; }
.section-heading.dark h2 em { color: var(--orange); }
.process { border-top: 1px solid var(--line); }
.process article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process article > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--ink); background: var(--acid); font: 700 11px var(--font-display); border-radius: 50%; }
.process h3 { margin: 0 0 9px; font-size: 20px; letter-spacing: -.025em; }
.process p { margin: 0; color: var(--muted); font-size: 15px; }

.pilot { background: var(--paper-deep); }
.pilot-card { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 510px; padding: 72px; color: var(--white); background: #8e702f; box-shadow: 0 30px 70px rgba(30,30,30,.14); }
.pilot-content { padding-right: 70px; }
.pilot-content .eyebrow { color: rgba(12,12,12,.72); }
.pilot-content h2 { margin: 0; font-size: clamp(48px, 6vw, 76px); line-height: 1; letter-spacing: -.055em; }
.pilot-content > p:not(.eyebrow) { max-width: 590px; margin: 24px 0 32px; color: rgba(255,255,255,.82); font-size: 17px; }
.pilot-deliverables { align-self: stretch; padding: 34px; color: var(--ink); background: var(--acid-soft); }
.pilot-deliverables > p { margin: 0 0 45px; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.pilot-deliverables ul { margin: 0; padding: 0; list-style: none; }
.pilot-deliverables li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 17px 0; border-bottom: 1px solid rgba(12,12,12,.17); font: 600 14px var(--font-display); }
.pilot-deliverables li span { color: rgba(12,12,12,.45); font-size: 11px; }

.site-footer { padding: 76px 0 25px; color: var(--white); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 70px; }
.brand-footer { font-size: 24px; }
.brand-footer .brand-logo { width: 52px; height: 34px; }
.footer-top > p { margin: 0; color: rgba(255,255,255,.5); font-size: 14px; }
.footer-email { justify-self: end; color: var(--white); text-decoration: none; font: 600 16px var(--font-display); border-bottom: 1px solid rgba(255,255,255,.25); }
.footer-email span { color: var(--acid); margin-left: 12px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.35); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.footer-links { display: flex; align-items: center; gap: 20px; }
.footer-links a { color: rgba(255,255,255,.55); text-decoration: none; }
.footer-links a:hover { color: var(--acid); }

.page-main { min-height: 70vh; background: var(--paper); }
.page-hero { position: relative; overflow: hidden; padding: 180px 0 90px; color: var(--white); background: var(--ink); isolation: isolate; }
.page-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("assets/great-lakes-terrain.png") center 42% / cover no-repeat;
  filter: grayscale(1) contrast(1.7) brightness(.72);
  opacity: .5;
}
.page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(12,12,12,.97) 0%, rgba(12,12,12,.78) 52%, rgba(12,12,12,.5) 100%);
}
.page-hero > .container { position: relative; }
.page-hero h1 { max-width: 920px; font-size: clamp(52px, 7vw, 88px); }
.page-hero p:last-child { max-width: 720px; margin: 30px 0 0; color: rgba(255,255,255,.65); font-size: 19px; }
.content-section { padding: 90px 0 120px; }
.content-layout { display: grid; grid-template-columns: minmax(180px, .7fr) minmax(0, 2fr); gap: 80px; }
.prose { max-width: 780px; }
.prose h2 { margin: 0 0 20px; font-size: clamp(32px, 4vw, 48px); line-height: 1.1; letter-spacing: -.045em; }
.prose h2:not(:first-child) { margin-top: 60px; }
.prose h3 { margin: 35px 0 10px; font-size: 21px; }
.prose p, .prose li { color: #555550; }
.prose a { text-underline-offset: 3px; }
.placeholder-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.placeholder-card { min-height: 190px; padding: 30px; border: 1px solid var(--line); background: var(--white); }
.placeholder-card span { color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.placeholder-card h2 { margin: 45px 0 8px; font-size: 24px; }
.placeholder-card p { margin: 0; color: var(--muted); font-size: 14px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(208,170,77,0); } }

@media (max-width: 980px) {
  .hero { min-height: auto; padding-top: 140px; }
  .hero-layout { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 720px; }
  .operations-card { max-width: 680px; width: 100%; }
  .trust-strip { margin-top: 70px; }
  .section-heading { grid-template-columns: 1fr 2fr; }
  .section-heading > p { grid-column: 2; }
  .approach-layout { gap: 70px; }
  .pilot-card { padding: 52px; }
  .pilot-content { padding-right: 40px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 620px); }
  .section-pad { padding: 82px 0; }
  .nav-wrap { height: 70px; }
  .nav-toggle { position: relative; z-index: 2; display: block; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; }
  .nav-toggle span { position: absolute; left: 9px; width: 24px; height: 1px; background: var(--white); transition: transform .25s, top .25s; }
  .nav-toggle span:first-child { top: 16px; }.nav-toggle span:last-child { top: 24px; }
  .nav-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }.nav-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 30px; visibility: hidden; opacity: 0; background: var(--ink); transition: opacity .25s, visibility .25s; }
  .primary-nav.is-open { visibility: visible; opacity: 1; }
  .primary-nav > a { font-size: 24px; }
  .primary-nav .button { font-size: 16px; }
  .hero { padding-top: 130px; }
  h1 { font-size: clamp(54px, 17vw, 76px); }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .operations-card { min-height: 445px; padding: 16px; }
  .site-map { height: 310px; }
  .map-rings { transform: scale(.83); }
  .signal-row div { padding: 10px 8px; }.signal-row strong { font-size: 12px; }
  .trust-strip { align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; }
  .trust-strip div { width: 100%; flex-wrap: wrap; gap: 10px 16px; }
  .statement-grid { grid-template-columns: 1fr; gap: 30px; }
  .statement-copy h2,.section-heading h2 { font-size: 42px; }
  .statement-copy > p { font-size: 17px; }
  .outcome-grid { grid-column: auto; grid-template-columns: 1fr; margin-top: 15px; }
  .outcome-grid article,.outcome-grid article + article { padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .section-heading { display: block; margin-bottom: 45px; }
  .section-heading h2 { margin: 25px 0; }
  .service-item { grid-template-columns: 38px 1fr; gap: 16px; padding: 30px 0; }
  .service-item ul { grid-column: 2; }
  .service-item:hover { padding-left: 0; padding-right: 0; background: transparent; }
  .approach-layout { grid-template-columns: 1fr; gap: 60px; }
  .pilot-card { grid-template-columns: 1fr; gap: 45px; width: 100%; padding: 48px 24px; }
  .pilot-content { padding-right: 0; }
  .pilot-deliverables { padding: 26px 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; padding-bottom: 50px; }
  .footer-email { justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-links { align-items: flex-start; flex-wrap: wrap; gap: 8px 16px; }
  .page-hero { padding: 135px 0 70px; }
  .content-section { padding: 70px 0 90px; }
  .content-layout { grid-template-columns: 1fr; gap: 35px; }
  .placeholder-grid { grid-template-columns: 1fr; }
}

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