:root {
  --bg: #1c1c1e;
  --bg-card: #252527;
  --bg-card-alt: #2e2e31;
  --cream: #f5f0e8;
  --cream-muted: #c8bfb0;
  --orange: #ea580b;
  --orange-light: #ff7a35;
  --text-primary: #f5f0e8;
  --text-secondary: #a89f91;
  --text-muted: #6e6560;
  --border: rgba(245,240,232,0.08);
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Outfit', system-ui, sans-serif;
}

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

body {
  background: var(--bg);
  color: var(--text-primary);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Navigation */
.site-nav { padding: 20px 0; border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1160px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: var(--serif); font-weight: 700; font-size: 1.2rem; letter-spacing: -0.02em; color: var(--cream); }
.nav-tag { font-size: 0.75rem; color: var(--text-secondary); letter-spacing: 0.08em; text-transform: uppercase; }

/* Hero */
.hero { padding: 80px 0 96px; border-bottom: 1px solid var(--border); }
.hero-inner { max-width: 1160px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero-eyebrow { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); font-weight: 600; margin-bottom: 20px; }
.hero-headline { font-family: var(--serif); font-size: clamp(2.4rem, 4.5vw, 3.8rem); font-weight: 700; line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 24px; color: var(--cream); }
.hero-headline em { font-style: italic; color: var(--orange); }
.hero-sub { font-size: 1.05rem; color: var(--text-secondary); line-height: 1.7; max-width: 480px; margin-bottom: 40px; font-weight: 300; }
.hero-channels { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.channel-tag { font-size: 0.75rem; letter-spacing: 0.06em; color: var(--cream); background: var(--bg-card); border: 1px solid var(--border); padding: 6px 14px; border-radius: 100px; font-weight: 500; }
.channel-sep { width: 4px; height: 4px; background: var(--orange); border-radius: 50%; }
.hero-visual { display: flex; flex-direction: column; gap: 16px; }
.visual-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 20px 24px; display: flex; align-items: flex-start; gap: 16px; transition: border-color 0.2s; }
.visual-card:hover { border-color: var(--orange); }
.tv-card { border-color: rgba(234,88,11,0.3); }
.bridge-card { background: var(--orange); border-color: var(--orange); justify-content: center; align-items: center; flex-direction: column; text-align: center; padding: 16px; }
.card-icon { width: 44px; height: 44px; background: var(--bg-card-alt); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--orange); }
.bridge-icon { background: rgba(255,255,255,0.15); color: white; }
.card-label { font-weight: 600; font-size: 0.95rem; display: block; color: var(--cream); margin-bottom: 4px; }
.card-desc { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.5; margin: 0; }

/* Pain */
.pain { padding: 96px 0; border-bottom: 1px solid var(--border); }
.pain-inner { max-width: 1160px; margin: 0 auto; padding: 0 32px; }
.pain-label { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); font-weight: 600; margin-bottom: 20px; }
.pain-headline { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 600; line-height: 1.25; letter-spacing: -0.02em; max-width: 620px; margin-bottom: 56px; color: var(--cream); }
.pain-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 32px; align-items: center; }
.pain-block { background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 28px 28px; margin-bottom: 16px; }
.solution-block { border-color: rgba(234,88,11,0.4); background: rgba(234,88,11,0.06); }
.pain-block h3 { font-size: 0.9rem; font-weight: 600; color: var(--cream); margin-bottom: 10px; letter-spacing: -0.01em; }
.pain-block p { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.6; }
.pain-divider { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 0 16px; }
.divider-line { width: 1px; height: 80px; background: var(--border); display: flex; align-items: center; justify-content: center; }
.divider-arrow { color: var(--orange); }
.divider-label { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); white-space: nowrap; text-align: center; }

