:root {
  --navy-950: #050d19;
  --navy-900: #071426;
  --navy-800: #0d223d;
  --blue-600: #2152da;
  --blue-500: #2d6cff;
  --blue-200: #bad0ff;
  --yellow: #dfe450;
  --paper: #f5f6f8;
  --white: #ffffff;
  --ink: #122033;
  --muted: #59687a;
  --line: #dfe5ec;
  --shadow: 0 24px 80px rgba(3, 14, 30, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy-950);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
button, video { font: inherit; }
img { display: block; max-width: 100%; }

.site-shell { overflow: hidden; }
.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  background: var(--navy-900);
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 13, 25, .98) 0%, rgba(7, 20, 38, .90) 42%, rgba(7, 20, 38, .42) 75%, rgba(7, 20, 38, .62) 100%),
    linear-gradient(0deg, rgba(5, 13, 25, .92) 0%, transparent 40%),
    url("assets/warehouse-docks.jpg") center / cover no-repeat;
  transform: scale(1.01);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to right, black, transparent 62%);
  opacity: .32;
}
.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.brand img { width: 58px; height: 58px; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.28); }
.brand span, .footer-brand span { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: 1.05rem; letter-spacing: .02em; }
.brand small { margin-top: 5px; color: rgba(255,255,255,.66); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(8, 24, 44, .72);
  backdrop-filter: blur(12px);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(223,228,80,.12); }
.hero-content {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
  padding: 72px 0 100px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--yellow);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow.dark { color: var(--blue-600); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.35rem, 7vw, 6.8rem);
  line-height: .93;
  letter-spacing: -.055em;
}
.hero-summary {
  max-width: 720px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.78);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 23px;
  border-radius: 8px;
  background: var(--blue-500);
  color: white;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(33,82,218,.38);
  transition: transform .2s ease, background .2s ease;
}
.primary-button:hover, .primary-button:focus-visible { transform: translateY(-2px); background: #3976ff; }
.text-link {
  padding: 8px 2px;
  color: rgba(255,255,255,.88);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration-color: rgba(255,255,255,.36);
  text-underline-offset: 5px;
}
.text-link:hover, .text-link:focus-visible { color: var(--yellow); }
.launch-note { max-width: 270px; color: rgba(255,255,255,.58); font-size: .82rem; }
.signal-card {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(13,34,61,.88), rgba(5,13,25,.76));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.card-label { margin-bottom: 22px; color: rgba(255,255,255,.58); font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.signal-grid { display: grid; gap: 5px; }
.signal-grid article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.signal-grid article:last-child { border-bottom: 0; }
.icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(45,108,255,.14);
  color: var(--blue-200);
}
.icon svg, .scroll-cue svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.signal-grid strong { display: block; margin-bottom: 2px; font-size: .98rem; }
.signal-grid small { color: rgba(255,255,255,.55); }
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.55);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll-cue svg { width: 18px; }

.mission-section,
.video-section {
  padding: clamp(86px, 10vw, 145px) max(20px, calc((100vw - 1180px) / 2));
  background: var(--paper);
  color: var(--ink);
}
.section-heading {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 62px;
}
.section-heading h2,
.showcase-heading h2 {
  max-width: 830px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.06;
  letter-spacing: -.04em;
}
.vision-statement {
  position: relative;
  margin-bottom: 65px;
  padding: clamp(28px, 5vw, 54px);
  overflow: hidden;
  border: 1px solid #d6e1f7;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #edf3ff 100%);
  box-shadow: 0 18px 50px rgba(20,37,58,.08);
}
.vision-statement::after {
  content: "“";
  position: absolute;
  right: 26px;
  top: -38px;
  color: rgba(33,82,218,.08);
  font-family: Georgia, serif;
  font-size: clamp(10rem, 24vw, 18rem);
  line-height: 1;
  pointer-events: none;
}
.vision-label {
  margin-bottom: 18px;
  color: var(--blue-600);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.vision-statement p:last-child {
  position: relative;
  z-index: 1;
  max-width: 1020px;
  margin-bottom: 0;
  color: #2d4058;
  font-size: clamp(1.22rem, 2.2vw, 1.75rem);
  font-weight: 620;
  line-height: 1.5;
}
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card {
  min-height: 290px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  box-shadow: 0 12px 36px rgba(20,37,58,.06);
}
.feature-card > span { display: block; margin-bottom: 54px; color: var(--blue-600); font-size: .76rem; font-weight: 900; letter-spacing: .14em; }
.feature-card h3 { margin-bottom: 12px; font-size: 1.35rem; }
.feature-card p { margin-bottom: 0; color: var(--muted); }

.showcase-section {
  padding: clamp(86px, 10vw, 145px) max(20px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 84% 12%, rgba(45,108,255,.18), transparent 29%),
    var(--navy-900);
}
.showcase-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(30px, 7vw, 90px);
  align-items: end;
  margin-bottom: 72px;
}
.showcase-heading > p {
  max-width: 520px;
  margin-bottom: 7px;
  color: rgba(255,255,255,.62);
}
.showcase-list { display: grid; gap: clamp(34px, 6vw, 64px); }
.media-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(13,34,61,.68);
  box-shadow: 0 20px 65px rgba(0,0,0,.2);
}
.media-feature-reverse .image-zoom { order: 2; }
.media-feature-reverse .media-copy { order: 1; }
.image-zoom {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: #09172a;
  box-shadow: 0 18px 42px rgba(0,0,0,.3);
  cursor: zoom-in;
}
.image-zoom img {
  width: 100%;
  transition: transform .25s ease, filter .25s ease;
}
.image-zoom:hover img,
.image-zoom:focus-visible img {
  transform: scale(1.012);
  filter: brightness(.88);
}
.image-zoom:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.zoom-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(5,13,25,.78);
  color: rgba(255,255,255,.86);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.media-copy { padding: 12px 4px; }
