:root {
  --bg: #02060c;
  --text: #eef3f8;
  --muted: #96a4b3;
  --platinum-a: #ffffff;
  --platinum-b: #c8d2dc;
  --platinum-c: #5c6671;
  --line: rgba(211, 223, 235, 0.24);
  --header-h: 104px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 15%, rgba(18, 104, 176, 0.13), transparent 38%),
    linear-gradient(180deg, #02060c 0%, #030810 55%, #010307 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .02em;
  overflow-x: hidden;
}
a { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 12px 16px; background: #fff; color: #000; border-radius: 4px; transition: top .2s ease; }
.skip-link:focus { top: 12px; }
.site-shell { min-height: 100svh; }
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--header-h); padding: 22px clamp(22px, 4.4vw, 74px);
  display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(180deg, rgba(1,4,8,.93), rgba(1,4,8,.38) 75%, transparent);
  transition: background .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled { background: rgba(2, 6, 12, .86); border-color: rgba(180, 201, 220, .1); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 16px; text-decoration: none; min-width: 0; }
.brand img {
  width: 54px; height: 54px; object-fit: cover; border-radius: 14px;
  filter: brightness(1.04) contrast(1.03) drop-shadow(0 0 12px rgba(126,193,255,.18));
  box-shadow: 0 0 0 1px rgba(255,255,255,.08);
}
.brand span { font-size: clamp(.8rem, 1.25vw, 1.08rem); letter-spacing: .31em; white-space: nowrap; background: linear-gradient(180deg, #fff 5%, #dfe5eb 44%, #7d8792 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.primary-nav { display: flex; gap: clamp(24px, 3.8vw, 54px); align-items: center; }
.primary-nav a { position: relative; padding: 14px 2px; text-decoration: none; font-size: .72rem; letter-spacing: .28em; color: #b7c0ca; transition: color .2s ease; }
.primary-nav a::after { content: ""; position: absolute; left: 50%; bottom: 5px; width: 0; height: 1px; background: linear-gradient(90deg, transparent, #f7fbff, transparent); transform: translateX(-50%); box-shadow: 0 0 8px rgba(255,255,255,.75); transition: width .24s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible, .primary-nav a.is-active { color: #fff; }
.primary-nav a.is-active::after, .primary-nav a:hover::after, .primary-nav a:focus-visible::after { width: 74px; }
.nav-toggle { display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 11px; cursor: pointer; }
.nav-toggle span { display: block; height: 1px; margin: 6px 0; background: #dce6ef; transition: transform .2s ease, opacity .2s ease; }
.hero {
  position: relative; min-height: 100svh; padding: calc(var(--header-h) + 28px) 22px 58px;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-end; overflow: hidden; isolation: isolate;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -5;
  background:
    radial-gradient(circle at 18% 24%, rgba(61,166,255,.14), transparent 18%),
    radial-gradient(circle at 79% 32%, rgba(45,124,208,.11), transparent 20%),
    radial-gradient(circle at 50% 68%, rgba(56,168,255,.12), transparent 28%),
    linear-gradient(180deg, #01050a 0%, #020812 62%, #02050a 100%);
}
.hero::after {
  content: ""; position: absolute; left: 50%; bottom: -18vw; transform: translateX(-50%);
  width: 190vw; height: 64vw; border-radius: 50%; z-index: -4;
  background:
    linear-gradient(180deg, rgba(32,79,144,.16) 0%, rgba(7,18,37,.4) 48%, rgba(0,0,0,.88) 78%),
    radial-gradient(circle at 50% 0%, rgba(122,203,255,.52) 0 1.8%, rgba(61,137,245,.2) 7%, rgba(0,0,0,0) 20%);
  box-shadow: 0 -2px 0 rgba(120, 202, 255, 0.9), 0 -12px 34px rgba(120, 202, 255, 0.22), 0 -35px 70px rgba(31, 90, 187, 0.2);
}
.starfield, .starfield::before, .starfield::after { position: absolute; inset: 0; content: ""; pointer-events: none; }
.starfield { z-index: -3; opacity: .7; background-image: radial-gradient(#d7efff 1px, transparent 1.2px), radial-gradient(#7ac7ff .7px, transparent 1px); background-size: 83px 83px, 131px 131px; background-position: 11px 7px, 39px 59px; }
.starfield::before { background: radial-gradient(circle at 34% 31%, rgba(41,154,255,.38), transparent 1.2%), radial-gradient(circle at 73% 24%, rgba(255,255,255,.32), transparent 1%), radial-gradient(circle at 9% 43%, rgba(119,198,255,.35), transparent .9%); filter: blur(.3px); animation: twinkle 5.8s ease-in-out infinite alternate; }
.starfield::after { background: radial-gradient(ellipse at center, transparent 28%, rgba(0,0,0,.26) 66%, rgba(0,0,0,.72) 100%); }
.hero-visual { position: absolute; z-index: -2; width: min(560px, 76vw); top: clamp(118px, 12vh, 156px); left: 50%; transform: translate3d(-50%, 0, 0); will-change: transform; pointer-events: none; }
.hero-visual img { width: 100%; height: auto; display: block; border-radius: 32px; filter: saturate(.98) contrast(1.04) brightness(1); box-shadow: 0 0 36px rgba(0,0,0,.24); }
.aura-smoke, .planet-twinkle { position: absolute; pointer-events: none; }
.aura-smoke { z-index: -1; inset: -8% -12% 6% -12%; mix-blend-mode: screen; opacity: .78; background: radial-gradient(circle at 50% 40%, rgba(136,218,255,.44) 0%, rgba(97,191,255,.24) 20%, rgba(60,150,238,.12) 30%, rgba(0,0,0,0) 50%), radial-gradient(40% 23% at 50% 28%, rgba(118,208,255,.24) 0%, rgba(55,146,235,.12) 46%, rgba(0,0,0,0) 78%); filter: blur(10px) saturate(1.12); }
.aura-smoke::before, .aura-smoke::after {
  content: ""; position: absolute; left: 50%; bottom: 36%; width: 32%; height: 64%; transform: translateX(-50%);
  background:
    radial-gradient(50% 25% at 50% 90%, rgba(120,210,255,.34), rgba(120,210,255,.08) 58%, rgba(0,0,0,0) 74%),
    radial-gradient(44% 17% at 30% 72%, rgba(120,210,255,.24), rgba(0,0,0,0) 72%),
    radial-gradient(46% 18% at 70% 66%, rgba(120,210,255,.2), rgba(0,0,0,0) 72%),
    radial-gradient(42% 14% at 44% 46%, rgba(120,210,255,.14), rgba(0,0,0,0) 72%),
    radial-gradient(48% 16% at 58% 24%, rgba(120,210,255,.12), rgba(0,0,0,0) 72%);
  filter: blur(18px);
}
.aura-smoke::before { animation: smokeRiseA 9s ease-in-out infinite; }
.aura-smoke::after { width: 38%; height: 72%; opacity: .82; animation: smokeRiseB 11s ease-in-out infinite; }
.planet-twinkle { z-index: -1; left: 11%; right: 11%; bottom: 7%; height: 22%; }
.planet-twinkle::before, .planet-twinkle::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 10% 72%, rgba(255,255,255,.85) 0 1px, rgba(255,255,255,.22) 2px, transparent 5px),
    radial-gradient(circle at 18% 65%, rgba(255,255,255,.85) 0 1px, rgba(255,255,255,.18) 2px, transparent 5px),
    radial-gradient(circle at 26% 76%, rgba(255,255,255,.78) 0 1px, rgba(255,255,255,.15) 2px, transparent 5px),
    radial-gradient(circle at 38% 60%, rgba(255,255,255,.82) 0 1px, rgba(255,255,255,.18) 2px, transparent 5px),
    radial-gradient(circle at 52% 66%, rgba(255,255,255,.8) 0 1px, rgba(255,255,255,.14) 2px, transparent 5px),
    radial-gradient(circle at 61% 74%, rgba(255,255,255,.84) 0 1px, rgba(255,255,255,.14) 2px, transparent 5px),
    radial-gradient(circle at 72% 63%, rgba(255,255,255,.8) 0 1px, rgba(255,255,255,.18) 2px, transparent 5px),
    radial-gradient(circle at 84% 70%, rgba(255,255,255,.88) 0 1px, rgba(255,255,255,.2) 2px, transparent 5px),
    radial-gradient(circle at 91% 62%, rgba(255,255,255,.82) 0 1px, rgba(255,255,255,.18) 2px, transparent 5px);
  mix-blend-mode: screen;
}
.planet-twinkle::before { opacity: .2; animation: worldTwinkleA 5.2s ease-in-out infinite; }
.planet-twinkle::after { opacity: .1; filter: blur(1.6px); animation: worldTwinkleB 7.6s ease-in-out infinite; }
.hero-copy { width: min(1080px, 96vw); text-align: center; position: relative; z-index: 2; padding-bottom: clamp(34px, 5vh, 72px); }
.hero h1 { margin: 0; font-weight: 430; font-size: clamp(3rem, 6.4vw, 6.7rem); line-height: .95; letter-spacing: .12em; background: linear-gradient(180deg, var(--platinum-a) 3%, #e4e9ee 28%, var(--platinum-b) 58%, #f8fbff 72%, var(--platinum-c) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 0 30px rgba(255,255,255,.05); transform: translateX(.06em); }
.tagline { margin: 20px auto 0; max-width: 980px; color: #d1dae4; font-size: clamp(.72rem, 1.25vw, .96rem); line-height: 1.8; letter-spacing: .38em; text-transform: uppercase; }
.platinum-rule { width: min(790px, 74vw); margin: 24px auto 26px; height: 1px; background: linear-gradient(90deg, transparent, rgba(210,222,232,.32) 18%, rgba(255,255,255,.82) 50%, rgba(210,222,232,.32) 82%, transparent); position: relative; }
.platinum-rule span { position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; border-radius: 50%; transform: translate(-50%,-50%); background: #fff; box-shadow: 0 0 14px #fff, 0 0 26px rgba(85,178,255,.6); }
.trifecta-line { margin: 0; display: flex; align-items: center; justify-content: center; gap: clamp(17px, 3vw, 42px); color: #d9e0e7; font-size: clamp(.76rem, 1.5vw, 1.15rem); letter-spacing: .36em; }
.trifecta-line b { font-weight: 400; color: #eff6fc; font-size: .9em; text-shadow: 0 0 9px rgba(255,255,255,.85); }
.hero-statement { margin: 26px auto 0; max-width: 920px; color: #c6d0da; font-size: clamp(.62rem, 1.05vw, .84rem); line-height: 1.9; letter-spacing: .30em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 4; bottom: max(18px, env(safe-area-inset-bottom)); left: 50%; width: 34px; height: 34px; transform: translateX(-50%); opacity: .6; }
.scroll-cue span { position: absolute; left: 50%; top: 5px; width: 10px; height: 10px; border-right: 1px solid #dbe7f1; border-bottom: 1px solid #dbe7f1; transform: translateX(-50%) rotate(45deg); animation: drift 1.8s ease-in-out infinite; }
.content-section { position: relative; min-height: 74svh; display: grid; place-items: center; padding: 120px clamp(24px, 7vw, 120px); border-top: 1px solid rgba(157,183,208,.09); overflow: hidden; }
.content-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(16,55,91,.06), transparent 46%, rgba(10,28,49,.1)); pointer-events: none; }
.section-inner { position: relative; z-index: 2; width: min(1180px, 100%); }
.section-inner.narrow { width: min(860px, 100%); text-align: center; }
.eyebrow { margin: 0 0 24px; color: #a9b6c2; font-size: .72rem; letter-spacing: .42em; text-transform: uppercase; }
.content-section h2 { margin: 0; font-weight: 420; font-size: clamp(2.2rem, 5vw, 5rem); line-height: 1.08; letter-spacing: .02em; background: linear-gradient(180deg, #fff, #b0bbc6 72%, #6a7480); -webkit-background-clip: text; background-clip: text; color: transparent; }
.content-section p:not(.eyebrow) { margin: 30px auto 0; color: #9eacba; font-size: clamp(1rem, 1.6vw, 1.2rem); line-height: 1.9; max-width: 780px; }
.contact-meta { font-size: .84rem !important; letter-spacing: .18em; text-transform: uppercase; color: #7f8b96 !important; }
.section-glow { position: absolute; width: min(70vw, 900px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(36,137,220,.11), rgba(0,0,0,0) 68%); filter: blur(12px); }
.capability-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid rgba(168,190,211,.14); background: rgba(168,190,211,.14); }
.capability-grid article { background: linear-gradient(180deg, rgba(8,16,27,.92), rgba(3,8,14,.97)); padding: clamp(28px, 4vw, 54px); min-height: 260px; }
.capability-grid h3 { margin: 0; font-size: .78rem; font-weight: 500; letter-spacing: .25em; color: #d9e4ed; }
.capability-grid p { font-size: .93rem !important; line-height: 1.8 !important; margin-top: 24px !important; }
.contact-section { min-height: 66svh; }
.site-footer { min-height: 112px; display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; padding: 30px 24px; border-top: 1px solid rgba(157,183,208,.1); color: #586776; font-size: .62rem; letter-spacing: .27em; text-align: center; text-transform: uppercase; }
.site-footer span + span::before { content: "|"; margin-right: 28px; color: #394653; }
@keyframes twinkle { from { opacity: .55; } to { opacity: 1; } }
@keyframes drift { 0%,100% { transform: translate(-50%,0) rotate(45deg); opacity: .35; } 50% { transform: translate(-50%,7px) rotate(45deg); opacity: 1; } }
@keyframes smokeRiseA { 0% { opacity: .35; transform: translateX(-50%) translateY(10px) scale(.92); } 35% { opacity: .75; transform: translateX(-52%) translateY(-38px) scale(1.02); } 70% { opacity: .42; transform: translateX(-48%) translateY(-112px) scale(1.08); } 100% { opacity: 0; transform: translateX(-50%) translateY(-172px) scale(1.15); } }
@keyframes smokeRiseB { 0% { opacity: .22; transform: translateX(-50%) translateY(24px) scale(.9); } 28% { opacity: .56; transform: translateX(-45%) translateY(-26px) scale(.98); } 62% { opacity: .34; transform: translateX(-54%) translateY(-96px) scale(1.08); } 100% { opacity: 0; transform: translateX(-50%) translateY(-164px) scale(1.18); } }
@keyframes worldTwinkleA { 0%, 100% { opacity: .14; } 22% { opacity: .26; } 37% { opacity: .12; } 52% { opacity: .3; } 74% { opacity: .16; } }
@keyframes worldTwinkleB { 0%,100% { opacity: .08; } 18% { opacity: .18; } 43% { opacity: .06; } 67% { opacity: .2; } 83% { opacity: .1; } }
@media (max-width: 900px) {
  :root { --header-h: 84px; }
  .site-header { padding: 14px 20px; }
  .brand img { width: 48px; height: 48px; border-radius: 12px; }
  .brand span { font-size: .76rem; letter-spacing: .22em; }
  .nav-toggle { display: block; z-index: 102; }
  .primary-nav { position: fixed; top: 0; right: 0; width: min(82vw, 360px); height: 100svh; padding: 110px 34px 40px; flex-direction: column; align-items: flex-start; gap: 20px; background: rgba(2,7,13,.97); border-left: 1px solid rgba(180,201,220,.13); transform: translateX(105%); transition: transform .24s ease; backdrop-filter: blur(18px); }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav a { width: 100%; padding: 18px 0; font-size: .78rem; }
  .primary-nav a::after { left: 0; transform: none; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 100svh; justify-content: flex-end; padding-top: 90px; }
  .hero::after { bottom: -32vw; width: 250vw; height: 106vw; }
  .hero-visual { top: 124px; width: min(72vw, 460px); }
  .aura-smoke::before, .aura-smoke::after { width: 42%; }
  .hero-copy { padding-bottom: 72px; }
  .hero h1 { font-size: clamp(2.55rem, 10.5vw, 4.7rem); letter-spacing: .09em; }
  .tagline { font-size: .66rem; letter-spacing: .24em; }
  .trifecta-line { flex-wrap: wrap; gap: 10px 18px; font-size: .72rem; letter-spacing: .24em; }
  .hero-statement { font-size: .62rem; letter-spacing: .19em; line-height: 1.8; }
  .capability-grid { grid-template-columns: 1fr; }
  .site-footer span + span::before { display: none; }
}
@media (max-width: 520px) {
  .brand span { max-width: 190px; overflow: hidden; text-overflow: clip; }
  .hero-visual { top: 126px; width: min(82vw, 370px); }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 12vw; white-space: nowrap; letter-spacing: .05em; }
  .platinum-rule { margin-top: 18px; margin-bottom: 20px; width: 86vw; }
  .tagline { max-width: 92vw; letter-spacing: .18em; }
  .trifecta-line { font-size: .64rem; gap: 8px 12px; }
  .hero-statement br { display: none; }
  .hero-statement { max-width: 92vw; }
  .content-section { min-height: 70svh; padding: 92px 22px; }
  .content-section h2 { font-size: clamp(2.25rem, 11vw, 3.6rem); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .hero-visual { transform: translate3d(-50%,0,0) !important; }
}
