:root {
  --black: #000000;
  --white: #ffffff;
  --red: #fe2c56;
  --red-dark: #a80f2e;
  --gray-950: #050505;
  --gray-900: #0b0b0d;
  --gray-800: #151519;
  --gray-700: #24242a;
  --gray-500: #77777f;
  --gray-300: #c7c7cc;
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(255, 255, 255, 0.28);
  --max: 1180px;
  --header-h: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 0;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 8%, rgba(254, 44, 86, 0.25), transparent 28rem),
    radial-gradient(circle at 8% 26%, rgba(254, 44, 86, 0.12), transparent 24rem),
    linear-gradient(180deg, var(--black) 0%, #08080a 46%, var(--black) 100%);
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: 0;
  min-height: 100vh;
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  animation: gridDrift 26s linear infinite;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Safety remove for any older cached hero status card. */
.live-panel {
  display: none !important;
}

main,
section {
  min-width: 0;
  max-width: 100%;
}

#motion-canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.68;
  mix-blend-mode: screen;
  pointer-events: none;
}

.section-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

#services,
#clients,
#why,
#fit,
#process,
#proof,
#packages,
#faq,
#contact {
  scroll-margin-top: 96px;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  width: min(var(--max), calc(100% - 40px));
  min-height: 58px;
  padding: 7px 8px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(90deg, rgba(2, 2, 3, 0.86), rgba(18, 10, 13, 0.68) 48%, rgba(2, 2, 3, 0.86)),
    rgba(4, 4, 5, 0.7);
  color: var(--white);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px) saturate(1.12);
  transform: translateX(-50%);
  transition: min-height 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  animation: headerIn 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(254, 44, 86, 0.1) 32%, rgba(255, 255, 255, 0.055) 50%, rgba(254, 44, 86, 0.08) 68%, transparent 100%),
    radial-gradient(circle at var(--nav-x, 50%) 50%, rgba(254, 44, 86, 0.14), transparent 28%);
  opacity: 0.62;
  transform: translateX(calc((var(--scroll, 0) - 0.5) * 12px));
  transition: transform 260ms ease;
}

.site-header::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 6px;
  left: 8px;
  height: 1px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.16);
  opacity: 0.58;
}

.site-header.is-scrolled {
  min-height: 52px;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.78);
  box-shadow: 0 14px 58px rgba(0, 0, 0, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  min-height: 42px;
  padding: 0;
  min-width: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 180ms ease, filter 180ms ease;
}

.brand::before {
  display: none;
}

.brand-motion-logo {
  display: block;
  width: 50px;
  height: 40px;
  overflow: visible;
  color: var(--white);
  filter: drop-shadow(0 0 0 rgba(254, 44, 86, 0));
  transform: translateZ(0);
  transition: filter 180ms ease;
}

.brand-motion-logo use,
.brand-motion-logo path {
  fill: currentColor;
}

.brand:hover,
.brand:focus-visible {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 18px rgba(254, 44, 86, 0.34));
}

.brand:hover .brand-motion-logo,
.brand:focus-visible .brand-motion-logo {
  filter: drop-shadow(0 0 14px rgba(254, 44, 86, 0.28));
}

.brand-wordmark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-family: Archivo, Inter, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-wordmark strong {
  display: inline-block;
  margin-right: 4px;
  font-size: 34px;
  line-height: 0.72;
}

.brand-wordmark span {
  color: var(--red);
  margin-left: 1px;
}

.brand:hover {
  transform: translateY(-1px);
}

.nav-links {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
  padding: 18px 0;
  transition: color 180ms ease, transform 180ms ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 11px;
  left: 0;
  height: 1px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.nav-links a:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta,
.primary-cta,
.secondary-cta,
.form-success a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.nav-cta {
  justify-self: end;
  min-height: 42px;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 12px 34px rgba(254, 44, 86, 0.22);
}

.primary-cta,
.form-success a {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 18px 44px rgba(254, 44, 86, 0.22);
}

.secondary-cta {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.04);
}

.nav-cta:hover,
.primary-cta:hover,
.secondary-cta:hover,
.form-success a:hover {
  transform: translateY(-2px);
}

.nav-cta:hover,
.primary-cta:hover,
.form-success a:hover {
  background: #ff426a;
  box-shadow: 0 18px 52px rgba(254, 44, 86, 0.32);
}

.secondary-cta:hover {
  border-color: var(--red);
  color: var(--red);
  background: rgba(254, 44, 86, 0.1);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-family: Horizon, Archivo, Inter, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  font-size: clamp(3.8rem, 6.2vw, 7.2rem);
  line-height: 0.86;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2.5rem, 5.4vw, 6.3rem);
  line-height: 0.86;
  text-wrap: balance;
}

h3 {
  font-family: Horizon, Archivo, Inter, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

p {
  color: var(--gray-300);
  font-size: clamp(1rem, 1.28vw, 1.18rem);
  line-height: 1.62;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(400px, 1.04fr);
  align-items: center;
  gap: clamp(30px, 5vw, 68px);
  min-height: 90vh;
  padding: 108px 0 46px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: -16vw;
  bottom: 8vh;
  width: 64vw;
  height: 30vh;
  background: linear-gradient(90deg, transparent, rgba(254, 44, 86, 0.18), transparent);
  filter: blur(32px);
  transform: rotate(-8deg);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy p {
  max-width: 650px;
  margin-top: 26px;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
}

.hero-audience {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  max-width: 100%;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07), rgba(254, 44, 86, 0.08)),
    rgba(8, 8, 10, 0.7);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero-audience span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 clamp(14px, 1.7vw, 24px);
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-family: Archivo, Inter, sans-serif;
  font-size: clamp(0.74rem, 0.9vw, 0.95rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-audience span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-audience span::after {
  content: "/";
  margin-left: clamp(12px, 1.1vw, 16px);
  color: var(--red);
  font-family: Horizon, Archivo, sans-serif;
  font-size: 1.05em;
  line-height: 1;
  text-shadow: 0 0 18px rgba(254, 44, 86, 0.5);
  transform: translateY(-0.04em);
}

.hero-audience span:last-child::after {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-system {
  position: relative;
  align-self: center;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: visible;
  min-height: 0;
  margin-top: clamp(12px, 3vh, 40px);
  perspective: 1000px;
}

.hero-system > img {
  display: none;
}

.hero-system::before {
  display: none;
}

.case-copy span,
.case-profile span,
.fit-grid span,
.price-card > span,
.contact-form label span,
.process-detail span,
.account-network-copy span,
.featured-page-copy span,
.featured-profile-card small,
.featured-proof-bar small,
.featured-video-card small,
.form-success strong {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.logo-particle-panel {
  position: relative;
  top: auto;
  right: auto;
  z-index: 2;
  width: min(540px, 92%);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(circle at 50% 52%, rgba(254, 44, 86, 0.2), transparent 38%),
    rgba(0, 0, 0, 0.62);
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.6), 0 0 60px rgba(254, 44, 86, 0.14);
  backdrop-filter: blur(10px);
  transform: rotate(-2deg) translateZ(0);
  contain: layout paint;
  cursor: crosshair;
}

.logo-particle-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black, transparent 73%);
}

.logo-particle-panel::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.logo-particle-panel canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.logo-orbit-ring {
  position: absolute;
  inset: 18%;
  z-index: 1;
  border: 1px solid rgba(254, 44, 86, 0.34);
  border-radius: 50%;
  opacity: 0.75;
  transform: rotate(18deg) skewX(-16deg);
  box-shadow: 0 0 64px rgba(254, 44, 86, 0.16);
  animation: logoOrbitBreathe 6s ease-in-out infinite;
}

.cpm-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.78fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(62px, 7vw, 96px) 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.cpm-showcase::before {
  content: "";
  position: absolute;
  inset: 12% -12% auto 36%;
  height: 66%;
  background:
    radial-gradient(circle at 52% 48%, rgba(254, 44, 86, 0.28), transparent 38%),
    linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, 0.08), transparent 74%);
  filter: blur(18px);
  opacity: 0.8;
  pointer-events: none;
}

.cpm-copy,
.cpm-ledger {
  position: relative;
  z-index: 1;
}

.cpm-copy {
  display: grid;
  align-content: center;
}

.cpm-copy span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.cpm-copy h2 {
  max-width: 790px;
  margin-top: 20px;
  font-size: clamp(2.8rem, 5.5vw, 5.8rem);
  line-height: 0.86;
}

.cpm-copy p {
  max-width: 620px;
  margin-top: 24px;
  color: var(--gray-200);
  font-size: clamp(1rem, 1.18vw, 1.14rem);
  line-height: 1.58;
}

