:root {
  --navy-950: #03090e;
  --navy-900: #07131b;
  --navy-850: #0a1821;
  --navy-800: #0d202b;
  --amber: #d78b2c;
  --amber-bright: #f0aa4a;
  --amber-muted: #9a6225;
  --ivory: #e9e1d2;
  --ivory-muted: #b8b0a2;
  --line: rgba(233, 225, 210, 0.16);
  --shell: min(1180px, calc(100% - 40px));
  --display: "Arial Narrow", "Helvetica Neue Condensed", Impact, sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy-950);
  color: var(--ivory);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--ivory);
  color: var(--navy-950);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 92px;
  padding: 12px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, min-height 220ms ease;
}
.site-header.is-scrolled {
  min-height: 74px;
  background: rgba(3, 9, 14, 0.94);
  border-color: var(--line);
  backdrop-filter: blur(14px);
}
.brand {
  width: 164px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}
.site-header.show-brand .brand {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.site-nav {
  position: absolute;
  left: max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  gap: 34px;
  align-items: center;
  transform: none;
  transition: left 220ms ease, right 220ms ease, transform 220ms ease;
}
.site-header.show-brand .site-nav {
  right: auto;
  left: max(224px, calc((100vw - 780px) / 2));
  transform: none;
}
.site-nav a {
  position: relative;
  color: var(--ivory-muted);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -8px;
  height: 1px;
  background: var(--amber-bright);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  width: 100%;
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  isolation: isolate;
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}
.hero-image {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
  filter: brightness(1.12) saturate(0.98);
}
.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 9, 14, 0.38) 0%, rgba(3, 9, 14, 0.07) 43%, transparent 66%),
    linear-gradient(0deg, rgba(3, 9, 14, 0.48) 0%, transparent 37%);
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: clamp(62px, 7.5vw, 112px);
}
.contact-label {
  margin: 0 0 20px;
  color: var(--amber-bright);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.hero h1,
.section h2 {
  margin: 0;
  font-family: var(--display);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-transform: uppercase;
}
.hero h1 { max-width: 620px; font-size: clamp(3.35rem, 5.25vw, 5.75rem); }
.hero h1 span { color: var(--amber-bright); white-space: nowrap; }
.hero-copy {
  max-width: 520px;
  margin: 22px 0 0;
  color: #ded7cb;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 26px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.button-primary { background: var(--amber); color: #091017; }
.button-primary:hover,
.button-primary:focus-visible { background: var(--amber-bright); }
.text-link {
  color: var(--ivory);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-decoration-color: var(--amber-muted);
  text-underline-offset: 5px;
  text-transform: uppercase;
}
.launch-rail {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 30px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--ivory-muted);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.launch-rail strong { color: var(--ivory); }
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber-bright);
  box-shadow: 0 0 16px var(--amber-bright);
  animation: pulse 2.4s ease-in-out infinite;
}
.section { position: relative; padding: 104px 0; scroll-margin-top: 74px; }
.about-section {
  background:
    radial-gradient(circle at 75% 15%, rgba(215, 139, 44, 0.08), transparent 30%),
    var(--navy-900);
}
.split-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 7%; align-items: center; }
.section h2 { max-width: 600px; font-size: clamp(2.55rem, 4vw, 4rem); }
.about-copy { padding-top: 0; color: var(--ivory-muted); }
.about-copy p { max-width: 620px; margin: 0 0 22px; }
.about-copy > p:not(.lead) { font-size: 1.05rem; }
.about-copy .lead { color: var(--ivory); font-size: 1.25rem; }
blockquote {
  margin: 34px 0 0;
  padding: 20px 0 20px 25px;
  border-left: 2px solid var(--amber);
  color: var(--amber-bright);
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.coming-section { background: var(--navy-950); }
.section-heading {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 8%;
  align-items: end;
  margin-bottom: 44px;
}
.section-heading > p { margin: 0; color: var(--ivory-muted); font-size: 1.3rem; line-height: 1.5; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.feature-card {
  min-height: 238px;
  padding: 28px 28px;
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.018), transparent);
  transition: background 220ms ease, transform 220ms ease;
}
.feature-card:first-child { border-left: 1px solid var(--line); }
.feature-card:hover { background: var(--navy-850); transform: translateY(-6px); }
.feature-card h3 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: 2rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.feature-card p { margin: 0; color: var(--ivory-muted); font-size: 1.05rem; line-height: 1.6; }

