:root {
  --black: #050505;
  --void: #090b10;
  --ink: #11161d;
  --gold: #c5a15f;
  --gold-bright: #f1d48a;
  --silver: #b9b5ab;
  --white: #f7f1e6;
  --blue: #84b8ff;
  --muted: rgba(247, 241, 230, 0.68);
  --line: rgba(241, 212, 138, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 14%, rgba(132, 184, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 85% 8%, rgba(197, 161, 95, 0.18), transparent 22rem),
    linear-gradient(145deg, #030305 0%, #07101a 46%, #040404 100%);
  color: var(--white);
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: -20%;
  pointer-events: none;
  background:
    conic-gradient(from 118deg at 50% 50%, transparent 0deg, rgba(197,161,95,.08) 28deg, transparent 60deg, rgba(132,184,255,.07) 100deg, transparent 160deg, rgba(197,161,95,.08) 240deg, transparent 360deg);
  filter: blur(50px);
  animation: cosmic-drift 22s linear infinite;
  z-index: -3;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
  z-index: 9;
}

.cursor-glow {
  position: fixed;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(241,212,138,.11), rgba(132,184,255,.06) 38%, transparent 70%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.site-header {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(1160px, calc(100% - 2rem));
  height: 76px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding: .7rem .9rem .7rem 1.1rem;
  border: 1px solid var(--line);
  background: rgba(5, 5, 5, .48);
  backdrop-filter: blur(22px);
  z-index: 20;
  box-shadow: 0 20px 80px rgba(0,0,0,.32);
}

.brand img { width: 155px; display:block; }
nav { display: flex; justify-content: center; gap: clamp(.75rem, 2vw, 2rem); }
a { color: inherit; text-decoration: none; }
nav a {
  color: rgba(247,241,230,.72);
  font-size: .76rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: color .25s ease, transform .25s ease;
}
nav a:hover { color: var(--gold-bright); transform: translateY(-1px); }
.header-cta {
  padding: .85rem 1rem;
  border: 1px solid rgba(241,212,138,.38);
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
}

.section-shell { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.hero { min-height: 100vh; position: relative; display: grid; align-items: center; padding-top: 8rem; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: .26em;
  font-size: .74rem;
}
h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: .94;
  margin: 0;
}
h1 { font-size: clamp(4rem, 10vw, 9rem); max-width: 770px; letter-spacing: -.055em; }
h2 { font-size: clamp(2.8rem, 6vw, 6rem); letter-spacing: -.045em; }
h3 { font-size: clamp(2rem, 3vw, 3.25rem); }
.hero-subtitle {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.36rem);
  line-height: 1.65;
  max-width: 620px;
  margin: 1.6rem 0 2rem;
}
.hero-actions, .service-card ul { display: flex; gap: .85rem; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.3rem;
  border: 1px solid rgba(247,241,230,.26);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .75rem;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-3px); border-color: var(--gold-bright); }
.btn.primary { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 100%); color: #080806; border-color: transparent; }
.btn.ghost { background: rgba(255,255,255,.04); }

.orb-stage {
  position: relative;
  aspect-ratio: 1;
  min-height: 520px;
  display: grid;
  place-items: center;
  perspective: 1100px;
}
.orb-stage::before {
  content:"";
  position:absolute;
  width:72%; height:72%;
  border-radius:50%;
  background: radial-gradient(circle at 40% 38%, rgba(255,239,188,.30), rgba(197,161,95,.13) 18%, rgba(132,184,255,.12) 42%, transparent 68%);
  filter: blur(8px);
  animation: pulse 5.5s ease-in-out infinite;
}
.sun-core {
  width: min(66%, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(0,0,0,.42), rgba(0,0,0,.78) 68%);
  border: 1px solid rgba(241,212,138,.24);
  box-shadow: inset 0 0 90px rgba(197,161,95,.13), 0 0 80px rgba(132,184,255,.12);
  z-index: 2;
}
.sun-core img { width: 82%; filter: drop-shadow(0 0 22px rgba(197,161,95,.25)); }
.orbit { position:absolute; border: 1px solid rgba(241,212,138,.35); border-radius:50%; }
.orbit-a { width:92%; height:34%; transform: rotateX(72deg) rotateZ(-16deg); animation: rotate-a 13s linear infinite; }
.orbit-b { width:78%; height:28%; transform: rotateX(68deg) rotateZ(58deg); animation: rotate-b 16s linear infinite reverse; border-color: rgba(132,184,255,.34); }
.orbit-c { width:104%; height:40%; transform: rotateX(76deg) rotateZ(118deg); animation: rotate-c 21s linear infinite; opacity:.7; }
.satellite { position:absolute; width:9px; height:9px; border-radius:50%; background: var(--gold-bright); box-shadow:0 0 24px var(--gold-bright); }
.s1 { top: 26%; right: 18%; } .s2 { bottom: 28%; left: 12%; background: var(--blue); box-shadow:0 0 24px var(--blue); } .s3 { top: 58%; right: 8%; }

.hero-metrics {
  position: absolute;
  bottom: 2rem;
  left: 0; right: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(18px);
}
.hero-metrics div { padding: 1.05rem 1.2rem; border-right: 1px solid var(--line); }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics span, .signal-card span, .card-index { color: var(--gold-bright); font-size:.72rem; text-transform:uppercase; letter-spacing:.2em; }
.hero-metrics strong { display:block; margin-top:.35rem; font-family:"Cormorant Garamond", serif; font-size:1.36rem; font-weight:500; }

.services, .process, .proof, .cta { padding: 7.5rem 0; }
.section-heading { max-width: 900px; margin-bottom: 2.5rem; }
.section-heading.narrow { max-width: 760px; }
.service-panels { display:grid; grid-template-columns: repeat(2, 1fr); gap:1rem; }
.service-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 2rem;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(255,255,255,.075), rgba(255,255,255,.018));
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  isolation:isolate;
  transition: transform .45s cubic-bezier(.2,.8,.2,1), border-color .45s ease;
}
.service-card::before {
  content:"";
  position:absolute; inset:auto -18% -28% -18%; height:60%;
  background: radial-gradient(circle at 50% 0%, rgba(241,212,138,.24), transparent 62%);
  z-index:-1;
}
.service-card.blue::before { background: radial-gradient(circle at 50% 0%, rgba(132,184,255,.22), transparent 62%); }
.service-card:hover { transform: translateY(-10px); border-color: rgba(241,212,138,.55); }
.service-card p { color: var(--muted); line-height:1.65; font-size:1.02rem; max-width: 560px; }
.service-card ul { list-style:none; padding:0; margin:1.2rem 0 1.6rem; display:grid; grid-template-columns:1fr 1fr; }
.service-card li { color: rgba(247,241,230,.78); border-top:1px solid rgba(247,241,230,.14); padding:.75rem 0; font-size:.91rem; }
.service-card a { color: var(--gold-bright); text-transform:uppercase; letter-spacing:.16em; font-size:.76rem; }

