:root {
  --deep: #16273D;
  --deep-2: #071421;
  --deep-3: #0A1A2B;
  --orange: #F79522;
  --gold: #FBAF17;
  --sunset: #FA571F;
  --white: #FFFFFF;
  --grey: #F5F5F5;
  --muted: #B9C6D6;
  --line: rgba(255, 255, 255, .14);
  --line-strong: rgba(247, 149, 34, .52);
  --panel: rgba(8, 22, 37, .74);
  --panel-2: rgba(22, 39, 61, .62);
  --shadow: 0 30px 90px rgba(0, 0, 0, .42);
  --max: 1220px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--deep-2);
  color: var(--white);
  font-family: Figtree, Avenir, Arial, Helvetica, sans-serif;
  line-height: 1.48;
  overflow-x: hidden
}

body.no-scroll {
  overflow: hidden
}

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

img {
  display: block;
  max-width: 100%
}

button,
input,
select,
textarea {
  font: inherit
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto
}

.eyebrow {
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 800
}

.kicker {
  font-size: .82rem;
  color: var(--muted);
  letter-spacing: .08em;
  text-transform: uppercase
}

.lead {
  font-size: 1.12rem;
  color: #D9E4F3;
  max-width: 760px
}

.small {
  font-size: .9rem;
  color: var(--muted)
}

.page-shell {
  background: radial-gradient(circle at 82% 8%, rgba(247, 149, 34, .12), transparent 22%), radial-gradient(circle at 5% 32%, rgba(75, 153, 221, .12), transparent 26%), var(--deep-2)
}

.skip {
  position: absolute;
  left: -999px
}

.skip:focus {
  left: 16px;
  top: 16px;
  z-index: 999;
  background: var(--orange);
  color: #06101D;
  padding: 10px
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(4, 12, 21, .82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.navbar {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px
}

.brand {
  display: flex;
  align-items: center;
  min-width: 140px
}

.brand img {
  width: 128px;
  height: auto
}

.brand .logo-text {
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: -.06em;
  line-height: .8
}

.brand .logo-text span {
  display: block;
  font-size: .58rem;
  letter-spacing: .34em;
  margin-left: .1rem;
  margin-top: .32rem
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 800;
  white-space: nowrap
}

.nav-links a {
  color: rgba(255, 255, 255, .86);
  padding: 26px 0;
  position: relative
}

.nav-links a.active,
.nav-links a:hover {
  color: #fff
}

.nav-links a.active:after,
.nav-links a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 2px;
  background: var(--orange)
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px
}

.hamburger {
  display: none;
  background: none;
  color: #fff;
  border: 1px solid var(--line);
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .08em
}

.button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid var(--orange);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 850;
  font-size: .76rem;
  background: transparent;
  cursor: pointer;
  transition: .18s ease
}

.button.primary,
.btn.primary {
  background: var(--orange);
  color: #06101D
}

.button:hover,
.btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #06101D;
  transform: translateY(-1px)
}

.btn.slim {
  padding: 10px 14px
}

.link-arrow {
  color: var(--orange);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .78rem
}

.mobile-menu {
  display: none;
  position: fixed;
  inset: 78px 0 auto 0;
  background: rgba(5, 15, 27, .98);
  border-bottom: 1px solid var(--line);
  z-index: 90;
  padding: 20px 24px
}

.mobile-menu.open {
  display: block
}

.mobile-menu a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .06em
}

.mobile-menu a:last-child {
  border-bottom: 0
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
  background: #071421
}

.hero.compact {
  min-height: 430px
}

.hero.media-left {
  min-height: 540px
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: .92;
  z-index: -3
}

.hero-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 13, 23, .94) 0%, rgba(7, 20, 33, .76) 38%, rgba(7, 20, 33, .22) 75%, rgba(7, 20, 33, .75) 100%)
}

.hero-bg.stars {
  background-image: url('../images/hero_stars.webp')
}

.hero-bg.clouds {
  background-image: url('../images/hero_clouds.webp')
}

.hero-bg.classic {
  background-image: url('../images/classic_satellites.webp')
}

.hero-bg.yam-close {
  background-image: url('../images/yam6_orbit_close.webp')
}

.hero-bg.yam-beam {
  background-image: url('../images/yam6_orbit_beam.webp')
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(circle at 72% 58%, rgba(247, 149, 34, .22), transparent 18%), radial-gradient(circle at 70% 0%, rgba(67, 151, 218, .2), transparent 32%), linear-gradient(180deg, transparent, rgba(7, 20, 33, .92) 100%)
}

.hero:after {
  content: "";
  position: absolute;
  right: -18vw;
  bottom: -43vw;
  width: 72vw;
  height: 72vw;
  border-radius: 50%;
  border-top: 2px solid rgba(255, 255, 255, .32);
  box-shadow: 0 -20px 95px rgba(76, 163, 239, .28);
  z-index: -1
}

.hero-inner {
  position: relative;
  padding: 92px 0 84px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 36px;
  min-height: inherit
}

.hero.compact .hero-inner {
  padding: 72px 0;
  grid-template-columns: 1fr
}

.hero h1 {
  font-size: clamp(3.4rem, 7.6vw, 6.2rem);
  line-height: .92;
  letter-spacing: -.055em;
  margin: 14px 0 20px
}

.hero.compact h1 {
  font-size: clamp(3rem, 5.8vw, 5.2rem)
}

.hero p {
  font-size: 1.14rem;
  color: #DCE8F7;
  max-width: 570px
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px
}

.hero-art {
  position: relative;
  min-height: 440px
}

.hero-art img {
  position: absolute;
  filter: drop-shadow(0 34px 60px rgba(0, 0, 0, .58))
}

.hero-art .sat-main {
  right: 2%;
  top: 5%;
  width: min(650px, 80%);
  transform: rotate(-8deg)
}

.hero-art .sat-secondary {
  left: 4%;
  bottom: 0;
  width: min(390px, 52%);
  opacity: .9
}

.hero-art .hud-card {
  position: absolute;
  right: 5%;
  bottom: 8%;
  padding: 16px 18px;
  border: 1px solid rgba(247, 149, 34, .62);
  background: rgba(6, 17, 31, .72);
  backdrop-filter: blur(10px);
  color: #C7E8FF;
  min-width: 230px
}

.hud-card strong {
  display: block;
  color: var(--orange);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px
}

.hud-card span {
  display: block;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 4px 0;
  color: #8DD8FF
}

.hero-rule {
  position: absolute;
  top: 112px;
  left: 6%;
  right: 6%;
  height: 1px;
  background: rgba(255, 255, 255, .65)
}

.news-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(6, 17, 31, .78)
}

.news-strip .container {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: space-between
}

