:root {
  --bg: #08080a;
  --bg-soft: #111116;
  --card: rgba(255,255,255,.065);
  --card-strong: rgba(255,255,255,.1);
  --text: #f5f3ee;
  --muted: rgba(245,243,238,.68);
  --muted-2: rgba(245,243,238,.46);
  --line: rgba(255,255,255,.12);
  --accent: #d7ff64;
  --accent-2: #ff6bd6;
  --radius: 28px;
  --shadow: 0 24px 80px rgba(0,0,0,.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(255,107,214,.18), transparent 28rem),
    radial-gradient(circle at 86% 3%, rgba(215,255,100,.15), transparent 26rem),
    radial-gradient(circle at 45% 65%, rgba(79,100,255,.12), transparent 30rem),
    var(--bg);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.55));
  z-index: -2;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='.5'/%3E%3C/svg%3E");
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(18px, 5vw, 72px);
  backdrop-filter: blur(18px);
  background: rgba(8,8,10,.7);
  border-bottom: 1px solid var(--line);
}

.brand { display: flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: #050505;
  font-weight: 900;
  background: linear-gradient(135deg, var(--accent), #fff, var(--accent-2));
}
.brand-text { font-weight: 800; letter-spacing: -.04em; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--text); }

.section-pad { padding: clamp(64px, 9vw, 130px) clamp(18px, 5vw, 72px); }
.hero {
  min-height: 82vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 44px;
}
.hero-copy { max-width: 980px; }
.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 900;
  margin: 0 0 16px;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(48px, 9.8vw, 128px);
  line-height: .9;
  letter-spacing: -.08em;
  max-width: 1120px;
  margin-bottom: 24px;
}
h2 {
  font-size: clamp(34px, 6vw, 76px);
  line-height: .92;
  letter-spacing: -.06em;
  margin-bottom: 18px;
}
h3 { letter-spacing: -.035em; }
.lead {
  color: var(--muted);
  max-width: 720px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid var(--line);
}
.button.primary { background: var(--text); color: #070707; }
.button.secondary { color: var(--text); background: rgba(255,255,255,.06); }
.button:hover { transform: translateY(-1px); }
.hero-card {
  align-self: end;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.07);
  box-shadow: var(--shadow);
}
.status-dot { display: block; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); margin-bottom: 18px; box-shadow: 0 0 22px var(--accent); }
.hero-card-title { font-weight: 900; font-size: 22px; letter-spacing: -.04em; margin-bottom: 8px; }
.hero-card p:last-child { color: var(--muted); line-height: 1.55; margin-bottom: 0; }

.client-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 18px clamp(18px, 5vw, 72px);
  border-block: 1px solid var(--line);
  background: rgba(255,255,255,.035);
}
.client-strip span {
  flex: 0 0 auto;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}

.section-heading { display: flex; flex-direction: column; max-width: 900px; margin-bottom: 34px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.55; }
.narrow { max-width: 760px; }
.filter-bar { display: flex; gap: 10px; overflow-x: auto; margin-bottom: 28px; }
.filter {
  cursor: pointer;
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255,255,255,.045);
  border-radius: 999px;
  padding: 11px 15px;
  font-weight: 800;
}
.filter.active, .filter:hover { color: #050505; background: var(--accent); }
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.video-card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
  border-radius: 32px;
  padding: 12px;
  box-shadow: var(--shadow);
  transition: transform .2s ease, opacity .2s ease;
}
.video-card:hover { transform: translateY(-4px); }
.video-card.hidden { display: none; }
.phone-frame {
  overflow: hidden;
  border-radius: 24px;
  background: #000;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(255,255,255,.12);
}
.phone-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.02));
}
.video-meta { padding: 16px 8px 8px; }
.video-meta span { display: block; color: var(--accent); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 8px; }
.video-meta h3 { font-size: 22px; margin-bottom: 8px; }
.video-meta p { color: var(--muted); line-height: 1.5; margin-bottom: 0; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.service-card, .timeline div, .contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  padding: 26px;
}
.service-card span { color: var(--accent-2); font-weight: 900; }
.service-card h3 { font-size: 28px; margin: 32px 0 12px; }
.service-card p, .timeline p, .contact-card p { color: var(--muted); line-height: 1.55; margin-bottom: 0; }
.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.timeline strong { display: block; font-size: 20px; margin-bottom: 10px; }
.contact {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: start;
}
.contact-link {
  display: block;
  color: var(--text);
  text-decoration: none;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -.045em;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.contact-link:hover { color: var(--accent); }
.contact-card p { margin-top: 20px; }
.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: var(--muted-2);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-card { max-width: 480px; }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .site-header { padding: 14px 18px; }
  .nav { gap: 12px; }
  .nav a { font-size: 12px; }
  .brand-text { display: none; }
  .section-pad { padding-block: 68px; }
  h1 { font-size: clamp(48px, 16vw, 72px); }
  .lead { font-size: 18px; }
  .hero-actions .button { width: 100%; }
  .video-grid, .service-grid, .timeline, .contact { grid-template-columns: 1fr; }
  .phone-frame { max-height: 74vh; }
  .footer { flex-direction: column; }
}