.cpm-ledger {
  display: grid;
  gap: 1px;
  min-height: 0;
  border: 1px solid rgba(254, 44, 86, 0.42);
  background:
    linear-gradient(180deg, rgba(254, 44, 86, 0.52), rgba(255, 255, 255, 0.18), rgba(254, 44, 86, 0.38)),
    rgba(255, 255, 255, 0.1);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(254, 44, 86, 0.1);
}

.cpm-ledger article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(148px, auto) minmax(0, 1fr);
  align-items: center;
  align-content: center;
  gap: 8px clamp(18px, 2.4vw, 28px);
  min-height: clamp(132px, 12vw, 164px);
  padding: clamp(22px, 2.6vw, 32px);
  overflow: hidden;
  background:
    radial-gradient(circle at var(--ledger-glow-x, 18%) var(--ledger-glow-y, 16%), rgba(254, 44, 86, 0.26), transparent 36%),
    linear-gradient(135deg, rgba(254, 44, 86, 0.12), rgba(255, 255, 255, 0.046) 38%, rgba(255, 255, 255, 0.024)),
    rgba(0, 0, 0, 0.76);
  transition:
    transform 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
  will-change: transform, background;
}

.cpm-ledger article:nth-child(1) {
  --ledger-glow-x: 18%;
  --ledger-glow-y: 16%;
  --ledger-delay: 0s;
}

.cpm-ledger article:nth-child(2) {
  --ledger-glow-x: 86%;
  --ledger-glow-y: 48%;
  --ledger-delay: -2.4s;
}

.cpm-ledger article:nth-child(3) {
  --ledger-glow-x: 24%;
  --ledger-glow-y: 84%;
  --ledger-delay: -4.8s;
}

.cpm-ledger article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.38;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  animation: ledgerGridDrift 18s linear infinite;
}

.cpm-ledger article::after {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 3px solid rgba(254, 44, 86, 0.74);
  background:
    linear-gradient(90deg, rgba(254, 44, 86, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(254, 44, 86, 0.12), transparent 34%, rgba(254, 44, 86, 0.08));
  background-size:
    160% 100%,
    100% 100%;
  background-position:
    0 0,
    0 0;
  opacity: 0.52;
  pointer-events: none;
  transition: opacity 220ms ease;
  animation: ledgerAccentDrift 7.5s ease-in-out infinite;
  animation-delay: var(--ledger-delay, 0s);
}

.cpm-ledger article:hover,
.cpm-ledger article:focus-within {
  background:
    radial-gradient(circle at var(--ledger-glow-x, 18%) var(--ledger-glow-y, 16%), rgba(254, 44, 86, 0.38), transparent 38%),
    linear-gradient(135deg, rgba(254, 44, 86, 0.22), rgba(255, 255, 255, 0.065) 42%, rgba(255, 255, 255, 0.032)),
    rgba(0, 0, 0, 0.82);
  box-shadow:
    inset 0 0 0 1px rgba(254, 44, 86, 0.36),
    0 18px 54px rgba(0, 0, 0, 0.22);
}

.cpm-ledger article:hover,
.cpm-ledger article:focus-within {
  transform: translateX(10px) scale(1.012);
  z-index: 2;
}

.cpm-ledger article:hover::after,
.cpm-ledger article:focus-within::after {
  opacity: 0.92;
}

.cpm-ledger strong,
.cpm-ledger span,
.cpm-ledger p {
  position: relative;
  z-index: 1;
}

.cpm-ledger strong {
  grid-row: 1 / span 2;
  color: var(--white);
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(3rem, 4.6vw, 5rem);
  line-height: 0.78;
}

.cpm-ledger span {
  display: block;
  margin-top: 0;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-transform: uppercase;
}

.cpm-ledger p {
  max-width: 300px;
  margin-top: 0;
  color: var(--gray-300);
  font-size: 14px;
  line-height: 1.45;
}

.account-network {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  padding: 96px 0;
  border-block: 1px solid var(--line);
}

.account-network-copy {
  align-self: center;
}

.account-network-copy h2 {
  margin-top: 16px;
  max-width: 560px;
}

.account-network-copy p {
  max-width: 490px;
  margin-top: 22px;
}

.account-network-board {
  display: grid;
  grid-template-columns: minmax(170px, 0.35fr) minmax(0, 1fr);
  min-height: 380px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 22% 10%, rgba(254, 44, 86, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.network-stat {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: 28px;
  border-right: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.36);
}

.network-stat strong {
  display: block;
  color: var(--red);
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(3.4rem, 6vw, 6.4rem);
  line-height: 0.82;
}

.network-stat p {
  max-width: 180px;
  margin-top: 22px;
  color: var(--gray-200);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.account-chip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  min-width: 0;
  background: var(--line);
}

.account-chip {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 76px;
  flex-direction: column;
  justify-content: center;
  padding: 16px 18px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.5);
  color: var(--white);
  text-decoration: none;
  transform: translateZ(0);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.account-chip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(254, 44, 86, 0.2), transparent);
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 180ms ease, transform 420ms ease;
}

.account-chip small {
  position: relative;
  z-index: 1;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.account-chip strong {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: 8px;
  overflow: hidden;
  color: var(--gray-100);
  font-size: clamp(0.86rem, 1.1vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-chip:hover,
.account-chip:focus-visible {
  background: rgba(254, 44, 86, 0.14);
  transform: translateY(-2px);
}

.account-chip:hover::before,
.account-chip:focus-visible::before {
  opacity: 1;
  transform: translateX(100%);
}

.account-chip-wide {
  grid-column: 1 / -1;
}

.featured-page {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 40px);
  align-items: stretch;
  padding: clamp(64px, 6vw, 82px) 0;
  border-block: 1px solid var(--line);
}

.featured-page-copy {
  display: block;
  max-width: 100%;
}

.featured-page-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.featured-page-copy > span::before {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  background: var(--red);
  box-shadow: 0 0 18px rgba(254, 44, 86, 0.42);
}

.featured-page-copy h2 {
  max-width: none;
  margin-top: 0;
  font-size: 5.6rem;
  line-height: 0.84;
  white-space: nowrap;
  text-wrap: normal;
}

.featured-page-copy p {
  max-width: 520px;
  margin-top: 0;
}

.featured-page-link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 0 18px;
  border: 1px solid rgba(254, 44, 86, 0.62);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.featured-page-link:hover,
.featured-page-link:focus-visible {
  border-color: var(--red);
  background: rgba(254, 44, 86, 0.18);
  transform: translateY(-2px);
}

.featured-page-panel {
  position: relative;
  display: grid;
  gap: 1px;
  min-width: 0;
  border: 1px solid rgba(254, 44, 86, 0.45);
  background:
    radial-gradient(circle at 22% 12%, rgba(254, 44, 86, 0.26), transparent 28%),
    radial-gradient(circle at 70% 78%, rgba(255, 255, 255, 0.1), transparent 24%),
    var(--line);
  overflow: hidden;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
}

.featured-page-panel::before {
  content: "";
  position: absolute;
  inset: -18% -8%;
  background: linear-gradient(100deg, transparent 18%, rgba(254, 44, 86, 0.12) 45%, transparent 72%);
  opacity: 0.72;
  transform: translateX(-20%);
  animation: videoPulse 7.5s ease-in-out infinite;
  pointer-events: none;
}

.featured-profile-card,
.featured-proof-bar,
.featured-stat-grid,
.featured-cpm-strip,
.proof-reason-grid,
.featured-video-rail {
  position: relative;
  z-index: 1;
}

.featured-video-rail {
  order: 3;
}

.featured-profile-card {
  order: 2;
}

.featured-proof-bar {
  order: 2;
}

.featured-stat-grid {
  order: 3;
}

.featured-cpm-strip {
  order: 1;
}

.proof-reason-grid {
  order: 1;
}

.featured-profile-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(160px, 0.45fr);
  gap: clamp(16px, 2.2vw, 24px);
  align-items: center;
  padding: clamp(24px, 3vw, 42px);
  background: rgba(0, 0, 0, 0.72);
  overflow: hidden;
}

.featured-proof-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 300px);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(20px, 2.1vw, 28px);
  background:
    linear-gradient(90deg, rgba(254, 44, 86, 0.14), rgba(255, 255, 255, 0.055), rgba(0, 0, 0, 0.52)),
    rgba(0, 0, 0, 0.82);
}

