:root {
  --navy: #071a26;
  --navy-deep: #030d13;
  --primary: #234e6d;
  --secondary: #567184;
  --accent: #567184;
  --white: #ffffff;
  --logo-surface: #f5f6f4;
  --soft-white: rgba(255, 255, 255, 0.78);
}

* { box-sizing: border-box; }
html { background: var(--navy); scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--navy);
  color: var(--white);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.site-shell { position: relative; min-height: 100svh; overflow: hidden; background: var(--navy); }
.image-stage { position: absolute; inset: 0 0 0 43%; overflow: hidden; background: #496171; }
.hero-image {
  position: absolute;
  inset: -2%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 900ms ease, transform 7s ease;
}
.hero-image.is-active { opacity: 1; transform: scale(1); }
.image-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,26,38,.97) 0%, rgba(7,26,38,.48) 18%, transparent 48%), linear-gradient(0deg, rgba(3,13,19,.72) 0%, transparent 38%);
  pointer-events: none;
}
.image-label {
  position: absolute;
  right: clamp(28px, 4vw, 70px);
  bottom: clamp(34px, 6vh, 72px);
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255,255,255,.9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.image-label > span:first-child { color: var(--accent); }
.image-label-line { width: 30px; height: 1px; background: rgba(255,255,255,.65); }

.content-panel {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100svh;
  width: min(62%, 930px);
  flex-direction: column;
  padding: clamp(26px,4vw,62px) clamp(26px,5vw,84px) clamp(24px,3vw,44px);
  background: radial-gradient(circle at 12% 88%, rgba(86,113,132,.16), transparent 30%), linear-gradient(140deg, var(--navy) 0%, var(--navy-deep) 100%);
  clip-path: ellipse(105% 115% at 0% 50%);
}
.content-panel::after {
  content: "";
  position: absolute;
  top: 8%;
  right: 4%;
  width: 1px;
  height: 84%;
  background: linear-gradient(transparent, rgba(86,113,132,.72), transparent);
  transform: rotate(10deg);
  transform-origin: center;
}
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(100%, 660px); }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; color: var(--white); text-decoration: none; }
.brand img {
  display: block;
  width: auto;
  height: clamp(54px,4.5vw,68px);
  box-sizing: content-box;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 10px;
  background: rgba(255,255,255,.82);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: max-content;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 999px;
  padding: 10px 15px;
  color: var(--soft-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.status-chip i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(86,113,132,.18); animation: pulse 2.2s ease-in-out infinite; }
.status-chip-mobile { display: none; }

.hero-copy { display: flex; flex: 1; width: min(100%,690px); flex-direction: column; justify-content: center; padding: clamp(48px,7vh,100px) 0 clamp(34px,5vh,68px); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 25px;
  color: var(--accent);
  font-size: clamp(10px,.9vw,12px);
  font-weight: 800;
  letter-spacing: .21em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--accent); }
h1 { max-width: 790px; margin: 0; color: var(--white); font-size: clamp(43px,4.35vw,72px); font-weight: 800; letter-spacing: -.058em; line-height: .94; }
h1 span { color: var(--accent); }
.lead { margin: 28px 0 0; color: var(--white); font-size: clamp(20px,1.75vw,28px); font-weight: 700; letter-spacing: -.025em; line-height: 1.25; }
.supporting-copy { max-width: 600px; margin: 14px 0 0; color: rgba(255,255,255,.68); font-size: clamp(14px,1.05vw,17px); line-height: 1.7; }
.supporting-copy strong { color: var(--white); }
.launch-note { display: flex; align-items: center; gap: 16px; margin-top: clamp(30px,4vh,48px); }
.launch-rule { width: 3px; height: 44px; border-radius: 999px; background: var(--accent); }
.launch-note div { display: flex; flex-direction: column; gap: 4px; }
.launch-note strong { color: var(--white); font-size: 14px; line-height: 1.3; }
.launch-note div span { color: rgba(255,255,255,.5); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }

