:root {
  --ink: #06111f;
  --ink-soft: #0b1b2e;
  --paper: #f3f4ef;
  --paper-dim: #d8ddd9;
  --blue: #5a8cff;
  --cyan: #80d7db;
  --line: rgba(211, 225, 235, 0.16);
  --muted: #94a4b6;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 82% 5%, rgba(51, 107, 171, 0.13), transparent 28rem),
    linear-gradient(180deg, #06111f 0%, #071423 55%, #06111f 100%);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page-glow {
  position: fixed;
  z-index: -1;
  top: 10vh;
  right: -16vw;
  width: 45vw;
  height: 45vw;
  border-radius: 50%;
  background: rgba(43, 102, 180, 0.07);
  filter: blur(100px);
  pointer-events: none;
}

.section-shell,
.site-header {
  width: min(calc(100% - 64px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 68px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  transform: translateX(-50%);
  transition: background 250ms ease, border-color 250ms ease, backdrop-filter 250ms ease;
}

.site-header.scrolled {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(6, 17, 31, 0.8);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #f4f7f5;
  font: 600 18px/1 "Manrope", sans-serif;
  letter-spacing: -0.04em;
}

.brand > span > span {
  color: var(--blue);
}

.brand-mark {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.desktop-nav a,
.header-cta {
  color: #b7c2cc;
  font-size: 13px;
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.header-cta:hover {
  color: white;
}

.header-cta {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #f1f5f5;
}

.header-cta span {
  color: var(--blue);
}

.menu-button,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 6vw;
  min-height: 790px;
  padding-top: 178px;
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px;
  color: #9cabb9;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}

.hero h1,
.manifesto h2,
.section-heading h2,
.team-copy h2,
.contact h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.hero h1 {
  max-width: 750px;
  font-size: clamp(58px, 6.3vw, 92px);
  line-height: 0.98;
}

.hero h1 em {
  color: #8799ad;
  font-style: normal;
  font-weight: 400;
}

.hero-intro {
  max-width: 570px;
  margin: 36px 0 0;
  color: #a4b0bd;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 42px;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.06);
  color: white;
  font-size: 13px;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.primary-button:hover {
  border-color: rgba(128, 215, 219, 0.5);
  background: rgba(128, 215, 219, 0.09);
  transform: translateY(-2px);
}

.primary-button span {
  color: var(--cyan);
}

.text-link {
  display: flex;
  gap: 12px;
  color: #a5b2bf;
  font-size: 13px;
}

.text-link span {
  color: var(--blue);
}

.hero-visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10px;
}

.visual-frame {
  position: relative;
  width: min(100%, 495px);
  aspect-ratio: 0.93;
  overflow: hidden;
  border: 1px solid rgba(182, 213, 229, 0.17);
  border-radius: 50% 50% 8px 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(41, 92, 154, 0.2), transparent 55%);
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: inset 0 0 80px rgba(37, 92, 148, 0.08);
}

.visual-frame::before,
.visual-frame::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(147, 189, 215, 0.12);
  border-radius: 50%;
}

.visual-frame::before {
  inset: 12%;
}

.visual-frame::after {
  inset: 26%;
}

.coordinate {
  position: absolute;
  z-index: 3;
  left: 24px;
  color: rgba(173, 193, 207, 0.6);
  font: 500 8px/1 "Manrope", sans-serif;
  letter-spacing: 0.12em;
}

.coordinate-top {
  top: 34px;
}

.coordinate-bottom {
  bottom: 24px;
}

.globe {
  position: absolute;
  top: 18%;
  left: 13%;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgba(141, 202, 220, 0.33);
  border-radius: 50%;
  background: radial-gradient(circle at 40% 36%, rgba(124, 195, 210, 0.12), rgba(4, 18, 32, 0.12) 58%, rgba(2, 9, 18, 0.7));
  box-shadow: 0 0 90px rgba(57, 116, 181, 0.14), inset 0 0 50px rgba(117, 203, 215, 0.08);
}

.globe-grid {
  position: absolute;
  inset: 7% 27%;
  border: 1px solid rgba(145, 204, 217, 0.24);
  border-radius: 50%;
}

.globe-grid-a::before,
.globe-grid-a::after,
.globe-grid-b::before {
  content: "";
  position: absolute;
  border: 1px solid rgba(145, 204, 217, 0.18);
  border-radius: 50%;
}

.globe-grid-a::before {
  inset: -22% -100%;
}

.globe-grid-a::after {
  inset: 12% -115%;
}

.globe-grid-b {
  inset: 7% 40%;
}

.globe-grid-b::before {
  inset: 35% -335%;
}

.route {
  position: absolute;
  height: 26%;
  border-top: 1px solid rgba(103, 156, 255, 0.75);
  border-radius: 50%;
  transform-origin: center;
}

.route i {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8fdadd;
  box-shadow: 0 0 12px #8fdadd;
  animation: pulse 2.3s ease-in-out infinite;
}

.route-one {
  top: 42%;
  left: 8%;
  width: 82%;
  transform: rotate(15deg);
}

.route-two {
  top: 51%;
  left: 22%;
  width: 66%;
  transform: rotate(-31deg);
}

.route-three {
  top: 31%;
  left: 20%;
  width: 64%;
  transform: rotate(55deg);
}

.node {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #8cd3d9;
  border-radius: 50%;
  background: #0a2031;
  box-shadow: 0 0 16px rgba(128, 215, 219, 0.8);
}

.node-one { top: 29%; left: 31%; }
.node-two { top: 61%; right: 22%; }
.node-three { bottom: 20%; left: 33%; }

.signal-card {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 48px;
  width: 165px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  background: rgba(7, 23, 40, 0.75);
  backdrop-filter: blur(12px);
}

.signal-card span {
  color: #7f91a4;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal-card strong {
  display: block;
  margin-top: 6px;
  font: 500 11px/1.3 "Manrope", sans-serif;
}

.signal-line {
  height: 1px;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.12);
}

.signal-line i {
  display: block;
  width: 68%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.hero-meta {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #687b8f;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #42647f;
}

.manifesto {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  padding-block: 145px;
  border-bottom: 1px solid var(--line);
}

.section-number {
  color: #6e8296;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-kicker {
  margin: 0 0 32px;
  color: var(--cyan);
  font-size: 12px;
}

.manifesto h2 {
  max-width: 940px;
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: 1.17;
}

.manifesto h2 span {
  color: #64778b;
}

.manifesto-content > p:last-child {
  max-width: 610px;
  margin: 42px 0 0 auto;
  color: #93a2b2;
  font-size: 16px;
  line-height: 1.75;
}

.capabilities {
  padding-block: 142px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 40px;
  margin-bottom: 76px;
}

.section-heading h2 {
  margin-top: 24px;
  font-size: clamp(48px, 5.6vw, 76px);
  line-height: 1;
}

.section-heading > p {
  justify-self: end;
  max-width: 390px;
  margin: 0 0 4px;
  color: #91a1b1;
  font-size: 15px;
  line-height: 1.7;
}

.capability-list {
  border-top: 1px solid var(--line);
}

.capability {
  display: grid;
  grid-template-columns: 70px 140px minmax(0, 1fr);
  align-items: center;
  min-height: 210px;
  border-bottom: 1px solid var(--line);
  transition: background 220ms ease;
}

.capability:hover {
  background: linear-gradient(90deg, transparent, rgba(73, 118, 168, 0.06), transparent);
}

.capability-index {
  align-self: start;
  padding-top: 38px;
  color: #5d7084;
  font-size: 10px;
}

.capability-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(165, 201, 219, 0.16);
  border-radius: 50%;
  color: #89cbd2;
  background: radial-gradient(circle, rgba(88, 145, 174, 0.12), transparent 70%);
}

.capability-icon svg {
  width: 39px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.capability-copy {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  align-items: center;
  gap: 40px;
}

.capability h3 {
  margin: 0;
  font: 500 clamp(25px, 2.4vw, 34px)/1.2 "Manrope", sans-serif;
  letter-spacing: -0.04em;
}

.capability p {
  max-width: 550px;
  margin: 0;
  color: #8798a9;
  font-size: 14px;
  line-height: 1.75;
}

.team {
  padding-bottom: 140px;
}

.team-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  min-height: 600px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(28, 67, 98, 0.1), transparent 40%),
    rgba(4, 15, 27, 0.38);
}

.team-orbit {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(116, 176, 198, 0.2);
  border-radius: 50%;
}

.orbit-one {
  width: 290px;
  height: 290px;
}

.orbit-two {
  width: 430px;
  height: 170px;
  transform: rotate(-24deg);
}

.orbit-two::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 26px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 24px var(--cyan);
}

