:root {
  --ink: #09110f;
  --muted: #64706c;
  --paper: #f4f3ed;
  --paper-deep: #eae9e1;
  --line: rgba(9, 17, 15, 0.14);
  --acid: #c7f36b;
  --acid-strong: #b6ea4f;
  --forest: #0d2c25;
  --white: #fffef8;
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0.035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.section-shell,
.site-header {
  width: min(1380px, calc(100% - 64px));
  margin-inline: auto;
}

.site-header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.logo-mark {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  padding: 6px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--acid);
}

.logo-mark i {
  width: 3px;
  border-radius: 2px;
  background: currentColor;
}

.logo-mark i:nth-child(1) { height: 8px; }
.logo-mark i:nth-child(2) { height: 15px; }
.logo-mark i:nth-child(3) { height: 11px; }

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 38px;
  color: #38413e;
  font-size: 13px;
  font-weight: 600;
}

.desktop-nav a,
.header-cta {
  transition: opacity 180ms ease;
}

.desktop-nav a:hover,
.header-cta:hover {
  opacity: 0.58;
}

.header-cta {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  min-height: 750px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: center;
  padding-block: 74px 90px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 27px;
  color: #56615d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 23px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 32px;
  font-size: clamp(56px, 6.1vw, 98px);
  line-height: 0.94;
  letter-spacing: -0.072em;
  font-weight: 700;
}

h1 em {
  color: transparent;
  -webkit-text-stroke: 1.3px var(--ink);
  font-style: normal;
}

.hero-lead {
  max-width: 630px;
  margin-bottom: 40px;
  color: #56615d;
  font-size: 17px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 36px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0 25px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button span {
  font-size: 17px;
}

.button-primary {
  color: white;
  background: var(--ink);
}

.button-primary:hover {
  background: #1b2a26;
}

.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #4e5a56;
  font-size: 12px;
  font-weight: 700;
}

.hero-meta {
  display: flex;
  gap: 40px;
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hero-meta div {
  display: grid;
  gap: 3px;
}

.hero-meta strong {
  font-size: 13px;
}

.hero-meta span {
  color: #78817e;
  font-size: 10px;
}

.hero-visual {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-radius: 36px 4px 36px 4px;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 45%, #174439 0, var(--forest) 42%, #091814 100%);
  background-size: 35px 35px, 35px 35px, auto;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(138deg, rgba(199,243,107,.08), transparent 42%);
}

.visual-label {
  position: absolute;
  top: 26px;
  left: 28px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.visual-label span {
  color: var(--acid);
  animation: blink 2s infinite;
}

.map-shape {
  position: absolute;
  width: 440px;
  height: 470px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%) rotate(4deg);
}

.map-shape path:first-child {
  fill: rgba(199,243,107,.045);
  stroke: rgba(199,243,107,.33);
  stroke-width: 1.5;
}

.map-shape path:last-child {
  fill: rgba(199,243,107,.02);
  stroke: rgba(255,255,255,.1);
  stroke-dasharray: 3 7;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(199,243,107,.11);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one { width: 280px; height: 280px; }
.orbit-two { width: 430px; height: 430px; }
.orbit-three { width: 610px; height: 610px; }

.radar {
  position: absolute;
  top: 48%;
  left: 53%;
  width: 190px;
  height: 190px;
  transform: translate(-50%, -50%);
}

.radar-ring,
.radar-core {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.radar-ring { border: 1px solid rgba(199,243,107,.32); }
.ring-1 { width: 64px; height: 64px; }
.ring-2 { width: 120px; height: 120px; }
.ring-3 { width: 190px; height: 190px; }

.radar-core {
  width: 16px;
  height: 16px;
  background: var(--acid);
  box-shadow: 0 0 0 8px rgba(199,243,107,.16), 0 0 38px 12px rgba(199,243,107,.3);
}

.radar-core::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  top: 7px;
  left: 8px;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--acid), transparent);
  animation: radar 7s linear infinite;
}

.location-card {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 4px;
  padding: 17px 19px;
  border: 1px solid rgba(255,255,255,.15);
  color: white;
  background: rgba(5,19,15,.74);
  backdrop-filter: blur(12px);
}

.location-card small {
  color: rgba(255,255,255,.5);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.location-card strong { font-size: 15px; }
.location-card span { color: var(--acid); font-size: 8px; }
.location-main { left: 8%; bottom: 10%; }
.location-side { right: 6%; top: 17%; }

.signal {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(199,243,107,.1), 0 0 16px var(--acid);
}

.signal-a { top: 31%; left: 21%; }
.signal-b { bottom: 26%; right: 20%; }
.signal-c { bottom: 18%; left: 55%; }

.ticker {
  overflow: hidden;
  padding: 18px 0;
  color: var(--ink);
  background: var(--acid);
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 34px;
  animation: ticker 30s linear infinite;
}

.ticker span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.ticker i { font-size: 13px; font-style: normal; }

.services,
.process {
  padding-block: 130px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 80px;
  align-items: end;
  margin-bottom: 64px;
}

.section-heading h2,
.geo-copy h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.06em;
}

