
/* =========================================================================
   IMPRINT DIGITAL — REDESIGN v5
   Direction: Nike / Ferrari athletic luxury.
   - Bold cream/ink color blocking
   - Every gold/silver is a metallic four-stop gradient (never flat)
   - Live animated counters, work filter, hover reveals everywhere
   - Real case studies + team from imprint-digital.com
   ========================================================================= */



* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: clip; scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-forma-djr-text), "DJR Text", system-ui, sans-serif;
  font-size: var(--body);
  line-height: 1.5;
  font-weight: 400;
  cursor: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}
@media (hover: none), (max-width: 900px) { body { cursor: auto; } html { scroll-behavior: auto; } }
::selection { background: var(--red); color: var(--cream); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* Grain */
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 200;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/></svg>");
  opacity: 0.025; mix-blend-mode: multiply;
}

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

/* === TYPE UTILITIES === */
.dl-italic { font-family: var(--font-forma-djr-display), "DJR Display"; font-style: italic; font-weight: 400; }
.accent-red { color: var(--red); }
.metal-gold-text {
  background: var(--gold-metal-text);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.metal-silver-text {
  background: var(--silver-metal-text);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}

.kicker {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 600;
  font-size: var(--kicker);
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--ink-50);
}
.section--dark .kicker { color: var(--cream-40); }

/* === SCROLL PROGRESS BAR === */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: var(--silver-metal);
  z-index: 110;
  box-shadow: 0 1px 4px rgba(0,183,212,0.25);
  transition: width .05s linear;
}

/* === SECTION INDICATOR DOTS === */
.section-nav {
  position: fixed; right: 24px; top: 50%;
  transform: translateY(-50%); z-index: 50;
  display: flex; flex-direction: column; gap: 14px;
}
.section-nav-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--silver-metal);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 -1px 0 rgba(20,20,30,0.4), 0 1px 3px rgba(11,9,7,0.18);
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
  cursor: none;
}
.section-nav-dot:hover {
  background: var(--silver-metal);
  transform: scale(1.35);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.8),
    inset 0 -1px 0 rgba(20,20,30,0.5),
    0 0 0 4px rgba(230,107,161,0.18),
    0 2px 8px rgba(230,107,161,0.45);
}
.section-nav-dot.is-active {
  background: var(--red);
  transform: scale(1.4);
  box-shadow: inset 0 1px 0 rgba(255,180,180,0.5), 0 0 8px rgba(225,31,38,0.6);
}
@media (max-width: 900px) { .section-nav { display: none; } }

/* === BULLSEYE CURSOR — three concentric rings + center dot === */
.cursor-bullseye {
  position: fixed; left: 0; top: 0;
  width: 36px; height: 36px;
  z-index: 1000; pointer-events: none;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.bull-ring {
  position: absolute; top: 50%; left: 50%;
  border-radius: 50%;
  border: 1.5px solid #E11F26;
  transform: translate(-50%, -50%);
  transition: width .35s var(--ease-out), height .35s var(--ease-out),
              border-color .3s ease, border-width .3s ease, opacity .25s ease;
  filter: drop-shadow(0 0 4px rgba(225,31,38,0.45));
}
.bull-ring.r1 { width: 36px; height: 36px; }
.bull-ring.r2 { width: 22px; height: 22px; opacity: 0.85; }
.bull-ring.r3 { width: 11px; height: 11px; opacity: 0.7; }
.bull-dot {
  position: absolute; top: 50%; left: 50%;
  width: 4px; height: 4px;
  background: #E11F26;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: background .25s ease, transform .25s ease;
  box-shadow: 0 0 6px rgba(225,31,38,0.7);
}
.cursor-bullseye.is-hover .bull-ring.r1 { width: 56px; height: 56px; border-color: #E11F26; border-width: 2px; opacity: 1; }
.cursor-bullseye.is-hover .bull-ring.r2 { width: 36px; height: 36px; border-color: #E11F26; opacity: 1; }
.cursor-bullseye.is-hover .bull-ring.r3 { width: 18px; height: 18px; border-color: #F4DC8E; opacity: 1; }
.cursor-bullseye.is-hover .bull-dot { background: #F4DC8E; transform: translate(-50%, -50%) scale(1.6); box-shadow: 0 0 10px rgba(244,220,142,0.9); }

/* shoot animation on click */
.cursor-bullseye.is-fire .bull-ring.r1 { animation: bullPulse .55s var(--ease-out); }
.cursor-bullseye.is-fire .bull-ring.r2 { animation: bullPulse .55s .05s var(--ease-out); }
@keyframes bullPulse {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  60% { transform: translate(-50%, -50%) scale(2.2); opacity: 0.4; }
  100% { transform: translate(-50%, -50%) scale(2.6); opacity: 0; }
}

.cursor-label {
  position: fixed; left: 0; top: 0;
  pointer-events: none; z-index: 1001;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 9px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--cream);
  background: var(--ink);
  padding: 5px 9px 4px;
  opacity: 0;
  transform: translate(-50%, calc(-50% - 44px));
  transition: opacity .22s ease;
  white-space: nowrap;
  clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 5px 100%, 0 calc(100% - 5px));
}
.cursor-label.show { opacity: 1; }



@media (hover: none), (max-width: 900px) {
  .cursor-bullseye, .cursor-label { display: none; }
}

/* === BULL MASCOT === */
.mascot {
  position: fixed; left: 0; top: 0;
  width: clamp(56px, 5.5vw, 80px); height: clamp(56px, 5.5vw, 80px);
  z-index: 90; pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease;
  will-change: transform;
}
.mascot.is-visible { opacity: 1; }
.mascot-inner {
  width: 100%; height: 100%;
  animation: mascotBob 4s ease-in-out infinite;
  transform-origin: center bottom;
}
.mascot.is-alert .mascot-inner { animation: mascotAlert 1s ease-in-out infinite; }
@keyframes mascotBob {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-5px) rotate(-1.5deg); }
}
@keyframes mascotAlert {
  0%, 100% { transform: translateY(-2px) scale(1.06); }
  50% { transform: translateY(-7px) scale(1.10); }
}
.mascot img {
  width: 100%; height: 100%;
  filter: drop-shadow(0 12px 28px rgba(11,9,7,0.25)) drop-shadow(0 2px 6px rgba(225,31,38,0.20));
}
@media (hover: none), (max-width: 900px) { .mascot { display: none; } }

/* === MASTHEAD === */
.masthead {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px var(--gutter);
  /* Polished chrome — monotonic ramp matching --gold-metal pattern (no S-curve, no band) */
  background: var(--ink, #0B0907);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(70,70,70,0.45),
    0 10px 26px rgba(50,52,58,0.18);
  transition: padding .35s var(--ease), box-shadow .35s ease;
  border-bottom: 1px solid rgba(70,70,70,0.3);
}
.masthead.is-stuck {
  padding-top: 16px; padding-bottom: 16px;
  background: rgba(11,9,7,0.96);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,0.92),
    inset 0 -1px 0 rgba(50,52,58,0.55),
    0 12px 28px rgba(50,52,58,0.24);
}
.mast-mark { display: flex; align-items: center; }
.mast-mark img { height: 156px; width: auto; transition: transform .5s var(--ease-out), height .35s var(--ease-out); }
.masthead.is-stuck .mast-mark img { height: 96px; }
.mast-mark:hover img { transform: rotate(-3deg); }
.mast-nav { display: flex; align-items: center; gap: 34px; }
.mast-link {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11.5px;
  letter-spacing: 0.20em; text-transform: uppercase;
  position: relative; padding: 6px 0;
  color: var(--cream, #F4E7D2);
  transition: color .25s ease;
}
.mast-link::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, var(--miami) 0%, var(--red) 100%);
  transition: right .35s var(--ease-out);
}
.mast-link:hover { filter: brightness(1.4); }
.mast-link:hover::after { right: 0; }

/* === CTA SHARED — same shape + size for parity === */
.btn-gold, .btn-silver, .btn-blue, .btn-blue-solid {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 22px;
  min-width: 248px;
  color: var(--ink);
  padding: 14px 24px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 12px;
  letter-spacing: 0.20em; text-transform: uppercase;
  position: relative; overflow: hidden;
  transition: transform .25s ease, color .25s ease, box-shadow .35s ease, background-color .3s ease, border-color .3s ease;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.btn-gold > *, .btn-silver > *, .btn-blue > *, .btn-blue-solid > * { position: relative; z-index: 1; }
.btn-gold svg, .btn-silver svg, .btn-blue svg, .btn-blue-solid svg { width: 14px; height: 8px; flex-shrink: 0; }
.btn-gold::before, .btn-silver::before {
  content: ""; position: absolute; inset: 0;
  transform: translateY(101%); transition: transform .4s var(--ease);
}
.btn-gold:hover, .btn-silver:hover { transform: translateY(-1px); }
.btn-gold:hover::before, .btn-silver:hover::before { transform: translateY(0); }

/* Miami Blue PRIMARY — solid fill, hovers RED */
.btn-blue {
  background: var(--miami);
  color: var(--ink);
  border: 2px solid var(--miami);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,0.35),
    inset 0 -1.5px 0 rgba(0,90,110,0.5),
    0 8px 22px rgba(0,183,212,0.28);
}
.btn-blue:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--cream);
  box-shadow:
    inset 0 1.5px 0 rgba(255,180,180,0.4),
    inset 0 -1.5px 0 rgba(80,8,12,0.6),
    0 12px 30px rgba(225,31,38,0.36);
  transform: translateY(-1px);
}
.btn-blue::before { display: none; }
.btn-blue svg path { stroke: currentColor; }

/* Solid blue mid-emphasis (View All Case Studies) — same primary look but smaller */
.btn-blue-solid {
  background: var(--miami);
  color: var(--ink);
  border: 2px solid var(--miami);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,0.35),
    inset 0 -1.5px 0 rgba(0,90,110,0.5),
    0 6px 18px rgba(0,183,212,0.22);
}
.btn-blue-solid:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--cream);
  box-shadow:
    inset 0 1.5px 0 rgba(255,180,180,0.4),
    inset 0 -1.5px 0 rgba(80,8,12,0.6),
    0 10px 26px rgba(225,31,38,0.32);
  transform: translateY(-1px);
}
.btn-blue-solid::before { display: none; }

/* gold variant */
.btn-gold {
  background-image: var(--gold-metal);
  box-shadow:
    inset 0 1.5px 0 rgba(255,236,180,0.7),
    inset 0 -1.5px 0 rgba(60,40,5,0.5),
    0 6px 18px rgba(190,145,50,0.18);
}
.btn-gold:hover { box-shadow: 0 10px 26px rgba(190,145,50,0.32), inset 0 1px 0 rgba(255,236,180,0.6); }
.btn-gold::before { background-image: var(--gold-metal-hover); }

/* silver variant — base metallic silver, hovers to metallic GOLD */
.btn-silver {
  background-image: var(--silver-metal);
  color: var(--ink);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,0.7),
    inset 0 -1.5px 0 rgba(20,20,30,0.5),
    0 6px 18px rgba(140,143,151,0.22);
}
.btn-silver:hover {
  color: var(--ink);
  box-shadow:
    inset 0 1.5px 0 rgba(255,236,180,0.7),
    inset 0 -1.5px 0 rgba(60,40,5,0.5),
    0 12px 30px rgba(190,145,50,0.32);
}
.btn-silver::before { background-image: var(--gold-metal); }

/* large variant */
.btn-gold--lg, .btn-silver--lg, .btn-blue--lg, .btn-blue-solid--lg {
  font-size: 13px; padding: 18px 30px;
  min-width: 300px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.btn-gold--lg svg, .btn-silver--lg svg, .btn-blue--lg svg, .btn-blue-solid--lg svg { width: 16px; height: 9px; }

/* compact for masthead only */
.masthead .btn-blue, .masthead .btn-gold, .masthead .btn-silver {
  min-width: 0; padding: 11px 20px; font-size: 11px; gap: 12px; letter-spacing: 0.16em;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
}

/* === Text CTA === */
.btn-text {
  display: inline-flex; align-items: center; gap: 12px; padding: 12px 0;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink); position: relative;
}
.btn-text::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 1px;
  background: var(--ink); transform-origin: right;
  transition: transform .35s var(--ease-out);
}
.btn-text:hover::after { animation: lineSweep .7s var(--ease) both; }
@keyframes lineSweep {
  0% { transform: scaleX(1); transform-origin: right; }
  49% { transform: scaleX(0); transform-origin: right; }
  50% { transform: scaleX(0); transform-origin: left; }
  100% { transform: scaleX(1); transform-origin: left; }
}
.btn-text svg { width: 16px; height: 8px; transition: transform .3s var(--ease-out); }
.btn-text:hover svg { transform: translateX(4px); }
.section--dark .btn-text { color: var(--cream); }
.section--dark .btn-text::after { background: var(--cream); }

/* === HERO === */
.hero {
  position: relative;
  padding: clamp(220px, 16vw, 260px) var(--gutter) clamp(56px, 7vw, 96px);
  overflow: hidden;
  background: var(--cream);
}

/* === HERO VIDEO BG === */
.hero-video {
  position: absolute; inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-video iframe {
  position: absolute;
  top: 0; left: 50%;
  /* fill container at 16:9 — width grows to clear horizontal, height grows to clear vertical */
  width: max(100%, 177.78vh);
  height: max(56.25vw, 100%);
  transform: translateX(-50%);
  border: 0;
  pointer-events: none;
}
.hero-video::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(244,231,210,0.72) 0%, rgba(244,231,210,0.55) 30%, rgba(244,231,210,0.70) 65%, rgba(244,231,210,0.92) 100%),
    radial-gradient(80% 70% at 20% 30%, rgba(244,231,210,0.50) 0%, rgba(244,231,210,0) 65%);
}
.hero-inner { max-width: var(--maxw); width: 100%; margin: 0 auto; position: relative; z-index: 2; }

