:root {
  color-scheme: dark;
  --bg: #111214;
  --panel: #1c1f24;
  --panel-soft: #242832;
  --text: #f5f0e8;
  --muted: #b8b2a8;
  --line: rgba(245, 240, 232, 0.16);
  --accent: #f2b84b;
  --accent-strong: #ff6f3c;
  --cyan: #61d1cb;
  --green: #80c35f;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(17, 18, 20, 0.52), #111214 76%),
    radial-gradient(circle at 20% 18%, rgba(242, 184, 75, 0.2), transparent 32%),
    radial-gradient(circle at 86% 4%, rgba(97, 209, 203, 0.16), transparent 28%),
    #111214;
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(17, 18, 20, 0.74);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.signup-row,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  object-fit: cover;
  box-shadow: 0 0 0 4px rgba(242, 184, 75, 0.16);
}

.nav-links {
  gap: clamp(14px, 3vw, 36px);
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-links a:hover,
.header-action:hover {
  color: var(--text);
}

.header-action,
.primary-button,
.secondary-button,
.signup-form button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-weight: 800;
}

.header-action,
.secondary-button {
  border: 1px solid var(--line);
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.05);
}

.hero {
  min-height: 92vh;
  position: relative;
  display: grid;
  align-items: end;
  padding: 140px clamp(18px, 5vw, 72px) 54px;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 18, 20, 0.92), rgba(17, 18, 20, 0.42) 54%, rgba(17, 18, 20, 0.12)),
    linear-gradient(0deg, #111214 0%, transparent 34%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(3.3rem, 8vw, 7.9rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  font-size: 1.08rem;
}

.hero-copy,
.section-copy p,
.feature-card p,
.wishlist p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: 1.12rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary-button,
.secondary-button {
  padding: 0 24px;
}

.primary-button {
  color: #17120b;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 12px 30px rgba(255, 111, 60, 0.24);
}

.inline-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--accent);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.quick-info div {
  min-height: 112px;
  padding: 24px clamp(18px, 3vw, 42px);
  background: rgba(28, 31, 36, 0.92);
}

.info-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.split-section,
.feature-section,
.media-section,
.updates-section,
.wishlist,
.staff-page,
.policy-page {
  padding: clamp(70px, 8vw, 118px) clamp(18px, 5vw, 72px);
}

.staff-page,
.policy-page {
  min-height: calc(100vh - 82px);
  padding-top: clamp(118px, 13vw, 164px);
  background:
    linear-gradient(180deg, rgba(17, 18, 20, 0.35), #111214 66%),
    url("assets/monkey-park-hero.png") center / cover fixed;
}

.policy-shell {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(28, 31, 36, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.policy-shell h1 {
  max-width: none;
  font-size: clamp(2.9rem, 7vw, 6.2rem);
}

.policy-date {
  margin: 16px 0 34px;
  color: var(--cyan);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-content {
  color: var(--muted);
  line-height: 1.72;
}

.policy-content h2 {
  margin: 34px 0 12px;
  color: var(--text);
  font-size: clamp(1.28rem, 2.4vw, 2rem);
  line-height: 1.15;
}

.policy-content p,
.policy-content ul {
  margin: 0 0 16px;
}

.policy-content ul {
  padding-left: 22px;
}

.policy-content li + li {
  margin-top: 10px;
}

.policy-content a {
  color: var(--accent);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.policy-note {
  color: var(--accent);
  font-weight: 900;
  text-transform: uppercase;
}

.staff-heading {
  max-width: 1200px;
  margin-inline: auto;
}

.staff-heading h1 {
  max-width: none;
  font-size: clamp(3rem, 7vw, 6.8rem);
}

.staff-grid {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.staff-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 16px 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(28, 31, 36, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.staff-card img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid rgba(245, 240, 232, 0.18);
  background: var(--panel-soft);
}

.staff-card h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1;
}

.staff-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.split-section,
.updates-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  align-items: center;
  gap: clamp(32px, 6vw, 86px);
}

.section-copy {
  max-width: 560px;
}

.video-placeholder,
.video-frame {
  aspect-ratio: 16 / 9;
  box-shadow: var(--shadow);
}

.video-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-soft);
}

.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.placeholder-media,
.image-frame {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(242, 184, 75, 0.2), transparent 28%),
    linear-gradient(315deg, rgba(97, 209, 203, 0.2), transparent 32%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    #20242b;
}

.image-frame {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--panel-soft);
  object-fit: cover;
}

.placeholder-media span {
  position: relative;
  z-index: 2;
  max-width: 90%;
  padding: 12px 16px;
  border-radius: 7px;
  border: 1px solid rgba(245, 240, 232, 0.24);
  background: rgba(17, 18, 20, 0.72);
  color: var(--text);
  font-weight: 800;
  text-align: center;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

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

.feature-card,
.updates-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(28, 31, 36, 0.82);
}

.feature-card {
  min-height: 250px;
  padding: 24px;
}

.feature-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--cyan), var(--green)),
    var(--cyan);
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.screenshot {
  min-height: 250px;
  aspect-ratio: 4 / 3;
}

.updates-list {
  display: grid;
  gap: 14px;
}

.updates-list article {
  padding: 22px;
}

.updates-list span {
  display: block;
  margin-bottom: 10px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wishlist {
  text-align: center;
  background: linear-gradient(135deg, rgba(128, 195, 95, 0.13), rgba(255, 111, 60, 0.14));
  border-block: 1px solid var(--line);
}

.wishlist h2 {
  margin-bottom: 22px;
}

.signup-form {
  width: min(560px, 100%);
  margin: 0 auto;
  text-align: left;
}

.signup-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.85rem;
}

.signup-row {
  gap: 10px;
}

.signup-form input,
.signup-form button {
  border-radius: 7px;
  font: inherit;
}

.signup-form input {
  min-width: 0;
  flex: 1;
  height: 52px;
  border: 1px solid var(--line);
  padding: 0 16px;
  background: rgba(17, 18, 20, 0.68);
  color: var(--text);
}

.signup-form button {
  border: 0;
  padding: 0 22px;
  color: #17120b;
  background: var(--accent);
  cursor: pointer;
}

.site-footer {
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

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

@media (max-width: 900px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 760px;
    padding-top: 82px;
  }

  .hero::after {
    background:
      linear-gradient(0deg, #111214 0%, rgba(17, 18, 20, 0.62) 54%, rgba(17, 18, 20, 0.22)),
      linear-gradient(90deg, rgba(17, 18, 20, 0.84), transparent);
  }

  .quick-info,
  .feature-grid,
  .media-grid,
  .staff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-section,
  .updates-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .header-action {
    width: 100%;
  }

  .hero {
    min-height: 700px;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 4.5rem);
  }

  .quick-info,
  .feature-grid,
  .media-grid,
  .staff-grid {
    grid-template-columns: 1fr;
  }

  .quick-info div {
    min-height: 88px;
  }

  .signup-row,
  .site-footer,
  .footer-links {
    align-items: stretch;
    flex-direction: column;
  }

  .signup-form button {
    width: 100%;
  }
}
