:root {
  --bg: #0b0f14;
  --bg-soft: #111823;
  --panel: rgba(16, 23, 33, 0.88);
  --panel-strong: rgba(19, 28, 40, 0.96);
  --line: rgba(255, 255, 255, 0.08);
  --text: #f5f0e8;
  --muted: #b9b2a8;
  --gold: #e8b04b;
  --gold-soft: #ffcf7a;
  --crimson: #c5543f;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --display: "Georgia", "Times New Roman", serif;
  --body: "Trebuchet MS", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--body);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(232, 176, 75, 0.16), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(197, 84, 63, 0.18), transparent 22%),
    linear-gradient(180deg, #091017 0%, #101924 45%, #0a0f15 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 100% 100%, 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 85%);
}

.page-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.25rem 0 4rem;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 1.5rem;
}

.brand,
.site-nav a,
.button {
  text-decoration: none;
}

.brand {
  font-family: var(--display);
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.96rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: stretch;
  padding: 3rem 0 2rem;
}

.hero-copy,
.hero-card,
.hero-photo-frame,
.panel,
.feature-strip article,
.watch-section {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-card,
.hero-photo-frame,
.panel,
.watch-section {
  border-radius: 28px;
}

.hero-copy {
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

h1,
h2,
h3 {
  font-family: var(--display);
  line-height: 0.98;
  margin: 0;
}

h1 {
  font-size: clamp(3.4rem, 8vw, 6.8rem);
  max-width: 9ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.25rem;
  margin: 0.7rem 0;
}

.hero-text,
.panel p,
.watch-copy p,
.hero-card p,
.detail-list {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.02rem;
}

.hero-text {
  max-width: 34rem;
  margin: 1.4rem 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-bottom-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.hero-mini-card {
  padding: 1rem 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.mini-label,
.roadmap-step {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--gold-soft);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-mini-card strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.45;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0 1.3rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: transform 180ms ease, border-color 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #1b140b;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}

.button-secondary {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent),
    var(--panel-strong);
}

.hero-visual {
  display: grid;
  gap: 1rem;
}

.hero-photo-frame {
  position: relative;
  overflow: hidden;
  min-height: 29rem;
  background:
    radial-gradient(circle at top, rgba(255, 207, 122, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(197, 84, 63, 0.12), transparent),
    var(--panel-strong);
}

.hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.04) contrast(1.03);
}

.hero-card-glow {
  position: absolute;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  top: -4rem;
  right: -5rem;
  background: radial-gradient(circle, rgba(232, 176, 75, 0.35), transparent 65%);
  filter: blur(6px);
}

.card-label,
.stat-label,
.feature-strip span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.card-label {
  position: relative;
  margin: 0 0 1rem;
  color: var(--gold-soft);
  font-size: 0.78rem;
}

.hero-stats {
  position: relative;
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-stats div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-value {
  font-family: var(--display);
  font-size: 1.1rem;
}

.stat-label {
  color: var(--muted);
  font-size: 0.72rem;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1rem 0 2rem;
}

.feature-strip article {
  padding: 1.4rem;
  border-radius: 24px;
}

.feature-strip span {
  color: var(--gold-soft);
  font-size: 0.75rem;
}

.subscriber-widget {
  margin-top: 0.25rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.subscriber-frame {
  display: block;
  width: 100%;
  height: 170px;
  border: 0;
  background: transparent;
}

.subscriber-note {
  margin-top: 0.75rem;
}

.subscriber-note a {
  color: var(--gold-soft);
  text-decoration: none;
}

.subscriber-note a:hover {
  text-decoration: underline;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.spotlight-main {
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(232, 176, 75, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    var(--panel-strong);
}

.spotlight-side {
  min-height: 100%;
}

.panel {
  padding: 2rem;
}

.panel-large {
  grid-column: span 2;
  padding: 2.5rem;
}

.accent-panel {
  background:
    radial-gradient(circle at top right, rgba(232, 176, 75, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(197, 84, 63, 0.08), transparent),
    var(--panel);
}

.detail-list {
  margin: 0;
  padding-left: 1.1rem;
}

.detail-list li + li {
  margin-top: 0.7rem;
}

.quote-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  background:
    linear-gradient(160deg, rgba(232, 176, 75, 0.14), transparent 65%),
    var(--panel-strong);
}

.quote {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.2;
  color: var(--text);
}

.roadmap-section {
  margin-top: 2rem;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.roadmap-item {
  padding: 1.25rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.roadmap-item p {
  margin-bottom: 0;
}

.watch-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 2rem 2.25rem;
}

.watch-copy {
  max-width: 42rem;
}

.watch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.button-large {
  min-width: 15rem;
}

.hero-secondary {
  padding-top: 2rem;
}

.collab-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.collab-form label {
  display: grid;
  gap: 0.5rem;
  color: var(--text);
  font-size: 0.95rem;
}

.collab-form input,
.collab-form select,
.collab-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  padding: 0.9rem 1rem;
  font: inherit;
}

.collab-form textarea {
  resize: vertical;
}

.collab-form input::placeholder,
.collab-form textarea::placeholder {
  color: rgba(245, 240, 232, 0.45);
}

.collab-form .full-width {
  grid-column: 1 / -1;
}

.hidden-field {
  display: none;
}

.form-note {
  margin-top: 1rem;
  font-size: 0.95rem;
}

.direct-contact {
  margin-top: 0.75rem;
}

.direct-contact a,
.panel a {
  color: var(--gold-soft);
  text-decoration: none;
}

.direct-contact a:hover,
.panel a:hover {
  text-decoration: underline;
}

.thanks-shell {
  min-height: calc(100vh - 4rem);
  display: grid;
  place-items: center;
}

.thanks-panel {
  width: min(720px, 100%);
  padding: 2.6rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .hero,
  .content-grid,
  .spotlight-grid,
  .roadmap-grid,
  .feature-strip,
  .watch-section {
    grid-template-columns: 1fr;
  }

  .site-header,
  .watch-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .collab-form {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 2.2rem;
  }

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

  .panel-large {
    grid-column: span 1;
  }

  .button-large {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 1rem, 100%);
  }

  .site-header {
    padding-top: 0.6rem;
  }

  .site-nav {
    gap: 0.7rem 1rem;
  }

  .hero {
    padding-top: 1.4rem;
  }

  .hero-copy,
  .hero-card,
  .panel,
  .watch-section {
    border-radius: 22px;
  }

  .hero-copy,
  .panel,
  .hero-card,
  .hero-photo-frame,
  .watch-section {
    padding: 1.35rem;
  }

  .hero-photo-frame {
    min-height: 24rem;
    padding: 0;
  }

  .hero-copy {
    gap: 1.5rem;
  }

  h1 {
    font-size: clamp(2.8rem, 18vw, 4rem);
  }
}
