html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

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

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  background: rgba(7, 16, 20, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(140, 166, 141, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 750;
}

.brand img {
  width: clamp(14.45rem, 24.75vw, 19.25rem);
  height: auto;
  max-height: 4.1rem;
  object-fit: contain;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

nav a {
  min-height: 2.35rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.8rem;
  border-radius: 999px;
  color: rgba(244, 243, 238, 0.72);
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
}

nav a[aria-current="page"],
nav a:hover {
  color: #ffffff;
  background: rgba(140, 166, 141, 0.2);
}

main {
  min-height: 70vh;
}

.hero,
.page-hero,
.band {
  padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 4vw, 3rem);
}

.hero {
  min-height: 70vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  position: relative;
  overflow: hidden;
  color: #f4f3ee;
  background:
    radial-gradient(circle at 82% 24%, rgba(34, 97, 129, 0.32), transparent 28rem),
    radial-gradient(circle at 12% 86%, rgba(140, 166, 141, 0.24), transparent 24rem),
    linear-gradient(115deg, #061013 0%, #0b1519 48%, #04090b 100%);
  border-bottom: 1px solid rgba(140, 166, 141, 0.22);
}

.hero::before,
.hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.hero::before {
  opacity: 0.34;
  background:
    radial-gradient(circle at 75% 28%, rgba(214, 154, 55, 0.86) 0 0.16rem, transparent 0.22rem),
    radial-gradient(circle at 87% 52%, rgba(140, 166, 141, 0.82) 0 0.14rem, transparent 0.2rem),
    radial-gradient(circle at 62% 40%, rgba(140, 166, 141, 0.72) 0 0.12rem, transparent 0.18rem),
    linear-gradient(34deg, transparent 58%, rgba(214, 154, 55, 0.32) 58.2%, transparent 58.8%),
    linear-gradient(145deg, transparent 62%, rgba(140, 166, 141, 0.3) 62.2%, transparent 62.8%),
    repeating-linear-gradient(180deg, transparent 0 1.1rem, rgba(68, 139, 167, 0.16) 1.1rem 1.14rem, transparent 1.14rem 2.1rem);
}

.hero::after {
  left: auto;
  width: min(34rem, 42vw);
  opacity: 0.18;
  background:
    linear-gradient(90deg, transparent, rgba(35, 111, 143, 0.45), transparent 72%),
    repeating-linear-gradient(
      180deg,
      transparent 0 0.72rem,
      rgba(68, 139, 167, 0.3) 0.72rem 0.76rem,
      transparent 0.76rem 1.45rem
    );
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-copy,
.page-hero,
.section-heading {
  max-width: 54rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accentStrong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.25rem;
  font-size: clamp(2.8rem, 6.4vw, 5.4rem);
  line-height: 0.95;
}

.page-hero h1 {
  max-width: none;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
}

.themed-hero {
  position: relative;
  overflow: hidden;
  max-width: none;
  min-height: clamp(24rem, 45vw, 34rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #f4f3ee;
  background:
    radial-gradient(circle at 88% 26%, rgba(34, 97, 129, 0.3), transparent 28rem),
    radial-gradient(circle at 8% 92%, rgba(140, 166, 141, 0.25), transparent 24rem),
    linear-gradient(115deg, #061013 0%, #0b1519 48%, #04090b 100%);
}

.themed-hero::before,
.themed-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.themed-hero::before {
  opacity: 0.36;
  background:
    radial-gradient(circle at 78% 28%, rgba(214, 154, 55, 0.95) 0 0.18rem, transparent 0.22rem),
    radial-gradient(circle at 70% 52%, rgba(214, 154, 55, 0.78) 0 0.14rem, transparent 0.2rem),
    radial-gradient(circle at 86% 58%, rgba(140, 166, 141, 0.9) 0 0.16rem, transparent 0.22rem),
    radial-gradient(circle at 60% 34%, rgba(140, 166, 141, 0.72) 0 0.12rem, transparent 0.18rem),
    radial-gradient(circle at 92% 40%, rgba(214, 154, 55, 0.72) 0 0.12rem, transparent 0.18rem),
    linear-gradient(30deg, transparent 61%, rgba(214, 154, 55, 0.42) 61.2%, transparent 61.8%),
    linear-gradient(147deg, transparent 56%, rgba(140, 166, 141, 0.32) 56.2%, transparent 56.8%),
    linear-gradient(105deg, transparent 68%, rgba(214, 154, 55, 0.26) 68.2%, transparent 68.7%);
  background-size: 100% 100%;
}

.themed-hero::after {
  left: auto;
  width: min(34rem, 46vw);
  opacity: 0.2;
  background:
    linear-gradient(90deg, transparent, rgba(35, 111, 143, 0.42), transparent 70%),
    repeating-linear-gradient(
      180deg,
      transparent 0 0.72rem,
      rgba(68, 139, 167, 0.28) 0.72rem 0.76rem,
      transparent 0.76rem 1.45rem
    );
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
}

.themed-hero > * {
  position: relative;
  z-index: 1;
}

.themed-hero .eyebrow {
  color: var(--accent);
}

.themed-hero h1,
.themed-hero .lede {
  max-width: 46rem;
}

.themed-hero .lede {
  color: rgba(244, 243, 238, 0.78);
}

.page-hero-about::before {
  opacity: 0.26;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(140, 166, 141, 0.28) 12.1%, transparent 12.4%),
    linear-gradient(120deg, transparent 0 56%, rgba(214, 154, 55, 0.26) 56.1%, transparent 56.5%),
    repeating-linear-gradient(180deg, transparent 0 1.1rem, rgba(68, 139, 167, 0.2) 1.1rem 1.14rem, transparent 1.14rem 2.1rem);
}

.page-hero-policies::before {
  opacity: 0.24;
  background:
    linear-gradient(90deg, transparent, rgba(35, 111, 143, 0.34), transparent 76%),
    repeating-linear-gradient(180deg, transparent 0 0.8rem, rgba(68, 139, 167, 0.25) 0.8rem 0.84rem, transparent 0.84rem 1.52rem);
}

.page-hero-contact::before {
  opacity: 0.3;
  background:
    radial-gradient(circle at 72% 36%, rgba(140, 166, 141, 0.85) 0 0.18rem, transparent 0.24rem),
    radial-gradient(circle at 84% 58%, rgba(214, 154, 55, 0.8) 0 0.14rem, transparent 0.2rem),
    radial-gradient(circle at 62% 64%, rgba(140, 166, 141, 0.72) 0 0.13rem, transparent 0.19rem),
    linear-gradient(34deg, transparent 58%, rgba(140, 166, 141, 0.32) 58.2%, transparent 58.8%),
    linear-gradient(145deg, transparent 62%, rgba(214, 154, 55, 0.28) 62.2%, transparent 62.8%);
}

h2 {
  max-width: 17ch;
  margin-bottom: 2rem;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

h3 {
  margin-bottom: 0.8rem;
  font-size: 1.35rem;
  line-height: 1.2;
}

.lede {
  max-width: 46rem;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.hero .eyebrow {
  color: var(--accent);
}

.hero .lede {
  color: rgba(244, 243, 238, 0.78);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  min-height: 2.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1rem;
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
}

.button.primary {
  color: #071014;
  background: var(--accent);
}

.button.secondary {
  border: 1px solid rgba(140, 166, 141, 0.35);
  background: rgba(255, 255, 255, 0.04);
  color: #f4f3ee;
}

.signal-panel {
  min-height: 22rem;
  display: grid;
  place-items: center;
  padding: 2rem;
  border: 1px solid rgba(140, 166, 141, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 28%, rgba(140, 166, 141, 0.18), transparent 12rem),
    linear-gradient(135deg, rgba(140, 166, 141, 0.12), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.signal-panel img {
  max-width: min(18rem, 78%);
  max-height: 12rem;
  object-fit: contain;
}

.signal-panel p {
  align-self: end;
  color: rgba(244, 243, 238, 0.68);
  font-weight: 700;
}

.band {
  background: var(--panel);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  min-height: 14rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.35rem;
  border: 1px solid rgba(19, 33, 31, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(140, 166, 141, 0.1), rgba(255, 255, 255, 0));
}

.feature-card p {
  color: var(--muted);
}

.text-link {
  margin-top: auto;
  color: var(--accentStrong);
  font-weight: 800;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

.service-overview .feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-overview .feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(22rem, 100%), 1fr));
}

.service-overview,
.page-overview,
.home-overview {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    #061013;
  border-top: 1px solid rgba(140, 166, 141, 0.22);
  border-bottom: 1px solid rgba(140, 166, 141, 0.18);
}

.service-overview .feature-grid,
.page-overview .feature-grid,
.home-overview .feature-grid {
  gap: 0;
  border: 1px solid rgba(140, 166, 141, 0.2);
  background: rgba(255, 255, 255, 0.025);
}

.service-overview .feature-card,
.page-overview .feature-card,
.home-overview .feature-card {
  min-height: 16rem;
  position: relative;
  justify-content: flex-start;
  padding: 1.6rem;
  color: #f4f3ee;
  border: 0;
  border-right: 1px solid rgba(140, 166, 141, 0.22);
  border-bottom: 1px solid rgba(140, 166, 141, 0.16);
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 97, 129, 0.22), transparent 8rem),
    linear-gradient(180deg, rgba(140, 166, 141, 0.08), rgba(255, 255, 255, 0));
}

.service-overview .feature-card::before,
.page-overview .feature-card::before,
.home-overview .feature-card::before {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  color: var(--accent);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.home-overview .section-heading h2 {
  color: #ffffff;
}

.home-overview .section-heading .eyebrow {
  color: var(--accent);
}

.home-overview .feature-card:nth-child(1)::before {
  content: "⌁";
}

.home-overview .feature-card:nth-child(2)::before {
  content: "</>";
  color: #d69a37;
  font-size: 1.7rem;
  font-weight: 750;
}

.home-overview .feature-card:nth-child(3)::before {
  content: "✓";
}

.page-overview .feature-card:nth-child(1)::before {
  content: "◎";
}

.page-overview .feature-card:nth-child(2)::before {
  content: "⌁";
}

.page-overview .feature-card:nth-child(3)::before {
  content: "✓";
}

.service-overview .feature-card:nth-child(1)::before {
  content: "⌁";
}

.service-overview .feature-card:nth-child(2)::before {
  content: "◎";
}

.service-overview .feature-card:nth-child(3)::before {
  content: "</>";
  color: #d69a37;
  font-size: 1.7rem;
  font-weight: 750;
}

.service-overview .feature-card:nth-child(4)::before {
  content: "⌕";
}

.service-overview .feature-card:nth-child(5)::before {
  content: "⌗";
}

.service-overview .feature-card:nth-child(6)::before {
  content: "✓";
}

.service-overview .feature-card h3,
.page-overview .feature-card h3,
.home-overview .feature-card h3 {
  color: #ffffff;
  font-size: 1.08rem;
  text-transform: uppercase;
}

.service-overview .feature-card p,
.page-overview .feature-card p,
.home-overview .feature-card p {
  color: rgba(244, 243, 238, 0.66);
  font-size: 0.98rem;
}

.service-overview .text-link,
.page-overview .text-link,
.home-overview .text-link {
  color: var(--accent);
}

.service-detail-list {
  background: var(--surface);
}

.service-detail {
  scroll-margin-top: 5.5rem;
  display: grid;
  grid-template-columns: minmax(18rem, 0.92fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(3.5rem, 8vw, 7rem) clamp(1rem, 4vw, 3rem);
  border-top: 1px solid rgba(19, 33, 31, 0.08);
}

.service-detail:nth-child(even) .service-media {
  order: 2;
}

.service-media {
  overflow: hidden;
  border: 1px solid rgba(19, 33, 31, 0.12);
  border-radius: 8px;
  background: #071014;
  aspect-ratio: 16 / 10;
}

.service-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.service-copy h2 {
  max-width: 11ch;
}

.service-copy p:not(.eyebrow):not(.lede) {
  max-width: 42rem;
  color: var(--muted);
  font-size: 1.05rem;
}


.contact-card-hero {
  min-height: clamp(17rem, 34vw, 25rem);
  padding-top: clamp(2.6rem, 6vw, 4.5rem);
  padding-bottom: clamp(2.6rem, 6vw, 4.5rem);
}

.contact-card-hero h1 {
  max-width: 14ch;
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.contact-card-hero .lede {
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.contact-card-section {
  display: flex;
  justify-content: center;
  padding-top: clamp(1.5rem, 4vw, 3rem);
  padding-bottom: clamp(1.5rem, 4vw, 3rem);
  color: #f4f3ee;
  background:
    radial-gradient(circle at 80% 18%, rgba(140, 166, 141, 0.12), transparent 24rem),
    linear-gradient(180deg, #061013, #081416);
}

.contact-card-panel {
  width: min(100%, 48rem);
  display: grid;
  gap: 1.15rem;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid rgba(140, 166, 141, 0.3);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 8%, rgba(140, 166, 141, 0.16), transparent 13rem),
    linear-gradient(145deg, rgba(13, 32, 34, 0.96), rgba(4, 12, 13, 0.95));
  box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.28);
}

.contact-card-panel img {
  width: min(20rem, 82vw);
  height: auto;
}

.contact-card-panel p {
  max-width: 38rem;
  color: rgba(244, 243, 238, 0.76);
  font-size: 1.04rem;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: 0.75rem;
  align-items: center;
}

.contact-actions .button {
  min-width: 0;
  border-radius: 999px;
  white-space: nowrap;
}

.contact-actions .button.primary {
  color: #061013;
  background: var(--accent);
}

.contact-actions .button.secondary {
  color: #f4f3ee;
  border: 1px solid rgba(140, 166, 141, 0.44);
  background: rgba(255, 255, 255, 0.04);
}

.contact-actions .button.secondary:hover {
  border-color: rgba(190, 208, 191, 0.72);
  background: rgba(140, 166, 141, 0.14);
}


@media (max-width: 760px) {
  .contact-card-hero {
    min-height: auto;
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }

  .contact-card-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }
}

@media (max-width: 760px) {
  .contact-actions {
    grid-template-columns: 1fr;
  }

  .contact-actions .button {
    width: 100%;
  }
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.58fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
}

.contact-primary,
.contact-brief {
  border: 1px solid rgba(19, 33, 31, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1.5rem 4rem rgba(19, 33, 31, 0.08);
}

.contact-primary {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(18rem, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.contact-identity {
  display: grid;
  align-content: start;
  gap: 1.1rem;
}

.contact-identity img {
  width: min(22rem, 100%);
  height: auto;
}

.contact-identity p {
  max-width: 25rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.contact-methods {
  display: grid;
  gap: 0.8rem;
}

.contact-method {
  display: grid;
  gap: 0.15rem;
  padding: 1rem;
  border: 1px solid rgba(19, 33, 31, 0.1);
  border-radius: 8px;
  color: var(--ink);
  background: linear-gradient(180deg, rgba(140, 166, 141, 0.12), rgba(255, 255, 255, 0));
  text-decoration: none;
}

.contact-method span {
  color: var(--accentStrong);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-method strong {
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.contact-brief {
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.contact-brief h2 {
  margin-top: 0;
}

.contact-brief ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.contact-brief li + li {
  margin-top: 0.65rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  padding: 1.4rem clamp(1rem, 4vw, 3rem);
  color: var(--muted);
  border-top: 1px solid rgba(19, 33, 31, 0.09);
  font-size: 0.9rem;
}

@media (max-width: 880px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .service-overview .feature-grid,
  .page-overview .feature-grid,
  .service-detail,
  .contact-page,
  .contact-primary {
    grid-template-columns: 1fr;
  }

  .service-detail:nth-child(even) .service-media {
    order: 0;
  }
}


.launch-hero {
  min-height: calc(100vh - 6.1rem - 9rem);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(24rem, 34rem);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(2.2rem, 5vh, 3.4rem) clamp(1.25rem, 6vw, 6rem) clamp(1.2rem, 3vh, 2rem);
}

.launch-hero h1 {
  max-width: 15ch;
  margin-bottom: 1.1rem;
  font-size: clamp(3rem, 4.5vw, 5rem);
  line-height: 0.97;
}

.launch-hero .lede {
  max-width: 45rem;
  font-size: clamp(1.05rem, 1.35vw, 1.26rem);
  line-height: 1.55;
}

.launch-copy {
  position: relative;
  z-index: 1;
  max-width: 58rem;
}

.launch-form-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 34rem);
  justify-self: end;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border: 1px solid rgba(140, 166, 141, 0.3);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 8%, rgba(140, 166, 141, 0.14), transparent 10rem),
    linear-gradient(145deg, rgba(11, 28, 30, 0.96), rgba(4, 12, 13, 0.95));
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.25);
}

.launch-form-panel h2 {
  max-width: none;
  margin-bottom: 0.45rem;
  color: #ffffff;
  font-size: clamp(1.45rem, 1.9vw, 2rem);
  line-height: 1.05;
}

.launch-form-panel p:not(.eyebrow) {
  max-width: 30rem;
  margin-bottom: 0.85rem;
  color: rgba(244, 243, 238, 0.7);
  font-size: 0.92rem;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 0.75rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 2.35rem;
  padding: 0.52rem 0.66rem;
  border: 1px solid rgba(140, 166, 141, 0.3);
  border-radius: 4px;
  color: #f4f3ee;
  background: rgba(2, 8, 9, 0.78);
  font: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(140, 166, 141, 0.55);
  outline-offset: 2px;
}

.contact-form .message-field,
.contact-form .button,
.contact-form .form-status {
  grid-column: 1 / -1;
}

.contact-form textarea {
  min-height: 4.55rem;
  resize: vertical;
}

.contact-form .button {
  width: 100%;
  min-height: 2.45rem;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.form-status {
  min-height: 0.85rem;
  color: rgba(244, 243, 238, 0.78);
  font-size: 0.9rem;
}

.launch-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  min-height: 7.35rem;
  padding: 0 clamp(1.25rem, 6vw, 6rem);
  color: #f4f3ee;
  background: #061013;
  border-top: 1px solid rgba(140, 166, 141, 0.22);
}

.launch-capabilities article {
  display: grid;
  align-content: center;
  gap: 0.38rem;
  min-height: 7.35rem;
  padding: clamp(0.78rem, 1.45vw, 1rem);
  border-right: 1px solid rgba(140, 166, 141, 0.22);
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 97, 129, 0.18), transparent 8rem),
    linear-gradient(180deg, rgba(140, 166, 141, 0.08), rgba(255, 255, 255, 0.015));
}

.launch-capabilities article:first-child {
  border-left: 1px solid rgba(140, 166, 141, 0.22);
}

.launch-capabilities span {
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.launch-capabilities h2 {
  max-width: none;
  margin: 0;
  color: #ffffff;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.launch-capabilities p {
  max-width: 30rem;
  margin: 0;
  color: rgba(244, 243, 238, 0.68);
  font-size: 0.84rem;
  line-height: 1.34;
}

@media (max-width: 1100px) {
  .launch-hero {
    grid-template-columns: minmax(0, 1fr) minmax(21rem, 29rem);
    gap: 2rem;
  }

  .launch-hero h1 {
    font-size: clamp(2.8rem, 4.4vw, 4.2rem);
  }
}

@media (max-width: 900px) {
  .launch-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: clamp(2.3rem, 7vw, 3.5rem) clamp(1rem, 5vw, 2rem) 1.25rem;
  }

  .launch-form-panel {
    width: 100%;
    justify-self: stretch;
  }

  .launch-capabilities {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0 clamp(1rem, 5vw, 2rem) 1.5rem;
  }

  .launch-capabilities article,
  .launch-capabilities article:first-child {
    min-height: 7.8rem;
    border-right: 1px solid rgba(140, 166, 141, 0.22);
    border-left: 1px solid rgba(140, 166, 141, 0.22);
    border-bottom: 1px solid rgba(140, 166, 141, 0.16);
  }
}

@media (max-width: 520px) {
  .site-header {
    gap: 0.65rem 0.75rem;
  }

  .brand img {
    width: min(15rem, 78vw);
  }

  .launch-hero h1 {
    max-width: 11.6ch;
    font-size: clamp(2.25rem, 11.8vw, 3.05rem);
  }

  .launch-hero .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .launch-hero .button {
    width: 100%;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }
}
