:root {
  --ink: #101010;
  --paper: #ffffff;
  --paper-strong: #ffffff;
  --muted: #6f6a61;
  --line: rgba(16, 16, 16, 0.14);
  --night: #0b0b0c;
  --night-soft: #171719;
  --brand-blue: #00b3de;
  --brand-blue-dark: #00a0e9;
  --brand-cyan: #61feff;
  --brand-magenta: #ff00ff;
  --brand-yellow: #ffed00;
  --brand-green: #18a561;
  --brand-red: #e85454;
  --accent: var(--brand-blue);
  --accent-2: var(--brand-magenta);
  --accent-3: var(--brand-yellow);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  --radius: 8px;
  --max: 1180px;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
}

body.theme-projection {
  --accent: var(--brand-blue);
  --accent-2: var(--brand-cyan);
  --accent-3: var(--brand-magenta);
}

body.theme-projection-b {
  --accent: var(--brand-blue);
  --accent-2: var(--brand-magenta);
  --accent-3: var(--brand-yellow);
  background: #050505;
  color: #fff;
}

body.theme-wheat {
  --accent: var(--brand-yellow);
  --accent-2: var(--brand-blue);
  --accent-3: var(--brand-magenta);
}

body.theme-guerrilla {
  --accent: var(--brand-magenta);
  --accent-2: var(--brand-blue);
  --accent-3: var(--brand-yellow);
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.landing-top {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px clamp(16px, 3vw, 34px);
  color: #fff;
  pointer-events: none;
}

.top-inner {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  pointer-events: auto;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}

.brand-mark img {
  width: clamp(118px, 13vw, 154px);
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.34));
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-note {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  backdrop-filter: blur(14px);
}

.top-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 70px;
  background: var(--brand-blue);
  color: #fff;
  text-decoration: none;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: rgba(255, 0, 255, 0) 0 0 0 0, 0 12px 34px rgba(0, 0, 0, 0.28);
  transition: color 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
}

.top-call:hover,
.button.primary:hover,
.button.dark.primary:hover {
  color: var(--brand-magenta);
  box-shadow: rgba(255, 0, 255, 1) 4px 4px 0 0, 0 12px 34px rgba(0, 0, 0, 0.18);
}

.microsite-top .top-actions {
  gap: 8px;
}

.mini-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
}

.mini-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #fff;
  text-decoration: none;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.mini-nav a[aria-current="page"] {
  background: var(--accent);
  color: #111;
}

.hero {
  min-height: 88svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  background: #111;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
  filter: saturate(1.05) contrast(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.64) 46%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0) 42%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.045) 1px, transparent 1px, transparent 8px);
}

.hero-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 128px 0 54px;
  min-width: 0;
}

.subpage-hero {
  min-height: 64svh;
  align-items: center;
}

.subpage-hero .hero-inner {
  padding: 142px 0 70px;
}

.subpage-hero h1 {
  font-size: clamp(4.2rem, 9vw, 8.2rem);
}

.hero-inner > *,
.section-inner > *,
.quote-inner > * {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: clamp(0.78rem, 1.4vw, 0.96rem);
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 920px;
  margin: 0;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: clamp(5rem, 10vw, 10rem);
  line-height: 0.86;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-copy {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2.1vw, 1.44rem);
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 70px;
  color: var(--ink);
  background: transparent;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.button.primary {
  background: var(--accent);
  color: #111;
}

.button.dark {
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
}

.button.dark.primary {
  border: 0;
  border-radius: 70px;
  background: var(--accent);
  color: #111;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.08);
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.32);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  backdrop-filter: blur(14px);
}

.quote-band {
  background: var(--night);
  color: #fff;
  border-top: 6px solid var(--accent);
}

.quote-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 0.8fr 1.8fr;
  gap: 22px;
  align-items: center;
}

.quote-kicker {
  margin: 0;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.quote-title {
  margin: 4px 0 0;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.quick-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 10px;
}

.quick-form input,
.quick-form select,
.quick-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0 12px;
  outline: 0;
}

.quick-form input::placeholder,
.quick-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.64);
}

.quick-form select {
  color: rgba(255, 255, 255, 0.9);
}

.quick-form option {
  color: #111;
}

.quick-form button {
  min-height: 48px;
  white-space: nowrap;
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  min-height: 18px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
}

.ticker {
  overflow: hidden;
  background: var(--brand-blue);
  color: #fff;
  border-block: 1px solid rgba(0, 0, 0, 0.2);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 24s linear infinite;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 24px;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@keyframes pulse-bar {
  0%,
  100% {
    opacity: 0.45;
    transform: scaleY(0.55);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes b-rail {
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: clamp(56px, 8vw, 104px) 0;
}

.section[id] {
  scroll-margin-top: 132px;
}

.section.dark {
  background: var(--night);
  color: #fff;
}

.section.alt {
  background: #fff;
}

.section-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.street-stats-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.86) 58%, rgba(255, 255, 255, 0.94) 100%),
    #fff;
}

.street-stats-section::before,
.street-stats-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.street-stats-section::before {
  top: 18px;
  right: clamp(10px, 5vw, 92px);
  width: min(48vw, 680px);
  height: min(38vw, 430px);
  opacity: 0.24;
  transform: rotate(-5deg);
  background: url("images/brick-wall-mono.png") center / cover no-repeat;
  filter: grayscale(1) contrast(1.08);
  mix-blend-mode: multiply;
  mask-image: radial-gradient(circle at 52% 46%, #000 0 48%, rgba(0, 0, 0, 0.68) 62%, transparent 82%);
}

.street-stats-section::after {
  right: clamp(10px, 5vw, 76px);
  bottom: 44px;
  width: min(26vw, 330px);
  height: 2px;
  background: rgba(0, 179, 222, 0.22);
  transform: rotate(-12deg);
  opacity: 0.6;
}

.street-stats-section .section-inner {
  position: relative;
  z-index: 2;
}

.brick-poster {
  position: absolute;
  z-index: 1;
  top: clamp(68px, 7vw, 104px);
  right: clamp(150px, 22vw, 340px);
  width: clamp(128px, 13vw, 208px);
  margin: 0;
  padding: 8px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 16, 16, 0.18);
  box-shadow: 0 16px 34px rgba(16, 16, 16, 0.18);
  transform: rotate(-8deg);
  opacity: 0.9;
  pointer-events: none;
}

.brick-poster::before,
.brick-poster::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 15px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(16, 16, 16, 0.08);
  box-shadow: 0 2px 7px rgba(16, 16, 16, 0.08);
}

.brick-poster::before {
  top: -10px;
  left: 14px;
  transform: rotate(-10deg);
}

.brick-poster::after {
  right: 12px;
  bottom: -10px;
  transform: rotate(9deg);
}

.brick-poster img {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.section h2 {
  margin: 0;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: 0.95;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
}

.section h3 {
  margin: 0;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: clamp(1.75rem, 2.4vw, 2.5rem);
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
}

.lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 2vw, 1.28rem);
}

.dark .lead {
  color: rgba(255, 255, 255, 0.74);
}

.stat-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.animated-stat-wall {
  position: relative;
  box-shadow: 18px 18px 0 rgba(0, 179, 222, 0.08);
}

.stat {
  position: relative;
  min-height: 148px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 24px;
  background: var(--paper-strong);
  overflow: hidden;
}

.animated-stat-wall.is-observed .stat {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.animated-stat-wall.is-visible .stat {
  opacity: 1;
  transform: translateY(0);
}

.animated-stat-wall.is-visible .stat:nth-child(2) {
  transition-delay: 100ms;
}

.animated-stat-wall.is-visible .stat:nth-child(3) {
  transition-delay: 200ms;
}

.animated-stat-wall .stat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 34%, rgba(0, 179, 222, 0.14) 46%, transparent 58% 100%);
  transform: translateX(-130%);
}

.animated-stat-wall.is-visible .stat::before {
  animation: stat-sweep 900ms ease forwards;
}

.city-coverage {
  isolation: isolate;
  box-shadow: inset 0 0 0 0 rgba(0, 179, 222, 0);
}

.city-coverage::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid var(--brand-blue);
  z-index: 0;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}

.city-coverage > * {
  position: relative;
  z-index: 1;
}

.animated-stat-wall.is-visible .city-coverage::after {
  animation: city-box-pop 1200ms cubic-bezier(0.2, 0.8, 0.2, 1) 300ms forwards, city-box-pulse 2200ms ease-in-out 1600ms infinite;
}

.animated-stat-wall.is-visible .city-coverage {
  animation: city-tile-outline 1000ms ease 250ms forwards, city-tile-glow 2200ms ease-in-out 1500ms infinite;
}

@keyframes stat-sweep {
  to {
    transform: translateX(130%);
  }
}

@keyframes city-box-pop {
  0% {
    opacity: 0;
    transform: scale(0.86);
  }
  55% {
    opacity: 1;
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes city-box-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(0, 179, 222, 0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 179, 222, 0.08);
  }
}

@keyframes city-tile-outline {
  0% {
    box-shadow: inset 0 0 0 0 rgba(0, 179, 222, 0);
  }
  65% {
    box-shadow: inset 0 0 0 4px rgba(0, 179, 222, 0.95);
  }
  100% {
    box-shadow: inset 0 0 0 2px rgba(0, 179, 222, 0.86);
  }
}

@keyframes city-tile-glow {
  0%,
  100% {
    box-shadow: inset 0 0 0 2px rgba(0, 179, 222, 0.72), 0 0 0 rgba(0, 179, 222, 0);
  }
  50% {
    box-shadow: inset 0 0 0 2px rgba(0, 179, 222, 1), 0 0 0 8px rgba(0, 179, 222, 0.08);
  }
}

.dark .stat {
  background: var(--night-soft);
}

.stat strong {
  color: var(--brand-blue);
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: clamp(2.25rem, 5vw, 4.3rem);
  line-height: 0.9;
  font-weight: 400;
}

.dark .stat strong {
  color: var(--accent);
}

.stat span {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.collage {
  position: relative;
  min-height: 520px;
}

.collage-card {
  position: absolute;
  overflow: hidden;
  border: 8px solid #fff;
  background: #ddd;
  box-shadow: var(--shadow);
  animation: float-card 7s ease-in-out infinite;
}

.collage-card img {
  height: 100%;
  object-fit: cover;
}

.collage-card.one {
  top: 0;
  left: 4%;
  width: 58%;
  height: 310px;
  transform: rotate(-3deg);
}

.collage-card.two {
  right: 0;
  top: 58px;
  width: 44%;
  height: 275px;
  transform: rotate(4deg);
  animation-delay: -2s;
}

.collage-card.three {
  left: 22%;
  bottom: 0;
  width: 56%;
  height: 250px;
  transform: rotate(2deg);
  animation-delay: -4s;
}

.collage-label {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 48px;
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  background: var(--accent);
  color: #111;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.45rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

@keyframes float-card {
  50% {
    translate: 0 -10px;
  }
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.offer-card {
  display: grid;
  gap: 14px;
  min-height: 260px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
}

.dark .offer-card {
  background: var(--night-soft);
  border-color: rgba(255, 255, 255, 0.12);
}

.offer-card .num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #111;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.offer-card p {
  margin: 0;
  color: var(--muted);
}

.dark .offer-card p {
  color: rgba(255, 255, 255, 0.7);
}

.slider-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: stretch;
  margin-top: 36px;
}

.story-slider {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background: #111;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 900ms ease, transform 900ms ease;
}

.slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.slide img {
  height: 100%;
  object-fit: cover;
}

.slider-notes {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.note {
  padding: 22px;
  background: #fff;
}

.note strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.note p {
  margin: 0;
  color: var(--muted);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.process-step {
  min-height: 250px;
  padding: 24px;
  background: var(--night-soft);
}

.process-step span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 44px;
  background: var(--accent);
  color: #111;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.process-step p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.final-cta {
  position: relative;
  overflow: hidden;
  background: var(--accent);
  color: #111;
}

.final-cta .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: center;
}

.final-cta h2 {
  max-width: 760px;
}

.final-panel {
  padding: 24px;
  background: #111;
  color: #fff;
  box-shadow: var(--shadow);
}

.final-panel p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.74);
}

.hub-hero {
  min-height: 92svh;
}

.hub-hero .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
}

.hero-media-stack {
  display: grid;
  gap: 12px;
  align-self: end;
}

.hero-media-primary,
.hero-media-row img {
  overflow: hidden;
  border: 8px solid #fff;
  background: #111;
  box-shadow: var(--shadow);
}

.hero-media-primary {
  aspect-ratio: 1 / 1.05;
  transform: rotate(2deg);
}

.hero-media-primary img,
.hero-media-row img {
  height: 100%;
  object-fit: cover;
}

.hero-media-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hero-media-row img {
  aspect-ratio: 1.2 / 1;
}

.trust-strip {
  background: #fff;
  border-block: 1px solid var(--line);
}

.trust-strip .section-inner {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-inline: 1px solid var(--line);
}

.trust-strip span {
  min-height: 70px;
  display: grid;
  place-items: center;
  padding: 12px;
  background: #fff;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 1.7vw, 1.45rem);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.problem-grid,
.attention-grid,
.buyer-grid,
.proof-dashboard {
  display: grid;
  gap: 1px;
  margin-top: 34px;
  background: var(--line);
  border: 1px solid var(--line);
}

.problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.attention-grid,
.buyer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-dashboard {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.problem-card,
.attention-card,
.buyer-card,
.proof-tile {
  min-height: 190px;
  padding: 24px;
  background: #fff;
}

.dark .problem-card,
.dark .attention-card,
.dark .buyer-card,
.dark .proof-tile {
  background: var(--night-soft);
}

.problem-card strong,
.attention-card strong,
.buyer-card strong,
.proof-tile strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.55rem);
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.problem-card p,
.attention-card p,
.buyer-card p,
.proof-tile p {
  margin: 0;
  color: var(--muted);
}

.dark .problem-card p,
.dark .attention-card p,
.dark .buyer-card p,
.dark .proof-tile p {
  color: rgba(255, 255, 255, 0.72);
}

.service-stack {
  display: grid;
  gap: 22px;
  margin-top: 38px;
}

.service-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-panel-media {
  min-height: 390px;
  background: #111;
}

.service-panel-media img {
  height: 100%;
  object-fit: cover;
}

.service-panel-body {
  padding: clamp(24px, 4vw, 44px);
  background: #fff;
}

.service-panel-body h3 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.service-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.service-meta h4 {
  margin: 0 0 8px;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.service-meta ul {
  margin: 0;
  padding-left: 19px;
  color: var(--muted);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid var(--line);
  color: #111;
  background: #fff;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.comparison-table {
  margin-top: 32px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.comparison-table th,
.comparison-table td {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  color: var(--accent);
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}

.comparison-table td {
  color: rgba(255, 255, 255, 0.76);
}

.masonry-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.gallery-lede {
  max-width: 760px;
}

.gallery-page .masonry-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 160px;
}

.gallery-item {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  background: #111;
}

.gallery-item.tall {
  grid-row: span 2;
  min-height: 492px;
}

.gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  padding: 9px 12px;
  background: var(--accent);
  color: #111;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-page .gallery-item {
  min-height: 0;
  grid-row: span 2;
}

.gallery-page .gallery-item.tall {
  min-height: 0;
  grid-row: span 3;
}

.gallery-page .gallery-item.wide {
  grid-row: span 2;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line);
  background: var(--line);
}

.contact-grid > * {
  min-width: 0;
}

.contact-card,
.contact-form-card {
  padding: clamp(22px, 4vw, 38px);
  background: #fff;
}

.contact-card {
  display: grid;
  align-content: space-between;
  gap: 28px;
}

.contact-methods {
  display: grid;
  gap: 12px;
}

.contact-methods a,
.contact-methods span {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid var(--line);
  color: #111;
  text-decoration: none;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-methods a::after,
.contact-methods span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--accent);
  border-right: 3px solid var(--accent);
  transform: rotate(45deg);
}

.contact-form-card {
  background: #111;
  color: #fff;
}

.contact-form-card .campaign-form input,
.contact-form-card .campaign-form select,
.contact-form-card .campaign-form textarea {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
}

.faq-list p {
  color: var(--muted);
}

.campaign-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.campaign-form .wide {
  grid-column: 1 / -1;
}

.campaign-form input,
.campaign-form select,
.campaign-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0 12px;
}

.campaign-form textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
}

.campaign-form option {
  color: #111;
}

.projection-b-page {
  background:
    radial-gradient(circle at 18% 8%, rgba(0, 179, 222, 0.18), transparent 28vw),
    radial-gradient(circle at 82% 18%, rgba(255, 0, 255, 0.16), transparent 25vw),
    #050505;
}

.b-video-hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: #050505;
}

.b-video-hero video,
.b-video-hero::before {
  position: absolute;
  inset: 0;
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-video-hero::before {
  content: "";
  z-index: -5;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
}

.b-video-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.58) 48%, rgba(0, 0, 0, 0.22)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent 48%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.055) 1px, transparent 1px, transparent 8px);
}

.b-hero-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 148px 0 48px;
}

.b-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
}

.b-video-hero h1 {
  max-width: 920px;
  font-size: clamp(4.6rem, 9.5vw, 9.2rem);
}

.b-hero-copy {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.06rem, 2vw, 1.38rem);
}

.b-proof-stack {
  display: grid;
  gap: 10px;
  align-self: stretch;
  align-content: end;
}

.b-proof-card {
  position: relative;
  min-height: 104px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.b-proof-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--accent);
  animation: pulse-bar 1.7s ease-in-out infinite;
}

.b-proof-card strong {
  display: block;
  color: #fff;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 0.9;
  font-weight: 400;
  text-transform: uppercase;
}

.b-proof-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
}

.b-quick-form {
  margin-top: 28px;
  max-width: 980px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 10px;
}

.b-quick-form input,
.b-quick-form select {
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 0 14px;
}

.b-quick-form option {
  color: #111;
}

.b-quick-form .form-status {
  grid-column: 1 / -1;
  margin: 0;
}

.b-section {
  position: relative;
  padding: clamp(46px, 7vw, 82px) 0;
  overflow: hidden;
  background: #050505;
  color: #fff;
}

.b-section.light {
  background: #fff;
  color: #111;
}

.b-section.blue {
  background: var(--accent);
  color: #111;
}

.b-section .lead {
  color: rgba(255, 255, 255, 0.74);
}

.b-section.light .lead,
.b-section.blue .lead {
  color: rgba(16, 16, 16, 0.68);
}

.b-section h2 {
  max-width: 900px;
}

.b-tight-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(22px, 4vw, 50px);
  align-items: center;
}

.b-copy-punch {
  display: grid;
  gap: 1px;
  margin-top: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.14);
}

.b-copy-punch article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.b-copy-punch strong {
  display: block;
  color: var(--accent);
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 2.35rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.b-copy-punch p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.b-image-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 120px;
  gap: 10px;
}

.b-image-grid figure,
.b-gallery-grid figure,
.b-rail-track figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.b-image-grid img,
.b-gallery-grid img,
.b-rail-track img {
  height: 100%;
  object-fit: cover;
}

.b-image-grid figure:nth-child(1) {
  grid-column: span 4;
  grid-row: span 3;
}

.b-image-grid figure:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}

.b-image-grid figure:nth-child(3),
.b-image-grid figure:nth-child(4) {
  grid-column: span 2;
  grid-row: span 2;
}

.b-image-grid figure:nth-child(5) {
  grid-column: span 3;
  grid-row: span 2;
}

.b-image-grid figure:nth-child(6) {
  grid-column: span 3;
  grid-row: span 2;
}

.b-image-grid span,
.b-gallery-grid span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 8px 11px;
  background: var(--accent);
  color: #111;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
  line-height: 1;
  text-transform: uppercase;
}

.b-motion-rail {
  overflow: hidden;
  background: #050505;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.b-rail-track {
  display: flex;
  width: max-content;
  gap: 12px;
  padding: 12px;
  animation: b-rail 28s linear infinite;
}

.b-rail-track figure {
  width: clamp(220px, 30vw, 420px);
  height: clamp(140px, 18vw, 260px);
  border: 4px solid #fff;
}

.b-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.14);
}

.b-offer-grid article {
  min-height: 260px;
  padding: 26px;
  background: #111;
}

.b-offer-grid strong {
  display: block;
  color: var(--accent);
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  line-height: 0.8;
  font-weight: 400;
}

.b-offer-grid h3 {
  margin-top: 22px;
}

.b-offer-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.b-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 150px;
  gap: 10px;
  margin-top: 28px;
}

.b-gallery-grid figure:nth-child(1),
.b-gallery-grid figure:nth-child(7) {
  grid-column: span 2;
  grid-row: span 2;
}

.b-gallery-grid figure:nth-child(2),
.b-gallery-grid figure:nth-child(5),
.b-gallery-grid figure:nth-child(8) {
  grid-row: span 2;
}

.b-gallery-grid figure:nth-child(4) {
  grid-column: span 2;
}

.b-contact-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 1px;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.16);
}

.b-contact-panel,
.b-contact-form {
  min-width: 0;
  padding: clamp(22px, 4vw, 38px);
}

.b-contact-panel {
  background: #fff;
  color: #111;
}

.b-contact-panel .lead {
  color: rgba(16, 16, 16, 0.68);
}

.b-contact-form {
  background: #111;
}

