:root {
  --navy-deep: #020b14;
  --ice: #eafaff;
  --cyan: #43d7e8;
  --gold: #d6ad64;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--navy-deep);
}

body {
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
}

.landing-shell {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  overflow: hidden;
  background: var(--navy-deep);
}

.hero-media,
.hero-wash,
.hero-vignette {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -4;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 50%;
  transform: scale(1.055);
  filter: saturate(0.86) contrast(1.08) brightness(0.88);
  animation: cinematic-drift 18s ease-in-out infinite alternate;
}

.hero-wash {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(2, 12, 23, 0.97) 0%, rgba(3, 18, 33, 0.88) 27%, rgba(5, 24, 41, 0.48) 52%, rgba(3, 14, 25, 0.12) 75%),
    linear-gradient(180deg, rgba(3, 14, 25, 0.7) 0%, transparent 31%, rgba(2, 11, 20, 0.38) 74%, rgba(2, 9, 17, 0.88) 100%);
}

.hero-vignette {
  z-index: -2;
  background:
    radial-gradient(circle at 63% 43%, transparent 0 22%, rgba(5, 18, 31, 0.2) 50%, rgba(2, 8, 15, 0.72) 100%),
    linear-gradient(115deg, rgba(25, 182, 209, 0.08), transparent 44%);
  box-shadow: inset 0 0 18vw 4vw rgba(1, 7, 13, 0.45);
}

.brand-header {
  position: absolute;
  z-index: 3;
  top: clamp(1.6rem, 3.1vw, 7rem);
  left: clamp(1.5rem, 4.5vw, 10rem);
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.4vw, 3.25rem);
}

.logo-frame {
  width: clamp(5.75rem, 5vw, 13rem);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(111, 224, 239, 0.56);
  border-radius: clamp(1rem, 1.1vw, 2.3rem);
  background: rgba(237, 250, 255, 0.94);
  box-shadow:
    0 1.5rem 5rem rgba(0, 0, 0, 0.32),
    0 0 3rem rgba(56, 212, 230, 0.12);
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-credo {
  margin: 0;
  color: rgba(233, 249, 255, 0.82);
  font-size: clamp(0.72rem, 0.64vw, 1.65rem);
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-copy {
  position: absolute;
  z-index: 2;
  left: clamp(1.5rem, 4.5vw, 10rem);
  bottom: clamp(5.8rem, 10vh, 14rem);
  width: min(58vw, 135rem);
  padding-left: clamp(1.2rem, 1.8vw, 4rem);
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: clamp(2px, 0.14vw, 6px);
  height: 82%;
  background: linear-gradient(180deg, var(--gold), rgba(67, 215, 232, 0.35));
  box-shadow: 0 0 2.5rem rgba(67, 215, 232, 0.24);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 0.9vw, 2rem);
  margin: 0 0 clamp(1.25rem, 1.8vw, 4rem);
  color: var(--cyan);
  font-size: clamp(0.82rem, 0.75vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow i {
  display: block;
  width: clamp(2.4rem, 3.5vw, 8rem);
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

h1 {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--ice);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 8.25vw, 20rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.79;
  text-wrap: balance;
  text-shadow: 0 0.18em 0.75em rgba(0, 0, 0, 0.48);
}

h1 strong {
  color: transparent;
  font-weight: 400;
  -webkit-text-stroke: clamp(1px, 0.075vw, 3px) rgba(234, 250, 255, 0.95);
}

.coming-soon {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.9rem, 0.9vw, 2rem);
  margin-top: clamp(2rem, 3vw, 6rem);
  padding: clamp(0.9rem, 0.95vw, 2.2rem) clamp(1.3rem, 1.8vw, 4rem);
  border: 1px solid rgba(214, 173, 100, 0.72);
  border-radius: 999px;
  background: linear-gradient(110deg, rgba(8, 30, 51, 0.9), rgba(8, 30, 51, 0.42));
  box-shadow:
    0 1.4rem 4.5rem rgba(0, 0, 0, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(18px);
}

.coming-soon p {
  margin: 0;
  color: #f4d49a;
  font-size: clamp(0.92rem, 0.9vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1;
  text-transform: uppercase;
}

.pulse {
  width: clamp(0.65rem, 0.58vw, 1.5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 0 rgba(67, 215, 232, 0.45);
  animation: pulse 2.4s ease-out infinite;
}

.edge-caption {
  position: absolute;
  right: clamp(1.5rem, 3.2vw, 7rem);
  bottom: clamp(1.6rem, 3vw, 6rem);
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 0.9vw, 2rem);
  color: rgba(225, 242, 248, 0.58);
  font-size: clamp(0.64rem, 0.58vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.edge-caption i {
  display: block;
  width: 1px;
  height: clamp(2.4rem, 4vh, 6rem);
  background: linear-gradient(var(--gold), transparent);
}

.light-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(67, 215, 232, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  top: 10%;
  right: -14%;
  width: 54vw;
  aspect-ratio: 1;
  box-shadow: 0 0 7vw rgba(67, 215, 232, 0.04);
}

.orbit-two {
  top: 20%;
  right: -7%;
  width: 38vw;
  aspect-ratio: 1;
  border-color: rgba(214, 173, 100, 0.13);
}

@keyframes cinematic-drift {
  from {
    transform: scale(1.055) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.09) translate3d(-0.6%, -0.35%, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(67, 215, 232, 0.48);
  }
  72%,
  100% {
    box-shadow: 0 0 0 1rem rgba(67, 215, 232, 0);
  }
}

@media (max-width: 780px) {
  .hero-image {
    object-position: 58% 50%;
  }

  .hero-wash {
    background:
      linear-gradient(180deg, rgba(2, 12, 23, 0.7) 0%, rgba(3, 18, 33, 0.12) 31%, rgba(2, 11, 20, 0.84) 72%, rgba(2, 9, 17, 0.97) 100%),
      linear-gradient(90deg, rgba(2, 12, 23, 0.64), transparent 74%);
  }

  .brand-header {
    right: 1.5rem;
    justify-content: space-between;
  }

  .brand-credo {
    max-width: 12rem;
    line-height: 1.6;
    white-space: normal;
  }

  .hero-copy {
    right: 1.5rem;
    bottom: 5.5rem;
    width: auto;
  }

  h1 {
    font-size: clamp(3.6rem, 16vw, 5.8rem);
    line-height: 0.84;
  }

  .edge-caption,
  .light-orbit {
    display: none;
  }
}

@media (max-height: 620px) and (orientation: landscape) {
  .brand-header {
    top: 1.1rem;
  }

  .logo-frame {
    width: 4.4rem;
  }

  .hero-copy {
    bottom: 2rem;
  }

  h1 {
    font-size: clamp(3.8rem, 10vw, 7rem);
  }

  .coming-soon {
    margin-top: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-image,
  .pulse {
    animation: none;
  }
}
