/* Number Naughties press kit styles */
:root {
  color-scheme: dark;
  --bg: #08090d;
  --surface: #0f1220;
  --surface-2: #151b2d;
  --text: #e9eff7;
  --muted: #96a1b3;
  --accent: #8ab2ff;
  --accent-2: #e27bff;
  --border: rgba(255, 255, 255, 0.08);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  font-family: 'Inter', system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at top, rgba(138, 178, 255, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(226, 123, 255, 0.12), transparent 24%),
    var(--bg);
  color: var(--text);
}

button,
a {
  font: inherit;
}

a {
  color: var(--accent);
  text-decoration: none;
}

.page-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px;
}

.topbar {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 24px;
}

.brand {
  display: flex;
  gap: 14px;
  align-items: center;
}

.brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #8ab2ff 0%, #e27bff 100%);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-label {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.brand-subtitle {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-toggle {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 11px 16px;
  border-radius: 999px;
  cursor: pointer;
}

.topnav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.topnav a {
  color: var(--muted);
  font-weight: 500;
  transition: color 0.2s ease;
}

.topnav a:hover,
.topnav a:focus-visible {
  color: var(--accent);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
  padding: 40px 0 24px;
}

.eyebrow,
.section-label,
.status-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
  font-size: 0.78rem;
  margin-bottom: 12px;
}

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 0.95;
}

.hero-description,
.split-text p,
.status-card p,
.request-panel p,
.contact-panel p,
.footer {
  max-width: 70ch;
  line-height: 1.75;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 28px 0 20px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.primary-btn {
  background: var(--accent);
  color: #08090d;
  font-weight: 700;
}

.secondary-btn {
  background: transparent;
  color: var(--text);
  border-color: rgba(255,255,255,0.12);
}

.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-1px);
}

.hero-meta {
  display: grid;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--text);
}

.hero-image {
  display: grid;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.image-placeholder,
.screenshot-placeholder {
  min-height: 420px;
  background: linear-gradient(180deg, rgba(138,178,255,0.14), rgba(226,123,255,0.16));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 28px;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  color: var(--text);
  text-align: center;
  padding: 24px;
}

.content-section {
  padding: 48px 0;
  border-top: 1px solid var(--border);
}

.section-header h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.split-text {
  display: grid;
  gap: 22px;
  margin-top: 20px;
}

.feature-grid,
.status-grid {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.feature-card,
.status-card,
.request-panel,
.contact-panel {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

.feature-card h3,
.status-card h3 {
  margin: 0 0 12px;
  color: var(--text);
}

.feature-card img {
  width: 100%;
  display: block;
  border-radius: 18px;
  margin-top: 18px;
  border: 1px solid rgba(255,255,255,0.08);
}

.gallery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.gallery-item {
  display: grid;
  gap: 12px;
}

.gallery-item figcaption {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.video-section .video-frame {
  margin-top: 26px;
  aspect-ratio: 16 / 9;
  background: #05070f;
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
}

.video-frame iframe,
.youtube-player {
  width: 100%;
  height: 100%;
}

.video-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(5, 7, 15, 0.9);
  padding: 18px;
  text-align: center;
}

.video-fallback.hidden {
  display: none;
}

.video-fallback a {
  display: grid;
  gap: 12px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-items: center;
}

.video-fallback img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
}

.video-fallback .play-overlay {
  font-size: 3rem;
  color: white;
  mix-blend-mode: difference;
}

.request-panel {
  display: grid;
  gap: 22px;
  margin-top: 18px;
}

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

.hint {
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-panel {
  display: grid;
  gap: 24px;
  margin-top: 18px;
}

.social-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  color: var(--accent);
  font-weight: 600;
}

.footer {
  padding: 26px 0 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 940px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-image {
    order: -1;
  }
}

@media (max-width: 768px) {
  .page-shell {
    padding: 18px;
  }

  .topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .topnav {
    display: none;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: rgba(255,255,255,0.03);
  }

  .topnav.open {
    display: flex;
  }

  .hero {
    gap: 24px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .status-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 2.7rem;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
  }
}