.orbit-core {
  z-index: 2;
  display: grid;
  place-items: center;
  width: 138px;
  height: 138px;
  border: 1px solid rgba(157, 205, 219, 0.28);
  border-radius: 50%;
  background: rgba(9, 29, 48, 0.8);
  box-shadow: 0 0 80px rgba(80, 142, 185, 0.15);
  font: 500 37px/1 "Manrope", sans-serif;
  letter-spacing: -0.08em;
}

.orbit-core span {
  color: var(--blue);
}

.team-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(42px, 6vw, 90px);
}

.team-copy h2 {
  margin: 28px 0 34px;
  font-size: clamp(39px, 4vw, 58px);
  line-height: 1.08;
}

.team-copy > p {
  max-width: 560px;
  margin: 0 0 17px;
  color: #94a3b2;
  font-size: 14px;
  line-height: 1.75;
}

.experience-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.experience-row span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  color: #9caeba;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 145px 155px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.contact .eyebrow {
  margin-bottom: 30px;
}

.contact h2 {
  font-size: clamp(54px, 7vw, 92px);
  line-height: 1;
}

.contact > p:not(.eyebrow) {
  max-width: 500px;
  margin: 30px 0 40px;
  color: #91a1b1;
  font-size: 16px;
  line-height: 1.7;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 70px;
  padding: 18px 0;
  border-bottom: 1px solid #65778a;
  font: 500 clamp(17px, 2vw, 22px)/1 "Manrope", sans-serif;
  transition: border-color 180ms ease, color 180ms ease;
}