.section-heading p,
.geo-copy > p,
.contact-copy > p {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 420px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.3);
  transition: transform 200ms ease, border-color 200ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(9,17,15,.35);
}

.service-card.featured {
  background: var(--acid);
  border-color: var(--acid);
}

.card-number {
  position: absolute;
  top: 31px;
  right: 31px;
  color: #7b8581;
  font-size: 10px;
  font-weight: 700;
}

.featured .card-number { color: rgba(9,17,15,.5); }

.service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.service-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.service-card h3 {
  margin-bottom: 13px;
  font-size: 22px;
  letter-spacing: -.04em;
}

.service-card p {
  min-height: 70px;
  margin-bottom: 24px;
  color: #65706c;
  font-size: 13px;
  line-height: 1.65;
}

.featured p { color: rgba(9,17,15,.65); }

.service-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
  font-size: 11px;
  font-weight: 600;
}

.service-card li::before {
  content: "→";
  margin-right: 10px;
  color: #75807c;
}

.geography {
  overflow: hidden;
  color: white;
  background: var(--ink);
}

.geo-shell {
  min-height: 680px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 110px;
  align-items: center;
  padding-block: 100px;
}

.geo-copy {
  position: relative;
}

.geo-copy::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  z-index: 0;
  left: -180px;
  top: -130px;
  border: 1px solid rgba(199,243,107,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(199,243,107,.025), 0 0 0 150px rgba(199,243,107,.012);
  pointer-events: none;
}

.geo-copy > * { position: relative; z-index: 1; }
.eyebrow.light { color: rgba(255,255,255,.55); }
.geo-copy h2 { margin-bottom: 32px; }
.geo-copy > p { max-width: 520px; color: rgba(255,255,255,.55); margin-bottom: 37px; }
.button-light { color: var(--ink); background: var(--acid); }

.geo-list {
  border-top: 1px solid rgba(255,255,255,.14);
}

.geo-item {
  min-height: 120px;
  display: grid;
  grid-template-columns: 45px 1fr auto;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.geo-index { color: rgba(255,255,255,.35); font-size: 10px; }
.geo-item div { display: grid; gap: 6px; }
.geo-item strong { font-size: 19px; font-weight: 600; }
.geo-item small { color: rgba(255,255,255,.4); font-size: 10px; }
.availability { padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; color: rgba(255,255,255,.55); font-size: 9px; }
.geo-item.active .availability { color: var(--acid); border-color: rgba(199,243,107,.3); }

.provide-ip {
  padding-top: 130px;
}

.provide-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  padding: 74px;
  border-radius: 4px 32px 4px 32px;
  background: var(--acid);
}

.provide-copy h2 {
  margin-bottom: 28px;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.06em;
}

.provide-copy > p {
  max-width: 530px;
  margin-bottom: 36px;
  color: rgba(9,17,15,.66);
  font-size: 14px;
  line-height: 1.7;
}

.provide-details {
  border-top: 1px solid rgba(9,17,15,.2);
}

.provide-details article {
  min-height: 125px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(9,17,15,.2);
}

.provide-details article > span {
  color: rgba(9,17,15,.45);
  font-size: 10px;
  font-weight: 700;
}

.provide-details h3 {
  margin-bottom: 7px;
  font-size: 17px;
  letter-spacing: -.03em;
}

.provide-details p {
  max-width: 440px;
  margin-bottom: 0;
  color: rgba(9,17,15,.6);
  font-size: 11px;
  line-height: 1.6;
}

.provide-safety {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 28px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 16px 16px;
}

.provide-safety p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.provide-safety strong {
  color: var(--ink);
}

.safety-mark {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--paper);
  background: var(--ink);
  font-size: 11px;
}

