:root {
  --bg: #060a18;
  --surface: #0e1530;
  --surface-2: #161e3f;
  --border: #1f2a55;
  --text: #ffffff;
  --text-dim: #a8b3cf;
  --text-mute: #6677a0;
  --accent: #3b82f6;
  --accent-2: #1e40af;
  --grad: linear-gradient(135deg, #4f8bff 0%, #1e40af 60%, #0c1e5e 100%);
  --grad-soft: linear-gradient(135deg, rgba(79,139,255,0.14) 0%, rgba(30,64,175,0.14) 100%);
  --maxw: 1240px;
  --radius: 14px;
  --radius-lg: 22px;
  --t: 0.25s ease;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}
img, video { max-width: 100%; }
h1, h2, h3, h4, p, span { word-wrap: break-word; overflow-wrap: break-word; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--t); }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* === PROMO STRIP (auto-shown when a holiday campaign is active) === */
.promo-strip {
  position: fixed; top: 0; left: 0; right: 0; z-index: 110;
  display: flex; align-items: center; gap: 14px;
  padding: 10px 56px 10px 20px;
  background: var(--grad);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 18px rgba(59,130,246,0.25);
}
.promo-strip-tag {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.promo-strip-text { flex: 1; }
.promo-strip-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px;
  background: #fff;
  color: #1e40af;
  font-weight: 700;
  font-size: 13px;
  border-radius: 999px;
  text-decoration: none;
  transition: var(--t);
}
.promo-strip-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.promo-strip-cta .arrow { transition: transform var(--t); }
.promo-strip-cta:hover .arrow { transform: translateX(2px); }
.promo-strip-close {
  position: absolute; right: 12px; top: 50%;
  transform: translateY(-50%);
  width: 30px; height: 30px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 22px; line-height: 1;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity var(--t);
}
.promo-strip-close:hover { opacity: 1; }
body.has-promo-strip .nav { top: 44px; }
body.has-promo-strip { padding-top: 44px; }
@media (max-width: 700px) {
  .promo-strip { font-size: 12px; padding: 8px 44px 8px 14px; flex-wrap: wrap; gap: 8px; }
  .promo-strip-text { flex-basis: 100%; order: 3; }
  body.has-promo-strip .nav { top: 64px; }
  body.has-promo-strip { padding-top: 64px; }
}

/* === NAV === */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 0;
  background: rgba(6,10,24,0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--t), padding var(--t);
}
.nav.scrolled { border-bottom-color: var(--border); padding: 12px 0; }
.nav .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -0.02em; }
.nav-logo img { height: 46px; width: auto; }
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dim);
  border-radius: 999px;
  transition: color var(--t), background var(--t);
}
.nav-links a:hover, .nav-links a.active { color: var(--text); background: var(--surface-2); }
.nav-cta {
  padding: 10px 20px !important;
  background: var(--grad) !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 30px rgba(59,130,246,0.45); }
.nav-toggle { display: none; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: var(--t); }

/* === HERO === */
.hero {
  position: relative;
  padding: 160px 0 100px;
  overflow: hidden;
  isolation: isolate;
}
.hero-split { padding-bottom: 60px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 80px;
}
.hero-copy { min-width: 0; }

