@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/archivo-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('../fonts/inter-var.woff2') format('woff2');
}

:root {
  --paper: #F7F6F2;
  --ink: #17191C;
  --muted: #5F6368;
  --hairline: #E4E2DC;
  --pine: #123F31;
  --pine-tint: #B9C6C0;
  --font-display: 'Archivo', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

[id] { scroll-margin-top: 88px; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--ink);
  color: var(--paper);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  text-decoration: none;
}
.skip-link:focus { left: 0; }

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--pine);
  outline-offset: 3px;
}
.contact a:focus-visible,
.contact button:focus-visible {
  outline-color: var(--pine-tint);
}

.bot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 26px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-body);
  transition: opacity 0.15s ease;
}
.btn:hover { opacity: 0.88; }
.btn-solid { background: var(--pine); color: var(--paper); }
.btn-paper { background: var(--paper); color: var(--pine); }

.btn-quiet {
  font-size: 14px;
  font-weight: 500;
  color: var(--pine);
  text-decoration: none;
  padding: 12px 2px;
  border-bottom: 1px solid var(--pine);
}
.btn-quiet:hover { opacity: 0.7; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(24px, 6vw, 80px);
  border-bottom: 1px solid var(--hairline);
  position: sticky;
  top: 0;
  background: var(--paper);
  z-index: 10;
}
.nav .btn { padding: 9px 18px; font-size: 13px; }

.wordmark {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: var(--ink);
  text-decoration: none;
}

.nav-links { display: flex; gap: 28px; }
.nav-links a {
  font-size: 14px;
  color: var(--muted);
  text-decoration: none;
}
.nav-links a:hover { color: var(--ink); }

.nav-actions { display: flex; align-items: center; gap: 20px; }

.nav-profile {
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
.nav-profile:hover { color: var(--ink); border-bottom-color: var(--hairline); }
.nav-profile-short { display: none; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 4px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
}

.hero { padding: clamp(64px, 10vw, 130px) clamp(24px, 6vw, 80px) 56px; }
.hero h1 {
  font-size: clamp(38px, 6vw, 68px);
  max-width: 16ch;
  margin: 18px 0 0;
}
.lede {
  font-size: clamp(16px, 1.6vw, 18px);
  color: var(--muted);
  max-width: 52ch;
  margin: 26px 0 36px;
}
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

.bays { border-bottom: 1px solid var(--hairline); }
.bays svg { display: block; width: 100%; height: clamp(48px, 7vw, 90px); }

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.stat {
  padding: 34px clamp(24px, 6vw, 80px);
  border-right: 1px solid var(--hairline);
}
.stat:last-child { border-right: none; }
.stat-value {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 42px);
  letter-spacing: -0.02em;
  display: block;
  margin-bottom: 6px;
}

.stats-note {
  font-size: 12px;
  color: var(--muted);
  padding: 0 clamp(24px, 6vw, 80px) 20px;
  border-bottom: 1px solid var(--hairline);
}

.section {
  padding: clamp(64px, 8vw, 110px) clamp(24px, 6vw, 80px);
  border-bottom: 1px solid var(--hairline);
}
.section--flush { border-bottom: none; }
.section h1,
.section h2 {
  font-size: clamp(26px, 3.4vw, 40px);
  max-width: 22ch;
  margin: 14px 0 0;
}
.section-intro {
  color: var(--muted);
  max-width: 58ch;
  margin: 20px 0 0;
}
.prose { max-width: 62ch; margin-top: 24px; }
.prose p + p { margin-top: 16px; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
  margin-top: 44px;
}
.service { background: var(--paper); padding: 28px 24px; }
.svc-icon { display: block; width: 30px; height: 30px; margin-bottom: 14px; }
.service-num {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--pine);
}
.service h3 { font-size: 17px; margin: 14px 0 8px; }
.service p { font-size: 14px; color: var(--muted); }