.featured-proof-copy > strong {
  display: block;
  margin-top: 6px;
  color: var(--white);
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(1.9rem, 3.3vw, 3.3rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.featured-proof-copy p {
  max-width: 620px;
  margin-top: 8px;
  color: var(--gray-300);
  font-size: 14px;
}

.featured-artist-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 76px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 18% 16%, rgba(254, 44, 86, 0.22), transparent 42%),
    rgba(255, 255, 255, 0.045);
  color: var(--white);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.featured-artist-card img {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 28px rgba(254, 44, 86, 0.18);
}

.featured-artist-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.featured-artist-copy > span:first-child {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.featured-artist-card strong {
  color: var(--white);
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(1.05rem, 1.4vw, 1.32rem);
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.featured-artist-meta {
  color: var(--gray-300);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.featured-artist-card:hover,
.featured-artist-card:focus-visible {
  border-color: var(--red);
  background: rgba(254, 44, 86, 0.2);
  transform: translateY(-1px);
}

.featured-profile-card::after {
  content: "@";
  position: absolute;
  right: clamp(18px, 3.6vw, 54px);
  bottom: -0.16em;
  color: rgba(255, 255, 255, 0.055);
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(8rem, 14vw, 14rem);
  line-height: 0.8;
  pointer-events: none;
}

.featured-profile-card > * {
  position: relative;
  z-index: 1;
}

.featured-avatar {
  display: grid;
  width: clamp(74px, 7vw, 104px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.24), transparent 32%),
    rgba(254, 44, 86, 0.18);
  color: var(--white);
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 900;
}

.featured-profile-card strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.9;
}

.featured-profile-card p {
  margin-top: 8px;
  color: var(--gray-300);
  font-size: 14px;
}

.featured-profile-badges {
  display: grid;
  gap: 10px;
  justify-self: end;
  width: min(260px, 100%);
}

.featured-profile-badges span {
  display: grid;
  min-height: 58px;
  padding: 12px 14px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(254, 44, 86, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(0, 0, 0, 0.38);
}

.featured-profile-badges strong {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 0.95;
}

.featured-profile-badges small {
  margin-top: 5px;
  color: var(--gray-300);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.featured-stat-grid article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(122px, 9vw, 148px);
  padding: clamp(20px, 2.2vw, 28px);
  background: rgba(255, 255, 255, 0.055);
}

.featured-stat-grid strong {
  display: block;
  color: var(--white);
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 3.7rem);
  line-height: 0.82;
}

.featured-stat-grid p {
  max-width: 180px;
  margin-top: 18px;
  color: var(--gray-200);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.featured-cpm-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) auto minmax(220px, 0.9fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  min-height: 92px;
  padding: clamp(16px, 1.8vw, 24px) clamp(20px, 2.6vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(254, 44, 86, 0.18), rgba(255, 255, 255, 0.045), rgba(254, 44, 86, 0.08)),
    rgba(4, 4, 5, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.2);
}

.featured-cpm-strip > span,
.featured-cpm-strip p {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.72rem, 0.82vw, 0.86rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.featured-cpm-strip > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.featured-cpm-strip > span::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--red);
  box-shadow: 0 0 18px rgba(254, 44, 86, 0.42);
}

.featured-cpm-strip strong {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.14em;
  color: var(--white);
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(2.25rem, 3.9vw, 3.9rem);
  letter-spacing: 0;
  line-height: 0.88;
  text-align: center;
  white-space: nowrap;
}

.cpm-currency {
  color: var(--red);
  font-size: 0.62em;
  line-height: 1;
  transform: translateY(-0.06em);
}

.cpm-value {
  color: var(--white);
  font-size: 1em;
  line-height: 0.86;
}

.cpm-unit {
  color: var(--white);
  font-size: 0.58em;
  line-height: 0.9;
  opacity: 0.92;
}

.featured-cpm-strip p {
  justify-self: end;
  max-width: 310px;
  text-align: right;
}

.proof-reason-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.proof-reason-grid article {
  position: relative;
  min-height: 150px;
  padding: clamp(18px, 2vw, 26px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(254, 44, 86, 0.2), transparent 30%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.026) 58%, rgba(254, 44, 86, 0.08)),
    rgba(0, 0, 0, 0.76);
}

.proof-reason-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.44;
  pointer-events: none;
}

.proof-reason-grid strong,
.proof-reason-grid span,
.proof-reason-grid p {
  position: relative;
  z-index: 1;
}

.proof-reason-grid strong {
  display: block;
  color: var(--white);
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(1.5rem, 2.35vw, 2.55rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.proof-reason-grid span {
  display: block;
  margin-top: 14px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proof-reason-grid p {
  max-width: 320px;
  margin-top: 12px;
  color: var(--gray-300);
  font-size: 14px;
  line-height: 1.45;
}

.featured-video-rail {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: visible;
  scroll-snap-type: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(255, 255, 255, 0.06)),
    var(--line);
  scrollbar-color: var(--red) rgba(255, 255, 255, 0.12);
}

.featured-video-card {
  position: relative;
  scroll-snap-align: none;
  min-width: 0;
  padding: clamp(14px, 1.4vw, 18px);
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.64);
  color: var(--white);
  text-decoration: none;
  outline: 0;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.featured-video-card:hover,
.featured-video-card:focus-visible {
  background: rgba(254, 44, 86, 0.13);
  box-shadow: inset 0 0 0 1px rgba(254, 44, 86, 0.42);
  transform: translateY(-2px);
}

.featured-video-card:hover .video-embed-shell,
.featured-video-card:focus-visible .video-embed-shell {
  border-color: rgba(254, 44, 86, 0.62);
  box-shadow:
    0 0 0 1px rgba(254, 44, 86, 0.18),
    0 24px 60px rgba(0, 0, 0, 0.44);
}

.video-embed-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px;
  aspect-ratio: 11 / 16;
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.18), transparent 24%),
    #050506;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.video-embed-shell iframe,
.proof-video {
  display: block;
  width: 100%;
  height: 100%;
}

.video-embed-shell iframe {
  border: 0;
}

.proof-video {
  grid-column: 1;
  grid-row: 1;
  object-fit: cover;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: #050506;
  pointer-events: none;
}

.video-view-pill {
  position: absolute;
  z-index: 3;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: calc(100% - 96px);
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.68);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
  overflow: hidden;
}

.video-view-pill.is-live-counter {
  border-color: rgba(254, 44, 86, 0.44);
  background:
    radial-gradient(circle at 14% 50%, rgba(254, 44, 86, 0.2), transparent 28%),
    rgba(0, 0, 0, 0.72);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(254, 44, 86, 0.1),
    0 0 24px rgba(254, 44, 86, 0.18);
}

.video-view-pill.is-live-counter::before {
  content: "";
  position: relative;
  z-index: 1;
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(254, 44, 86, 0.12), 0 0 16px rgba(254, 44, 86, 0.85);
  animation: liveViewDot 1.6s ease-in-out infinite;
}

.video-view-pill.is-live-counter::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.12) 32%, rgba(254, 44, 86, 0.26) 46%, transparent 64%);
  transform: translateX(-130%);
  animation: viewSheen 4.2s ease-in-out infinite;
}

.video-view-pill strong {
  position: relative;
  z-index: 1;
  min-width: 4ch;
  color: var(--white);
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(0.95rem, 1.3vw, 1.2rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
  transition: color 220ms ease, text-shadow 220ms ease, transform 220ms ease;
}

.video-view-pill span {
  position: relative;
  z-index: 1;
}

.video-view-pill.is-counting strong {
  color: #fff3f6;
  text-shadow: 0 0 18px rgba(254, 44, 86, 0.64);
  transform: translateY(-1px);
}

.video-view-pill.is-live-active {
  animation: liveViewLift 2.8s ease-in-out infinite;
}

.video-social-rail {
  position: relative;
  z-index: 4;
  right: auto;
  bottom: auto;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  width: 100%;
  height: 100%;
  padding: 0 6px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 24%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 16%),
    rgba(0, 0, 0, 0.72);
  color: var(--white);
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

.video-profile-dot {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.42), transparent 26%),
    linear-gradient(135deg, #fe2c56, #5a101d 58%, #0c0c0e);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.video-action-stat {
  display: grid;
  gap: 4px;
  justify-items: center;
  width: 100%;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
}

.video-action-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(8px);
}

.video-action-icon svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.video-social-rail .video-action-stat:nth-child(2) .video-action-icon {
  color: var(--red);
}

.featured-video-card .video-action-stat strong {
  display: block;
  margin: 0;
  color: var(--white);
  font-family: Inter, Archivo, sans-serif;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1;
  max-width: 100%;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
}