/* Floating ambient orbs */
.orb {
  position: absolute; z-index: -2;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  pointer-events: none;
}
.orb-a { width: 420px; height: 420px; top: -120px; right: -80px; background: #1e40af; animation: float 14s ease-in-out infinite; }
.orb-b { width: 360px; height: 360px; bottom: -120px; left: -120px; background: #3b82f6; animation: float 18s ease-in-out infinite reverse; }
.orb-c { width: 240px; height: 240px; top: 50%; left: 45%; background: #4f8bff; opacity: 0.3; animation: float 22s ease-in-out infinite; }
@keyframes float {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(40px, -30px); }
  66% { transform: translate(-30px, 30px); }
}

/* Rotating word */
.rotator {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  height: 1.05em;
  /* Sized to fit the longest word ("grand opening" ~ 13ch) so the
     headline doesn't wrap mid-rotation on desktop. JS narrows this
     dynamically per word for a tighter look. */
  min-width: 13ch;
  overflow: hidden;
  transition: min-width 0.4s ease;
}
.rotator-word {
  position: absolute;
  left: 0; top: 0;
  white-space: nowrap;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0;
  transform: translateY(60%) rotateX(-25deg);
  transition: opacity 0.5s, transform 0.6s cubic-bezier(.2,.8,.2,1);
}
.rotator-word.is-active { opacity: 1; transform: none; }
.rotator-word.is-leaving { opacity: 0; transform: translateY(-60%) rotateX(25deg); }

/* === HERO VISUAL — TV SCREEN MOCKUP === */
.hero-visual {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  min-height: 560px;
  perspective: 1400px;
}
.hero-visual::before {
  /* Soft halo behind the screen */
  content: ''; position: absolute;
  width: 70%; height: 70%;
  background: radial-gradient(circle, rgba(59,130,246,0.45), transparent 60%);
  filter: blur(60px);
  z-index: 0;
  animation: halo 6s ease-in-out infinite;
}
@keyframes halo {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50%      { transform: scale(1.15); opacity: 1; }
}
.screen {
  position: relative;
  width: 100%; max-width: 340px;
  transform: rotateY(-9deg) rotateX(3deg);
  filter:
    drop-shadow(0 30px 50px rgba(0,0,0,0.5))
    drop-shadow(0 0 60px rgba(59,130,246,0.35));
  animation: tilt 9s ease-in-out infinite;
  z-index: 1;
}
@keyframes tilt {
  0%, 100% { transform: rotateY(-9deg) rotateX(3deg) translateY(0); }
  50%      { transform: rotateY(-4deg) rotateX(0deg)  translateY(-8px); }
}

/* === REAL screen image (PNG) with overlay === */
.screen-real {
  position: relative;
  width: 100%; max-width: 322px;
  filter:
    drop-shadow(0 30px 50px rgba(0,0,0,0.5))
    drop-shadow(0 0 70px rgba(59,130,246,0.35));
  animation: floaty 7s ease-in-out infinite;
  z-index: 1;
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
.screen-real-img {
  width: 100%; height: auto; display: block;
  user-select: none; pointer-events: none;
}
/* Overlay the ad-slide on top of the real screen face.
   Cropped PNG is 668x1236. Screen-face corners (in image pixels):
     TL ≈ (39,  59)    → 5.8%, 4.8%
     TR ≈ (578,  8)    → 86.5%, 0.6%
     BR ≈ (578, 1228)  → 86.5%, 99.4%
     BL ≈ (39, 1183)   → 5.8%, 95.7% */
.screen-real .screen-display {
  position: absolute;
  /* Tilted parallelogram aligned to the screen face's exact 4 corners.
     Source PNG (668x1236):
       TL (39, 59),  TR (578, 8),  BR (578, 1228),  BL (39, 1183)
     Bounding box → 5.84% left, 0.65% top, 80.69% wide, 98.70% tall. */
  left: 5.84%;
  top: calc(0.65% + 13px);
  width: calc(80.69% + 20px);
  height: calc(98.7% - 26px);
  transform: translateX(-3px);
  border-radius: 0;
  background: #000;
  box-shadow: none;
  clip-path: polygon(0% 4.18%, 100% 0%, 100% 100%, 0% 96.31%);
}
.screen-frame {
  position: relative;
  background: linear-gradient(160deg, #2a3a6e 0%, #161e3f 60%, #0a0e22 100%);
  border-radius: 22px;
  padding: 16px 16px 26px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06),
    0 0 0 3px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -1px 0 rgba(255,255,255,0.04);
}
.screen-frame::before {
  /* Glossy top highlight */
  content: ''; position: absolute;
  inset: 1px 1px auto 1px;
  height: 30%;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), transparent);
  border-radius: 22px 22px 0 0;
  pointer-events: none;
}
.screen-bezel {
  display: flex; align-items: center; justify-content: space-between;
  padding: 2px 8px 12px;
}
.screen-light {
  width: 9px; height: 9px; border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 12px #34d399, inset 0 0 2px rgba(255,255,255,0.6);
  animation: pulse 2.4s ease-in-out infinite;
}
.screen-brand {
  font-size: 10px; letter-spacing: 0.32em;
  color: rgba(255,255,255,0.5);
  font-weight: 800;
}
.screen-display {
  position: relative;
  aspect-ratio: 9/16;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.6),
    inset 0 0 80px rgba(59,130,246,0.25);
}
/* Subtle scanlines + sheen */
.screen-display::before {
  content: ''; position: absolute; inset: 0; z-index: 5;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255,255,255,0) 0,
      rgba(255,255,255,0) 2px,
      rgba(255,255,255,0.025) 3px
    );
  pointer-events: none;
}
.screen-display::after {
  /* Animated sheen sweep */
  content: ''; position: absolute;
  top: 0; left: -50%;
  width: 50%; height: 100%; z-index: 6;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.08), transparent);
  animation: sheen 6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes sheen {
  0%   { left: -50%; }
  60%  { left: 110%; }
  100% { left: 110%; }
}
.ad-slide {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: center;
  padding: 40px 32px;
  background: linear-gradient(160deg, #050818 0%, #0a1230 100%);
  color: #fff;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.7s ease, transform 0.9s cubic-bezier(.2,.8,.2,1);
  overflow: hidden;
}
.ad-slide::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(255,255,255,0.22), transparent 45%),
    radial-gradient(circle at 85% 90%, rgba(0,0,0,0.25), transparent 50%);
}
.ad-slide::after {
  /* Decorative geometric accent */
  content: ''; position: absolute;
  width: 280px; height: 280px;
  right: -120px; bottom: -100px;
  border: 2px solid rgba(255,255,255,0.18);
  border-radius: 50%;
}
.ad-slide.is-active { opacity: 1; transform: none; }