.feature-number {
  margin-bottom: 17px;
  color: var(--yellow);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.media-copy h3 {
  margin-bottom: 15px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.06;
  letter-spacing: -.035em;
}
.media-copy p:last-child { margin-bottom: 0; color: rgba(255,255,255,.64); }

.video-section { background: #eef1f5; }
.video-heading { margin-bottom: 50px; }
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.video-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 16px 44px rgba(20,37,58,.08);
}
.video-frame {
  display: grid;
  place-items: center;
  min-height: 290px;
  padding: 14px;
  background: var(--navy-950);
}
.video-frame video {
  display: block;
  width: 100%;
  max-height: 560px;
  border-radius: 9px;
  background: #000;
}
.mobile-video-frame video {
  width: auto;
  max-width: 100%;
  max-height: 560px;
}
.video-copy { padding: 28px 30px 32px; }
.dark-number { color: var(--blue-600); }
.video-copy h3 { margin-bottom: 10px; font-size: 1.45rem; }
.video-copy p:last-child { margin-bottom: 0; color: var(--muted); }

.image-lightbox {
  width: min(94vw, 1280px);
  max-width: none;
  max-height: 92vh;
  margin: auto;
  padding: 48px 18px 18px;
  overflow: auto;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: var(--navy-950);
  color: white;
  box-shadow: 0 35px 120px rgba(0,0,0,.65);
}
.image-lightbox::backdrop { background: rgba(1,7,15,.88); backdrop-filter: blur(6px); }
.image-lightbox img {
  width: auto;
  max-width: 100%;
  max-height: calc(92vh - 105px);
  margin: 0 auto;
  border-radius: 9px;
}
.image-lightbox p {
  margin: 12px 0 0;
  color: rgba(255,255,255,.67);
  text-align: center;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lightbox-close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: white;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}
.lightbox-close:hover,
.lightbox-close:focus-visible { background: rgba(255,255,255,.16); outline: 2px solid var(--yellow); }

.coming-soon-panel {
  min-height: 390px;
  padding: clamp(72px, 8vw, 120px) max(20px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: 80px;
  background: linear-gradient(125deg, var(--blue-600), #173fb0);
}
.coming-soon-panel h2 { margin-bottom: 16px; font-size: clamp(2.6rem, 5vw, 5.1rem); line-height: .98; letter-spacing: -.05em; }
.coming-soon-panel p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.75); font-size: 1.05rem; }
.road-mark { display: flex; justify-content: center; gap: 18px; transform: skewX(-20deg); opacity: .75; }
.road-mark span { width: 34px; height: 180px; border-radius: 4px; background: var(--yellow); box-shadow: 52px 0 0 rgba(255,255,255,.13); }

footer {
  min-height: 130px;
  padding: 26px max(20px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--navy-950);
  color: rgba(255,255,255,.56);
  font-size: .82rem;
}
.footer-brand img { width: 42px; height: 42px; border-radius: 9px; }
.footer-brand strong { color: white; }
.footer-brand small { margin-top: 3px; }
footer p { margin-bottom: 0; }

@media (max-width: 900px) {
  .hero-content, .coming-soon-panel { grid-template-columns: 1fr; }
  .hero-content { padding-top: 56px; }
  .signal-card { max-width: 640px; }
  .section-heading, .showcase-heading { grid-template-columns: 1fr; gap: 5px; }
  .feature-grid, .video-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-card > span { margin-bottom: 30px; }
  .showcase-heading > p { margin-top: 20px; }
  .media-feature { grid-template-columns: 1fr; }
  .media-feature-reverse .image-zoom,
  .media-feature-reverse .media-copy { order: initial; }
  .media-copy { padding: 8px 4px 4px; }
  .video-card { max-width: 720px; }
  .road-mark { display: none; }
}
@media (max-width: 620px) {
  .site-header { width: min(100% - 28px, 1180px); padding: 16px 0; }
  .brand img { width: 48px; height: 48px; }
  .brand small { display: none; }
  .status-badge { padding: 8px 10px; font-size: .63rem; }
  .hero-content { width: min(100% - 28px, 1180px); padding-bottom: 86px; }
  h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .signal-card { border-radius: 14px; }
  .mission-section, .showcase-section, .video-section, .coming-soon-panel { padding-left: 18px; padding-right: 18px; }
  .vision-statement { padding: 25px 22px; }
  .media-feature { padding: 14px; border-radius: 15px; }
  .image-zoom { border-radius: 10px; }
  .zoom-label { right: 9px; bottom: 9px; font-size: .58rem; }
  .video-frame { min-height: 220px; padding: 9px; }
  .video-copy { padding: 24px 22px 27px; }
  .image-lightbox { width: 96vw; padding: 44px 10px 12px; border-radius: 13px; }
  footer { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