.news-strip p {
  margin: 0;
  color: var(--muted);
  font-size: .91rem
}

.section {
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
  position: relative
}

.section.tight {
  padding: 48px 0
}

.section h2 {
  font-size: clamp(2.35rem, 4.7vw, 4.1rem);
  line-height: .96;
  letter-spacing: -.045em;
  margin: 12px 0 18px
}

.section h3 {
  letter-spacing: -.02em
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px
}

.section-header .lead {
  margin-bottom: 0
}

.grid {
  display: grid;
  gap: 18px
}

.cols-2 {
  grid-template-columns: repeat(2, 1fr)
}

.cols-3 {
  grid-template-columns: repeat(3, 1fr)
}

.cols-4 {
  grid-template-columns: repeat(4, 1fr)
}

.cols-6 {
  grid-template-columns: repeat(6, 1fr)
}

.card {
  background: linear-gradient(180deg, rgba(22, 39, 61, .82), rgba(7, 20, 33, .72));
  border: 1px solid var(--line);
  padding: 26px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, .18)
}

.card:before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), transparent);
  opacity: .45
}

.card:hover {
  border-color: rgba(247, 149, 34, .62)
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  line-height: 1.12
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: .96rem
}

.card .num {
  font-size: .82rem;
  color: var(--orange);
  font-weight: 900;
  margin-bottom: 18px
}

.icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(247, 149, 34, .76);
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--orange);
  font-weight: 900;
  margin-bottom: 16px
}

.icon.square {
  border-radius: 8px
}

.icon svg {
  width: 24px;
  height: 24px
}

.image-card {
  padding: 0
}

.image-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-bottom: 1px solid var(--line)
}

.image-card .content {
  padding: 24px
}

.split {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 34px;
  align-items: center
}

.split.reverse {
  grid-template-columns: .94fr 1.06fr
}

.media-panel {
  position: relative;
  min-height: 360px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(22, 39, 61, .72), rgba(7, 20, 33, .8));
  overflow: hidden;
  box-shadow: var(--shadow)
}

.media-panel img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover
}

.media-panel.contain {
  display: grid;
  place-items: center;
  padding: 32px
}

.media-panel.contain img {
  object-fit: contain;
  min-height: 0;
  max-height: 390px
}

.media-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7, 20, 33, .82))
}

.media-panel.no-fade:after {
  display: none
}

.chip-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px
}

.chip {
  border: 1px solid rgba(247, 149, 34, .45);
  background: rgba(247, 149, 34, .08);
  color: #F9C77A;
  padding: 7px 10px;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 800
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #071421
}

.stat {
  padding: 28px 32px;
  border-right: 1px solid var(--line)
}

.stat:last-child {
  border-right: 0
}

.stat strong {
  font-size: 2.1rem;
  display: block;
  color: var(--orange);
  line-height: 1
}

.stat span {
  font-size: .74rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .07em
}

.band {
  border: 1px solid rgba(247, 149, 34, .45);
  background: linear-gradient(90deg, rgba(247, 149, 34, .16), rgba(7, 20, 33, .82));
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px
}

.band h2 {
  font-size: 2.2rem;
  margin: 6px 0
}

.band p {
  margin: 0;
  color: var(--muted)
}

.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  background: rgba(6, 17, 31, .5)
}

.step {
  padding: 22px;
  border-right: 1px solid var(--line)
}

.step:last-child {
  border-right: 0
}

.step strong {
  display: block;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem
}

.feature-list {
  display: grid;
  gap: 14px
}

.feature-list li {
  list-style: none;
  border: 1px solid var(--line);
  padding: 16px 18px;
  background: rgba(255, 255, 255, .035);
  color: #DDE9F6
}

.feature-list li strong {
  color: #fff;
  display: block
}

.tabs {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  margin: 0 0 26px;
  padding-bottom: 16px;
  flex-wrap: wrap
}

.tabs a {
  color: var(--muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 850
}

.tabs a.active {
  color: var(--orange)
}

.news-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, 1fr);
  gap: 18px
}

.article {
  border: 1px solid var(--line);
  background: rgba(8, 22, 37, .72);
  overflow: hidden
}

.article img {
  height: 180px;
  width: 100%;
  object-fit: cover
}

.article.featured {
  grid-row: span 2
}

.article.featured img {
  height: 300px
}

.article .article-body {
  padding: 22px
}

.article h3 {
  font-size: 1.35rem;
  margin: 8px 0 10px
}

.article.featured h3 {
  font-size: 2rem
}

.article p {
  color: var(--muted)
}

.form-grid {
  display: grid;
  gap: 14px
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--line);
  color: #fff;
  padding: 15px;
  width: 100%;
  outline: none
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--orange)
}

.form-grid textarea {
  min-height: 160px
}

.contact-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start
}

.footer {
  background: #050D17;
  padding: 54px 0 30px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(6, 1fr);
  gap: 28px
}

.footer .brand img {
  width: 118px
}

.footer p,
.footer a {
  color: var(--muted);
  font-size: .86rem
}

.footer a {
  display: block;
  margin: 8px 0
}

.footer h4 {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 12px
}

.subfooter {
  display: flex;
  justify-content: center;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 30px;
  color: var(--muted);
  font-size: .78rem
}

.asset-note {
  font-size: .78rem;
  color: #8EA0B5;
  margin-top: 10px
}

.logo-on-light {
  background: #fff;
  padding: 28px
}

.vertical-divider {
  width: 1px;
  background: var(--line);
  align-self: stretch
}

.two-column-copy {
  columns: 2;
  column-gap: 36px;
  color: var(--muted)
}

.leadership-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  align-items: center
}

.portrait {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--orange), var(--deep));
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1.25rem;
  color: #06101D
}

.mission-card .icon {
  font-size: .78rem
}

.quiet {
  opacity: .76
}

