:root {
  --bg: #03111f;
  --bg-deep: #020b15;
  --surface: rgba(6, 24, 41, 0.72);
  --surface-solid: #071a2c;
  --text: #f4f0e6;
  --muted: #a8b0b9;
  --muted-dark: #697684;
  --lime: #c9fa16;
  --lime-soft: rgba(201, 250, 22, 0.12);
  --cyan: #48d8f2;
  --line: rgba(153, 188, 214, 0.18);
  --line-bright: rgba(153, 188, 214, 0.38);
  --page: min(1360px, calc(100vw - 96px));
  --header-height: 86px;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Space Grotesk", Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg-deep);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
.mono { font-family: var(--mono); }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 1000;
  padding: 10px 16px;
  color: #06111d;
  background: var(--lime);
}
.skip-link:focus { top: 20px; }
.page-grid {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(69, 128, 168, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 128, 168, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 22% 12%, rgba(5, 73, 109, 0.2), transparent 32%),
    radial-gradient(circle at 88% 28%, rgba(5, 55, 89, 0.22), transparent 31%);
  background-size: 54px 54px, 54px 54px, auto, auto;
}
.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 420px;
  height: 420px;
  pointer-events: none;
  opacity: 0.34;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 145, 189, 0.13), transparent 66%);
  transition: opacity 300ms ease;
}
.section-shell { width: var(--page); margin-inline: auto; }
.section-pad { padding-block: 142px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -0.05em; }
h1 { max-width: 720px; font-size: clamp(3.7rem, 6vw, 6.4rem); font-weight: 500; }
h2 { max-width: 690px; font-size: clamp(3.2rem, 5.4vw, 5.5rem); font-weight: 500; }
h3 { font-size: 1.55rem; font-weight: 500; letter-spacing: -0.03em; }
em { color: var(--lime); font-style: normal; }
.section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  color: var(--cyan);
  font-size: 0.76rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.section-label::after { width: 42px; height: 1px; background: var(--cyan); content: ""; }
