/* GatherOS Theme */
:root {
  --bg: #FAF8F5;
  --bg-alt: #F0EDE7;
  --fg: #0F0D0B;
  --fg-muted: #6B6560;
  --fg-faint: #B8B3AD;
  --accent: #C84B31;
  --accent-dark: #A33B26;
  --accent-light: rgba(200, 75, 49, 0.08);
  --border: #E8E4DE;
  --white: #FFFFFF;
}

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

html { font-size: 16px; scroll-behavior: smooth; }

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

/* ─── HERO ─────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0F0D0B;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 30%, rgba(200, 75, 49, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 20% 80%, rgba(138, 105, 80, 0.2) 0%, transparent 50%),
    linear-gradient(160deg, #0F0D0B 0%, #1A120A 50%, #0F0D0B 100%);
}

.hero-ambient-light {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(200, 75, 49, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero-table-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  animation: float-icon 8s ease-in-out infinite;
}

@keyframes float-icon {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-12px); }
}

.hero-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.conv-line {
  position: absolute;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 2px;
}

.l1 { width: 120px; height: 2px; top: 30%; left: 10%; animation: pulse-line 4s ease-in-out 0s infinite; }
.l2 { width: 80px; height: 2px; top: 55%; right: 12%; animation: pulse-line 4s ease-in-out 1.5s infinite; }
.l3 { width: 60px; height: 2px; bottom: 35%; left: 20%; animation: pulse-line 4s ease-in-out 3s infinite; }

@keyframes pulse-line {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.8; }
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 120px 80px 120px 80px;
  max-width: 900px;
}

.hero-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 28px;
  font-weight: 500;
}

.hero-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  font-weight: 600;
  color: #FAF8F5;
  line-height: 1.05;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.hero-headline em {
  font-style: italic;
  color: #D4654A;
}

.hero-lede {
  font-size: 1.125rem;
  color: rgba(250, 248, 245, 0.6);
  max-width: 520px;
  line-height: 1.7;
  font-weight: 300;
}

/* ─── STATS ─────────────────────────────────────────── */
.stats {
  background: var(--fg);
  padding: 56px 80px;
}

.stats-inner {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-block {
  flex: 1;
  padding: 0 40px;
  text-align: center;
}

.stat-block:first-child { padding-left: 0; }
.stat-block:last-child { padding-right: 0; }

.stat-number {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-desc {
  display: block;
  font-size: 0.75rem;
  color: rgba(250, 248, 245, 0.45);
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.stat-divider {
  width: 1px;
  height: 60px;
  background: rgba(250, 248, 245, 0.1);
  flex-shrink: 0;
}

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

.section-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 56px;
}

/* ─── HOW IT WORKS ────────────────────────────────── */
.how-it-works {
  background: var(--bg);
  padding: 96px 80px;
}

.how-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 40px;
}

.step { }

.step-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--border);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.step-content h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--fg);
}

.step-content p {
  font-size: 0.9rem;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* ─── AUDIENCES ───────────────────────────────────── */
.audiences {
  background: var(--bg-alt);
  padding: 96px 80px;
}

.audiences-inner {
  max-width: 1200px;
  margin: 0 auto;
}

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

.audience-card {
  background: var(--bg);
  padding: 40px 36px;
  border: 1px solid var(--border);
}

.audience-icon {
  margin-bottom: 20px;
}

.audience-card h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--fg);
}

.audience-card p {
  font-size: 0.875rem;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* ─── VENUES ─────────────────────────────────────── */
.venues {
  background: #0F0D0B;
  padding: 96px 80px;
}

.venues-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.venues-text .section-eyebrow { color: rgba(200, 75, 49, 0.8); }
.venues-text .section-headline { color: #FAF8F5; }

.venues-body {
  font-size: 1rem;
  color: rgba(250, 248, 245, 0.55);
  line-height: 1.7;
  margin-bottom: 32px;
}

.venue-benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.venue-benefits li {
  font-size: 0.9rem;
  color: rgba(250, 248, 245, 0.6);
  padding-left: 20px;
  position: relative;
}

.venue-benefits li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.venue-card-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.venue-stat-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--accent);
  padding: 24px 28px;
  border-radius: 2px;
}

.vsc-number {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 8px;
}

.vsc-label {
  display: block;
  font-size: 0.8rem;
  color: rgba(250, 248, 245, 0.45);
  line-height: 1.5;
}

/* ─── CLOSING ─────────────────────────────────────── */
.closing {
  background: var(--bg);
  padding: 120px 80px;
}

.closing-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.closing-icon {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.closing-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 28px;
}

.closing-body {
  font-size: 1.125rem;
  color: var(--fg-muted);
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto 24px;
}

.closing-founder {
  font-size: 0.8rem;
  color: var(--fg-faint);
  letter-spacing: 0.05em;
}

/* ─── FOOTER ──────────────────────────────────────── */
.footer {
  background: var(--bg-alt);
  padding: 40px 80px;
  border-top: 1px solid var(--border);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 4px;
}

.footer-company {
  font-size: 0.75rem;
  color: var(--fg-faint);
}

.footer-address,
.footer-legal {
  font-size: 0.75rem;
  color: var(--fg-faint);
  text-align: right;
  line-height: 1.6;
}

/* ─── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 900px) {
  .hero-inner { padding: 80px 32px 80px; }
  .stats { padding: 40px 32px; }
  .stats-inner { flex-direction: column; gap: 32px; }
  .stat-block { padding: 0; border-bottom: 1px solid rgba(250,248,245,0.08); padding-bottom: 24px; }
  .stat-block:last-child { border-bottom: none; padding-bottom: 0; }
  .stat-divider { display: none; }
  .how-it-works { padding: 64px 32px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 40px; }
  .audiences { padding: 64px 32px; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .venues { padding: 64px 32px; }
  .venues-inner { grid-template-columns: 1fr; gap: 48px; }
  .closing { padding: 80px 32px; }
  .footer { padding: 32px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-address, .footer-legal { text-align: center; }
}

@media (max-width: 600px) {
  .hero-inner { padding: 60px 24px; }
  .stats { padding: 32px 24px; }
  .how-it-works { padding: 48px 24px; }
  .steps { grid-template-columns: 1fr; }
  .audiences { padding: 48px 24px; }
  .audience-grid { grid-template-columns: 1fr; }
  .venues { padding: 48px 24px; }
  .closing { padding: 64px 24px; }
  .footer { padding: 24px; }
  .footer-inner { gap: 16px; }
}