@media (max-width:1050px) {
  .nav-links {
    gap: 16px;
    font-size: .7rem
  }

  .brand img {
    width: 112px
  }

  .hero-inner {
    grid-template-columns: 1fr
  }

  .hero-art {
    min-height: 320px
  }

  .cols-4,
  .cols-6 {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .footer-grid>div:first-child {
    grid-column: 1/-1
  }

  .news-grid {
    grid-template-columns: 1fr 1fr
  }

  .article.featured {
    grid-row: auto;
    grid-column: 1/-1
  }

  .process {
    grid-template-columns: 1fr
  }

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

  .step:last-child {
    border-bottom: 0
  }
}

@media (max-width:780px) {
  .container {
    width: min(100% - 30px, var(--max))
  }

  .navbar {
    height: 70px
  }

  .nav-links,
  .nav-actions .btn {
    display: none
  }

  .hamburger {
    display: block
  }

  .brand img {
    width: 104px
  }

  .mobile-menu {
    inset: 70px 0 auto 0
  }

  .hero {
    min-height: auto
  }

  .hero-inner {
    padding: 58px 0
  }

  .hero h1 {
    font-size: 3.2rem
  }

  .hero p {
    font-size: 1rem
  }

  .hero-art {
    display: none
  }

  .section {
    padding: 54px 0
  }

  .section-header {
    display: block
  }

  .split,
  .split.reverse,
  .cols-2,
  .cols-3,
  .cols-4,
  .cols-6,
  .stats,
  .footer-grid,
  .news-grid {
    grid-template-columns: 1fr
  }

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

  .band {
    display: block
  }

  .subfooter {
    display: block
  }

  .two-column-copy {
    columns: 1
  }

  .news-strip .container {
    display: block;
    padding: 13px 0
  }

  .hero-rule {
    display: none
  }

  .article.featured img {
    height: 190px
  }
}

.hero h1 {
  font-size: clamp(3.15rem, 6.4vw, 5.35rem);
  line-height: .94;
  letter-spacing: -.052em;
  max-width: 760px
}

.hero.compact h1 {
  font-size: clamp(2.85rem, 5.1vw, 4.7rem)
}

.hero p {
  font-size: 1.06rem;
  line-height: 1.48;
  max-width: 620px
}

.hero-inner {
  padding: 82px 0 78px
}

.hero.compact .hero-inner {
  padding: 64px 0
}

.hero-art.clean .sat-main {
  right: 0;
  top: 3%;
  width: min(590px, 76%);
  transform: rotate(-6deg)
}

.hero-art.clean .sat-secondary {
  left: 8%;
  bottom: 4%;
  width: min(340px, 45%);
  opacity: .92
}

.hud-card {
  display: none
}

.section {
  padding: 64px 0
}

.section h2 {
  font-size: clamp(2.15rem, 4.1vw, 3.6rem);
  line-height: 1.02
}

.card {
  min-height: 166px
}

.mission-card .link-arrow {
  display: inline-block;
  margin-top: 18px
}

.process {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr))
}

.feature-list li {
  line-height: 1.45
}

.media-panel.contain img {
  object-fit: contain;
  max-height: 300px
}

.news-strip .container {
  gap: 18px
}

.article .content {
  padding: 22px
}

.contact-card .icon {
  margin-bottom: 0
}

.hero-bg.yam-close {
  background-position: center 38%
}

.hero-bg.yam-beam {
  background-position: center 50%
}

@media (max-width:780px) {
  .hero h1 {
    font-size: 2.9rem
  }

  .hero-inner {
    padding: 48px 0
  }

  .hero.compact .hero-inner {
    padding: 46px 0
  }

  .section {
    padding: 46px 0
  }

  .section h2 {
    font-size: 2.15rem
  }

  .card {
    min-height: auto
  }
}

.hero.home-hero {
  min-height: 560px;
  background: #071421
}

.hero.home-hero .hero-inner {
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 560px;
  padding: 88px 0 76px
}

.hero.home-hero .hero-bg {
  background-position: center center;
  opacity: 1
}

.hero.home-hero .hero-bg:after {
  background: linear-gradient(90deg, rgba(5, 13, 23, .94) 0%, rgba(7, 20, 33, .78) 34%, rgba(7, 20, 33, .12) 68%, rgba(7, 20, 33, .44) 100%)
}

.hero.home-hero:before {
  background: radial-gradient(circle at 58% 44%, rgba(247, 149, 34, .18), transparent 15%), linear-gradient(180deg, transparent 64%, rgba(7, 20, 33, .92) 100%)
}

.hero.home-hero:after {
  right: -16vw;
  bottom: -48vw;
  width: 78vw;
  height: 78vw;
  opacity: .88
}

.home-hero-copy {
  max-width: 610px
}

.home-hero-copy h1 {
  max-width: 600px;
  font-size: clamp(3.1rem, 5.8vw, 5.35rem)
}

.home-hero-copy p {
  max-width: 560px
}

.hero-tags {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 34px;
  color: #D7E4F2;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 850
}

.hero-tags span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #D7E4F2
}

.hero-tags span+span:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-block;
  opacity: .8
}

.portrait-img {
  object-fit: cover;
  background: #0B1828;
  border: 1px solid rgba(255, 255, 255, .18)
}

@media (max-width:780px) {

  .hero.home-hero,
  .hero.home-hero .hero-inner {
    min-height: auto
  }

  .hero.home-hero .hero-inner {
    padding: 56px 0
  }

  .hero-tags {
    margin-top: 24px
  }
}

.v5-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #071421;
  isolation: isolate
}

.v5-hero.compact-v5 {
  min-height: 430px
}

.v5-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -3
}

.v5-hero-bg.home-clean {
  background-image: url('../images/home-hero-clean.webp');
  background-position: center
}

.v5-hero-bg.beam-clean {
  background-image: url('../images/yam6_orbit_beam.webp');
  background-position: center
}

.v5-hero-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 12, 22, .96) 0%, rgba(7, 20, 33, .82) 38%, rgba(7, 20, 33, .22) 72%, rgba(7, 20, 33, .7) 100%)
}

.v5-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(7, 20, 33, .02), rgba(7, 20, 33, .96) 100%), radial-gradient(circle at 62% 43%, rgba(247, 149, 34, .18), transparent 17%)
}

.v5-hero:after {
  content: "";
  position: absolute;
  left: 5.5%;
  right: 5.5%;
  top: 104px;
  height: 1px;
  background: rgba(255, 255, 255, .52);
  opacity: .58
}

.v5-hero-inner {
  position: relative;
  min-height: inherit;
  display: grid;
  align-items: center;
  gap: 38px;
  padding: 86px 0 72px
}

.v5-hero-inner.single {
  grid-template-columns: 1fr
}

.v5-hero-inner.two {
  grid-template-columns: 1fr .95fr
}

.v5-copy {
  max-width: 625px
}

.v5-copy h1 {
  font-size: clamp(3.3rem, 5.6vw, 5.35rem);
  line-height: .94;
  letter-spacing: -.055em;
  margin: 10px 0 18px
}

.v5-copy p {
  font-size: 1.08rem;
  line-height: 1.48;
  color: #DDE9F6;
  max-width: 600px
}

.home-v5 {
  min-height: 545px
}

.home-v5 .v5-hero-inner {
  min-height: 545px;
  padding-top: 98px
}

.home-v5 .v5-copy {
  max-width: 565px
}

.home-v5 .v5-copy h1 {
  font-size: clamp(3.0rem, 5vw, 4.55rem);
  max-width: 535px
}