.hero-top {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 40px;
  margin-bottom: clamp(40px, 5vw, 72px);
}
.hero-top .credit {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 600; font-size: 10px;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-50);
  display: flex; align-items: center; gap: 12px;
}
.hero-top .credit .bar { width: 28px; height: 1px; background: var(--ink-30); }
.hero-top .credit .sep { color: var(--ink-30); }
.hero-top .accolade {
  text-align: right; display: flex; flex-direction: column; gap: 2px;
}
.hero-top .accolade strong {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 20px;
  letter-spacing: -0.02em; line-height: 1;
}
.hero-top .accolade span { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-50); }

.hero-display {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: var(--hero); line-height: 0.84;
  letter-spacing: -0.04em;
  margin-left: -0.04em;
}
.hero-display .line { display: block; overflow: hidden; padding: 0.06em 0; }
.hero-display .line > span { display: inline-block; transform: translateY(110%); transition: transform .9s var(--ease-out); }
.hero-display.is-revealed .line > span { transform: translateY(0); }
.hero-display .line:nth-child(2) > span { transition-delay: .08s; }
.hero-display .hd-period {
  display: inline-block;
  margin-left: 0.04em;
  line-height: 1;
  font-size: 0.55em;
  vertical-align: baseline;
  transform: translateY(0.08em);
}
.hero-display .accent-red.hd-period { color: var(--red); }
.hero-display .hd-tm {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700;
  font-size: 0.28em;
  vertical-align: super;
  margin-left: 0.08em;
  letter-spacing: 0.01em;
  transform: translateY(-0.55em);
  display: inline-block;
  color: var(--red);
  position: relative;
}
/* tiny pink underline on Mark™ — only on hover, only for people who notice */
.hero-display .hd-tm::after {
  content: ""; position: absolute;
  left: -2px; right: -2px; bottom: -0.1em;
  height: 1.5px;
  background: var(--pink);
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform .45s var(--ease-out), opacity .35s ease;
}
.hero-display:hover .hd-tm::after {
  transform: scaleX(1);
  opacity: 0.85;
}

.hero-bottom {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  margin-top: clamp(40px, 5vw, 64px);
  align-items: end;
}
.hero-lede {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 400;
  font-size: var(--sub); line-height: 1.3; letter-spacing: -0.005em;
  color: var(--ink-70); max-width: 580px;
}
.hero-lede strong { color: var(--ink); font-weight: 600; }
.hero-cta-stack { display: flex; gap: 14px; align-items: flex-start; flex-wrap: wrap; }

.hero-bull {
  position: absolute; right: -3vw; top: 50%;
  width: clamp(280px, 30vw, 540px);
  max-height: 56vh;
  transform: translateY(-50%);
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
}
.hero-bull img {
  width: 100%; height: 100%;
  object-fit: contain; object-position: right center;
  clip-path: inset(0 0 38% 0);
}

/* === HERO STATS — full-bleed strip, escapes hero gutter === */
.hero-stats {
  margin: clamp(48px, 6vw, 80px) calc(var(--gutter) * -1) calc(clamp(56px, 7vw, 96px) * -1);
  position: relative;
  background: var(--bone);
  padding: clamp(28px, 3vw, 48px) var(--gutter);
}

/* hero scroll cue */
.hero-scroll {
  position: absolute;
  bottom: clamp(20px, 2.4vw, 36px);
  left: 50%; transform: translateX(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 600; font-size: 9px;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-50);
  pointer-events: none;
  transition: opacity .35s ease;
}
.hero-scroll .line {
  width: 1px; height: 28px;
  background: linear-gradient(180deg, var(--ink-30) 0%, transparent 100%);
  animation: scrollPulse 2s ease-in-out infinite;
  transform-origin: top;
}
/* fade scroll cue out as soon as the user starts scrolling */
.has-scrolled .hero-scroll { opacity: 0; }
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(0.5); opacity: 0.5; }
  50% { transform: scaleY(1); opacity: 1; }
}
@media (max-width: 900px) { .hero-scroll { display: none; } }

/* === TRUST STRIP — gold-accented social proof, stacked stat blocks === */
.trust-strip {
  background: var(--bone);
  padding: clamp(36px, 4vw, 60px) var(--gutter);
  position: relative;
}
.trust-strip::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(212,162,58,0.55) 50%, transparent 100%);
}
.trust-inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 0;
}
.trust-item {
  display: flex; flex-direction: column; gap: 8px;
  padding: 4px clamp(16px, 1.8vw, 32px);
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 600; font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-60);
  position: relative;
}
.trust-item + .trust-item { position: relative; }
.trust-item + .trust-item::before {
  content: ""; position: absolute; left: 0; top: 10%; bottom: 10%; width: 2px;
  background: linear-gradient(180deg, transparent 0%, #A0A0A0 25%, #BFBFBF 50%, #A0A0A0 75%, transparent 100%);
  opacity: 0.9;
}
.trust-item strong {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: -0.025em; line-height: 1;
  color: var(--red);
  text-transform: none;
}
.trust-item .stars {
  display: inline-flex; gap: 2px;
  color: var(--red);
  font-size: 14px; letter-spacing: 0;
  margin-bottom: 2px;
}
.trust-item .t-rating { display: flex; align-items: baseline; gap: 10px; }
.trust-divider { display: none; }
@media (max-width: 1100px) {
  .trust-inner { grid-template-columns: repeat(3, 1fr); row-gap: 24px; }
  .trust-item:nth-child(7), .trust-item:nth-child(9) { border-left: 1px solid rgba(11,9,7,0.10); }
}
@media (max-width: 640px) {
  .trust-inner { grid-template-columns: repeat(2, 1fr); }
  .trust-item { border-left: none !important; }
}

/* === STICKY CTA BAR — appears after scrolling past hero === */
.sticky-cta {
  position: fixed; bottom: 24px; right: 24px; left: auto;
  transform: translateY(140%);
  z-index: 55;
  display: flex; align-items: center; gap: 18px;
  background: rgba(11,9,7,0.92);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  color: var(--cream);
  padding: 10px 12px 10px 24px;
  border: 1px solid rgba(244,231,210,0.18);
  box-shadow: 0 18px 48px rgba(11,9,7,0.32);
  transition: transform .5s var(--ease-out), opacity .35s ease;
  opacity: 0;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}
.sticky-cta.is-visible { transform: translateY(0); opacity: 1; }
.sticky-cta.is-muted { opacity: 0.35; transform: translateY(0) scale(0.92); transform-origin: bottom right; }
.sticky-cta.is-muted:hover { opacity: 1; transform: translateY(0) scale(1); }
.sticky-cta-copy {
  display: flex; flex-direction: column; gap: 2px;
}
.sticky-cta-copy strong {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 14px;
  letter-spacing: -0.01em; line-height: 1.1;
}
.sticky-cta-copy .lbl {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 600; font-size: 9px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--cream-60);
}
.sticky-cta-meta {
  display: flex; align-items: center; gap: 10px;
  padding-right: 18px;
  border-right: 1px solid rgba(244,231,210,0.18);
  margin-right: 6px;
}
.sticky-cta-meta .stars {
  background: var(--gold-metal-text);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  font-size: 14px;
}
@media (max-width: 640px) {
  .sticky-cta { bottom: 16px; right: 16px; padding: 8px 8px 8px 16px; gap: 12px; }
  .sticky-cta-meta { display: none; }
  .sticky-cta-copy strong { font-size: 13px; }
  .sticky-cta-copy .lbl { display: none; }
}

/* === STRIKE LINE — quick high-impact statement === */
.strike {
  background: var(--cream);
  padding: clamp(48px, 6vw, 88px) var(--gutter);
  border-top: 1px solid var(--ink-08);
  border-bottom: 1px solid var(--ink-08);
}
.strike-inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.strike-quote {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(30px, 4.2vw, 64px); line-height: 1.0;
  letter-spacing: -0.035em;
}
.strike-quote em { font-style: italic; font-weight: 400; color: var(--ink-50); }
.strike-quote .red { color: var(--red); }
.strike-aside { color: var(--ink-70); font-size: var(--body-lg); line-height: 1.55; max-width: 460px; }
.strike-aside strong { color: var(--ink); font-weight: 600; }
@media (max-width: 900px) {
  .strike-inner { grid-template-columns: 1fr; }
}

/* === SECTION SCAFFOLD === */
.section { padding: var(--xl) 0; position: relative; }
.section--cream { background: var(--cream); }
.section--bone { background: var(--bone); }
.section--ink { background: var(--ink); color: var(--cream); }
.section--ink::selection { background: var(--gold-base); color: var(--ink); }

/* hairline between sections — gold on ink edges, silver between cream-to-cream */
.section--ink::before, .section--ink::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgba(244,220,142,0.4) 18%, rgba(244,220,142,0.85) 50%, rgba(244,220,142,0.4) 82%, transparent 100%);
}
.section--ink::before { top: 0; }
.section--ink::after { bottom: 0; }

/* silver hairline between adjacent cream sections */
.section--cream + .section--cream,
.trust-strip + .section--cream,
.section--cream + .strike,
.strike + .section--cream {
  position: relative;
}
.section--cream + .section--cream::before,
.trust-strip + .section--cream::before,
.section--cream + .strike::before,
.strike + .section--cream::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, #9C9C9C 22%, #BFBFBF 50%, #9C9C9C 78%, transparent 100%);
  opacity: 0.55;
}

/* alternating cream tones for clear section blocking */
.strike, .section--cream:nth-of-type(odd) { background: var(--cream); }
.section--cream:nth-of-type(even) { background: var(--cream-warm); }
.trust-strip { background: var(--bone); }

/* === GRAPHIC EDGES — corner brackets on key sections === */
.section { position: relative; }
.section > .container { position: relative; }
.edge-bracket {
  position: absolute; width: 26px; height: 26px;
  border-color: var(--red);
  pointer-events: none;
  opacity: 0; transform: scale(0.7);
  transition: opacity .6s var(--ease-out), transform .6s var(--ease-out);
}
.section.is-revealed .edge-bracket,
.is-revealed > .edge-bracket { opacity: 1; transform: scale(1); }
.edge-bracket--tl { top: -1px; left: -1px; border-top: 2px solid; border-left: 2px solid; }
.edge-bracket--tr { top: -1px; right: -1px; border-top: 2px solid; border-right: 2px solid; }
.edge-bracket--bl { bottom: -1px; left: -1px; border-bottom: 2px solid; border-left: 2px solid; }
.edge-bracket--br { bottom: -1px; right: -1px; border-bottom: 2px solid; border-right: 2px solid; }
.section--ink .edge-bracket { border-color: var(--gold-base); }

/* === DIAGONAL CORNER TAGS — small "RECEIPTED" / "VERIFIED" style chevron ticks === */
.corner-tag {
  position: absolute; top: 22px; right: 22px;
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 9px;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--red); padding: 6px 12px;
  border: 1px solid var(--red);
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}
.corner-tag::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--red); animation: tagPulse 2s ease-in-out infinite;
}
.section--ink .corner-tag { color: var(--gold-base); border-color: var(--gold-base); }
.section--ink .corner-tag::before { background: var(--gold-base); }
@keyframes tagPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

/* === SECTION-EDGE TICKMARK STRIP — small dotted ruler-style runs along the divider === */
.tick-rule {
  position: absolute; left: 50%; transform: translateX(-50%);
  display: flex; gap: 6px; padding: 8px 16px;
  background: var(--cream); z-index: 2;
}
.tick-rule .tk { width: 1px; height: 10px; background: var(--ink-30); }
.tick-rule .tk:nth-child(2n) { height: 6px; }
.tick-rule .tk--accent { background: var(--red); height: 14px; }
.tick-rule--bottom { bottom: -16px; }
.section--ink + .section .tick-rule { background: var(--cream); }
.section + .section--ink .tick-rule { background: var(--ink); }
.section--ink .tick-rule .tk { background: var(--cream-20); }
.section--ink .tick-rule .tk--accent { background: var(--gold-base); }