.ad-tag {
  align-self: flex-start;
  padding: 5px 12px;
  font-size: 10px; letter-spacing: 0.22em; font-weight: 800;
  background: #fff; color: #0e1530;
  border-radius: 999px;
  margin-bottom: 18px;
  position: relative; z-index: 1;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.ad-headline {
  font-size: clamp(28px, 3.6vw, 38px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.025em;
  position: relative; z-index: 1;
  margin-bottom: 18px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.ad-foot {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.92;
  position: relative; z-index: 1;
  display: inline-flex; align-items: center; gap: 8px;
  align-self: flex-start;
  padding: 6px 12px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.ad-foot::before {
  content: '→'; font-weight: 700;
}
.screen-stand {
  width: 60px; height: 22px;
  background: linear-gradient(180deg, #2a3a6e, #0a0e22);
  margin: 4px auto 0;
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.05);
}
.screen-base {
  width: 200px; height: 14px;
  background: linear-gradient(180deg, #2a3a6e, #0a0e22);
  margin: 6px auto 0;
  border-radius: 999px;
  box-shadow:
    0 30px 60px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,255,255,0.12);
}
/* Pings (decorative dots near the screen) */
.ping {
  position: absolute;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px var(--accent);
  z-index: 2;
}
.ping::after {
  content: ''; position: absolute; inset: -5px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  animation: ringPulse 2.4s ease-out infinite;
}
.ping-1 { top: 10%; right: 8%; }
.ping-2 { bottom: 22%; left: 6%; background: #60a5fa; box-shadow: 0 0 16px #60a5fa; }
.ping-2::after { border-color: #60a5fa; animation-delay: 1.2s; }
.ping-3 {
  top: 55%; right: 0%;
  width: 10px; height: 10px;
  background: #93c5fd;
  box-shadow: 0 0 12px #93c5fd;
}
.ping-3::after { border-color: #93c5fd; animation-delay: 0.6s; }

/* Decorative floating chips around the screen */
.chip {
  position: absolute; z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: rgba(14,21,48,0.85);
  border: 1px solid rgba(59,130,246,0.4);
  border-radius: 999px;
  font-size: 12px; font-weight: 600;
  color: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.4);
  animation: chipFloat 6s ease-in-out infinite;
}
.chip-1 { top: 12%; left: 4%; animation-delay: 0s; }
.chip-2 { bottom: 14%; right: 4%; animation-delay: 1.5s; background: rgba(30,64,175,0.9); }
.chip-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--grad);
  font-size: 13px;
  flex-shrink: 0;
}
@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
@keyframes ringPulse {
  0%   { transform: scale(0.6); opacity: 0.9; }
  100% { transform: scale(2.8); opacity: 0; }
}

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { min-height: 580px; }
  .screen { max-width: 300px; }
  .chip-1 { left: 0; }
  .chip-2 { right: 0; }
}
.hero::before {
  content: '';
  position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(60% 80% at 80% 0%, rgba(59,130,246,0.20), transparent 60%),
    radial-gradient(50% 60% at 10% 30%, rgba(30,64,175,0.18), transparent 60%);
}
.hero::after {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 30%, transparent 80%);
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 13px;
  color: var(--text-dim);
  margin-bottom: 28px;
}
.hero-eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 3px rgba(52,211,153,0.2);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(52,211,153,0); } }
.hero h1 {
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 800;
  max-width: 900px;
  margin-bottom: 24px;
}
.hero h1 .line {
  display: block;
  white-space: nowrap;
}
.hero h1 .line-2 { white-space: normal; }
.hero h1 .grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p.lead {
  font-size: clamp(17px, 1.5vw, 20px);
  color: var(--text-dim);
  max-width: 640px;
  margin-bottom: 40px;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  transition: var(--t);
  cursor: pointer;
}
.btn-primary { background: var(--grad); color: #fff; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(59,130,246,0.5); }
.btn-ghost { background: var(--surface); border: 1px solid var(--border); color: var(--text); }
.btn-ghost:hover { background: var(--surface-2); border-color: var(--text-mute); }
.btn .arrow { transition: transform var(--t); }
.btn:hover .arrow { transform: translateX(4px); }

/* === STATS === */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1px;
  margin-top: 80px;
  background: var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.stat {
  background: var(--surface);
  padding: 32px 28px;
  transition: background var(--t);
}
.stat:hover { background: var(--surface-2); }
.stat .num {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat .label { color: var(--text-dim); margin-top: 8px; font-size: 14px; }

/* === SECTIONS === */
section { position: relative; }
.section { padding: 100px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.section-head .eyebrow {
  display: inline-block; padding: 4px 12px;
  font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--accent);
  background: rgba(59,130,246,0.12);
  border-radius: 999px;
  margin-bottom: 16px;
}
.section-head h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 800;
  margin-bottom: 16px;
}
.section-head p { color: var(--text-dim); font-size: 17px; }

/* === LOCATIONS === */
.locations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 24px;
}
.location-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  transition: transform var(--t), border-color var(--t);
  display: flex; flex-direction: column;
  min-height: 460px;
}
.location-card:hover { transform: translateY(-6px); border-color: var(--accent); }
.location-card .img {
  height: 280px; overflow: hidden; position: relative;
}
.location-card .img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease;
}
.location-card:hover .img img { transform: scale(1.06); }
.location-card .img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10,10,15,0.85) 100%);
}
.location-card .body {
  padding: 28px;
  flex: 1; display: flex; flex-direction: column; gap: 14px;
}
.location-card h3 { font-size: 24px; font-weight: 700; letter-spacing: -0.01em; }
.location-card p { color: var(--text-dim); flex: 1; }
.location-card .more {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--accent);
  font-weight: 600;
  font-size: 14px;
}
.location-card .more .arrow { transition: transform var(--t); }
.location-card:hover .more .arrow { transform: translateX(4px); }