.lpr-flow { display: flex; align-items: flex-start; gap: 10px; margin: 44px 0 8px; }
.lpr-step { flex: 1 1 0; text-align: center; }
.lpr-art { display: block; width: 100%; height: auto; }
.lpr-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--pine);
  letter-spacing: 0.03em;
  margin-top: 14px;
}
.lpr-label {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink);
  margin-top: 6px;
}
.lpr-arrow { flex: 0 0 auto; align-self: center; margin-top: 36px; color: var(--pine); opacity: 0.38; }
.lpr-arrow svg { display: block; width: 20px; height: 20px; }
.lpr-art .ln { fill: none; stroke: var(--pine); stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.lpr-art .ln-soft { fill: none; stroke: var(--pine); stroke-width: 2; stroke-linecap: round; opacity: 0.3; }
.lpr-art .fill { fill: var(--pine); stroke: none; }
.lpr-art .ground { stroke: var(--pine); stroke-width: 2; opacity: 0.22; }
.lpr-art .plate { fill: var(--paper); stroke: var(--pine); stroke-width: 2; stroke-linejoin: round; }
.lpr-art .beam { fill: var(--pine); opacity: 0.1; stroke: none; }
.lpr-art .beam-edge { fill: none; stroke: var(--pine); stroke-width: 1.4; opacity: 0.42; stroke-dasharray: 5 5; stroke-linecap: round; }
.lpr-art .reticle { fill: none; stroke: var(--pine); stroke-width: 2; stroke-linecap: round; }

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .lpr-boom { transform-box: view-box; transform-origin: 55px 72px; transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1); }
  .lpr-flow:hover .lpr-boom { transform: rotate(-13deg); }
  .lpr-art .beam, .lpr-art .beam-edge { transition: opacity 0.45s ease; }
  .lpr-flow:hover .beam { opacity: 0.2; }
  .lpr-flow:hover .beam-edge { opacity: 0.62; }
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 20px;
}
.tech-item { border-top: 1px solid var(--pine); padding-top: 16px; }
.tech-item p { font-size: 14px; color: var(--muted); margin-top: 10px; }
.tech-note { color: var(--muted); max-width: 58ch; margin-top: 36px; }

.region-figures {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 44px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--hairline);
}
.region-value {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--pine);
  display: flex;
  align-items: flex-end;
  min-height: calc(clamp(28px, 3.4vw, 42px) * 1.1);
  margin-bottom: 10px;
}
.region-value-sm { font-size: clamp(22px, 2.4vw, 30px); }
.region-figures .eyebrow { display: block; }
#regional .tech-grid { margin-top: 40px; }

.facts { margin-top: 44px; border-top: 1px solid var(--hairline); }
.fact {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  padding: 16px 0;
  border-bottom: 1px solid var(--hairline);
}
.fact dt { font-weight: 500; font-size: 14px; color: var(--pine); }
.fact dd { margin: 0; font-size: 14px; color: var(--muted); max-width: 62ch; }

.ops-banner { margin-top: 48px; }
.ops-banner img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  display: block;
  border: 1px solid var(--hairline);
  border-radius: 2px;
}

.ops-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 44px;
}
.ops-strip img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  border: 1px solid var(--hairline);
  border-radius: 2px;
}
.ops-caption { font-size: 12px; color: var(--muted); margin-top: 12px; }

.table-wrap { margin-top: 40px; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 15px; }
th {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--ink);
}
td { padding: 13px 14px; border-bottom: 1px solid var(--hairline); }
.num { text-align: right; white-space: nowrap; }
tfoot td {
  border-bottom: none;
  font-weight: 500;
  color: var(--pine);
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 50px;
  list-style: none;
  counter-reset: step;
  position: relative;
}
.steps::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  height: 1px;
  background: var(--hairline);
  z-index: 0;
}
.steps li { position: relative; z-index: 1; }
.step-node {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--pine);
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13px;
  color: var(--pine);
  margin-bottom: 14px;
}
.steps h3 { font-size: 15px; margin: 10px 0 6px; }
.steps p { font-size: 13px; color: var(--muted); }

