:root {
  --ink: #14324a;
  --deep: #0b4666;
  --ocean: #13aee8;
  --sky: #7be7ff;
  --sun: #ffd74a;
  --coral: #ff685c;
  --leaf: #2fc36b;
  --cream: #fff7dc;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(18, 54, 73, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #e8fbff 0%, #fff8df 50%, #ffffff 100%);
  font-family: "Trebuchet MS", "Aptos Display", "Segoe UI", system-ui, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding-block: 8px;
  background: rgba(12, 90, 125, 0.92);
  box-shadow: 0 10px 30px rgba(9, 52, 73, 0.18);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 118px;
}

.brand-logo {
  width: clamp(118px, 15vw, 190px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.24));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 26px);
  font-weight: 900;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

.site-nav a {
  padding: 8px 0;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 3px solid rgba(16, 47, 68, 0.18);
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 8px 0 rgba(8, 53, 73, 0.18), var(--shadow);
  transform: translateY(0);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.nav-cta,
.button.primary {
  color: #532f00;
  background: linear-gradient(180deg, #fff06d, var(--sun));
}

.button.secondary {
  color: var(--deep);
  background: rgba(255, 255, 255, 0.9);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 0 rgba(8, 53, 73, 0.16), 0 20px 48px rgba(18, 54, 73, 0.25);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 66, 93, 0.78) 0%, rgba(5, 66, 93, 0.44) 38%, rgba(5, 66, 93, 0.04) 74%),
    linear-gradient(0deg, rgba(8, 54, 73, 0.35), rgba(8, 54, 73, 0.02) 42%);
}

.hero-content {
  width: min(720px, calc(100% - 36px));
  margin-left: clamp(18px, 6vw, 82px);
  padding-top: 86px;
  color: var(--white);
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--sun);
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 7vw, 6.6rem);
  line-height: 0.88;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.96;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.hero-copy {
  max-width: 570px;
  margin-bottom: 28px;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.status-note {
  margin: 18px 0 0;
  font-size: 0.98rem;
  font-weight: 800;
  opacity: 0.92;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  color: var(--deep);
  background: var(--deep);
  font-weight: 950;
  text-align: center;
}

.quick-strip span {
  padding: 18px 12px;
  background: var(--sun);
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 9vw, 108px) 0;
}

.trailer-section,
.press-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.section-copy p,
.press-section p {
  max-width: 560px;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.55;
}

.trailer-frame {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 5px solid var(--white);
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 68% 36%, rgba(255, 215, 74, 0.9), transparent 18%),
    linear-gradient(135deg, var(--coral), var(--ocean) 55%, var(--leaf));
  box-shadow: var(--shadow);
}

.trailer-frame strong {
  position: absolute;
  bottom: 24px;
  font-size: 1.1rem;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.24);
}

.play-mark {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.play-mark::after {
  content: "";
  position: absolute;
  left: calc(50% - 11px);
  top: calc(50% - 21px);
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 32px solid var(--coral);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-grid article {
  min-height: 238px;
  padding: 24px;
  border: 4px solid rgba(20, 50, 74, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.feature-grid p {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.45;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #4b2b00;
  background: var(--sun);
  font-weight: 950;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.shot-card {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: end start;
  padding: 22px;
  border: 5px solid var(--white);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(0deg, rgba(8, 54, 73, 0.68), transparent 55%),
    linear-gradient(135deg, #26c6f0, #50c86e 52%, #ffe05f);
  box-shadow: var(--shadow);
  font-size: 1.25rem;
  font-weight: 950;
}

.press-section {
  margin-bottom: 36px;
  padding-inline: clamp(20px, 4vw, 42px);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--deep), #1384a7);
  box-shadow: var(--shadow);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 34px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: #083649;
}

.site-footer p {
  margin: 8px 0 0;
  opacity: 0.86;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .site-nav {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-art {
    object-position: 62% center;
  }

  .hero-content {
    margin: 0 auto;
    padding-top: 112px;
  }

  .quick-strip,
  .feature-grid,
  .screenshot-grid,
  .trailer-section,
  .press-section {
    grid-template-columns: 1fr;
  }

  .quick-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .nav-cta {
    min-height: 40px;
    padding: 10px 13px;
    font-size: 0.9rem;
  }

  .brand-logo {
    width: 118px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    width: min(100% - 28px, 520px);
  }

  h1 {
    font-size: 3rem;
  }

  .button {
    width: 100%;
  }

  .quick-strip {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: block;
  }

  .footer-links {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