.v5-hero-product {
  position: relative;
  min-height: 360px
}

.v5-hero-product img {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 620px;
  width: 95%;
  filter: drop-shadow(0 35px 70px rgba(0, 0, 0, .62));
  opacity: .9
}

.vault-v5 .v5-hero-bg:after {
  background: linear-gradient(90deg, rgba(4, 12, 22, .96) 0%, rgba(7, 20, 33, .85) 44%, rgba(7, 20, 33, .36) 100%)
}

.v5-section-top {
  padding-top: 54px
}

.v5-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 28px
}

.v5-section-heading h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.45rem)
}

.v5-mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.home-mission-grid {
  grid-template-columns: repeat(3, 1fr)
}

.v5-image-card {
  position: relative;
  min-height: 245px;
  border: 1px solid rgba(255, 255, 255, .16);
  overflow: hidden;
  background: #081725;
  display: block
}

.v5-image-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .86;
  transition: .25s ease
}

.v5-image-card:hover img {
  transform: scale(1.04);
  opacity: 1
}

.v5-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 20, 33, .05) 0%, rgba(7, 20, 33, .76) 48%, rgba(7, 20, 33, .97) 100%), linear-gradient(90deg, rgba(7, 20, 33, .7), transparent 70%)
}

.v5-card-body {
  position: absolute;
  left: 26px;
  right: 24px;
  bottom: 24px
}

.v5-mini-icon {
  width: 42px;
  height: 42px;
  border: 1px solid var(--orange);
  display: grid;
  place-items: center;
  color: var(--orange);
  font-weight: 900;
  font-size: .72rem;
  margin-bottom: 14px;
  background: rgba(6, 17, 31, .68)
}

.v5-card-body h3 {
  font-size: 1.18rem;
  line-height: 1.08;
  text-transform: uppercase;
  margin: 0 0 8px
}

.v5-card-body p {
  margin: 0;
  color: #D1DDEB;
  font-size: .95rem;
  max-width: 360px
}

.v5-vault-band {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 32px;
  align-items: stretch
}

.v5-vault-copy {
  border: 1px solid var(--line);
  padding: 34px;
  background: linear-gradient(180deg, rgba(22, 39, 61, .78), rgba(7, 20, 33, .84))
}

.v5-vault-copy h2 {
  font-size: clamp(2.3rem, 4.1vw, 3.8rem)
}

.v5-vault-visual {
  border: 1px solid var(--line);
  overflow: hidden;
  min-height: 380px;
  position: relative
}

.v5-vault-visual img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.v5-vault-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 20, 33, .74))
}

.v5-sense {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 34px;
  align-items: center
}

.v5-sense h2 {
  font-size: clamp(2.6rem, 5vw, 4.4rem)
}

.v5-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  margin-top: 26px;
  background: rgba(6, 17, 31, .58)
}

.v5-process.three {
  grid-template-columns: repeat(3, 1fr)
}

.v5-process.rail {
  grid-template-columns: repeat(6, 1fr)
}

.v5-process div {
  padding: 20px;
  border-right: 1px solid var(--line);
  min-height: 120px
}

.v5-process div:last-child {
  border-right: 0
}

.v5-process strong {
  display: block;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .85rem;
  margin-bottom: 8px
}

.v5-process span {
  display: block;
  color: #C9D6E6;
  font-size: .92rem
}

.v5-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: rgba(6, 17, 31, .4)
}

.v5-capability-grid article {
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 210px
}

.v5-capability-grid article:nth-child(4n) {
  border-right: 0
}

.v5-capability-grid article:nth-last-child(-n+4) {
  border-bottom: 0
}

.v5-capability-grid h3 {
  font-size: 1.34rem;
  line-height: 1.08;
  margin: 0 0 10px
}

.v5-capability-grid p {
  color: var(--muted);
  margin: 0;
  font-size: .95rem
}

.v5-capability-grid.matrix .v5-mini-icon {
  margin-bottom: 18px
}

.v5-commercial {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 36px;
  align-items: center
}

.v5-commercial.reverse {
  grid-template-columns: .9fr 1fr
}

.v5-commercial h2 {
  font-size: clamp(2.35rem, 4vw, 3.65rem)
}

.v5-proof-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.v5-proof-grid article {
  padding: 26px;
  border-right: 1px solid var(--line);
  min-height: 190px
}

.v5-proof-grid article:last-child {
  border-right: 0
}

.v5-proof-grid h3 {
  font-size: 1.2rem;
  margin: 0 0 12px
}

.v5-proof-grid p {
  color: var(--muted);
  margin: 0
}

.about-v5 {
  min-height: 460px
}

.about-proof {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  margin-bottom: 28px;
  background: rgba(6, 17, 31, .56)
}

.about-proof div {
  padding: 25px;
  border-right: 1px solid var(--line)
}

.about-proof div:last-child {
  border-right: 0
}

.about-proof strong {
  display: block;
  color: var(--orange);
  font-size: 2rem;
  line-height: 1
}

.about-proof span {
  text-transform: uppercase;
  color: #D8E4F2;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .04em
}

.about-panels .card {
  min-height: 285px
}

.leadership-card {
  grid-template-columns: 84px 1fr
}

.portrait-xl {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
  border: 1px solid var(--line);
  margin-bottom: 20px;
  background: #0B1828;
}

.portrait-xl.initials {
  display: grid;
  place-items: center;
  font-size: 3rem;
  font-weight: 900;
  color: var(--orange);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(22, 39, 61, .92), rgba(6, 17, 31, .9))
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr .85fr;
  gap: 22px
}

.v5-contact-cards {
  display: grid;
  gap: 14px
}

.v5-contact-cards article,
.v5-location-card {
  border: 1px solid var(--line);
  background: rgba(6, 17, 31, .6);
  padding: 20px
}

.v5-contact-cards h3,
.v5-location-card h3 {
  margin: 0 0 8px
}

.v5-contact-cards p,
.v5-location-card p {
  color: var(--muted);
  margin: 0 0 12px
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  font-size: .95rem
}

.asset-note {
  max-width: 900px;
  margin: 18px auto 0;
  text-align: left
}

.stats {
  border-top: 1px solid rgba(247, 149, 34, .3);
  border-bottom: 1px solid rgba(247, 149, 34, .3)
}