.section-heading.split {
  grid-template-columns: 1fr 350px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.step {
  min-height: 240px;
  padding: 29px 42px 20px 0;
  border-right: 1px solid var(--line);
}

.step + .step { padding-left: 42px; }
.step:last-child { border-right: 0; }
.step > span { display: block; margin-bottom: 68px; color: #8c9592; font-size: 10px; font-weight: 700; }
.step h3 { margin-bottom: 12px; font-size: 18px; letter-spacing: -.03em; }
.step p { max-width: 310px; color: var(--muted); font-size: 12px; line-height: 1.6; }

.contact {
  padding-bottom: 50px;
}

.contact-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  padding: 74px;
  border-radius: 32px 4px 32px 4px;
  color: white;
  background: var(--forest);
}

.contact-copy h2 { margin-bottom: 26px; }
.contact-copy > p { max-width: 460px; color: rgba(255,255,255,.58); }
.contact-note { display: flex; gap: 12px; align-items: flex-start; margin-top: 42px; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.5; }
.contact-note span { flex: 0 0 auto; width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.contact-note p { margin: 1px 0 0; max-width: 300px; }
.contact-note a { color: var(--acid); font-weight: 700; }
.contact-note a:hover { text-decoration: underline; }

.contact-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  border-radius: 18px;
  background: var(--white);
  color: var(--ink);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #69736f;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid #d8ddd9;
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 13px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-bottom-color: var(--ink);
}

.button-accent {
  width: 100%;
  margin-top: 8px;
  background: var(--acid);
}

.form-status {
  min-height: 18px;
  margin: -5px 0 0;
  color: #4e5a56;
  font-size: 10px;
  text-align: center;
}

.site-footer {
  min-height: 112px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
}

.site-footer > p {
  margin: 0;
  color: #7c8582;
  font-size: 10px;
}

.site-footer > p:last-child { text-align: right; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@keyframes radar {
  to { transform: rotate(360deg); }
}

@keyframes blink {
  50% { opacity: .35; }
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@media (max-width: 1050px) {
  .section-shell,
  .site-header { width: min(100% - 40px, 920px); }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 560px; }
  .section-heading { grid-template-columns: 1fr 280px; }
  .service-card { padding: 25px; }
  .geo-shell { gap: 60px; }
  .contact-panel { gap: 50px; padding: 55px; }
}

@media (max-width: 760px) {
  .section-shell,
  .site-header { width: calc(100% - 32px); }
  .site-header { height: 72px; }
  .desktop-nav,
  .header-cta { display: none; }
  .menu-button {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 6px;
    border: 0;
    border-radius: 50%;
    background: var(--ink);
  }
  .menu-button span { width: 17px; height: 1px; background: white; transition: transform 180ms ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav {
    position: fixed;
    inset: 72px 0 auto;
    z-index: 15;
    display: grid;
    padding: 22px 16px 32px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%);
    transition: transform 240ms ease;
  }
  .mobile-nav.open { transform: none; }
  .mobile-nav a { padding: 16px 5px; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 600; }
  .hero { min-height: auto; gap: 52px; padding-block: 64px 70px; }
  h1 { margin-bottom: 25px; font-size: clamp(49px, 14.5vw, 70px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 25px; }
  .button { min-height: 54px; }
  .hero-meta { gap: 22px; margin-top: 46px; overflow-x: auto; }
  .hero-meta div { min-width: 94px; }
  .hero-visual { min-height: 460px; border-radius: 25px 3px 25px 3px; }
  .map-shape { width: 340px; height: 370px; }
  .orbit-two { width: 360px; height: 360px; }
  .orbit-three { width: 490px; height: 490px; }
  .radar { transform: translate(-50%, -50%) scale(.8); }
  .location-main { left: 5%; bottom: 6%; }
  .location-side { right: 4%; top: 14%; }
  .services,
  .process { padding-block: 90px; }
  .section-heading,
  .section-heading.split { grid-template-columns: 1fr; gap: 27px; margin-bottom: 43px; }
  .section-heading h2,
  .geo-copy h2,
  .contact-copy h2 { font-size: 43px; }
  .section-heading p { max-width: 420px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; }
  .geo-shell { min-height: auto; grid-template-columns: 1fr; gap: 70px; padding-block: 85px; }
  .geo-item { grid-template-columns: 30px 1fr auto; min-height: 105px; gap: 12px; }
  .geo-item strong { font-size: 15px; }
  .provide-ip { padding-top: 90px; }
  .provide-panel { grid-template-columns: 1fr; gap: 55px; padding: 54px 20px 24px; border-radius: 3px 24px 3px 24px; }
  .provide-copy h2 { font-size: 43px; }
  .provide-details article { min-height: 118px; grid-template-columns: 32px 1fr; gap: 10px; }
  .provide-safety { align-items: flex-start; padding: 20px 16px; }
  .steps { grid-template-columns: 1fr; }
  .step,
  .step + .step { min-height: auto; padding: 28px 0 32px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step > span { margin-bottom: 35px; }
  .contact { width: 100%; padding-bottom: 0; }
  .contact-panel { grid-template-columns: 1fr; gap: 45px; padding: 64px 16px 16px; border-radius: 0; }
  .contact-copy { padding-inline: 3px; }
  .contact-form { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .site-footer { min-height: 150px; grid-template-columns: 1fr auto; }
  .site-footer > p:nth-child(2) { display: none; }
}

@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; }
}