.b-contact-form .campaign-form input,
.b-contact-form .campaign-form select,
.b-contact-form .campaign-form textarea {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.sticky-cta {
  position: fixed;
  z-index: 40;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 220ms ease, transform 220ms ease;
}

body.is-sticky-ready .sticky-cta {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-cta a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 0;
  border-radius: 70px;
  background: var(--accent);
  color: #111;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
}

.footer {
  padding: 30px 0 86px;
  background: #111;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.footer .section-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 980px) {
  .quote-inner,
  .split,
  .slider-wrap,
  .final-cta .section-inner,
  .hub-hero .hero-inner,
  .service-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .b-hero-grid,
  .b-tight-grid,
  .b-contact-wrap {
    grid-template-columns: 1fr;
  }

  .quick-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b-quick-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-form button {
    grid-column: 1 / -1;
  }

  .b-quick-form button {
    grid-column: 1 / -1;
  }

  .offer-grid,
  .process-list,
  .problem-grid,
  .attention-grid,
  .buyer-grid,
  .proof-dashboard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b-offer-grid,
  .b-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip .section-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .masonry-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .landing-top {
    padding: 10px 12px;
  }

  .top-note {
    display: none;
  }

  .top-actions {
    display: none;
  }

  .brand-mark {
    font-size: 0.86rem;
  }

  .brand-mark img {
    width: 118px;
  }

  .top-call {
    min-height: 38px;
    width: 104px;
    padding: 0 10px;
    font-size: 0;
  }

  .top-call::after {
    content: "Call Now";
    font-size: 0.78rem;
  }

  .hero {
    min-height: 78svh;
  }

  .hero-inner {
    width: min(calc(100% - 24px), var(--max));
    padding: 92px 0 38px;
  }

  h1 {
    font-size: clamp(2.65rem, 10.7vw, 3.15rem);
    line-height: 0.9;
  }

  .hero-copy {
    display: block;
    inline-size: calc(100vw - 24px);
    max-width: 100%;
    font-size: 1rem;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .b-video-hero {
    min-height: 92svh;
  }

  .b-hero-inner {
    width: min(calc(100% - 24px), var(--max));
    padding: 188px 0 34px;
  }

  .b-video-hero h1 {
    font-size: clamp(3rem, 13vw, 4.15rem);
    line-height: 0.88;
  }

  .b-hero-copy {
    max-width: 100%;
    font-size: 1rem;
  }

  .b-proof-stack {
    display: none;
  }

  .b-quick-form,
  .b-image-grid,
  .b-offer-grid,
  .b-gallery-grid,
  .b-contact-wrap {
    grid-template-columns: 1fr;
  }

  .b-image-grid,
  .b-gallery-grid {
    grid-auto-rows: 190px;
  }

  .b-image-grid figure,
  .b-image-grid figure:nth-child(n),
  .b-gallery-grid figure,
  .b-gallery-grid figure:nth-child(n) {
    grid-column: auto;
    grid-row: span 2;
  }

  .b-gallery-grid figure:nth-child(1),
  .b-gallery-grid figure:nth-child(7) {
    grid-row: span 3;
  }

  .b-rail-track {
    animation-duration: 20s;
  }

  .b-offer-grid article {
    min-height: 0;
    padding: 22px;
  }

  .b-offer-grid strong {
    font-size: 3rem;
  }

  .proof-row span {
    flex: 1 1 100%;
    max-width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
  }

  .proof-row span:last-child {
    flex-basis: 100%;
  }

  .button {
    width: 100%;
  }

  .quote-inner,
  .section-inner {
    width: min(calc(100% - 24px), var(--max));
  }

  .quick-form,
  .stat-wall,
  .offer-grid,
  .process-list,
  .problem-grid,
  .attention-grid,
  .buyer-grid,
  .proof-dashboard,
  .service-meta,
  .faq-list,
  .campaign-form {
    grid-template-columns: 1fr;
  }

  .campaign-form .wide {
    grid-column: auto;
  }

  .trust-strip .section-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-media-stack {
    display: none;
  }

  .service-panel-media {
    min-height: 240px;
  }

  .masonry-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item.tall {
    min-height: 290px;
  }

  .gallery-item.wide {
    grid-column: auto;
  }

  .collage {
    min-height: 470px;
  }

  .collage-card.one {
    left: 0;
    width: 72%;
    height: 250px;
  }

  .collage-card.two {
    right: 1%;
    width: 58%;
    height: 210px;
  }

  .collage-card.three {
    left: 6%;
    width: 82%;
    height: 230px;
  }

  .slider-wrap {
    gap: 0;
  }

  .story-slider {
    min-height: 360px;
  }

  .sticky-cta {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .sticky-cta a {
    flex: 1;
    padding: 0 8px;
    font-size: 0.8rem;
  }

  .footer .section-inner {
    display: grid;
  }

  .microsite-top {
    padding: 10px 12px;
  }

  .microsite-top .top-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .microsite-top .top-actions {
    display: flex;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .microsite-top .mini-nav {
    flex: 1 0 auto;
  }

  .microsite-top .top-call {
    width: auto;
    min-width: max-content;
    min-height: 44px;
    padding: 0 12px;
    font-size: 0;
  }

  .microsite-top .top-call::after {
    content: "Call";
    font-size: 0.86rem;
  }

  .microsite-top + main .hero-inner {
    padding-top: 156px;
  }

  .section[id] {
    scroll-margin-top: 176px;
  }

  .subpage-hero .hero-inner {
    padding-top: 156px;
  }

  .gallery-page .masonry-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 170px;
  }

  .gallery-page .gallery-item,
  .gallery-page .gallery-item.wide {
    grid-column: auto;
    grid-row: span 2;
  }

  .gallery-page .gallery-item.tall {
    grid-row: span 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Posterize Projection B: dark editorial direction inspired by cinematic real estate sites. */
.projection-b-v2 {
  --posterize-white: #ffffff;
  --posterize-cyan: #00b3de;
  --brand-blue: #00b3de;
  --posterize-black: #201e1e;
  --posterize-ink: #0b0b0c;
  --posterize-muted: rgba(255, 255, 255, 0.66);
  --posterize-line: rgba(255, 255, 255, 0.16);
  --ppc-black: var(--posterize-black);
  --ppc-ink: var(--posterize-ink);
  --ppc-panel: #111112;
  --ppc-panel-soft: #181819;
  --ppc-white: var(--posterize-white);
  --ppc-paper: #f7f7f3;
  --ppc-cyan: var(--posterize-cyan);
  --ppc-muted: var(--posterize-muted);
  --ppc-muted-strong: rgba(255, 255, 255, 0.86);
  --ppc-line: var(--posterize-line);
  --ppc-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --ppc-radius: 16px;
  --ppc-max: 1180px;
  margin: 0;
  overflow-x: hidden;
  background: var(--posterize-black);
  color: var(--posterize-white);
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.projection-b-v2 *,
.projection-b-v2 *::before,
.projection-b-v2 *::after {
  box-sizing: border-box;
}

.projection-b-v2 img,
.projection-b-v2 video {
  max-width: 100%;
}

.projection-b-v2 h1,
.projection-b-v2 h2,
.projection-b-v2 h3,
.projection-b-v2 .studio-kicker,
.projection-b-v2 .studio-call,
.projection-b-v2 .studio-nav,
.projection-b-v2 .button,
.projection-b-v2 .studio-brand span,
.projection-b-v2 .studio-marquee,
.projection-b-v2 .studio-bottom-bar,
.projection-b-v2 .studio-signal-top,
.projection-b-v2 .studio-mini-stats,
.projection-b-v2 .contact-signal-list {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
}

.projection-b-v2 h1,
.projection-b-v2 h2 {
  font-family: "Archivo Black", "Arial Black", Impact, sans-serif;
  letter-spacing: -0.015em;
}

.projection-b-v2 h1,
.projection-b-v2 h2,
.projection-b-v2 h3 {
  margin: 0;
  color: var(--posterize-white);
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.projection-b-v2 h1 {
  display: grid;
  gap: 0.04em;
  max-width: 11ch;
  font-size: clamp(4rem, 10.4vw, 12.4rem);
  line-height: 0.82;
}

.projection-b-v2 h1::after,
.projection-b-v2 h2::after {
  content: "";
  display: block;
  width: min(100%, 620px);
  height: clamp(4px, 0.55vw, 8px);
  margin-top: 0.12em;
  background: var(--posterize-cyan);
}

.projection-b-v2 h2 {
  max-width: 10ch;
  font-size: clamp(2.25rem, 5vw, 6rem);
  line-height: 0.92;
}

.projection-b-v2 h3 {
  font-size: clamp(1.35rem, 2.2vw, 2.45rem);
  line-height: 0.98;
}

.projection-b-v2 p {
  margin: 0;
  color: var(--posterize-muted);
  font-size: clamp(1.02rem, 1.18vw, 1.22rem);
  font-weight: 500;
  line-height: 1.54;
}

.studio-header {
  position: fixed;
  z-index: 80;
  top: 18px;
  left: 18px;
  right: 18px;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 10px;
  border: 1px solid var(--posterize-line);
  background: rgba(32, 30, 30, 0.92);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

/* Projection B handles board redesign */
body.projection-b-ppc #what-we-handle.ppc-handles-board-section {
  position: relative;
  min-height: 880px;
  padding: clamp(72px, 7vw, 112px) 0;
  overflow: hidden;
  background-color: #02070a;
  background-image:
    linear-gradient(90deg, rgba(1, 5, 7, 0.92) 0%, rgba(2, 8, 11, 0.82) 42%, rgba(2, 8, 11, 0.44) 100%),
    radial-gradient(circle at 78% 36%, rgba(0, 179, 222, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(0, 179, 222, 0.16) 0 1px, transparent 1px 100%),
    url("images/projection-b/posterize-handles-bg.webp");
  background-position: center;
  background-size: cover;
  border-top: 1px solid rgba(0, 179, 222, 0.36);
  border-bottom: 1px solid rgba(0, 179, 222, 0.28);
  box-shadow:
    inset 0 72px 120px rgba(0, 0, 0, 0.65),
    inset 0 -72px 120px rgba(0, 0, 0, 0.72);
}

body.projection-b-ppc #what-we-handle.ppc-handles-board-section::before,
body.projection-b-ppc #what-we-handle.ppc-handles-board-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

body.projection-b-ppc #what-we-handle.ppc-handles-board-section::before {
  background:
    linear-gradient(90deg, rgba(0, 179, 222, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 9px),
    radial-gradient(circle at 38% 120%, rgba(0, 179, 222, 0.2), transparent 28%);
  background-size: 72px 72px, 100% 9px, cover;
  mix-blend-mode: screen;
  opacity: 0.8;
}

body.projection-b-ppc #what-we-handle.ppc-handles-board-section::after {
  left: auto;
  right: -4vw;
  top: 4vw;
  width: 24vw;
  min-width: 260px;
  content: "PSTRZ";
  color: rgba(0, 179, 222, 0.15);
  font-family: "Bungee", Impact, sans-serif;
  font-size: clamp(6rem, 13vw, 15rem);
  line-height: 0.78;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-shadow: 0 0 40px rgba(0, 179, 222, 0.2);
}

body.projection-b-ppc #what-we-handle.ppc-handles-board-section .ppc-wrap {
  width: min(calc(100% - 56px), 1640px);
}

body.projection-b-ppc #what-we-handle .ppc-handles-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(440px, 0.78fr) minmax(620px, 1.18fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
}

body.projection-b-ppc #what-we-handle .ppc-handles-layout::after {
  content: "Strategy  ........  Execution  ........  Proof  ........  PSTRZ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  color: rgba(0, 179, 222, 0.74);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.78;
}

body.projection-b-ppc #what-we-handle .ppc-handles-content {
  max-width: 620px;
  gap: 18px;
}

body.projection-b-ppc #what-we-handle .ppc-handles-content::before {
  left: -12%;
  top: -8%;
  width: 120%;
  height: 122%;
  background:
    radial-gradient(circle at 0 40%, rgba(0, 179, 222, 0.12), transparent 44%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent);
  filter: blur(8px);
}

body.projection-b-ppc #what-we-handle .ppc-eyebrow {
  color: rgba(255, 255, 255, 0.84);
  text-shadow: 2px 2px 0 rgba(0, 179, 222, 0.24);
}

body.projection-b-ppc #what-we-handle .ppc-handles-content h2 {
  max-width: 13.2ch;
  font-size: clamp(3.15rem, 4.85vw, 6rem);
  line-height: 0.86;
  letter-spacing: 0;
  text-shadow:
    3px 3px 0 rgba(0, 0, 0, 0.58),
    0 0 30px rgba(0, 179, 222, 0.12);
}

body.projection-b-ppc #what-we-handle .ppc-section-lede {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.02rem, 1.3vw, 1.22rem);
  line-height: 1.42;
}

body.projection-b-ppc #what-we-handle .ppc-checklist {
  display: grid;
  gap: 8px;
  max-width: 620px;
  margin-top: 8px;
}

body.projection-b-ppc #what-we-handle .ppc-checklist article.ppc-handle-step {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 54px;
  gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 14px 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 179, 222, 0.24);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(0, 179, 222, 0.08), rgba(0, 0, 0, 0.24) 24%, rgba(0, 0, 0, 0.5)),
    rgba(2, 8, 10, 0.74);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}

body.projection-b-ppc #what-we-handle .ppc-checklist article.ppc-handle-step::before {
  display: none;
}

body.projection-b-ppc #what-we-handle .ppc-checklist article.ppc-handle-step::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  border-top: 5px solid var(--ppc-blue);
  border-right: 5px solid var(--ppc-blue);
  opacity: 0.98;
}

body.projection-b-ppc #what-we-handle .ppc-checklist article.ppc-handle-step:hover {
  background:
    linear-gradient(90deg, rgba(0, 179, 222, 0.18), rgba(0, 0, 0, 0.2) 28%, rgba(0, 0, 0, 0.42)),
    rgba(3, 14, 17, 0.86);
  border-color: rgba(0, 179, 222, 0.56);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.34),
    0 0 30px rgba(0, 179, 222, 0.11),
    inset 0 0 0 1px rgba(0, 179, 222, 0.13);
  transform: translateX(4px);
}

body.projection-b-ppc #what-we-handle .ppc-handle-step-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--ppc-blue);
  border: 1px solid rgba(0, 179, 222, 0.36);
  background: rgba(0, 179, 222, 0.08);
  box-shadow: inset 0 0 18px rgba(0, 179, 222, 0.1);
}

body.projection-b-ppc #what-we-handle .ppc-handle-step-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.projection-b-ppc #what-we-handle .ppc-handle-step-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.projection-b-ppc #what-we-handle .ppc-handle-step-copy h3 {
  color: var(--ppc-white);
  font-size: clamp(0.96rem, 1vw, 1.08rem);
  line-height: 1.04;
  letter-spacing: 0.035em;
}

body.projection-b-ppc #what-we-handle .ppc-handle-step-copy p {
  max-width: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.84rem, 0.92vw, 0.96rem);
  line-height: 1.34;
}

body.projection-b-ppc #what-we-handle .ppc-handle-step-number {
  justify-self: end;
  color: var(--ppc-blue);
  font-family: "Bungee", Impact, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.42rem);
  line-height: 1;
  letter-spacing: 0.02em;
}

body.projection-b-ppc #what-we-handle .ppc-inline-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  min-height: 54px;
  margin-top: 10px;
  padding: 15px 30px;
  border-radius: 0;
  box-shadow:
    0 0 0 1px rgba(0, 179, 222, 0.36),
    0 20px 54px rgba(0, 179, 222, 0.25);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%);
}

body.projection-b-ppc #what-we-handle .ppc-inline-cta span {
  font-size: 1.4em;
  line-height: 0;
}

body.projection-b-ppc #what-we-handle .ppc-handles-collage {
  min-height: clamp(620px, 51vw, 820px);
  width: 100%;
  isolation: isolate;
}

body.projection-b-ppc #what-we-handle .ppc-handles-collage::before {
  inset: 3% 0 4% 8%;
  background:
    linear-gradient(135deg, transparent 0 18%, rgba(0, 179, 222, 0.16) 18.2% 18.8%, transparent 19% 100%),
    linear-gradient(90deg, rgba(0, 179, 222, 0.18) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 58% 52%, rgba(0, 179, 222, 0.2), transparent 42%);
  background-size: cover, 42px 42px, cover;
  border: 1px solid rgba(0, 179, 222, 0.2);
  filter: none;
  opacity: 1;
}

body.projection-b-ppc #what-we-handle .ppc-handles-collage::after {
  content: "";
  position: absolute;
  right: 2%;
  top: 8%;
  bottom: 7%;
  z-index: -1;
  width: 22%;
  border-right: 2px solid rgba(0, 179, 222, 0.54);
  border-top: 2px solid rgba(0, 179, 222, 0.2);
  opacity: 0.76;
  transform: skewX(-14deg);
}

body.projection-b-ppc #what-we-handle .ppc-handles-shot {
  border: 1px solid rgba(0, 179, 222, 0.55);
  border-radius: 4px;
  background: #030608;
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.54),
    0 0 0 1px rgba(0, 179, 222, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

body.projection-b-ppc #what-we-handle .ppc-handles-shot::before,
body.projection-b-ppc #what-we-handle .ppc-handles-shot::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 14px;
  height: 14px;
  pointer-events: none;
}

body.projection-b-ppc #what-we-handle .ppc-handles-shot::before {
  left: 8px;
  top: 8px;
  border-left: 2px solid var(--ppc-blue);
  border-top: 2px solid var(--ppc-blue);
}

body.projection-b-ppc #what-we-handle .ppc-handles-shot::after {
  right: 8px;
  top: 8px;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}

body.projection-b-ppc #what-we-handle .ppc-handles-shot img {
  filter: saturate(1.1) contrast(1.18) brightness(0.66);
}

body.projection-b-ppc #what-we-handle .ppc-handles-shot:hover img {
  filter: saturate(1.18) contrast(1.18) brightness(0.82);
}

body.projection-b-ppc #what-we-handle .ppc-handles-shot figcaption {
  left: 14px;
  top: 12px;
  bottom: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 5, 7, 0.84);
  color: var(--ppc-white);
  font-size: 0.68rem;
}

body.projection-b-ppc #what-we-handle .ppc-handles-shot figcaption::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--ppc-blue);
  box-shadow: 0 0 10px rgba(0, 179, 222, 0.7);
}

body.projection-b-ppc #what-we-handle .ppc-handles-shot-one {
  top: 1%;
  left: 19%;
  z-index: 2;
  width: 47%;
  height: 34%;
}

body.projection-b-ppc #what-we-handle .ppc-handles-shot-two {
  top: 22%;
  right: 2%;
  z-index: 4;
  width: 43%;
  height: 31%;
}

body.projection-b-ppc #what-we-handle .ppc-handles-shot-three {
  left: 5%;
  bottom: 12%;
  z-index: 3;
  width: 48%;
  height: 34%;
}

body.projection-b-ppc #what-we-handle .ppc-handles-shot-four {
  right: 8%;
  bottom: 2%;
  z-index: 5;
  width: 46%;
  height: 34%;
}

body.projection-b-ppc #what-we-handle .ppc-handles-proof-note {
  position: absolute;
  left: 34%;
  bottom: 6%;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 108px;
  min-height: 132px;
  padding: 16px;
  border: 1px solid rgba(0, 179, 222, 0.52);
  background:
    linear-gradient(180deg, rgba(0, 179, 222, 0.13), transparent),
    rgba(1, 7, 10, 0.82);
  color: var(--ppc-blue);
  font-family: "Bungee", Impact, sans-serif;
  font-size: 1.18rem;
  line-height: 1.08;
  text-transform: uppercase;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.4),
    inset 0 0 22px rgba(0, 179, 222, 0.09);
}

body.projection-b-ppc #what-we-handle .ppc-handles-proof-note::after {
  content: "";
  width: 42px;
  height: 2px;
  margin-top: 8px;
  background: var(--ppc-blue);
  box-shadow: 0 0 12px rgba(0, 179, 222, 0.85);
}

@media (max-width: 1240px) {
  body.projection-b-ppc #what-we-handle .ppc-handles-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-content,
  body.projection-b-ppc #what-we-handle .ppc-checklist {
    max-width: 760px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-content h2 {
    max-width: 13.5ch;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-collage {
    max-width: 900px;
    min-height: 680px;
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  body.projection-b-ppc #what-we-handle.ppc-handles-board-section {
    min-height: 0;
    padding: 48px 0 58px;
    background-position: center;
  }

  body.projection-b-ppc #what-we-handle.ppc-handles-board-section::after {
    display: none;
  }

  body.projection-b-ppc #what-we-handle.ppc-handles-board-section .ppc-wrap {
    width: min(calc(100% - 28px), 520px);
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-layout {
    gap: 24px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-layout::after {
    display: none;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-content {
    gap: 14px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-content::before {
    inset: -18px -14px auto;
    width: auto;
    height: 360px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-content h2 {
    max-width: 11.8ch;
    font-size: clamp(2.68rem, 14.4vw, 4rem);
    line-height: 0.86;
  }

  body.projection-b-ppc #what-we-handle .ppc-section-lede {
    font-size: 1rem;
  }

  body.projection-b-ppc #what-we-handle .ppc-checklist {
    gap: 8px;
    max-width: none;
  }

  body.projection-b-ppc #what-we-handle .ppc-checklist article.ppc-handle-step {
    grid-template-columns: 46px minmax(0, 1fr) 34px;
    gap: 10px;
    min-height: 84px;
    padding: 12px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handle-step-icon {
    width: 38px;
    height: 38px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handle-step-icon svg {
    width: 25px;
    height: 25px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handle-step-copy h3 {
    font-size: 0.86rem;
    line-height: 1.04;
  }

  body.projection-b-ppc #what-we-handle .ppc-handle-step-copy p {
    font-size: 0.78rem;
    line-height: 1.28;
  }

  body.projection-b-ppc #what-we-handle .ppc-handle-step-number {
    font-size: 0.9rem;
  }

  body.projection-b-ppc #what-we-handle .ppc-inline-cta {
    width: 100%;
    justify-content: center;
    min-height: 52px;
    padding-inline: 18px 28px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-collage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-height: 0;
    max-width: none;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-collage::before,
  body.projection-b-ppc #what-we-handle .ppc-handles-collage::after,
  body.projection-b-ppc #what-we-handle .ppc-handles-proof-note {
    display: none;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-shot,
  body.projection-b-ppc #what-we-handle .ppc-handles-shot-one,
  body.projection-b-ppc #what-we-handle .ppc-handles-shot-two,
  body.projection-b-ppc #what-we-handle .ppc-handles-shot-three,
  body.projection-b-ppc #what-we-handle .ppc-handles-shot-four {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.05;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-shot-one {
    grid-column: 1 / -1;
    aspect-ratio: 1.8;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-shot figcaption {
    left: 8px;
    top: 8px;
    max-width: calc(100% - 16px);
    padding: 6px 7px;
    font-size: 0.56rem;
  }
}

@media (max-width: 380px) {
  body.projection-b-ppc #what-we-handle .ppc-checklist article.ppc-handle-step {
    grid-template-columns: 36px minmax(0, 1fr) 30px;
    gap: 8px;
    padding: 11px 10px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handle-step-icon {
    width: 32px;
    height: 32px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handle-step-icon svg {
    width: 21px;
    height: 21px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handle-step-copy p {
    font-size: 0.74rem;
  }
}

.projection-b-v2 .studio-section,
.projection-b-v2 .studio-subhero,
.projection-b-v2 .studio-footer {
  scroll-margin-top: 128px;
}

.studio-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  color: var(--posterize-white);
  text-decoration: none;
}

.studio-brand img {
  width: 136px;
  height: auto;
  display: block;
  background: var(--posterize-white);
}

.studio-brand span {
  display: none;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.studio-nav {
  display: flex;
  align-items: center;
  border: 1px solid var(--posterize-line);
}

.studio-nav a,
.studio-call {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--posterize-white);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.studio-nav a {
  border-right: 1px solid var(--posterize-line);
}

.studio-nav a:last-child {
  border-right: 0;
}

.studio-nav a:hover,
.studio-nav a[aria-current="page"] {
  background: var(--posterize-cyan);
  color: var(--posterize-black);
}

.studio-call {
  justify-self: end;
  border: 1px solid var(--posterize-cyan);
  background: var(--posterize-cyan);
  color: var(--posterize-black);
}

.studio-call:hover {
  background: var(--posterize-white);
  border-color: var(--posterize-white);
}

.studio-hero,
.studio-subhero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--posterize-black);
  isolation: isolate;
}

.studio-hero-clean {
  background: var(--posterize-black);
}

.studio-hero video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 0;
  width: 172%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: left center;
  opacity: 0.78;
  filter: saturate(0.95) contrast(1.15) brightness(0.72);
  transform-origin: left center;
  transform: scale(1.02);
}

.studio-hero-clean .studio-hero-video {
  animation: hero-video-drift 18s ease-in-out infinite alternate;
}

.studio-hero::before,
.studio-subhero::before,
.studio-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 11.111% 100%, 100% 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.22));
}

.studio-hero-clean::before {
  display: none;
}

.studio-hero::after,
.studio-subhero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 36%, rgba(0, 179, 222, 0.28), transparent 28%),
    linear-gradient(90deg, rgba(32, 30, 30, 0.94), rgba(32, 30, 30, 0.72) 46%, rgba(32, 30, 30, 0.45));
}

.studio-hero-clean::after {
  z-index: 1;
  background:
    radial-gradient(circle at 78% 34%, rgba(0, 179, 222, 0.2), transparent 31%),
    linear-gradient(90deg, rgba(32, 30, 30, 0.98) 0%, rgba(32, 30, 30, 0.9) 37%, rgba(32, 30, 30, 0.55) 70%, rgba(32, 30, 30, 0.36) 100%),
    linear-gradient(0deg, rgba(32, 30, 30, 0.94) 0%, rgba(32, 30, 30, 0.1) 45%, rgba(32, 30, 30, 0.22) 100%);
}