.section-intro { max-width: 650px; margin-top: 30px; color: var(--muted); font-size: 1.13rem; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding-bottom: 5px;
  color: var(--lime);
  border-bottom: 1px solid var(--lime);
  font-size: 0.93rem;
  transition: gap 180ms ease, color 180ms ease;
}
.text-link:hover { gap: 24px; color: var(--text); }

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  padding-inline: max(48px, calc((100vw - 1360px) / 2));
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}
.site-header.scrolled {
  border-color: var(--line);
  background: rgba(2, 11, 21, 0.78);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-word {
  color: var(--text);
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1;
}
.brand-word span { color: var(--lime); letter-spacing: 0.17em; }
.brand-orbit { position: relative; width: 28px; height: 28px; border: 1px solid var(--line-bright); border-radius: 50%; }
.brand-orbit::before, .brand-orbit::after {
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(201, 250, 22, 0.48);
  border-radius: 50%;
  content: "";
}
.brand-orbit::after { inset: 10px; background: var(--lime); border: 0; box-shadow: 0 0 13px var(--lime); }
.brand-orbit i { position: absolute; top: -3px; left: 10px; width: 5px; height: 5px; background: var(--cyan); border-radius: 50%; }
.desktop-nav { display: flex; align-items: center; gap: 42px; }
.nav-link {
  position: relative;
  color: var(--muted);
  font-size: 0.96rem;
  transition: color 180ms ease;
}
.nav-link::after {
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  height: 1px;
  background: var(--lime);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 180ms ease, transform 180ms ease;
}
.nav-link:hover, .nav-link.active { color: var(--lime); }
.nav-link.active::after { opacity: 1; transform: scaleX(1); }
.menu-toggle, .mobile-nav { display: none; }

/* Hero */
.hero {
  position: relative;
  display: grid;
  min-height: 850px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(510px, 0.94fr);
  gap: 72px;
  padding-top: calc(var(--header-height) + 40px);
  overflow: hidden;
  isolation: isolate;
}
.hero-copy { z-index: 2; }
.hero-copy p { max-width: 670px; margin-top: 28px; color: var(--muted); font-size: 1.32rem; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.96rem;
  font-weight: 600;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { color: #07121a; background: var(--lime); box-shadow: 0 10px 34px rgba(201, 250, 22, 0.12); }
.button-primary:hover { background: #ddff62; box-shadow: 0 16px 44px rgba(201, 250, 22, 0.2); }
.button-ghost { color: var(--text); border-color: rgba(201, 250, 22, 0.62); background: rgba(3, 17, 31, 0.6); }
.button-ghost:hover { color: var(--lime); border-color: var(--lime); }
.system-card {
  position: relative;
  z-index: 2;
  padding: 34px 34px 20px;
  border: 1px solid rgba(147, 190, 214, 0.52);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(6, 27, 46, 0.92), rgba(3, 15, 27, 0.76));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.22);
}
.corner { position: absolute; width: 21px; height: 21px; border-color: var(--text); opacity: 0.7; }
.corner-tl { top: -1px; left: -1px; border-top: 1px solid; border-left: 1px solid; }
.corner-tr { top: -1px; right: -1px; border-top: 1px solid; border-right: 1px solid; }
.corner-bl { bottom: -1px; left: -1px; border-bottom: 1px solid; border-left: 1px solid; }
.corner-br { right: -1px; bottom: -1px; border-right: 1px solid; border-bottom: 1px solid; }
.system-card-head { color: var(--cyan); font-size: 0.8rem; letter-spacing: 0.08em; }
.system-card-body { display: grid; min-height: 300px; align-items: center; grid-template-columns: 1fr 1fr; gap: 14px; }
.code-block { color: var(--muted); font-size: 0.84rem; line-height: 1.8; }
.code-block strong { color: var(--text); font-weight: 400; }
.code-block b { color: var(--lime); font-weight: 400; }
.status-line { margin-top: 14px; }
.orbital-lockup, .about-orbit {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(72, 216, 242, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.ring-one { width: 45%; height: 45%; border-color: rgba(201, 250, 22, 0.64); }
.ring-two { width: 72%; height: 55%; }
.ring-three { width: 98%; height: 70%; border-color: rgba(201, 250, 22, 0.45); }
.orbital-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  color: var(--lime);
  border: 1px solid rgba(153, 188, 214, 0.45);
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.orbit-node {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 18px var(--lime);
}
.node-one { top: 26%; left: 77%; animation: pulse 2.3s ease-in-out infinite; }
.node-two { top: 69%; left: 17%; width: 7px; height: 7px; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); animation: pulse 2.7s 500ms ease-in-out infinite; }
.node-three { top: 53%; right: 1%; width: 6px; height: 6px; animation: pulse 2.1s 900ms ease-in-out infinite; }
.system-signal {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  color: var(--muted-dark);
  font-size: 0.67rem;
}
.waveform { width: 100%; height: 32px; }
.waveform path { fill: none; stroke: var(--lime); stroke-width: 1.4; stroke-dasharray: 600; stroke-dashoffset: 600; animation: draw-signal 5s linear infinite; }
.system-ok { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.system-ok i { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 14px var(--lime); }
.ambient-orbits { position: absolute; pointer-events: none; }
.ambient-orbits span { position: absolute; border: 1px solid rgba(83, 154, 196, 0.17); border-radius: 50%; }
.hero-ambient { top: 50px; right: -330px; width: 900px; height: 780px; opacity: 0.85; transform: rotate(-10deg); }
.hero-ambient span:nth-child(1) { inset: 12% 6%; }
.hero-ambient span:nth-child(2) { inset: 26% -4%; border-color: rgba(201, 250, 22, 0.15); }
.hero-ambient span:nth-child(3) { inset: 42% -14%; }
.signal-strip {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(2, 11, 21, 0.78);
}
.signal-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 28px;
  padding-block: 15px;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: marquee 32s linear infinite;
}
.signal-track i { width: 5px; height: 5px; background: var(--lime); border-radius: 50%; }

/* About */
.about { display: grid; grid-template-columns: 0.94fr 1.06fr; gap: 56px 44px; }
.about-system { position: relative; min-height: 390px; }
.about-orbit { position: absolute; inset: 10% 14%; width: 72%; }
.capability {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-size: 0.97rem;
  line-height: 1.2;
}
.capability svg { width: 45px; height: 45px; padding: 11px; color: var(--cyan); border: 1px solid rgba(72, 216, 242, 0.58); border-radius: 50%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.capability-two svg { color: var(--lime); border-color: rgba(201, 250, 22, 0.6); }
.capability-one { top: 9%; left: 2%; }
.capability-two { top: 10%; right: 0; }
.capability-three { bottom: 11%; left: 1%; }
.capability-four { right: 0; bottom: 10%; }
.founders { grid-column: 1 / -1; margin-top: 34px; border-top: 1px solid var(--line); }
.founders-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 0 10px; color: var(--muted); }
.founders-head .section-label { margin: 0; }
.founder {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr auto;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.founder-index { color: var(--lime); font-size: 0.84rem; }
.founder h3 { margin-bottom: 5px; font-size: 1.18rem; letter-spacing: -0.02em; }
.founder p { color: var(--muted); font-size: 0.9rem; }
.founder p span { margin-left: 8px; color: var(--muted-dark); }
.founder > a { color: var(--lime); font-size: 1.5rem; transition: transform 180ms ease; }
.founder > a:hover { transform: translate(4px, -4px); }

/* Services */
.services { position: relative; overflow: hidden; background: linear-gradient(180deg, rgba(4, 17, 31, 0.48), rgba(4, 18, 32, 0.9)); }
.services-heading { max-width: 630px; }
.services-heading p, .projects-heading > p:last-child { max-width: 570px; margin-top: 28px; color: var(--muted); font-size: 1.16rem; }
.service-list { width: min(930px, 100%); margin-top: 64px; }
.service-row {
  display: grid;
  align-items: center;
  grid-template-columns: 84px 80px 1fr 50px;
  gap: 18px;
  min-height: 116px;
  border-bottom: 1px solid var(--line);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}
.service-row:first-child { border-top: 1px solid var(--line); }
.service-row:hover { border-color: rgba(201, 250, 22, 0.66); background: linear-gradient(90deg, rgba(201, 250, 22, 0.04), transparent 76%); transform: translateX(8px); }
.service-number { color: rgba(130, 156, 178, 0.36); font-size: 2.75rem; letter-spacing: -0.08em; }
.service-icon { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(72, 216, 242, 0.42); border-radius: 50%; }
.service-icon svg { width: 25px; height: 25px; color: var(--text); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.3; }
.service-row h3 { margin-bottom: 5px; font-size: 1.32rem; }
.service-row p { color: var(--muted); font-size: 0.94rem; line-height: 1.45; }
.service-arrow { color: var(--lime); font-size: 1.55rem; transition: transform 180ms ease; }
.service-row:hover .service-arrow { transform: translateX(7px); }
.services-orbits { top: 50px; right: -320px; width: 940px; height: 940px; }
.services-orbits span:nth-child(1) { inset: 0; }
.services-orbits span:nth-child(2) { inset: 13%; border-color: rgba(201, 250, 22, 0.19); }
.services-orbits span:nth-child(3) { inset: 27%; }
.services-orbits span:nth-child(4) { inset: 42%; border-color: rgba(201, 250, 22, 0.16); }

/* Projects */
.projects { padding-bottom: 170px; }
.projects-heading { max-width: 760px; margin-bottom: 94px; }
.project {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 62px;
  margin-top: 100px;
}
.project-travel { grid-template-columns: 1.34fr 0.66fr; }
.project-payroll { grid-template-columns: 0.68fr 1.32fr; }
.project-copy { position: relative; }
.project-number { display: block; margin-bottom: 10px; color: var(--lime); font-size: 1.55rem; }
.project-copy h3 { display: inline-block; padding-bottom: 14px; border-bottom: 1px solid var(--lime); font-size: 2rem; }
.project-copy p { max-width: 420px; margin-top: 20px; color: var(--muted); line-height: 1.55; }
.project-links { display: flex; gap: 22px; margin-top: 26px; }
.project-links a { padding-bottom: 4px; color: var(--lime); border-bottom: 1px solid var(--lime); font-size: 0.93rem; transition: color 180ms ease, transform 180ms ease; }
.project-links a:nth-child(2) { color: var(--text); border-color: var(--cyan); }
.project-links a:hover { color: var(--cyan); transform: translateY(-3px); }
.project-image {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(201, 250, 22, 0.66);
  background: rgba(4, 20, 34, 0.72);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.3);
  transition: border-color 240ms ease, transform 300ms ease, box-shadow 300ms ease;
}
.project-image::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(115deg, transparent 42%, rgba(72, 216, 242, 0.12), transparent 59%);
  content: "";
  transform: translateX(-120%);
  transition: transform 650ms ease;
}
.project-image:hover { border-color: var(--cyan); box-shadow: 0 48px 110px rgba(0, 0, 0, 0.42); transform: translateY(-9px); }
.project-image:hover::before { transform: translateX(120%); }
.project-image img { display: block; width: 100%; height: auto; }
.project-console {
  isolation: isolate;
  min-height: 430px;
  padding: 14px;
  border-color: rgba(201, 250, 22, 0.54);
  background:
    linear-gradient(145deg, rgba(11, 34, 53, 0.96), rgba(3, 13, 25, 0.98)),
    radial-gradient(circle at 85% 0%, rgba(72, 216, 242, 0.18), transparent 36%);
}
.project-console::after {
  position: absolute;
  inset: 6px;
  z-index: -1;
  border: 1px solid rgba(72, 216, 242, 0.16);
  content: "";
  pointer-events: none;
}
.project-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(72, 216, 242, 0.15);
  border-radius: 50%;
  pointer-events: none;
}
.project-orbit::after { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px rgba(201, 250, 22, 0.78); content: ""; }
.project-orbit-a { top: -115px; right: -65px; width: 280px; height: 280px; animation: orbit-spin 18s linear infinite; }
.project-orbit-a::after { top: 57px; left: 13px; }
.project-orbit-b { bottom: -160px; left: 30%; width: 250px; height: 250px; border-color: rgba(201, 250, 22, 0.12); animation: orbit-spin 24s linear infinite reverse; }
.project-orbit-b::after { top: 25px; right: 26px; width: 5px; height: 5px; background: var(--cyan); }
.mock-browser, .mock-app, .console-caption { position: relative; z-index: 2; }
.mock-browser {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  height: 30px;
  padding-inline: 10px;
  color: rgba(214, 230, 236, 0.58);
  border: 1px solid rgba(153, 188, 214, 0.16);
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background: rgba(3, 13, 24, 0.88);
  font-family: var(--mono);
  font-size: 0.53rem;
  letter-spacing: 0.06em;
}
.mock-browser-dots { display: flex; gap: 4px; }
.mock-browser-dots span { width: 5px; height: 5px; border-radius: 50%; background: rgba(168, 176, 185, 0.44); }
.mock-browser-dots span:first-child { background: var(--lime); }
.mock-browser b { display: flex; align-items: center; gap: 5px; color: var(--lime); font-size: 0.51rem; font-weight: 500; text-transform: uppercase; }
.mock-browser b i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px rgba(201, 250, 22, 0.92); animation: status-pulse 1.8s ease-in-out infinite; }
.mock-app { display: grid; overflow: hidden; height: 350px; border: 1px solid rgba(153, 188, 214, 0.2); background: rgba(2, 10, 19, 0.94); }
.hawk-app { grid-template-columns: 112px 1fr; }
.mock-sidebar {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 17px 10px;
  color: rgba(214, 230, 236, 0.54);
  border-right: 1px solid rgba(153, 188, 214, 0.14);
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.03em;
}
.mock-sidebar strong { margin-bottom: 10px; color: var(--text); font-size: 0.57rem; letter-spacing: 0.05em; }
.mock-sidebar strong em { font-size: inherit; }
.mock-sidebar span { padding: 5px 6px; border-radius: 3px; }
.mock-sidebar .active { color: var(--lime); background: rgba(201, 250, 22, 0.08); }
.mock-main { padding: 14px; }
.mock-topline { display: flex; align-items: end; justify-content: space-between; margin-bottom: 12px; }
.mock-topline div { display: grid; gap: 3px; }
.mock-topline small, .hawk-metrics small, .travel-summary span, .travel-days small, .travel-days span { color: rgba(214, 230, 236, 0.54); font-family: var(--mono); font-size: 0.48rem; }
.mock-topline strong { color: var(--text); font-size: 0.82rem; font-weight: 500; }
.mock-topline > span { color: var(--lime); font-family: var(--mono); font-size: 0.48rem; letter-spacing: 0.08em; text-transform: uppercase; }
.hawk-page-preview {
  position: relative;
  overflow: hidden;
  height: 179px;
  border: 1px solid rgba(153, 188, 214, 0.2);
}
.hawk-page-preview::after { position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(72, 216, 242, 0.035) 50%); background-size: 100% 4px; content: ""; pointer-events: none; }
.hawk-page-preview img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 34%; filter: saturate(0.8) brightness(0.96); }
.hawk-page-preview span { position: absolute; right: 9px; bottom: 8px; z-index: 1; padding: 4px 7px; color: var(--lime); background: rgba(2, 11, 21, 0.8); font-family: var(--mono); font-size: 0.46rem; letter-spacing: 0.08em; text-transform: uppercase; }
.hawk-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 7px; }
.hawk-metrics > div { display: grid; gap: 4px; min-height: 54px; padding: 7px; border: 1px solid rgba(153, 188, 214, 0.18); background: rgba(6, 24, 41, 0.66); }
.hawk-metrics strong { color: var(--text); font-family: var(--mono); font-size: 1rem; font-weight: 500; line-height: 1; }
.hawk-metrics strong span { color: var(--muted-dark); font-size: 0.53rem; }
.metric-signal { position: relative; overflow: hidden; }
.metric-signal i { position: absolute; right: 7px; bottom: 9px; width: 40%; height: 14px; background: linear-gradient(140deg, transparent 45%, var(--lime) 47%, var(--lime) 51%, transparent 53%) 0 0 / 11px 9px; opacity: 0.8; }
.console-caption { display: flex; justify-content: space-between; padding: 10px 3px 0; color: var(--lime); font-family: var(--mono); font-size: 0.52rem; letter-spacing: 0.12em; }
.console-caption i { color: rgba(72, 216, 242, 0.7); font-style: normal; }
.travel-app { grid-template-columns: 134px 1fr; background: #f5f5f0; }
.travel-summary { display: grid; align-content: start; gap: 8px; padding: 46px 12px 12px; color: #11202b; border-right: 1px solid rgba(15, 63, 76, 0.14); background: #edf0ec; }
.travel-summary strong { margin-top: 4px; font-size: 0.58rem; font-weight: 600; }
.travel-summary span { color: rgba(17, 32, 43, 0.58); font-size: 0.46rem; }
.travel-summary i { display: block; height: 4px; margin-bottom: 5px; border-radius: 10px; background: linear-gradient(90deg, #0fb5c9 55%, rgba(17, 32, 43, 0.1) 55%); }
.travel-people { display: flex; padding-bottom: 4px; }
.travel-people b { display: grid; width: 20px; height: 20px; margin-right: -4px; place-items: center; color: #f4f0e6; border: 1px solid #edf0ec; border-radius: 50%; background: #0e5261; font-family: var(--mono); font-size: 0.42rem; font-weight: 500; }
.travel-people b:nth-child(2) { background: #38707a; }
.travel-people b:nth-child(3) { background: #cb7e52; }
.travel-people b:nth-child(4) { background: #173746; }
.travel-main { padding: 13px 13px 12px; }
.travel-tabs { display: flex; align-items: center; gap: 14px; height: 24px; color: rgba(17, 32, 43, 0.62); font-family: var(--mono); font-size: 0.48rem; }
.travel-tabs strong { margin-right: auto; color: #11202b; font-size: 0.62rem; letter-spacing: 0.01em; }
.travel-tabs span:first-of-type { color: #0698ae; }
.travel-cover { position: relative; isolation: isolate; display: grid; align-content: end; min-height: 214px; margin-top: 7px; padding: 16px; color: #fff; border-radius: 3px; background: url("./assets/TR1-BDyvN0zz.png") center 60% / cover; }
.travel-cover::before { position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: linear-gradient(180deg, rgba(1, 17, 29, 0.05) 34%, rgba(1, 17, 29, 0.68)); content: ""; }
.travel-cover small, .travel-cover span { font-family: var(--mono); font-size: 0.48rem; letter-spacing: 0.07em; }
.travel-cover strong { margin-block: 3px; font-size: 1rem; font-weight: 500; }
.travel-days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-top: 7px; }
.travel-days div { display: grid; gap: 1px; padding: 6px; color: #11202b; border: 1px solid rgba(15, 63, 76, 0.11); background: #fff; }
.travel-days .active { border-color: rgba(6, 152, 174, 0.32); background: rgba(6, 152, 174, 0.11); }
.travel-days b { font-size: 0.5rem; }
.travel-days small, .travel-days span { color: rgba(17, 32, 43, 0.58); font-size: 0.38rem; }

/* Contact and footer */
.contact { position: relative; border-top: 1px solid var(--line); background: linear-gradient(140deg, rgba(3, 17, 31, 0.96), rgba(2, 11, 21, 0.96)); }
.contact-grid { display: grid; grid-template-columns: 1fr 0.96fr; gap: 76px; }
.contact-copy > p:nth-of-type(2) { max-width: 650px; margin-top: 26px; color: var(--muted); font-size: 1.15rem; }
.contact-links { display: grid; gap: 20px; margin-top: 58px; }
.contact-links a { display: flex; align-items: center; gap: 18px; color: var(--text); font-size: 1.26rem; transition: color 180ms ease, transform 180ms ease; }
.contact-links a:hover { color: var(--lime); transform: translateX(6px); }
.contact-links small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; }
.contact-icon { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid var(--line-bright); border-radius: 50%; }
.contact-icon svg { width: 26px; height: 26px; color: var(--lime); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.contact-form {
  display: grid;
  gap: 24px;
  padding: 34px;
  border: 1px solid var(--line-bright);
  border-radius: 10px;
  background: rgba(6, 24, 41, 0.5);
}
.contact-form label span { display: block; margin-bottom: 10px; color: var(--text); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 17px 18px;
  resize: vertical;
  color: var(--text);
  border: 1px solid var(--line-bright);
  border-radius: 3px;
  outline: 0;
  background: rgba(4, 16, 28, 0.66);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(201, 250, 22, 0.08); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--muted-dark); }
.contact-form .button { width: 100%; }
.form-note { min-height: 18px; color: var(--cyan); font-size: 0.7rem; letter-spacing: 0.04em; }
.footer { display: grid; align-items: center; grid-template-columns: 1.4fr 1fr 0.6fr; gap: 30px; padding-block: 42px 24px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 25px; }
.footer nav a { color: var(--muted); font-family: var(--mono); font-size: 0.76rem; transition: color 180ms ease; }
.footer nav a:hover { color: var(--lime); }
.footer > p { padding-left: 26px; color: var(--muted-dark); border-left: 1px solid var(--line-bright); font-size: 0.92rem; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: 1 / -1;
  margin-top: 22px;
  padding-top: 19px;
  color: var(--muted-dark);
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
}
.footer-bottom div { display: flex; gap: 13px; }
.footer-bottom a { display: grid; width: 32px; height: 32px; place-items: center; color: var(--muted); border: 1px solid var(--line-bright); border-radius: 4px; transition: color 180ms ease, border-color 180ms ease; }
.footer-bottom a:hover { color: var(--lime); border-color: var(--lime); }
.footer-bottom svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.3; }

/* Motion */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 800ms ease, transform 800ms ease; }
.reveal-delay { transition-delay: 140ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes pulse { 50% { opacity: 0.45; transform: scale(1.55); } }
@keyframes draw-signal { 0% { stroke-dashoffset: 600; } 45%, 100% { stroke-dashoffset: 0; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes status-pulse { 50% { opacity: 0.36; transform: scale(1.5); } }

/* Responsive */
@media (max-width: 1120px) {
  :root { --page: min(100% - 48px, 960px); }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 38px; padding-block: 170px 84px; }
  .hero-copy p { max-width: 630px; }
  .system-card { max-width: 730px; }
  .about { grid-template-columns: 1fr; }
  .about-system { max-width: 760px; width: 100%; min-height: 430px; }
  .services-orbits { right: -520px; opacity: 0.64; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form { max-width: 760px; }
}
@media (max-width: 760px) {
  :root { --page: min(100% - 32px, 620px); --header-height: 72px; }
  .section-pad { padding-block: 92px; }
  h1 { font-size: clamp(3.15rem, 15vw, 5.1rem); }
  h2 { font-size: clamp(2.8rem, 12.7vw, 4.6rem); }
  .cursor-glow { display: none; }
  .site-header { padding-inline: 16px; }
  .brand-word { font-size: 0.96rem; letter-spacing: 0.22em; }
  .brand-orbit { width: 24px; height: 24px; }
  .desktop-nav { display: none; }
  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
  }
  .menu-toggle span { display: block; width: 23px; height: 1px; background: var(--text); transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-nav {
    position: absolute;
    top: 71px;
    right: 0;
    left: 0;
    display: grid;
    gap: 3px;
    padding: 18px 16px 24px;
    border-bottom: 1px solid var(--line);
    background: rgba(2, 11, 21, 0.96);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }
  .mobile-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-nav a { padding: 12px 0; color: var(--muted); border-bottom: 1px solid var(--line); }
  .hero { gap: 52px; padding-top: 130px; }
  .hero-copy p { font-size: 1.05rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; min-height: 56px; }
  .system-card { padding: 24px 20px 15px; }
  .system-card-body { min-height: 210px; }
  .code-block { font-size: 0.61rem; }
  .orbital-mark { width: 44px; height: 44px; font-size: 1.45rem; }
  .system-signal { grid-template-columns: 1fr; gap: 4px; }
  .system-signal > span:first-child, .waveform { display: none; }
  .system-ok { justify-self: end; font-size: 0.54rem; }
  .signal-track { font-size: 0.59rem; }
  .about-system { min-height: 330px; }
  .about-orbit { inset: 17% 16%; width: 68%; }
  .capability { gap: 6px; font-size: 0.71rem; }
  .capability svg { width: 35px; height: 35px; padding: 8px; }
  .founders-head p:last-child { display: none; }
  .founder { grid-template-columns: 38px 1fr auto; gap: 10px; }
  .founder h3 { font-size: 1rem; }
  .founder p { font-size: 0.75rem; }
  .founder p span { display: block; margin: 2px 0 0; }
  .service-list { margin-top: 44px; }
  .service-row { grid-template-columns: 34px 44px 1fr; gap: 10px; min-height: 102px; padding-block: 14px; }
  .service-number { font-size: 1.24rem; }
  .service-icon { width: 36px; height: 36px; }
  .service-icon svg { width: 18px; height: 18px; }
  .service-row h3 { font-size: 1.05rem; }
  .service-row p { font-size: 0.75rem; }
  .service-arrow { display: none; }
  .projects { padding-bottom: 100px; }
  .projects-heading { margin-bottom: 60px; }
  .project, .project-travel, .project-payroll { display: flex; flex-direction: column; align-items: stretch; gap: 24px; margin-top: 68px; }
  .project-travel .project-image { order: 2; }
  .project-copy h3 { font-size: 1.65rem; }
  .project-copy p { font-size: 0.91rem; }
  .project-console { min-height: 292px; padding: 8px; }
  .mock-browser { height: 24px; padding-inline: 7px; font-size: 0.43rem; }
  .mock-app { height: 236px; }
  .hawk-app { grid-template-columns: 74px 1fr; }
  .mock-sidebar { gap: 4px; padding: 10px 6px; font-size: 0.37rem; }
  .mock-sidebar strong { margin-bottom: 3px; font-size: 0.4rem; }
  .mock-sidebar span { padding: 3px; }
  .mock-main { padding: 8px; }
  .mock-topline { margin-bottom: 6px; }
  .mock-topline small, .hawk-metrics small { font-size: 0.35rem; }
  .mock-topline strong { font-size: 0.62rem; }
  .mock-topline > span { font-size: 0.34rem; }
  .hawk-page-preview { height: 124px; }
  .hawk-page-preview span { right: 5px; bottom: 5px; padding: 3px 5px; font-size: 0.32rem; }
  .hawk-metrics { gap: 4px; margin-top: 4px; }
  .hawk-metrics > div { min-height: 38px; padding: 4px; }
  .hawk-metrics strong { font-size: 0.68rem; }
  .travel-app { grid-template-columns: 86px 1fr; }
  .travel-summary { gap: 4px; padding: 33px 7px 7px; }
  .travel-summary strong { font-size: 0.42rem; }
  .travel-summary span { font-size: 0.35rem; }
  .travel-people b { width: 15px; height: 15px; font-size: 0.3rem; }
  .travel-main { padding: 8px; }
  .travel-tabs { gap: 7px; height: 18px; font-size: 0.35rem; }
  .travel-tabs strong { font-size: 0.45rem; }
  .travel-cover { min-height: 143px; margin-top: 4px; padding: 9px; }
  .travel-cover small, .travel-cover span { font-size: 0.34rem; }
  .travel-cover strong { font-size: 0.67rem; }
  .travel-days { gap: 3px; margin-top: 4px; }
  .travel-days div { gap: 0; padding: 4px; }
  .travel-days b { font-size: 0.36rem; }
  .travel-days small, .travel-days span { font-size: 0.27rem; }
  .console-caption { padding-top: 7px; font-size: 0.38rem; }
  .contact-copy > p:nth-of-type(2) { font-size: 1rem; }
  .contact-links a { font-size: 1rem; }
  .contact-icon { width: 48px; height: 48px; }
  .contact-form { padding: 20px; }
  .footer { display: grid; grid-template-columns: 1fr; gap: 22px; padding-top: 34px; }
  .footer > p { padding: 0; border: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