.service-nav { width: min(100%,840px); }
.service-nav > p { margin: 0 0 10px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.service-buttons { display: flex; gap: 6px; }
.service-buttons button {
  display: flex;
  min-height: 47px;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  background: rgba(255,255,255,.04);
  padding: 8px 9px;
  color: rgba(255,255,255,.64);
  cursor: pointer;
  font-size: clamp(8px,.62vw,10px);
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}
.service-buttons button:hover { transform: translateY(-2px); border-color: rgba(86,113,132,.78); color: var(--white); }
.service-buttons button span { color: var(--accent); font-size: 8px; letter-spacing: .1em; }
.service-buttons button.is-active { border-color: var(--secondary); background: var(--secondary); color: var(--white); }
.service-buttons button.is-active span { color: var(--white); }
footer { display: flex; justify-content: space-between; width: min(100%,840px); margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

@keyframes pulse { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }

@media (max-width: 1100px) {
  .image-stage { left: 35%; }
  .content-panel { width: 69%; }
  h1 { font-size: clamp(50px,6.4vw,72px); }
}

@media (max-width: 760px) {
  .site-shell {
    --mobile-hero-height: clamp(350px, 48svh, 470px);
    min-height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--navy-deep);
  }
  .image-stage {
    position: absolute;
    inset: 0 0 auto;
    height: var(--mobile-hero-height);
  }
  .hero-image {
    inset: 0;
    background-position-y: 32% !important;
    transform: scale(1.025);
  }
  .hero-image.is-active { transform: scale(1); }
  .image-shade {
    background:
      linear-gradient(180deg, rgba(3,13,19,.22) 0%, rgba(3,13,19,.12) 42%, rgba(3,13,19,.2) 68%, rgba(3,13,19,.88) 100%),
      linear-gradient(90deg, rgba(7,26,38,.12), transparent 70%);
  }
  .image-label { display: none; }
  .content-panel {
    min-height: 100svh;
    width: 100%;
    padding: 20px 18px 22px;
    background: transparent;
    clip-path: none;
  }
  .content-panel::after { display: none; }
  .site-header { position: relative; z-index: 3; width: 100%; align-items: flex-start; }
  .brand img {
    height: 40px;
    padding: 5px 8px;
    border: 1px solid rgba(255,255,255,.46);
    border-radius: 8px;
    background: rgba(255,255,255,.74);
    box-shadow: 0 7px 20px rgba(0,0,0,.14);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }
  .status-chip-desktop { display: none; }
  .status-chip-mobile {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 16px;
    border-color: rgba(255,255,255,.24);
    background: rgba(255,255,255,.05);
    padding: 8px 11px;
    color: #fff;
    font-size: 8px;
  }
  .hero-copy {
    flex: 0 0 auto;
    min-height: 0;
    width: auto;
    margin: calc(var(--mobile-hero-height) - 102px) -18px 0;
    justify-content: flex-start;
    padding: 32px 18px 28px;
    border-radius: 26px 26px 0 0;
    background: linear-gradient(180deg, rgba(7,26,38,.97) 0%, var(--navy-deep) 100%);
    box-shadow: 0 -18px 42px rgba(3,13,19,.34);
  }
  .eyebrow { margin-bottom: 18px; font-size: 9px; }
  h1 { font-size: clamp(37px,10vw,50px); line-height: .96; }
  .lead { max-width: 500px; margin-top: 21px; font-size: 17px; }
  .supporting-copy { max-width: 470px; margin-top: 10px; font-size: 13px; line-height: 1.55; }
  .launch-note { display: none; }
  .service-nav { width: calc(100% + 36px); margin: 0 -18px; padding: 0 18px; background: var(--navy-deep); }
  .service-buttons { width: calc(100vw - 20px); overflow-x: auto; padding: 0 20px 8px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .service-buttons::-webkit-scrollbar { display: none; }
  .service-buttons button { min-width: 112px; flex: 0 0 112px; scroll-snap-align: start; font-size: 9px; }
  footer { width: calc(100% + 36px); margin: 10px -18px 0; padding: 14px 18px 0; background: var(--navy-deep); font-size: 8px; }
}

@media (max-height: 840px) and (min-width: 761px) {
  .content-panel { padding-top: 24px; padding-bottom: 22px; }
  .hero-copy { padding-top: 28px; padding-bottom: 22px; }
  h1 { font-size: clamp(39px,4vw,58px); }
  .lead { margin-top: 15px; font-size: clamp(17px,1.45vw,22px); }
  .supporting-copy { margin-top: 8px; line-height: 1.5; }
  .launch-note { margin-top: 20px; }
  .service-buttons button { min-height: 43px; }
  footer { margin-top: 12px; padding-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