.studio-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.08;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
}

.studio-hero-clean .studio-noise {
  display: block;
  z-index: 1;
  opacity: 0.07;
}

.studio-hero-grid {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 56px), 1680px);
  min-height: 100svh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.55fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: end;
  padding: 146px 0 112px;
}

.studio-hero-clean .studio-hero-grid {
  grid-template-columns: minmax(0, 860px);
  align-items: center;
  min-height: 92svh;
  padding-top: 164px;
  padding-bottom: 92px;
}

.studio-hero-clean .studio-hero-copy {
  max-width: 860px;
}

.studio-hero-clean h1 {
  max-width: 11.7ch;
  font-size: clamp(4rem, 7.6vw, 8.5rem);
  line-height: 0.9;
}

.studio-hero-clean .studio-lede {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

.studio-hero-copy {
  display: grid;
  gap: 26px;
  align-content: end;
}

.studio-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--posterize-cyan);
  font-size: clamp(0.72rem, 0.95vw, 0.92rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.studio-kicker::before {
  content: "";
  width: 12px;
  height: 10px;
  background: var(--posterize-cyan);
}

.studio-lede {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.1rem, 1.65vw, 1.48rem);
}

.studio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.projection-b-v2 .button {
  min-height: 54px;
  border-radius: 0;
  border: 1px solid currentColor;
  padding: 0 22px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: none;
}

.projection-b-v2 .studio-primary {
  background: var(--posterize-cyan);
  color: var(--posterize-black);
  border-color: var(--posterize-cyan);
}

.projection-b-v2 .studio-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--posterize-white);
  border-color: var(--posterize-line);
}

.projection-b-v2 .studio-primary:hover,
.projection-b-v2 .studio-secondary:hover {
  background: var(--posterize-white);
  color: var(--posterize-black);
  border-color: var(--posterize-white);
}

.studio-signal-panel {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--posterize-line);
  background: rgba(32, 30, 30, 0.48);
  backdrop-filter: blur(12px);
}

.studio-signal-panel::before,
.studio-signal-panel::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--posterize-cyan);
}

.studio-signal-panel::before {
  top: -5px;
  left: -5px;
}

.studio-signal-panel::after {
  right: -5px;
  bottom: -5px;
}

.studio-signal-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--posterize-cyan);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.studio-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--posterize-line);
}

.projection-b-v2 .studio-mini-stats.animated-stat-wall {
  box-shadow: none;
}

.studio-mini-stats .stat {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 126px;
  padding: 14px;
  border-right: 1px solid var(--posterize-line);
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.studio-mini-stats .stat:last-child {
  border-right: 0;
}

.studio-mini-stats strong {
  color: var(--posterize-cyan);
  font-size: clamp(2rem, 3.1vw, 4rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.studio-mini-stats span {
  color: var(--posterize-white);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.studio-signal-panel figure {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--posterize-line);
}

.studio-signal-panel img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: block;
  object-fit: cover;
  filter: contrast(1.08) saturate(0.95);
  transform: scale(1.04);
  animation: studio-drift 11s ease-in-out infinite alternate;
}

.studio-signal-panel figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  background: rgba(32, 30, 30, 0.82);
  color: var(--posterize-white);
  font-size: 0.84rem;
}

.studio-bottom-bar {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--posterize-line);
  background: rgba(32, 30, 30, 0.72);
}

.studio-bottom-bar span {
  min-height: 66px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--posterize-line);
  color: var(--posterize-white);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.studio-bottom-bar span:last-child {
  border-right: 0;
}

.studio-marquee {
  overflow: hidden;
  border-block: 1px solid var(--posterize-line);
  background: var(--posterize-cyan);
  color: var(--posterize-black);
}

.studio-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 78px;
  animation: studio-marquee 15s linear infinite;
  will-change: transform;
}

.studio-marquee-set {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: max-content;
}

.studio-marquee span {
  white-space: nowrap;
}

.studio-marquee .marquee-phrase {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 13px 24px;
  color: var(--posterize-black);
  text-transform: uppercase;
}

.studio-marquee strong {
  color: var(--posterize-black);
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-size: clamp(0.9rem, 1.25vw, 1.08rem);
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.18em;
}

.studio-marquee em {
  color: var(--posterize-white);
  font-family: "Bangers", "Permanent Marker", "Arial Black", cursive;
  font-size: clamp(1.48rem, 2.45vw, 2.35rem);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: none;
}

.studio-marquee .marquee-phrase.invert strong {
  color: var(--posterize-white);
}

.studio-marquee .marquee-phrase.invert em {
  color: var(--posterize-black);
  text-shadow: none;
}

.studio-marquee .marquee-separator {
  color: rgba(255, 255, 255, 0.86);
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: 0;
}

.studio-section {
  position: relative;
  overflow: hidden;
  background: var(--posterize-black);
  scroll-margin-top: 132px;
}

.studio-inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 56px), 1680px);
  margin: 0 auto;
}

.studio-manifesto,
.studio-integrated-proof,
.studio-proof,
.studio-scenarios,
.studio-quote,
.gallery-page-v2,
.studio-contact-main {
  padding: clamp(76px, 11vw, 150px) 0;
}

.studio-integrated-proof {
  border-top: 1px solid var(--posterize-line);
  border-bottom: 1px solid var(--posterize-line);
  padding-top: 0;
  background:
    linear-gradient(135deg, rgba(0, 179, 222, 0.12), transparent 46%),
    var(--posterize-black);
}

.proof-band-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(520px, 1.26fr);
  gap: 1px;
  align-items: stretch;
  background: var(--posterize-line);
  border: 1px solid var(--posterize-line);
}

.proof-band-copy,
.proof-band-stats,
.proof-band-image {
  min-width: 0;
  margin: 0;
  background: var(--posterize-black);
}

.proof-band-copy {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  gap: 18px;
  align-content: center;
  padding: clamp(24px, 3vw, 44px);
}

.proof-band-copy h2 {
  max-width: 8ch;
}

.proof-band-stats {
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-band-stats.animated-stat-wall {
  box-shadow: none;
}

.proof-band-stats .stat {
  display: grid;
  align-content: center;
  gap: clamp(10px, 1.1vw, 16px);
  min-height: clamp(184px, 15vw, 244px);
  padding: clamp(20px, 2.2vw, 34px);
  border-right: 1px solid var(--posterize-line);
  background:
    linear-gradient(135deg, rgba(0, 179, 222, 0.08), transparent 44%),
    rgba(255, 255, 255, 0.028);
  overflow: hidden;
}

.proof-band-stats .stat:last-child {
  border-right: 0;
}

.proof-band-stats strong {
  color: var(--posterize-cyan);
  font-family: "Archivo Black", "Arial Black", Impact, sans-serif;
  max-width: 100%;
  font-size: clamp(4.1rem, 6.35vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.9;
  transform-origin: left center;
  white-space: nowrap;
}

.proof-band-stats span {
  max-width: 15ch;
  color: var(--posterize-white);
  font-size: clamp(0.84rem, 0.95vw, 1.04rem);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  overflow-wrap: normal;
}

.proof-band-stats.is-visible strong {
  animation: number-grow 800ms cubic-bezier(0.18, 0.9, 0.2, 1) both;
}

.proof-band-stats.is-counting .stat {
  animation: stat-tile-kick 980ms cubic-bezier(0.18, 0.9, 0.2, 1) both;
}

.proof-band-stats.is-counting .stat:nth-child(2) {
  animation-delay: 120ms;
}

.proof-band-stats.is-counting .stat:nth-child(3) {
  animation-delay: 240ms;
}

.proof-band-stats.is-counting .stat::before {
  animation: stat-sweep-repeat 1350ms ease forwards;
}

.proof-band-stats.is-counting strong {
  animation: number-recount-pop 1050ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.proof-band-stats.is-counting .city-coverage::after {
  animation: city-box-pop 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 160ms forwards, city-box-pulse 1800ms ease-in-out 1100ms infinite;
}

.proof-band-stats.has-counted:not(.is-counting) strong {
  animation: stat-number-idle-pulse 2800ms ease-in-out infinite;
}

.proof-band-stats.has-counted:not(.is-counting) .stat::before {
  animation: stat-sweep-idle 5200ms ease-in-out infinite;
}

.proof-band-stats.has-counted:not(.is-counting) .stat:nth-child(2)::before {
  animation-delay: 520ms;
}

.proof-band-stats.has-counted:not(.is-counting) .stat:nth-child(3)::before {
  animation-delay: 1040ms;
}

.proof-band-image {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  overflow: hidden;
  min-height: 430px;
}

.projection-b-v2 .city-coverage::after {
  inset: 16px;
  border: 2px solid var(--posterize-cyan);
}

.proof-band-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: contrast(1.08) saturate(0.96);
}

.proof-band-image figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 14px 16px;
  background: rgba(32, 30, 30, 0.84);
  color: var(--posterize-white);
  font-weight: 800;
  line-height: 1.3;
}

.manifesto-grid,
.quote-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(700px, 1.18fr);
  gap: clamp(28px, 4vw, 76px);
  align-items: start;
}

.manifesto-text,
.quote-copy,
.studio-section-head {
  display: grid;
  gap: 22px;
}

.manifesto-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 1px;
  border: 1px solid var(--posterize-line);
  background: var(--posterize-line);
}

.manifesto-cards article,
.scenario-row article,
.proof-tile {
  display: grid;
  gap: 18px;
  min-height: 320px;
  padding: clamp(22px, 2vw, 34px);
  background: rgba(255, 255, 255, 0.035);
}

.manifesto-cards article {
  min-width: 0;
  min-height: 360px;
  align-content: start;
  border-right: 0;
  background: var(--posterize-black);
}

.manifesto-cards article:last-child {
  border-right: 0;
}

.manifesto-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.manifesto-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--posterize-cyan);
  border: 1px solid rgba(0, 179, 222, 0.5);
  background: rgba(0, 179, 222, 0.08);
}

.manifesto-icon svg {
  width: 27px;
  height: 27px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.manifesto-cards .card-number,
.proof-large span,
.scenario-row span {
  color: var(--posterize-cyan);
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.manifesto-cards h3 {
  font-size: clamp(1.45rem, 1.45vw, 2.05rem);
  line-height: 1.04;
  overflow-wrap: normal;
}

.manifesto-cards p {
  max-width: 30ch;
  font-size: clamp(0.98rem, 0.9vw, 1.08rem);
  line-height: 1.5;
}

.studio-section-head {
  max-width: 1060px;
  margin-bottom: clamp(28px, 4vw, 54px);
}

.studio-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.62fr) minmax(270px, 0.62fr);
  gap: 1px;
  background: var(--posterize-line);
  border: 1px solid var(--posterize-line);
}

.proof-large,
.proof-tile {
  background: var(--posterize-black);
}

.proof-large {
  min-height: 660px;
  display: grid;
  grid-template-rows: 1fr auto;
  margin: 0;
}

.proof-large img,
.proof-tile img,
.studio-gallery-matrix img,
.strip-track img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.proof-large img {
  min-height: 430px;
}

.proof-large div {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 38px);
}

.proof-tile {
  margin: 0;
  grid-template-rows: 280px auto auto;
}

.proof-tile img {
  min-height: 280px;
}

.scenario-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--posterize-line);
}

.scenario-row article:last-child {
  border-right: 0;
}

.scenario-row article {
  border-right: 1px solid var(--posterize-line);
}

.scenario-row article:last-child {
  border-right: 0;
}

.studio-gallery-strip {
  padding: 0;
  border-block: 1px solid var(--posterize-line);
}

.strip-track {
  display: flex;
  gap: 1px;
  width: max-content;
  background: var(--posterize-line);
  animation: studio-gallery-slide 34s linear infinite;
}

.strip-track figure {
  width: min(46vw, 620px);
  height: min(46vw, 520px);
  max-height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--posterize-black);
}

.studio-quote {
  background:
    linear-gradient(135deg, rgba(0, 179, 222, 0.18), transparent 42%),
    var(--posterize-black);
}

.studio-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 2.3vw, 34px);
  border: 1px solid var(--posterize-line);
  background: rgba(255, 255, 255, 0.045);
  scroll-margin-top: 150px;
}

.studio-form label {
  display: grid;
  gap: 8px;
  color: var(--posterize-white);
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.studio-form .wide {
  grid-column: 1 / -1;
}

.studio-form input,
.studio-form select,
.studio-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--posterize-line);
  border-radius: 0;
  background: rgba(32, 30, 30, 0.84);
  color: var(--posterize-white);
  padding: 13px 14px;
  font: 700 1rem "Inter Tight", Arial, Helvetica, sans-serif;
  outline: none;
}

.studio-form textarea {
  min-height: 132px;
  resize: vertical;
}

.studio-form input:focus,
.studio-form select:focus,
.studio-form textarea:focus {
  border-color: var(--posterize-cyan);
  box-shadow: 0 0 0 3px rgba(0, 179, 222, 0.18);
}

.studio-form option {
  color: var(--posterize-black);
}

.contact-mobile-form-intro {
  display: none;
}

.quote-links,
.contact-signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quote-links a,
.contact-signal-list span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--posterize-line);
  color: var(--posterize-white);
  text-decoration: none;
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.quote-links a:hover {
  border-color: var(--posterize-cyan);
  color: var(--posterize-cyan);
}

.studio-subhero {
  min-height: 78svh;
  display: grid;
  align-items: end;
  padding: 152px 0 82px;
  background:
    linear-gradient(135deg, rgba(0, 179, 222, 0.24), transparent 42%),
    linear-gradient(rgba(32, 30, 30, 0.82), rgba(32, 30, 30, 0.94)),
    url("images/projection-b/converse-rooftop-wall.webp") center / cover;
}

.contact-subhero {
  background:
    linear-gradient(135deg, rgba(0, 179, 222, 0.24), transparent 42%),
    linear-gradient(rgba(32, 30, 30, 0.82), rgba(32, 30, 30, 0.94)),
    url("images/projection-b/spotify-crosswalk-wide.webp") center / cover;
}

.studio-subhero .studio-inner {
  display: grid;
  gap: 26px;
}

.studio-subhero h1 {
  max-width: 8ch;
}

.studio-gallery-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 250px;
  gap: 1px;
  background: var(--posterize-line);
  border: 1px solid var(--posterize-line);
}

.studio-gallery-matrix figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--posterize-black);
}

.studio-gallery-matrix .wide {
  grid-column: span 2;
}

.studio-gallery-matrix .tall {
  grid-row: span 2;
}

.studio-gallery-matrix figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 9px 11px;
  background: rgba(32, 30, 30, 0.82);
  color: var(--posterize-white);
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.final-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
}

.studio-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 28px 96px;
  border-top: 1px solid var(--posterize-line);
  background: var(--posterize-black);
  color: var(--posterize-muted);
  font-size: 0.88rem;
}

.projection-b-v2 .sticky-cta a {
  border-radius: 0;
  background: var(--posterize-cyan);
  color: var(--posterize-black);
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
}

body[data-service="Projection Advertising - Variant B Contact"] .sticky-cta {
  display: none !important;
}

body[data-service="Projection Advertising - Variant B Contact"]::before {
  display: none;
}

body[data-service="Projection Advertising - Variant B Contact"] .studio-footer {
  padding-bottom: 32px;
}

body[data-service="Projection Advertising - Variant B Contact"] .studio-contact-direct {
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: start;
  padding-top: clamp(38px, 5vw, 70px);
  padding-bottom: clamp(54px, 7vw, 92px);
}

.projection-b-v2 .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms cubic-bezier(0.2, 0, 0, 1), transform 700ms cubic-bezier(0.2, 0, 0, 1);
}

.projection-b-v2 .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes studio-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes studio-gallery-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes studio-drift {
  from {
    transform: scale(1.04) translate3d(-1%, -1%, 0);
  }
  to {
    transform: scale(1.1) translate3d(1%, 1%, 0);
  }
}