.qa-list { margin-top: 40px; }
.qa-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-top: 1px solid var(--hairline);
  padding: 20px 0;
}
.qa-q {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: 17px;
}
.qa-a { font-size: 14px; color: var(--muted); }
.qa-last { border-bottom: 1px solid var(--pine); }

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 34px clamp(24px, 6vw, 80px);
  border-bottom: 1px solid var(--hairline);
}
.cta-band p {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: clamp(17px, 2vw, 21px);
}

.contact { background: var(--pine); color: var(--paper); }
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  padding: clamp(64px, 8vw, 110px) clamp(24px, 6vw, 80px);
}
.contact h2 { font-size: clamp(26px, 3.4vw, 40px); }
.contact-copy p { color: var(--pine-tint); margin-top: 18px; max-width: 44ch; }
.contact address { font-style: normal; margin-top: 38px; }
.office-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pine-tint);
  border-top: 1px solid rgba(185, 198, 192, 0.35);
  padding-top: 18px;
}
.contact address .office-id {
  color: var(--paper);
  font-weight: 500;
  font-size: 14px;
  margin-top: 12px;
}
.contact address p { font-size: 14px; margin-top: 14px; }
.contact address .office-tel a {
  color: var(--paper);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(185, 198, 192, 0.45);
  padding-bottom: 2px;
}
@media (hover: hover) {
  .contact address .office-tel a:hover { border-bottom-color: var(--paper); }
}

.contact-form { display: grid; gap: 6px; }
.contact-form label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pine-tint);
  margin-top: 12px;
}
.contact-form label:first-child { margin-top: 0; }
.contact-form input,
.contact-form textarea {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 11px 12px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--pine-tint);
  outline-offset: 1px;
}
.contact-form button { margin-top: 20px; justify-self: start; }

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(23, 25, 28, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 50;
}
.modal-overlay[hidden] { display: none; }
body.modal-open { overflow: hidden; }

.modal-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--hairline);
  border-radius: 2px;
  max-width: 420px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px clamp(24px, 4vw, 40px);
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  font-size: 22px;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
}
.modal-close:hover { color: var(--ink); }
.modal-card h2 { font-size: 24px; margin: 10px 0 0; }
.modal-copy { color: var(--muted); font-size: 14px; margin-top: 14px; }

.gate-form { display: grid; gap: 6px; margin-top: 24px; }
.gate-form label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 12px;
}
.gate-form label:first-child { margin-top: 0; }
.gate-form .optional { text-transform: none; letter-spacing: normal; font-weight: 400; }
.gate-form input {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--hairline);
  border-radius: 2px;
  padding: 11px 12px;
}
.gate-form input:focus {
  outline: 2px solid var(--pine);
  outline-offset: 1px;
}
.gate-form button { margin-top: 20px; justify-self: start; }
.gate-status { font-size: 13px; color: var(--muted); min-height: 18px; margin-top: 10px; }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 20px clamp(24px, 6vw, 80px);
  font-size: 13px;
  color: var(--muted);
}
.footer a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer a:hover { color: var(--ink); }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-profile-full { display: none; }
  .nav-profile-short { display: inline; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--hairline);
    padding: 8px 0;
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    padding: 13px clamp(24px, 6vw, 80px);
    font-size: 15px;
    color: var(--ink);
  }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; gap: 20px; }
  .steps::before { display: none; }
  .tech-grid { grid-template-columns: 1fr; gap: 24px; }
  .region-figures { grid-template-columns: 1fr 1fr; gap: 24px; }
  .fact { grid-template-columns: 1fr; gap: 6px; }
  .lpr-flow { flex-direction: column; gap: 34px; }
  .lpr-arrow { display: none; }
  .lpr-step { max-width: 420px; margin: 0 auto; }
  .ops-strip { grid-template-columns: 1fr; }
  .qa-row { grid-template-columns: 1fr; gap: 8px; }
  .contact-inner { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .stats { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--hairline); }
  .stat:last-child { border-bottom: none; }
  .services-grid { grid-template-columns: 1fr; }
  .region-figures { grid-template-columns: 1fr; gap: 20px; }
  .footer { flex-direction: column; align-items: flex-start; gap: 8px; }
}