.video-card-screen {
  position: relative;
  aspect-ratio: 9 / 13;
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 42% 24%, rgba(255, 255, 255, 0.22), transparent 21%),
    radial-gradient(circle at 68% 58%, rgba(254, 44, 86, 0.48), transparent 31%),
    linear-gradient(135deg, #121214, #050506 68%);
}

.video-card-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(black, transparent 88%);
}

.video-card-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: translateY(-100%);
  animation: screenScan 3.2s linear infinite;
}

.video-card-screen span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  height: 7px;
  background: rgba(255, 255, 255, 0.82);
  transform-origin: left center;
  animation: captionBars 2.8s ease-in-out infinite;
}

.video-card-screen span:nth-child(2) {
  bottom: 34px;
  right: 42px;
  background: rgba(254, 44, 86, 0.9);
  animation-delay: -0.65s;
}

.video-card-screen span:nth-child(3) {
  bottom: 50px;
  right: 72px;
  animation-delay: -1.2s;
}

.featured-video-card strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.featured-video-card p {
  margin-top: 12px;
  color: var(--gray-300);
  font-size: 13px;
  line-height: 1.5;
}

.video-card-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-transform: uppercase;
}

.intro,
.process,
.case-study,
.packages,
.fit,
.faq,
.contact {
  padding: clamp(88px, 8vw, 108px) 0;
}

.packages {
  padding-bottom: clamp(58px, 5.4vw, 76px);
}

.process + .packages {
  padding-top: clamp(36px, 4.2vw, 56px);
}

.intro {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(36px, 7vw, 90px);
  border-block: 1px solid var(--line);
}

.section-copy p,
.section-heading p,
.contact-copy p {
  max-width: 720px;
  margin-top: 24px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.58fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}

.section-heading:has(> h2:only-child) {
  display: block;
  max-width: 920px;
  margin-bottom: 42px;
}

.section-heading.narrow {
  display: block;
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.narrow p {
  max-width: 760px;
  margin-inline: auto;
}

.intro-grid {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.intro-grid article {
  padding: 28px;
  background:
    linear-gradient(120deg, rgba(254, 44, 86, 0.11), transparent 48%),
    rgba(255, 255, 255, 0.045);
}

.intro-grid span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--red);
  font-family: Horizon, Archivo, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.intro-grid p {
  margin-top: 18px;
  font-size: 15px;
}

.client-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 0.9fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
  padding: clamp(54px, 5.4vw, 76px) 0 30px;
  border-top: 1px solid var(--line);
}

.client-proof-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
  min-width: 0;
}

.client-proof-copy span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.client-proof-copy p {
  max-width: 510px;
  margin-top: 18px;
  color: var(--gray-300);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.55;
}

.client-proof-copy h2 {
  max-width: 560px;
  font-size: clamp(3rem, 4.15vw, 4.7rem);
  line-height: 0.9;
}

.client-orbit {
  position: relative;
  z-index: 1;
  width: min(100%, 600px);
  justify-self: end;
  min-height: clamp(400px, 36vw, 530px);
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.client-fit-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(28px, 3.4vw, 50px);
}

.client-fit-grid article {
  position: relative;
  min-height: 226px;
  padding: clamp(22px, 2.4vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.1), transparent 26%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.086), rgba(255, 255, 255, 0.024) 58%, rgba(254, 44, 86, 0.08)),
    rgba(3, 3, 5, 0.84);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.client-fit-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
  opacity: 0.42;
}

.client-fit-grid article:hover,
.client-fit-grid article:focus-within {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 86, 0.58);
  background:
    radial-gradient(circle at 76% 22%, rgba(254, 44, 86, 0.18), transparent 34%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03) 58%, rgba(254, 44, 86, 0.12)),
    rgba(4, 4, 7, 0.92);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.34);
}

.client-fit-grid span,
.client-fit-grid ul {
  position: relative;
  z-index: 1;
}

.client-fit-grid span {
  display: block;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.client-fit-grid ul {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.client-fit-grid li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--gray-300);
  font-size: clamp(0.9rem, 0.98vw, 1rem);
  font-weight: 700;
  line-height: 1.45;
}

.client-fit-grid li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 0.42em;
  background: var(--red);
}

.client-orbit::before {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: -1;
  opacity: 0.72;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(254, 44, 86, 0.34), transparent 26%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1), transparent 42%),
    conic-gradient(from 110deg, transparent, rgba(254, 44, 86, 0.28), transparent 34%, rgba(255, 255, 255, 0.08), transparent 68%);
  mask-image: radial-gradient(circle at 50% 50%, black 0 54%, transparent 74%);
  animation: clientAura 18s linear infinite;
}

.client-orbit-stage {
  position: relative;
  display: grid;
  min-height: clamp(400px, 36vw, 530px);
  padding: clamp(18px, 2.4vw, 34px);
  place-items: center;
}

.record-platter {
  position: relative;
  width: min(500px, 94%);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.72)) drop-shadow(0 0 36px rgba(254, 44, 86, 0.14));
  isolation: isolate;
  overflow: visible;
}

.record-platter::before,
.record-platter::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease, transform 280ms ease;
}

.record-platter::before {
  inset: -58px;
  z-index: 0;
  background:
    radial-gradient(circle, transparent 0 67%, rgba(254, 44, 86, 0.18) 69%, transparent 76%),
    conic-gradient(from 18deg, transparent 0 7%, rgba(254, 44, 86, 0.5) 9% 12%, transparent 15% 43%, rgba(255, 255, 255, 0.22) 46% 48%, transparent 52% 100%);
  filter: blur(12px);
  transform: scale(0.98);
  animation: recordSpeedField 1.55s linear infinite;
}

.record-platter::after {
  inset: -46px;
  z-index: 5;
  background:
    conic-gradient(from 0deg,
      transparent 0 8%,
      rgba(254, 44, 86, 0.86) 10% 12%,
      transparent 14% 34%,
      rgba(255, 255, 255, 0.34) 37% 38%,
      transparent 41% 58%,
      rgba(254, 44, 86, 0.72) 60% 62%,
      transparent 65% 100%);
  filter: drop-shadow(0 0 14px rgba(254, 44, 86, 0.46));
  mask-image: radial-gradient(circle, transparent 0 70%, black 73% 81%, transparent 84%);
  transform: scale(0.99);
  animation: recordSpeedRing 1.05s linear infinite;
}

.record-platter:hover::before,
.record-platter:hover::after,
.record-platter.is-speeding::before,
.record-platter.is-speeding::after {
  opacity: 1;
  transform: scale(1);
}

.client-orbit:hover::before {
  animation-play-state: running;
}

.vinyl-record,
.record-shine,
.record-logo-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.vinyl-record {
  z-index: 1;
  object-fit: contain;
  user-select: none;
  transform-origin: 50% 50%;
  animation: recordSpin 58s linear infinite;
  will-change: transform;
}

.record-shine {
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(circle, transparent 0 19%, rgba(0, 0, 0, 0.22) 20% 25%, transparent 26%),
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 7px),
    conic-gradient(from 18deg, transparent 0 9%, rgba(255, 255, 255, 0.18) 11%, transparent 17% 50%, rgba(255, 255, 255, 0.13) 56%, transparent 64% 100%);
  mix-blend-mode: screen;
  opacity: 0.72;
  transform-origin: 50% 50%;
  animation: recordSpin 58s linear infinite;
  will-change: transform;
}

.record-logo-layer {
  z-index: 4;
  overflow: hidden;
  pointer-events: none;
  transform-origin: 50% 50%;
  animation: recordSpin 58s linear infinite;
  will-change: transform;
}

.record-client-logo {
  position: absolute;
  left: calc(50% + var(--orbit-x, 0%));
  top: calc(50% + var(--orbit-y, 0%));
  display: grid;
  --badge-scale: 1;
  width: clamp(100px, 6.8vw, 114px);
  height: clamp(100px, 6.8vw, 114px);
  padding: 0;
  margin: 0;
  place-items: center;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%) rotate(var(--logo-angle, 0deg)) scale(var(--badge-scale));
  transform-origin: 50% 50%;
}

.record-client-logo img {
  display: block;
  width: var(--logo-w, 82%);
  height: var(--logo-h, 62%);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.98;
  filter:
    drop-shadow(0 1px 2px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 8px rgba(0, 0, 0, 0.38));
  transform: translate(var(--logo-x, 0), var(--logo-y, 0)) scale(var(--logo-scale, 1));
  transform-origin: 50% 50%;
}

.logo-warner {
  --logo-w: 92%;
  --logo-h: 50%;
  --logo-scale: 1.02;
}