.section-kicker {
  display: flex; align-items: center; gap: 28px;
  margin-bottom: clamp(20px, 2vw, 32px);
  padding-left: 4px;
}
.section-kicker .num {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: clamp(22px, 1.8vw, 28px);
  letter-spacing: -0.02em; line-height: 1;
  color: var(--red);
}
.section--ink .section-kicker .num {
  background: var(--gold-metal-text);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.section-kicker .lbl {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: clamp(13px, 1.1vw, 16px);
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--ink-70);
}
.section--ink .section-kicker .lbl { color: rgba(244,231,210,0.78); }
.section-kicker .div {
  flex: 1; height: 2px;
  background: linear-gradient(90deg, #8E8E8E 0%, #BFBFBF 50%, transparent 100%);
  opacity: 0.55;
}
.section--ink .section-kicker .div {
  background: linear-gradient(90deg, #8E8E8E 0%, #D4D4D4 50%, transparent 100%);
  opacity: 0.7;
}
.section-kicker .gold-tick {
  width: 18px; height: 1px;
  background: var(--gold-metal);
  margin-left: -8px;
}

.section-h {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: var(--section); line-height: 0.94;
  letter-spacing: -0.034em;
  max-width: 1280px;
  margin-bottom: clamp(20px, 2vw, 32px);
  position: relative;
  padding-bottom: clamp(16px, 1.6vw, 24px);
}
.section-h::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 140px; height: 2px;
  background: linear-gradient(90deg, #565860 0%, #8E9097 20%, #F2F4F7 50%, #8E9097 80%, #565860 100%);
  opacity: 0.65;
}
.section--ink .section-h::after {
  background: linear-gradient(90deg, #565860 0%, #C8CACF 50%, #565860 100%);
  opacity: 0.85;
}
.section-h em { font-style: italic; font-weight: 400; color: var(--ink-50); }
.section--ink .section-h em { color: var(--cream-40); }
.section-h .red { color: var(--red); }
.section-deck {
  font-size: var(--body-lg); line-height: 1.5; color: var(--ink-70);
  max-width: 560px;
  margin-bottom: clamp(48px, 5vw, 72px);
}
.section--ink .section-deck { color: var(--cream-60); }

/* === RECEIPTS — big animated counters on ink === */
.receipts {
  background: var(--ink); color: var(--cream);
  padding: calc(var(--xl) + 64px) 0 var(--xl);
  position: relative; overflow: hidden;
  scroll-margin-top: 96px;
}
.receipts::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(60% 60% at 20% 30%, rgba(225,31,38,0.10) 0%, transparent 50%),
    radial-gradient(60% 60% at 80% 70%, rgba(212,162,58,0.06) 0%, transparent 50%);
}
/* gold edge dividers — match section--ink */
.receipts::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgba(212,162,58,0.32) 22%, rgba(244,220,142,0.42) 50%, rgba(212,162,58,0.32) 78%, transparent 100%);
}
.receipts > .gold-top-divider {
  position: absolute; left: 0; right: 0; top: 0; height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgba(212,162,58,0.32) 22%, rgba(244,220,142,0.42) 50%, rgba(212,162,58,0.32) 78%, transparent 100%);
}
.receipts-inner { position: relative; z-index: 2; }
.receipts-h {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(28px, 3.6vw, 56px); line-height: 1.1;
  letter-spacing: -0.03em; color: var(--cream);
  margin-bottom: clamp(40px, 5vw, 72px);
}
.receipts-h em { font-style: italic; font-weight: 400; color: rgba(244,231,210,0.62); }
.receipts-h .gold {
  background: var(--gold-metal-text);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}

.colossal {
  margin: 0 auto;
  text-align: center;
  padding: clamp(20px, 3vw, 48px) 0 clamp(20px, 3vw, 36px);
}
.colossal-n {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: var(--colossal); line-height: 0.98; letter-spacing: -0.045em;
  color: var(--cream);
}
.colossal-n .gold {
  background: var(--gold-metal-text);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0.2em 0.06em; margin: -0.2em -0.06em;
}
.colossal-sub {
  margin-top: clamp(20px, 2vw, 32px);
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 600;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(244,231,210,0.78);
}

.stat-row {
  margin-top: clamp(48px, 5vw, 80px);
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--cream-20);
  padding: 0 clamp(20px, 3vw, 48px);
  gap: clamp(20px, 2.4vw, 40px);
}
.stat-cell {
  padding: clamp(28px, 3vw, 48px) clamp(20px, 2vw, 36px) 0 clamp(20px, 2vw, 36px);
  border-right: 1px solid var(--cream-20);
  display: flex; flex-direction: column; gap: 12px;
  transition: background .35s ease;
}
.stat-cell:last-child { border-right: none; }
.stat-cell:hover { background: rgba(244,231,210,0.04); }
.stat-cell .n {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(40px, 5vw, 88px); line-height: 0.9;
  letter-spacing: -0.04em;
}
.stat-cell .n .gold {
  background: var(--gold-metal-text);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.stat-cell .l {
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(244,231,210,0.86); font-weight: 600;
}
.stat-cell .d { font-size: 14px; line-height: 1.5; color: rgba(244,231,210,0.74); max-width: 320px; }

/* === SELECTED WORK — with tab filter === */
.work-filter {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin-bottom: clamp(32px, 3.5vw, 56px);
  padding-bottom: clamp(28px, 3vw, 40px);
  border-bottom: 1px solid var(--ink-08);
}
.work-filter-btn {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 10px 18px;
  background: transparent;
  border: 1.5px solid var(--miami);
  color: var(--miami-deep);
  cursor: none;
  transition: all .3s var(--ease-out);
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}
.work-filter-btn:hover { background: var(--red); color: var(--cream); border-color: var(--red); box-shadow: 0 6px 16px rgba(225,31,38,0.32); }
.work-filter-btn.is-active {
  background: var(--miami); color: var(--ink); border-color: var(--miami);
}
.work-filter-btn .count { color: var(--miami-deep); margin-left: 6px; opacity: 0.7; }
.work-filter-btn.is-active .count { color: var(--ink); opacity: 1; }
.work-filter-btn:hover .count { color: var(--cream); opacity: 1; }

/* === FEATURED VIDEO STORY === */
.featured-video {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: clamp(28px, 3vw, 48px);
  align-items: center;
  margin-bottom: clamp(40px, 4vw, 64px);
  padding: clamp(20px, 2vw, 32px);
  background: var(--ink);
  color: var(--cream);
  border: 1px solid rgba(11,9,7,0.25);
  box-shadow: 0 18px 50px rgba(11,9,7,0.18);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  position: relative;
}
.featured-video::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, var(--miami) 0%, var(--gold-base) 50%, var(--red) 100%);
  opacity: 0.7;
}
.fv-frame {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.fv-tag {
  position: absolute; top: 18px; left: 18px; z-index: 3;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 12px;
  background: rgba(11,9,7,0.78);
  color: var(--miami-light);
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 10px;
  letter-spacing: 0.26em; text-transform: uppercase;
  border: 1px solid rgba(0,183,212,0.55);
}
.fv-tag .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--miami); box-shadow: 0 0 8px rgba(0,183,212,0.7);
  animation: tagPulse 2s ease-in-out infinite;
}
.fv-player {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  cursor: none;
}
.fv-poster {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.85) contrast(1.08) saturate(1.08);
  transition: transform .8s var(--ease-out), filter .35s ease;
}
.fv-poster::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,9,7,0) 35%, rgba(11,9,7,0.55) 100%);
}
.fv-frame:hover .fv-poster { transform: scale(1.04); filter: brightness(0.95) contrast(1.12) saturate(1.12); }
.fv-play {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(80px, 8vw, 112px); height: clamp(80px, 8vw, 112px);
  background: none; border: 0; padding: 0;
  cursor: none; color: var(--cream);
  transition: transform .35s var(--ease-out), color .25s ease;
  z-index: 2;
}
.fv-play svg { width: 100%; height: 100%; filter: drop-shadow(0 6px 22px rgba(11,9,7,0.45)); }
.fv-frame:hover .fv-play { transform: translate(-50%, -50%) scale(1.06); color: var(--miami-light); }
.fv-player.is-playing .fv-play,
.fv-player.is-playing .fv-poster,
.fv-player.is-playing + .fv-tag,
.featured-video.is-playing .fv-tag { display: none; }
.fv-player iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}
.fv-caption { display: flex; flex-direction: column; gap: 18px; padding-right: 8px; }
.fv-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--miami-light);
}
.fv-eyebrow .bar { width: 32px; height: 1.5px; background: var(--miami); }
.fv-title {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(28px, 2.6vw, 40px); line-height: 1.04; letter-spacing: -0.024em;
  color: var(--cream);
}
.fv-title em { font-style: italic; font-weight: 400; color: var(--cream-60); }
.fv-deck {
  font-size: clamp(14px, 1.05vw, 16px); line-height: 1.55;
  color: var(--cream-60); max-width: 480px;
}
.fv-meta {
  display: flex; flex-wrap: wrap; gap: clamp(14px, 1.6vw, 28px);
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid rgba(244,231,210,0.18);
}
.fv-meta span {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cream-60);
}
.fv-meta strong {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--cream);
  display: block; margin-bottom: 2px;
}
@media (max-width: 960px) {
  .featured-video { grid-template-columns: 1fr; }
}

