:root {
  --ink: #06111c;
  --navy: #071b2d;
  --blue: #0a3b61;
  --cyan: #38bdf8;
  --gold: #f4bd62;
  --white: #f8fbff;
  --muted: #a9bac9;
  --line: rgba(255,255,255,.13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px clamp(24px, 5vw, 80px);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark {
  display: grid; place-items: center; width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,.35); border-radius: 50%;
  background: rgba(2,17,30,.45); backdrop-filter: blur(8px);
}
.brand-text { font-size: 18px; }
.brand-text small { font-size: 11px; font-weight: 600; opacity: .65; letter-spacing: .06em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.nav a { opacity: .88; }
.nav a:hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(255,255,255,.35); padding: 11px 17px; border-radius: 999px; }
.hero { min-height: 100svh; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(2,11,19,.93) 0%, rgba(2,11,19,.72) 36%, rgba(2,11,19,.18) 68%, rgba(2,11,19,.25) 100%),
    linear-gradient(0deg, rgba(2,11,19,.82) 0%, transparent 35%);
}
.hero-content { position: relative; z-index: 5; width: min(760px, 86vw); margin-left: clamp(24px, 7vw, 110px); padding-top: 80px; }
.eyebrow, .section-kicker { text-transform: uppercase; font-size: 12px; letter-spacing: .18em; font-weight: 700; color: #b8c8d5; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.eyebrow span { width: 28px; height: 1px; background: var(--gold); box-shadow: 0 0 12px var(--gold); }
h1 { margin: 0; font-size: clamp(52px, 6.5vw, 98px); line-height: .94; letter-spacing: -.055em; max-width: 900px; }
h1 em { color: var(--gold); font-style: normal; }
.hero-content > p { max-width: 680px; margin: 26px 0 0; font-size: clamp(17px, 1.55vw, 22px); line-height: 1.65; color: #d7e2ea; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 15px 22px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #14202b; box-shadow: 0 12px 40px rgba(244,189,98,.18); }
.button-secondary { border: 1px solid rgba(255,255,255,.35); background: rgba(3,15,26,.25); backdrop-filter: blur(8px); }
.hero-stats { display: flex; gap: 0; margin-top: 48px; border-top: 1px solid var(--line); max-width: 690px; }
.hero-stats div { flex: 1; padding: 18px 24px 0 0; }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { font-size: 16px; }
.hero-stats span { color: var(--muted); margin-top: 4px; font-size: 12px; }
.scroll-cue { position: absolute; z-index: 5; right: 46px; bottom: 32px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #becbd5; writing-mode: vertical-rl; }
.scroll-cue span { margin-top: 10px; color: var(--gold); font-size: 16px; }
.intro { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; padding: 110px clamp(24px, 7vw, 110px); background: #f4f7f9; color: #102131; }
.intro h2, .network h2, .contact h2 { font-size: clamp(36px, 4vw, 62px); line-height: 1.03; letter-spacing: -.045em; margin: 14px 0 0; }
.intro p { font-size: 20px; line-height: 1.7; color: #506271; margin: 32px 0 0; }
.intro .section-kicker { color: #527184; }
.services { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 7vw, 110px) 110px; background: #f4f7f9; color: #102131; }
.services article { padding: 34px; border: 1px solid #dbe4ea; min-height: 260px; background: rgba(255,255,255,.55); }
.service-number { font-size: 12px; letter-spacing: .16em; color: #7c8d98; }
.services h3 { font-size: 24px; letter-spacing: -.025em; margin: 48px 0 14px; }
.services p { color: #60717e; line-height: 1.65; margin: 0; }
.network { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; padding: 120px clamp(24px, 7vw, 110px); background: linear-gradient(135deg, #06111c, #0a2941); }
.network-copy p { color: #bdcbd6; line-height: 1.75; font-size: 18px; max-width: 650px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 18px; font-weight: 700; color: var(--gold); }
.network-panel { min-height: 360px; border: 1px solid var(--line); border-radius: 28px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at center, rgba(244,189,98,.15), rgba(4,18,31,.25) 40%, rgba(2,10,18,.7)); }
.network-panel:before, .network-panel:after { content:""; position:absolute; border:1px solid rgba(244,189,98,.22); border-radius:50%; width:180px; height:180px; }
.network-panel:after { width:300px; height:300px; opacity:.65; }
.pulse { width: 18px; height: 18px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 14px rgba(244,189,98,.09), 0 0 45px var(--gold); margin-bottom: 28px; z-index: 1; }
.network-panel strong { z-index: 1; font-size: 30px; }
.network-panel span { z-index: 1; color: var(--muted); margin-top: 8px; }
.contact { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding: 100px clamp(24px, 7vw, 110px); background: var(--gold); color: #101820; }
.contact .section-kicker { color: #674d21; }
.contact p { max-width: 680px; font-size: 18px; line-height: 1.7; color: #4d412e; }
.button-light { background: #101820; color: white; white-space: nowrap; }
footer { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; padding: 34px clamp(24px, 7vw, 110px); background: #02080d; color: #8093a1; font-size: 12px; }
.footer-brand { color: white; }
@media (max-width: 900px) {
  .nav a:not(.nav-cta) { display:none; }
  .site-header { padding: 20px 22px; }
  .hero-content { margin-left: 24px; width: calc(100% - 48px); }
  .hero-image { object-position: 60% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(2,11,19,.95) 0%, rgba(2,11,19,.7) 70%, rgba(2,11,19,.35) 100%); }
  .scroll-cue { display:none; }
  .intro, .network { grid-template-columns: 1fr; gap: 30px; }
  .services { grid-template-columns: 1fr; }
  .contact { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .brand-text { font-size: 16px; }
  .nav-cta { padding: 9px 13px; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-stats { flex-direction: column; padding-top: 8px; }
  .hero-stats div { padding-top: 12px; }
  .intro, .network, .contact { padding-top: 78px; padding-bottom: 78px; }
  .services { padding-bottom: 78px; }
}
