:root {
  --bg: #0a0b10;
  --bg-soft: #101118;
  --panel: #12141d;
  --panel-2: #171925;
  --paper: #ede9e0;
  --ink: #111218;
  --text: #f1eee8;
  --muted: #aaa8b3;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --accent: #8ea2ff;
  --accent-2: #b8a8ff;
  --accent-dark: #5b63ba;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 85% 10%, rgba(92, 99, 186, 0.12), transparent 28rem),
    radial-gradient(circle at 10% 48%, rgba(142, 162, 255, 0.07), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--accent); color: #090a0e; }

.grain {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0.06;
  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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.cursor-light {
  --x: 50vw;
  --y: 40vh;
  position: fixed;
  z-index: -1;
  width: 34rem;
  height: 34rem;
  left: calc(var(--x) - 17rem);
  top: calc(var(--y) - 17rem);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(142, 162, 255, 0.09), rgba(142, 162, 255, 0) 68%);
  filter: blur(8px);
}

.section-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.site-nav {
  position: fixed;
  inset: 18px 24px auto;
  z-index: 20;
  height: 64px;
  padding: 0 14px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  border-radius: 18px;
  transition: background .35s ease, border-color .35s ease, transform .35s ease;
}
.site-nav.is-scrolled { background: rgba(10,11,16,.76); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { font: 400 24px/1 var(--serif); color: var(--accent); letter-spacing: -0.04em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy b { font-size: 11px; letter-spacing: .15em; font-weight: 700; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.site-nav nav { display: flex; align-items: center; gap: 6px; }
.site-nav nav a { padding: 10px 12px; color: #c8c6ce; font-size: 12px; font-weight: 600; transition: color .2s ease, background .2s ease; border-radius: 12px; }
.site-nav nav a:hover { color: white; background: rgba(255,255,255,.05); }
.site-nav .nav-cta { border: 1px solid var(--line-strong); color: #fff; }

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: 40px;
  align-items: center;
  padding-top: 132px;
  padding-bottom: 86px;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: #c5c3cd; font-size: 11px; letter-spacing: .19em; font-weight: 700; text-transform: uppercase; }
.eyebrow.small { font-size: 10px; }
.eyebrow span { display: inline-block; width: 42px; height: 1px; background: linear-gradient(90deg, var(--accent), transparent); }
.hero h1 { max-width: 770px; margin: 24px 0 22px; font: 400 clamp(54px, 6.4vw, 98px)/.98 var(--serif); letter-spacing: -.045em; }
.hero h1 em, .statement h2 em, .contact h2 em, .zevqora-copy h2 em { color: var(--accent); font-weight: 400; }
.hero-lede { max-width: 700px; color: #b6b4bd; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 20px; border-radius: 999px; font-size: 13px; font-weight: 700; border: 1px solid var(--line); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { border-color: rgba(255,255,255,.32); transform: translateY(-2px); }
.button-primary { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button-primary:hover { background: white; border-color: white; }
.button-ghost { background: rgba(255,255,255,.025); }
.status-row { margin-top: 30px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.status-chip { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; padding: 7px 10px; color: #d7d4dc; font-size: 11px; }
.status-chip i { width: 7px; height: 7px; border-radius: 50%; background: #7ee2b8; box-shadow: 0 0 0 4px rgba(126,226,184,.08); }
.status-note { color: #777783; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }

.signal-stage {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform .2s ease-out;
}
.signal-stage::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.signal-stage::after { content: ""; position: absolute; inset: 17%; border: 1px dashed rgba(255,255,255,.06); border-radius: 50%; animation: spin 36s linear infinite; }
.signal-map { width: 100%; height: auto; overflow: visible; }
.signal-lines path { fill: none; stroke: url(#signalGradient); stroke-width: 1.3; opacity: .43; stroke-dasharray: 4 9; animation: flow 12s linear infinite; }
.signal-lines path:nth-child(2) { animation-duration: 15s; opacity: .27; }
.signal-lines path:nth-child(3) { animation-duration: 17s; }
.signal-lines path:nth-child(4) { animation-duration: 13s; opacity: .32; }
.signal-lines path:nth-child(5) { animation-duration: 18s; }
.signal-rings circle { fill: none; stroke: rgba(142,162,255,.2); stroke-width: 1; }
.signal-nodes circle { fill: #d8d4ff; opacity: .76; }
.signal-nodes .node-major { fill: var(--accent); filter: drop-shadow(0 0 10px rgba(142,162,255,.7)); animation: pulse 3s ease-in-out infinite; }
.signal-halo { animation: breathe 5s ease-in-out infinite; }
.signal-label { position: absolute; min-width: 110px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(10,11,16,.62); backdrop-filter: blur(12px); display: flex; align-items: center; gap: 10px; }
.signal-label span { color: var(--accent); font-size: 9px; }
.signal-label b { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.signal-label-a { left: 2%; top: 33%; }
.signal-label-b { right: 0; top: 20%; }
.signal-label-c { right: 7%; bottom: 20%; }
.signal-caption { position: absolute; left: 14%; bottom: 8%; color: #64636e; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }

.statement { padding-top: 150px; padding-bottom: 130px; border-top: 1px solid var(--line); }
.section-index { color: #6f6d78; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.statement-kicker { margin: 30px 0 0; color: #9e9ca5; font-size: 13px; letter-spacing: .03em; }
.statement h2 { max-width: 1000px; margin: 10px 0 38px; font: 400 clamp(48px, 6vw, 88px)/1.03 var(--serif); letter-spacing: -.035em; }
.statement-grid { max-width: 900px; margin-left: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; color: #aaa8b1; }
.statement-grid p { margin: 0; }

.zevqora-panel { position: relative; min-height: 630px; margin-bottom: 150px; padding: 64px; display: grid; grid-template-columns: .7fr 1.4fr; align-items: start; overflow: hidden; border: 1px solid rgba(142,162,255,.18); border-radius: 36px; background: linear-gradient(145deg, #11131b, #0d0f16 68%); }
.zevqora-bg { position: absolute; width: 650px; height: 650px; right: -170px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(142,162,255,.18), transparent 68%); filter: blur(10px); }
.zevqora-meta { position: relative; display: flex; flex-direction: column; gap: 10px; color: #777581; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.zevqora-meta b { color: #d3d1d9; font-size: 12px; }
.zevqora-copy { position: relative; max-width: 750px; }
.zevqora-copy h2 { margin: 16px 0 18px; font: 400 clamp(56px, 6vw, 96px)/.95 var(--serif); letter-spacing: -.04em; }
.zevqora-copy p { color: #aaa8b2; font-size: 17px; line-height: 1.75; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 18px; font-size: 12px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 5px; transition: color .2s ease, border-color .2s ease; }
.text-link:hover { color: var(--accent); border-color: var(--accent); }
.zevqora-system { position: absolute; bottom: 42px; left: 64px; right: 64px; display: flex; align-items: center; gap: 14px; color: #8b8994; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.zevqora-system i { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(142,162,255,.22), rgba(255,255,255,.06)); }

.work { padding-bottom: 160px; }
.section-heading { padding: 0 0 54px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: 50px; align-items: end; }
.section-heading span { color: #777581; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2 { max-width: 720px; margin: 14px 0 0; font: 400 clamp(44px,5vw,76px)/1 var(--serif); letter-spacing: -.03em; }
.section-heading p { margin: 0; color: #92909a; max-width: 480px; }
.project-stack { border-top: 1px solid var(--line); }
.project { min-height: 430px; display: grid; grid-template-columns: 80px minmax(0,1.15fr) minmax(320px,.85fr); gap: 34px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.project-number { color: #64626d; font: 400 16px/1 var(--serif); }
.project-copy { max-width: 720px; align-self: center; }
.project-meta { display: flex; gap: 10px; flex-wrap: wrap; }
.project-meta span { border: 1px solid var(--line); border-radius: 999px; padding: 6px 9px; color: #85838d; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.project h3 { margin: 18px 0 12px; font: 400 clamp(44px,4.5vw,70px)/1 var(--serif); letter-spacing: -.03em; }
.project-copy p { color: #aaa8b1; font-size: 15px; line-height: 1.7; max-width: 650px; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.tags span { color: #777581; font-size: 10px; }
.project-links { display: flex; flex-wrap: wrap; gap: 20px; }
