/* Extra creative pass — motion, type, bento, ribbons */

:root {
  --font-display: "Poppins", Inter, system-ui, sans-serif;
}

h1,
h2,
h3,
h4,
.hero h1,
.hero-cinema h1 {
  font-family: var(--font-display);
}

body {
  background:
    radial-gradient(1200px 500px at 110% -10%, rgba(254, 154, 15, 0.08), transparent 40%),
    radial-gradient(800px 400px at -10% 20%, rgba(254, 154, 15, 0.05), transparent 42%),
    #fff;
}

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

.site-header {
  background: rgba(255, 255, 255, 0.72);
}

.accent {
  color: var(--vz-orange);
  font-style: italic;
  font-weight: 750;
}

.word-ribbon {
  overflow: hidden;
  background: var(--vz-black);
  color: #fff;
  border-top: 1px solid #222;
  border-bottom: 3px solid var(--vz-orange);
}

.word-track {
  display: flex;
  gap: 28px;
  width: max-content;
  padding: 14px 0;
  animation: marquee 22s linear infinite;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-size: clamp(18px, 2.4vw, 28px);
}

.word-track span {
  display: inline-flex;
  align-items: center;
  gap: 28px;
}

.word-track span::after {
  content: "●";
  color: var(--vz-orange);
  font-size: 12px;
}

.hero-cinema h1 {
  font-size: clamp(42px, 6.6vw, 78px);
  max-width: 11ch;
}

.hero-copy {
  animation: rise 0.9s ease both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 8px;
}

.hero-pills i {
  font-style: normal;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.bento {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 14px;
}

.bento .stat-card:first-child {
  grid-row: span 2;
  background: var(--vz-black);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
}

.bento .stat-card:first-child strong {
  color: var(--vz-orange);
  font-size: clamp(56px, 8vw, 88px);
}

.bento .stat-card:first-child span {
  color: #c8cad1;
}

.svc-band {
  background:
    radial-gradient(600px 280px at 0% 0%, rgba(254, 154, 15, 0.12), transparent 50%),
    var(--vz-soft);
}

.svc-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.svc-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -60px;
  top: -70px;
  background: radial-gradient(circle, rgba(254, 154, 15, 0.22), transparent 68%);
  pointer-events: none;
}

.svc-card:hover {
  transform: translateY(-8px) rotate(-0.4deg);
  box-shadow: 0 24px 50px rgba(16, 16, 20, 0.1);
  border-color: #f3d09a;
}

.svc-card .idx {
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.svc-long article {
  position: relative;
  overflow: hidden;
}

.svc-long article::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -80px;
  bottom: -90px;
  background: var(--vz-orange);
  opacity: 0.12;
  border-radius: 40px;
  transform: rotate(18deg);
}

.cta-band {
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "IMAGINE BUILD GROW";
  position: absolute;
  left: -4%;
  bottom: -18px;
  font-family: var(--font-display);
  font-size: 88px;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  pointer-events: none;
}

.page-hero {
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -60px;
  top: -80px;
  background: radial-gradient(circle, rgba(254, 154, 15, 0.28), transparent 70%);
}

.media-frame {
  box-shadow: 0 30px 70px rgba(12, 12, 13, 0.18);
  transform: rotate(-1.2deg);
}

.why-slider {
  box-shadow: 0 30px 80px rgba(12, 12, 13, 0.18);
}

.step {
  position: relative;
}

.pointer-glow {
  position: fixed;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 3;
  background: radial-gradient(circle, rgba(254, 154, 15, 0.16), transparent 70%);
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}

@media (max-width: 980px) {
  .bento {
    grid-template-columns: 1fr 1fr;
  }

  .bento .stat-card:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 180px;
  }

  .hero-cinema h1 {
    max-width: none;
  }

  .media-frame {
    transform: none;
  }

  .pointer-glow {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .word-track,
  .marquee-track {
    animation: none;
  }
}