@media (max-width:1050px) {

  .v5-mission-grid,
  .home-mission-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .v5-capability-grid,
  .v5-proof-grid,
  .about-proof {
    grid-template-columns: repeat(2, 1fr)
  }

  .v5-capability-grid article:nth-child(n),
  .v5-proof-grid article:nth-child(n),
  .about-proof div:nth-child(n) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
  }

  .v5-commercial,
  .v5-commercial.reverse,
  .v5-vault-band,
  .v5-sense,
  .contact-layout,
  .v5-hero-inner.two {
    grid-template-columns: 1fr
  }

  .v5-hero-product {
    display: none
  }

  .v5-process,
  .v5-process.three,
  .v5-process.rail {
    grid-template-columns: 1fr
  }

  .v5-process div {
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }

  .v5-process div:last-child {
    border-bottom: 0
  }
}

@media (max-width:780px) {

  .v5-hero,
  .home-v5,
  .v5-hero.compact-v5,
  .about-v5 {
    min-height: auto
  }

  .v5-hero:after {
    display: none
  }

  .v5-hero-inner {
    padding: 56px 0
  }

  .home-v5 .v5-hero-inner {
    min-height: auto;
    padding: 62px 0 54px
  }

  .v5-copy h1,
  .home-v5 .v5-copy h1 {
    font-size: 2.85rem
  }

  .v5-copy p {
    font-size: 1rem
  }

  .v5-section-heading {
    display: block
  }

  .v5-mission-grid,
  .home-mission-grid,
  .v5-capability-grid,
  .v5-proof-grid,
  .about-proof {
    grid-template-columns: 1fr
  }

  .v5-image-card {
    min-height: 230px
  }

  .v5-capability-grid article:nth-child(n),
  .v5-proof-grid article:nth-child(n),
  .about-proof div:nth-child(n) {
    border-right: 0
  }

  .v5-sense h2 {
    font-size: 2.7rem
  }

  .v5-vault-visual,
  .media-panel {
    min-height: 260px
  }

  .contact-layout {
    gap: 30px
  }
}


/* v6 alignment QA pass */
:root {
  --max: 1240px;
  --container-gutter: 40px;
}

