:root {
  color-scheme: dark;
  --navy: #0B1D33;
  --navy-deep: #061424;
  --teal: #0E8C8F;
  --teal-soft: #8FC5C6;
  --paper: #F6F7F5;
  --ink: #10202E;
  --muted: #9EAAB5;
  --line: rgba(255,255,255,.13);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy-deep); }
body { margin: 0; color: var(--paper); background: var(--navy); }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 10; left: 16px; top: -60px; padding: 10px 14px; color: var(--ink); background: white; border-radius: 4px; }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; z-index: 2; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 26px 0; border-bottom: 1px solid var(--line); }
.brand img { width: 178px; height: 32px; object-fit: contain; object-position: left center; }
.development-badge { display: inline-flex; align-items: center; gap: 8px; color: #CFD8E0; font-size: 11px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.development-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }

.hero { position: relative; min-height: 760px; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(420px,.94fr); gap: 70px; align-items: center; overflow: hidden; padding: 150px max(24px, calc((100vw - 1180px)/2)) 100px; background: var(--navy); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -210px; top: -270px; border: 1px solid rgba(143,197,198,.18); border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 340px; height: 1px; right: 3vw; bottom: 105px; background: linear-gradient(90deg,transparent,rgba(143,197,198,.45),transparent); transform: rotate(-34deg); }
.hero-copy { position: relative; z-index: 1; max-width: 680px; }
.eyebrow { margin: 0 0 20px; color: var(--teal-soft); font-size: 11px; font-weight: 750; letter-spacing: .19em; text-transform: uppercase; }
h1,h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 450; letter-spacing: -.035em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(52px, 6.4vw, 88px); line-height: .99; }
.hero-intro { max-width: 655px; margin: 30px 0 0; color: #C2CBD4; font-size: 18px; line-height: 1.7; }
.hero-status { display: inline-flex; align-items: center; gap: 11px; margin-top: 38px; padding: 12px 16px; border: 1px solid rgba(143,197,198,.34); color: #E7EEEE; background: rgba(6,20,36,.4); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hero-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(14,140,143,.16); }

.hero-composition { position: relative; z-index: 1; height: 510px; }
.art-frame { position: absolute; inset: 45px 28px 45px 68px; overflow: hidden; border: 9px solid #E8E4D9; outline: 1px solid rgba(255,255,255,.25); box-shadow: 0 35px 90px rgba(0,0,0,.4); background: #6B7C82; }
.art-horizon { position: absolute; inset: 0; background: linear-gradient(162deg,#C5D0CD 0 24%,#5E777B 25% 45%,#21373D 46% 64%,#0D1F2A 65%); }
.art-light { position: absolute; width: 140%; height: 35%; left: -25%; top: 24%; opacity: .78; background: linear-gradient(92deg,transparent 12%,#E7CC91 48%,transparent 70%); filter: blur(18px); transform: rotate(-9deg); }
.signal { position: absolute; border: 1px solid rgba(143,197,198,.32); border-radius: 50%; }
.signal-one { width: 450px; height: 450px; right: -140px; top: -30px; }
.signal-two { width: 330px; height: 330px; right: -80px; top: 30px; }
.signal-three { width: 210px; height: 210px; right: -20px; top: 90px; }
.insight-card { position: absolute; display: grid; padding: 18px; border: 1px solid rgba(255,255,255,.15); background: #10273B; box-shadow: 0 18px 45px rgba(0,0,0,.32); }
.insight-card span { color: var(--teal-soft); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.insight-card strong { margin-top: 7px; font: 500 17px Georgia,serif; }
.insight-primary { width: 220px; left: 0; bottom: 12px; }
.insight-primary i { display: block; height: 2px; margin-top: 10px; background: rgba(255,255,255,.12); }
.insight-primary i:nth-of-type(1) { width: 82%; background: var(--teal); }
.insight-primary i:nth-of-type(2) { width: 64%; }
.insight-primary i:nth-of-type(3) { width: 43%; }
.insight-secondary { right: 0; top: 8px; }

.foundation { padding: 110px max(24px, calc((100vw - 1180px)/2)) 120px; color: var(--ink); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: .45fr 1fr; align-items: start; gap: 60px; }
.foundation .eyebrow,.audience .eyebrow { color: #277D80; }
h2 { margin: 0; font-size: clamp(42px,5vw,66px); line-height: 1.05; }
.section-lead { max-width: 730px; margin: 42px 0 65px auto; color: #536472; font-size: 17px; line-height: 1.7; }
.capability-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #BBC4C9; }
.capability-grid article { min-height: 285px; padding: 25px 26px 20px 0; border-right: 1px solid #D1D7DA; }
.capability-grid article + article { padding-left: 26px; }
.capability-grid article:last-child { border-right: 0; }
.number { color: #61727E; font: 12px ui-monospace,SFMono-Regular,Menlo,monospace; }
.capability-grid h3 { margin: 42px 0 14px; font: 500 22px Georgia,serif; }
.capability-grid p { margin: 0; color: #5A6974; font-size: 14px; line-height: 1.65; }
.capability-grid small { display: inline-block; margin-top: 25px; color: #277D80; font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }

.audience { display: grid; justify-items: center; padding: 120px 24px 130px; text-align: center; background: #E8ECEC; color: var(--ink); }
.audience h2 { max-width: 850px; }
.audience > p:last-child { max-width: 700px; margin: 30px 0 0; color: #536472; font-size: 17px; line-height: 1.7; }
footer { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px 40px; width: min(1180px,calc(100% - 48px)); margin: auto; padding: 55px 0 42px; background: var(--navy-deep); }
body > footer { width: auto; padding-left: max(24px,calc((100vw - 1180px)/2)); padding-right: max(24px,calc((100vw - 1180px)/2)); }
footer img { width: 160px; height: auto; }
footer p { grid-row: span 2; margin: 0; color: #A9B4BE; font: 17px Georgia,serif; }
footer small { color: #748493; font-size: 10px; letter-spacing: .08em; }

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 60px; padding-top: 145px; }
  .hero-composition { width: min(620px,100%); margin: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .section-lead { margin-left: 0; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-grid article:nth-child(2) { border-right: 0; }
  .capability-grid article:nth-child(n+3) { border-top: 1px solid #D1D7DA; }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer p { grid-row: auto; }
}

@media (max-width: 560px) {
  .site-header { width: calc(100% - 32px); }
  .brand img { width: 145px; }
  .development-badge { font-size: 8px; }
  .hero { padding-left: 18px; padding-right: 18px; }
  h1 { font-size: 49px; }
  .hero-intro { font-size: 16px; }
  .hero-composition { height: 390px; }
  .art-frame { inset: 40px 8px 35px 35px; }
  .insight-card { transform: scale(.82); }
  .insight-primary { transform-origin: left bottom; }
  .insight-secondary { transform-origin: right top; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article,.capability-grid article + article { min-height: auto; padding: 25px 0 30px; border-right: 0; border-top: 1px solid #D1D7DA; }
  .capability-grid h3 { margin-top: 24px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