/* === VIDEO FRAME === */
.video-frame {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.55),
    0 0 60px rgba(59,130,246,0.18);
  background: #000;
}
.video-player {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #000;
}

/* === CUSTOMERS MARQUEE === */
.customers-wrap { overflow: hidden; position: relative; padding: 32px 0; }
.customers-wrap::before, .customers-wrap::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2;
  pointer-events: none;
}
.customers-wrap::before { left: 0; background: linear-gradient(90deg, var(--bg) 30%, transparent); }
.customers-wrap::after { right: 0; background: linear-gradient(270deg, var(--bg) 30%, transparent); }
.customers-track {
  display: flex; gap: 48px; align-items: center;
  width: max-content;
  animation: marquee 60s linear infinite;
}
.customers-wrap:hover .customers-track { animation-play-state: paused; }
.customers-track img {
  height: 56px; width: auto;
  opacity: 0.75;
  filter: grayscale(0.3) brightness(1.05);
  transition: opacity var(--t), filter var(--t), transform var(--t);
  flex-shrink: 0;
  max-width: 160px;
  object-fit: contain;
}
.customers-track img:hover {
  opacity: 1;
  filter: none;
  transform: scale(1.1);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Customer grid (alt view) */
.customers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
}
.customers-grid .item {
  aspect-ratio: 16/9;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  padding: 18px;
  transition: var(--t);
}
.customers-grid .item:hover { border-color: var(--accent); transform: translateY(-3px); }
.customers-grid img { max-height: 60px; max-width: 100%; object-fit: contain; opacity: 0.85; }
.customers-grid .item:hover img { opacity: 1; }