.container {
  width: min(var(--max), calc(100% - 80px));
  margin-inline: auto;
}

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.navbar {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.site-header .brand {
  height: 76px;
  display: flex;
  align-items: center;
  min-width: 132px;
  flex: 0 0 132px;
}

.site-header .brand img {
  height: 48px;
  width: auto;
  max-width: 116px;
  object-fit: contain;
  display: block;
}

.nav-links {
  gap: 28px;
  align-items: center;
  font-size: .74rem;
  line-height: 1;
}

.nav-links a {
  padding: 31px 0 30px;
  line-height: 1;
}

.nav-links a.active:after,
.nav-links a:hover:after {
  bottom: 20px;
  height: 2px;
}

.nav-actions {
  height: 76px;
  display: flex;
  align-items: center;
}

.btn,
.button {
  min-height: 42px;
  padding: 12px 19px;
  line-height: 1;
  white-space: nowrap;
}

.btn.slim {
  min-height: 38px;
  padding: 10px 15px;
}

.btn.active-cta {
  background: var(--orange);
  color: #06101D;
  border-color: var(--orange);
}

.v5-hero:after,
.hero-rule {
  left: max(var(--container-gutter), calc((100vw - var(--max))/2));
  right: max(var(--container-gutter), calc((100vw - var(--max))/2));
  top: 96px;
  background: rgba(255, 255, 255, .56);
  height: 1px;
}

.v5-hero.compact-v5,
.hero.compact.legacy-aligned {
  min-height: 420px;
}

.v5-hero-inner {
  padding: 82px 0 68px;
}

.v5-hero.compact-v5 .v5-hero-inner,
.hero.compact.legacy-aligned .hero-inner {
  padding: 68px 0 64px;
}

.hero.compact.legacy-aligned .hero-inner {
  grid-template-columns: minmax(0, 720px);
  min-height: inherit;
  align-items: center;
}

.hero.compact.legacy-aligned h1 {
  font-size: clamp(2.9rem, 4.7vw, 4.45rem);
  line-height: .96;
  letter-spacing: -.048em;
  max-width: 760px;
}

.hero.compact.legacy-aligned p {
  font-size: 1.05rem;
  line-height: 1.5;
  max-width: 640px;
}

.v5-copy h1 {
  font-size: clamp(3rem, 5.2vw, 4.75rem);
  line-height: .96;
  letter-spacing: -.05em;
  max-width: 780px;
}

.home-v5 .v5-copy h1 {
  font-size: clamp(3.1rem, 4.8vw, 4.6rem);
  max-width: 560px;
}

.v5-copy p,
.hero p,
.lead {
  font-size: 1.05rem;
  line-height: 1.52;
}

.section {
  padding: 68px 0;
}

.section.tight {
  padding: 46px 0;
}

.section h2,
.v5-section-heading h2,
.v5-commercial h2,
.v5-vault-copy h2 {
  font-size: clamp(2.15rem, 3.7vw, 3.45rem);
  line-height: 1;
  letter-spacing: -.042em;
}

.v5-sense h2 {
  font-size: clamp(2.45rem, 4.5vw, 4.1rem);
}

.section-header,
.v5-section-heading {
  align-items: flex-end;
  margin-bottom: 32px;
}

.grid {
  gap: 20px;
}

.v5-mission-grid {
  gap: 20px;
}

.v5-image-card {
  border-color: rgba(255, 255, 255, .18);
}

.v5-card-body {
  left: 26px;
  right: 26px;
  bottom: 24px;
}

.v5-mini-icon {
  width: 42px;
  height: 42px;
  font-size: .68rem;
  letter-spacing: .02em;
  overflow: hidden;
}

.v5-card-body h3 {
  font-size: 1.16rem;
  line-height: 1.1;
}

.v5-card-body p {
  font-size: .94rem;
  line-height: 1.42;
}

.v5-capability-grid article {
  padding: 28px 30px;
}

.v5-capability-grid h3 {
  font-size: 1.25rem;
  line-height: 1.1;
}

.card {
  padding: 26px 28px;
}

.card h3 {
  font-size: 1.22rem;
  line-height: 1.12;
}

.media-panel,
.v5-vault-visual {
  border-color: rgba(255, 255, 255, .18);
}

.band {
  align-items: center;
  border-color: rgba(247, 149, 34, .5);
}

.stats {
  grid-template-columns: repeat(4, 1fr);
}

.stat {
  padding: 26px 32px;
}

.stat strong {
  font-size: 2rem;
}

.footer {
  padding: 50px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(6, minmax(112px, 1fr));
  gap: 28px;
  align-items: start;
}

.footer .brand {
  height: auto;
  min-width: 0;
  display: flex;
  align-items: flex-start;
}

.footer .brand img {
  height: 58px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}

.footer h4 {
  line-height: 1.2;
  margin: 0 0 14px;
}

.footer a {
  line-height: 1.25;
  margin: 9px 0;
}

.subfooter {
  align-items: center;
}

@media (max-width:1180px) {
  .nav-links {
    gap: 18px;
    font-size: .68rem
  }

  .site-header .brand {
    flex-basis: 118px;
    min-width: 118px
  }

  .site-header .brand img {
    height: 44px;
    max-width: 104px
  }

  .btn.slim {
    padding: 10px 13px
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .footer-grid>div:first-child {
    grid-column: 1/-1
  }
}

@media (max-width:900px) {

  .nav-links,
  .nav-actions .btn {
    display: none
  }

  .hamburger {
    display: block
  }

  .site-header .brand {
    height: 70px;
    flex-basis: 110px;
    min-width: 110px
  }

  .site-header .brand img {
    height: 42px;
    max-width: 100px
  }

  .navbar {
    height: 70px
  }

  .mobile-menu {
    inset: 70px 0 auto 0
  }

  .v5-hero:after,
  .hero-rule {
    display: none
  }

  .container {
    width: min(100% - 32px, var(--max))
  }

  .v5-copy h1,
  .home-v5 .v5-copy h1,
  .hero.compact.legacy-aligned h1 {
    font-size: 2.75rem
  }

  .v5-copy p,
  .hero p,
  .lead {
    font-size: 1rem
  }

  .section {
    padding: 52px 0
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer .brand img {
    height: 54px
  }

  .stats {
    grid-template-columns: 1fr
  }

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


/* v7 leadership full bio layout QA fix */
.leadership-section {
  padding-top: clamp(3rem, 5vw, 4.75rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.leadership-bio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 1.75rem);
  align-items: stretch;
}

.leadership-bio-grid .bio-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: clamp(1.5rem, 2.4vw, 2rem);
  background: rgba(8, 22, 37, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.leadership-bio-grid .portrait-xl {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 320px;
  object-fit: cover;
  object-position: top;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  margin-bottom: 1.25rem;
}

.leadership-bio-grid .initials {
  display: grid;
  place-items: center;
  background: rgba(22, 39, 61, 0.72);
  color: var(--orange);
  font-size: clamp(2.25rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.leadership-bio-grid h3 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.25rem, 1.6vw, 1.55rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.leadership-bio-grid .role {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.35;
  margin: 0 0 0.75rem;
}

.leadership-bio-grid .bio-card p:not(.role) {
  color: var(--muted);
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.55;
  margin: 0 0 0.75rem;
}

.leadership-bio-grid .bio-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .leadership-bio-grid {
    grid-template-columns: 1fr;
  }

  .leadership-bio-grid .bio-card {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
    gap: 1.5rem 2rem;
    align-items: start;
  }

  .leadership-bio-grid .portrait-xl {
    grid-row: 1 / span 8;
    margin-bottom: 0;
  }

  .leadership-bio-grid h3,
  .leadership-bio-grid .role,
  .leadership-bio-grid .bio-card p:not(.role) {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  .leadership-bio-grid .bio-card {
    display: flex;
  }

  .leadership-bio-grid .portrait-xl {
    max-width: 220px;
    margin-bottom: 1.25rem;
  }
}


/* v7 contact form label alignment */
.field-label {
  color: var(--muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  margin-bottom: -6px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  margin-bottom: 2px;
}


/* v8 global contact/footer and mission asset updates */
.footer-contact {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.45;
  margin: 13px 0 0;
}

.footer-contact strong {
  color: var(--white);
  font-weight: 800;
}

.footer-contact a {
  display: inline;
  color: var(--muted);
  margin: 0;
}

.footer-contact a:hover {
  color: var(--orange);
}

.chip-row a.chip {
  display: inline-flex;
  margin: 0;
}

.v5-hero-bg.home-clean {
  background-image: url('../images/home-hero-v8.webp');
  background-position: center top;
}

.v5-hero:after,
.hero-rule {
  top: 28px;
  z-index: 1;
  pointer-events: none;
}

.v5-hero-inner,
.v5-copy {
  position: relative;
  z-index: 2;
}

.home-v5 .v5-hero-inner {
  padding-top: 92px;
}

.v5-image-card img {
  object-position: center;
}

.v5-image-card[href*="tactical"] img {
  object-position: center top;
}

.media-panel.mission-media img {
  object-position: center;
}

.v5-vault-visual img[src*="vault-electronics"] {
  object-position: center;
}

.v5-vault-visual:has(img[src*="vault-electronics"]) {
  min-height: 320px;
}

.v5-vault-visual:has(img[src*="vault-electronics"]) img {
  object-fit: cover;
}

.leadership-bio-grid .portrait-xl[src*="scott-perry"] {
  object-position: center 18%;
}

@media (max-width:900px) {
  .footer-contact {
    font-size: .92rem
  }

  .home-v5 .v5-hero-inner {
    padding-top: 62px
  }
}


/* v9 VAULT hardware image refinements */
.vault-v5 .v5-hero-product img[src*="vault-electronics-hardware"] {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 20, 33, 0.72);
  object-fit: cover;
  aspect-ratio: 16 / 10;
  max-width: 620px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.52);
}

/* v10 homepage hero image fix */
/*
  Purpose:
  1. Use the orbital Earth background image as close to the source image as possible.
  2. Remove CSS brightness, saturation, and contrast manipulation.
  3. Keep only a slight left-side readability gradient and a subtle bottom fade.
  4. Remove the orange radial glow from the homepage only.
*/

.v5-hero-bg.home-operational-advantage {
  background-image: url("../images/home-hero-operational-advantage.webp");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  filter: none;
}

/*  
  background-size: cover;
  background-position: center right;
  filter: none;
*/


.home-v5 .v5-hero-bg:after {
  background:
    linear-gradient(90deg,
      rgba(4, 12, 22, 0.66) 0%,
      rgba(4, 12, 22, 0.48) 24%,
      rgba(4, 12, 22, 0.21) 44%,
      rgba(4, 12, 22, 0.08) 64%,
      rgba(4, 12, 22, 0.00) 84%,
      rgba(4, 12, 22, 0.00) 100%);
}

.home-v5:before {
  background:
    linear-gradient(180deg,
      rgba(7, 20, 33, 0.00) 0%,
      rgba(7, 20, 33, 0.08) 75%,
      rgba(7, 20, 33, 0.28) 100%);
}

.home-v5 .v5-copy {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.30);
}

.v5-heritage-tight {
  padding-top: 50px;
  padding-bottom: 20px;
}

.mission-compute-section {
  position: relative;
  overflow: hidden;
}

.mission-compute-shell {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 44px;
  align-items: stretch;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(135deg, rgba(7, 20, 34, 0.96), rgba(10, 33, 54, 0.78)),
    radial-gradient(circle at 82% 22%, rgba(74, 214, 220, 0.15), transparent 34%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.mission-compute-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mission-compute-copy h2 {
  margin-bottom: 18px;
}

.mission-compute-copy .lead {
  margin: 0;
}

.mission-compute-matrix {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(0, 0, 0, 0.18);
}

.matrix-row {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.105);
}

.matrix-row:last-child {
  border-bottom: 0;
}

.matrix-row>div {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  line-height: 1.45;
}

.matrix-row>div:first-child {
  gap: 14px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.035);
}

.matrix-row>div:first-child span {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(74, 214, 220, 0.44);
  color: #4ad6dc;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.matrix-row>div:last-child {
  color: rgba(255, 255, 255, 0.75);
}

.matrix-head {
  min-height: 52px;
}

.matrix-head>div {
  color: #4ad6dc !important;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  background: rgba(12, 47, 73, 0.76) !important;
}

.matrix-head>div:first-child {
  padding-left: 20px;
}

@media (max-width: 980px) {
  .mission-compute-shell {
    grid-template-columns: 1fr;
    padding: 28px;
  }
}

@media (max-width: 720px) {
  .matrix-row {
    grid-template-columns: 1fr;
  }

  .matrix-head {
    display: none;
  }
}

.vault-architecture-section {
  position: relative;
  overflow: hidden;
}

.vault-architecture-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 56px;
  align-items: center;
}

.vault-architecture-copy .lead {
  margin-bottom: 26px;
}

.vault-architecture-stack {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 50% 20%, rgba(74, 214, 220, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(8, 23, 39, 0.92), rgba(4, 13, 24, 0.92));
  box-shadow: 0 28px 85px rgba(0, 0, 0, 0.34);
}

.vault-architecture-stack::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 48px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(74, 214, 220, 0.65), transparent);
}

.architecture-layer {
  position: relative;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 24px;
  align-items: center;
  margin-left: 34px;
  margin-bottom: 12px;
  padding: 18px 20px 18px 24px;
  border: 1px solid rgba(74, 214, 220, 0.18);
  background:
    linear-gradient(90deg, rgba(15, 43, 68, 0.92), rgba(8, 20, 34, 0.66));
  transform: skewX(-5deg);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.architecture-layer>* {
  transform: skewX(5deg);
}

.architecture-layer::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 50%;
  width: 42px;
  height: 1px;
  background: rgba(74, 214, 220, 0.55);
}

.architecture-layer::after {
  content: "";
  position: absolute;
  left: -50px;
  top: calc(50% - 4px);
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #4ad6dc;
  box-shadow: 0 0 18px rgba(74, 214, 220, 0.8);
}

.architecture-layer:nth-child(2) {
  margin-left: 58px;
}

.architecture-layer:nth-child(3) {
  margin-left: 82px;
}

.architecture-layer:nth-child(4) {
  margin-left: 82px;
}

.architecture-layer:nth-child(5) {
  margin-left: 58px;
}

.architecture-layer:nth-child(6) {
  margin-left: 34px;
  margin-bottom: 0;
}

.architecture-layer-top {
  border-color: rgba(255, 157, 27, 0.36);
}

.architecture-layer-top::after {
  background: #ff9d1b;
  box-shadow: 0 0 18px rgba(255, 157, 27, 0.75);
}

.architecture-layer-base {
  border-color: rgba(255, 255, 255, 0.18);
}

.architecture-layer-label {
  color: #4ad6dc;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.architecture-layer-top .architecture-layer-label {
  color: #ff9d1b;
}

.architecture-layer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
  line-height: 1.48;
}

@media (max-width: 1080px) {
  .vault-architecture-layout {
    grid-template-columns: 1fr;
  }

  .architecture-layer,
  .architecture-layer:nth-child(n) {
    margin-left: 34px;
  }
}

@media (max-width: 720px) {
  .vault-architecture-stack {
    padding: 20px;
  }

  .vault-architecture-stack::before,
  .architecture-layer::before,
  .architecture-layer::after {
    display: none;
  }

  .architecture-layer,
  .architecture-layer:nth-child(n) {
    grid-template-columns: 1fr;
    margin-left: 0;
    transform: none;
  }

  .architecture-layer>* {
    transform: none;
  }
}

.multi-orbit-premium-section {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
}

.multi-orbit-premium-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(74, 214, 220, 0.13), transparent 34%),
    radial-gradient(circle at 14% 78%, rgba(255, 157, 27, 0.08), transparent 28%);
  pointer-events: none;
}