/* Services */
.services { padding: 96px 0; border-bottom: 1px solid var(--border); }
.services-inner { max-width: 1160px; margin: 0 auto; padding: 0 32px; }
.services-header { margin-bottom: 56px; }
.section-label { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); font-weight: 600; margin-bottom: 16px; }
.services-headline { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 600; letter-spacing: -0.02em; color: var(--cream); line-height: 1.2; max-width: 480px; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.service-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 20px; padding: 36px 32px; position: relative; }
.service-card--accent { border-color: rgba(234,88,11,0.35); background: linear-gradient(135deg, rgba(234,88,11,0.08) 0%, var(--bg-card) 60%); }
.service-card--full { background: var(--bg-card-alt); }
.combo-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--orange); color: white; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; margin-bottom: 24px; }
.service-icon { width: 48px; height: 48px; background: var(--bg-card-alt); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--orange); margin-bottom: 20px; }
.service-icon--light { background: rgba(234,88,11,0.15); }
.service-title { font-size: 1.05rem; font-weight: 600; color: var(--cream); margin-bottom: 12px; letter-spacing: -0.01em; }
.service-title--light { color: var(--orange-light); }
.service-desc { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.65; margin-bottom: 20px; font-weight: 300; }
.service-desc--light { color: rgba(245,240,232,0.65); }
.service-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.service-list li { font-size: 0.8rem; color: var(--text-secondary); padding-left: 16px; position: relative; line-height: 1.5; }
.service-list li::before { content: ''; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; }
.service-list--light li { color: rgba(245,240,232,0.55); }
.service-list--light li::before { background: var(--orange-light); }

/* Stats */
.stats { padding: 72px 0; border-bottom: 1px solid var(--border); }
.stats-inner { max-width: 1160px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 0; }
.stats-item { text-align: center; padding: 0 20px; }
.stats-num { display: block; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--orange); letter-spacing: -0.03em; line-height: 1; margin-bottom: 8px; }
.stats-label { font-size: 0.78rem; color: var(--text-secondary); line-height: 1.4; display: block; max-width: 160px; margin: 0 auto; }
.stats-divider { width: 1px; height: 60px; background: var(--border); flex-shrink: 0; }

/* Why */
.why { padding: 96px 0; border-bottom: 1px solid var(--border); }
.why-inner { max-width: 1160px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.why-headline { font-family: var(--serif); font-size: clamp(1.6rem, 2.8vw, 2.2rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; color: var(--cream); margin-bottom: 20px; }
.why-body { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.75; margin-bottom: 16px; font-weight: 300; }
.why-cards { display: flex; flex-direction: column; gap: 16px; }
.why-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 24px 28px; }
.why-card-num { display: block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; color: var(--orange); text-transform: uppercase; margin-bottom: 10px; }
.why-card h4 { font-size: 0.95rem; font-weight: 600; color: var(--cream); margin-bottom: 8px; }
.why-card p { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.6; }

/* Closing */
.closing { padding: 96px 0 112px; }
.closing-inner { max-width: 1160px; margin: 0 auto; padding: 0 32px; }
.closing-headline { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; color: var(--cream); margin-bottom: 24px; text-align: center; }
.closing-sub { font-size: 1.05rem; color: var(--text-secondary); text-align: center; margin-bottom: 48px; font-weight: 300; max-width: 520px; margin-left: auto; margin-right: auto; }
.closing-vision { max-width: 680px; margin: 0 auto; border-top: 1px solid var(--border); padding-top: 40px; }
.closing-vision p { font-size: 0.95rem; color: var(--text-muted); text-align: center; font-style: italic; font-family: var(--serif); line-height: 1.7; }

/* Footer */
.site-footer { padding: 32px 0; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1160px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }
.footer-name { font-family: var(--serif); font-weight: 700; font-size: 1rem; color: var(--cream); display: block; margin-bottom: 4px; }
.footer-tag { font-size: 0.72rem; color: var(--text-muted); }
.footer-copy { font-size: 0.75rem; color: var(--text-muted); }

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { display: grid; grid-template-columns: 1fr 1fr; }
  .bridge-card { grid-column: 1 / -1; }
  .services-grid { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .stats-divider { display: none; }
  .stats-item { padding: 16px; }
  .why-inner { grid-template-columns: 1fr; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-divider { flex-direction: row; padding: 16px 0; }
  .divider-line { width: 80px; height: 1px; }
}
@media (max-width: 600px) {
  .hero { padding: 56px 0 64px; }
  .hero-visual { grid-template-columns: 1fr; }
  .pain-headline { font-size: 1.5rem; }
  .footer-inner { flex-direction: column; gap: 16px; align-items: flex-start; }
  .closing-headline { font-size: 1.9rem; }
}