@keyframes number-grow {
  from {
    opacity: 0;
    transform: scale(0.78) translateY(12px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes number-recount-pop {
  0% {
    opacity: 0.25;
    transform: scale(0.76) translateY(18px);
  }
  58% {
    opacity: 1;
    transform: scale(1.08) translateY(-4px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes stat-tile-kick {
  0% {
    background-color: rgba(0, 179, 222, 0.02);
    box-shadow: inset 0 0 0 0 rgba(0, 179, 222, 0);
    transform: translateY(0);
  }
  45% {
    background-color: rgba(0, 179, 222, 0.1);
    box-shadow: inset 0 0 0 2px rgba(0, 179, 222, 0.42);
    transform: translateY(-5px);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.028);
    box-shadow: inset 0 0 0 0 rgba(0, 179, 222, 0);
    transform: translateY(0);
  }
}

@keyframes stat-sweep-repeat {
  from {
    transform: translateX(-130%);
  }
  to {
    transform: translateX(130%);
  }
}

@keyframes stat-sweep-idle {
  0%,
  34% {
    transform: translateX(-130%);
  }
  58%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes stat-number-idle-pulse {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(0, 179, 222, 0));
    transform: translateY(0);
  }
  45% {
    filter: drop-shadow(0 0 18px rgba(0, 179, 222, 0.38));
    transform: translateY(-2px);
  }
}

@keyframes hero-video-drift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-2.5%, 0, 0);
  }
}

@media (max-width: 1320px) {
  .proof-band-stats .stat {
    min-height: clamp(170px, 15vw, 218px);
    padding: clamp(18px, 2vw, 28px);
  }

  .proof-band-stats strong {
    font-size: clamp(3.55rem, 5.85vw, 5.9rem);
    letter-spacing: -0.055em;
  }

  .proof-band-stats span {
    max-width: 14ch;
    font-size: clamp(0.78rem, 0.95vw, 0.96rem);
    letter-spacing: 0.075em;
  }

  .projection-b-v2 .city-coverage::after {
    inset: 12px;
  }
}

@media (max-width: 1180px) {
  .studio-header {
    grid-template-columns: 1fr auto;
  }

  .studio-nav {
    order: 3;
    grid-column: 1 / -1;
    width: 100%;
    justify-content: stretch;
  }

  .studio-nav a {
    flex: 1;
  }

  .studio-hero-grid {
    grid-template-columns: 1fr;
    padding-top: 184px;
  }

  .studio-signal-panel {
    max-width: 760px;
  }

  .manifesto-grid,
  .quote-grid,
  .studio-proof-grid,
  .proof-band-grid {
    grid-template-columns: 1fr;
  }

  .proof-band-copy,
  .proof-band-stats,
  .proof-band-image {
    grid-column: auto;
    grid-row: auto;
  }

  .proof-band-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-band-stats strong {
    font-size: clamp(3.2rem, 7vw, 4.95rem);
  }

  .manifesto-cards,
  .scenario-row {
    grid-template-columns: 1fr;
  }

  .manifesto-cards article,
  .scenario-row article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--posterize-line);
  }

  .manifesto-cards article:last-child,
  .scenario-row article:last-child {
    border-bottom: 0;
  }

  .proof-large {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .studio-header {
    top: 10px;
    left: 10px;
    right: 10px;
    grid-template-columns: auto 1fr;
    gap: 8px;
    padding: 8px;
    background: rgba(32, 30, 30, 0.96);
  }

  .projection-b-v2 .studio-section,
  .projection-b-v2 .studio-subhero,
  .projection-b-v2 .studio-footer {
    scroll-margin-top: 174px;
  }

  body[data-service="Projection Advertising - Variant B Contact"] .studio-contact-direct {
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 42px;
  }

  body[data-service="Projection Advertising - Variant B Contact"] .quote-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    min-height: auto;
  }

  body[data-service="Projection Advertising - Variant B Contact"] .studio-form {
    order: 1;
    margin-top: 0;
    scroll-margin-top: 74px;
  }

  body[data-service="Projection Advertising - Variant B Contact"] .quote-copy {
    order: 2;
    display: none;
  }

  body[data-service="Projection Advertising - Variant B Contact"] .studio-form,
  body[data-service="Projection Advertising - Variant B Contact"] .studio-form.reveal,
  body[data-service="Projection Advertising - Variant B Contact"] .quote-copy,
  body[data-service="Projection Advertising - Variant B Contact"] .quote-copy.reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body[data-service="Projection Advertising - Variant B Contact"] .quote-copy .studio-kicker,
  body[data-service="Projection Advertising - Variant B Contact"] .quote-copy h2,
  body[data-service="Projection Advertising - Variant B Contact"] .quote-copy p {
    display: none;
  }

  body[data-service="Projection Advertising - Variant B Contact"] .contact-signal-list,
  body[data-service="Projection Advertising - Variant B Contact"] .quote-links {
    display: none;
  }

  body[data-service="Projection Advertising - Variant B Contact"] .contact-mobile-form-intro {
    display: grid;
    gap: 8px;
    margin-bottom: 2px;
  }

  body[data-service="Projection Advertising - Variant B Contact"] .contact-mobile-form-intro .studio-kicker {
    margin: 0;
    color: rgba(0, 179, 222, 0.95);
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }

  body[data-service="Projection Advertising - Variant B Contact"] .contact-mobile-form-intro h1 {
    max-width: 11ch;
    margin: 0;
    color: var(--posterize-white);
    font-size: clamp(2rem, 9.4vw, 3.05rem);
    line-height: 0.94;
    letter-spacing: -0.02em;
  }

  body[data-service="Projection Advertising - Variant B Contact"] .contact-mobile-form-intro p {
    margin: 0 0 4px;
    max-width: 30rem;
    color: rgba(255, 255, 255, 0.78);
    font-family: "Inter Tight", Arial, Helvetica, sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.35;
  }

  body[data-service="Projection Advertising - Variant B Contact"] .studio-form label {
    gap: 6px;
  }

  body[data-service="Projection Advertising - Variant B Contact"] .studio-form input,
  body[data-service="Projection Advertising - Variant B Contact"] .studio-form select {
    min-height: 48px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .studio-brand img {
    width: 104px;
  }

  .studio-brand span {
    display: none;
  }

  .studio-call {
    justify-self: end;
    min-height: 42px;
    min-width: 72px;
  }

  .studio-nav {
    grid-column: 1 / -1;
    overflow-x: auto;
  }

  .studio-call::after {
    content: "Call";
    font-size: 0.72rem;
  }

  .studio-nav a,
  .studio-call {
    min-height: 46px;
    padding: 0 12px;
    font-size: 0.72rem;
  }

  .studio-call {
    font-size: 0;
  }

  .projection-b-v2 h1 {
    max-width: 9ch;
    font-size: clamp(3rem, 14vw, 4.8rem);
    line-height: 0.86;
  }

  .projection-b-v2 h2 {
    max-width: 9ch;
    font-size: clamp(2.15rem, 10.4vw, 3.85rem);
    line-height: 0.94;
  }

  .studio-hero-grid {
    width: min(calc(100% - 24px), 1680px);
    padding: 206px 0 98px;
  }

  .studio-hero-clean {
    min-height: auto;
  }

  .studio-hero-clean .studio-hero-grid {
    min-height: auto;
    padding-top: 190px;
    padding-bottom: 44px;
  }

  .studio-hero-clean h1 {
    font-size: clamp(3rem, 13vw, 4.4rem);
  }

  .studio-hero::after {
    background:
      radial-gradient(circle at 70% 20%, rgba(0, 179, 222, 0.24), transparent 30%),
      linear-gradient(90deg, rgba(32, 30, 30, 0.96), rgba(32, 30, 30, 0.78));
  }

  .studio-hero-clean::after {
    background:
      linear-gradient(90deg, rgba(32, 30, 30, 0.97), rgba(32, 30, 30, 0.76)),
      linear-gradient(0deg, rgba(32, 30, 30, 0.94) 0%, rgba(32, 30, 30, 0.2) 56%, rgba(32, 30, 30, 0.36) 100%);
  }

  .studio-hero-clean .studio-hero-video {
    width: 190%;
    object-position: left center;
    opacity: 0.72;
  }

  .studio-marquee .marquee-phrase {
    gap: 8px;
    padding: 12px 14px;
  }

  .studio-marquee strong {
    font-size: 0.82rem;
    letter-spacing: 0.16em;
  }

  .studio-marquee em {
    font-size: 1.48rem;
  }

  .proof-band-stats {
    grid-template-columns: 1fr;
  }

  .proof-band-stats .stat {
    min-height: 168px;
    border-right: 0;
    border-bottom: 1px solid var(--posterize-line);
  }

  .proof-band-stats .stat:last-child {
    border-bottom: 0;
  }

  .proof-band-stats strong {
    font-size: clamp(4.2rem, 18vw, 6.2rem);
  }

  .proof-band-image {
    min-height: 280px;
  }

  .studio-actions,
  .studio-actions .button {
    width: 100%;
  }

  .studio-signal-panel {
    padding: 12px;
  }

  .studio-signal-top {
    display: none;
  }

  .studio-mini-stats {
    grid-template-columns: 1fr;
  }

  .studio-mini-stats .stat {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid var(--posterize-line);
  }

  .studio-mini-stats .stat:last-child {
    border-bottom: 0;
  }

  .studio-signal-panel figure,
  .studio-signal-panel img {
    min-height: 220px;
  }

  .studio-bottom-bar {
    grid-template-columns: 1fr;
  }

  .studio-bottom-bar span {
    min-height: 42px;
    border-right: 0;
    border-bottom: 1px solid var(--posterize-line);
    font-size: 0.72rem;
  }

  .studio-bottom-bar span:last-child {
    border-bottom: 0;
  }

  .studio-inner {
    width: min(calc(100% - 24px), 1680px);
  }

  .studio-manifesto,
  .studio-proof,
  .studio-scenarios,
  .studio-quote,
  .gallery-page-v2,
  .studio-contact-main {
    padding: 70px 0;
  }

  .proof-large img,
  .proof-tile img {
    min-height: 240px;
  }

  .proof-tile {
    min-height: 0;
    grid-template-rows: auto;
  }

  .strip-track figure {
    width: 78vw;
    height: 70vw;
  }

  .studio-form {
    grid-template-columns: 1fr;
    padding: 14px;
    scroll-margin-top: 280px;
  }

  .studio-form .wide {
    grid-column: auto;
  }

  .studio-subhero {
    min-height: 78svh;
    padding: 210px 0 58px;
  }

  .studio-gallery-matrix {
    grid-template-columns: 1fr;
    grid-auto-rows: 270px;
  }

  .studio-gallery-matrix .wide,
  .studio-gallery-matrix .tall {
    grid-column: auto;
    grid-row: auto;
  }

  .final-line {
    grid-template-columns: 1fr;
  }

  .studio-footer {
    display: grid;
    padding: 24px 12px 94px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .projection-b-v2 .reveal,
  .strip-track,
  .studio-signal-panel img,
  .proof-band-stats.is-visible strong,
  .proof-band-stats.is-counting .stat,
  .proof-band-stats.is-counting .stat::before,
  .proof-band-stats.is-counting strong,
  .proof-band-stats.is-counting .city-coverage::after,
  .proof-band-stats.has-counted:not(.is-counting) strong,
  .proof-band-stats.has-counted:not(.is-counting) .stat::before,
  .studio-hero-clean .studio-hero-video {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .projection-b-v2 .studio-marquee-track {
    animation: studio-marquee 18s linear infinite !important;
  }
}

/* Projection B PPC conversion rebuild. Scoped so the other landing pages keep their current layouts. */
.projection-b-ppc {
  --ppc-black: #201e1e;
  --ppc-ink: #0b0b0c;
  --ppc-panel: #111112;
  --ppc-panel-soft: #181819;
  --ppc-white: #ffffff;
  --ppc-paper: #f7f7f3;
  --ppc-cyan: #00b3de;
  --ppc-muted: rgba(255, 255, 255, 0.72);
  --ppc-muted-strong: rgba(255, 255, 255, 0.86);
  --ppc-line: rgba(255, 255, 255, 0.14);
  --ppc-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --ppc-radius: 16px;
  --ppc-max: 1180px;
  background: var(--ppc-black);
  color: var(--ppc-white);
  font-family: "Roboto Serif", Georgia, serif;
  letter-spacing: 0;
}

.projection-b-ppc *,
.projection-b-ppc *::before,
.projection-b-ppc *::after {
  box-sizing: border-box;
}

.projection-b-ppc img {
  display: block;
  width: 100%;
  height: auto;
}

.projection-b-ppc a {
  color: inherit;
}

.projection-b-ppc h1,
.projection-b-ppc h2,
.projection-b-ppc h3,
.projection-b-ppc .ppc-eyebrow,
.projection-b-ppc .ppc-button,
.projection-b-ppc .ppc-phone,
.projection-b-ppc label span,
.projection-b-ppc summary,
.projection-b-ppc dt,
.projection-b-ppc .ppc-card-index,
.projection-b-ppc .ppc-trust-grid span,
.projection-b-ppc .ppc-process-card span,
.projection-b-ppc .ppc-footer strong {
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
}

.projection-b-ppc h1,
.projection-b-ppc h2,
.projection-b-ppc h3,
.projection-b-ppc p {
  margin: 0;
}

.projection-b-ppc h1,
.projection-b-ppc h2,
.projection-b-ppc h3 {
  color: var(--ppc-white);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.projection-b-ppc h1 {
  max-width: 600px;
  font-size: clamp(3rem, 5.25vw, 4.9rem);
  line-height: 0.94;
  letter-spacing: -0.02em;
}

.projection-b-ppc .ppc-hero h1 {
  width: fit-content;
  background:
    linear-gradient(112deg,
      #ffffff 0%,
      #ffffff 38%,
      #d8f8ff 54%,
      #7be5ff 74%,
      #00b3de 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter:
    drop-shadow(0 5px 18px rgba(0, 0, 0, 0.68))
    drop-shadow(0 0 18px rgba(0, 179, 222, 0.18));
}

.projection-b-ppc h2 {
  max-width: 820px;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.06;
  letter-spacing: -0.015em;
}

.projection-b-ppc h3 {
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.18;
}

.projection-b-ppc p,
.projection-b-ppc li,
.projection-b-ppc dd,
.projection-b-ppc figcaption,
.projection-b-ppc address {
  color: var(--ppc-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.ppc-wrap {
  width: min(calc(100% - 64px), var(--ppc-max));
  margin: 0 auto;
}

.ppc-header {
  position: sticky;
  z-index: 90;
  top: 0;
  min-height: 72px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--ppc-line);
  background: rgba(11, 11, 12, 0.96);
  backdrop-filter: blur(16px);
}

.ppc-header-inner,
.ppc-header-actions,
.ppc-action-row,
.ppc-final-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ppc-header-inner {
  justify-content: space-between;
}

.ppc-logo {
  display: inline-flex;
  align-items: center;
  min-width: clamp(128px, 14vw, 168px);
  min-height: 52px;
  text-decoration: none;
}

.ppc-logo img {
  width: clamp(128px, 14vw, 168px);
  height: auto;
  background: transparent;
}

.ppc-logo picture {
  display: inline-flex;
  align-items: center;
}

.ppc-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.ppc-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease;
}

.ppc-nav a[aria-current="page"],
.ppc-nav a:hover,
.ppc-nav a:focus-visible {
  background: var(--ppc-cyan);
  color: var(--ppc-ink);
}

.ppc-phone {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--ppc-line);
  border-radius: 999px;
  color: var(--ppc-white);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.ppc-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 2px solid var(--ppc-cyan);
  border-radius: 999px;
  background: var(--ppc-cyan);
  color: var(--ppc-ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  cursor: pointer;
}

.ppc-action-row .ppc-button {
  min-width: 220px;
}

.ppc-button:hover,
.ppc-button:focus-visible {
  background: var(--ppc-white);
  border-color: var(--ppc-white);
  color: var(--ppc-ink);
  transform: translateY(-1px);
}

.ppc-button-small {
  min-height: 46px;
  padding: 0 18px;
  font-size: 0.88rem;
}

.ppc-button-outline {
  background: transparent;
  color: var(--ppc-white);
  border-color: rgba(255, 255, 255, 0.34);
}

.ppc-hero {
  position: relative;
  overflow: hidden;
  background: var(--ppc-ink);
  isolation: isolate;
}

.ppc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(11, 11, 12, 0.95) 0%, rgba(11, 11, 12, 0.86) 42%, rgba(11, 11, 12, 0.48) 68%, rgba(11, 11, 12, 0.12) 100%),
    linear-gradient(0deg, rgba(11, 11, 12, 0.8) 0%, rgba(11, 11, 12, 0.1) 46%, rgba(11, 11, 12, 0.22) 100%),
    url("images/projection-b/spotify-street-corner.webp") 82% center / cover no-repeat;
  filter: saturate(1.12) contrast(1.14) brightness(1.04);
}

.ppc-hero-wash {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(0, 179, 222, 0.22), transparent 30%),
    linear-gradient(0deg, rgba(32, 30, 30, 0.95) 0%, transparent 42%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 5px);
  opacity: 0.44;
}

.ppc-hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 450px);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  padding: 78px 0 86px;
}

.ppc-hero-copy {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  gap: 18px;
  align-content: center;
  min-height: 0;
  max-width: 640px;
}

.ppc-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ppc-cyan);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.28;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.ppc-eyebrow::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  background: var(--ppc-cyan);
}

.ppc-hero-lede {
  max-width: 560px;
  color: var(--ppc-muted-strong);
  font-size: 1.12rem;
}

.ppc-duration-callout {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 2px solid rgba(0, 179, 222, 0.72);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 179, 222, 0.18), rgba(255, 255, 255, 0.035)),
    rgba(11, 11, 12, 0.64);
  box-shadow: 0 16px 48px rgba(0, 179, 222, 0.14);
}

.ppc-duration-callout span,
.ppc-duration-callout strong {
  color: var(--ppc-white);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: clamp(0.88rem, 1.16vw, 1rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ppc-duration-callout strong {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ppc-cyan);
  color: var(--ppc-ink);
  font-size: 0.68rem;
  letter-spacing: 0;
}

.ppc-proof-list,
.ppc-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ppc-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ppc-proof-list li {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 8px 13px 8px 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(11, 11, 12, 0.48);
  color: var(--ppc-white);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
}

.ppc-proof-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--ppc-cyan);
  transform: translate(13px, -50%);
}

.ppc-microcopy,
.ppc-privacy,
.ppc-phone-note {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.ppc-mobile-hero-cta,
.ppc-mobile-gallery-link {
  display: none;
}

@keyframes ppc-mobile-cta-shift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes ppc-mobile-cta-sheen {
  0% {
    transform: translateX(-135%) skewX(-18deg);
    opacity: 0;
  }

  28% {
    opacity: 0.85;
  }

  62%,
  100% {
    transform: translateX(165%) skewX(-18deg);
    opacity: 0;
  }
}

.ppc-hero-visual {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ppc-line);
  border-radius: var(--ppc-radius);
  background: var(--ppc-panel);
  box-shadow: var(--ppc-shadow);
}

.ppc-hero-visual img,
.ppc-image-card img,
.ppc-proof-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ppc-hero-visual figcaption,
.ppc-image-card figcaption,
.ppc-proof-card figcaption {
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  line-height: 1.38;
}

.ppc-form-card {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  display: grid;
  gap: 16px;
  padding: 30px;
  border-radius: 18px;
  background: var(--ppc-paper);
  color: var(--ppc-ink);
  box-shadow: var(--ppc-shadow);
}

.ppc-form-card h2 {
  color: var(--ppc-ink);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.08;
}

.ppc-form-card p {
  color: rgba(11, 11, 12, 0.72);
  font-size: 0.98rem;
}

.ppc-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ppc-form label {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.ppc-form label span {
  color: var(--ppc-ink);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ppc-form .wide {
  grid-column: 1 / -1;
}

.ppc-form input,
.ppc-form select,
.ppc-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(11, 11, 12, 0.18);
  border-radius: 12px;
  background: var(--ppc-white);
  color: var(--ppc-ink);
  padding: 12px 13px;
  font: 700 1rem "Roboto Serif", Georgia, serif;
  outline: none;
}

.ppc-form textarea {
  min-height: 112px;
  resize: vertical;
}

.ppc-form input:focus,
.ppc-form select:focus,
.ppc-form textarea:focus {
  border-color: var(--ppc-cyan);
  box-shadow: 0 0 0 3px rgba(0, 179, 222, 0.22);
}

.ppc-form button {
  width: 100%;
  border: 0;
}

.projection-b-ppc .ppc-form-card .ppc-privacy,
.projection-b-ppc .ppc-form-card .ppc-phone-note {
  color: rgba(11, 11, 12, 0.56);
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.36;
}

.projection-b-ppc .ppc-form-card .ppc-phone-note {
  margin-top: -6px;
}

.projection-b-ppc .ppc-form-card .ppc-phone-note a {
  font-style: italic;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.projection-b-ppc .ppc-form select {
  min-height: 44px;
  padding-block: 8px;
  font: 800 0.86rem "Montserrat", "Arial Black", Impact, sans-serif;
  letter-spacing: 0;
}

body.projection-b-ppc .ppc-form textarea {
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
}

body.projection-b-ppc .ppc-form textarea::placeholder {
  color: rgba(11, 11, 12, 0.48);
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.35;
}

.ppc-phone-note a,
.ppc-footer a {
  color: inherit;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.ppc-card a,
.ppc-proof-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.ppc-stats-band {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4.5vw, 56px) 0;
  border-block: 1px solid rgba(0, 179, 222, 0.42);
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 179, 222, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(0, 179, 222, 0.14), transparent 48%),
    var(--ppc-black);
}

.ppc-stats-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 7px);
  opacity: 0.32;
}

.ppc-stat-wall {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(0, 179, 222, 0.52);
  background: rgba(5, 7, 8, 0.7);
  box-shadow: 0 24px 78px rgba(0, 179, 222, 0.14);
}

.ppc-stat {
  position: relative;
  min-width: 0;
  min-height: clamp(150px, 14vw, 210px);
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(22px, 3vw, 38px);
  border-right: 1px solid rgba(0, 179, 222, 0.34);
  background:
    linear-gradient(135deg, rgba(0, 179, 222, 0.16), transparent 50%),
    rgba(255, 255, 255, 0.025);
  overflow: hidden;
}

.ppc-stat:last-child {
  border-right: 0;
}

.ppc-stat::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 179, 222, 0.24), transparent);
  transform: translateX(-130%);
}

.ppc-stat strong {
  color: var(--ppc-cyan);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: clamp(3.1rem, 6vw, 5.8rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.88;
  white-space: nowrap;
  transform-origin: left center;
}

.ppc-stat span {
  max-width: 15ch;
  color: var(--ppc-white);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ppc-stat-wall.is-counting .ppc-stat {
  animation: stat-tile-kick 980ms cubic-bezier(0.18, 0.9, 0.2, 1) both;
}

.ppc-stat-wall.is-counting .ppc-stat:nth-child(2) {
  animation-delay: 120ms;
}

.ppc-stat-wall.is-counting .ppc-stat:nth-child(3) {
  animation-delay: 240ms;
}

.ppc-stat-wall.is-counting .ppc-stat::before {
  animation: stat-sweep-repeat 1350ms ease forwards;
}

.ppc-stat-wall.is-counting strong {
  animation: number-recount-pop 1050ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ppc-stat-wall.is-counting .city-coverage::after {
  animation: city-box-pop 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 160ms forwards, city-box-pulse 1800ms ease-in-out 1100ms infinite;
}

.ppc-stat-wall.has-counted:not(.is-counting) strong {
  animation: stat-number-idle-pulse 2800ms ease-in-out infinite;
}

.ppc-stat-wall.has-counted:not(.is-counting) .ppc-stat::before {
  animation: stat-sweep-idle 5200ms ease-in-out infinite;
}

.ppc-stat-wall.has-counted:not(.is-counting) .ppc-stat:nth-child(2)::before {
  animation-delay: 520ms;
}

.ppc-stat-wall.has-counted:not(.is-counting) .ppc-stat:nth-child(3)::before {
  animation-delay: 1040ms;
}

.projection-b-ppc .ppc-stat.city-coverage::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px solid var(--ppc-cyan);
  opacity: 0;
  transform: scale(0.94);
  pointer-events: none;
}

.ppc-trust,
.ppc-section,
.ppc-final-cta,
.ppc-footer {
  position: relative;
  background: var(--ppc-black);
}

.ppc-trust {
  padding-top: clamp(34px, 4vw, 56px);
  border-block: 1px solid var(--ppc-line);
  background: var(--ppc-panel);
}

.ppc-trust-intro {
  display: grid;
  gap: 10px;
  max-width: none;
  margin-bottom: clamp(22px, 3vw, 34px);
}

.ppc-trust-intro h2 {
  width: max-content;
  max-width: 100%;
  color: var(--ppc-white);
  font-size: clamp(2.9rem, 4.9vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: 0;
  white-space: nowrap;
  background: linear-gradient(92deg, #ffffff 0%, #effcff 35%, #7de8ff 58%, #00b3de 78%, #087da3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 18px 32px rgba(0, 179, 222, 0.18));
}

.ppc-trust-cta {
  box-shadow: 0 18px 48px rgba(0, 179, 222, 0.22);
}

.ppc-trust-footer {
  display: flex;
  justify-content: flex-end;
  padding: clamp(18px, 2.4vw, 30px) 0 clamp(28px, 4vw, 48px);
}

.ppc-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ppc-line);
}

@media (max-width: 720px) {
  .ppc-trust {
    padding-top: 30px;
  }

  .ppc-trust-intro {
    gap: 14px;
    margin-bottom: 18px;
  }

  .ppc-trust-intro h2 {
    max-width: 11ch;
    font-size: clamp(2.45rem, 12vw, 3.5rem);
    line-height: 0.96;
    white-space: normal;
  }

  .ppc-trust-cta {
    width: min(100%, 320px);
    justify-content: center;
  }

  .ppc-trust-footer {
    justify-content: stretch;
    padding: 18px 0 28px;
  }
}

.ppc-trust-grid article {
  position: relative;
  min-height: 190px;
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 26px 20px;
  border-right: 1px solid var(--ppc-line);
  background: transparent;
  transition:
    background-color 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    transform 260ms ease;
}

.ppc-trust-grid article:last-child {
  border-right: 0;
}

.ppc-trust-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ppc-trust-grid span,
.ppc-card-index,
.ppc-process-card span {
  color: var(--ppc-cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ppc-trust-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  padding: 8px;
  border: 1px solid rgba(0, 179, 222, 0.52);
  border-radius: 12px;
  background: rgba(0, 179, 222, 0.1);
  color: var(--ppc-cyan);
  filter: drop-shadow(0 0 16px rgba(0, 179, 222, 0.22));
  transform-origin: center;
  transition:
    transform 360ms cubic-bezier(0.18, 0.9, 0.2, 1),
    background-color 260ms ease,
    border-color 260ms ease,
    color 260ms ease,
    filter 260ms ease;
}

.ppc-trust-icon path,
.ppc-trust-icon circle,
.ppc-trust-icon rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ppc-trust-grid h2 {
  max-width: none;
  font-size: 1rem;
  line-height: 1.16;
  transition: color 260ms ease, transform 260ms ease;
}

.ppc-trust-grid p {
  font-size: 0.95rem;
  line-height: 1.45;
  transition: color 260ms ease, transform 260ms ease;
}

.ppc-trust-grid article:hover,
.ppc-trust-grid article:focus-within {
  z-index: 1;
  border-color: rgba(0, 179, 222, 0.72);
  background: var(--ppc-white);
  box-shadow:
    0 22px 58px rgba(0, 179, 222, 0.22),
    inset 0 0 0 1px rgba(0, 179, 222, 0.28);
  transform: translateY(-5px);
}

.ppc-trust-grid article:hover .ppc-trust-top span,
.ppc-trust-grid article:focus-within .ppc-trust-top span,
.ppc-trust-grid article:hover h2,
.ppc-trust-grid article:focus-within h2 {
  color: var(--ppc-cyan);
}

.ppc-trust-grid article:hover p,
.ppc-trust-grid article:focus-within p {
  color: var(--ppc-ink);
}

.ppc-trust-grid article:hover .ppc-trust-icon,
.ppc-trust-grid article:focus-within .ppc-trust-icon {
  border-color: var(--ppc-cyan);
  background: var(--ppc-cyan);
  color: var(--ppc-white);
  filter: drop-shadow(0 14px 22px rgba(0, 179, 222, 0.32));
  transform: rotateY(180deg) scale(1.08);
}

.ppc-section,
.ppc-final-cta {
  padding: 80px 0;
}

.ppc-addon {
  overflow: hidden;
  isolation: isolate;
  border-block: 1px solid rgba(0, 179, 222, 0.22);
}

.ppc-addon .ppc-section-head {
  margin-bottom: 0;
}

.ppc-addon-grid,
.ppc-feasibility-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(26px, 4vw, 68px);
  align-items: center;
}

.ppc-addon h2,
.ppc-site-feasibility h2 {
  max-width: 820px;
}

.ppc-addon .ppc-section-head > p:last-of-type,
.ppc-site-feasibility .ppc-section-head > p:last-of-type {
  max-width: 48rem;
}

.ppc-attention-hit {
  color: var(--ppc-ink);
  background-color: #f7fbfd;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.86) 48%, rgba(224, 247, 255, 0.62) 100%),
    url("images/projection-b/projection-works-bg.webp");
  background-position: center;
  background-size: cover;
}

.ppc-attention-hit .ppc-addon-grid {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 5.2vw, 86px);
}

.ppc-attention-hit .ppc-section-head {
  min-width: 0;
}

.ppc-attention-hit .ppc-inline-cta {
  max-width: 100%;
  padding-inline: clamp(18px, 2vw, 28px);
  font-size: clamp(0.86rem, 0.96vw, 1rem);
  white-space: normal;
}

.ppc-attention-hit .ppc-eyebrow,
.ppc-projection-compare .ppc-eyebrow {
  color: rgba(32, 30, 30, 0.72);
}

.ppc-attention-hit h2,
.ppc-projection-compare h2 {
  color: var(--ppc-ink);
}

.ppc-attention-hit .ppc-section-head > p:last-of-type,
.ppc-projection-compare .ppc-section-head > p:last-of-type {
  color: rgba(32, 30, 30, 0.74);
}

.ppc-attention-panel {
  min-width: 0;
  width: min(100%, 760px);
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 14px);
  padding: clamp(14px, 1.45vw, 18px);
  border: 1px solid rgba(0, 179, 222, 0.38);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 28px 70px rgba(0, 179, 222, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(10px);
}

.ppc-attention-panel article {
  min-width: 0;
  display: grid;
  gap: 8px;
  align-content: start;
  padding: clamp(15px, 1.35vw, 18px);
  border: 1px solid rgba(0, 179, 222, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 250, 255, 0.86));
}

