:root {
  --ink: #0b2928;
  --ink-deep: #061d1c;
  --paper: #f2efe7;
  --white: #fbfaf6;
  --acid: #e6ff48;
  --mint: #9ec7b8;
  --line: rgba(11, 41, 40, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 100; background: var(--acid); color: var(--ink); padding: 12px 18px; font-weight: 700; }
.skip-link:focus { top: 14px; }

.site-header {
  height: 88px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center;
  justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14);
  position: absolute; inset: 0 0 auto; z-index: 10; color: var(--white);
}
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid currentColor; font-size: 11px; font-weight: 900; letter-spacing: -.4px; transform: rotate(-3deg); }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { font-size: 13px; line-height: 1.1; text-transform: uppercase; letter-spacing: .07em; }
.brand-copy small { color: var(--mint); font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 46px); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--acid); transition: right .25s; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.nav-cta { border: 1px solid rgba(255,255,255,.55); padding: 12px 17px; transition: .2s; }
.nav-cta:hover { background: var(--acid); border-color: var(--acid); color: var(--ink); }

.hero { min-height: 760px; height: 100vh; max-height: 940px; background: var(--ink); color: var(--white); position: relative; overflow: hidden; display: grid; align-items: center; padding: 120px clamp(24px, 7vw, 110px) 70px; }
.hero::before { content: ""; width: min(50vw, 690px); aspect-ratio: 1; border: 1px solid rgba(230,255,72,.15); border-radius: 50%; position: absolute; right: -7%; top: 4%; box-shadow: 0 0 0 120px rgba(158,199,184,.025), 0 0 0 240px rgba(158,199,184,.018); }
.hero-grid { position: absolute; inset: 88px 0 0 53%; border-left: 1px solid rgba(255,255,255,.08); background: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, black, transparent 85%); }
.hero-content { width: min(760px, 68%); position: relative; z-index: 2; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--mint); display: flex; align-items: center; gap: 10px; margin: 0 0 26px; }
.eyebrow span { width: 28px; height: 2px; background: var(--acid); }
h1 { font-size: clamp(58px, 7.4vw, 116px); line-height: .88; letter-spacing: -.065em; margin: 0; font-weight: 800; }
h1 em { color: var(--acid); font-style: normal; font-weight: 400; }
.hero-lead { max-width: 580px; color: #bed1c9; line-height: 1.65; font-size: clamp(16px, 1.4vw, 20px); margin: 34px 0 36px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 22px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; border: 1px solid rgba(255,255,255,.35); transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--acid); color: var(--ink); border-color: var(--acid); }
.button.secondary:hover { background: var(--white); color: var(--ink); }
.hero-card { position: absolute; z-index: 3; right: clamp(24px, 7vw, 110px); bottom: 13%; width: min(300px, 25vw); background: rgba(7,31,30,.85); backdrop-filter: blur(14px); border: 1px solid rgba(230,255,72,.26); padding: 24px; box-shadow: 12px 12px 0 rgba(230,255,72,.08); }
.status { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: var(--mint); display: flex; gap: 8px; align-items: center; }
.status i, .active-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(230,255,72,.12); }
.card-number { font-size: clamp(30px, 3.2vw, 48px); letter-spacing: -.05em; margin: 31px 0 2px; font-weight: 700; }
.card-label { color: var(--mint); margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.card-rule { height: 1px; background: rgba(255,255,255,.18); margin: 23px 0; }
.card-service { font-size: 14px; line-height: 1.5; margin: 0; }
.card-footer { margin-top: 24px; display: flex; justify-content: space-between; color: var(--mint); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.scroll-note { position: absolute; bottom: 30px; left: clamp(24px, 7vw, 110px); display: flex; align-items: center; gap: 12px; color: #75968a; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.scroll-note span { width: 34px; height: 1px; background: #75968a; }

.section { padding: 110px clamp(24px, 7vw, 110px); }
.section-tag { display: flex; align-items: center; gap: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.section-tag span { color: #739084; font-variant-numeric: tabular-nums; }
.section-tag::after { content: ""; width: 44px; height: 1px; background: currentColor; opacity: .5; }
.intro-copy { margin-top: 62px; display: grid; grid-template-columns: 1fr 2fr; gap: 10vw; align-items: start; }
.kicker { margin: 0; color: #658078; line-height: 1.55; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.intro h2, .data-intro h2 { font-size: clamp(40px, 5vw, 74px); letter-spacing: -.055em; line-height: .98; margin: 0 0 28px; max-width: 800px; }
.intro-copy > div p { font-size: clamp(17px, 1.6vw, 22px); color: #3d5d57; line-height: 1.7; max-width: 790px; margin: 0; }
.fact-row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 80px; }
.fact-row div { padding: 28px 24px 28px 0; display: flex; flex-direction: column; gap: 6px; }
.fact-row div + div { border-left: 1px solid var(--line); padding-left: 30px; }
.fact-row strong { font-size: clamp(28px, 3vw, 42px); letter-spacing: -.04em; }
.fact-row span { color: #68827a; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.services { background: var(--ink-deep); color: var(--white); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-tag.light { color: var(--white); }
.section-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 70px); line-height: 1; letter-spacing: -.05em; font-weight: 600; text-align: right; }
.service-grid { margin-top: 70px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 16px; }
.service-featured { min-height: 510px; position: relative; overflow: hidden; background: var(--acid); color: var(--ink); padding: 36px; display: flex; flex-direction: column; justify-content: flex-end; }
.service-index { position: absolute; top: 34px; left: 36px; font-size: 10px; letter-spacing: .15em; font-weight: 900; }
.machine-motif { position: absolute; right: -45px; top: 44px; width: 280px; height: 280px; border: 34px solid var(--ink); border-radius: 50%; opacity: .12; }
.machine-motif::before, .machine-motif::after { content: ""; position: absolute; inset: 64px; border: 12px solid var(--ink); transform: rotate(45deg); }
.machine-motif::after { inset: 96px; background: var(--ink); }
.service-featured h3 { font-size: clamp(32px, 4vw, 59px); line-height: .98; letter-spacing: -.055em; margin: 0; max-width: 680px; }
.service-featured p { max-width: 610px; line-height: 1.6; font-size: 15px; margin: 22px 0 0; }
.service-principles { display: grid; grid-template-rows: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.service-principles article { border-bottom: 1px solid rgba(255,255,255,.18); padding: 26px 10px; display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; align-content: center; }
.service-principles article > span { color: var(--mint); font-size: 10px; }
.service-principles h3 { margin: 0 0 9px; font-size: 23px; }
.service-principles p { grid-column: 2; color: #9ab4aa; margin: 0; line-height: 1.55; font-size: 14px; max-width: 420px; }

.mission { background: var(--mint); position: relative; overflow: hidden; }
.mission::after { content: "“"; position: absolute; font: 700 470px/1 Georgia, serif; right: -20px; bottom: -235px; color: rgba(11,41,40,.06); }
.mission-inner { padding: 120px clamp(24px, 10vw, 160px); position: relative; z-index: 1; }
blockquote { font-size: clamp(34px, 5.5vw, 76px); line-height: 1.1; letter-spacing: -.045em; margin: 60px 0 35px; max-width: 1160px; font-weight: 600; }
blockquote em { font-style: normal; color: #f4ffb4; }
.mission-note { padding-left: 54px; position: relative; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; }
.mission-note::before { content: ""; width: 40px; height: 1px; background: var(--ink); position: absolute; left: 0; top: 7px; }

.data-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 130px); align-items: start; }
.data-intro { position: sticky; top: 40px; }
.data-intro h2 { margin-top: 58px; }
.data-intro > p { color: #526e67; line-height: 1.65; max-width: 430px; }
.map-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 28px; border-bottom: 1px solid var(--ink); padding-bottom: 8px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.map-link span { color: #627d74; }
.registry-card { background: var(--white); border: 1px solid var(--line); box-shadow: 15px 15px 0 #dbe1d8; }
.registry-title { padding: 26px 30px; background: var(--ink); color: var(--white); display: flex; align-items: center; justify-content: space-between; }
.registry-title > div:first-child { display: flex; flex-direction: column; gap: 4px; }
.registry-title span { color: var(--mint); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.registry-title strong { font-size: 18px; }
.active-badge { color: var(--acid); font-size: 10px; font-weight: 900; letter-spacing: .16em; border: 1px solid rgba(230,255,72,.4); padding: 9px 11px; display: flex; align-items: center; gap: 8px; }
.registry-card dl { margin: 0; padding: 8px 30px 20px; }
.registry-card dl div { display: grid; grid-template-columns: 38% 62%; padding: 19px 0; border-bottom: 1px solid var(--line); }
.registry-card dl div:last-child { border-bottom: 0; }
dt { color: #71877f; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
dd { margin: 0; font-size: 14px; font-weight: 700; }

.contact-strip { display: grid; grid-template-columns: 1.2fr 1fr 1fr; background: var(--acid); color: var(--ink); padding: 56px clamp(24px, 7vw, 110px); gap: 50px; }
.contact-strip > div { display: flex; flex-direction: column; gap: 12px; }
.contact-strip > div + div { border-left: 1px solid rgba(11,41,40,.3); padding-left: 50px; }
.contact-label { font-size: 9px; text-transform: uppercase; letter-spacing: .15em; font-weight: 900; }
.contact-strip strong { font-size: clamp(15px, 1.5vw, 20px); line-height: 1.45; }

footer { min-height: 140px; background: var(--ink-deep); color: var(--white); padding: 38px clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
footer p, footer > a:last-child { color: #76948a; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .brand-copy strong { font-size: 11px; }
  .hero { min-height: 760px; height: auto; padding-top: 150px; align-items: start; }
  .hero-content { width: 100%; }
  .hero-card { position: relative; right: auto; bottom: auto; width: min(100%, 420px); margin: 55px 0 40px auto; }
  .hero-grid { left: 38%; }
  .intro-copy { grid-template-columns: 1fr; gap: 32px; }
  .service-grid, .data-section { grid-template-columns: 1fr; }
  .data-intro { position: static; }
  .service-featured { min-height: 460px; }
  .contact-strip { grid-template-columns: 1fr 1fr; }
  .contact-strip .contact-code { grid-column: 1 / -1; border-left: 0; padding-left: 0; border-top: 1px solid rgba(11,41,40,.3); padding-top: 28px; }
}

@media (max-width: 620px) {
  .brand-copy { display: none; }
  .site-header { padding-inline: 18px; }
  .nav-cta { padding: 10px 12px; font-size: 9px; }
  .hero { padding-inline: 20px; }
  h1 { font-size: clamp(49px, 15vw, 72px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { justify-content: space-between; }
  .scroll-note { display: none; }
  .section, .mission-inner { padding: 78px 20px; }
  .fact-row { grid-template-columns: 1fr; }
  .fact-row div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading h2 { text-align: left; }
  .service-grid { margin-top: 46px; }
  .service-featured { min-height: 490px; padding: 26px; }
  .service-index { left: 26px; }
  .machine-motif { width: 220px; height: 220px; }
  .registry-title, .registry-card dl { padding-left: 20px; padding-right: 20px; }
  .registry-card dl div { grid-template-columns: 1fr; gap: 8px; }
  .contact-strip { grid-template-columns: 1fr; padding: 45px 20px; gap: 30px; }
  .contact-strip > div + div { border-left: 0; padding-left: 0; border-top: 1px solid rgba(11,41,40,.3); padding-top: 28px; }
  .contact-strip .contact-code { grid-column: auto; }
  footer { flex-wrap: wrap; }
  footer p { order: 3; width: 100%; }
}

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