.logo-rca {
  --logo-w: 72%;
  --logo-h: 44%;
  --logo-scale: 1.02;
}

.logo-island {
  --logo-w: 60%;
  --logo-h: 72%;
  --logo-x: -1%;
  --logo-scale: 0.98;
}

.logo-capitol {
  --logo-w: 82%;
  --logo-h: 50%;
  --logo-scale: 1.02;
}

.logo-interscope {
  --logo-w: 54%;
  --logo-h: 78%;
  --logo-x: -1%;
}

.logo-columbia {
  --logo-w: 64%;
  --logo-h: 64%;
  --logo-scale: 0.98;
}

.logo-universal {
  --logo-w: 92%;
  --logo-h: 50%;
  --logo-scale: 1.02;
}

.logo-10k {
  --logo-w: 86%;
  --logo-h: 50%;
  --logo-scale: 1.02;
}

.logo-invert {
  filter: invert(1) brightness(1.8) contrast(1.08);
}

.record-client-logo img.logo-invert {
  filter:
    invert(1)
    brightness(2.05)
    contrast(1.08)
    drop-shadow(0 1px 2px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 8px rgba(0, 0, 0, 0.38));
}

.process-board {
  margin-top: 42px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(254, 44, 86, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.process-scroll {
  padding-top: 36px;
  padding-bottom: 0;
}

.process-scroll-stage {
  position: relative;
  min-height: max(1920px, 240vh);
}

.process-scroll .process-board {
  position: sticky;
  top: var(--process-pin-top, calc(var(--header-h) + 24px));
  margin-bottom: 32px;
}

.process-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.process-tabs::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  width: 20%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 44%),
    var(--red);
  box-shadow: 0 0 34px rgba(254, 44, 86, 0.32);
  transform: translateX(calc(var(--active-step, 0) * 100%));
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.process-tab {
  position: relative;
  z-index: 1;
  min-height: 64px;
  color: var(--gray-300);
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease, letter-spacing 180ms ease;
}

.process-tab:last-child {
  border-right: 0;
}

.process-tab:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.process-tab.active {
  color: var(--white);
  background: transparent;
  letter-spacing: 0.16em;
}

.process-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 1px;
  height: clamp(480px, 42vw, 560px);
  background: var(--line);
}

.process-detail > div,
.status-stack span {
  background: rgba(0, 0, 0, 0.84);
}

.process-detail > div:first-child {
  height: 100%;
  min-height: 0;
  padding: clamp(30px, 5vw, 58px);
}

.process-copy {
  display: grid;
  align-content: center;
  overflow: hidden;
}

.process-copy > * {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
  transition:
    opacity 95ms ease,
    transform 120ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 95ms ease;
}

.process-copy p {
  transition-delay: 15ms;
}

.process-detail.is-switching .process-copy > * {
  transform: translateY(8px);
  opacity: 0;
  filter: blur(2px);
  transition-delay: 0ms;
}

.process-detail strong {
  display: block;
  max-width: 780px;
  margin-top: 18px;
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(2.55rem, 4.55vw, 5rem);
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
}

.process-detail p {
  max-width: 680px;
  margin-top: 26px;
}

.status-stack {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.status-stack span {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 0;
  padding: 24px;
  color: var(--gray-300);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-stack strong {
  margin: 0;
  color: var(--red);
  font-size: clamp(2.5rem, 3.15vw, 3.2rem);
  line-height: 0.9;
}

.case-study {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 1px;
  padding: 0;
  border: 1px solid rgba(254, 44, 86, 0.5);
  background: var(--line);
}

.case-copy,
.case-profile,
.case-metrics article {
  background:
    linear-gradient(135deg, rgba(254, 44, 86, 0.14), transparent 32%),
    rgba(255, 255, 255, 0.05);
}

.case-copy,
.case-profile {
  padding: clamp(32px, 5vw, 62px);
}

.case-copy h2 {
  margin-top: 18px;
  max-width: 650px;
  font-size: clamp(2.35rem, 4.6vw, 5.5rem);
}

.case-copy p,
.case-profile p {
  margin-top: 24px;
}

.case-profile {
  display: grid;
  align-content: center;
  min-height: 350px;
  border-left: 1px solid var(--line);
}

.case-profile strong {
  display: block;
  max-width: 100%;
  margin-top: 20px;
  color: var(--red);
  font-family: Archivo, Inter, sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: none;
  overflow-wrap: anywhere;
  white-space: normal;
}

.case-profile p {
  max-width: 520px;
}

.case-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.case-metrics article {
  display: grid;
  align-content: end;
  min-height: 195px;
  padding: 28px;
}

.case-metrics strong {
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 0.85;
}

.case-metrics span {
  margin-top: 12px;
  color: var(--gray-300);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 540px;
  flex-direction: column;
  padding: clamp(28px, 2.8vw, 36px);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent),
    rgba(255, 255, 255, 0.04);
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.price-card > span {
  position: relative;
  z-index: 1;
}

.price-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 14%;
  height: 190px;
  background: radial-gradient(circle, rgba(254, 44, 86, 0.3), transparent 62%);
  filter: blur(18px);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.price-card.featured-card {
  transform: translateY(-10px) scale(1.008);
  border-color: rgba(254, 44, 86, 0.92);
  background:
    radial-gradient(circle at 82% 0%, rgba(255, 255, 255, 0.14), transparent 26%),
    radial-gradient(circle at 48% 100%, rgba(254, 44, 86, 0.26), transparent 40%),
    linear-gradient(140deg, rgba(254, 44, 86, 0.18), rgba(255, 255, 255, 0.065) 42%, rgba(255, 255, 255, 0.032)),
    rgba(4, 4, 6, 0.72);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(254, 44, 86, 0.32),
    0 0 54px rgba(254, 44, 86, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 0 80px rgba(254, 44, 86, 0.1);
}

.price-card.featured-card::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: 0;
  background:
    linear-gradient(112deg, transparent 0 30%, rgba(255, 255, 255, 0.16) 42%, rgba(254, 44, 86, 0.62) 50%, transparent 64%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), transparent 28%);
  mix-blend-mode: screen;
  opacity: 0.72;
  pointer-events: none;
  transform: translateX(-74%);
  animation: featuredCardSweep 5.8s ease-in-out infinite;
}

.price-card.featured-card::after {
  right: -10%;
  left: -10%;
  height: 320px;
  background:
    radial-gradient(ellipse at 50% 66%, rgba(254, 44, 86, 0.48), rgba(254, 44, 86, 0.16) 38%, transparent 70%);
  filter: blur(22px);
  opacity: 0.9;
}

.price-card.active,
.price-card:hover,
.price-card:focus-visible {
  outline: 0;
  transform: translateY(-8px);
  border-color: var(--red);
  background: rgba(255, 255, 255, 0.075);
}

.price-card.featured-card.active,
.price-card.featured-card:hover,
.price-card.featured-card:focus-visible {
  transform: translateY(-10px) scale(1.008);
  border-color: rgba(254, 44, 86, 0.96);
  background:
    radial-gradient(circle at 82% 0%, rgba(255, 255, 255, 0.14), transparent 26%),
    radial-gradient(circle at 48% 100%, rgba(254, 44, 86, 0.26), transparent 40%),
    linear-gradient(140deg, rgba(254, 44, 86, 0.18), rgba(255, 255, 255, 0.065) 42%, rgba(255, 255, 255, 0.032)),
    rgba(4, 4, 6, 0.72);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(254, 44, 86, 0.32),
    0 0 54px rgba(254, 44, 86, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 0 80px rgba(254, 44, 86, 0.1);
}

.price-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(254, 44, 86, 0.72);
  background:
    linear-gradient(135deg, rgba(254, 44, 86, 0.96), rgba(126, 18, 35, 0.86)),
    rgba(254, 44, 86, 0.22);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 16px 42px rgba(254, 44, 86, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.price-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.86);
}

.price-card.active::after,
.price-card:hover::after,
.price-card:focus-visible::after {
  opacity: 1;
}

.price-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 22px;
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(3rem, 4.45vw, 5.05rem);
  line-height: 0.84;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.price-card.featured-card strong {
  text-shadow: 0 0 28px rgba(254, 44, 86, 0.18);
}

.price-card.custom-card strong {
  font-family: Archivo, Inter, sans-serif;
  font-size: clamp(2.7rem, 3.8vw, 4.35rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.price-card small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 12px;
  color: var(--gray-300);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tier-brief {
  position: relative;
  z-index: 1;
  max-width: 440px;
  margin-top: 22px;
  color: var(--gray-200);
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.52;
}

.tier-block {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  margin-bottom: clamp(22px, 2.5vw, 30px);
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.tier-block h3 {
  color: var(--white);
  font-family: Archivo, Inter, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.tier-block ul {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.tier-block li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--gray-300);
  font-size: 14px;
  line-height: 1.42;
}

.tier-block li::before {
  content: "";
  margin-top: 0.48em;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  background: var(--red);
}

.tier-boundary {
  margin-top: 22px;
}

.tier-boundary h3 {
  color: var(--gray-300);
}

.tier-boundary li {
  color: rgba(255, 255, 255, 0.58);
}

.tier-boundary li::before {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.price-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.price-link:hover {
  border-color: var(--red);
  background: var(--red);
}

.price-card.featured-card .price-link {
  border-color: rgba(254, 44, 86, 0.54);
  background:
    linear-gradient(135deg, rgba(254, 44, 86, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 28px rgba(254, 44, 86, 0.12);
}

.price-card.featured-card .price-link:hover {
  background: var(--red);
  box-shadow: 0 18px 42px rgba(254, 44, 86, 0.24);
}

.fit {
  position: relative;
  padding-top: 0;
  padding-bottom: clamp(82px, 8vw, 122px);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 12% 20%, rgba(254, 44, 86, 0.16), transparent 26rem),
    radial-gradient(circle at 86% 68%, rgba(255, 255, 255, 0.08), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 44%);
}

.fit::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
  opacity: 0.34;
}

.fit-spotlight {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: clamp(24px, 3.4vw, 40px);
  overflow: hidden;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025) 42%, rgba(254, 44, 86, 0.08)),
    rgba(0, 0, 0, 0.68);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.44);
}

.fit-spotlight::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: -22% -18% auto 48%;
  height: 72%;
  background:
    radial-gradient(circle at 50% 50%, rgba(254, 44, 86, 0.28), transparent 42%),
    linear-gradient(105deg, transparent 18%, rgba(254, 44, 86, 0.16), transparent 74%);
  filter: blur(10px);
  transform: rotate(-8deg);
  pointer-events: none;
}

.fit-header,
.fit-grid {
  position: relative;
  z-index: 2;
}

.fit-header {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.55fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.fit-copy,
.fit-summary,
.fit-grid article {
  position: relative;
}

.fit-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fit-kicker::before {
  content: "";
  width: 36px;
  height: 2px;
  margin-right: 12px;
  background: var(--red);
  box-shadow: 0 0 18px rgba(254, 44, 86, 0.58);
}

.fit-copy h2 {
  max-width: 680px;
  margin-top: 18px;
  font-size: clamp(2.35rem, 3.55vw, 3.75rem);
  line-height: 0.9;
}

.fit-summary {
  position: relative;
  align-self: center;
  display: grid;
  justify-items: start;
  width: 100%;
  max-width: 540px;
  padding: 18px 18px 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025) 46%, rgba(254, 44, 86, 0.1)),
    rgba(3, 3, 5, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.fit-summary::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--red), rgba(254, 44, 86, 0.16), transparent 82%);
  box-shadow: 0 0 22px rgba(254, 44, 86, 0.46);
}