.contact-link:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

.contact-link span {
  color: var(--cyan);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  min-height: 120px;
  border-top: 1px solid var(--line);
  color: #748699;
  font-size: 11px;
}

.site-footer > p {
  justify-self: center;
}

.footer-right {
  justify-self: end;
  display: flex;
  gap: 26px;
}

.footer-right a:hover {
  color: white;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.21, 0.7, 0.32, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0%, 100% { opacity: 0.35; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.4); }
}

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

@media (max-width: 900px) {
  .section-shell,
  .site-header {
    width: min(calc(100% - 36px), var(--max));
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 38px;
    height: 38px;
    padding: 0 8px;
    border: 0;
    background: transparent;
  }

  .menu-button span {
    display: block;
    width: 100%;
    height: 1px;
    background: white;
    transition: transform 180ms ease;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    inset: 76px 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px 30px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(6, 17, 31, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: 180ms ease;
  }

  .mobile-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-menu a {
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    color: #c1ccd5;
    font-size: 15px;
  }

  .mobile-menu a:last-child {
    border: 0;
    color: var(--cyan);
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 64px;
    padding-top: 155px;
    padding-bottom: 110px;
  }

  .hero-visual {
    justify-content: flex-start;
  }

  .visual-frame {
    width: min(100%, 560px);
  }

  .hero-meta {
    bottom: 32px;
  }

  .manifesto {
    grid-template-columns: 1fr;
    padding-block: 110px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading > p {
    justify-self: start;
  }

  .capability {
    grid-template-columns: 50px 100px minmax(0, 1fr);
  }

  .capability-copy {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 42px;
  }

  .team-panel {
    grid-template-columns: 1fr;
  }

  .team-orbit {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 600px) {
  .section-shell,
  .site-header {
    width: calc(100% - 28px);
  }

  .site-header {
    top: 10px;
    height: 60px;
    padding-inline: 14px;
  }

  .hero {
    padding-top: 132px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .hero-intro {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .primary-button {
    width: 100%;
    justify-content: space-between;
  }

  .visual-frame {
    border-radius: 44% 44% 7px 7px;
  }

  .signal-card {
    right: 10px;
    bottom: 33px;
  }

  .manifesto,
  .capabilities {
    padding-block: 94px;
  }

  .manifesto-content > p:last-child {
    margin-left: 0;
  }

  .section-heading {
    margin-bottom: 50px;
  }

  .capability {
    grid-template-columns: 34px 1fr;
    align-items: start;
    padding-block: 38px;
  }

  .capability-index {
    padding-top: 4px;
  }

  .capability-icon {
    display: none;
  }

  .capability-copy {
    padding: 0;
  }

  .team {
    padding-bottom: 95px;
  }

  .team-orbit {
    min-height: 370px;
  }

  .orbit-one { width: 220px; height: 220px; }
  .orbit-two { width: 330px; height: 130px; }

  .team-copy {
    padding: 48px 26px;
  }

  .contact {
    padding-block: 100px 110px;
  }

  .contact h2 {
    font-size: clamp(49px, 15vw, 68px);
  }

  .contact-link {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-block: 35px;
  }

  .site-footer > p {
    display: none;
  }

  .footer-right {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
}