.multi-orbit-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.58fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 42px;
}

.multi-orbit-copy h2 {
  max-width: 980px;
  margin-bottom: 24px;
}

.multi-orbit-copy .lead {
  max-width: 820px;
  margin: 0;
}

.multi-orbit-visual {
  position: relative;
  min-height: 285px;
  overflow: hidden;
}

.orbit-globe {
  position: absolute;
  right: 4%;
  top: 78px;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.20), transparent 7%),
    radial-gradient(circle at 52% 42%, rgba(74, 214, 220, 0.12), transparent 28%),
    radial-gradient(circle at 50% 50%, rgba(21, 61, 95, 0.75), rgba(4, 14, 24, 0.95) 64%);
  border: 1px solid rgba(74, 214, 220, 0.20);
  box-shadow:
    inset 0 0 80px rgba(74, 214, 220, 0.10),
    0 0 90px rgba(74, 214, 220, 0.10);
}

.orbit-globe::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 58% 34%, rgba(255, 157, 27, 0.42) 0 2px, transparent 3px),
    radial-gradient(circle at 62% 40%, rgba(255, 157, 27, 0.38) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 44%, rgba(255, 157, 27, 0.32) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 38%, rgba(255, 157, 27, 0.30) 0 2px, transparent 3px),
    radial-gradient(circle at 48% 52%, rgba(255, 157, 27, 0.24) 0 2px, transparent 3px);
  opacity: 0.9;
}

.orbit-line {
  position: absolute;
  right: 0;
  top: 42px;
  width: 560px;
  height: 190px;
  border: 1px solid rgba(74, 214, 220, 0.24);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-12deg);
}

.orbit-line-one {
  top: 26px;
  right: 30px;
}

.orbit-line-two {
  top: 52px;
  right: 4px;
  width: 620px;
  height: 230px;
  border-color: rgba(255, 157, 27, 0.24);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(8deg);
}

.orbit-line-three {
  top: 6px;
  right: 82px;
  width: 500px;
  height: 155px;
  border-color: rgba(255, 255, 255, 0.12);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-24deg);
}

.orbit-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #ff9d1b;
  box-shadow: 0 0 22px rgba(255, 157, 27, 0.75);
}

.dot-one {
  right: 318px;
  top: 92px;
}