.fit-summary::after {
  content: "";
  position: absolute;
  right: -22%;
  bottom: -58%;
  width: 52%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254, 44, 86, 0.18), transparent 66%);
  pointer-events: none;
}

.fit-summary p {
  position: relative;
  z-index: 1;
  max-width: 460px;
  color: var(--white);
  font-size: clamp(0.94rem, 1vw, 1.05rem);
  font-weight: 800;
  line-height: 1.34;
  text-wrap: pretty;
}

.fit-proofline {
  counter-reset: workflow-step;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(100%, 620px);
  max-width: 100%;
  margin-top: 18px;
  padding: 4px 0 0;
}

.fit-proofline::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 32px;
  left: 32px;
  height: 1px;
  background:
    linear-gradient(90deg, rgba(254, 44, 86, 0.78), rgba(255, 255, 255, 0.2), rgba(254, 44, 86, 0.38));
  box-shadow: 0 0 18px rgba(254, 44, 86, 0.28);
}

.fit-proofline span {
  counter-increment: workflow-step;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 48px;
  padding: 0 6px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fit-proofline span:last-child {
  border-right: 0;
}

.fit-proofline span::before {
  content: "0" counter(workflow-step);
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(254, 44, 86, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.13), transparent 46%),
    rgba(4, 4, 7, 0.96);
  color: var(--red);
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1;
  box-shadow:
    0 0 0 5px rgba(4, 4, 7, 0.86),
    0 0 18px rgba(254, 44, 86, 0.32);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.fit-grid article {
  display: flex;
  min-height: clamp(278px, 23vw, 340px);
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(20px, 2.4vw, 30px);
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.024) 58%, rgba(254, 44, 86, 0.08)),
    rgba(3, 3, 5, 0.84);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.fit-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 68%);
  opacity: 0.44;
}

.fit-grid article::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  border-right: 1px solid rgba(254, 44, 86, 0.58);
  border-bottom: 1px solid rgba(254, 44, 86, 0.58);
  opacity: 0.72;
}

.fit-grid article:hover,
.fit-grid article:focus-within {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 86, 0.58);
  background:
    radial-gradient(circle at 75% 24%, rgba(254, 44, 86, 0.18), transparent 34%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03) 58%, rgba(254, 44, 86, 0.12)),
    rgba(4, 4, 7, 0.92);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.fit-grid article > span,
.fit-grid small {
  position: relative;
  z-index: 1;
}

.fit-grid article > span {
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fit-grid h3 {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin-top: 30px;
  color: var(--white);
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(1.35rem, 1.72vw, 2.08rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.fit-grid p {
  position: relative;
  z-index: 1;
  max-width: 440px;
  margin-top: 18px;
  color: var(--gray-300);
  font-size: clamp(0.96rem, 1.04vw, 1.05rem);
  line-height: 1.5;
}

.fit-grid ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(12px, 1.15vw, 16px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.fit-grid li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--gray-300);
  font-size: clamp(0.9rem, 0.98vw, 1rem);
  font-weight: 700;
  line-height: 1.45;
}

.fit-grid li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 0.42em;
  background: var(--red);
}

.fit-grid small {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 34px;
  margin-top: 28px;
  padding: 0 12px;
  border: 1px solid rgba(254, 44, 86, 0.42);
  color: var(--white);
  background: rgba(254, 44, 86, 0.1);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(254, 44, 86, 0.34), rgba(255, 255, 255, 0.12)),
    var(--line);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.faq-list details {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022) 56%, rgba(254, 44, 86, 0.055)),
    rgba(3, 3, 5, 0.82);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.faq-list details:hover {
  background:
    linear-gradient(135deg, rgba(254, 44, 86, 0.14), rgba(255, 255, 255, 0.04) 52%, rgba(254, 44, 86, 0.08)),
    rgba(4, 4, 7, 0.9);
  box-shadow: inset 3px 0 0 rgba(254, 44, 86, 0.72);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 22px 24px;
  cursor: pointer;
  font-family: Horizon, Archivo, sans-serif;
  font-size: clamp(1.08rem, 1.55vw, 1.62rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--white);
  background: var(--red);
  font-family: Inter, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  max-width: 790px;
  padding: 0 24px 26px;
}

.faq {
  padding-top: clamp(18px, 2.2vw, 28px);
  padding-bottom: clamp(48px, 4.6vw, 66px);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: start;
  padding-top: clamp(48px, 5vw, 72px);
  padding-bottom: clamp(42px, 5vw, 64px);
  margin-bottom: 0;
  border-top: 1px solid var(--line);
}

.contact-copy {
  align-self: start;
}

.contact-brand-lockup {
  position: relative;
  display: block;
  width: min(320px, 76vw);
  height: clamp(140px, 16vw, 194px);
  margin: 0 0 20px;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.contact-brand-lockup::before {
  content: "";
  position: absolute;
  inset: 9% 4%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.14), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(254, 44, 86, 0.34), transparent 45%);
  filter: blur(22px);
  opacity: 0.9;
}

.contact-brand-lockup::after {
  content: "";
  position: absolute;
  inset: 17% -4% 18%;
  z-index: -1;
  border: 1px solid rgba(254, 44, 86, 0.34);
  border-radius: 50%;
  opacity: 0.64;
  transform: rotate(-13deg);
}

#contact-logo-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.contact-logo-fallback {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(154px, 52%);
  height: auto;
  color: var(--white);
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 24px rgba(254, 44, 86, 0.22));
  opacity: 0.92;
  transform: translate(-50%, -50%) perspective(520px) rotateX(17deg) rotateY(-22deg);
  transition: opacity 220ms ease;
}