/* === CTA STRIP === */
.cta-strip {
  margin: 100px 0;
  padding: 64px 48px;
  background: var(--grad);
  border-radius: var(--radius-lg);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.15), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.15), transparent 50%);
}
.cta-strip > * { position: relative; }
.cta-strip h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 720px;
  margin: 0 auto 16px;
}
.cta-strip p { font-size: 17px; opacity: 0.92; max-width: 560px; margin: 0 auto 32px; }
.cta-strip .btn-primary {
  background: #fff;
  color: #1a1a24;
}
.cta-strip .btn-primary:hover { box-shadow: 0 12px 36px rgba(0,0,0,0.25); }

/* === DESIGN SECTION === */
.design-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.design-section .copy h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 800;
  margin-bottom: 20px;
}
.design-section .copy p { color: var(--text-dim); font-size: 17px; margin-bottom: 28px; }
.design-section .visual {
  position: relative;
  background: var(--grad-soft);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.design-section .visual.visual-video {
  background: #000;
  box-shadow:
    0 30px 60px rgba(0,0,0,0.55),
    0 0 50px rgba(59,130,246,0.18);
}
.design-section .visual.visual-video .video-player {
  width: 100%;
  height: auto;
  display: block;
}
.design-section .visual:not(.visual-video) { aspect-ratio: 4/5; }
.design-section .visual:not(.visual-video)::before {
  content: 'Aa';
  font-size: clamp(180px, 30vw, 360px);
  font-weight: 800;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.95;
  letter-spacing: -0.05em;
}

/* === CONTACT (block on home) === */
.contact-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.contact-card {
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: var(--t);
}
.contact-card:hover { border-color: var(--accent); transform: translateY(-4px); }
.contact-card .icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--grad-soft);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  font-size: 20px;
}
.contact-card .label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-mute); margin-bottom: 8px; }
.contact-card .value { font-size: 20px; font-weight: 600; }
.contact-card a { color: var(--text); }
.contact-card a:hover { color: var(--accent); }