.ppc-attention-panel strong {
  color: var(--ppc-cyan);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: clamp(2.65rem, 3.9vw, 4.25rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.ppc-attention-panel span,
.ppc-compare-card span,
.ppc-deliverable-grid span {
  color: var(--ppc-ink);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ppc-attention-panel span {
  font-size: clamp(0.76rem, 0.9vw, 0.94rem);
  line-height: 1.08;
  overflow-wrap: normal;
  text-wrap: balance;
}

.ppc-attention-panel article p {
  margin: 0;
  color: rgba(32, 30, 30, 0.68);
  font-size: clamp(0.78rem, 0.84vw, 0.9rem);
  line-height: 1.3;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.ppc-addon-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 11px 13px;
  border-left: 5px solid var(--ppc-cyan);
  background: rgba(32, 30, 30, 0.08);
  color: rgba(32, 30, 30, 0.7);
  font-size: 0.82rem;
  font-style: italic;
  line-height: 1.38;
}

.ppc-projection-compare {
  color: var(--ppc-ink);
  background-color: #eef3f6;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0.55) 62%, rgba(4, 18, 24, 0.18) 100%),
    url("images/projection-b/projection-vs-billboard-bg.webp");
  background-position: center;
  background-size: cover;
}

.ppc-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.ppc-compare-card {
  min-width: 0;
  min-height: 315px;
  display: grid;
  gap: 18px;
  align-content: start;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid rgba(32, 30, 30, 0.12);
  border-radius: 18px;
  box-shadow: 0 26px 62px rgba(32, 30, 30, 0.12);
}

.ppc-compare-muted {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(8px);
}

.ppc-compare-active {
  border-color: rgba(0, 179, 222, 0.68);
  background:
    linear-gradient(135deg, rgba(0, 179, 222, 0.3), rgba(5, 13, 17, 0.94) 54%),
    rgba(5, 13, 17, 0.92);
  color: var(--ppc-white);
  box-shadow: 0 32px 74px rgba(0, 179, 222, 0.22);
}

.ppc-compare-card span {
  color: var(--ppc-cyan);
  font-size: clamp(1.9rem, 3.2vw, 3.5rem);
  letter-spacing: -0.04em;
}

.ppc-compare-card p {
  margin: 0;
  max-width: 34rem;
  color: rgba(32, 30, 30, 0.7);
  font-size: clamp(1rem, 1.15vw, 1.16rem);
}

.ppc-compare-active p {
  color: rgba(255, 255, 255, 0.82);
}

.ppc-compare-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ppc-compare-card li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(32, 30, 30, 0.14);
  border-radius: 999px;
  color: rgba(32, 30, 30, 0.76);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ppc-compare-active li {
  border-color: rgba(0, 179, 222, 0.42);
  background: rgba(0, 179, 222, 0.12);
  color: rgba(255, 255, 255, 0.92);
}

.ppc-compare-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(18px, 2.6vw, 30px);
  padding: clamp(18px, 2.2vw, 26px);
  border: 1px solid rgba(0, 179, 222, 0.26);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}

.ppc-compare-bottom p {
  margin: 0;
  max-width: 56rem;
  color: var(--ppc-ink);
  font-size: clamp(1.04rem, 1.3vw, 1.24rem);
  line-height: 1.38;
}

.ppc-site-feasibility {
  background:
    radial-gradient(circle at 16% 12%, rgba(0, 179, 222, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(0, 179, 222, 0.08), transparent 40%),
    var(--ppc-black);
}

.ppc-feasibility-grid {
  grid-template-columns: minmax(430px, 1.05fr) minmax(0, 0.95fr);
}

.ppc-feasibility-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 179, 222, 0.42);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.34);
}

.ppc-feasibility-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.08) brightness(0.72);
}

.ppc-feasibility-callouts {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: feasibility;
  background: rgba(0, 179, 222, 0.28);
}

.ppc-feasibility-callouts li {
  min-width: 0;
  display: grid;
  gap: 7px;
  padding: 14px 12px 16px;
  background: rgba(5, 8, 10, 0.9);
  counter-increment: feasibility;
}

.ppc-feasibility-callouts li::before {
  content: "0" counter(feasibility);
  color: var(--ppc-cyan);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
}

.ppc-feasibility-callouts strong {
  color: var(--ppc-white);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.86rem;
  line-height: 1;
}

.ppc-feasibility-callouts span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  line-height: 1.28;
}

.ppc-feasibility-cta {
  display: grid;
  gap: 12px;
  max-width: 38rem;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(0, 179, 222, 0.42);
  border-radius: 16px;
  background: rgba(0, 179, 222, 0.08);
}

.ppc-feasibility-cta strong {
  color: var(--ppc-cyan);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 1.08rem;
  text-transform: uppercase;
}

.ppc-feasibility-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.45;
}

.ppc-proof-package {
  background:
    radial-gradient(circle at 78% 22%, rgba(0, 179, 222, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 42%),
    var(--ppc-panel);
}

.ppc-deliverable-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ppc-deliverable-grid article {
  position: relative;
  min-width: 0;
  overflow: hidden;
  display: grid;
  gap: 9px;
  align-content: end;
  min-height: clamp(240px, 18vw, 320px);
  padding: 18px;
  border: 1px solid rgba(0, 179, 222, 0.34);
  border-radius: 16px;
  background: var(--ppc-black);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.ppc-deliverable-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.84));
}

.ppc-deliverable-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.05);
}

.ppc-deliverable-grid span,
.ppc-deliverable-grid strong,
.ppc-deliverable-grid p {
  position: relative;
  z-index: 2;
}

.ppc-deliverable-grid span {
  width: fit-content;
  padding: 6px 8px;
  background: var(--ppc-cyan);
  color: var(--ppc-ink);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.ppc-deliverable-grid strong {
  color: var(--ppc-white);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: clamp(1.15rem, 1.7vw, 1.65rem);
  line-height: 1;
}

.ppc-deliverable-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.34;
}

@media (max-width: 1180px) {
  .ppc-addon-grid,
  .ppc-feasibility-grid {
    grid-template-columns: 1fr;
  }

  .ppc-attention-panel {
    width: 100%;
    justify-self: stretch;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ppc-feasibility-visual {
    max-width: 840px;
  }

  .ppc-feasibility-callouts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppc-feasibility-callouts li:last-child {
    grid-column: 1 / -1;
  }

  .ppc-compare-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .ppc-attention-hit {
    background-position: 58% center;
  }

  .ppc-projection-compare {
    background-position: 60% center;
  }

  .ppc-addon-grid,
  .ppc-feasibility-grid {
    gap: 24px;
  }

  .ppc-attention-panel,
  .ppc-compare-grid,
  .ppc-deliverable-grid {
    grid-template-columns: 1fr;
  }

  .ppc-attention-panel {
    padding: 12px;
  }

  .ppc-attention-panel strong {
    font-size: clamp(3.1rem, 16vw, 4.7rem);
  }

  .ppc-addon-note {
    font-size: 0.78rem;
  }

  .ppc-compare-card {
    min-height: 0;
    padding: 22px;
  }

  .ppc-compare-card span {
    font-size: clamp(2.1rem, 12vw, 3.3rem);
  }

  .ppc-compare-card ul {
    gap: 7px;
  }

  .ppc-compare-card li {
    min-height: 31px;
    padding: 0 10px;
    font-size: 0.67rem;
  }

  .ppc-compare-bottom {
    padding: 18px;
  }

  .ppc-compare-bottom .ppc-button,
  .ppc-addon .ppc-inline-cta,
  .ppc-feasibility-cta .ppc-button {
    width: 100%;
  }

  .ppc-feasibility-visual img {
    aspect-ratio: 1.05;
  }

  .ppc-feasibility-callouts {
    grid-template-columns: 1fr;
  }

  .ppc-feasibility-callouts li:last-child {
    grid-column: auto;
  }

  .ppc-feasibility-callouts li {
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    align-items: start;
    padding: 13px;
  }

  .ppc-feasibility-callouts li::before {
    grid-row: 1 / span 2;
  }

  .ppc-feasibility-cta {
    padding: 18px;
  }

  .ppc-deliverable-grid article {
    min-height: 270px;
  }
}

.ppc-section-deep {
  background:
    linear-gradient(135deg, rgba(0, 179, 222, 0.08), transparent 34%),
    var(--ppc-panel);
}

.projection-b-ppc #what-we-handle.ppc-section-deep {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #02080d;
  background-image: url("images/projection-b/posterize-handles-bg-deep.webp");
  background-position: 60% center;
  background-size: cover;
}

.projection-b-ppc #what-we-handle.ppc-section-deep::before,
.projection-b-ppc #what-we-handle.ppc-section-deep::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.projection-b-ppc #what-we-handle.ppc-section-deep::before {
  background:
    linear-gradient(90deg, rgba(5, 7, 9, 0.95) 0%, rgba(5, 8, 10, 0.82) 42%, rgba(5, 8, 10, 0.56) 100%),
    radial-gradient(circle at 20% 35%, rgba(0, 190, 230, 0.12), transparent 34%),
    radial-gradient(circle at 72% 46%, rgba(0, 179, 222, 0.16), transparent 28%);
}

.projection-b-ppc #what-we-handle.ppc-section-deep::after {
  opacity: 0.28;
  background:
    linear-gradient(130deg, transparent 0 60%, rgba(0, 179, 222, 0.16) 60% 60.4%, transparent 60.4% 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 9px);
  mix-blend-mode: screen;
}

.projection-b-ppc #what-we-handle .ppc-wrap {
  position: relative;
  z-index: 1;
}

.ppc-handles-layout {
  display: grid;
  grid-template-columns: minmax(390px, 500px) minmax(500px, 1fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.ppc-handles-content {
  position: relative;
  display: grid;
  gap: 16px;
  max-width: 500px;
}

.ppc-handles-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -150px;
  top: 175px;
  width: 520px;
  height: 620px;
  background: radial-gradient(circle, rgba(0, 194, 255, 0.14), transparent 68%);
  filter: blur(20px);
  pointer-events: none;
}

.projection-b-ppc #what-we-handle .ppc-handles-content h2 {
  max-width: 12ch;
}

.projection-b-ppc #what-we-handle .ppc-section-lede {
  color: rgba(255, 255, 255, 0.82);
}

.projection-b-ppc #what-we-handle .ppc-checklist {
  max-width: 460px;
  gap: 10px;
}

.projection-b-ppc #what-we-handle .ppc-checklist article {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(7, 10, 11, 0.68);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.projection-b-ppc #what-we-handle .ppc-checklist article:hover {
  border-color: rgba(0, 194, 255, 0.35);
  background: rgba(8, 14, 16, 0.78);
  box-shadow:
    0 16px 44px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(0, 194, 255, 0.08);
  transform: translateY(-2px);
}

.projection-b-ppc #what-we-handle .ppc-inline-cta {
  width: fit-content;
  margin-top: 12px;
  padding-inline: 28px;
  box-shadow: 0 14px 34px rgba(0, 194, 255, 0.18);
}

.ppc-handles-collage {
  position: relative;
  min-height: clamp(560px, 50vw, 720px);
  isolation: isolate;
}

.ppc-handles-collage::before {
  content: "";
  position: absolute;
  inset: 12% 0 0 16%;
  z-index: -1;
  background: radial-gradient(circle, rgba(0, 194, 255, 0.2), transparent 66%);
  filter: blur(24px);
}

.ppc-handles-shot {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(0, 194, 255, 0.34);
  border-radius: 14px;
  background: rgba(8, 12, 14, 0.72);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(0, 194, 255, 0.1);
}

.ppc-handles-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.08) brightness(0.72);
  transition: transform 700ms ease, filter 700ms ease;
}

.ppc-handles-shot:hover img {
  filter: saturate(1.12) contrast(1.1) brightness(0.84);
  transform: scale(1.04);
}

.ppc-handles-shot figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  background: rgba(5, 8, 10, 0.82);
  color: var(--ppc-white);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.ppc-handles-shot-one {
  top: 0;
  left: 12%;
  z-index: 1;
  width: 44%;
  height: 52%;
}

.ppc-handles-shot-two {
  top: 25%;
  right: 0;
  z-index: 3;
  width: 47%;
  height: 38%;
}

.ppc-handles-shot-three {
  left: 0;
  bottom: 9%;
  z-index: 2;
  width: 44%;
  height: 40%;
}

.ppc-handles-shot-four {
  right: 6%;
  bottom: 0;
  z-index: 4;
  width: 48%;
  height: 42%;
}

.ppc-section-head {
  max-width: 860px;
  display: grid;
  gap: 15px;
  margin-bottom: 34px;
}

.ppc-section-head > p:last-child,
.ppc-section-lede {
  color: var(--ppc-muted-strong);
  font-size: 1.08rem;
}

.ppc-card-grid,
.ppc-proof-grid,
.ppc-process-grid,
.ppc-benefit-grid,
.ppc-pricing-grid {
  display: grid;
  gap: 24px;
}

.ppc-card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ppc-card,
.ppc-process-card,
.ppc-factor-card,
.ppc-proof-card {
  min-width: 0;
  border: 1px solid var(--ppc-line);
  border-radius: var(--ppc-radius);
  background: rgba(255, 255, 255, 0.035);
}

.ppc-card,
.ppc-process-card,
.ppc-factor-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px;
}

.ppc-card strong {
  color: var(--ppc-white);
  font-size: 0.94rem;
}

.ppc-card li {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  line-height: 1.38;
}

.ppc-card a,
.ppc-proof-card a {
  width: fit-content;
  color: var(--ppc-cyan);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.projection-b-ppc .ppc-usecase-lab {
  overflow: hidden;
  color: var(--ppc-ink);
  border-block: 1px solid rgba(0, 0, 0, 0.1);
  background:
    linear-gradient(115deg, rgba(0, 179, 222, 0.16) 0 16%, transparent 16% 100%),
    radial-gradient(circle at 88% 18%, rgba(0, 179, 222, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f3f6f7 58%, #ffffff 100%);
}

.projection-b-ppc .ppc-usecase-lab::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background:
    linear-gradient(90deg, rgba(32, 30, 30, 0.08) 1px, transparent 1px) 0 0 / 54px 100%,
    repeating-linear-gradient(0deg, transparent 0 20px, rgba(32, 30, 30, 0.07) 20px 21px);
}

.ppc-usecase-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.92fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.projection-b-ppc .ppc-usecase-copy {
  max-width: 680px;
  margin: 0;
}

.projection-b-ppc .ppc-usecase-copy .ppc-eyebrow {
  color: rgba(32, 30, 30, 0.76);
}

.projection-b-ppc .ppc-usecase-copy h2 {
  max-width: 10.6ch;
  color: var(--ppc-ink);
  font-size: clamp(2.45rem, 5.2vw, 5.35rem);
  line-height: 0.94;
}

.projection-b-ppc .ppc-usecase-copy > p:last-of-type {
  max-width: 40rem;
  color: rgba(32, 30, 30, 0.78);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.45;
}

.ppc-usecase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.ppc-usecase-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(32, 30, 30, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(32, 30, 30, 0.86);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(32, 30, 30, 0.08);
}

.ppc-usecase-collage {
  position: relative;
  min-height: clamp(420px, 42vw, 560px);
  isolation: isolate;
}

.ppc-usecase-collage::before {
  content: "";
  position: absolute;
  inset: 34px 7% 28px 8%;
  z-index: -1;
  border: 4px solid var(--ppc-cyan);
  background:
    radial-gradient(circle at 19% 16%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(110deg, rgba(6, 12, 15, 0.02) 0%, rgba(0, 179, 222, 0.1) 46%, rgba(4, 11, 13, 0.44) 100%),
    linear-gradient(0deg, rgba(4, 8, 10, 0.1), rgba(4, 8, 10, 0.22)),
    url("images/projection-b/converse-rooftop-wall.webp") 50% 45% / cover no-repeat;
  box-shadow:
    16px 18px 0 rgba(0, 179, 222, 0.18),
    inset 0 0 0 999px rgba(0, 179, 222, 0.08),
    0 24px 60px rgba(0, 179, 222, 0.14);
}

.ppc-usecase-collage::after {
  content: "";
  position: absolute;
  right: 15%;
  bottom: 7%;
  z-index: 2;
  width: 34%;
  height: 8px;
  background: var(--ppc-cyan);
  transform: skewX(-16deg);
}

.ppc-usecase-shot {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 8px solid var(--ppc-white);
  background: var(--ppc-ink);
  box-shadow: 0 26px 58px rgba(32, 30, 30, 0.28);
}

.ppc-usecase-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.08);
  transform: scale(1.02);
  transition: transform 700ms ease, filter 700ms ease;
}

.ppc-usecase-shot figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 8px 10px;
  background: rgba(32, 30, 30, 0.9);
  color: var(--ppc-white);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: break-word;
}

.ppc-usecase-shot-main {
  top: -2px;
  right: 1%;
  z-index: 2;
  width: 61%;
  aspect-ratio: 1.34;
  transform: rotate(1.35deg);
}

.ppc-usecase-shot-main img {
  object-position: 58% 32%;
}

.ppc-usecase-shot-tall {
  left: -2%;
  bottom: 6%;
  z-index: 3;
  width: 31%;
  aspect-ratio: 0.68;
  transform: rotate(-3deg);
}

.ppc-usecase-note {
  position: absolute;
  right: 4%;
  bottom: 10%;
  z-index: 3;
  display: grid;
  gap: 5px;
  max-width: 260px;
  padding: 16px 18px;
  border-left: 8px solid var(--ppc-cyan);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ppc-ink);
  box-shadow: 0 22px 48px rgba(32, 30, 30, 0.22);
}

.ppc-usecase-note strong,
.ppc-usecase-note span {
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  line-height: 1.08;
}

.ppc-usecase-note strong {
  font-size: 1rem;
  text-transform: uppercase;
}

.ppc-usecase-note span {
  color: rgba(32, 30, 30, 0.74);
  font-size: 0.78rem;
  font-weight: 800;
}

.projection-b-ppc .ppc-usecase-lab .ppc-usecase-collage.reveal.is-visible .ppc-usecase-shot-main img {
  animation: usecase-image-shift 9s ease-in-out infinite alternate;
}

.projection-b-ppc .ppc-usecase-lab .ppc-usecase-collage.reveal.is-visible .ppc-usecase-shot-tall img {
  animation: usecase-image-shift 10s ease-in-out infinite alternate-reverse;
}

.ppc-usecase-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 5vw, 58px);
}

.ppc-usecase-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 14px;
  align-content: start;
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(32, 30, 30, 0.12);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 38px rgba(32, 30, 30, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ppc-usecase-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--ppc-cyan), transparent);
  transform-origin: left;
  transform: scaleX(0.42);
  transition: transform 260ms ease;
}

.ppc-usecase-card:hover,
.ppc-usecase-card:focus-within {
  border-color: rgba(0, 179, 222, 0.55);
  box-shadow: 0 26px 48px rgba(0, 179, 222, 0.15), 0 18px 38px rgba(32, 30, 30, 0.1);
  transform: translateY(-4px);
}

.ppc-usecase-card:hover::before,
.ppc-usecase-card:focus-within::before {
  transform: scaleX(1);
}

.ppc-usecase-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  grid-row: span 2;
  background: var(--ppc-ink);
  color: var(--ppc-cyan);
}

.ppc-usecase-icon svg {
  width: 25px;
  height: 25px;
}

.ppc-usecase-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.projection-b-ppc .ppc-usecase-card .ppc-usecase-number {
  color: var(--ppc-cyan);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.projection-b-ppc .ppc-usecase-card h3 {
  color: var(--ppc-ink);
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  line-height: 1.04;
}

.projection-b-ppc .ppc-usecase-card h3 span {
  display: block;
  white-space: nowrap;
}

.projection-b-ppc .ppc-usecase-card p {
  grid-column: 1 / -1;
  color: rgba(32, 30, 30, 0.74);
  font-size: 0.98rem;
  line-height: 1.43;
}

@keyframes usecase-image-shift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-1.5%, -1%, 0);
  }
}

.ppc-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 44px;
  align-items: center;
}

.ppc-split > div {
  display: grid;
  gap: 18px;
}

.ppc-checklist {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.ppc-checklist article {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 18px 18px 18px 46px;
  border: 1px solid var(--ppc-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.036);
}

.ppc-checklist article::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 23px;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--ppc-cyan);
  border-bottom: 3px solid var(--ppc-cyan);
  transform: rotate(-45deg);
}

.ppc-checklist h3 {
  font-size: 1rem;
}

.ppc-checklist p {
  font-size: 0.96rem;
}

.ppc-inline-cta {
  width: fit-content;
  margin-top: 12px;
}

.ppc-image-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ppc-line);
  border-radius: var(--ppc-radius);
  background: var(--ppc-panel);
  box-shadow: var(--ppc-shadow);
}

.ppc-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ppc-proof-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
}

.ppc-proof-card figure {
  margin: 0;
  background: var(--ppc-panel-soft);
}

.ppc-proof-card dl,
.ppc-factor-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 22px;
}

.ppc-proof-card div,
.ppc-factor-card div {
  display: grid;
  gap: 3px;
}

.ppc-proof-card dt,
.ppc-factor-card dt {
  color: var(--ppc-white);
  font-size: 0.73rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ppc-proof-card dd,
.ppc-factor-card dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.ppc-proof-card > a {
  margin: 0 22px 24px;
}

.ppc-process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ppc-process-card {
  min-height: 235px;
}

.ppc-process-card span {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(0, 179, 222, 0.58);
  border-radius: 50%;
  background: rgba(0, 179, 222, 0.12);
  font-size: 1rem;
}

.ppc-pricing-wrap {
  display: grid;
  gap: 6px;
}

.ppc-pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ppc-factor-card h3 {
  color: var(--ppc-cyan);
}

.ppc-support-note {
  max-width: 760px;
  margin-top: 18px;
  color: var(--ppc-muted-strong);
}

.ppc-benefit-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ppc-benefit-grid .ppc-card {
  min-height: 180px;
}

.ppc-faq-wrap {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.ppc-faq-list {
  display: grid;
  gap: 12px;
}

.ppc-faq-list details {
  border: 1px solid var(--ppc-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.ppc-faq-list summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  color: var(--ppc-white);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  list-style: none;
}

.ppc-faq-list summary::-webkit-details-marker {
  display: none;
}

.ppc-faq-list summary::after {
  content: "+";
  color: var(--ppc-cyan);
  font-size: 1.35rem;
  line-height: 1;
}

.ppc-faq-list details[open] summary::after {
  content: "-";
}

.ppc-faq-list details p {
  padding: 0 18px 18px;
  font-size: 0.98rem;
}

.ppc-faq-list details:not([open]) p {
  display: none;
}

.ppc-final-cta {
  border-block: 1px solid var(--ppc-line);
  background:
    linear-gradient(135deg, rgba(0, 179, 222, 0.18), transparent 42%),
    var(--ppc-ink);
}

.ppc-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}

.ppc-final-inner > div:first-child {
  display: grid;
  gap: 15px;
}

.ppc-final-actions {
  flex-direction: column;
  align-items: stretch;
}

.ppc-footer {
  padding: 34px 0 96px;
  color: rgba(255, 255, 255, 0.68);
}

.ppc-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 28px;
  align-items: start;
}

.ppc-footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ppc-white);
  font-weight: 900;
}

.ppc-footer p,
.ppc-footer address,
.ppc-footer a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  font-style: normal;
}

.ppc-footer address,
.ppc-footer-contact {
  display: grid;
  gap: 5px;
}

.projection-b-ppc .sticky-cta {
  left: auto;
  right: 18px;
  bottom: 18px;
  z-index: 95;
}

.projection-b-ppc .sticky-cta a {
  min-height: 50px;
  border-radius: 999px;
  background: var(--ppc-cyan);
  color: var(--ppc-ink);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
}

body.projection-b-ppc.is-form-active .sticky-cta {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(20px) !important;
}

.projection-b-ppc .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.projection-b-ppc .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .ppc-card-grid-four,
  .ppc-benefit-grid,
  .ppc-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppc-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ppc-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppc-trust-grid article:nth-child(2) {
    border-right: 0;
  }

  .ppc-trust-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ppc-line);
  }
}