.contact-logo-fallback path {
  fill: currentColor;
}

.contact-logo-scene.is-rendered .contact-logo-fallback {
  opacity: 0;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.17);
  background:
    radial-gradient(circle at 86% 0%, rgba(254, 44, 86, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025) 46%, rgba(254, 44, 86, 0.08)),
    rgba(3, 3, 5, 0.76);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contact-form label {
  display: grid;
  gap: 10px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 54px;
  color: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.68);
  padding: 14px 16px;
  outline: 0;
  resize: vertical;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form textarea {
  min-height: 116px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(254, 44, 86, 0.18);
}

.contact-form select option {
  color: var(--black);
}

.booking-panel {
  align-content: center;
  min-height: clamp(360px, 34vw, 470px);
}

.booking-eyebrow {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-panel h3 {
  max-width: 520px;
  margin: 4px 0 2px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(2.25rem, 5vw, 4.3rem);
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
}

.booking-panel p {
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.55;
}

.booking-link {
  max-width: 360px;
}

.form-submit {
  width: 100%;
  margin-top: 10px;
  border: 0;
  cursor: pointer;
}

.form-note {
  font-size: 14px;
}

.form-note a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--red);
}

.form-success {
  display: grid;
  gap: 14px;
  margin-top: 8px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.58);
}

.form-success[hidden] {
  display: none;
}

.form-success p {
  font-size: 15px;
}