.work-grid {
  display: grid; grid-template-columns: repeat(12, 1fr);
  gap: clamp(14px, 1.4vw, 22px);
  max-width: 1200px;
  margin: 0 auto;
}
.work-tile {
  position: relative; overflow: hidden;
  background: var(--ink); color: var(--cream);
  aspect-ratio: 4 / 5;
  border: 1.5px solid transparent;
  border-image: linear-gradient(160deg, #D4D4D4 0%, #BFBFBF 50%, #A8A8A8 100%) 1;
  box-shadow: 0 10px 30px rgba(11,9,7,0.10), inset 0 0 0 1px rgba(244,231,210,0.04);
  transition: opacity .35s ease, transform .55s var(--ease-out), box-shadow .35s ease;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
.work-tile:hover {
  box-shadow: 0 22px 56px rgba(11,9,7,0.22), 0 0 0 2px rgba(0,183,212,0.55);
  border-color: rgba(0,183,212,0.55);
  transform: translateY(-3px);
}
.work-tile.is-hidden { opacity: 0.18; transform: scale(0.97); pointer-events: none; }
.work-tile.is-hidden .work-tile-img { filter: grayscale(1) brightness(0.7); }
.work-tile-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 1.4s var(--ease-out), filter .55s ease;
  filter: brightness(0.88) contrast(1.08) saturate(1.05);
}
.work-tile:hover .work-tile-img { transform: scale(1.06); filter: brightness(1.0) contrast(1.12) saturate(1.15); }
.work-tile::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(11,9,7,0.15) 0%, rgba(11,9,7,0.28) 30%, rgba(11,9,7,0.68) 58%, rgba(11,9,7,0.97) 100%);
}
.work-tile-content {
  position: absolute; left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: clamp(22px, 2.2vw, 36px);
  display: flex; flex-direction: column; gap: 10px;
}
.work-tile-meta {
  display: flex; gap: 10px; align-items: center;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--cream);
  margin-bottom: 4px;
  text-shadow: 0 1px 6px rgba(11,9,7,0.92);
}
.work-tile-meta .pill {
  padding: 5px 11px;
  border: 1px solid var(--cream);
  background: rgba(11,9,7,0.62);
  backdrop-filter: blur(4px);
}
.work-tile-meta .yr { color: var(--cream); opacity: 0.75; }
.work-tile-title {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(24px, 2.6vw, 40px); line-height: 0.96;
  letter-spacing: -0.024em;
  color: var(--cream);
  text-shadow: 0 2px 4px rgba(11,9,7,0.9), 0 4px 22px rgba(11,9,7,0.7);
}
.work-tile-title .gold {
  background: var(--gold-metal);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.work-tile-metric {
  display: flex; flex-direction: column; gap: 4px;
  align-items: flex-start;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(244,220,142,0.35);
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  letter-spacing: -0.025em;
}
.work-tile-metric .n {
  font-size: clamp(36px, 3.4vw, 56px); line-height: 0.95;
  display: inline-block;
  background-image: linear-gradient(180deg, #F4DC8E 0%, #E2B658 26%, #BE9132 58%, #6F4D0E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.work-tile-metric .l {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700;
  font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--cream); opacity: 0.95;
  text-shadow: 0 1px 6px rgba(11,9,7,0.92);
}

/* Layout — asymmetric grid */
.work-tile.t1 { grid-column: 1 / 7; }
.work-tile.t2 { grid-column: 7 / 13; }
.work-tile.t3 { grid-column: 1 / 5; }
.work-tile.t4 { grid-column: 5 / 9; }
.work-tile.t5 { grid-column: 9 / 13; }
.work-tile.t6 { grid-column: 1 / 9; aspect-ratio: 16 / 9; }
.work-tile.t7 { grid-column: 9 / 13; }

.work-cta-strip {
  margin-top: clamp(32px, 3.5vw, 56px);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 24px;
}

/* === SERVICES — six cards on ink with hover-flip === */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.2vw, 20px);
  margin-top: clamp(24px, 2.4vw, 40px);
}
.svc-card {
  position: relative; overflow: hidden;
  padding: clamp(20px, 2vw, 30px);
  min-height: 320px;
  background: rgba(244,231,210,0.04);
  border: 1.5px solid transparent;
  border-image: linear-gradient(135deg, #D4D4D4 0%, #BFBFBF 50%, #A8A8A8 100%) 1;
  color: var(--cream);
  cursor: none;
  transition: background .4s var(--ease-out), box-shadow .4s ease, transform .35s var(--ease-out);
  display: flex; flex-direction: column; gap: clamp(12px, 1.2vw, 18px);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.svc-card .svc-card-channels { margin-top: auto; }
.svc-card:hover {
  background: linear-gradient(165deg, rgba(244,220,142,0.14) 0%, rgba(244,231,210,0.08) 55%, rgba(225,31,38,0.10) 100%);
  border-color: rgba(244,220,142,0.55);
  box-shadow: inset 0 0 0 1px rgba(244,220,142,0.22), 0 18px 40px rgba(225,31,38,0.12);
  transform: translateY(-2px);
}
.svc-card-num {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 16px;
  color: var(--cream-40); letter-spacing: -0.01em;
}
.svc-card-icon {
  width: clamp(48px, 4.4vw, 64px); height: clamp(48px, 4.4vw, 64px);
  display: grid; place-items: center;
  margin: 8px 0 0;
  filter: drop-shadow(0 4px 14px rgba(225,31,38,0.22));
}
.svc-card-icon img {
  width: 100%; height: 100%;
  object-fit: contain;
  transition: transform .45s var(--ease-out);
}
.svc-card:hover .svc-card-icon img { transform: scale(1.08) rotate(-3deg); }
.svc-card-body { display: flex; flex-direction: column; gap: 14px; }
.svc-card-name {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(26px, 2.4vw, 38px); line-height: 1; letter-spacing: -0.025em;
}
.svc-card-name em { font-style: italic; font-weight: 400; color: var(--cream-60); }
.svc-card-desc { font-size: 14px; line-height: 1.5; color: var(--cream-60); }
.svc-card-channels {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: auto;
}
.svc-card-channels span {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 4px 8px; border: 1px solid var(--cream-20);
  color: var(--cream-60);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.svc-card:hover .svc-card-channels span { background: var(--cream-20); color: var(--cream); border-color: var(--cream-40); }
.svc-card-discover {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 6px;
  align-self: flex-start;
  padding: 10px 16px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 10.5px;
  letter-spacing: 0.20em; text-transform: uppercase;
  background: var(--miami); color: var(--ink);
  border: 1.5px solid var(--miami);
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
  clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 7px 100%, 0 calc(100% - 7px));
}
.svc-card-discover svg { width: 14px; height: 8px; }
.svc-card:hover .svc-card-discover {
  background: var(--red); border-color: var(--red); color: var(--cream);
  transform: translateY(-1px);
}

/* === APPROACH — 7-step vertical walk-through; one card pops in at a time on scroll === */
.gameplan-wrap {
  position: relative;
  margin-top: clamp(28px, 3vw, 48px);
}
.gameplan {
  position: relative;
  display: flex; flex-direction: column;
  gap: clamp(20px, 2.4vw, 36px);
  max-width: 820px;
  margin: 0 auto;
  padding-left: clamp(36px, 3.5vw, 64px);
}
/* vertical step rail — silver metallic, with a quiet pink "start" tip up top */
.gameplan::before {
  content: ""; position: absolute;
  left: clamp(20px, 2vw, 40px); top: 28px; bottom: 28px;
  width: 3px;
  background: linear-gradient(180deg, #D8D8D8 0%, #BFBFBF 50%, #A8A8A8 100%);
  opacity: 0.7;
  z-index: 0;
  box-shadow: 0 0 0 1px rgba(86,88,96,0.18);
}
.gameplan::after {
  content: ""; position: absolute;
  left: calc(clamp(20px, 2vw, 40px) - 3px); top: 18px;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 2px rgba(230,107,161,0.18), 0 0 12px rgba(230,107,161,0.55);
  z-index: 1;
  opacity: 0.85;
}
.gameplan-arrows { display: none; }

.phase-card {
  position: relative;
  background: var(--bone);
  color: var(--ink);
  border: 1.5px solid transparent;
  border-image: linear-gradient(135deg, #D4D4D4 0%, #BFBFBF 50%, #A8A8A8 100%) 1;
  box-shadow: 0 6px 22px rgba(11,9,7,0.05);
  padding: clamp(22px, 2.4vw, 36px) clamp(24px, 2.8vw, 44px);
  /* slow pop-in — triggered per-card as it enters the viewport */
  opacity: 0;
  transform: translateY(48px);
  transition:
    opacity 1.05s var(--ease-out),
    transform 1.05s var(--ease-out),
    background-color .35s ease,
    color .35s ease,
    box-shadow .35s ease;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.phase-card.is-revealed { opacity: 1; transform: translateY(0); }
.phase-card::before {
  content: ""; position: absolute;
  left: calc(clamp(36px, 3.5vw, 64px) * -1 + 6px);
  top: 36px;
  width: 18px; height: 2px;
  background: linear-gradient(90deg, #D4D4D4 0%, #A8A8A8 100%);
  opacity: 0.85;
}
/* HOVER — inverts to ink/cream so the card "wakes up" against the section bg */
.phase-card:hover {
  background: var(--ink);
  color: var(--cream);
  box-shadow:
    0 18px 48px rgba(11,9,7,0.32),
    0 0 0 2px var(--miami),
    inset 0 1px 0 rgba(244,220,142,0.18);
  transform: translateY(-4px);
}
.phase-card:hover .phase-title .name { color: var(--cream); }
.phase-card:hover .phase-title .tag { color: var(--cream-60); }
.phase-card:hover .phase-xp { color: var(--cream-60); }
.phase-card:hover .phase-xp .got { color: var(--miami-light); }
.phase-card:hover .phase-lede { color: var(--cream); }
.phase-card:hover .phase-bullets li { color: var(--cream); }
.phase-card:hover .phase-bullets li::before { background: var(--miami-light); box-shadow: 0 0 0 3px rgba(0,183,212,0.28); }
.phase-card:hover .phase-body { border-top-color: rgba(244,231,210,0.18); }
.phase-card:hover .phase-num {
  background: var(--miami);
  color: var(--ink);
  box-shadow:
    inset 0 1.8px 0 rgba(255,255,255,0.85),
    inset 0 -1.8px 0 rgba(0,0,0,0.45),
    0 8px 22px rgba(0,183,212,0.45);
}
.phase-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}
.phase-num {
  width: 64px; height: 64px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--ink);
  background: var(--silver-metal);
  box-shadow:
    inset 0 1.8px 0 rgba(255,255,255,0.85),
    inset 0 -1.8px 0 rgba(20,20,30,0.45),
    0 6px 18px rgba(11,9,7,0.22);
  position: relative;
  flex-shrink: 0;
}
.phase-title {
  display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
}
.phase-title .name {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(20px, 1.9vw, 28px); line-height: 1; letter-spacing: -0.022em;
  color: var(--ink);
}
.phase-title .name .tm {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 0.5em;
  vertical-align: super; margin-left: 2px;
  background: var(--gold-metal-text);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.phase-title .tag {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 400; font-style: italic;
  font-size: clamp(13px, 1.1vw, 16px); color: var(--ink-50);
}
.phase-state {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 9.5px;
  letter-spacing: 0.24em; text-transform: uppercase;
  padding: 6px 10px;
  display: inline-flex; align-items: center; gap: 6px;
}
.phase-state::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
}
.phase-card[data-state="in-progress"] .phase-state {
  background: rgba(212,162,58,0.16); color: #6F4D0E;
}
.phase-card[data-state="in-progress"] .phase-state::before { background: var(--gold-base); animation: tagPulse 1.8s ease-in-out infinite; }
.phase-card[data-state="next"] .phase-state {
  background: var(--ink); color: var(--cream);
}
.phase-card[data-state="next"] .phase-state::before { background: var(--miami); }
.phase-card[data-state="ongoing"] .phase-state {
  background: rgba(11,9,7,0.06); color: var(--ink-70);
}
.phase-card[data-state="ongoing"] .phase-state::before { background: var(--ink-50); }
.phase-card[data-state="conquest"] .phase-state {
  background: rgba(0,183,212,0.16); color: var(--miami-deep);
}
.phase-card[data-state="conquest"] .phase-state::before { background: var(--miami); animation: tagPulse 2.2s ease-in-out infinite; }
.phase-xp {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-50);
  min-width: 88px; text-align: right;
}
.phase-xp .got { color: var(--ink); }
.phase-body {
  margin-top: 18px; padding-top: 18px;
  border-top: 1px solid rgba(11,9,7,0.08);
}
.phase-lede {
  font-size: clamp(15px, 1.1vw, 17px); line-height: 1.4; color: var(--ink-70);
  max-width: 720px; margin-bottom: 16px;
}
.phase-bullets {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px 32px; padding: 0; margin: 0; list-style: none;
}
.phase-bullets li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13.5px; line-height: 1.45; color: var(--ink-90);
  font-family: var(--font-forma-djr-text), "DJR Text";
}
.phase-bullets li::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--miami); flex-shrink: 0; margin-top: 7px;
  box-shadow: 0 0 0 3px rgba(0,183,212,0.18);
}
.phase-cta {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 22px;
  padding: 10px 18px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  background: var(--ink); color: var(--cream);
  border: 1.5px solid var(--ink);
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.phase-cta:hover { background: var(--miami); color: var(--ink); border-color: var(--miami); }
.phase-cta svg { width: 14px; height: 8px; }

@media (max-width: 760px) {
  .phase-head { grid-template-columns: auto 1fr; gap: 14px; }
  .phase-state, .phase-xp { grid-column: 1 / -1; justify-self: start; margin-top: 4px; }
  .phase-bullets { grid-template-columns: 1fr; }
}

/* === TEAM === */
.team-spread {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.4vw, 40px);
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}
.team-featured {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.team-featured img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  transition: transform .8s var(--ease-out);
  filter: contrast(1.04);
}
.team-featured:hover img { transform: scale(1.04); }
.team-featured::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,9,7,0) 50%, rgba(11,9,7,0.78) 100%);
}
.team-featured-meta {
  position: absolute; left: 22px; right: 22px; bottom: 22px;
  z-index: 2; color: var(--cream);
}
.team-featured-meta::before {
  content: ""; display: block; width: 32px; height: 1px;
  background: var(--cream); margin-bottom: 14px;
}
.team-featured-meta .name {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(24px, 2.4vw, 40px); line-height: 1; letter-spacing: -0.024em;
}
.team-featured-meta .role {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
  margin-top: 6px;
}
.team-featured-meta .tag {
  font-size: 13px; line-height: 1.4; color: var(--cream-60); margin-top: 8px; max-width: 320px;
}

.team-rest { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 1.6vw, 24px); }
.team-card {
  position: relative; aspect-ratio: 4 / 5; overflow: hidden;
  background: var(--ink);
  border: 1px solid rgba(11,9,7,0.18);
  box-shadow: 0 10px 26px rgba(11,9,7,0.10);
  transition: transform .35s var(--ease-out), box-shadow .35s ease, border-color .35s ease;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.team-card:hover {
  box-shadow: 0 18px 44px rgba(11,9,7,0.22), 0 0 0 2px rgba(0,183,212,0.55);
  border-color: rgba(0,183,212,0.55);
  transform: translateY(-3px);
}
.team-card img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  transition: transform .6s var(--ease-out), filter .35s ease;
  filter: contrast(1.06) saturate(1.02) brightness(0.96);
}
.team-card:hover img { transform: scale(1.05); filter: contrast(1.08) saturate(1.08) brightness(1.0); }
.team-card::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(11,9,7,0.05) 0%, rgba(11,9,7,0) 30%, rgba(11,9,7,0.55) 70%, rgba(11,9,7,0.92) 100%);
}
.team-card-meta {
  position: absolute; left: 18px; right: 18px; bottom: 16px;
  z-index: 2; color: var(--cream);
  padding-top: 10px;
  border-top: 1px solid rgba(244,231,210,0.22);
}
.team-card-meta .name {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(16px, 1.3vw, 21px); line-height: 1.1; letter-spacing: -0.016em;
  text-shadow: 0 2px 10px rgba(11,9,7,0.55);
}
.team-card-meta .role {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  opacity: 0.85; margin-top: 4px; font-weight: 700;
  color: var(--miami-light);
}

.team-row-bottom {
  margin-top: clamp(20px, 2.4vw, 36px);
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: clamp(12px, 1.4vw, 22px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.team-row-bottom .team-card { aspect-ratio: 3 / 4; }

/* === STUDIO BREAK — contained, source-matched aspect for sharpness === */
.studio-break {
  position: relative;
  width: min(1200px, calc(100% - var(--gutter) * 2));
  margin: clamp(40px, 4vw, 72px) auto;
  aspect-ratio: 1083 / 747;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  background-color: var(--ink);
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  box-shadow: 0 24px 60px rgba(11,9,7,0.18);
}
.studio-break::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,9,7,0.45) 0%, rgba(11,9,7,0) 35%, rgba(11,9,7,0) 50%, rgba(11,9,7,0.85) 100%),
    linear-gradient(90deg, rgba(11,9,7,0.55) 0%, rgba(11,9,7,0) 38%);
}
.studio-break::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(0,183,212,0.45) 18%, var(--miami) 50%, rgba(0,183,212,0.45) 82%, transparent 100%);
}
.studio-break-caption {
  position: absolute; left: var(--gutter); bottom: clamp(40px, 4.5vw, 72px);
  z-index: 2; color: var(--cream); max-width: 780px;
}
.studio-break-caption .lbl {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px;
  letter-spacing: 0.28em; text-transform: uppercase;
  margin-bottom: 18px; display: flex; align-items: center; gap: 12px;
  color: var(--miami-light);
}
.studio-break-caption .lbl .bar { width: 32px; height: 1.5px; background: var(--miami); }
.studio-break-caption h3 {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(28px, 3.6vw, 56px); line-height: 1.05; letter-spacing: -0.028em;
  color: var(--cream);
  text-shadow: 0 2px 22px rgba(11,9,7,0.55);
}
.studio-break-credit {
  position: absolute; right: var(--gutter); bottom: clamp(40px, 4.5vw, 72px);
  z-index: 2; color: var(--cream);
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px;
  letter-spacing: 0.28em; text-transform: uppercase; text-align: right; line-height: 1.6;
  padding: 12px 18px;
  border: 1px solid var(--miami);
  background: rgba(11,9,7,0.55);
  backdrop-filter: blur(4px);
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}