/* === FORM === */
.form-block {
  max-width: 640px; margin: 0 auto;
  padding: 40px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-row.full { grid-template-columns: 1fr; }
.form-field label {
  display: block;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--text-mute); margin-bottom: 6px;
}
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  padding: 14px 16px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--text);
  font-family: inherit;
  font-size: 15px;
  transition: var(--t);
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--surface-2);
}
.form-block button[type=submit] { width: 100%; margin-top: 8px; }
.form-status {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  display: none;
}
.form-status.is-success { display: block; background: rgba(52,211,153,0.12); border: 1px solid rgba(52,211,153,0.4); color: #34d399; }
.form-status.is-error   { display: block; background: rgba(255,80,80,0.12); border: 1px solid rgba(255,80,80,0.4); color: #ff8a8a; }

/* === FOOTER === */
.footer {
  margin-top: 60px;
  padding: 80px 0 32px;
  border-top: 1px solid var(--border);
  background: var(--surface);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}
.footer-brand img { height: 56px; margin-bottom: 18px; }
.footer-brand p { color: var(--text-dim); font-size: 14px; max-width: 320px; }
.footer-col h4 { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-mute); margin-bottom: 16px; }
.footer-col a { display: block; color: var(--text-dim); font-size: 14px; padding: 4px 0; }
.footer-col a:hover { color: var(--accent); }
.footer-social { display: flex; gap: 12px; margin-top: 24px; }
.footer-social a {
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  transition: var(--t);
}
.footer-social a:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.footer-social img, .footer-social svg { width: 18px; height: 18px; filter: invert(1); opacity: 0.8; }
.footer-social a:hover img, .footer-social a:hover svg { opacity: 1; filter: invert(1) brightness(2); }
.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  font-size: 13px;
  color: var(--text-mute);
}
.footer-bottom a { color: var(--text-mute); }
.footer-bottom a:hover { color: var(--text-dim); }
.footer-affiliate {
  font-size: 12px;
  color: var(--text-mute);
  text-align: center;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dashed var(--border);
}

/* === SUB-PAGE HEADERS === */
.page-header {
  position: relative;
  padding: 180px 0 80px;
  overflow: hidden;
}
.page-header::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 80% at 30% 0%, rgba(59,130,246,0.16), transparent 60%),
    radial-gradient(50% 80% at 80% 0%, rgba(30,64,175,0.18), transparent 60%);
}
.page-header h1 {
  font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 16px;
}
.page-header .crumbs {
  display: flex; gap: 8px; color: var(--text-mute); font-size: 14px;
  margin-bottom: 16px;
}
.page-header .crumbs a:hover { color: var(--accent); }
.page-header p { font-size: 18px; color: var(--text-dim); max-width: 640px; }

/* Long-form content block */
.prose {
  max-width: 760px;
  margin: 0 auto;
  font-size: 17px;
  color: var(--text-dim);
}
.prose h2 { color: var(--text); font-size: 28px; margin: 36px 0 14px; letter-spacing: -0.01em; }
.prose h3 { color: var(--text); font-size: 22px; margin: 28px 0 10px; }
.prose p { margin-bottom: 18px; }
.prose a { color: var(--accent); }
.prose a:hover { text-decoration: underline; }
.prose ul { padding-left: 24px; margin-bottom: 18px; }
.prose li { margin-bottom: 8px; }

/* Two-column about */
.about-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-grid .visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-grid .visual img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  border-radius: 10px;
}

/* Neighborhood detail */
.detail-hero {
  position: relative;
  height: 60vh; min-height: 460px;
  margin-top: 70px;
  overflow: hidden;
}
.detail-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,10,24,0.4) 0%, var(--bg) 100%);
}
.detail-hero img { width: 100%; height: 100%; object-fit: cover; }
.detail-hero .overlay {
  position: absolute; bottom: 60px; left: 0; right: 0; z-index: 2;
}
.detail-hero h1 {
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.05;
}
.detail-hero .crumbs { color: var(--text-dim); margin-bottom: 16px; }

.feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.feature {
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.feature .icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: var(--grad-soft);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  font-size: 18px;
}
.feature h3 { font-size: 17px; margin-bottom: 8px; }
.feature p { font-size: 14px; color: var(--text-dim); }

.discount-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 24px;
  background: var(--grad);
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  color: #fff;
}

/* === REVEAL ANIMATIONS === */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in { opacity: 1; transform: none; }

/* === PARTNER CARDS === */
.partner-card:hover { border-color: var(--accent) !important; transform: translateY(-2px); }

/* === ADVERTISE LOCATIONS (richer cards) === */
.adv-locations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.adv-card {
  position: relative;
  display: block;
  min-height: 540px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  transition: transform var(--t), border-color var(--t), box-shadow var(--t);
  text-decoration: none;
  color: inherit;
}
.adv-card:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: 0 20px 60px rgba(59,130,246,0.25); }
.adv-card-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.7s ease;
}
.adv-card:hover .adv-card-img { transform: scale(1.05); }
.adv-card::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(6,10,24,0.05) 0%, rgba(6,10,24,0.55) 35%, rgba(6,10,24,0.92) 75%, rgba(6,10,24,0.98) 100%);
}
.adv-card-content {
  position: relative; z-index: 2;
  padding: 36px 32px 32px;
  display: flex; flex-direction: column;
  gap: 14px;
  height: 100%;
  min-height: inherit;
  justify-content: flex-end;
}
.adv-card-tag {
  display: inline-block; align-self: flex-start;
  padding: 6px 14px;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: #fff;
  background: rgba(59,130,246,0.85);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.adv-card h3 {
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fff;
}
.adv-card-list {
  list-style: none;
  padding: 0; margin: 4px 0 14px;
  display: flex; flex-direction: column; gap: 8px;
}
.adv-card-list li {
  font-size: 14px;
  color: var(--text-dim);
  padding-left: 22px;
  position: relative;
}
.adv-card-list li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 12px; height: 2px; background: var(--accent); border-radius: 2px;
}
.adv-card-list a { color: var(--accent); }
.adv-card-list a:hover { text-decoration: underline; }
.adv-card-list strong { color: #fff; font-weight: 700; }
.adv-card-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600;
  color: var(--accent);
}
.adv-card-cta .arrow { transition: transform var(--t); }
.adv-card:hover .adv-card-cta .arrow { transform: translateX(4px); }

/* === STEPS (numbered horizontal timeline) === */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
}
.steps::before {
  content: ''; position: absolute;
  top: 26px; left: 4%; right: 4%; height: 2px;
  background: linear-gradient(90deg, transparent 0, var(--border) 10%, var(--border) 90%, transparent 100%);
  z-index: 0;
}
.step {
  position: relative; z-index: 1;
  padding: 20px 18px;
  text-align: center;
}
.step-num {
  width: 52px; height: 52px;
  margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700;
  background: var(--bg);
  border: 2px solid var(--accent);
  color: var(--accent);
  border-radius: 50%;
  transition: var(--t);
}
.step:hover .step-num { background: var(--grad); color: #fff; border-color: transparent; transform: scale(1.05); }
.step h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; letter-spacing: -0.01em; }
.step p { font-size: 14px; color: var(--text-dim); }

