/* ClipForge Media — Dark cinematic creative agency */

:root {
  --bg: #0D0D0D;
  --surface: #161616;
  --surface-2: #1E1E1E;
  --amber: #FFB800;
  --amber-dim: #C99300;
  --cream: #F5F0E8;
  --muted: #888888;
  --border: #2A2A2A;
  --font-display: 'Bebas Neue', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --font-mono: 'DM Mono', monospace;
}

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

html { scroll-behavior: smooth; }

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

/* NAV */
.site-nav { border-bottom: 1px solid var(--border); padding: 20px 0; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: var(--font-display); font-size: 20px; letter-spacing: 0.06em; color: var(--amber); text-decoration: none; }
.nav-right { display: flex; align-items: center; gap: 24px; }
.nav-demos-link { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber); text-decoration: none; border: 1px solid var(--amber-dim); padding: 8px 18px; border-radius: 2px; transition: background 0.2s, color 0.2s; }
.nav-demos-link:hover { background: var(--amber); color: var(--bg); }
.nav-tagline { font-size: 12px; color: var(--muted); font-family: var(--font-mono); letter-spacing: 0.05em; text-transform: uppercase; }

/* SECTIONS */
.section-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.section-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--amber); margin-bottom: 48px; }

/* HERO */
.hero { padding: 80px 0 96px; border-bottom: 1px solid var(--border); }
.hero-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hero-eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--amber); margin-bottom: 24px; }
.hero-headline { font-family: var(--font-display); font-size: clamp(64px, 7vw, 100px); line-height: 0.95; letter-spacing: 0.02em; color: var(--cream); }
.hero-lede { font-size: 18px; line-height: 1.7; color: var(--muted); margin-bottom: 48px; }
.hero-stats { display: flex; gap: 40px; }
.stat { display: flex; flex-direction: column; gap: 4px; }
.stat-number { font-family: var(--font-display); font-size: 36px; color: var(--amber); line-height: 1; }
.stat-label { font-size: 12px; color: var(--muted); font-family: var(--font-mono); letter-spacing: 0.05em; }

/* WHAT WE DO */
.what-we-do { padding: 96px 0; border-bottom: 1px solid var(--border); }
.what-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.what-card { background: var(--surface); padding: 40px; }
.what-icon { color: var(--amber); margin-bottom: 20px; }
.what-card h3 { font-family: var(--font-display); font-size: 22px; letter-spacing: 0.04em; margin-bottom: 12px; }
.what-card p { font-size: 15px; color: var(--muted); line-height: 1.7; }

/* NICHES */
.niches { padding: 96px 0; border-bottom: 1px solid var(--border); }
.niches-intro { max-width: 600px; margin-bottom: 56px; }
.niches-intro p { font-size: 18px; color: var(--muted); line-height: 1.7; }
.niches-grid { margin-bottom: 56px; }
.niche-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-bottom: 2px; }
.niche { background: var(--surface); padding: 24px; display: flex; align-items: center; gap: 12px; }
.niche-dot { width: 8px; height: 8px; background: var(--amber); border-radius: 50%; flex-shrink: 0; }
.niche span { font-size: 14px; font-weight: 500; }
.niches-note { background: var(--surface-2); border-left: 3px solid var(--amber); padding: 24px 28px; }
.niches-note p { font-size: 15px; color: var(--muted); line-height: 1.7; }

/* PROCESS */
.process { padding: 96px 0; border-bottom: 1px solid var(--border); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 56px; }
.step {}
.step-number { font-family: var(--font-display); font-size: 48px; color: var(--amber); opacity: 0.3; margin-bottom: 16px; }
.step h3 { font-family: var(--font-display); font-size: 20px; letter-spacing: 0.04em; margin-bottom: 12px; }
.step p { font-size: 15px; color: var(--muted); line-height: 1.7; }
.process-tools { border-top: 1px solid var(--border); padding-top: 32px; }
.tools-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.tools-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tool-tag { background: var(--surface-2); border: 1px solid var(--border); padding: 6px 14px; font-family: var(--font-mono); font-size: 12px; color: var(--cream); }

/* PRICING */
.pricing { padding: 96px 0; border-bottom: 1px solid var(--border); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-bottom: 48px; }
.pricing-card { background: var(--surface); padding: 40px; }
.pricing-card.featured { background: var(--surface-2); border: 1px solid var(--amber-dim); }
.pricing-tier { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber); margin-bottom: 16px; }
.pricing-amount { font-family: var(--font-display); font-size: 56px; color: var(--cream); line-height: 1; margin-bottom: 8px; }
.pricing-amount span { font-size: 18px; color: var(--muted); font-family: var(--font-body); }
.pricing-desc { font-size: 14px; color: var(--muted); margin-bottom: 28px; line-height: 1.6; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pricing-features li { font-size: 14px; color: var(--cream); padding-left: 20px; position: relative; }
.pricing-features li::before { content: ''; position: absolute; left: 0; top: 9px; width: 6px; height: 2px; background: var(--amber); }
.pricing-note { background: var(--surface-2); border-left: 3px solid var(--amber); padding: 24px 28px; }
.pricing-note p { font-size: 15px; color: var(--muted); line-height: 1.7; }

/* CLOSING */
.closing { padding: 96px 0; }
.closing-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.closing-text h2 { font-family: var(--font-display); font-size: clamp(40px, 5vw, 72px); letter-spacing: 0.02em; line-height: 1.05; margin-bottom: 28px; }
.closing-text p { font-size: 18px; color: var(--muted); max-width: 640px; line-height: 1.7; }
.closing-rule { width: 64px; height: 3px; background: var(--amber); margin-top: 48px; }
.closing-cta-block { margin-top: 56px; max-width: 560px; }
.cta-subline { font-size: 18px; color: var(--cream); margin-bottom: 24px; font-weight: 500; }
.cta-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.cta-btn-primary { background: var(--amber); color: var(--bg); font-family: var(--font-display); font-size: 18px; letter-spacing: 0.06em; padding: 16px 36px; text-decoration: none; border-radius: 2px; transition: background 0.2s, transform 0.15s; }
.cta-btn-primary:hover { background: #ffc933; transform: translateY(-1px); }
.cta-btn-secondary { background: transparent; color: var(--cream); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; padding: 16px 28px; text-decoration: none; border: 1px solid var(--border); border-radius: 2px; transition: border-color 0.2s; }
.cta-btn-secondary:hover { border-color: var(--amber); color: var(--amber); }
.cta-contact-info { font-size: 14px; color: var(--muted); }
.cta-contact-info a { color: var(--amber); text-decoration: none; }

/* FOOTER */
.site-footer { border-top: 1px solid var(--border); padding: 40px 0; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }
.footer-brand { font-family: var(--font-display); font-size: 16px; letter-spacing: 0.06em; color: var(--amber); }
.footer-tagline { font-size: 13px; color: var(--muted); }
.footer-links { display: flex; gap: 24px; }
.footer-links span { font-family: var(--font-mono); font-size: 12px; color: var(--muted); letter-spacing: 0.06em; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-headline { font-size: 64px; }
  .hero-stats { gap: 24px; }
  .stat-number { font-size: 28px; }
  .what-grid { grid-template-columns: 1fr; }
  .niche-row { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 32px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 16px; align-items: flex-start; }
}

@media (max-width: 480px) {
  .nav-inner, .section-inner, .hero-inner, .closing-inner, .footer-inner { padding: 0 20px; }
  .niche-row { grid-template-columns: 1fr; }
  .hero-headline { font-size: 52px; }
}