/* === REVIEWS — Verified Google reviews, brand-styled cards === */
.reviews-section { background: var(--ink); }
.reviews-section .section-h em { color: var(--cream-40); font-style: italic; font-weight: 400; }
.reviews-scroller-wrap {
  margin-top: clamp(28px, 3vw, 48px);
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  max-width: 1400px; margin-left: auto; margin-right: auto;
}
.reviews-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(min(360px, 88vw), 1fr);
  gap: clamp(16px, 1.6vw, 24px);
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 4px 18px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.reviews-scroller::-webkit-scrollbar { display: none; }
.reviews-scroller .rv-card {
  scroll-snap-align: start;
  min-height: 240px;
}
@media (min-width: 1080px) {
  .reviews-scroller { grid-auto-columns: calc((100% - clamp(16px, 1.6vw, 24px) * 2) / 3); }
}
.rv-arrow {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  background: rgba(244,231,210,0.06);
  border: 1.5px solid transparent;
  border-image: linear-gradient(135deg, #D4D4D4 0%, #BFBFBF 50%, #A8A8A8 100%) 1;
  color: var(--cream);
  cursor: none;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
  transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.rv-arrow svg { width: 18px; height: 18px; }
.rv-arrow:hover { background: var(--miami); color: var(--ink); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,183,212,0.28); }
.rv-arrow:disabled { opacity: 0.35; cursor: not-allowed; transform: none; box-shadow: none; }
@media (max-width: 720px) {
  .reviews-scroller-wrap { grid-template-columns: 1fr; }
  .rv-arrow { display: none; }
}
.rv-card {
  background: var(--cream);
  color: var(--ink);
  padding: clamp(22px, 2.2vw, 32px);
  border: 1.5px solid transparent;
  border-image: linear-gradient(135deg, #D4D4D4 0%, #BFBFBF 50%, #A8A8A8 100%) 1;
  box-shadow: 0 10px 30px rgba(11,9,7,0.18);
  display: flex; flex-direction: column; gap: 14px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  transition: transform .35s var(--ease-out), box-shadow .35s ease;
}
.rv-card:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(11,9,7,0.28); }
.rv-head {
  display: grid; grid-template-columns: 44px 1fr 28px;
  gap: 12px; align-items: center;
}
.rv-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 18px;
  color: var(--cream);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), inset 0 -1px 0 rgba(0,0,0,0.25);
}
.rv-who { min-width: 0; }
.rv-name {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 14px;
  letter-spacing: -0.005em; line-height: 1.15;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.rv-date {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 11px;
  color: var(--ink-50); margin-top: 2px;
}
.rv-g { width: 28px; height: 28px; display: grid; place-items: center; }
.rv-g svg { width: 100%; height: 100%; }
.rv-stars {
  background: var(--gold-metal-text);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  font-size: 18px; letter-spacing: 2px; line-height: 1;
}
.rv-body {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 14.5px; line-height: 1.55;
  color: var(--ink-70); font-style: italic;
  margin: 0;
}
.reviews-foot {
  margin: clamp(28px, 3vw, 44px) auto 0;
  max-width: 1280px;
  display: flex; align-items: center; justify-content: center;
  gap: clamp(16px, 2vw, 28px); flex-wrap: wrap;
  padding-top: clamp(24px, 2.4vw, 36px);
  border-top: 1px solid rgba(244,231,210,0.18);
}
.reviews-foot .rv-meta-stars .rv-heart {
  display: inline-block;
  margin-left: 6px;
  color: var(--pink);
  -webkit-text-fill-color: var(--pink);
  background: none;
  font-size: 0.75em;
  vertical-align: baseline;
  text-shadow: 0 0 8px rgba(230,107,161,0.45);
  animation: rvHeart 3.6s ease-in-out infinite;
}
@keyframes rvHeart {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.12); opacity: 1; }
}
.reviews-foot .rv-meta-stars {
  background: var(--gold-metal-text);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  font-size: 20px; letter-spacing: 2px;
}
.reviews-foot strong {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 16px;
  letter-spacing: -0.01em; color: var(--cream);
}
.rv-allbtn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px;
  letter-spacing: 0.20em; text-transform: uppercase;
  color: var(--ink); background: var(--miami);
  border: 1.5px solid var(--miami);
  clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 7px 100%, 0 calc(100% - 7px));
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.rv-allbtn svg { width: 14px; height: 8px; }
.rv-allbtn:hover { background: var(--red); border-color: var(--red); color: var(--cream); transform: translateY(-1px); }
@media (max-width: 960px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-foot { flex-direction: column; }
}

/* === FAQ === */
.faq-list { border-top: 1px solid var(--ink); }
.faq-row {
  position: relative;
  border-bottom: 1px solid var(--ink-08);
  cursor: none;
}
.faq-summary {
  display: grid; grid-template-columns: 60px 1fr 30px;
  gap: 24px;
  padding: clamp(24px, 2.6vw, 36px) 0;
  align-items: center;
  transition: padding .35s var(--ease-out);
}
.faq-row:hover .faq-summary { padding-left: 14px; }
.faq-row .ix {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 14px;
  color: var(--red);
}
.faq-row .q {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(18px, 1.9vw, 30px); line-height: 1.1; letter-spacing: -0.018em;
}
.faq-row .plus {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 300; font-size: 24px;
  color: var(--ink-50); justify-self: end;
  transition: color .3s ease, transform .35s var(--ease-out);
}
.faq-row:hover .plus { color: var(--ink); }
.faq-row.is-open .plus { transform: rotate(45deg); color: var(--red); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .55s var(--ease-out);
}
.faq-row.is-open .faq-answer { max-height: 400px; }
.faq-answer-inner {
  padding: 0 0 clamp(28px, 3vw, 40px) 84px;
  font-size: var(--body-lg); line-height: 1.6; color: var(--ink-70);
  max-width: 720px;
}

/* === CLOSING === */
.closing {
  background: var(--ink); color: var(--cream);
  padding: var(--xl) 0 var(--lg);
  position: relative; overflow: hidden;
}
.closing::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(70% 70% at 80% 30%, rgba(225,31,38,0.12) 0%, transparent 60%);
}
.closing-bull {
  position: absolute; right: -8%; top: 10%;
  width: 56%; max-width: 760px;
  max-height: 80%;
  opacity: 0.24; pointer-events: none;
  filter: brightness(1.5) contrast(1.05) saturate(0.9) drop-shadow(0 18px 36px rgba(0,0,0,0.5));
}
.closing-bull img {
  width: 100%; height: 100%; object-fit: contain; object-position: right top;
  clip-path: inset(0 0 38% 0);
}
.closing-inner { position: relative; z-index: 2; }
.closing-display {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(44px, 6.2vw, 104px); line-height: 0.9;
  letter-spacing: -0.04em;
}
.closing-display .line { display: block; }
.closing-display .gold {
  background: var(--gold-metal);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.closing-row {
  margin-top: clamp(18px, 2.2vw, 36px);
  padding-top: 24px;
  border-top: 1px solid var(--cream-20);
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: clamp(32px, 4vw, 64px); align-items: center;
}
.closing-pitch { display: flex; flex-direction: column; gap: 22px; }
.closing-blurb {
  font-size: clamp(17px, 1.3vw, 21px); line-height: 1.35; color: var(--cream-60);
  max-width: 540px;
}
.closing-blurb strong { color: var(--cream); font-weight: 600; }
.closing-promise { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.closing-promise li {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 13px; letter-spacing: 0.04em;
  color: var(--cream);
}
.closing-promise li::before {
  content: ""; width: 18px; height: 2px; background: var(--miami);
  flex-shrink: 0;
}

/* === Contact form === */
.contact-form {
  background: rgba(244,231,210,0.04);
  border: 1px solid rgba(244,231,210,0.18);
  padding: clamp(20px, 2vw, 30px);
  display: flex; flex-direction: column; gap: 11px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  position: relative;
}
.contact-form::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg,
    var(--miami) 0%,
    var(--gold-base) 25%,
    var(--pink) 50%,
    var(--red) 75%,
    var(--miami) 100%);
  background-size: 200% 100%;
  animation: cfRainbow 5s linear infinite, cfPulse 2.6s ease-in-out infinite;
}
@keyframes cfRainbow {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
@keyframes cfPulse {
  0%, 100% { opacity: 0.55; height: 2px; }
  50% { opacity: 1; height: 3px; }
}
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cf-field { display: flex; flex-direction: column; gap: 6px; }
.cf-label {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--cream-60);
}
.cf-label em { color: var(--miami-light); font-style: normal; margin-left: 2px; }
.cf-field input,
.cf-field select,
.cf-field textarea {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 500; font-size: 14px;
  padding: 10px 14px;
  background: rgba(11,9,7,0.55);
  color: var(--cream);
  border: 1px solid rgba(244,231,210,0.18);
  outline: none;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
  width: 100%; box-sizing: border-box;
  cursor: none;
}
.cf-field textarea { resize: vertical; min-height: 96px; line-height: 1.45; }
.cf-field input::placeholder, .cf-field textarea::placeholder { color: rgba(244,231,210,0.35); }
.cf-field input:focus, .cf-field select:focus, .cf-field textarea:focus {
  border-color: var(--miami);
  background: rgba(11,9,7,0.7);
  box-shadow: 0 0 0 3px rgba(0,183,212,0.18);
}
.cf-field select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--cream-60) 50%), linear-gradient(135deg, var(--cream-60) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 36px; }
.cf-consent {
  display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 12px; line-height: 1.4;
  color: var(--cream-60);
  cursor: none;
}
.cf-consent em { font-style: italic; color: var(--cream); }
.cf-consent input[type="checkbox"] {
  appearance: none; -webkit-appearance: none;
  width: 18px; height: 18px;
  background: rgba(11,9,7,0.55);
  border: 1.5px solid var(--cream-40);
  display: grid; place-items: center;
  cursor: none;
  margin: 2px 0 0;
  transition: border-color .2s ease, background .2s ease;
}
.cf-consent input[type="checkbox"]:checked {
  background: var(--miami);
  border-color: var(--miami);
}
.cf-consent input[type="checkbox"]:checked::after {
  content: ""; width: 10px; height: 6px;
  border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink);
  transform: rotate(-45deg) translate(1px, -1px);
}
.cf-submit {
  margin-top: 8px;
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  padding: 16px 22px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 13px;
  letter-spacing: 0.22em; text-transform: uppercase;
  background: var(--miami); color: var(--ink);
  border: 2px solid var(--miami);
  cursor: none;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .2s ease;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.cf-submit svg { width: 16px; height: 9px; }
.cf-submit:hover {
  background: var(--red); border-color: var(--red); color: var(--cream);
  transform: translateY(-1px);
}
.cf-fine {
  margin: 0; padding-top: 4px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 10.5px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--cream-40); text-align: center;
}
@media (max-width: 900px) {
  .closing-row { grid-template-columns: 1fr; }
  .cf-row { grid-template-columns: 1fr; }
}

/* === FOOTER === */
.foot {
  background: var(--ink-mid); color: var(--cream-60);
  padding: clamp(56px, 5vw, 92px) 0 24px;
}
.foot-top {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(32px, 3.5vw, 64px);
  padding-bottom: clamp(48px, 5vw, 72px);
  position: relative;
}
.foot-top::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, #8A8A8A 22%, #BFBFBF 50%, #8A8A8A 78%, transparent 100%);
  opacity: 0.7;
}
.foot-brand { display: flex; flex-direction: column; gap: 22px; max-width: 380px; }
.foot-mark { display: flex; align-items: center; gap: 12px; }
.foot-mark img { height: 72px; width: auto; }
.foot-name {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  color: var(--cream); font-size: 15px; letter-spacing: -0.01em;
}
.foot-brand p { font-size: 13px; line-height: 1.6; }

/* === TRUST BADGES ROW — real badge images from current site === */
.foot-badges {
  display: grid; grid-template-columns: repeat(7, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
  align-items: center;
  padding-bottom: clamp(40px, 4vw, 64px);
  margin-bottom: clamp(40px, 4vw, 64px);
  position: relative;
}
.foot-badges::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, #8A8A8A 22%, #BFBFBF 50%, #8A8A8A 78%, transparent 100%);
  opacity: 0.7;
}
/* Higher specificity (.foot .trust-badge) is required because .foot a sets a
   silver text-clipped gradient that would otherwise override our tile fill */
.foot .trust-badge {
  display: grid; place-items: center;
  padding: 22px 18px;
  background: linear-gradient(180deg, #FAF5EB 0%, #EFE3CD 100%);
  -webkit-background-clip: border-box; background-clip: border-box;
  -webkit-text-fill-color: initial; color: initial;
  border: 3px solid var(--pink);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: background .3s ease, transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  min-height: 124px;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.95),
    inset 0 -1px 0 rgba(120,90,40,0.22),
    0 0 0 4px rgba(230,107,161,0.22),
    0 0 28px rgba(244,231,210,0.22),
    0 12px 28px rgba(11,9,7,0.75);
}
.trust-badge img {
  max-width: 100%;
  max-height: 76px;
  width: auto; height: auto;
  object-fit: contain;
  transition: transform .3s ease;
}
.foot .trust-badge:hover {
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF0DA 100%);
  transform: translateY(-3px);
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(120,90,40,0.3),
    0 0 0 4px rgba(230,107,161,0.45),
    0 14px 30px rgba(11,9,7,0.7),
    0 0 32px rgba(244,231,210,0.32);
}
.foot .trust-badge:hover img { transform: scale(1.05); }
@media (max-width: 1280px) { .foot-badges { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 900px) { .foot-badges { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .foot-badges { grid-template-columns: repeat(2, 1fr); } }

/* === SOCIAL ICONS === */
.foot-social {
  display: flex; gap: 10px; align-items: center;
}
.foot-social a {
  display: grid; place-items: center;
  width: 44px; height: 44px;
  background: linear-gradient(160deg, rgba(242,244,247,0.08) 0%, rgba(86,88,96,0.05) 100%);
  border: 2px solid var(--pink);
  clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 7px 100%, 0 calc(100% - 7px));
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.foot-social a img {
  width: 19px; height: 19px;
  /* base SVG fill is black — invert to white at rest */
  filter: brightness(0) invert(1);
  transition: filter .25s ease;
}
.foot-social a:hover {
  background: rgba(230,107,161,0.08);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(230,107,161,0.4), 0 0 0 1px rgba(230,107,161,0.45);
}
/* black → pink (#E66BA1) recolor recipe */
.foot-social a:hover img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(36%) saturate(1230%) hue-rotate(297deg) brightness(96%) contrast(94%);
}
.foot-label {
  font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--cream-40); margin-bottom: 18px; font-weight: 600;
}
.foot ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.foot a {
  font-size: 13px; letter-spacing: 0.02em;
  background: var(--silver-metal-text);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  transition: filter .25s ease;
  position: relative;
}
.foot a:hover {
  background: var(--gold-metal-text);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  filter: brightness(1.15);
}
.foot-bottom {
  margin-top: clamp(32px, 3.5vw, 56px);
  padding-top: 22px;
  position: relative;
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; flex-wrap: wrap;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cream-40); font-weight: 600;
}
.foot-bottom::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, #8A8A8A 22%, #BFBFBF 50%, #8A8A8A 78%, transparent 100%);
  opacity: 0.7;
}

