:root {
  --ink: #06110d;
  --ink-2: #0b1d16;
  --paper: #f4f7f2;
  --muted: #a9b8af;
  --line: rgba(244, 247, 242, .16);
  --acid: #b8ff3d;
  --acid-dark: #7ebc16;
  --max: 1220px;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--acid); color: var(--ink); }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .045;
  z-index: 20;
  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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.wrap { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 22px; color: var(--acid); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 750; }
.eyebrow::before { content: ""; display: inline-block; width: 32px; height: 1px; margin: 0 12px 4px 0; background: currentColor; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(6,17,13,.94), rgba(6,17,13,.36), transparent);
  transition: background .25s, border-color .25s;
}
.site-header.scrolled { background: rgba(6,17,13,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: -.025em; }
.brand-mark { width: 38px; height: 38px; }
.brand-name small { display: block; margin-top: -4px; color: var(--muted); font-size: .56rem; letter-spacing: .28em; font-weight: 600; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { text-decoration: none; color: #d8e0da; font-size: .9rem; }
.nav-links a:hover { color: var(--acid); }
.nav-cta { border: 1px solid var(--acid); padding: 10px 16px; color: var(--acid) !important; }
.menu-btn { display: none; border: 0; background: transparent; color: var(--paper); font-size: 1rem; }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: end;
  padding: 170px 0 82px;
  isolation: isolate;
}
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 9vw 9vw;
  mask-image: linear-gradient(to bottom, #000 20%, transparent 92%);
}
.orbit {
  position: absolute;
  width: min(62vw, 760px);
  aspect-ratio: 1;
  right: -11vw;
  top: -14vw;
  border: 1px solid rgba(184,255,61,.34);
  border-radius: 50%;
  z-index: -1;
  will-change: transform;
}
.orbit::before, .orbit::after { content: ""; position: absolute; inset: 14%; border: 1px solid var(--line); border-radius: inherit; }
.orbit::after { inset: 31%; background: radial-gradient(circle, rgba(184,255,61,.12), transparent 68%); }
.hero h1 { max-width: 1050px; margin: 0; font-size: clamp(3.65rem, 8.3vw, 8.8rem); line-height: .88; letter-spacing: -.075em; font-weight: 700; }
.hero h1 span { color: var(--acid); }
.hero-bottom { margin-top: 62px; display: grid; grid-template-columns: 1.4fr .8fr; gap: 48px; align-items: end; }
.hero-copy { max-width: 660px; color: #c8d2cc; font-size: clamp(1.1rem, 1.8vw, 1.42rem); }
.button-row { display: flex; justify-content: flex-end; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid var(--line); text-decoration: none; transition: .2s ease; cursor: pointer; }
.btn-primary { background: var(--acid); color: var(--ink); border-color: var(--acid); font-weight: 750; }
.btn-primary:hover { background: #ceff79; transform: translateY(-2px); }
.btn-ghost:hover { border-color: var(--acid); color: var(--acid); }

.statement { padding: 150px 0; border-top: 1px solid var(--line); }
.statement blockquote { margin: 0; max-width: 1000px; font-size: clamp(2rem, 4.4vw, 4.8rem); line-height: 1.06; letter-spacing: -.055em; }
.statement em { color: var(--acid); font-style: normal; }

.services { padding: 130px 0; background: var(--paper); color: var(--ink); }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; margin-bottom: 70px; }
.section-head h2, .process h2, .contact h2 { margin: 0; font-size: clamp(2.6rem, 5.7vw, 6.2rem); line-height: .96; letter-spacing: -.065em; }
.section-head p { margin: 8px 0 0; max-width: 560px; color: #526158; font-size: 1.1rem; }
.services .eyebrow { color: #547700; }
.service-list { border-top: 1px solid #cbd3cd; }
.service { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 44px 0; border-bottom: 1px solid #cbd3cd; align-items: start; }
.service h3 { margin: 0; font-size: clamp(1.5rem, 2.8vw, 2.4rem); letter-spacing: -.04em; }
.service p { margin: 0; color: #526158; max-width: 520px; }

.process { position: relative; padding: 150px 0; overflow: hidden; }
.process h2 { max-width: 830px; }
.steps { margin-top: 86px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.step { min-height: 270px; padding: 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; transition: background .25s; }
.step:last-child { border-right: 0; }
.step:hover { background: rgba(184,255,61,.06); }
.step span { color: var(--acid); font: 700 .8rem/1 monospace; }
.step h3 { margin: 42px 0 8px; font-size: 1.4rem; }
.step p { margin: 0; color: var(--muted); font-size: .95rem; }

.proof { padding: 120px 0; background: var(--acid); color: var(--ink); }
.proof-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.proof h2 { margin: 0; max-width: 760px; font-size: clamp(2.8rem, 6vw, 6.5rem); line-height: .9; letter-spacing: -.07em; }
.proof-points { display: grid; gap: 18px; }
.proof-points p { margin: 0; padding-top: 18px; border-top: 1px solid rgba(6,17,13,.28); font-weight: 650; }

.contact { padding: 145px 0 80px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.contact-copy p { max-width: 470px; color: var(--muted); font-size: 1.05rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: grid; gap: 8px; }
.field-full { grid-column: 1 / -1; }
label { color: #cbd5ce; font-size: .82rem; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid #526158; background: transparent; color: var(--paper); border-radius: 0; padding: 12px 2px; outline: none; }
select option { color: var(--ink); }
textarea { resize: vertical; min-height: 105px; }
input:focus, select:focus, textarea:focus { border-color: var(--acid); }
.contact-form button { grid-column: 1 / -1; justify-self: start; margin-top: 12px; }
.form-note { grid-column: 1 / -1; margin: 0; min-height: 24px; color: var(--muted); font-size: .85rem; }
.footer { margin-top: 100px; padding-top: 32px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 32px; color: var(--muted); font-size: .85rem; }
.footer a { text-decoration: none; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .wrap { width: min(100% - 32px, var(--max)); }
  .menu-btn { display: block; }
  .nav-links { position: absolute; inset: 74px 16px auto; display: none; padding: 24px; background: #0b1d16; border: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .hero { padding-top: 140px; }
  .hero h1 { font-size: clamp(3.35rem, 14vw, 6.2rem); }
  .hero-bottom, .section-head, .proof-grid, .contact-grid { grid-template-columns: 1fr; }
  .button-row { justify-content: flex-start; }
  .service { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .nav { height: 76px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: 820px; padding-bottom: 50px; }
  .hero-bottom { margin-top: 42px; gap: 28px; }
  .btn { width: 100%; }
  .statement, .services, .process, .contact { padding-block: 95px; }
  .section-head { gap: 24px; margin-bottom: 46px; }
  .service { grid-template-columns: 1fr; gap: 14px; padding: 34px 0; }
  .steps { grid-template-columns: 1fr; }
  .step, .step:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); min-height: 220px; }
  .step:last-child { border-bottom: 0; }
  .contact-form { grid-template-columns: 1fr; }
  .field { grid-column: 1 / -1; }
  .footer { flex-direction: column; }
}

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