.dot-two {
  right: 62px;
  top: 176px;
  background: #4ad6dc;
  box-shadow: 0 0 22px rgba(74, 214, 220, 0.75);
}

.dot-three {
  right: 198px;
  top: 36px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.45);
}

.multi-orbit-card-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
}

.multi-orbit-card {
  position: relative;
  display: grid;
  grid-template-columns: 210px 1px 1fr;
  gap: 28px;
  align-items: center;
  min-height: 218px;
  padding: 32px 34px;
  border: 1px solid rgba(74, 214, 220, 0.22);
  background:
    linear-gradient(135deg, rgba(10, 29, 48, 0.93), rgba(5, 16, 28, 0.86)),
    radial-gradient(circle at 22% 50%, rgba(74, 214, 220, 0.10), transparent 36%);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 14px);
}

.multi-orbit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 2px solid rgba(255, 157, 27, 0.75);
  pointer-events: none;
}

.multi-orbit-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 157, 27, 0.95), transparent);
}

.multi-orbit-card h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  color: #ffffff;
}

.multi-orbit-card p {
  margin: 16px 0 0;
  color: rgba(225, 241, 255, 0.78);
  line-height: 1.58;
  max-width: 560px;
}

.accent-rule {
  width: 46px;
  height: 2px;
  margin-top: 16px;
  background: #ff9d1b;
}

.multi-orbit-card-divider {
  width: 1px;
  height: 112px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.multi-orbit-icon {
  position: relative;
  height: 150px;
  opacity: 0.95;
}

/* LEO icon */
.mini-earth {
  position: absolute;
  left: 10px;
  bottom: 6px;
  width: 138px;
  height: 88px;
  border-radius: 100px 100px 0 0;
  background:
    radial-gradient(circle at 36% 30%, rgba(74, 214, 220, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(22, 74, 112, 0.72), rgba(4, 14, 24, 0.96));
  border: 1px solid rgba(74, 214, 220, 0.18);
}

.mini-orbit {
  position: absolute;
  left: 48px;
  top: 18px;
  width: 130px;
  height: 82px;
  border-top: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  transform: rotate(-20deg);
}

.mini-satellite {
  position: absolute;
  left: 112px;
  top: 42px;
  width: 32px;
  height: 14px;
  background: rgba(154, 196, 225, 0.76);
  transform: rotate(-28deg);
  box-shadow: 0 0 18px rgba(74, 214, 220, 0.28);
}

.mini-satellite::before,
.mini-satellite::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 24px;
  height: 10px;
  border: 1px solid rgba(154, 196, 225, 0.72);
}

.mini-satellite::before {
  right: 36px;
}

.mini-satellite::after {
  left: 36px;
}

/* MEO icon */
.meo-icon {
  display: grid;
  place-items: center;
}

.ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
}

.ring-one {
  width: 138px;
  height: 138px;
}

.ring-two {
  width: 98px;
  height: 98px;
}

.ring-three {
  width: 58px;
  height: 58px;
}

.center-planet {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 30%, rgba(139, 209, 255, 0.95), rgba(28, 75, 112, 0.95));
  box-shadow: 0 0 34px rgba(74, 214, 220, 0.18);
}

.ring-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff9d1b;
  box-shadow: 0 0 18px rgba(255, 157, 27, 0.75);
}

.ring-dot-one {
  top: 24px;
  left: 70px;
}

.ring-dot-two {
  bottom: 34px;
  right: 58px;
  background: #4ad6dc;
  box-shadow: 0 0 18px rgba(74, 214, 220, 0.75);
}

/* Hosted payload icon */
.hosted-icon {
  display: grid;
  place-items: center;
}

.host-body {
  position: absolute;
  width: 74px;
  height: 74px;
  background: linear-gradient(135deg, rgba(49, 95, 133, 0.92), rgba(8, 26, 43, 0.95));
  border: 1px solid rgba(154, 196, 225, 0.42);
  transform: rotateX(58deg) rotateZ(45deg);
}

.host-panel {
  position: absolute;
  width: 44px;
  height: 28px;
  border: 1px solid rgba(154, 196, 225, 0.48);
  background: rgba(74, 214, 220, 0.08);
  top: 74px;
}

.host-panel-left {
  left: 42px;
  transform: skewY(-18deg);
}

.host-panel-right {
  right: 42px;
  transform: skewY(18deg);
}

.host-antenna {
  position: absolute;
  width: 3px;
  height: 48px;
  top: 26px;
  background: rgba(255, 255, 255, 0.66);
}

.host-antenna::before {
  content: "";
  position: absolute;
  left: -18px;
  top: -12px;
  width: 38px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
}

.host-grid {
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 46px;
  border-bottom: 1px solid rgba(74, 214, 220, 0.16);
  transform: perspective(120px) rotateX(58deg);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
}

/* Partner spacecraft icon */
.partner-icon {
  overflow: hidden;
}

.partner-earth {
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 120px;
  height: 72px;
  border-radius: 100px 100px 0 0;
  background: linear-gradient(135deg, rgba(22, 74, 112, 0.68), rgba(4, 14, 24, 0.96));
  border: 1px solid rgba(74, 214, 220, 0.14);
}

.partner-bus {
  position: absolute;
  left: 86px;
  top: 54px;
  width: 38px;
  height: 28px;
  background: rgba(116, 164, 200, 0.75);
  transform: rotate(-22deg);
}

.partner-panel {
  position: absolute;
  top: 57px;
  width: 58px;
  height: 20px;
  border: 1px solid rgba(154, 196, 225, 0.58);
  background: rgba(74, 214, 220, 0.08);
  transform: rotate(-22deg);
}

.partner-panel-left {
  left: 22px;
}

.partner-panel-right {
  left: 130px;
}

.partner-trail {
  position: absolute;
  left: 96px;
  top: 84px;
  width: 92px;
  height: 48px;
  border-bottom: 1px solid rgba(255, 157, 27, 0.52);
  border-radius: 50%;
  transform: rotate(18deg);
}

.partner-trail::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -3px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ff9d1b;
  box-shadow: 0 0 16px rgba(255, 157, 27, 0.7);
}

@media (max-width: 1180px) {
  .multi-orbit-hero {
    grid-template-columns: 1fr;
  }

  .multi-orbit-visual {
    min-height: 220px;
  }

  .multi-orbit-card {
    grid-template-columns: 160px 1px 1fr;
  }
}

@media (max-width: 920px) {
  .multi-orbit-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .multi-orbit-premium-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .multi-orbit-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .multi-orbit-card-divider {
    display: none;
  }

  .multi-orbit-icon {
    height: 120px;
    max-width: 220px;
  }

  .multi-orbit-visual {
    display: none;
  }
}