/* === REVEAL === */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s var(--ease-out), transform .55s var(--ease-out); }
.reveal.is-revealed { opacity: 1; transform: translateY(0); }
.reveal-1 { transition-delay: .05s; }
.reveal-2 { transition-delay: .1s; }
.reveal-3 { transition-delay: .15s; }
.reveal-4 { transition-delay: .2s; }

/* === RESPONSIVE === */
@media (max-width: 1100px) {
  .mast-nav .mast-link { display: none; }
  .hero-bottom { grid-template-columns: 1fr; gap: 32px; }
  .hero-stats .trust-inner { grid-template-columns: repeat(3, 1fr); row-gap: 16px; }
  .hero-bull { width: 32vw; opacity: 0.08; right: -10vw; }
  .stat-row { grid-template-columns: 1fr; }
  .stat-cell { border-right: none; border-bottom: 1px solid var(--cream-20); padding-bottom: 32px; padding-right: 0; }
  .stat-cell:last-child { border-bottom: none; padding-bottom: 0; }
  .work-tile.t1 { grid-column: 1 / 13; }
  .work-tile.t2 { grid-column: 1 / 13; }
  .work-tile.t3 { grid-column: 1 / 7; }
  .work-tile.t4 { grid-column: 7 / 13; }
  .work-tile.t5 { grid-column: 1 / 13; }
  .work-tile.t6 { grid-column: 1 / 13; aspect-ratio: 4 / 5; }
  .work-tile.t7 { grid-column: 1 / 13; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .approach-grid { grid-template-columns: 1fr 1fr; }
  .approach-step { border-right: none; padding-right: 0; padding-bottom: 32px; border-bottom: 1px solid var(--ink-15); }
  .team-spread { grid-template-columns: 1fr; }
  .team-rest { grid-template-columns: repeat(4, 1fr); }
  .team-row-bottom { grid-template-columns: repeat(5, 1fr); }
  .foot-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .mast-mark .mast-name { display: none; }
  .hero-top { flex-direction: column; align-items: flex-start; gap: 14px; }
  .hero-top .accolade { text-align: left; }
  .strike-inner { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-step { padding-bottom: 28px; }
  .team-rest { grid-template-columns: repeat(2, 1fr); }
  .team-row-bottom { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .studio-break {
    aspect-ratio: 4 / 5;
    background-size: contain; background-position: center top;
  }
  .studio-break::before {
    background: linear-gradient(180deg, rgba(11,9,7,0) 0%, rgba(11,9,7,0) 40%, rgba(11,9,7,0.86) 58%, rgba(11,9,7,0.96) 100%);
  }
  .studio-break-caption { bottom: 104px; right: var(--gutter); max-width: none; }
  .studio-break-credit { bottom: 24px; right: auto; left: var(--gutter); text-align: left; }
  .work-grid { gap: 14px; }
  .foot-top { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 14px; }
  .hero { padding-top: 92px; min-height: auto; }
  .hero-display { letter-spacing: -0.032em; }
  .hero-lede { font-size: 17px; }
  .hero-stats { padding: 16px; }
  .hero-stats .trust-inner { grid-template-columns: repeat(2, 1fr); row-gap: 14px; }
  .hero-stats .trust-item { border-left: none !important; padding: 4px 12px; }
  .team-row-bottom { grid-template-columns: 1fr 1fr; }
  .work-cta-strip { flex-direction: column; align-items: flex-start; }
  .closing-bull { right: -25%; top: 25%; opacity: 0.12; }
  .foot-bottom { font-size: 9px; flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* matrix-subsystem */

/* v5 polish · matrix mode toggle */
.matrix-toggle {
  position: fixed; bottom: 24px; left: 24px; z-index: 9998;
  width: 44px; height: 44px;
  background: rgba(11,9,7,0.92);
  border: 1.5px solid rgba(244,231,210,0.25);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all .25s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.matrix-toggle:hover { transform: scale(1.08); border-color: #00FF41; box-shadow: 0 0 24px rgba(0,255,65,0.4); }

.matrix-toggle svg { width: 22px; height: 22px; stroke: #F4E7D2; transition: stroke .25s; }

.matrix-toggle:hover svg { stroke: #00FF41; }

body.is-matrix .matrix-toggle { border-color: #00FF41; background: rgba(0,0,0,0.92); }

body.is-matrix .matrix-toggle svg { stroke: #00FF41; }

/* CRT static glitch overlay */
.matrix-glitch {
  position: fixed; inset: 0; z-index: 9997;
  pointer-events: none; opacity: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 3px),
    radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.6) 80%);
  mix-blend-mode: screen;
}

.matrix-glitch.active {
  opacity: 1;
  animation: matrixGlitch 1.2s ease-out forwards;
}

@keyframes matrixGlitch {
  0%   { opacity: 0; filter: hue-rotate(0deg) contrast(1); transform: translateX(0); }
  10%  { opacity: 0.9; transform: translateX(-3px); filter: hue-rotate(40deg) contrast(2); }
  20%  { opacity: 1; transform: translateX(3px); filter: hue-rotate(-40deg) contrast(2.4) brightness(1.3); }
  30%  { opacity: 0.95; transform: translateX(-2px); filter: hue-rotate(100deg) contrast(3); }
  40%  { opacity: 1; transform: translateX(2px); filter: hue-rotate(120deg) contrast(2); }
  55%  { opacity: 0.8; transform: translateX(0); filter: hue-rotate(80deg) contrast(1.6); }
  75%  { opacity: 0.4; filter: hue-rotate(40deg) contrast(1.2); }
  100% { opacity: 0; transform: translateX(0); filter: hue-rotate(0deg) contrast(1); }
}

/* Matrix code rain canvas — sits behind content, translucent so photos stay visible */
.matrix-rain {
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none; opacity: 0;
  transition: opacity .8s ease;
  display: none;
}

body.is-matrix .matrix-rain { display: block; opacity: 0.25; }

/* In Matrix mode kill ONLY literal video tags + YouTube/Vimeo iframes — photo elements with -video in class name (e.g. video-card thumbnails) must stay visible */
body.is-matrix video,
body.is-matrix iframe[src*="youtube"],
body.is-matrix iframe[src*="vimeo"],
body.is-matrix .hero-video {
  display: none !important;
}

/* Hero gets a dark overlay so green text stays legible, but the photo/video container stays in place */
body.is-matrix .hero::before, body.is-matrix [class*="-hero"]::before {
  content: ""; position: absolute; inset: 0;
  background: rgba(0,0,0,0.55);
  pointer-events: none; z-index: 1;
}

body.is-matrix .hero, body.is-matrix [class*="-hero"] { position: relative; }

/* MATRIX THEME — applies when body.is-matrix */
body.is-matrix {
  --ink: #000000; --ink-15: rgba(0,255,65,0.15); --ink-60: rgba(0,255,65,0.6); --ink-70: rgba(0,255,65,0.7);
  --cream: #00FF41; --cream-90: rgba(0,255,65,0.9); --cream-60: rgba(0,255,65,0.6); --cream-40: rgba(0,255,65,0.4); --cream-20: rgba(0,255,65,0.2);
  --paper: #000000; --paper-deep: #0a0f0a;
  --red: #00FF41; --red-deep: #00CC34;
  --miami: #00FF41; --miami-deep: #00CC34; --miami-light: #66FF8A;
  --pink: #00FF41;
  --gold-base: #00FF41; --gold-bright: #66FF8A;
  --gold-metal: linear-gradient(180deg, #B6FFC4 0%, #66FF8A 28%, #00FF41 68%, #00CC34 100%);
  --line: rgba(0,255,65,0.18);
  background: #000 !important;
  color: #00FF41 !important;
  font-family: "JetBrains Mono", "Courier New", monospace !important;
}

body.is-matrix * {
  font-family: "JetBrains Mono", "Courier New", monospace !important;
  text-shadow: 0 0 4px rgba(0,255,65,0.35);
  border-color: rgba(0,255,65,0.3) !important;
}

body.is-matrix img,
body.is-matrix iframe,
body.is-matrix video,
body.is-matrix svg path[fill]:not([fill="none"]):not([fill="transparent"]) {
  filter: hue-rotate(80deg) saturate(2) brightness(0.7) contrast(1.2);
}

body.is-matrix .masthead { background-color: #000 !important; border-bottom-color: rgba(0,255,65,0.3) !important; }

body.is-matrix .btn-blue, body.is-matrix .btn-red, body.is-matrix [class*="btn-"] {
  background-color: rgba(0,255,65,0.12) !important;
  color: #00FF41 !important;
  border: 1.5px solid #00FF41 !important;
}

body.is-matrix .btn-blue:hover, body.is-matrix [class*="btn-"]:hover {
  background: #00FF41 !important;
  color: #000 !important;
  box-shadow: 0 0 22px rgba(0,255,65,0.6);
}

body.is-matrix .mm-svc-card, body.is-matrix [class*="-rec"], body.is-matrix .cs-card, body.is-matrix .work-tile, body.is-matrix .svc-card {
  background-color: rgba(0,255,65,0.04) !important;
  border-color: rgba(0,255,65,0.3) !important;
}

body.is-matrix .accent-red, body.is-matrix em, body.is-matrix strong { color: #66FF8A !important; }

/* === MATRIX MODE — FULL LEGIBILITY SWEEP === */
/* Force every text-bearing element to green on black, regardless of hard-coded color */
body.is-matrix,
body.is-matrix h1, body.is-matrix h2, body.is-matrix h3, body.is-matrix h4, body.is-matrix h5, body.is-matrix h6,
body.is-matrix p, body.is-matrix span, body.is-matrix a, body.is-matrix li, body.is-matrix td, body.is-matrix th,
body.is-matrix strong, body.is-matrix em, body.is-matrix small, body.is-matrix sup, body.is-matrix sub,
body.is-matrix label, body.is-matrix figcaption, body.is-matrix blockquote, body.is-matrix code,
body.is-matrix button, body.is-matrix input, body.is-matrix textarea, body.is-matrix select {
  color: #00FF41 !important;
  text-shadow: 0 0 4px rgba(0,255,65,0.35), 0 0 8px rgba(0,255,65,0.15);
}

/* Force the brighter green for accents (was gold / red / etc.) */
body.is-matrix [class*="gold"], body.is-matrix [class*="-bright"],
body.is-matrix [style*="color: #D"], body.is-matrix [style*="color: gold"],
body.is-matrix em, body.is-matrix strong, body.is-matrix .accent-red,
body.is-matrix [class*="-stat"], body.is-matrix [class*="-num"], body.is-matrix [class*="-big"],
body.is-matrix [class*="-rec-big"], body.is-matrix [class*="hero-display"] {
  color: #66FF8A !important;
  text-shadow: 0 0 6px rgba(102,255,138,0.5), 0 0 12px rgba(102,255,138,0.25);
}

/* Backgrounds — force black/very-dark across every section */
body.is-matrix section, body.is-matrix article, body.is-matrix header, body.is-matrix footer, body.is-matrix main, body.is-matrix aside,
body.is-matrix div, body.is-matrix nav,
body.is-matrix [class*="section"], body.is-matrix [class*="-section"],
body.is-matrix [class*="hero"], body.is-matrix [class*="-bar"], body.is-matrix [class*="-band"],
body.is-matrix [class*="--cream"], body.is-matrix [class*="--paper"], body.is-matrix [class*="--ink"] {
  background-color: transparent !important;
}

/* But ensure body itself stays black */
body.is-matrix { background: #000 !important; }

/* Section eyebrow / kicker / tag chips */
body.is-matrix [class*="eyebrow"], body.is-matrix [class*="kicker"], body.is-matrix [class*="-tag"],
body.is-matrix [class*="-label"], body.is-matrix [class*="-chip"], body.is-matrix .pill {
  color: #00FF41 !important;
  background-color: rgba(0,255,65,0.08) !important;
  border-color: rgba(0,255,65,0.5) !important;
}

/* Card / tile / panel surfaces — light overlay so they still feel like cards */
body.is-matrix [class*="-card"], body.is-matrix [class*="-tile"], body.is-matrix [class*="-panel"],
body.is-matrix [class*="-cell"], body.is-matrix [class*="-rec"], body.is-matrix .mm-panel,
body.is-matrix .work-tile, body.is-matrix .svc-card, body.is-matrix .au-rec,
body.is-matrix .cs-card, body.is-matrix .cs-flagship-card, body.is-matrix .lg-flag-card,
body.is-matrix .mm-svc-card {
  background-color: rgba(0,255,65,0.04) !important;
  border: 1px solid rgba(0,255,65,0.35) !important;
  color: #00FF41 !important;
}

/* Borders / hairlines / dividers everywhere */
body.is-matrix * {
  border-color: rgba(0,255,65,0.3) !important;
}

/* All CTAs / buttons / links styled as buttons */
body.is-matrix .btn-blue, body.is-matrix .btn-red, body.is-matrix .btn-silver, body.is-matrix [class*="btn-"],
body.is-matrix .au-bid-cta, body.is-matrix .ds-cta, body.is-matrix [class*="-cta"] {
  background-color: rgba(0,255,65,0.12) !important;
  color: #00FF41 !important;
  border: 1.5px solid #00FF41 !important;
  text-shadow: 0 0 6px rgba(0,255,65,0.6) !important;
}

body.is-matrix .btn-blue:hover, body.is-matrix [class*="btn-"]:hover {
  background: #00FF41 !important;
  color: #000 !important;
  box-shadow: 0 0 28px rgba(0,255,65,0.7) !important;
}

/* Form fields */
body.is-matrix input, body.is-matrix textarea, body.is-matrix select {
  background-color: rgba(0,255,65,0.05) !important;
  border: 1px solid rgba(0,255,65,0.45) !important;
  color: #00FF41 !important;
}

body.is-matrix input::placeholder, body.is-matrix textarea::placeholder {
  color: rgba(0,255,65,0.5) !important;
}

/* Images / iframes / video — hue-rotate to green tint */
body.is-matrix img, body.is-matrix iframe, body.is-matrix video {
  filter: hue-rotate(80deg) saturate(2) brightness(0.65) contrast(1.3) !important;
}

/* Gradient backgrounds — kill gold / metal gradients, replace with green pulse */
body.is-matrix [style*="gradient"], body.is-matrix [class*="-metal"], body.is-matrix [class*="-foil"] {
  background-image: linear-gradient(180deg, #66FF8A 0%, #00FF41 50%, #00CC34 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

/* Masthead — solid black, green underline */
body.is-matrix .masthead { background-color: #000 !important; border-bottom: 1px solid rgba(0,255,65,0.4) !important; }

/* Anything still ink/cream via inline style */
body.is-matrix [style*="color: #F4E7D2"],
body.is-matrix [style*="color: #FFFCF5"],
body.is-matrix [style*="color: var(--cream)"],
body.is-matrix [style*="color: rgba(244"] { color: #00FF41 !important; }

body.is-matrix [style*="background: #0B0907"],
body.is-matrix [style*="background-color: #0B0907"],
body.is-matrix [style*="background: var(--ink)"] { background: #000 !important; }

/* Reduce halo on body copy (small text) so it stays readable */
body.is-matrix p, body.is-matrix li, body.is-matrix td, body.is-matrix label,
body.is-matrix small, body.is-matrix [class*="-deck"], body.is-matrix [class*="-lede"] {
  text-shadow: 0 0 2px rgba(0,255,65,0.2) !important;
}

/* Strong halo only on display headings */
body.is-matrix h1, body.is-matrix h2, body.is-matrix [class*="-h1"], body.is-matrix [class*="hero-display"],
body.is-matrix [class*="display"] {
  text-shadow: 0 0 8px rgba(0,255,65,0.5), 0 0 16px rgba(0,255,65,0.25) !important;
}

/* === END MATRIX LEGIBILITY SWEEP === */

/* MATRIX · keep background-image photos visible with a green tint */
body.is-matrix .work-tile,
body.is-matrix .work-tile-img,
body.is-matrix [class*="-photo"],
body.is-matrix [class*="-thumb"],
body.is-matrix [class*="-bg-img"],
body.is-matrix [class*="hero-image"],
body.is-matrix [class*="cs-hero"],
body.is-matrix [class*="rs-bench"],
body.is-matrix [class*="ds-card"],
body.is-matrix [class*="team-card"],
body.is-matrix [class*="team-featured"],
body.is-matrix [class*="team-rest"] {
  filter: hue-rotate(80deg) saturate(1.6) brightness(0.78) contrast(1.25) !important;
}

/* Card surfaces that ALSO hold a photo — don't paint a flat green over them */
body.is-matrix .work-tile,
body.is-matrix .work-tile-img,
body.is-matrix [class*="-photo"]:not(p):not(span) {
  background-color: transparent !important;
}

/* IMG tags get a slightly stronger tint */
body.is-matrix img {
  filter: hue-rotate(80deg) saturate(1.8) brightness(0.8) contrast(1.2) !important;
}

/* === MATRIX v2 miami blue accent for legibility === */
/* CTAs / buttons — miami blue outline that hovers to solid fill (kills unreadable green-on-green) */
body.is-matrix .btn-blue,
body.is-matrix .btn-red,
body.is-matrix .btn-silver,
body.is-matrix [class*="btn-"],
body.is-matrix [class*="-cta"],
body.is-matrix a.btn,
body.is-matrix button.btn {
  background-color: transparent !important;
  color: #00D9FF !important;
  border: 1.5px solid #00D9FF !important;
  text-shadow: 0 0 6px rgba(0,217,255,0.5) !important;
  box-shadow: 0 0 12px rgba(0,217,255,0.15), inset 0 0 8px rgba(0,217,255,0.08) !important;
}

body.is-matrix .btn-blue:hover,
body.is-matrix [class*="btn-"]:hover,
body.is-matrix [class*="-cta"]:hover {
  background-color: #00D9FF !important;
  color: #000 !important;
  box-shadow: 0 0 24px rgba(0,217,255,0.7) !important;
}

/* Nav menu — miami blue with strong contrast */
body.is-matrix .masthead,
body.is-matrix .mast-nav,
body.is-matrix .mast-link,
body.is-matrix .mm-trigger {
  color: #00D9FF !important;
  text-shadow: 0 0 4px rgba(0,217,255,0.4) !important;
}

body.is-matrix .mast-link:hover,
body.is-matrix .mm-trigger:hover { color: #66E9FF !important; }

/* Team bench "The Team Loveland CO" — legible pill on black */
body.is-matrix [class*="bench-photo"] .tag,
body.is-matrix [class*="bench"] [class*="tag"],
body.is-matrix .rs-bench-photo .tag,
body.is-matrix [class*="loveland"],
body.is-matrix [class*="-team"] [class*="tag"] {
  background-color: rgba(0,217,255,0.15) !important;
  color: #00D9FF !important;
  border: 1px solid #00D9FF !important;
  text-shadow: 0 0 6px rgba(0,217,255,0.5) !important;
}

/* Footer social icons — recolor filter to make them visible */
body.is-matrix footer img,
body.is-matrix .foot-social img,
body.is-matrix [class*="social"] img {
  filter: brightness(0) saturate(100%) invert(64%) sepia(96%) saturate(2500%) hue-rotate(158deg) brightness(103%) contrast(101%) drop-shadow(0 0 4px rgba(0,217,255,0.5)) !important;
  opacity: 1 !important;
}

body.is-matrix footer,
body.is-matrix footer a,
body.is-matrix .foot-link,
body.is-matrix [class*="foot"] a {
  color: #00D9FF !important;
  text-shadow: 0 0 4px rgba(0,217,255,0.4) !important;
}

/* Cursor bullseye — force miami blue and always visible */
body.is-matrix .cursor-bullseye {
  z-index: 99999 !important;
  filter: drop-shadow(0 0 6px rgba(0,217,255,0.8)) !important;
}

body.is-matrix .cursor-bullseye .bull-ring {
  border-color: #00D9FF !important;
  background-color: transparent !important;
}

body.is-matrix .cursor-bullseye .bull-dot { background-color: #00D9FF !important; }

/* Hero video — SHOW instead of hide, apply green hue rotate + dark overlay */
body.is-matrix .hero-video { display: block !important; opacity: 0.45 !important; }

body.is-matrix .hero-video iframe {
  display: block !important;
  filter: hue-rotate(80deg) saturate(1.5) brightness(0.65) contrast(1.4) !important;
}

body.is-matrix .hero-video::after {
  background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0.85) 100%) !important;
}

/* Kill the random eyebrow-dot artifacts in hero */
body.is-matrix .section-kicker::before,
body.is-matrix .section-eyebrow::before,
body.is-matrix .mm-eyebrow::before,
body.is-matrix .hero-eyebrow::before,
body.is-matrix [class*="-eyebrow"]::before {
  animation: none !important;
  background: transparent !important;
  box-shadow: none !important;
  content: none !important;
  display: none !important;
}

/* Case studies + work tiles — miami blue border + lift on hover */
body.is-matrix .work-tile,
body.is-matrix .cs-card,
body.is-matrix .lg-flag-card,
body.is-matrix [class*="-rec"],
body.is-matrix .mm-svc-card,
body.is-matrix .svc-card,
body.is-matrix .cs-flagship-card {
  border-color: rgba(0,217,255,0.4) !important;
}

body.is-matrix .work-tile:hover,
body.is-matrix .cs-card:hover,
body.is-matrix [class*="-rec"]:hover,
body.is-matrix .mm-svc-card:hover,
body.is-matrix .svc-card:hover,
body.is-matrix .cs-flagship-card:hover {
  border-color: #00D9FF !important;
  background-color: rgba(0,217,255,0.06) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 0 28px rgba(0,217,255,0.45) !important;
}

/* Card body text still green; miami blue for accent labels */
body.is-matrix .accent-red,
body.is-matrix .gold,
body.is-matrix [class*="gold-"] { color: #66E9FF !important; }

/* Matrix rain — consistent visibility */
body.is-matrix .matrix-rain {
  display: block !important;
  opacity: 0.28 !important;
}

/* Read All Reviews On Google style dark-fill buttons — force miami blue outline */
body.is-matrix a[href*="google.com/reviews"],
body.is-matrix a[href*="/reviews"],
body.is-matrix .review-cta,
body.is-matrix [class*="google-review"] {
  background-color: transparent !important;
  color: #00D9FF !important;
  border: 1.5px solid #00D9FF !important;
}

/* === MATRIX v3 fix: logo hue, mascot, video, sticky-cta, cards, hero text === */

/* === 1. LOGO not pink: exempt the cyan lockup image from the global hue-rotate === */
body.is-matrix .mast-mark img,
body.is-matrix .foot-mark img,
body.is-matrix .mm-host header img {
  filter: none !important;
  opacity: 1 !important;
}

/* === 2. MASCOT bull (floating logo bottom-right): recolor red bull to cyan === */
body.is-matrix .mascot img,
body.is-matrix #mascot img {
  filter: hue-rotate(180deg) saturate(2.5) brightness(1.15) drop-shadow(0 0 8px rgba(0,217,255,0.6)) !important;
  opacity: 1 !important;
}

/* === 3. HERO VIDEO actually visible: bump opacity, lift z-index, thin the overlay === */
body.is-matrix .hero-video {
  display: block !important;
  opacity: 0.75 !important;
  z-index: 0 !important;
}

body.is-matrix .hero-video iframe {
  display: block !important;
  filter: hue-rotate(80deg) saturate(1.4) brightness(0.85) contrast(1.3) !important;
  opacity: 1 !important;
}

body.is-matrix .hero-video::after {
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.6) 100%) !important;
}

/* Thin the global hero dark overlay so video shows through */
body.is-matrix .hero::before,
body.is-matrix [class*="-hero"]::before {
  background: rgba(0,0,0,0.28) !important;
  z-index: 1 !important;
}

/* === 4. STICKY CTA (floating bottom-right ribbon): full miami blue + legible text === */
body.is-matrix .sticky-cta {
  background: #000 !important;
  background-color: #000 !important;
  border: 1.5px solid #00D9FF !important;
  box-shadow: 0 0 20px rgba(0,217,255,0.45), inset 0 0 12px rgba(0,217,255,0.12) !important;
  color: #00D9FF !important;
}

body.is-matrix .sticky-cta,
body.is-matrix .sticky-cta *,
body.is-matrix .sticky-cta-copy,
body.is-matrix .sticky-cta-copy strong,
body.is-matrix .sticky-cta-copy .lbl,
body.is-matrix .sticky-cta-meta,
body.is-matrix .sticky-cta-meta .stars {
  color: #00D9FF !important;
  text-shadow: 0 0 6px rgba(0,217,255,0.55) !important;
}

body.is-matrix .sticky-cta:hover {
  background: #00D9FF !important;
  background-color: #00D9FF !important;
  color: #000 !important;
}

body.is-matrix .sticky-cta:hover *,
body.is-matrix .sticky-cta:hover .sticky-cta-copy strong,
body.is-matrix .sticky-cta:hover .sticky-cta-copy .lbl,
body.is-matrix .sticky-cta:hover .sticky-cta-meta,
body.is-matrix .sticky-cta:hover .sticky-cta-meta .stars {
  color: #000 !important;
  text-shadow: none !important;
}

/* === 5. HOMEPAGE CASE STUDY / WORK-TILE cards: force text legibility === */
body.is-matrix .work-tile,
body.is-matrix .cs-card,
body.is-matrix .cs-flagship-card,
body.is-matrix .lg-flag-card {
  background-color: rgba(0, 15, 12, 0.85) !important;
  color: #00D9FF !important;
}

body.is-matrix .work-tile *,
body.is-matrix .cs-card *,
body.is-matrix .cs-flagship-card *,
body.is-matrix .lg-flag-card * {
  color: #00D9FF !important;
  text-shadow: 0 0 4px rgba(0,217,255,0.4) !important;
}

body.is-matrix .work-tile [class*="metric"],
body.is-matrix .work-tile [class*="stat"],
body.is-matrix .cs-card [class*="metric"],
body.is-matrix .cs-card [class*="stat"] {
  color: #66E9FF !important;
}

/* Card client-photo background: dim it so overlaying text is legible */
body.is-matrix .work-tile::before,
body.is-matrix .cs-card::before {
  background-color: rgba(0,0,0,0.55) !important;
}

/* === 6. "READ ALL REVIEWS ON GOOGLE" and any dark-fill button: force cyan outline === */
body.is-matrix a[href*="google.com"],
body.is-matrix a[href*="reviews"],
body.is-matrix a[href*="review"],
body.is-matrix .review-cta,
body.is-matrix .reviews-cta,
body.is-matrix [class*="google-review"],
body.is-matrix [class*="review-btn"],
body.is-matrix a.btn-ink,
body.is-matrix a.btn-black,
body.is-matrix a.btn-dark {
  background-color: transparent !important;
  background: transparent !important;
  color: #00D9FF !important;
  border: 1.5px solid #00D9FF !important;
  text-shadow: 0 0 4px rgba(0,217,255,0.5) !important;
}

body.is-matrix a[href*="google.com"]:hover,
body.is-matrix a[href*="reviews"]:hover,
body.is-matrix .review-cta:hover,
body.is-matrix a.btn-ink:hover,
body.is-matrix a.btn-black:hover {
  background: #00D9FF !important;
  background-color: #00D9FF !important;
  color: #000 !important;
}

/* === 7. HERO TEXT visibility across all pages (services hub, lanes, etc.) === */
body.is-matrix .hero,
body.is-matrix [class*="-hero"],
body.is-matrix .lg-hero,
body.is-matrix .lane-hero,
body.is-matrix .svc-hero {
  background-color: #000 !important;
}

body.is-matrix .hero-kicker,
body.is-matrix .hero-eyebrow,
body.is-matrix .hero-title,
body.is-matrix .hero-headline,
body.is-matrix .hero-lede,
body.is-matrix .hero-sub,
body.is-matrix .hero-copy,
body.is-matrix .lane-eyebrow,
body.is-matrix .lane-title,
body.is-matrix .lane-num,
body.is-matrix .lane-lede,
body.is-matrix .lg-hero-eyebrow,
body.is-matrix .lg-hero-title,
body.is-matrix .lg-hero-lede,
body.is-matrix .svc-hero-eyebrow,
body.is-matrix .svc-hero-title,
body.is-matrix .svc-hero-lede,
body.is-matrix [class*="hero-"] h1,
body.is-matrix [class*="hero-"] h2,
body.is-matrix [class*="hero-"] p,
body.is-matrix [class*="hero-"] span {
  color: #00D9FF !important;
  text-shadow: 0 0 6px rgba(0,217,255,0.4) !important;
  position: relative;
  z-index: 2;
}

/* Ensure hero inner content sits above the ::before overlay */
body.is-matrix .hero > *:not(.hero-video):not(::before),
body.is-matrix [class*="-hero"] > *:not(.hero-video):not(::before) {
  position: relative;
  z-index: 2;
}

/* === MATRIX v3.1 gold-gradient buttons -> cyan outline === */
body.is-matrix .btn-gold,
body.is-matrix [class*="btn-gold"],
body.is-matrix .btn-metal,
body.is-matrix [class*="gold-metal"] {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #00D9FF !important;
  border: 1.5px solid #00D9FF !important;
  text-shadow: 0 0 6px rgba(0,217,255,0.5) !important;
  box-shadow: 0 0 12px rgba(0,217,255,0.2) !important;
}

body.is-matrix .btn-gold:hover,
body.is-matrix [class*="btn-gold"]:hover {
  background: #00D9FF !important;
  background-color: #00D9FF !important;
  background-image: none !important;
  color: #000 !important;
}

/* === MATRIX v3.2 trust badges unfiltered === */
body.is-matrix .trust-badge,
body.is-matrix .foot-badges .trust-badge {
  background: #F4E7D2 !important;
  background-color: #F4E7D2 !important;
}

body.is-matrix .trust-badge img,
body.is-matrix .foot-badges img,
body.is-matrix .badge-strip img {
  filter: none !important;
  opacity: 1 !important;
}

/* === OPERATORS: hover = Matrix mode per card === */
.team-card, .team-featured { transition: background .28s ease, border-color .28s ease, box-shadow .28s ease; position: relative; overflow: hidden; }
.team-card:hover, .team-featured:hover {
  background: #000 !important;
  border-color: rgba(0,255,65,0.55) !important;
  box-shadow: 0 0 0 1px rgba(0,255,65,0.35), 0 12px 48px rgba(0,255,65,0.18), inset 0 0 60px rgba(0,255,65,0.06);
}
.team-card:hover *, .team-featured:hover * {
  color: #00FF41 !important;
  font-family: "Courier New", ui-monospace, monospace !important;
  letter-spacing: 0.04em;
}
.team-card:hover img, .team-featured:hover img {
  filter: grayscale(1) brightness(1.05) contrast(1.15) sepia(1) hue-rotate(85deg) saturate(4) !important;
  transition: filter .28s ease;
}
/* scanlines */
.team-card::after, .team-featured::after {
  content:""; position:absolute; inset:0; pointer-events:none; opacity:0;
  background: repeating-linear-gradient(0deg, rgba(0,255,65,0.07) 0 1px, transparent 1px 3px);
  transition: opacity .28s ease;
}

/* Alex featured-card legibility: restore dark gradient (scanline ::after overrode it) */
.team-featured::before {
  content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background: linear-gradient(180deg, rgba(11,9,7,0) 38%, rgba(11,9,7,0.55) 66%, rgba(11,9,7,0.92) 100%);
}
.team-featured-meta { z-index:3; text-shadow: 0 1px 2px rgba(0,0,0,0.85), 0 2px 22px rgba(0,0,0,0.7); }
.team-featured-meta .tag { color: rgba(244,231,210,0.9); }
.team-card:hover::after, .team-featured:hover::after { opacity:1; animation: opScan 6s linear infinite; }
@keyframes opScan { to { background-position: 0 120px; } }
/* entry glitch flicker */
.team-card:hover, .team-featured:hover { animation: opGlitch .32s steps(2,end) 1; }
@keyframes opGlitch {
  0% { transform: translateX(0); filter: none; }
  25% { transform: translateX(-2px) skewX(-0.6deg); filter: hue-rotate(40deg); }
  50% { transform: translateX(2px) skewX(0.5deg); }
  75% { transform: translateX(-1px); }
  100% { transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
  .team-card:hover, .team-featured:hover { animation: none; }
  .team-card:hover::after, .team-featured:hover::after { animation: none; }
}

/* Alex review: featured-card color match to team grid + contact tightening */
.team-featured-meta .name{color:var(--cream);}
.team-featured-meta .role{color:#6FE0F0;opacity:1;font-weight:700;}
.team-featured-meta .tag{color:rgba(244,231,210,0.92);}
.closing{padding:clamp(44px,5vw,76px) 0 clamp(36px,4vw,60px);}
.closing-display{font-size:clamp(38px,4.8vw,78px);line-height:0.92;}
.closing-row{margin-top:clamp(14px,1.6vw,26px);padding-top:20px;gap:clamp(28px,3.2vw,52px);align-items:center;}
.contact-form{padding:clamp(18px,1.8vw,26px);gap:10px;}
.cf-field input,.cf-field select,.cf-field textarea{padding:9px 13px;}
.cf-field textarea{min-height:80px;}
.closing-blurb{max-width:480px;}

/* contact: shine background + tighter (Alex) */
.closing{padding:clamp(38px,4.2vw,64px) 0 clamp(32px,3.4vw,52px);}
.closing::before{background:radial-gradient(155% 80% at 50% -6%,rgba(248,240,224,0.46) 0%,rgba(244,231,210,0.20) 24%,rgba(244,231,210,0.06) 46%,transparent 64%),radial-gradient(62% 62% at 80% 26%,rgba(0,183,212,0.16) 0%,transparent 60%),radial-gradient(55% 55% at 16% 92%,rgba(225,31,38,0.10) 0%,transparent 62%) !important;}
.closing::after{content:"";position:absolute;left:0;right:0;top:0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(244,231,210,0.35),rgba(0,183,212,0.4),rgba(244,231,210,0.35),transparent);}
.closing-inner{max-width:1180px;margin:0 auto;}
.closing-display{font-size:clamp(34px,4.2vw,68px);line-height:0.94;}
.closing-row{margin-top:clamp(10px,1.2vw,20px);padding-top:16px;gap:clamp(24px,2.8vw,46px);align-items:center;}

/* ===== MOBILE (<=767px): home responsive pass (added 2026-07) ===== */
@media (max-width: 767px){
  html,body{overflow-x:hidden!important}
  .hero-bottom,.strike-inner,.featured-video,.closing-row,.team-spread,.phase-bullets,.cf-row,.reviews-scroller-wrap{grid-template-columns:1fr!important}
  .services-grid,.work-grid{grid-template-columns:1fr!important}
  .work-tile{grid-column:1 / -1 !important; width:auto!important}
  .sticky-cta{display:none!important}
  .trust-inner,.team-row-bottom,.team-rest{grid-template-columns:1fr 1fr!important;gap:16px!important}
  .stat-row{grid-template-columns:1fr!important}
  .hero-cta-stack{flex-direction:column!important;align-items:stretch!important}
  .hero-cta-stack>a,.hero-cta-stack>button{width:100%!important;text-align:center}
  .hero-display{font-size:clamp(34px,12.5vw,58px)!important;line-height:0.96!important;word-break:normal}
  .closing-display{font-size:clamp(28px,9vw,44px)!important}
  .phase-head,.faq-summary,.rv-head{grid-template-columns:auto 1fr auto!important}
}

/* ===== stat number glyph-clip fix: gold background-clip:text sheared tall glyphs ($ top, digit bottoms) because line-height:0.9 made the paint box shorter than the glyphs. Expand the gold paint box; keep layout via negative margin. 2026-07-27 ===== */
.stat-cell .n { line-height: 1.05; }
.stat-cell .n .gold { display: inline-block; padding: 0.14em 0; margin: -0.14em 0; }


/* ===== Receipts + studio legibility pass (2026-07) =====================
   A) The .02 stat numbers (+500 / +$250M / +70) were clipped: at 88px with
      line-height 0.9 the glyph box needed 105px but the line box gave 92px,
      so ascenders/descenders were shaved. Give the line box room to hold the
      glyphs (>= 1.2) — measured scrollHeight/fontSize = 105/88 = 1.19.
   B) Muted copy on the ink background was technically legible but visually
      faint at 11px + wide tracking. Raise size and opacity so it always reads.
   C) The studio photo is NOT css-cropped (asset 1083x747 == container ratio),
      so the "can't see it" was the heavy dark overlay. Lighten the scrims and
      widen the frame so the team photo actually reads.
   ===================================================================== */

/* A — stop the receipts stat numbers clipping */
.stat-cell .n { line-height: 1.2 !important; padding-bottom: 0.04em; }

/* B — muted text on ink must always be readable */
.colossal-sub {
  font-size: 13px !important;
  color: rgba(244,231,210,0.94) !important;
  letter-spacing: 0.2em !important;
}
.receipts-h em { color: rgba(244,231,210,0.84) !important; }
.stat-cell .l { color: rgba(244,231,210,0.88) !important; }

/* C — studio frame: bigger + lighter scrim so the photo is visible */
.studio-break { width: min(1440px, calc(100% - var(--gutter) * 2)) !important; }
.studio-break::before {
  background:
    linear-gradient(180deg, rgba(11,9,7,0.28) 0%, rgba(11,9,7,0) 32%, rgba(11,9,7,0) 55%, rgba(11,9,7,0.72) 100%),
    linear-gradient(90deg, rgba(11,9,7,0.38) 0%, rgba(11,9,7,0) 42%) !important;
}


/* ===== studio cutout treatment (2026-07) ===============================
   The team shot is now a transparent PNG/WebP cutout, so it sits directly on
   the ink panel instead of being a photo that needed darkening. The old scrims
   existed to hold white text over a bright photo; with a cutout they just
   muddied it. Panel goes wider (16/7) with the team anchored bottom-right and
   the headline in clear ink space on the left, so nothing overlaps.
   ===================================================================== */
.studio-break {
  aspect-ratio: 16 / 7 !important;
  background-size: contain !important;
  background-position: right bottom !important;
  background-color: var(--ink) !important;
}
/* Scrims: only a soft left-to-right wash so the copy always has contrast. */
.studio-break::before {
  background:
    linear-gradient(90deg, rgba(11,9,7,0.92) 0%, rgba(11,9,7,0.72) 34%, rgba(11,9,7,0) 62%),
    linear-gradient(180deg, rgba(11,9,7,0.55) 0%, rgba(11,9,7,0) 30%) !important;
}
.studio-break-caption { max-width: 54% !important; }
@media (max-width: 900px) {
  /* Phone: stack — team across the bottom, copy above it, no overlap. */
  .studio-break {
    aspect-ratio: 4 / 5 !important;
    background-size: 128% auto !important;
    background-position: center bottom !important;
  }
  .studio-break::before {
    background:
      linear-gradient(180deg, rgba(11,9,7,0.92) 0%, rgba(11,9,7,0.72) 42%, rgba(11,9,7,0.15) 70%) !important;
  }
  .studio-break-caption { max-width: 100% !important; }
}


/* ===== gold-on-ink legibility (2026-07) ================================
   The metallic gold ramp bottoms out at #6F4D0E. Against the ink panel
   (#0B0907) that last stop is nearly invisible, so the bottom of every gold
   numeral in .02 THE RECEIPTS disappeared and read as a clipped glyph. Keep the
   metallic falloff but stop the ramp somewhere still legible on black.
   ===================================================================== */
.receipts .colossal-n .gold,
.receipts .stat-cell .n .gold,
.receipts .stat-cell .n {
  background: linear-gradient(180deg,
    #FBEBB4 0%,
    #F0D07E 22%,
    #DFB456 52%,
    #C79A3C 78%,
    #B8862F 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
/* Same problem, same fix, on the receipts headline's gold run. */
.receipts .receipts-h .gold {
  background: linear-gradient(180deg, #F6E0A2 0%, #DDB257 55%, #BE8F33 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