@media (max-width: 920px) {
  .ppc-header-inner {
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px 0;
  }

  .ppc-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .ppc-nav a {
    flex: 1 1 0;
  }

  .ppc-header .ppc-button {
    display: none;
  }

  .ppc-hero-grid,
  .ppc-usecase-hero,
  .ppc-split,
  .ppc-faq-wrap,
  .ppc-final-inner,
  .ppc-footer-grid {
    grid-template-columns: 1fr;
  }

  .ppc-hero-copy,
  .ppc-hero-visual,
  .ppc-form-card {
    grid-column: auto;
    grid-row: auto;
  }

  .ppc-hero-copy {
    min-height: 0;
  }

  .ppc-form-card {
    max-width: 620px;
  }

  .ppc-hero-visual {
    max-width: 620px;
  }

  .ppc-proof-grid,
  .ppc-pricing-grid {
    grid-template-columns: 1fr;
  }

  .ppc-final-actions {
    align-items: flex-start;
  }

  .ppc-usecase-collage {
    max-width: 680px;
    min-height: 470px;
  }
}

@media (max-width: 720px) {
  .projection-b-ppc {
    padding-bottom: 74px;
  }

  .ppc-wrap {
    width: min(calc(100% - 24px), var(--ppc-max));
  }

  .ppc-header {
    min-height: 58px;
  }

  .ppc-header-inner {
    gap: 8px;
    flex-wrap: nowrap;
    padding: 7px 0;
  }

  .ppc-logo img {
    width: 108px;
    background: transparent;
    filter: drop-shadow(0 6px 12px rgba(0, 179, 222, 0.18)) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
  }

  .ppc-logo {
    min-width: 108px;
    min-height: 40px;
  }

  .ppc-nav {
    display: none;
  }

  .ppc-header-actions {
    gap: 6px;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .ppc-header .ppc-button {
    width: auto;
    min-width: 0;
    min-height: 40px;
    display: inline-flex;
    padding: 0 11px;
    font-size: 0.68rem;
    letter-spacing: 0.015em;
    white-space: nowrap;
  }

  .ppc-phone {
    min-width: 56px;
    min-height: 40px;
    padding: 0 11px;
    font-size: 0;
  }

  .ppc-phone::after {
    content: "Call";
    font-size: 0.78rem;
  }

  .projection-b-ppc h1 {
    font-size: clamp(1.55rem, 6.7vw, 1.82rem);
    line-height: 1.05;
    letter-spacing: -0.01em;
  }

  .projection-b-ppc h2 {
    font-size: clamp(1.75rem, 7vw, 2.1rem);
    line-height: 1.08;
  }

  .projection-b-ppc p,
  .projection-b-ppc li,
  .projection-b-ppc dd,
  .projection-b-ppc figcaption,
  .projection-b-ppc address {
    font-size: 1rem;
    line-height: 1.5;
  }

  .ppc-hero-grid {
    min-height: auto;
    gap: 18px;
    padding: 10px 0 28px;
  }

  body.projection-b-ppc .ppc-hero .ppc-form-card {
    display: none;
  }

  .ppc-hero::before {
    z-index: -2;
    background:
      radial-gradient(circle at 82% 18%, rgba(0, 179, 222, 0.18), transparent 22%),
      linear-gradient(180deg, rgba(6, 7, 8, 0.12) 0%, rgba(6, 7, 8, 0.28) 26%, rgba(6, 7, 8, 0.88) 74%, rgba(6, 7, 8, 0.97) 100%),
      linear-gradient(90deg, rgba(6, 7, 8, 0.78), rgba(6, 7, 8, 0.14) 100%),
      url("images/projection-b/spotify-street-corner.webp") 56% 10px / auto 500px no-repeat;
    filter: saturate(1.14) contrast(1.16) brightness(1.08);
  }

  .ppc-hero-wash {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.72)),
      repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 6px);
    opacity: 0.4;
  }

  .ppc-hero-copy {
    gap: 11px;
    padding: 8px 0 0;
  }

  .projection-b-ppc .ppc-hero-lede {
    margin-top: clamp(58px, calc(16vw + 4px), 84px);
    max-width: 29rem;
    color: var(--ppc-white);
    font-family: "Montserrat", "Arial Black", Impact, sans-serif;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.34;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.74);
  }

  .ppc-duration-callout {
    order: 5;
    width: 100%;
    justify-content: center;
    gap: 7px;
    padding: 8px 10px;
    border-radius: 14px;
  }

  .ppc-duration-callout span {
    font-size: 0.72rem;
    letter-spacing: 0.045em;
  }

  .ppc-duration-callout strong {
    width: 26px;
    height: 26px;
    font-size: 0.58rem;
  }

  .ppc-eyebrow {
    display: block;
    font-size: 0.58rem;
    line-height: 1.35;
    letter-spacing: 0.055em;
  }

  .ppc-eyebrow::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    vertical-align: -1px;
  }

  .ppc-action-row {
    order: 7;
  }

  .ppc-proof-list {
    order: 6;
    display: block;
  }

  .ppc-proof-list li {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(0, 179, 222, 0.64);
    border-left: 6px solid var(--ppc-cyan);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.68);
    color: var(--ppc-white);
    font-family: "Montserrat", "Arial Black", Impact, sans-serif;
    font-size: 0.8rem;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: 0.02em;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  }

  .ppc-proof-list li:nth-child(2) {
    display: none;
  }

  .ppc-microcopy {
    order: 8;
    font-size: 0.82rem;
  }

  .ppc-desktop-microcopy {
    display: none;
  }

  .ppc-mobile-hero-cta {
    order: 3;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    box-sizing: border-box;
    width: min(100%, 340px);
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: linear-gradient(110deg, #00b3de 0%, #7be9ff 34%, #008bb1 66%, #00b3de 100%);
    background-size: 240% 100%;
    color: var(--ppc-ink);
    font-family: "Montserrat", "Arial Black", Impact, sans-serif;
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow:
      0 18px 48px rgba(0, 179, 222, 0.32),
      inset 0 1px 0 rgba(255, 255, 255, 0.44);
    animation: ppc-mobile-cta-shift 4.8s ease-in-out infinite;
  }

  .ppc-mobile-gallery-link {
    order: 4;
    width: fit-content;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    color: var(--ppc-white);
    font-family: "Montserrat", "Arial Black", Impact, sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.44);
  }

  .ppc-mobile-hero-cta::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0 auto 0 -34%;
    width: 42%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
    animation: ppc-mobile-cta-sheen 3.2s ease-in-out infinite;
  }

  @media (max-width: 360px) {
    .ppc-logo,
    .ppc-logo img {
      min-width: 100px;
      width: 100px;
    }

    .ppc-header-inner {
      gap: 6px;
    }

    .ppc-header .ppc-button {
      min-height: 38px;
      padding: 0 9px;
      font-size: 0.62rem;
    }

    .ppc-phone {
      min-width: 52px;
      min-height: 38px;
      padding: 0 9px;
    }

    .ppc-phone::after {
      font-size: 0.72rem;
    }

    .ppc-duration-callout {
      gap: 6px;
      padding: 9px 8px;
    }

    .ppc-duration-callout span {
      flex: 1 1 0;
      min-width: 0;
      font-size: clamp(0.64rem, 3.45vw, 0.7rem);
      line-height: 1.08;
      letter-spacing: 0.02em;
      text-align: center;
    }

    .ppc-duration-callout strong {
      width: 24px;
      height: 24px;
      font-size: 0.54rem;
    }

    .ppc-proof-list li {
      min-height: 0;
      padding: 11px 10px 11px 39px;
      font-size: clamp(0.73rem, 3.75vw, 0.8rem);
      line-height: 1.16;
      letter-spacing: 0.01em;
    }

    .ppc-mobile-hero-cta {
      width: min(100%, 278px);
      max-width: calc(100vw - 42px);
      justify-self: center;
      min-height: 52px;
      padding: 0 14px;
      font-size: clamp(0.74rem, 4vw, 0.84rem);
      letter-spacing: 0.01em;
    }

    .ppc-mobile-gallery-link {
      display: none;
    }
  }

  @media (max-width: 330px) {
    .ppc-mobile-hero-cta {
      width: min(100%, 264px);
      max-width: calc(100vw - 48px);
      font-size: 0.72rem;
    }
  }

  .ppc-action-row,
  .ppc-final-actions {
    width: 100%;
    display: grid;
    gap: 10px;
  }

  .ppc-button {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    font-size: 0.9rem;
    white-space: normal;
  }

  .ppc-hero-visual img {
    height: clamp(220px, 60vw, 280px);
    aspect-ratio: auto;
  }

  .ppc-form-card {
    margin-top: 34px;
    padding: 20px;
    border-radius: 16px;
  }

  @media (max-height: 760px) {
    .ppc-hero-copy {
      gap: 10px;
    }

    .projection-b-ppc .ppc-hero-lede {
      margin-top: 52px;
      font-size: 0.84rem;
      line-height: 1.32;
    }

    .ppc-duration-callout {
      min-height: 46px;
      padding: 8px 9px;
    }

    .ppc-proof-list li {
      min-height: 46px;
      font-size: 0.74rem;
    }

    .ppc-mobile-hero-cta {
      min-height: 52px;
    }
  }

  .ppc-form {
    grid-template-columns: 1fr;
  }

  .ppc-form .wide {
    grid-column: auto;
  }

  .ppc-section,
  .ppc-final-cta {
    padding: 48px 0;
  }

  .ppc-stats-band {
    padding: 24px 0;
  }

  .ppc-stat-wall {
    grid-template-columns: 1fr;
  }

  .ppc-stat {
    min-height: 124px;
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 179, 222, 0.34);
  }

  .ppc-stat:last-child {
    border-bottom: 0;
  }

  .ppc-stat strong {
    font-size: clamp(3rem, 17vw, 4.5rem);
  }

  .ppc-stat span {
    max-width: 20ch;
    font-size: 0.82rem;
  }

  .ppc-section-head {
    gap: 13px;
    margin-bottom: 24px;
  }

  .ppc-card-grid-four,
  .ppc-process-grid,
  .ppc-benefit-grid,
  .ppc-trust-grid,
  .ppc-usecase-grid {
    grid-template-columns: 1fr;
  }

  .ppc-card-grid,
  .ppc-proof-grid,
  .ppc-process-grid,
  .ppc-benefit-grid,
  .ppc-pricing-grid,
  .ppc-usecase-grid {
    gap: 16px;
  }

  .projection-b-ppc .ppc-usecase-lab {
    padding-top: 44px;
    background:
      linear-gradient(148deg, rgba(0, 179, 222, 0.22) 0 28%, transparent 28% 100%),
      linear-gradient(180deg, #ffffff 0%, #f4f7f8 100%);
  }

  .projection-b-ppc .ppc-usecase-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.15rem, 13vw, 3.55rem);
  }

  .projection-b-ppc .ppc-usecase-copy > p:last-of-type {
    color: rgba(32, 30, 30, 0.82);
    font-size: 1.02rem;
  }

  .ppc-usecase-tags {
    gap: 8px;
  }

  .ppc-usecase-tags span {
    min-height: 31px;
    padding: 0 10px;
    font-size: 0.68rem;
  }

  .ppc-usecase-collage {
    min-height: clamp(380px, 112vw, 470px);
  }

  .ppc-usecase-collage::before {
    inset: 18px 2% 32px 5%;
    border-width: 3px;
    background-position: 38% 34%;
    box-shadow: 10px 12px 0 rgba(0, 179, 222, 0.16);
  }

  .ppc-usecase-shot {
    border-width: 6px;
  }

  .ppc-usecase-shot-main {
    top: 6px;
    right: 0;
    width: 67%;
  }

  .ppc-usecase-shot-tall {
    left: 0;
    bottom: 7%;
    width: 34%;
  }

  .ppc-usecase-note {
    right: 1%;
    bottom: 5%;
    max-width: min(214px, 58vw);
    padding: 13px 14px;
  }

  .ppc-usecase-card {
    min-height: 0;
    padding: 18px;
  }

  .ppc-usecase-icon {
    width: 42px;
    height: 42px;
  }

  .ppc-card,
  .ppc-process-card,
  .ppc-factor-card {
    padding: 20px;
    min-height: 0;
  }

  .ppc-trust-grid article,
  .ppc-trust-grid article:nth-child(n) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--ppc-line);
    padding: 20px;
  }

  .ppc-trust-grid article:last-child {
    border-bottom: 0;
  }

  .ppc-checklist article {
    padding: 16px 16px 16px 44px;
  }

  .ppc-proof-card dl,
  .ppc-factor-card dl {
    padding: 18px;
  }

  .ppc-proof-card > a {
    margin: 0 18px 20px;
  }

  .ppc-faq-list summary {
    min-height: 52px;
    padding: 14px 16px;
    font-size: 0.96rem;
  }

  .ppc-faq-list details p {
    padding: 0 16px 16px;
  }

  .ppc-footer {
    padding: 28px 0 92px;
  }

  .ppc-footer-grid {
    gap: 18px;
  }

  .projection-b-ppc .sticky-cta {
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    min-height: 64px;
    padding: 8px 10px;
    border-top: 1px solid var(--ppc-line);
    background: rgba(11, 11, 12, 0.96);
    transform: translateY(100%);
  }

  body.is-sticky-ready.projection-b-ppc .sticky-cta {
    transform: translateY(0);
  }

  .projection-b-ppc .sticky-cta a {
    min-height: 48px;
    border-radius: 999px;
    font-size: 0.84rem;
  }
}

@media (max-width: 390px) {
  .ppc-form-card {
    padding: 18px;
  }

  .ppc-card,
  .ppc-process-card,
  .ppc-factor-card,
  .ppc-trust-grid article,
  .ppc-checklist article {
    padding-right: 18px;
  }

  .projection-b-ppc h1 {
    font-size: clamp(1.5rem, 7.6vw, 1.66rem);
  }

  .ppc-usecase-collage {
    min-height: 338px;
  }

  .ppc-usecase-shot-main {
    width: 65%;
  }

  .ppc-usecase-shot-tall {
    width: 32%;
  }

  .ppc-usecase-note {
    max-width: 178px;
  }
}

/* Late Projection B use-case overrides. Keep after PPC responsive rules. */
body.projection-b-ppc .ppc-usecase-lab {
  color: var(--ppc-white);
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(6, 8, 9, 0.96) 0%, rgba(8, 13, 15, 0.9) 44%, rgba(5, 8, 10, 0.74) 100%),
    radial-gradient(circle at 18% 78%, rgba(0, 179, 222, 0.18), transparent 34%),
    url("images/projection-b/usecase-section-bg.webp") center / cover no-repeat,
    #111;
  box-shadow:
    inset 0 34px 70px rgba(0, 0, 0, 0.5),
    inset 0 -34px 70px rgba(0, 0, 0, 0.46);
}

body.projection-b-ppc .ppc-usecase-lab::before {
  opacity: 0.32;
  background:
    linear-gradient(108deg, transparent 0 36%, rgba(0, 179, 222, 0.16) 46%, transparent 63%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 10px);
  mix-blend-mode: screen;
}

body.projection-b-ppc .ppc-usecase-lab::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}

body.projection-b-ppc .ppc-usecase-lab .ppc-wrap {
  position: relative;
  z-index: 1;
}

body.projection-b-ppc .ppc-usecase-hero {
  grid-template-columns: minmax(0, 1.28fr) minmax(420px, 0.72fr);
  gap: clamp(26px, 3vw, 50px);
  align-items: center;
}

body.projection-b-ppc .ppc-usecase-copy {
  max-width: min(760px, 100%);
}

body.projection-b-ppc .ppc-usecase-copy .ppc-eyebrow {
  color: rgba(255, 255, 255, 0.74);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
}

body.projection-b-ppc .ppc-usecase-copy h2 {
  max-width: 16.5ch;
  color: #d9f8ff;
  font-size: clamp(3.2rem, 4.85vw, 5.85rem);
  line-height: 0.93;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: manual;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.78);
}

body.projection-b-ppc .ppc-usecase-copy h2.ppc-shade-lines {
  max-width: min(760px, 100%);
  letter-spacing: 0;
}

body.projection-b-ppc .ppc-usecase-copy h2.ppc-shade-lines span {
  display: block;
  color: #d9f8ff;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: manual;
  text-shadow:
    0 3px 0 rgba(0, 0, 0, 0.44),
    0 12px 28px rgba(0, 0, 0, 0.46);
}

body.projection-b-ppc .ppc-usecase-copy h2.ppc-shade-lines span:nth-child(1) {
  color: #e7fbff;
}

body.projection-b-ppc .ppc-usecase-copy h2.ppc-shade-lines span:nth-child(2) {
  color: #b9f3ff;
}

body.projection-b-ppc .ppc-usecase-copy h2.ppc-shade-lines span:nth-child(3) {
  color: #72e3ff;
}

body.projection-b-ppc .ppc-usecase-copy h2.ppc-shade-lines span:nth-child(4) {
  color: #18c7f2;
}

body.projection-b-ppc .ppc-usecase-copy h2.ppc-shade-lines span:nth-child(5) {
  color: #0095c1;
}

body.projection-b-ppc .ppc-usecase-copy > p:last-of-type {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.84);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.72);
}

body.projection-b-ppc .ppc-usecase-tags span {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(4, 10, 12, 0.64);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

body.projection-b-ppc .ppc-usecase-grid {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  grid-template-areas:
    "launch takeover"
    "events takeover"
    "retail takeover";
  gap: clamp(14px, 1.5vw, 22px);
}

body.projection-b-ppc .ppc-usecase-card:nth-child(1) {
  grid-area: launch;
}

body.projection-b-ppc .ppc-usecase-card:nth-child(2) {
  grid-area: events;
}

body.projection-b-ppc .ppc-usecase-card:nth-child(3) {
  grid-area: retail;
}

body.projection-b-ppc .ppc-usecase-card-feature {
  grid-area: takeover;
}

body.projection-b-ppc .ppc-usecase-card {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 0;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(6, 9, 11, 0.72);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

body.projection-b-ppc .ppc-usecase-card::before {
  height: 100%;
  width: 5px;
  right: auto;
  bottom: 0;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, var(--ppc-cyan), rgba(0, 179, 222, 0.12));
  transform: scaleY(0.34);
  transform-origin: top;
}

body.projection-b-ppc .ppc-usecase-card:hover::before,
body.projection-b-ppc .ppc-usecase-card:focus-within::before {
  transform: scaleY(1);
}

body.projection-b-ppc .ppc-usecase-icon {
  grid-column: 2;
  grid-row: 1 / span 2;
  border: 1px solid rgba(0, 179, 222, 0.46);
  border-radius: 50%;
  background: rgba(0, 179, 222, 0.09);
  color: var(--ppc-cyan);
}

body.projection-b-ppc .ppc-usecase-card .ppc-usecase-number {
  grid-column: 1;
  justify-self: start;
  min-width: max-content;
  color: var(--ppc-cyan);
  font-size: clamp(1.65rem, 3vw, 2.85rem);
  letter-spacing: 0;
  line-height: 0.9;
}

body.projection-b-ppc .ppc-usecase-card h3 {
  grid-column: 1 / -1;
  max-width: 100%;
  color: var(--ppc-white);
  font-size: clamp(1.18rem, 1.85vw, 1.78rem);
  line-height: 0.94;
}

body.projection-b-ppc .ppc-usecase-card h3 span {
  display: block;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}

body.projection-b-ppc .ppc-usecase-card p {
  grid-column: 1 / -1;
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.98rem, 1.1vw, 1.1rem);
}

body.projection-b-ppc .ppc-usecase-chips {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.projection-b-ppc .ppc-usecase-chips em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(0, 179, 222, 0.11);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.projection-b-ppc .ppc-usecase-card a {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  width: fit-content;
  max-width: 100%;
  color: var(--ppc-cyan);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  overflow-wrap: anywhere;
}

body.projection-b-ppc .ppc-usecase-card-feature {
  align-content: end;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(5, 9, 11, 0.28) 0%, rgba(3, 6, 8, 0.9) 68%),
    linear-gradient(120deg, rgba(0, 179, 222, 0.22), transparent 42%),
    url("images/projection-b/converse-wide-wall.webp") center / cover no-repeat;
  border-color: rgba(0, 179, 222, 0.42);
}

body.projection-b-ppc .ppc-usecase-card-feature .ppc-usecase-icon {
  width: 72px;
  height: 72px;
}

body.projection-b-ppc .ppc-usecase-card-feature .ppc-usecase-number {
  font-size: clamp(2.5rem, 6vw, 6.25rem);
}

body.projection-b-ppc .ppc-usecase-card-feature h3 {
  max-width: 12ch;
  font-size: clamp(2rem, 5vw, 4.85rem);
}

body.projection-b-ppc .ppc-usecase-card-feature p {
  max-width: 43rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.03rem, 1.4vw, 1.28rem);
}

@media (max-width: 1180px) {
  body.projection-b-ppc .ppc-usecase-hero {
    grid-template-columns: 1fr;
  }

  body.projection-b-ppc .ppc-usecase-copy {
    max-width: 780px;
  }

  body.projection-b-ppc .ppc-usecase-copy h2 {
    max-width: 15.5ch;
    font-size: clamp(3rem, 8vw, 5.2rem);
  }

  body.projection-b-ppc .ppc-usecase-copy h2.ppc-shade-lines {
    max-width: 760px;
  }

  body.projection-b-ppc .ppc-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "launch events"
      "retail takeover";
  }

  body.projection-b-ppc .ppc-usecase-card-feature {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  body.projection-b-ppc .ppc-usecase-lab {
    background:
      linear-gradient(180deg, rgba(5, 8, 10, 0.94), rgba(5, 10, 12, 0.88)),
      url("images/projection-b/usecase-section-bg.webp") 62% center / cover no-repeat,
      #111;
  }

  body.projection-b-ppc .ppc-usecase-copy h2 {
    max-width: 12ch;
    color: var(--ppc-white);
    font-size: clamp(2.12rem, 12vw, 3.4rem);
    line-height: 0.94;
  }

  body.projection-b-ppc .ppc-usecase-copy h2.ppc-shade-lines {
    max-width: min(100%, 22rem);
  }

  body.projection-b-ppc .ppc-usecase-copy > p:last-of-type {
    color: rgba(255, 255, 255, 0.84);
  }

  body.projection-b-ppc .ppc-usecase-grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  body.projection-b-ppc .ppc-usecase-card:nth-child(1),
  body.projection-b-ppc .ppc-usecase-card:nth-child(2),
  body.projection-b-ppc .ppc-usecase-card:nth-child(3),
  body.projection-b-ppc .ppc-usecase-card-feature {
    grid-area: auto;
  }
}

body.projection-b-ppc .sticky-cta {
  display: none !important;
}

body.projection-b-ppc .ppc-attention-panel .ppc-addon-note {
  background: rgba(255, 255, 255, 0.72);
  color: rgba(32, 30, 30, 0.78);
  text-shadow: none;
}

/* Projection B section transitions */
body.projection-b-ppc .ppc-projection-compare {
  position: relative;
  isolation: isolate;
  margin-top: -1px;
  margin-bottom: -1px;
  border-block-color: rgba(0, 179, 222, 0.34);
  background-color: #02090d;
  background-image:
    linear-gradient(90deg, rgba(0, 5, 8, 0.95) 0%, rgba(0, 8, 12, 0.82) 38%, rgba(0, 11, 18, 0.54) 64%, rgba(0, 7, 11, 0.72) 100%),
    linear-gradient(180deg, rgba(0, 8, 12, 0.88) 0%, rgba(0, 8, 12, 0.08) 30%, rgba(0, 8, 12, 0.22) 74%, rgba(0, 7, 10, 0.96) 100%),
    url("images/projection-b/projection-moment-bg.png");
  background-position: center right;
  background-size: cover;
}