.connect-section { overflow: hidden; background: var(--navy-850); }
.connect-glow {
  position: absolute;
  top: -30%;
  left: -5%;
  width: 480px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(240, 170, 74, 0.16), transparent 66%);
  transform: rotate(-25deg);
  pointer-events: none;
}
.connect-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 10%; align-items: center; }
.connect-grid > div:first-child > p:last-child { max-width: 520px; color: var(--ivory-muted); font-size: 1.1rem; }
.contact-panel { padding: 34px; border: 1px solid var(--line); background: rgba(3, 9, 14, 0.42); }
.contact-panel > .contact-label { margin-bottom: 14px; }
.email-block { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.email-block .contact-label { margin-bottom: 8px; color: var(--ivory-muted); }
.email-link {
  display: inline-block;
  color: var(--ivory-muted);
  font-size: clamp(0.9rem, 1.15vw, 1.05rem);
  font-weight: 650;
  text-decoration-color: var(--amber-muted);
  text-underline-offset: 5px;
}
.social-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--line); }
.social-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 0 18px;
  background: var(--navy-900);
  color: var(--ivory);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, padding 180ms ease;
}
a.social-link:hover,
a.social-link:focus-visible { padding-left: 24px; background: var(--navy-800); color: var(--amber-bright); }
.social-link.is-disabled { color: #777168; cursor: default; }
.social-link small { color: #68645d; font-size: 0.56rem; }

.site-footer { padding: 46px 0; border-top: 1px solid var(--line); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 6%; align-items: end; }
.footer-grid strong { font-family: var(--display); font-size: 1.05rem; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-grid p { margin: 4px 0 0; color: #78736a; font-size: 0.72rem; }
.disclaimer { max-width: 540px; }
.copyright { white-space: nowrap; }

@keyframes pulse { 0%, 100% { opacity: 0.42; } 50% { opacity: 1; } }
@media (min-width: 861px) {
  .hero-content {
    width: clamp(280px, 21.5vw, 365px);
    margin-right: 0;
    margin-left: max(24px, calc((100vw - 1600px) / 2));
  }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.7rem, 3.45vw, 3.7rem);
    line-height: 0.92;
  }
  .hero-copy { width: min(520px, calc(100vw - 48px)); max-width: none; }
  .hero-actions { width: max-content; max-width: calc(100vw - 48px); gap: 26px; flex-wrap: nowrap; }
  .hero-actions .text-link { white-space: nowrap; }
}
@media (max-width: 860px) {
  :root { --shell: min(100% - 32px, 680px); }
  .site-header { justify-content: space-between; min-height: 86px; padding: 22px 18px 10px; }
  .brand {
    order: 2;
    width: 162px;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .menu-toggle {
    order: 1;
    display: grid;
    gap: 4px;
    width: 44px;
    height: 44px;
    padding: 12px 10px;
    border: 1px solid var(--line);
    background: rgba(3, 9, 14, 0.7);
  }
  .menu-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--ivory); }
  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    background: rgba(3, 9, 14, 0.98);
    transform: none;
  }
  .site-header.show-brand .site-nav { right: 16px; left: 16px; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 15px 10px; }
  .hero { min-height: 760px; height: 100svh; aspect-ratio: auto; }
  .hero-image { object-fit: cover; object-position: 27% center; filter: brightness(1.16) saturate(0.98); }
  .hero-shade { background: linear-gradient(0deg, rgba(3,9,14,.64), rgba(3,9,14,.02) 72%), linear-gradient(90deg, rgba(3,9,14,.16), transparent); }
  .hero-content { padding-bottom: 94px; }
  .hero h1 { max-width: 520px; font-size: clamp(3rem, 12vw, 4.6rem); }
  .hero-copy { max-width: 520px; }
  .hero-actions { margin-top: 40px; }
  .launch-rail { right: 16px; left: 16px; justify-content: flex-start; flex-wrap: wrap; }
  .section { padding: 72px 0; }
  .split-grid,
  .section-heading,
  .connect-grid,
  .footer-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-copy { padding-top: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card,
  .feature-card:first-child { min-height: 0; border: 1px solid var(--line); border-top: 0; }
  .feature-card { padding: 24px 22px; }
  .contact-panel { padding: 26px 22px; }
  .footer-grid { gap: 24px; }
}

@media (max-width: 540px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .launch-rail span:nth-child(2) { display: none; }
  .email-link { font-size: clamp(0.9rem, 4.2vw, 1.05rem); overflow-wrap: anywhere; }
}

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