.timeline { display:grid; grid-template-columns: repeat(4, 1fr); border:1px solid var(--line); }
.timeline div { padding:2rem 1.35rem; border-right:1px solid var(--line); background:rgba(255,255,255,.03); }
.timeline div:last-child { border-right:0; }
.timeline span { font-family:"Cormorant Garamond", serif; font-size:2rem; color:var(--white); }
.timeline p, .proof-copy p { color:var(--muted); line-height:1.7; }

.proof { display:grid; grid-template-columns: .92fr 1.08fr; gap:2rem; align-items:center; }
.proof-board { display:grid; gap:.85rem; }
.signal-card { min-height:140px; padding:1.3rem; border:1px solid var(--line); background:rgba(255,255,255,.04); display:flex; flex-direction:column; justify-content:space-between; }
.signal-card strong { display:block; font-family:"Cormorant Garamond", serif; font-size:2.1rem; line-height:1; font-weight:500; max-width:560px; }

.cta { text-align:center; border-block:1px solid var(--line); margin-bottom:5rem; }
.cta h2 { max-width:850px; margin:0 auto 2rem; }
footer { width:min(1160px, calc(100% - 2rem)); margin:0 auto 3rem; padding-top:2rem; border-top:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; gap:1rem; color:var(--muted); }
footer img { width:150px; }
footer a { color:var(--gold-bright); }

[data-reveal] { opacity: 1; transform: translateY(18px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes cosmic-drift { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { transform: scale(1.045); opacity:.72; } }
@keyframes rotate-a { to { transform: rotateX(72deg) rotateZ(344deg); } }
@keyframes rotate-b { to { transform: rotateX(68deg) rotateZ(418deg); } }
@keyframes rotate-c { to { transform: rotateX(76deg) rotateZ(478deg); } }

@media (max-width: 920px) {
  .site-header { grid-template-columns: 150px auto; height:auto; }
  .site-header nav { display:none; }
  .header-cta { justify-self:end; }
  .hero-grid, .service-panels, .proof { grid-template-columns:1fr; }
  .orb-stage { min-height: 420px; order:-1; }
  .hero { padding-top:7rem; }
  .hero-metrics { position:relative; bottom:auto; margin-top:2rem; grid-template-columns:1fr; }
  .hero-metrics div { border-right:0; border-bottom:1px solid var(--line); }
  .timeline { grid-template-columns:1fr; }
  .timeline div { border-right:0; border-bottom:1px solid var(--line); }
  .service-card { min-height:480px; }
  footer { flex-direction:column; align-items:flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
