:root {
  --bg: #0a0a0f;
  --bg-card: #111118;
  --bg-card-hover: #18181f;
  --fg: #f5efe6;
  --fg-muted: #8a8a9a;
  --accent: #c9a84c;
  --accent-dim: rgba(201, 168, 76, 0.15);
  --border: rgba(245, 239, 230, 0.08);
  --set-neon: #1a0015;
  --set-neon-accent: #e040fb;
  --set-lounge: #1a1208;
  --set-lounge-accent: #c9a84c;
  --set-podcast: #0f1118;
  --set-podcast-accent: #6c8af5;
  --set-moody: #0d0d10;
  --set-moody-accent: #7a6a5a;
  --set-jet: #0a1520;
  --set-jet-accent: #4a8fb5;
  --set-cyclo: #f0ede8;
  --set-cyclo-fg: #1a1a1f;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 48px;
  border-bottom: 1px solid var(--border);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.brand-mark {
  color: var(--accent);
  font-size: 12px;
}

.nav-location {
  font-size: 12px;
  color: var(--fg-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-link {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--fg-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-link:hover,
.nav-link--active {
  color: var(--fg);
}

.nav-link--cta {
  background: var(--accent);
  color: #0a0a0f;
  padding: 8px 18px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-link--cta:hover {
  background: #e0bc5a;
  color: #0a0a0f;
}

/* ── HERO ── */
.hero {
  padding: 96px 48px 80px;
  max-width: 900px;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 28px;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.hero-headline {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(52px, 7vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 28px;
}

.hero-sub {
  font-size: 18px;
  color: var(--fg-muted);
  max-width: 540px;
  line-height: 1.7;
  margin-bottom: 56px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-value {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
}

.stat-label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-muted);
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
}

/* ── SECTION SHARED ── */
.section-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.section-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 48px;
}

/* ── SETS ── */
.sets {
  padding: 80px 48px;
  border-top: 1px solid var(--border);
}

.sets-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 12px;
}

.set-card {
  position: relative;
  padding: 36px;
  border-radius: 4px;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.set-card--wide {
  grid-column: span 2;
}

.set-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-muted);
  border: 1px solid var(--border);
  padding: 4px 8px;
  border-radius: 2px;
}

.set-card h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 8px;
}

.set-card p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--fg-muted);
  max-width: 320px;
}

.set-neon {
  background: var(--set-neon);
  background-image:
    radial-gradient(ellipse at 80% 20%, rgba(224, 64, 251, 0.3) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(100, 20, 180, 0.2) 0%, transparent 50%);
}
.set-neon h3 { color: #e040fb; }

.set-lounge {
  background: var(--set-lounge);
  background-image:
    radial-gradient(ellipse at 90% 10%, rgba(201, 168, 76, 0.2) 0%, transparent 50%),
    linear-gradient(160deg, #1a1208 0%, #0e0b05 100%);
}
.set-lounge h3 { color: var(--accent); }

.set-podcast {
  background: var(--set-podcast);
  background-image:
    radial-gradient(ellipse at 30% 30%, rgba(108, 138, 245, 0.15) 0%, transparent 50%);
}
.set-podcast h3 { color: #6c8af5; }

.set-moody {
  background: var(--set-moody);
  background-image:
    radial-gradient(ellipse at 70% 60%, rgba(122, 106, 90, 0.2) 0%, transparent 50%);
}
.set-moody h3 { color: #9a8a7a; }

.set-jet {
  background: var(--set-jet);
  background-image:
    radial-gradient(ellipse at 50% 50%, rgba(74, 143, 181, 0.25) 0%, transparent 60%);
}
.set-jet h3 { color: #5aafd4; }

.set-cyclo {
  background: var(--set-cyclo);
  background-image: linear-gradient(135deg, #f0ede8 0%, #d8d3cc 100%);
}
.set-cyclo h3 { color: #1a1a1f; }
.set-cyclo p { color: #555; }

/* ── MANIFESTO ── */
.manifesto {
  padding: 80px 48px;
  border-top: 1px solid var(--border);
}

.manifesto-inner {
  max-width: 800px;
}

.manifesto-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}

.manifesto-quote {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
  color: var(--fg);
  margin-bottom: 28px;
  font-style: normal;
  border-left: 2px solid var(--accent);
  padding-left: 24px;
}

.manifesto-body {
  font-size: 16px;
  color: var(--fg-muted);
  line-height: 1.8;
  max-width: 580px;
}

/* ── PRICING ── */
.pricing {
  padding: 80px 48px;
  border-top: 1px solid var(--border);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 0;
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 32px;
  position: relative;
  transition: border-color 0.2s;
}

.pricing-card:hover {
  border-color: rgba(201, 168, 76, 0.3);
}

.pricing-card--featured {
  border-color: rgba(201, 168, 76, 0.4);
  background: rgba(201, 168, 76, 0.04);
}

.pricing-badge {
  position: absolute;
  top: -10px;
  left: 32px;
  background: var(--accent);
  color: #0a0a0f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
}

.pricing-tier {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 16px;
}

.pricing-price {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: var(--fg);
  margin-bottom: 24px;
}

.pricing-unit {
  font-size: 16px;
  font-weight: 400;
  color: var(--fg-muted);
}

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing-features li {
  font-size: 13px;
  color: var(--fg-muted);
  padding-left: 16px;
  position: relative;
}

.pricing-features li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 11px;
}

/* ── CLOSING ── */
.closing {
  padding: 96px 48px;
  border-top: 1px solid var(--border);
}

.closing-inner {
  max-width: 700px;
}

.closing-rule {
  width: 48px;
  height: 1px;
  background: var(--accent);
  margin-bottom: 40px;
}

.closing-rule:last-child {
  margin-top: 40px;
  margin-bottom: 0;
}

.closing-statement {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.4;
  color: var(--fg);
}

/* ── FOOTER ── */
.footer {
  padding: 32px 48px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.footer-meta {
  display: flex;
  gap: 24px;
  font-size: 12px;
  color: var(--fg-muted);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav, .hero, .sets, .manifesto, .pricing, .closing, .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-headline { font-size: 48px; }
  .hero-stats { gap: 20px; }
  .sets-grid { grid-template-columns: 1fr; }
  .set-card--wide { grid-column: span 1; }
  .pricing-grid { grid-template-columns: 1fr; }
  .footer { flex-direction: column; gap: 16px; }
  .nav-links { gap: 16px; }
  .nav-link { font-size: 12px; }
}

@media (max-width: 480px) {
  .hero-stats { flex-wrap: wrap; }
  .stat-divider { display: none; }
  .nav-links { display: none; }
}