body.projection-b-ppc .ppc-projection-compare::before,
body.projection-b-ppc .ppc-projection-compare::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

body.projection-b-ppc .ppc-projection-compare::before {
  top: 0;
  height: 76px;
  background:
    linear-gradient(180deg, #020608 0%, rgba(0, 21, 28, 0.72) 56%, rgba(0, 179, 222, 0.1) 86%, transparent 100%);
}

body.projection-b-ppc .ppc-projection-compare::after {
  bottom: 0;
  height: 120px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 21, 29, 0.42) 48%, rgba(0, 7, 10, 0.96) 100%),
    linear-gradient(90deg, rgba(0, 179, 222, 0.14) 0%, transparent 42%, rgba(0, 179, 222, 0.1) 100%);
}

body.projection-b-ppc .ppc-projection-compare .ppc-wrap {
  position: relative;
  z-index: 1;
}

body.projection-b-ppc .ppc-projection-compare .ppc-eyebrow {
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.52);
}

body.projection-b-ppc .ppc-projection-compare .ppc-section-head {
  max-width: min(100%, 1240px);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-headline {
  display: grid;
  gap: clamp(4px, 0.55vw, 10px);
  max-width: min(100%, 1240px);
  color: var(--ppc-white);
  line-height: 0.92;
  letter-spacing: 0;
}

body.projection-b-ppc .ppc-compare-headline span {
  display: block;
  white-space: nowrap;
}

body.projection-b-ppc .ppc-compare-headline-top {
  color: var(--ppc-white);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: clamp(2.45rem, 4.1vw, 4.55rem);
  font-weight: 900;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.42);
}

body.projection-b-ppc .ppc-compare-headline-bottom {
  color: var(--ppc-cyan);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: clamp(2.45rem, 4.1vw, 4.55rem);
  font-weight: 900;
  line-height: 0.94;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.1),
    0 0 24px rgba(0, 179, 222, 0.28);
}

body.projection-b-ppc .ppc-projection-compare .ppc-section-head > p:last-of-type {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.46);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-grid {
  grid-template-columns: minmax(290px, 0.45fr) minmax(108px, 0.12fr) minmax(390px, 0.55fr);
  align-items: stretch;
  gap: clamp(14px, 1.55vw, 24px);
  margin-top: clamp(22px, 3vw, 38px);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-card {
  position: relative;
  min-height: clamp(270px, 22vw, 340px);
  overflow: hidden;
  gap: 16px;
  border-radius: 15px;
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-card::before {
  content: "";
  position: absolute;
  inset: 16px auto auto 16px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  pointer-events: none;
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-muted {
  padding: clamp(22px, 2.4vw, 34px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 240, 242, 0.94));
  color: var(--ppc-ink);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(5px);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-muted::before {
  border: 1px solid rgba(32, 30, 30, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(218, 224, 226, 0.72));
  box-shadow: inset 0 0 0 8px rgba(32, 30, 30, 0.03);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-active {
  min-height: clamp(300px, 25vw, 386px);
  padding: clamp(26px, 3vw, 42px);
  border: 2px solid rgba(0, 179, 222, 0.88);
  background:
    radial-gradient(circle at 20% 24%, rgba(0, 179, 222, 0.22), transparent 28%),
    linear-gradient(110deg, rgba(0, 179, 222, 0.16) 0%, rgba(1, 17, 23, 0.95) 44%, rgba(0, 7, 11, 0.98) 100%);
  box-shadow:
    0 0 0 1px rgba(0, 179, 222, 0.18),
    0 34px 88px rgba(0, 179, 222, 0.2),
    inset 0 0 64px rgba(0, 179, 222, 0.1);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-active::before {
  border: 1px solid rgba(0, 179, 222, 0.62);
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 179, 222, 0.34), transparent 38%),
    linear-gradient(180deg, rgba(0, 179, 222, 0.18), rgba(0, 8, 12, 0.56));
  box-shadow: 0 0 44px rgba(0, 179, 222, 0.28);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-active::after {
  content: "";
  position: absolute;
  left: -12%;
  top: 14%;
  width: 56%;
  height: 40%;
  background: linear-gradient(92deg, rgba(0, 179, 222, 0.22), rgba(0, 179, 222, 0.02));
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 60%);
  opacity: 0.55;
  pointer-events: none;
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-card > * {
  position: relative;
  z-index: 1;
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-card span {
  margin-top: 72px;
  font-size: clamp(2.05rem, 3.3vw, 3.55rem);
  letter-spacing: -0.035em;
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-muted span {
  color: #070b0f;
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-active span {
  color: var(--ppc-cyan);
  text-shadow: 0 0 24px rgba(0, 179, 222, 0.34);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-card p {
  font-size: clamp(1.02rem, 1.18vw, 1.2rem);
  line-height: 1.36;
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-card .ppc-compare-foot {
  align-self: end;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(32, 30, 30, 0.16);
  font-size: clamp(0.9rem, 0.94vw, 1rem);
  line-height: 1.35;
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-active .ppc-compare-foot {
  border-top-color: rgba(0, 179, 222, 0.28);
  color: rgba(255, 255, 255, 0.84);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-card ul {
  gap: 9px;
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-muted li {
  border-color: rgba(32, 30, 30, 0.12);
  background: rgba(255, 255, 255, 0.52);
  color: rgba(32, 30, 30, 0.68);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-active li {
  border-color: rgba(0, 179, 222, 0.72);
  background: rgba(0, 179, 222, 0.12);
  color: var(--ppc-white);
  box-shadow: inset 0 0 18px rgba(0, 179, 222, 0.08);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-connector {
  align-self: center;
  display: grid;
  justify-items: start;
  gap: 10px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: clamp(0.75rem, 0.86vw, 0.88rem);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-connector b {
  color: var(--ppc-cyan);
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 0.8;
  text-shadow: 0 0 20px rgba(0, 179, 222, 0.42);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-connector span:last-child {
  color: var(--ppc-cyan);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 2.4vw, 34px);
  margin-top: clamp(20px, 2.8vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 5px solid var(--ppc-cyan);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(0, 9, 14, 0.74);
  box-shadow:
    inset 0 0 0 1px rgba(0, 179, 222, 0.08),
    0 22px 64px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-bottom p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.06rem, 1.32vw, 1.34rem);
}

body.projection-b-ppc .ppc-projection-compare .ppc-compare-bottom .ppc-button {
  min-width: min(100%, 330px);
  white-space: nowrap;
}

@media (max-width: 1080px) {
  body.projection-b-ppc .ppc-projection-compare {
    background-position: 68% center;
  }

  body.projection-b-ppc .ppc-projection-compare .ppc-compare-grid {
    grid-template-columns: 1fr;
  }

  body.projection-b-ppc .ppc-projection-compare .ppc-compare-connector {
    grid-template-columns: auto auto auto;
    justify-content: center;
    justify-items: center;
    padding: 2px 0;
    text-align: center;
  }

  body.projection-b-ppc .ppc-projection-compare .ppc-compare-connector b {
    font-size: clamp(1.8rem, 6vw, 2.8rem);
  }

  body.projection-b-ppc .ppc-projection-compare .ppc-compare-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body.projection-b-ppc .ppc-projection-compare {
    background-position: 72% center;
  }

  body.projection-b-ppc .ppc-projection-compare .ppc-compare-headline {
    gap: 6px;
  }

  body.projection-b-ppc .ppc-compare-headline span {
    white-space: normal;
  }

  body.projection-b-ppc .ppc-compare-headline-top {
    font-size: clamp(2rem, 11vw, 3.15rem);
    line-height: 0.96;
  }

  body.projection-b-ppc .ppc-compare-headline-bottom {
    font-size: clamp(1.7rem, 9vw, 2.7rem);
    line-height: 0.98;
  }

  body.projection-b-ppc .ppc-projection-compare .ppc-section-head > p:last-of-type {
    font-size: 1.02rem;
  }

  body.projection-b-ppc .ppc-projection-compare .ppc-compare-card {
    min-height: 0;
    padding: 22px;
  }

  body.projection-b-ppc .ppc-projection-compare .ppc-compare-active {
    min-height: 0;
    padding: 24px;
  }

  body.projection-b-ppc .ppc-projection-compare .ppc-compare-card span {
    margin-top: 58px;
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  body.projection-b-ppc .ppc-projection-compare .ppc-compare-connector {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  body.projection-b-ppc .ppc-projection-compare .ppc-compare-bottom {
    padding: 18px;
  }

  body.projection-b-ppc .ppc-projection-compare .ppc-compare-bottom .ppc-button {
    white-space: normal;
  }
}

body.projection-b-ppc #what-we-handle.ppc-section-deep {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 179, 222, 0.34);
  box-shadow:
    inset 0 96px 100px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(0, 179, 222, 0.22);
}

body.projection-b-ppc #what-we-handle.ppc-section-deep::before {
  background:
    linear-gradient(180deg, rgba(0, 5, 7, 0.9) 0%, rgba(0, 11, 15, 0.34) 16%, transparent 38%),
    linear-gradient(90deg, rgba(5, 7, 9, 0.96) 0%, rgba(5, 8, 10, 0.84) 42%, rgba(5, 8, 10, 0.58) 100%),
    radial-gradient(circle at 20% 35%, rgba(0, 190, 230, 0.12), transparent 34%),
    radial-gradient(circle at 72% 46%, rgba(0, 179, 222, 0.16), transparent 28%);
}

@media (max-width: 720px) {
  body.projection-b-ppc {
    padding-bottom: 0;
  }
}

@media (max-width: 1180px) {
  body.projection-b-ppc .ppc-addon-grid,
  body.projection-b-ppc .ppc-feasibility-grid {
    grid-template-columns: 1fr;
  }

  body.projection-b-ppc .ppc-handles-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.projection-b-ppc .ppc-handles-content,
  body.projection-b-ppc #what-we-handle .ppc-checklist {
    max-width: 620px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-content h2 {
    max-width: 16ch;
  }

  body.projection-b-ppc .ppc-handles-collage {
    width: min(100%, 820px);
    min-height: 620px;
    margin-inline: auto;
  }

  body.projection-b-ppc .ppc-feasibility-callouts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.projection-b-ppc .ppc-feasibility-callouts li:last-child {
    grid-column: 1 / -1;
  }

  body.projection-b-ppc .ppc-site-feasibility .ppc-section-head {
    order: 1;
  }

  body.projection-b-ppc .ppc-site-feasibility .ppc-feasibility-visual {
    order: 2;
  }
}

@media (max-width: 720px) {
  body.projection-b-ppc #what-we-handle.ppc-section-deep {
    background-position: 66% center;
  }

  body.projection-b-ppc .ppc-handles-content::before {
    left: -120px;
    top: 220px;
    width: 360px;
    height: 520px;
  }

  body.projection-b-ppc #what-we-handle .ppc-checklist article {
    padding: 16px 16px 16px 44px;
  }

  body.projection-b-ppc .ppc-handles-collage {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    min-height: 0;
  }

  body.projection-b-ppc .ppc-handles-shot,
  body.projection-b-ppc .ppc-handles-shot-one,
  body.projection-b-ppc .ppc-handles-shot-two,
  body.projection-b-ppc .ppc-handles-shot-three,
  body.projection-b-ppc .ppc-handles-shot-four {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1.28;
  }

  body.projection-b-ppc .ppc-handles-shot-four {
    display: none;
  }

  body.projection-b-ppc .ppc-attention-panel,
  body.projection-b-ppc .ppc-compare-grid,
  body.projection-b-ppc .ppc-deliverable-grid,
  body.projection-b-ppc .ppc-feasibility-callouts {
    grid-template-columns: 1fr;
  }

  body.projection-b-ppc .ppc-feasibility-callouts li:last-child {
    grid-column: auto;
  }

  body.projection-b-ppc .ppc-compare-bottom .ppc-button,
  body.projection-b-ppc .ppc-addon .ppc-inline-cta,
  body.projection-b-ppc .ppc-feasibility-cta .ppc-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .projection-b-ppc .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .ppc-stat-wall.is-counting .ppc-stat,
  .ppc-stat-wall.is-counting .ppc-stat::before,
  .ppc-stat-wall.is-counting strong,
  .ppc-stat-wall.is-counting .city-coverage::after,
  .ppc-stat-wall.has-counted:not(.is-counting) strong,
  .ppc-stat-wall.has-counted:not(.is-counting) .ppc-stat::before,
  .projection-b-ppc .ppc-usecase-lab .ppc-usecase-shot img,
  .projection-b-ppc .ppc-mobile-hero-cta,
  .projection-b-ppc .ppc-mobile-gallery-link,
  .projection-b-ppc .ppc-mobile-hero-cta::after {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Projection B gallery rebuild */
.projection-b-gallery {
  background: #0b0b0c;
}

.projection-b-gallery .ppc-header {
  position: sticky;
}

.ppc-gallery-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 132px) 0;
  background:
    radial-gradient(circle at 24% 26%, rgba(0, 179, 222, 0.2), transparent 34%),
    linear-gradient(90deg, rgba(11, 11, 12, 0.98) 0%, rgba(11, 11, 12, 0.86) 47%, rgba(11, 11, 12, 0.54) 100%),
    url("images/projection-b/starry-corridor.webp") center / cover;
}

.ppc-gallery-hero::after,
.ppc-gallery-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 6px);
  opacity: 0.28;
}

.ppc-gallery-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.64fr);
  gap: clamp(28px, 5vw, 82px);
  align-items: center;
}

.ppc-gallery-hero h1 {
  max-width: 700px;
  margin-top: 14px;
  background: linear-gradient(112deg, #ffffff 0%, #ffffff 42%, #a9eefc 72%, #00b3de 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.ppc-gallery-hero p:not(.ppc-eyebrow) {
  max-width: 710px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
}

.ppc-gallery-hero-card {
  position: relative;
  margin: 0;
  border: 1px solid rgba(0, 179, 222, 0.55);
  border-radius: 18px;
  overflow: hidden;
  background: #111112;
  box-shadow: 18px 18px 0 rgba(0, 179, 222, 0.15), 0 26px 70px rgba(0, 0, 0, 0.46);
  transform: rotate(1.2deg);
}

.ppc-gallery-hero-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: contrast(1.05) saturate(1.06);
}

.ppc-gallery-hero-card figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 12px 14px;
  background: rgba(11, 11, 12, 0.84);
  color: #ffffff;
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ppc-gallery-marquee {
  overflow: hidden;
  border-top: 1px solid rgba(0, 179, 222, 0.42);
  border-bottom: 1px solid rgba(0, 179, 222, 0.42);
  background: #050607;
  color: #ffffff;
}

.ppc-gallery-marquee .studio-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: clamp(64px, 5.5vw, 96px);
  animation: ppc-gallery-ticket 31s linear infinite;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.ppc-gallery-marquee .studio-marquee-set {
  flex: 0 0 auto;
}

.ppc-gallery-marquee .marquee-phrase {
  min-height: clamp(64px, 5.5vw, 96px);
  padding: 12px clamp(18px, 2.4vw, 36px);
}

.ppc-gallery-marquee strong {
  color: transparent;
  background: linear-gradient(90deg, #ffffff 0%, #d9f8ff 30%, #75e6fb 56%, #00b3de 82%, #007fa3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(0.78rem, 1.05vw, 1.05rem);
  letter-spacing: 0.2em;
  -webkit-text-fill-color: transparent;
}

.ppc-gallery-marquee em {
  color: transparent;
  background: linear-gradient(90deg, #ffffff 0%, #c8f5ff 24%, #55daf3 52%, #00b3de 76%, #006d90 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Geo", "Bangers", "Permanent Marker", "Arial Black", cursive;
  font-size: clamp(1.9rem, 3.55vw, 3.75rem);
  font-weight: 400;
  letter-spacing: 0.055em;
  text-shadow: 0 0 22px rgba(0, 179, 222, 0.16);
  -webkit-text-fill-color: transparent;
}

.ppc-gallery-marquee .marquee-phrase.invert strong,
.ppc-gallery-marquee .marquee-phrase.invert em {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.ppc-gallery-marquee .marquee-separator {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.1rem, 2vw, 2rem);
  padding: 0 clamp(6px, 1vw, 16px);
}

@keyframes ppc-gallery-ticket {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .projection-b-gallery .ppc-gallery-marquee .studio-marquee-track {
    animation: ppc-gallery-ticket 38s linear infinite !important;
    animation-duration: 38s !important;
    animation-iteration-count: infinite !important;
  }
}

.ppc-gallery-stage {
  position: relative;
  overflow: hidden;
  padding: clamp(66px, 8vw, 118px) 0;
  background:
    radial-gradient(circle at 80% 12%, rgba(0, 179, 222, 0.16), transparent 34%),
    linear-gradient(180deg, #151516 0%, #0b0b0c 100%);
}

.ppc-gallery-stage .ppc-wrap {
  position: relative;
  z-index: 1;
}

.ppc-gallery-stage .ppc-section-head {
  max-width: 780px;
  margin-bottom: clamp(26px, 4vw, 54px);
}

.ppc-gallery-section {
  display: grid;
  grid-template-columns: minmax(210px, 0.28fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(0, 179, 222, 0.08), rgba(255, 255, 255, 0.025) 44%, rgba(255, 255, 255, 0.04));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.ppc-gallery-section + .ppc-gallery-section {
  margin-top: clamp(22px, 3vw, 34px);
}

.ppc-gallery-section-head {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 12px;
  padding-top: 4px;
}

.ppc-gallery-section-head span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 179, 222, 0.52);
  border-radius: 999px;
  color: #00b3de;
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
}

.ppc-gallery-section-head h3 {
  max-width: 9ch;
  font-size: clamp(1.6rem, 2vw, 2.25rem);
  line-height: 0.98;
}

.ppc-gallery-section-head p {
  max-width: 24ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.48;
}

.ppc-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.ppc-gallery-tile {
  position: relative;
  min-width: 0;
  display: block;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  overflow: hidden;
  background: #111112;
  color: #ffffff;
  cursor: zoom-in;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.ppc-gallery-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.78) 100%),
    radial-gradient(circle at 24px 24px, rgba(0, 179, 222, 0.24), transparent 34%);
  opacity: 0.9;
  transition: opacity 180ms ease;
}

.ppc-gallery-tile img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  filter: contrast(1.04) saturate(1.02);
  transform: scale(1.01);
  transition: transform 260ms ease, filter 260ms ease;
}

.ppc-gallery-tile span {
  position: absolute;
  z-index: 2;
  left: 12px;
  right: 12px;
  bottom: 12px;
  width: fit-content;
  max-width: calc(100% - 24px);
  padding: 8px 10px;
  background: rgba(11, 11, 12, 0.9);
  color: #ffffff;
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.ppc-gallery-tile:hover,
.ppc-gallery-tile:focus-visible {
  border-color: rgba(0, 179, 222, 0.76);
  outline: 0;
}

.ppc-gallery-tile:hover img,
.ppc-gallery-tile:focus-visible img {
  filter: contrast(1.12) saturate(1.14);
  transform: scale(1.055);
}

.ppc-gallery-tile:hover::before,
.ppc-gallery-tile:focus-visible::before {
  opacity: 0.68;
}

.ppc-gallery-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 132px) 0;
  background:
    radial-gradient(circle at 22% 42%, rgba(0, 179, 222, 0.28), transparent 32%),
    linear-gradient(90deg, rgba(11, 11, 12, 0.98) 0%, rgba(11, 11, 12, 0.92) 46%, rgba(11, 11, 12, 0.66) 100%),
    url("images/projection-b/spotify-crowd-wall.webp") center / cover;
  border-top: 1px solid rgba(0, 179, 222, 0.42);
  border-bottom: 1px solid rgba(0, 179, 222, 0.28);
}

.ppc-gallery-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(0, 179, 222, 0.24), transparent 34%, rgba(0, 179, 222, 0.1) 68%, transparent 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 7px);
  opacity: 0.44;
}

.ppc-gallery-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.58fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.ppc-gallery-cta h2 {
  max-width: 12ch;
  font-size: clamp(4rem, 8vw, 7.9rem);
  line-height: 0.86;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: manual;
  background: linear-gradient(110deg, #ffffff 0%, #ffffff 48%, #8ceaff 76%, #00b3de 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.45));
}

.ppc-gallery-cta h2 span {
  display: block;
  white-space: nowrap;
}

.ppc-gallery-cta-copy {
  display: grid;
  gap: 22px;
  align-content: start;
}

.ppc-gallery-cta-copy > p:not(.ppc-eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
}

.ppc-gallery-duration {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border: 2px solid rgba(0, 179, 222, 0.72);
  border-radius: 999px;
  background: rgba(0, 179, 222, 0.09);
  box-shadow: inset 0 0 24px rgba(0, 179, 222, 0.11);
}

.ppc-gallery-duration span,
.ppc-gallery-duration strong,
.ppc-gallery-cta-list li {
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.ppc-gallery-duration span {
  color: #ffffff;
  font-size: clamp(0.82rem, 1.2vw, 1.08rem);
}

.ppc-gallery-duration strong {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #00b3de;
  color: #0b0b0c;
  font-size: 0.78rem;
}

.ppc-gallery-cta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 760px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ppc-gallery-cta-list li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(11, 11, 12, 0.54);
  color: #ffffff;
  font-size: 0.82rem;
}

.ppc-gallery-cta-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 2px;
  background: #00b3de;
}

.ppc-gallery-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ppc-gallery-cta-actions .ppc-button {
  min-width: min(100%, 260px);
}

.ppc-gallery-cta-card {
  position: relative;
  margin: 0;
  border: 1px solid rgba(0, 179, 222, 0.64);
  border-radius: 18px;
  overflow: hidden;
  background: #111112;
  box-shadow: 18px 18px 0 rgba(0, 179, 222, 0.14), 0 28px 70px rgba(0, 0, 0, 0.5);
}

.ppc-gallery-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.82) 100%);
  pointer-events: none;
}

.ppc-gallery-cta-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: contrast(1.08) saturate(1.08);
}

.ppc-gallery-cta-card figcaption {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 6px;
  padding: 16px;
  background: rgba(11, 11, 12, 0.86);
}

.ppc-gallery-cta-card strong,
.ppc-gallery-cta-card span {
  color: #ffffff;
}

.ppc-gallery-cta-card strong {
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.05;
}

.ppc-gallery-cta-card span {
  font-size: 0.98rem;
  line-height: 1.35;
}

.ppc-lightbox[hidden] {
  display: none;
}

.ppc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 40px);
  background: rgba(0, 0, 0, 0.9);
}