.site-footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px max(20px, calc((100vw - var(--max)) / 2)) 44px;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  border-top: 1px solid rgba(254, 44, 86, 0.34);
  background:
    radial-gradient(circle at 18% 0%, rgba(254, 44, 86, 0.2), transparent 32%),
    radial-gradient(circle at 84% 100%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(90deg, rgba(3, 3, 5, 0.98), rgba(25, 9, 14, 0.94) 50%, rgba(3, 3, 5, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 -18px 70px rgba(0, 0, 0, 0.26);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, transparent, rgba(254, 44, 86, 0.18), transparent);
  background-size: 72px 72px, 72px 72px, 100% 100%;
  opacity: 0.44;
}

.site-footer img {
  position: relative;
  z-index: 1;
  width: 155px;
  filter: invert(1) brightness(1.08) drop-shadow(0 0 18px rgba(254, 44, 86, 0.16));
  mix-blend-mode: screen;
}

.site-footer div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer a {
  transition: color 180ms ease, text-shadow 180ms ease;
}

.site-footer a:hover {
  color: var(--white);
  text-shadow: 0 0 18px rgba(254, 44, 86, 0.42);
}

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready [data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

@keyframes clientAura {
  to {
    transform: rotate(360deg);
  }
}

@keyframes recordSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes recordSpeedRing {
  to {
    transform: scale(1) rotate(360deg);
  }
}

@keyframes recordSpeedField {
  to {
    transform: scale(1) rotate(-360deg);
  }
}

@keyframes videoPulse {
  0%,
  100% {
    transform: translateX(-20%) rotate(-2deg);
  }
  50% {
    transform: translateX(14%) rotate(2deg);
  }
}

@keyframes liveViewDot {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

@keyframes liveViewLift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

@keyframes viewSheen {
  0%,
  48% {
    transform: translateX(-130%);
  }
  76%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes screenScan {
  to {
    transform: translateY(100%);
  }
}

@keyframes captionBars {
  0%,
  100% {
    transform: scaleX(0.62);
    opacity: 0.58;
  }
  45% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes brandSweep {
  0%,
  58% {
    transform: translateX(-120%);
  }
  82%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes gridDrift {
  to {
    background-position:
      48px 96px,
      96px 48px;
  }
}

@keyframes ledgerGridDrift {
  to {
    background-position:
      34px 68px,
      68px 34px;
  }
}

@keyframes ledgerAccentDrift {
  0%,
  100% {
    background-position:
      0 0,
      0 0;
  }
  50% {
    background-position:
      100% 0,
      0 0;
  }
}

@keyframes headerIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes fitSweep {
  0%,
  42% {
    transform: translateX(-48%) rotate(4deg);
    opacity: 0;
  }
  58% {
    opacity: 1;
  }
  100% {
    transform: translateX(48%) rotate(4deg);
    opacity: 0;
  }
}

@keyframes featuredCardSweep {
  0%,
  48% {
    transform: translateX(-74%);
    opacity: 0;
  }
  58% {
    opacity: 0.72;
  }
  82%,
  100% {
    transform: translateX(74%);
    opacity: 0;
  }
}

@keyframes logoOrbitBreathe {
  0%,
  100% {
    opacity: 0.58;
    transform: rotate(18deg) skewX(-16deg) scale(0.98);
  }
  50% {
    opacity: 0.9;
    transform: rotate(24deg) skewX(-16deg) scale(1.04);
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .featured-page-copy h2 {
    font-size: 4.9rem;
  }

  .client-proof {
    grid-template-columns: minmax(0, 0.88fr) minmax(500px, 0.92fr);
  }

  .record-platter {
    width: min(470px, 94%);
  }

  .price-card strong {
    font-size: clamp(2.8rem, 4.05vw, 4.7rem);
  }
}

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

  .brand {
    width: 54px;
    min-height: 40px;
    padding: 0;
  }

  .brand-motion-logo {
    width: 48px;
    height: 38px;
  }

  .brand-wordmark {
    font-size: 18px;
  }

  .brand-wordmark strong {
    font-size: 29px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .cpm-showcase,
  .intro,
  .client-proof,
  .account-network,
  .featured-page,
  .section-heading,
  .process-detail,
  .case-study,
  .contact {
    grid-template-columns: 1fr;
  }

  .case-profile {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero {
    min-height: auto;
    gap: 28px;
    padding-top: 110px;
    padding-bottom: 44px;
  }

  .hero-system {
    min-height: 0;
  }

  .cpm-showcase {
    align-items: start;
  }

  .cpm-ledger {
    min-height: 0;
  }

  .client-orbit {
    justify-self: center;
    width: min(100%, 500px);
    min-height: clamp(350px, 52vw, 460px);
  }

  .client-orbit-stage {
    min-height: clamp(350px, 52vw, 460px);
  }

  .record-platter {
    width: min(420px, 88%);
  }

  .record-platter::before {
    inset: -44px;
  }

  .record-platter::after {
    inset: -36px;
  }

  .hero-system > img {
    display: none;
  }

  .featured-stat-grid,
  .featured-video-rail,
  .proof-reason-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fit-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .fit-spotlight {
    grid-template-columns: 1fr;
  }

  .fit-copy {
    min-height: auto;
  }

  .fit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fit-grid article {
    min-height: 250px;
  }

  .account-network-board {
    grid-template-columns: 0.42fr 1fr;
  }

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

  .price-card.custom-card {
    grid-column: 1 / -1;
  }

  .status-stack {
    grid-template-columns: repeat(3, 1fr);
  }

  .status-stack span {
    min-height: 120px;
  }

  .process-detail {
    height: auto;
  }

  .process-copy {
    min-height: 380px;
  }

  .process-scroll-stage {
    min-height: max(1860px, 250vh);
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 0;
  }

  #services,
  #clients,
  #why,
  #fit,
  #process,
  #proof,
  #packages,
  #faq,
  #contact {
    scroll-margin-top: 82px;
  }

  .section-shell,
  .site-header {
    width: min(100% - 24px, var(--max));
  }

  .site-header {
    top: 12px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    min-height: 56px;
    padding: 8px 10px;
  }

  .brand {
    width: 50px;
    min-height: 38px;
    padding: 0;
  }

  .brand-motion-logo {
    width: 44px;
    height: 35px;
  }

  .brand-wordmark {
    font-size: 15px;
  }

  .brand-wordmark strong {
    margin-right: 3px;
    font-size: 25px;
  }

  .nav-cta {
    display: inline-flex;
    justify-self: end;
    min-width: 0;
    max-width: min(230px, calc(100vw - 108px));
    min-height: 40px;
    padding: 0 10px;
    font-size: 10px;
    letter-spacing: 0.07em;
    line-height: 1.12;
    text-align: center;
    white-space: normal;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
    line-height: 0.84;
  }

  h2 {
    font-size: clamp(2.35rem, 12vw, 4rem);
  }

  .hero-copy p,
  .section-heading p,
  .section-copy p,
  .contact-copy p {
    font-size: 1rem;
  }

  .cpm-ledger,
  .account-network-board,
  .pricing-grid,
  .proof-reason-grid,
  .client-fit-grid,
  .fit-grid,
  .status-stack {
    grid-template-columns: 1fr;
  }

  .account-chip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-system {
    width: 100%;
    min-height: 0;
    margin-inline: 0;
    overflow: hidden;
    padding: 0 0 4px;
  }

  .hero-system > img {
    display: none;
  }

  .logo-particle-panel {
    top: auto;
    right: auto;
    width: min(310px, calc(100vw - 52px));
    max-width: 100%;
    transform: rotate(-1.4deg) translateZ(0);
  }

  .logo-particle-panel::after {
    inset: 14px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 300px);
  }

  .hero-actions .primary-cta,
  .hero-actions .secondary-cta {
    width: 100%;
    min-width: 0;
    padding-inline: 14px;
    line-height: 1.14;
    text-align: center;
    white-space: normal;
  }

  .intro,
  .cpm-showcase,
  .client-proof,
  .account-network,
  .featured-page,
  .process,
  .case-study,
  .packages,
  .fit,
  .faq,
  .contact {
    padding: 64px 0;
  }

  .process-scroll {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .fit {
    padding-top: 0;
  }

  .hero-audience {
    display: flex;
    width: 100%;
    gap: 0;
  }

  .hero-audience span {
    flex: 1 1 0;
    min-width: 0;
    min-height: 42px;
    padding: 0 8px;
    font-size: clamp(0.58rem, 2.6vw, 0.76rem);
    letter-spacing: 0.11em;
  }

  .hero-audience span::after {
    margin-left: 8px;
  }

  .cpm-copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.85rem);
  }

  .cpm-ledger article {
    grid-template-columns: 1fr;
    min-height: 154px;
  }

  .cpm-ledger strong {
    grid-row: auto;
  }

  .case-study {
    padding: 0;
  }

  .contact {
    gap: 24px;
    padding-top: 46px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  .faq {
    padding-top: 18px;
    padding-bottom: 36px;
  }

  .section-heading {
    gap: 18px;
    margin-bottom: 34px;
  }

  .network-stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .account-chip {
    min-height: 68px;
    padding: 14px 12px;
  }

  .account-chip strong {
    font-size: 0.8rem;
  }

  .featured-stat-grid,
  .featured-video-rail,
  .proof-reason-grid {
    grid-template-columns: 1fr;
  }

  .fit-spotlight {
    padding: 22px;
  }

  .fit-copy h2 {
    font-size: clamp(2.45rem, 11vw, 3.8rem);
  }

  .fit-proofline span,
  .fit-grid small {
    width: 100%;
  }

  .fit-summary {
    padding: 20px 18px 18px;
  }

  .fit-proofline {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 2px 0 0;
  }

  .fit-proofline::before {
    top: 17px;
    bottom: 17px;
    left: 15px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(254, 44, 86, 0.78), rgba(255, 255, 255, 0.18), rgba(254, 44, 86, 0.36));
  }

  .fit-proofline span {
    display: grid;
    grid-template-columns: 30px 1fr;
    justify-items: start;
    justify-content: start;
    gap: 12px;
    min-height: 46px;
    padding: 0;
    text-align: left;
    border-right: 0;
    border-bottom: 0;
  }

  .fit-proofline span:last-child {
    border-bottom: 0;
  }

  .fit-grid article {
    min-height: auto;
  }

  .client-fit-grid article,
  .proof-reason-grid article {
    min-height: auto;
  }

  .client-fit-grid {
    gap: 10px;
    margin-top: 24px;
  }

  .client-fit-grid article {
    padding: 22px;
  }

  .featured-page-copy {
    display: block;
  }

  .featured-page-copy h2 {
    font-size: clamp(3.35rem, 15vw, 4.5rem);
    margin-top: 12px;
    white-space: normal;
  }

  .featured-page-copy p {
    margin-top: 20px;
  }

  .featured-page-link {
    width: fit-content;
    margin-top: 24px;
  }

  .featured-page-panel {
    grid-template-columns: 1fr;
    max-width: 100%;
    overflow: hidden;
  }

  .featured-page-panel::before {
    inset: 0;
  }

  .featured-profile-card,
  .featured-proof-bar,
  .featured-stat-grid,
  .featured-cpm-strip,
  .proof-reason-grid,
  .featured-video-rail {
    grid-column: 1;
    overflow: hidden;
  }

  .featured-proof-bar {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
  }

  .featured-artist-card {
    width: 100%;
  }

  .featured-profile-card {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: auto;
    padding: 20px;
  }

  .featured-profile-badges {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: stretch;
    width: 100%;
  }

  .featured-stat-grid article {
    min-height: 130px;
  }

  .featured-cpm-strip {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 20px;
  }

  .featured-cpm-strip strong {
    justify-content: flex-start;
    text-align: left;
  }

  .featured-cpm-strip p {
    justify-self: start;
    text-align: left;
  }

  .featured-video-card {
    padding: 14px;
  }

  .video-embed-shell {
    grid-template-columns: minmax(0, 1fr) 58px;
    aspect-ratio: 10.8 / 16;
  }

  .video-view-pill {
    left: 10px;
    right: 68px;
    bottom: 10px;
    width: calc(100% - 88px);
    max-width: none;
    padding: 7px 9px;
    gap: 5px;
    font-size: 9px;
    white-space: nowrap;
  }

  .video-view-pill strong {
    min-width: 0;
    font-size: 0.92rem;
  }

  .video-social-rail {
    width: 100%;
    gap: 8px;
    padding: 0 5px 24px;
  }

  .video-profile-dot {
    width: 38px;
    height: 38px;
    font-size: 10px;
  }

  .video-action-icon {
    width: 35px;
    height: 35px;
  }

  .video-action-icon svg {
    width: 17px;
    height: 17px;
  }

  .video-action-stat {
    width: 100%;
  }

  .featured-video-card .video-action-stat strong {
    font-size: 10px;
  }

  .video-card-screen {
    aspect-ratio: 16 / 10;
  }

  .client-orbit {
    min-height: auto;
    width: 100%;
    overflow: hidden;
  }

  .client-orbit::before {
    inset: 0;
  }

  .client-orbit-stage {
    display: grid;
    min-height: min(74vw, 290px);
    padding: 0 10px;
    overflow: hidden;
  }

  .record-platter {
    width: min(224px, 58vw);
  }

  .record-platter::before,
  .record-platter::after {
    display: none;
  }

  .record-platter::before {
    inset: -30px;
    filter: blur(10px);
  }

  .record-platter::after {
    inset: -26px;
    filter: drop-shadow(0 0 12px rgba(254, 44, 86, 0.44));
  }

  .record-client-logo {
    padding: 5px;
    --badge-scale: 0.72;
  }

  .process-tabs {
    grid-template-columns: 1fr;
  }

  .process-tabs::before {
    display: none;
  }

  .process-tab {
    min-height: 52px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-tab.active {
    background: var(--red);
  }

  .process-detail > div:first-child {
    padding: 26px 22px;
  }

  .process-copy {
    min-height: 300px;
  }

  .process-scroll-stage {
    min-height: auto;
  }

  .process-scroll .process-board {
    position: relative;
    top: auto;
    margin-bottom: 0;
  }

  .case-copy h2 {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .case-profile {
    min-height: 280px;
  }

  .case-profile strong {
    font-size: clamp(1.45rem, 6.2vw, 1.95rem);
  }

  .case-metrics article {
    min-height: 142px;
    padding: 22px;
  }

  .price-card {
    min-height: 500px;
  }

  .price-card.featured-card,
  .price-card.featured-card.active,
  .price-card.featured-card:hover,
  .price-card.featured-card:focus-visible {
    transform: none;
  }

  .price-card.featured-card::before {
    inset: 0;
  }

  .price-card.featured-card::after {
    right: 0;
    left: 0;
  }

  .price-badge {
    position: relative;
    top: auto;
    right: auto;
    align-self: flex-start;
    margin-bottom: 18px;
  }

  .contact-brand-lockup {
    width: min(235px, 76vw);
    height: 130px;
    margin: 0 0 16px;
    overflow: hidden;
  }

  .contact-brand-lockup::after {
    inset: 17% 0 18%;
  }

  .contact-copy p {
    margin-top: 18px;
  }

  .site-footer {
    justify-content: flex-start;
    gap: 14px;
    padding-top: 26px;
    padding-bottom: 34px;
  }

  .site-footer img {
    width: 138px;
  }

  .site-footer div {
    display: grid;
    width: 100%;
    gap: 10px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 340px) {
  .record-client-logo {
    --badge-scale: 0.62;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  #motion-canvas {
    display: none;
  }
}
