:root {
  --ink: #07111f;
  --ink-2: #0b1728;
  --ink-3: #12233a;
  --paper: #f7f9fc;
  --white: #ffffff;
  --blue: #2f7cff;
  --blue-bright: #62a0ff;
  --gold: #d9aa3a;
  --gold-light: #f2d27e;
  --muted: #6c7a8e;
  --line: rgba(7, 17, 31, .12);
  --line-dark: rgba(255, 255, 255, .12);
  --shadow: 0 24px 60px rgba(7, 17, 31, .13);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 16px;
  color: var(--white); background: var(--blue); border-radius: 10px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  background: rgba(7, 17, 31, .78); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand-mark {
  width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px;
  color: var(--white); background: linear-gradient(135deg, var(--blue), #174cb5);
  box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 10px 24px rgba(47,124,255,.28);
  font-family: "Space Grotesk", sans-serif; font-size: 23px; font-weight: 700;
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: "Space Grotesk", sans-serif; font-size: 18px; letter-spacing: .12em; }
.brand-copy small { margin-top: 6px; color: #9cafc9; font-size: 10px; font-weight: 700; letter-spacing: .24em; }
.site-nav { display: flex; align-items: center; gap: 32px; color: #c9d4e5; font-size: 14px; font-weight: 600; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.nav-cta { padding: 10px 17px; color: var(--white) !important; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--white); }

.hero {
  position: relative; min-height: 800px; padding: 162px 0 96px; color: var(--white);
  background: radial-gradient(circle at 85% 10%, #122e57 0, transparent 36%), var(--ink);
  overflow: hidden;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .38; }
.hero-glow-one { width: 420px; height: 420px; right: -180px; top: 130px; background: radial-gradient(circle, rgba(47,124,255,.55), transparent 65%); }
.hero-glow-two { width: 250px; height: 250px; left: 35%; bottom: -120px; background: radial-gradient(circle, rgba(217,170,58,.2), transparent 68%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 84px; align-items: center; }
.eyebrow, .kicker { color: var(--blue-bright); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.eyebrow span { width: 28px; height: 2px; background: var(--gold); }
h1, h2, h3 { margin-top: 0; font-family: "Space Grotesk", sans-serif; line-height: 1.08; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 6.5vw, 82px); letter-spacing: -.055em; }
h1 em { color: var(--gold-light); font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 0 0 34px; color: #b8c5d7; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  min-height: 52px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  border-radius: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 14px 32px rgba(47,124,255,.28); }
.button-primary:hover, .button-primary:focus-visible { background: #3c86ff; box-shadow: 0 18px 38px rgba(47,124,255,.36); }
.button-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 40px; color: #8597b1; font-size: 13px; font-weight: 700; }
.hero-proof span { display: flex; align-items: center; gap: 9px; }
.hero-proof span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.product-stage {
  position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px;
  background: linear-gradient(145deg, rgba(21,42,70,.9), rgba(8,20,36,.92)); box-shadow: 0 36px 90px rgba(0,0,0,.36);
}
.product-stage::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px;
  background: linear-gradient(135deg, rgba(98,160,255,.5), transparent 38%, rgba(217,170,58,.26));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.stage-top { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.stage-top > div { display: grid; }
.stage-label { margin-bottom: 6px; color: #7086a4; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.stage-top strong { font-family: "Space Grotesk", sans-serif; font-size: 18px; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; color: #b7c8df; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; font-size: 11px; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px var(--gold); }
.stage-feature { padding: 24px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; border-radius: 18px; background: rgba(47,124,255,.1); border: 1px solid rgba(98,160,255,.2); }
.feature-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 16px; color: var(--white); background: var(--blue); font-family: "Space Grotesk"; font-weight: 700; }
.stage-feature span { color: var(--blue-bright); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.stage-feature h2 { margin: 5px 0 7px; font-size: 20px; }
.stage-feature p { margin: 0; color: #91a3bd; font-size: 13px; }
.stage-cards { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.stage-cards article { padding: 18px; border-radius: 16px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); }
.mini-number { color: var(--gold); font-family: "Space Grotesk"; font-size: 11px; }
.stage-cards h3 { margin: 18px 0 5px; font-size: 16px; }
.stage-cards p { margin: 0; color: #7288a6; font-size: 12px; }
.stage-line { height: 4px; margin-top: 24px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.07); }
.stage-line span { display: block; width: 68%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--gold)); }

.value-band { padding: 27px 0; color: #344258; background: var(--white); border-bottom: 1px solid var(--line); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.value-grid p { margin: 0; padding: 0 28px; font-size: 13px; }
.value-grid p:first-child { padding-left: 0; }
.value-grid p + p { border-left: 1px solid var(--line); }
.value-grid strong { display: block; color: var(--ink); font-family: "Space Grotesk"; font-size: 14px; }

.section { padding: 116px 0; }
.section-heading { margin-bottom: 50px; display: grid; grid-template-columns: 1fr 430px; gap: 70px; align-items: end; }
.section-heading h2, .approach-copy h2, .about-copy h2, .cta-card h2 {
  margin: 12px 0 0; font-size: clamp(38px, 4.5vw, 60px); letter-spacing: -.045em;
}
.section-heading > p { margin: 0; color: var(--muted); }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.project-card {
  position: relative; min-height: 380px; padding: 30px; display: flex; flex-direction: column; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 1px 0 rgba(7,17,31,.02);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(47,124,255,.25); }
.project-card-featured { grid-row: span 2; min-height: 780px; color: var(--white); background: var(--ink-2); border-color: transparent; }
.project-meta { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-card-featured .project-meta { color: #7890ae; }
.project-status { color: var(--blue); }
.project-card-featured .project-status { color: var(--gold-light); }
.project-symbol {
  width: 74px; height: 74px; margin: 72px 0 46px; display: grid; place-items: center; border-radius: 22px;
  color: var(--white); font-family: "Space Grotesk"; font-size: 35px; font-weight: 700;
}
.symbol-xevoro { width: 128px; height: 128px; margin-top: 140px; color: var(--white); background: linear-gradient(135deg, var(--blue), #0f3f97); box-shadow: 0 24px 60px rgba(47,124,255,.3); }
.symbol-paw { background: #3b775b; }
.symbol-cash { background: #9b7830; }
.symbol-wdw { background: #5d51a4; }
.symbol-coi { background: #25627c; }
.symbol-harbor { background: linear-gradient(135deg, #2f7cff, #1b496f); }
.project-body { position: relative; z-index: 2; margin-top: auto; }
.project-body h3 { margin-bottom: 13px; font-size: 28px; letter-spacing: -.03em; }
.project-card-featured .project-body h3 { font-size: 38px; }
.project-body p { margin: 0; color: var(--muted); }
.project-card-featured .project-body p { color: #9cafc5; font-size: 17px; }
.project-body ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.project-body li { padding: 7px 10px; color: #aac0de; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; font-size: 11px; font-weight: 700; }
.project-card-featured::after {
  content: ""; position: absolute; width: 520px; height: 520px; left: -200px; top: 80px; border-radius: 50%;
  background: radial-gradient(circle, rgba(47,124,255,.22), transparent 65%);
}
.project-card-demo {
  grid-column: 1 / -1; min-height: 0; color: var(--white);
  background: radial-gradient(circle at 88% 12%, rgba(47,124,255,.24), transparent 32%), var(--ink-3);
  border-color: rgba(47,124,255,.22);
}
.project-card-demo .project-meta { color: #8fa4c0; }
.project-card-demo .project-status { color: var(--gold-light); }
.demo-layout { margin-top: 36px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 28px; align-items: center; }
.project-card-demo .project-symbol { margin: 0; }
.project-card-demo .project-body { margin: 0; }
.project-card-demo .project-body p { max-width: 720px; color: #aebdd1; }
.project-disclaimer {
  margin-top: 18px !important; padding-top: 16px; color: #8599b5 !important;
  border-top: 1px solid rgba(255,255,255,.1); font-size: 13px;
}
.project-disclaimer strong { color: #dce6f4; }
.project-link {
  min-height: 48px; padding: 12px 17px; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  color: var(--white); background: var(--blue); border-radius: 11px; font-size: 14px; font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}
.project-link:hover, .project-link:focus-visible { transform: translateY(-2px); background: #3c86ff; }

.services-section { color: var(--white); background: var(--ink); }
.section-heading.light > p { color: #93a4bb; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.service-card { min-height: 290px; padding: 36px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.service-number { color: var(--gold); font-family: "Space Grotesk"; font-size: 13px; }
.service-card h3 { margin: 55px 0 14px; font-size: 28px; }
.service-card p { max-width: 440px; margin: 0; color: #94a7c0; }
.service-tag { display: block; margin-top: 28px; color: #69809f; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.approach-section { background: var(--white); }
.approach-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.approach-copy { position: sticky; top: 130px; }
.approach-copy p { max-width: 450px; color: var(--muted); font-size: 18px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--blue); font-family: "Space Grotesk"; font-weight: 700; }
.process-list h3 { margin-bottom: 7px; font-size: 24px; }
.process-list p { margin: 0; color: var(--muted); }

.about-section { background: #eaf0f8; }
.about-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: center; }
.about-mark {
  position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden;
  color: var(--white); border-radius: 32px; background: var(--ink);
}
.about-mark::before { content: ""; position: absolute; width: 75%; height: 75%; border: 1px solid rgba(98,160,255,.3); transform: rotate(45deg); }
.about-mark span { position: relative; z-index: 2; font-family: "Space Grotesk"; font-size: clamp(100px, 15vw, 190px); font-weight: 700; line-height: 1; }
.about-mark i { position: absolute; width: 18px; height: 18px; right: 18%; top: 18%; border-radius: 50%; background: var(--gold); box-shadow: 0 0 34px var(--gold); }
.about-copy p { color: #526178; font-size: 18px; }
.about-note { margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(7,17,31,.15); font-size: 13px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.cta-section { padding: 100px 0; color: var(--white); background: var(--ink); }
.cta-card {
  position: relative; padding: 80px; overflow: hidden; border: 1px solid rgba(98,160,255,.28); border-radius: 32px;
  background: radial-gradient(circle at 85% 15%, rgba(47,124,255,.3), transparent 33%), var(--ink-2);
}
.cta-card::after { content: "X"; position: absolute; right: 5%; bottom: -35%; color: rgba(255,255,255,.035); font-family: "Space Grotesk"; font-size: 380px; font-weight: 700; line-height: 1; }
.cta-card > * { position: relative; z-index: 2; }
.cta-card h2 { max-width: 780px; }
.cta-card p { max-width: 650px; margin: 22px 0 34px; color: #9cafc6; font-size: 18px; }

.site-footer { padding: 45px 0; color: #7f91aa; background: #030913; border-top: 1px solid rgba(255,255,255,.07); }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 50px; align-items: center; }
.footer-grid > p { margin: 0; font-size: 13px; }
.footer-grid > p:not(.copyright) { max-width: 440px; }
.copyright { text-align: right; }
.footer-brand .brand-mark { width: 34px; height: 34px; font-size: 19px; }
.footer-brand .brand-copy strong { font-size: 15px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 920px) {
  :root { --shell: min(100% - 32px, 720px); }
  .menu-button { display: block; }
  .site-nav {
    position: absolute; left: 16px; right: 16px; top: 72px; padding: 22px; display: none; align-items: stretch; flex-direction: column; gap: 8px;
    color: var(--white); background: rgba(8,20,36,.98); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 4px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-layout, .section-heading, .approach-layout, .about-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 58px; }
  .section-heading { gap: 18px; }
  .section-heading > p { max-width: 600px; }
  .demo-layout { grid-template-columns: auto 1fr; }
  .project-card-demo .project-link { grid-column: 2; justify-self: start; }
  .value-grid { grid-template-columns: 1fr; gap: 18px; }
  .value-grid p, .value-grid p:first-child { padding: 0; }
  .value-grid p + p { border-left: 0; }
  .approach-layout, .about-layout { gap: 54px; }
  .approach-copy { position: static; }
  .about-mark { max-width: 520px; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .copyright { text-align: left; }
}

@media (max-width: 660px) {
  .nav-wrap { height: 72px; }
  .brand-copy strong { font-size: 16px; }
  .hero { padding: 126px 0 74px; }
  h1 { font-size: clamp(44px, 14vw, 62px); }
  .hero-copy > p { font-size: 17px; }
  .button { width: 100%; }
  .product-stage { padding: 18px; }
  .stage-feature { grid-template-columns: 1fr; }
  .stage-cards { grid-template-columns: 1fr; }
  .value-band { padding: 25px 0; }
  .section { padding: 78px 0; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card, .project-card-featured { grid-row: auto; min-height: 430px; }
  .project-card-featured { min-height: 600px; }
  .project-card-demo { min-height: 0; }
  .demo-layout { grid-template-columns: 1fr; }
  .project-card-demo .project-link { grid-column: 1; width: 100%; }
  .symbol-xevoro { margin-top: 88px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; padding: 28px; }
  .service-card h3 { margin-top: 44px; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .about-copy p { font-size: 16px; }
  .cta-section { padding: 70px 0; }
  .cta-card { padding: 46px 24px; border-radius: 24px; }
  .cta-card::after { font-size: 250px; }
}