.ppc-lightbox figure {
  position: relative;
  width: min(1120px, 100%);
  max-height: calc(100svh - 96px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  border: 1px solid rgba(0, 179, 222, 0.58);
  border-radius: 16px;
  overflow: hidden;
  background: #0b0b0c;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.72);
}

.ppc-lightbox img {
  width: 100%;
  max-height: calc(100svh - 168px);
  object-fit: contain;
  background: #050505;
}

.ppc-lightbox figcaption {
  padding: 14px 18px;
  background: rgba(11, 11, 12, 0.96);
  color: #ffffff;
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  font-weight: 900;
  line-height: 1.25;
}

.ppc-lightbox-close,
.ppc-lightbox-arrow {
  position: fixed;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(11, 11, 12, 0.86);
  color: #ffffff;
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-weight: 900;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.ppc-lightbox-close {
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  font-size: 1.8rem;
  line-height: 1;
}

.ppc-lightbox-arrow {
  top: 50%;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0;
  line-height: 0;
  transform: translateY(-50%);
}

.ppc-lightbox-arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-color: currentColor;
  border-style: solid;
  border-width: 8px 8px 0 0;
}

.ppc-lightbox-prev {
  left: 20px;
}

.ppc-lightbox-prev::before {
  transform: rotate(-135deg);
}

.ppc-lightbox-next {
  right: 20px;
}

.ppc-lightbox-next::before {
  transform: rotate(45deg);
}

.ppc-lightbox-close:hover,
.ppc-lightbox-close:focus-visible,
.ppc-lightbox-arrow:hover,
.ppc-lightbox-arrow:focus-visible {
  background: #00b3de;
  color: #0b0b0c;
  outline: 0;
}

body.is-lightbox-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .ppc-gallery-hero-grid,
  .ppc-gallery-section {
    grid-template-columns: 1fr;
  }

  .ppc-gallery-section-head {
    position: static;
    max-width: 620px;
  }

  .ppc-gallery-section-head h3,
  .ppc-gallery-section-head p {
    max-width: none;
  }

  .ppc-gallery-cta-inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ppc-gallery-cta h2 {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .ppc-gallery-hero {
    padding: 54px 0 44px;
  }

  .ppc-gallery-hero-grid {
    gap: 24px;
  }

  .ppc-gallery-hero-card {
    transform: none;
    box-shadow: 10px 10px 0 rgba(0, 179, 222, 0.16), 0 18px 44px rgba(0, 0, 0, 0.4);
  }

  .ppc-gallery-stage {
    padding: 46px 0;
  }

  .ppc-gallery-cta {
    padding: 54px 0 62px;
  }

  .ppc-gallery-cta h2 {
    max-width: 100%;
    font-size: clamp(2.55rem, 13vw, 3.35rem);
    line-height: 0.92;
  }

  .ppc-gallery-duration {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 10px;
    border-radius: 18px;
  }

  .ppc-gallery-duration strong {
    width: 38px;
    height: 38px;
  }

  .ppc-gallery-cta-actions,
  .ppc-gallery-cta-actions .ppc-button {
    width: 100%;
  }

  .ppc-gallery-cta-card {
    box-shadow: 10px 10px 0 rgba(0, 179, 222, 0.14), 0 18px 44px rgba(0, 0, 0, 0.44);
  }

  .ppc-gallery-cta-card img {
    aspect-ratio: 4 / 3;
  }

  .ppc-gallery-section {
    padding: 15px;
    border-radius: 16px;
  }

  .ppc-gallery-grid {
    grid-template-columns: 1fr;
  }

  .ppc-gallery-tile img {
    aspect-ratio: 4 / 3;
  }

  .ppc-lightbox {
    padding: 70px 10px 82px;
  }

  .ppc-lightbox figure {
    max-height: calc(100svh - 150px);
  }

  .ppc-lightbox img {
    max-height: calc(100svh - 230px);
  }

  .ppc-lightbox-arrow {
    top: auto;
    bottom: 12px;
    width: 52px;
    height: 52px;
    transform: none;
  }

  .ppc-lightbox-prev {
    left: calc(50% - 64px);
  }

  .ppc-lightbox-next {
    right: calc(50% - 64px);
  }
}

/* Projection B FAQ page */
body.projection-b-faq-page {
  background:
    radial-gradient(circle at 78% 10%, rgba(0, 179, 222, 0.17), transparent 30%),
    linear-gradient(180deg, #090b0c 0%, #171515 48%, #090b0c 100%);
}

.ppc-faq-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(360px, 47vw, 590px);
  display: grid;
  align-items: center;
  padding: clamp(58px, 7vw, 112px) 0 clamp(48px, 6vw, 90px);
  border-bottom: 1px solid rgba(0, 179, 222, 0.3);
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.96) 0%, rgba(5, 8, 10, 0.8) 52%, rgba(5, 8, 10, 0.52) 100%),
    radial-gradient(circle at 12% 88%, rgba(0, 179, 222, 0.16), transparent 36%),
    linear-gradient(135deg, transparent 0 58%, rgba(0, 179, 222, 0.12) 58% 58.4%, transparent 58.4% 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 10px),
    #080b0d;
}

.ppc-faq-hero::before,
.ppc-faq-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ppc-faq-hero::before {
  z-index: -1;
  right: -7vw;
  bottom: -10vw;
  width: min(56vw, 760px);
  aspect-ratio: 1.45;
  border: 1px solid rgba(0, 179, 222, 0.28);
  background:
    linear-gradient(90deg, transparent 0 11%, rgba(0, 179, 222, 0.13) 11% 11.6%, transparent 11.6% 100%),
    linear-gradient(180deg, transparent 0 20%, rgba(255, 255, 255, 0.07) 20% 20.7%, transparent 20.7% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 44px);
  opacity: 0.56;
  transform: perspective(900px) rotateY(-28deg) rotateZ(-2deg);
  box-shadow: inset 0 0 90px rgba(0, 179, 222, 0.14);
}

.ppc-faq-hero::after {
  z-index: -1;
  right: 12%;
  top: 23%;
  width: min(46vw, 620px);
  height: 150px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 179, 222, 0.26) 45%, transparent 100%);
  filter: blur(22px);
  opacity: 0.62;
  transform: rotate(-13deg);
}

.ppc-faq-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.42fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
}

.ppc-faq-hero h1 {
  max-width: 10ch;
  color: var(--ppc-white);
  font-size: clamp(3.4rem, 8.4vw, 8.4rem);
  line-height: 0.86;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  text-shadow:
    0 5px 0 rgba(0, 179, 222, 0.35),
    0 24px 58px rgba(0, 0, 0, 0.62);
}

.ppc-faq-hero h1::after {
  content: "";
  display: block;
  width: min(100%, 520px);
  height: 7px;
  margin-top: 18px;
  background: var(--ppc-cyan);
  box-shadow: 0 0 24px rgba(0, 179, 222, 0.42);
}

.ppc-faq-hero p:not(.ppc-eyebrow) {
  max-width: 52rem;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.4vw, 1.32rem);
  line-height: 1.48;
}

.ppc-faq-hero-note {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid rgba(0, 179, 222, 0.44);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(0, 179, 222, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(7, 10, 12, 0.76);
  box-shadow:
    18px 18px 0 rgba(0, 179, 222, 0.1),
    0 28px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
}

.ppc-faq-hero-note span {
  color: var(--ppc-cyan);
  font-family: "Montserrat", "Arial Black", Impact, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ppc-faq-hero-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
}

.ppc-faq-page-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 179, 222, 0.22);
  background:
    radial-gradient(circle at 80% 28%, rgba(0, 179, 222, 0.12), transparent 27%),
    linear-gradient(135deg, rgba(0, 179, 222, 0.08), transparent 38%),
    var(--ppc-panel);
}

.ppc-faq-page-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(0, 179, 222, 0.18) 58% 58.3%, transparent 58.3% 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 9px);
  mix-blend-mode: screen;
}

.ppc-faq-page-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.72fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.ppc-faq-page-grid .ppc-section-head {
  position: sticky;
  top: 112px;
  margin-bottom: 0;
}

.ppc-faq-page-grid .ppc-section-head h2 {
  max-width: 11ch;
}

.ppc-faq-page-grid .ppc-section-head > p:last-of-type {
  max-width: 24rem;
}

.ppc-faq-page-list {
  counter-reset: faq;
}

.ppc-faq-page-list details {
  counter-increment: faq;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(8, 10, 11, 0.78);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.ppc-faq-page-list details[open] {
  border-color: rgba(0, 179, 222, 0.58);
  background:
    linear-gradient(135deg, rgba(0, 179, 222, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(8, 10, 11, 0.86);
}

.ppc-faq-page-list details:hover,
.ppc-faq-page-list details:focus-within {
  border-color: rgba(0, 179, 222, 0.48);
  transform: translateY(-2px);
}

.ppc-faq-page-list summary {
  min-height: 64px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 28px;
  justify-content: stretch;
  padding: 18px 22px;
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
}

.ppc-faq-page-list summary::before {
  content: counter(faq, decimal-leading-zero);
  flex: 0 0 auto;
  color: var(--ppc-cyan);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
}

.ppc-faq-page-list summary::after {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(0, 179, 222, 0.44);
  border-radius: 999px;
  background: rgba(0, 179, 222, 0.1);
  font-size: 1.1rem;
}

.ppc-faq-page-list details p {
  padding: 0 22px 22px 68px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.52;
}

@media (max-width: 980px) {
  .ppc-faq-hero-inner,
  .ppc-faq-page-grid {
    grid-template-columns: 1fr;
  }

  .ppc-faq-hero-note {
    max-width: 620px;
  }

  .ppc-faq-page-grid .ppc-section-head {
    position: static;
  }

  .ppc-faq-page-grid .ppc-section-head h2 {
    max-width: 14ch;
  }
}

@media (max-width: 720px) {
  .ppc-faq-hero {
    min-height: 0;
    padding: 38px 0 42px;
  }

  .ppc-faq-hero::before {
    right: -38vw;
    bottom: -14vw;
    width: 112vw;
    opacity: 0.32;
  }

  .ppc-faq-hero::after {
    right: -12%;
    top: 24%;
    width: 90vw;
    height: 110px;
    opacity: 0.38;
  }

  .ppc-faq-hero h1 {
    max-width: 8ch;
    font-size: clamp(2.85rem, 17vw, 5.2rem);
    line-height: 0.85;
  }

  .ppc-faq-hero h1::after {
    height: 5px;
    margin-top: 14px;
  }

  .ppc-faq-hero p:not(.ppc-eyebrow) {
    margin-top: 18px;
    font-size: 1rem;
  }

  .ppc-faq-hero-note {
    padding: 18px;
    box-shadow:
      10px 10px 0 rgba(0, 179, 222, 0.1),
      0 18px 48px rgba(0, 0, 0, 0.34);
  }

  .ppc-faq-page-list summary {
    grid-template-columns: 34px minmax(0, 1fr) 26px;
    min-height: 58px;
    gap: 10px;
    padding: 15px 14px;
    font-size: 0.88rem;
    line-height: 1.22;
  }

  .ppc-faq-page-list summary::before {
    font-size: 0.66rem;
  }

  .ppc-faq-page-list summary::after {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .ppc-faq-page-list details p {
    padding: 0 14px 16px 38px;
    font-size: 0.94rem;
  }
}

/* Final cascade for the Projection B handles board */
body.projection-b-ppc #what-we-handle.ppc-section-deep.ppc-handles-board-section {
  min-height: 880px;
  padding: clamp(72px, 7vw, 112px) 0;
  background-color: #02070a;
  background-image:
    linear-gradient(90deg, rgba(1, 5, 7, 0.92) 0%, rgba(2, 8, 11, 0.82) 42%, rgba(2, 8, 11, 0.44) 100%),
    radial-gradient(circle at 78% 36%, rgba(0, 179, 222, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(0, 179, 222, 0.16) 0 1px, transparent 1px 100%),
    url("images/projection-b/posterize-handles-bg.webp");
  background-position: center;
  background-size: cover;
  border-top: 1px solid rgba(0, 179, 222, 0.36);
  border-bottom: 1px solid rgba(0, 179, 222, 0.28);
  box-shadow:
    inset 0 72px 120px rgba(0, 0, 0, 0.65),
    inset 0 -72px 120px rgba(0, 0, 0, 0.72);
}

body.projection-b-ppc #what-we-handle.ppc-section-deep.ppc-handles-board-section::before {
  background:
    linear-gradient(90deg, rgba(0, 179, 222, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 9px),
    radial-gradient(circle at 38% 120%, rgba(0, 179, 222, 0.2), transparent 28%);
  background-size: 72px 72px, 100% 9px, cover;
  mix-blend-mode: screen;
  opacity: 0.8;
}

body.projection-b-ppc #what-we-handle.ppc-section-deep.ppc-handles-board-section::after {
  inset: auto -4vw auto auto;
  top: 4vw;
  width: 24vw;
  min-width: 260px;
  height: auto;
  content: "PSTRZ";
  color: rgba(0, 179, 222, 0.15);
  font-family: "Bungee", Impact, sans-serif;
  font-size: clamp(6rem, 13vw, 15rem);
  line-height: 0.78;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-shadow: 0 0 40px rgba(0, 179, 222, 0.2);
  background: none;
  mix-blend-mode: normal;
  opacity: 1;
}

@media (max-width: 720px) {
  body.projection-b-ppc #what-we-handle.ppc-section-deep.ppc-handles-board-section {
    min-height: 0;
    padding: 48px 0 58px;
  }

  body.projection-b-ppc #what-we-handle.ppc-section-deep.ppc-handles-board-section::after {
    display: none;
  }
}

/* Handles board scale tightening */
body.projection-b-ppc #what-we-handle.ppc-section-deep.ppc-handles-board-section {
  min-height: 760px;
  padding: clamp(54px, 5.4vw, 84px) 0;
}

body.projection-b-ppc #what-we-handle .ppc-handles-layout {
  grid-template-columns: minmax(500px, 0.78fr) minmax(560px, 1.18fr);
  gap: clamp(36px, 5vw, 76px);
}

body.projection-b-ppc #what-we-handle .ppc-handles-content {
  max-width: 700px;
  gap: 13px;
}

body.projection-b-ppc #what-we-handle .ppc-handles-content h2 {
  max-width: 16ch;
  font-size: clamp(2.65rem, 3.85vw, 4.85rem);
  line-height: 0.88;
}

body.projection-b-ppc #what-we-handle .ppc-section-lede {
  max-width: 640px;
  font-size: clamp(0.96rem, 1.08vw, 1.1rem);
  line-height: 1.34;
}

body.projection-b-ppc #what-we-handle .ppc-checklist {
  max-width: 700px;
  gap: 7px;
  margin-top: 2px;
}

body.projection-b-ppc #what-we-handle .ppc-checklist article.ppc-handle-step {
  grid-template-columns: 62px minmax(0, 1fr) 48px;
  min-height: 72px;
  padding: 10px 14px;
}

body.projection-b-ppc #what-we-handle .ppc-handle-step-icon {
  width: 46px;
  height: 46px;
}

body.projection-b-ppc #what-we-handle .ppc-handle-step-icon svg {
  width: 29px;
  height: 29px;
}

body.projection-b-ppc #what-we-handle .ppc-handle-step-copy h3 {
  font-size: clamp(0.86rem, 0.92vw, 1rem);
}

body.projection-b-ppc #what-we-handle .ppc-handle-step-copy p {
  font-size: clamp(0.76rem, 0.82vw, 0.9rem);
  line-height: 1.24;
}

body.projection-b-ppc #what-we-handle .ppc-handle-step-number {
  font-size: clamp(0.95rem, 1.08vw, 1.22rem);
}

body.projection-b-ppc #what-we-handle .ppc-inline-cta {
  min-height: 48px;
  margin-top: 7px;
  padding: 12px 27px;
}

body.projection-b-ppc #what-we-handle .ppc-handles-collage {
  min-height: clamp(540px, 44vw, 700px);
}

@media (max-width: 1240px) {
  body.projection-b-ppc #what-we-handle .ppc-handles-layout {
    grid-template-columns: 1fr;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-collage {
    min-height: 620px;
  }
}

@media (max-width: 720px) {
  body.projection-b-ppc #what-we-handle.ppc-section-deep.ppc-handles-board-section {
    padding: 34px 0 42px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handles-content h2 {
    max-width: 13.6ch;
    font-size: clamp(1.92rem, 9.4vw, 2.72rem);
    line-height: 0.92;
  }

  body.projection-b-ppc #what-we-handle .ppc-section-lede {
    font-size: 0.9rem;
    line-height: 1.28;
  }

  body.projection-b-ppc #what-we-handle .ppc-checklist {
    gap: 6px;
  }

  body.projection-b-ppc #what-we-handle .ppc-checklist article.ppc-handle-step {
    grid-template-columns: 36px minmax(0, 1fr) 30px;
    min-height: 68px;
    padding: 9px;
    gap: 10px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handle-step-icon {
    width: 32px;
    height: 32px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handle-step-icon svg {
    width: 20px;
    height: 20px;
  }

  body.projection-b-ppc #what-we-handle .ppc-handle-step-copy h3 {
    font-size: 0.82rem;
    line-height: 1;
  }

  body.projection-b-ppc #what-we-handle .ppc-handle-step-copy p {
    font-size: 0.72rem;
    line-height: 1.18;
  }

  body.projection-b-ppc #what-we-handle .ppc-handle-step-number {
    font-size: 0.86rem;
  }

  body.projection-b-ppc #what-we-handle .ppc-inline-cta {
    min-height: 46px;
    padding: 10px 20px;
  }
}

/* Projection B thank-you page */
body.projection-b-thank-you-page {
  min-height: 100vh;
  background-color: #02070a;
  background:
    linear-gradient(90deg, rgba(1, 5, 7, 0.96), rgba(3, 11, 14, 0.9) 48%, rgba(4, 23, 30, 0.74)),
    radial-gradient(circle at 82% 30%, rgba(0, 179, 222, 0.24), transparent 28%),
    url("images/projection-b/posterize-handles-bg-deep.webp") center / cover fixed;
}

body.projection-b-thank-you-page main {
  background: transparent;
}

body.projection-b-thank-you-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 179, 222, 0.07) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 9px);
  background-size: 72px 72px, 100% 9px;
  opacity: 0.58;
}

.ppc-thanks-header {
  border-bottom: 1px solid rgba(0, 179, 222, 0.24);
  background: rgba(3, 6, 8, 0.92);
  backdrop-filter: blur(18px);
}

.ppc-thanks-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 118px;
  gap: 24px;
}

.ppc-thanks-logo {
  display: block;
  width: min(236px, 48vw);
  flex: 0 0 auto;
  filter: drop-shadow(0 12px 26px rgba(0, 179, 222, 0.24));
}

.ppc-thanks-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  image-rendering: auto;
}

.ppc-thanks-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: none;
  position: absolute;
  right: 0;
}

.ppc-thanks-phone:hover,
.ppc-thanks-phone:focus-visible {
  border-color: rgba(0, 179, 222, 0.78);
  color: var(--brand-blue);
}

.ppc-thanks-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(74px, 8vw, 126px) 0 clamp(42px, 5vw, 74px);
}

.ppc-thanks-hero::after {
  content: "THANKS";
  position: absolute;
  right: -1vw;
  top: 4vw;
  color: rgba(0, 179, 222, 0.11);
  font-family: "Bungee", Impact, sans-serif;
  font-size: clamp(5rem, 13vw, 15rem);
  line-height: 0.8;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  pointer-events: none;
}

.ppc-thanks-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.6fr);
  gap: clamp(38px, 7vw, 104px);
  align-items: center;
}

.ppc-thanks-copy {
  max-width: 860px;
}

.ppc-thanks-copy h1 {
  max-width: 13ch;
  margin: 14px 0 22px;
  color: #fff;
  font-family: "Bungee", Impact, sans-serif;
  font-size: clamp(3.15rem, 5.1vw, 5.8rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    4px 4px 0 rgba(0, 0, 0, 0.68),
    0 0 36px rgba(0, 179, 222, 0.16);
}

.ppc-thanks-copy p:not(.ppc-eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Roboto Serif", Georgia, serif;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.42;
}

.ppc-thanks-call-link {
  color: #fff;
  text-decoration-color: var(--brand-blue);
  text-decoration-thickness: 3px;
  text-underline-offset: 0.16em;
}

.ppc-thanks-call-link:hover,
.ppc-thanks-call-link:focus-visible {
  color: var(--brand-blue);
}

.ppc-thanks-proof-card {
  position: relative;
  width: min(100%, 500px);
  margin-left: auto;
  padding: 14px;
  border: 1px solid rgba(0, 179, 222, 0.75);
  background: rgba(1, 6, 8, 0.74);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
  transform: rotate(1.8deg);
}

.ppc-thanks-proof-card::before {
  content: "";
  position: absolute;
  inset: 20px -18px -20px 30px;
  z-index: -1;
  border: 10px solid rgba(0, 179, 222, 0.45);
  background: rgba(0, 179, 222, 0.08);
}

.ppc-thanks-proof-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: contrast(1.08) saturate(0.9);
}

.ppc-thanks-proof-card span {
  position: absolute;
  left: 28px;
  bottom: 28px;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ppc-thanks-links {
  padding: clamp(34px, 4.8vw, 76px) 0 clamp(76px, 8vw, 130px);
  border-top: 1px solid rgba(0, 179, 222, 0.18);
  background:
    linear-gradient(180deg, rgba(3, 10, 13, 0.92), rgba(1, 6, 8, 0.98)),
    radial-gradient(circle at 18% 0%, rgba(0, 179, 222, 0.16), transparent 32%);
}

.ppc-thanks-section-head {
  max-width: 720px;
  margin-bottom: clamp(24px, 3vw, 42px);
}

.ppc-thanks-section-head h2 {
  margin: 10px 0 0;
  color: #fff;
  font-family: "Bungee", Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.ppc-thanks-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.ppc-thanks-link-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 330px;
  padding: clamp(22px, 2.5vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(0, 179, 222, 0.32);
  background:
    linear-gradient(145deg, rgba(0, 179, 222, 0.12), rgba(0, 0, 0, 0) 34%),
    rgba(1, 8, 10, 0.84);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.ppc-thanks-link-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border-top: 6px solid var(--brand-blue);
  border-right: 6px solid var(--brand-blue);
}

.ppc-thanks-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border: 1px solid rgba(0, 179, 222, 0.55);
  background: rgba(0, 179, 222, 0.1);
}

.ppc-thanks-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--brand-blue);
  stroke-width: 3;
  stroke-linecap: square;
  stroke-linejoin: round;
}

.ppc-thanks-link-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Bungee", Impact, sans-serif;
  font-size: clamp(1.25rem, 1.65vw, 1.85rem);
  line-height: 1;
  text-transform: uppercase;
}

.ppc-thanks-link-card p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Roboto Serif", Georgia, serif;
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.42;
}

.ppc-thanks-link-card .ppc-button {
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  padding-inline: 14px;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.05;
  font-size: clamp(0.76rem, 0.92vw, 0.88rem);
}

.ppc-thanks-footer {
  border-top: 1px solid rgba(0, 179, 222, 0.22);
  background: rgba(0, 0, 0, 0.72);
  color: rgba(255, 255, 255, 0.64);
}

.ppc-thanks-footer .ppc-wrap {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .ppc-thanks-grid,
  .ppc-thanks-card-grid {
    grid-template-columns: 1fr;
  }

  .ppc-thanks-proof-card {
    width: min(100%, 560px);
    margin: 0;
  }
}

@media (max-width: 720px) {
  .ppc-thanks-header-inner {
    justify-content: space-between;
    min-height: 86px;
  }

  .ppc-thanks-logo {
    width: min(168px, 48vw);
  }

  .ppc-thanks-phone {
    padding: 10px 13px;
    font-size: 0.76rem;
    position: static;
  }

  .ppc-thanks-hero {
    padding: 44px 0 28px;
  }

  .ppc-thanks-hero::after {
    display: none;
  }

  .ppc-thanks-copy h1 {
    max-width: 10.8ch;
    font-size: clamp(2.45rem, 13vw, 4.1rem);
  }

  .ppc-thanks-copy p:not(.ppc-eyebrow) {
    font-size: 1rem;
  }

  .ppc-thanks-proof-card {
    padding: 10px;
    transform: rotate(0.8deg);
  }

  .ppc-thanks-proof-card::before {
    inset: 12px -10px -12px 16px;
    border-width: 7px;
  }

  .ppc-thanks-links {
    padding: 26px 0 74px;
  }

  .ppc-thanks-link-card {
    min-height: 0;
  }

  .ppc-thanks-footer .ppc-wrap {
    display: grid;
  }
}