@media (max-width: 800px) {
  .adv-locations { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps::before { display: none; }
}
@media (max-width: 480px) {
  .steps { grid-template-columns: 1fr; }
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; padding: 16px 24px; background: var(--surface); border-top: 1px solid var(--border); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 14px; border-radius: 10px; }
  .nav-toggle { display: block; }
  .hero { padding-top: 130px; padding-bottom: 70px; }
  .design-section, .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
  .cta-strip { padding: 48px 28px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .form-block { padding: 28px; }
}
@media (max-width: 700px) {
  .container { padding: 0 20px !important; max-width: 100%; }
  .section { padding: 70px 0; }

  /* Wrap long lines at word boundaries */
  h1, h2, h3, h4, p, span, a, li {
    overflow-wrap: break-word;
    max-width: 100%;
  }
  h1 span, h2 span, h3 span { display: inline !important; }
  /* Strip the negative letter-spacing on mobile so headlines need less width */
  h1, h2 { letter-spacing: -0.01em !important; }

  /* Headlines — sized so the longest single word ("neighborhood.", "campaigns")
     comfortably fits inside the viewport on a 360-414px screen */
  .hero h1 { font-size: 22px !important; line-height: 1.2 !important; letter-spacing: 0 !important; }
  .hero p.lead { font-size: 14px !important; }
  /* Gradient-clipped spans break wrapping on Chrome at narrow widths.
     `display: contents` removes the span box; children inherit color from here. */
  .hero h1 .grad,
  .page-header h1 span,
  .design-section .copy h2 span,
  h1 span[style],
  h2 span[style] {
    display: contents !important;
    color: var(--accent) !important;
  }

  /* Rotator: just show the first word inline, no animation, on mobile */
  .rotator { min-width: 0 !important; height: auto !important; overflow: visible !important; vertical-align: baseline !important; }
  .rotator-word { position: static !important; opacity: 1 !important; transform: none !important; }
  .rotator-word ~ .rotator-word { display: none !important; }
  .hero p.lead { font-size: 15px; }
  .page-header { padding: 130px 0 50px; }
  .page-header h1 { font-size: 22px !important; line-height: 1.2 !important; letter-spacing: 0 !important; }
  .page-header p { font-size: 14px !important; }
  /* Inline-styled headings on about/contact/etc need to be reined in */
  .about-grid h2,
  .design-section h2,
  .prose h2 {
    font-size: clamp(22px, 6.5vw, 30px) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em !important;
  }
  .page-header p { font-size: 15px; }
  .section-head h2 { font-size: clamp(26px, 8vw, 36px); }
  .design-section .copy h2 { font-size: clamp(26px, 8vw, 36px); }
  .cta-strip h2 { font-size: clamp(24px, 7vw, 34px); }
  .cta-strip { padding: 40px 20px; }
  .cta-strip p { font-size: 15px; }

  /* Hero CTA */
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .btn { padding: 14px 22px; font-size: 14px; }

  /* Hero visual chips can crowd the screen at mobile — hide them */
  .chip { display: none; }
  .ping { display: none; }

  /* Smaller hero screen mockup */
  .hero-visual { min-height: 460px; }
  .screen-real { max-width: 240px; }

  /* Detail (Crown Heights / BP) hero */
  .detail-hero { height: auto; min-height: 360px; padding: 70px 0; }
  .detail-hero h1 { font-size: clamp(34px, 9vw, 48px); }

  /* Discount badge wraps cleanly */
  .discount-badge { font-size: 13px; padding: 10px 16px; flex-wrap: wrap; text-align: center; }

  /* Stats: 2x2 grid */
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 24px 18px; }
  .stat .num { font-size: 32px; }

  /* Section heads tighter */
  .section-head { margin-bottom: 40px; }

  /* Form */
  .form-block { padding: 22px; }

  /* Promo strip */
  body.has-promo-strip { padding-top: 76px; }
  body.has-promo-strip .nav { top: 76px; }

  /* About hero image card */
  .about-grid .visual { padding: 8px; }
  .about-grid .visual img { max-height: 320px; }

  /* Prose */
  .prose h2 { font-size: 22px !important; }
  .prose h3 { font-size: 18px; }
  .prose, .prose p { font-size: 15px; }

  /* Contact cards full-width stacked */
  .contact-block { grid-template-columns: 1fr; }
  .contact-card { padding: 24px; }

  /* Steps timeline */
  .steps { gap: 24px; }
  .step { padding: 14px 8px; }

  /* Reduce footer padding/spacing */
  .footer { padding: 60px 0 24px; }
  .footer-grid { gap: 28px; margin-bottom: 40px; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .stats { grid-template-columns: 1fr; }
}
