:root {
  color-scheme: dark;
  --ink: #04070b;
  --panel: #09111a;
  --panel-soft: rgba(10, 19, 29, .78);
  --line: rgba(132, 196, 230, .22);
  --muted: #8da4b3;
  --text: #eaf8ff;
  --cyan: #57d9ff;
  --cyan-hot: #9aedff;
  --blue: #1479ff;
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--text);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .22;
  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='.15'/%3E%3C/svg%3E");
}
a { color: inherit; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99; background: var(--cyan); color: #001019; padding: 12px 16px; font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 16px; }
.ambient { position: fixed; inset: 0; overflow: hidden; pointer-events: none; z-index: -1; }
.ambient__grid {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(87,217,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(87,217,255,.07) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.ambient__flare { position: absolute; border-radius: 50%; filter: blur(110px); opacity: .18; }
.ambient__flare--one { width: 560px; height: 560px; top: 5%; right: 3%; background: #0b73ff; }
.ambient__flare--two { width: 380px; height: 380px; left: -12%; top: 50%; background: #00b9ff; opacity: .09; }
.site-header, main, footer { width: min(1420px, calc(100% - 80px)); margin-inline: auto; }
.site-header { height: 102px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: flex; align-items: center; gap: 13px; text-decoration: none; font-size: 13px; font-weight: 900; letter-spacing: .2em; }
.wordmark__mark { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border: 1px solid var(--cyan); color: var(--cyan-hot); clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0 85%, 0 15%); box-shadow: inset 0 0 14px rgba(87,217,255,.18); }
.header-link { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; text-decoration: none; color: #c7d8e3; }
.header-link span { color: var(--cyan); margin-left: 8px; }
.hero { min-height: calc(100vh - 102px); display: grid; grid-template-columns: .92fr 1.08fr; gap: 5vw; align-items: center; padding: 76px 0 96px; }
.hero__copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--cyan-hot); font-size: 11px; line-height: 1; font-weight: 900; text-transform: uppercase; letter-spacing: .22em; }
.eyebrow > span { display: inline-block; width: 28px; height: 1px; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
h1, h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: -.035em; }
h1 { max-width: 690px; margin: 0; font-size: clamp(64px, 7.4vw, 128px); line-height: .83; font-weight: 900; }
h1 em { display: block; color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--cyan-hot); text-shadow: 0 0 36px rgba(87,217,255,.22); }
.hero__lede { max-width: 600px; margin: 32px 0; color: #a9bdc9; font-size: clamp(17px, 1.25vw, 21px); line-height: 1.65; }
.primary-cta, .submit-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 46px; min-width: 250px; padding: 18px 20px; border: 1px solid rgba(87,217,255,.75); background: linear-gradient(100deg, rgba(21,118,173,.24), rgba(8,19,29,.72)); color: white; text-decoration: none; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; box-shadow: 0 0 24px rgba(30,167,255,.08), inset 0 0 18px rgba(87,217,255,.07); transition: border-color .2s, background .2s, transform .2s; cursor: pointer; }
.primary-cta span:last-child, .submit-button span:last-child { color: var(--cyan); font-size: 19px; }
.primary-cta:hover, .submit-button:hover { border-color: var(--cyan-hot); background: rgba(31,135,192,.32); transform: translateY(-2px); }
.primary-cta:focus-visible, .submit-button:focus-visible, input:focus-visible, textarea:focus-visible, a:focus-visible { outline: 2px solid var(--cyan-hot); outline-offset: 4px; }
.signal { display: flex; align-items: center; gap: 11px; margin-top: 32px; color: #718697; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.signal strong { color: #a8becb; }
.signal__light { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(87,217,255,.08), 0 0 14px var(--cyan); animation: pulse 2.2s ease-in-out infinite; }
.hero__visual { --tilt-x: 0px; --tilt-y: 0px; position: relative; display: grid; place-items: center; min-height: 680px; transform: translate(var(--tilt-x), var(--tilt-y)); transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.hero__visual::before { content: ""; position: absolute; width: 76%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(27,122,255,.27), rgba(8,91,165,.1) 44%, transparent 70%); filter: blur(16px); }
.logo-frame { position: relative; width: min(100%, 760px); aspect-ratio: 1; border-radius: 50%; filter: drop-shadow(0 0 24px rgba(40,154,255,.28)); animation: arrive 1.15s cubic-bezier(.2,.8,.2,1) both; }
.logo-frame img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 10%; }
.logo-frame::after { content: ""; position: absolute; inset: 5%; border-radius: 50%; border: 1px solid rgba(87,217,255,.15); box-shadow: inset 0 0 40px rgba(87,217,255,.08); pointer-events: none; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(87,217,255,.16); }
.orbit--outer { width: 94%; aspect-ratio: 1; border-style: dashed; animation: spin 45s linear infinite; }
.orbit--inner { width: 82%; aspect-ratio: 1; border-color: rgba(87,217,255,.11); box-shadow: 0 0 80px rgba(20,121,255,.12); }
.corner-label { position: absolute; color: #587282; font-size: 9px; letter-spacing: .3em; writing-mode: vertical-rl; }
.corner-label--top { right: 1.5%; top: 12%; }
.corner-label--bottom { left: 1.5%; bottom: 12%; transform: rotate(180deg); }
.manifesto { display: grid; grid-template-columns: auto 1fr repeat(4, auto); align-items: center; gap: 28px; min-height: 112px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.manifesto p { margin: 0; font-family: var(--display); font-size: 16px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.manifesto__line { height: 1px; background: linear-gradient(90deg, var(--line), transparent); }
.manifesto span { color: #607786; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.contact { display: grid; grid-template-columns: .78fr 1.22fr; gap: 9vw; padding: 150px 0; }
.contact__intro { position: sticky; top: 40px; align-self: start; }
h2 { margin: 0; max-width: 590px; font-size: clamp(48px, 5.2vw, 82px); line-height: .94; }
.contact__intro > p { max-width: 520px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.contact-form { position: relative; padding: clamp(28px, 4vw, 58px); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(11,20,30,.94), rgba(5,10,16,.78)); box-shadow: 0 40px 100px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.03); }
.contact-form::before, .contact-form::after { content: ""; position: absolute; width: 22px; height: 22px; pointer-events: none; }
.contact-form::before { top: -1px; left: -1px; border-top: 2px solid var(--cyan); border-left: 2px solid var(--cyan); }
.contact-form::after { right: -1px; bottom: -1px; border-right: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { display: block; margin-bottom: 26px; }
.field > span { display: flex; justify-content: space-between; margin-bottom: 10px; color: #9bb0be; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.field b { color: var(--cyan); }
.field small { color: #536b7b; font-size: 9px; }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid #2b4050; border-radius: 0; background: rgba(1,5,9,.4); color: var(--text); padding: 15px 14px; transition: border-color .2s, background .2s; }
input::placeholder, textarea::placeholder { color: #49606f; }
input:focus, textarea:focus { border-color: var(--cyan); background: rgba(10,30,42,.6); }
textarea { min-height: 170px; resize: vertical; line-height: 1.6; }
.form-footer { display: flex; gap: 28px; align-items: center; justify-content: space-between; margin-top: 8px; }
.form-status { max-width: 320px; margin: 0; color: #6e8492; font-size: 12px; line-height: 1.55; }
.form-status.is-success { color: #78efc0; }
.form-status.is-error { color: #ff9f9f; }
.submit-button { min-width: 220px; }
.submit-button:disabled { cursor: wait; opacity: .7; }
.trap { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
footer { display: flex; justify-content: space-between; padding: 34px 0 42px; border-top: 1px solid var(--line); color: #526b7b; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.error-page { display: grid; min-height: 100vh; place-items: center; text-align: center; }
.error-page main { width: min(800px, calc(100% - 40px)); }
.error-page .eyebrow { justify-content: center; }
.error-page h1 { margin: 0 auto 40px; font-size: clamp(48px, 9vw, 100px); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: .5; box-shadow: 0 0 0 8px rgba(87,217,255,.02), 0 0 7px var(--cyan); } }
@keyframes arrive { from { opacity: 0; transform: scale(.93) translateY(22px); filter: blur(10px); } to { opacity: 1; transform: scale(1) translateY(0); filter: none; } }
@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero__visual { min-height: 560px; }
  .contact { gap: 5vw; }
  .manifesto { grid-template-columns: auto 1fr; }
  .manifesto span { display: none; }
}
@media (max-width: 780px) {
  .site-header, main, footer { width: min(100% - 36px, 680px); }
  .site-header { height: 82px; }
  .header-link { font-size: 0; }
  .header-link span { font-size: 20px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 66px 0 84px; }
  h1 { font-size: clamp(58px, 18vw, 92px); }
  .hero__lede { margin: 25px 0 30px; }
  .hero__visual { min-height: 0; margin-top: 44px; }
  .logo-frame { width: min(110%, 620px); }
  .orbit--outer { width: 105%; }
  .orbit--inner { width: 91%; }
  .corner-label { display: none; }
  .manifesto { min-height: 88px; gap: 16px; }
  .manifesto p { font-size: 12px; }
  .contact { grid-template-columns: 1fr; gap: 54px; padding: 100px 0; }
  .contact__intro { position: static; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .submit-button { width: 100%; }
  footer { gap: 20px; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
