
/* =========================================================================
   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: linear-gradient(180deg, #F5F5F5 0%, #DCDCDC 26%, #BFBFBF 58%, #969696 100%);
  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: linear-gradient(180deg, #EAEAEA 0%, #CFCFCF 26%, #B0B0B0 58%, #828282 100%);
  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(--ink);
  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; }
.mast-link.is-current { color: var(--red); }
.mast-link.is-current::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);
  -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: var(--cream-40); }
.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: var(--xl) 0;
  position: relative; overflow: hidden;
}
.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;
  letter-spacing: -0.03em; color: var(--cream);
  margin-bottom: clamp(40px, 5vw, 72px);
}
.receipts-h em { font-style: italic; font-weight: 400; color: var(--cream-40); }
.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.86; letter-spacing: -0.045em;
  color: var(--cream);
}
.colossal-n .gold {
  background: var(--gold-metal);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.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: var(--cream-40);
}

.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: var(--cream-60); font-weight: 600;
}
.stat-cell .d { font-size: 14px; line-height: 1.5; color: var(--cream-60); 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.05) 0%, rgba(11,9,7,0) 25%, rgba(11,9,7,0.45) 55%, rgba(11,9,7,0.92) 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;
}
.cs-card, .cs-flagship-card, .au-rec, .cp-rec, .fd-rec, .ib-rec, .bp-rec, .tx-rec, .pr-rec, .work-tile, .lg-flag-card {
  position: relative;
}
.cs-card::after, .cs-flagship-card::after, .au-rec::after, .cp-rec::after, .fd-rec::after, .ib-rec::after, .bp-rec::after, .tx-rec::after, .pr-rec::after, .work-tile::after, .lg-flag-card::after {
  content: "";
  position: absolute; top: 0; right: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent transparent;
  transition: border-width .35s cubic-bezier(.22,1,.36,1);
  pointer-events: none;
  z-index: 5;
}
.cs-card:hover::after, .cs-flagship-card:hover::after, .au-rec:hover::after, .cp-rec:hover::after, .fd-rec:hover::after, .ib-rec:hover::after, .bp-rec:hover::after, .tx-rec:hover::after, .pr-rec:hover::after, .work-tile:hover::after, .lg-flag-card:hover::after {
  border-width: 18px 18px 0 0;
  border-color: var(--miami, #ff4d8d) transparent transparent transparent;
}
.bp-article {
  background: var(--cream);
  padding-top: clamp(48px, 5vw, 96px) !important;
  padding-bottom: clamp(48px, 5vw, 96px) !important;
}
.bp-article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
  max-width: 1280px;
  margin: 0 auto;
}
.bp-author-mark { width: 40px; height: 40px; }
.bp-author-mark svg { width: 100%; height: 100%; }
.bp-back-row {
  display: flex;
  justify-content: center;
  margin-top: clamp(40px, 4vw, 64px);
}
.bp-bench { background: linear-gradient(180deg, var(--blueprint) 0%, var(--blueprint-deep) 100%); border-top: 1px solid var(--line); }
.bp-bench-body h3 { font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900; font-size: clamp(30px, 3.4vw, 52px); line-height: 1.02; letter-spacing: -0.025em; margin: 0 0 16px; color: var(--ink); }
.bp-bench-body h3 .accent-red { color: var(--red); }
.bp-bench-body h3 em { font-style: italic; font-weight: 400; color: var(--cream-40); }
.bp-bench-body p { font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 15.5px; line-height: 1.6; color: var(--cream-90); margin: 0 0 14px; }
.bp-bench-body p strong { color: var(--gold-bright); }
.bp-bench-card { position: relative; padding: 30px 28px 26px; background: linear-gradient(180deg, #112030 0%, var(--blueprint-deep) 100%); border: 1px solid var(--miami); box-shadow: 0 30px 70px rgba(0,0,0,0.45), inset 0 1px 0 rgba(11,211,211,0.2); clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px)); }
.bp-bench-grid { display: grid; grid-template-columns: 0.7fr 1fr; gap: clamp(28px, 4vw, 60px); align-items: center; margin-top: 28px; }
.bp-bench-name { font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 800; font-size: 26px; line-height: 1; color: var(--cream); margin: 0 0 4px; }
.bp-bench-photo { position: relative; width: 100%; aspect-ratio: 4 / 3; background: var(--ink); border: 1px solid var(--ink); overflow: hidden; box-shadow: 0 20px 50px rgba(11,9,7,0.18); clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px)); }
.bp-bench-photo .tag { position: absolute; bottom: 14px; left: 16px; padding: 5px 12px; background: var(--cream); color: var(--ink); font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; }
.bp-bench-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.bp-bench-promises { list-style: none; padding: 0; margin: 24px 0 0; border-top: 1px solid var(--ink-15); }
.bp-bench-promises li { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px dashed var(--ink-15); font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 14px; line-height: 1.5; color: var(--ink); }
.bp-bench-promises li strong { color: var(--red); }
.bp-bench-promises li::before { content: "▸"; color: var(--red); font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900; font-size: 16px; flex-shrink: 0; }
.bp-bench-promises li:last-child { border-bottom: none; }
.bp-bench-quote { margin-top: 18px; padding: 18px 20px; background: rgba(11,211,211,0.06); border-left: 4px solid var(--red); font-family: var(--font-forma-djr-display), "DJR Display"; font-style: italic; font-weight: 700; font-size: 18px; line-height: 1.4; color: var(--gold-bright); }
.bp-bench-role { font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--miami-light); }
.bp-bench-tag { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 1px solid rgba(11,211,211,0.3); margin-bottom: 18px; font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 9.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--miami-light); }
.bp-bench-tag .ix { color: var(--cream-60); }
.bp-byline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding-top: 28px;
  border-top: 1.5px solid rgba(11,9,7,0.12);
}
.bp-byline-name {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 15px;
  color: var(--ink);
}
.bp-byline-role {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 500; font-size: 12px;
  color: var(--ink-70);
}
.bp-byline-role strong { color: var(--ink); font-weight: 700; }
.bp-byline-text { display: flex; flex-direction: column; gap: 4px; }
.bp-callout {
  position: relative;
  margin: 48px 0;
  padding: clamp(24px, 2.4vw, 32px);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
}
.bp-callout em { font-style: italic; }
.bp-callout p {
  margin: 0;
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 400;
  font-size: clamp(18px, 1.5vw, 22px); line-height: 1.45;
}
.bp-callout p strong { font-weight: 700; }
.bp-callout--gold {
  background: linear-gradient(135deg, #f3e0b1 0%, #d4a23a 60%, #b08120 100%);
  color: var(--ink);
}
.bp-callout--ink {
  background: var(--ink);
  color: var(--cream);
}
.bp-callout--ink .bp-callout-eyebrow { color: var(--gold-base); opacity: 1; }
.bp-callout-eyebrow {
  display: block;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 10px;
  color: inherit;
  opacity: 0.9;
}
.bp-card {
    position: relative;
    padding: 60px 30px 50px;
    background:
      repeating-linear-gradient(0deg, transparent 0 22px, rgba(11,211,211,0.06) 22px 23px),
      repeating-linear-gradient(90deg, transparent 0 22px, rgba(11,211,211,0.06) 22px 23px),
      var(--blueprint-deep);
    border: 1px solid var(--line);
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
  }
.bp-card-tag {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 24px;
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 9.5px;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--miami-light);
  }
.bp-card-tag .pn { color: var(--gold-bright); }
.bp-card::after { bottom: 0; left: 14px; right: 14px; height: 1px; }
.bp-card::before { top: 0; left: 14px; right: 14px; height: 1px; }
.bp-card::before, .bp-card::after {
    content: ""; position: absolute;
    background: var(--miami-light);
    box-shadow: 0 0 8px var(--miami);
  }
.bp-category {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--red);
  padding: 6px 12px;
  border: 1.5px solid var(--red);
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}
.bp-category-row {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.bp-close { padding: 90px 0 110px; background: radial-gradient(ellipse at center, #11202e 0%, var(--blueprint-deep) 70%); text-align: center; position: relative; overflow: hidden; border-top: 1px solid var(--line); }
.bp-close h2 { font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900; font-size: clamp(40px, 5vw, 80px); line-height: 0.96; letter-spacing: -0.025em; color: var(--cream); margin: 0 0 18px; }
.bp-close h2 .accent-red { color: var(--red); }
.bp-close h2 .gold { background: var(--gold-metal); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.bp-close h2 .miami { color: var(--miami-light); }
.bp-close p { font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 17px; line-height: 1.6; color: var(--cream-90); margin: 0 auto 32px; max-width: 580px; }
.bp-close-cta { display: inline-flex; align-items: center; gap: 14px; padding: 18px 34px; background: var(--miami); color: var(--ink); border: 2px solid var(--miami); font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; cursor: none; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); transition: background .25s, color .25s, border-color .25s, transform .2s, box-shadow .25s; }
.bp-close-cta svg { width: 16px; height: 9px; }
.bp-close-cta:hover { background: var(--red); border-color: var(--red); color: var(--cream); transform: translateY(-1px); box-shadow: 0 12px 30px rgba(225,31,38,0.42); }
.bp-close-inner { position: relative; max-width: 760px; margin: 0 auto; }
.bp-close::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(11,211,211,0.16) 0%, transparent 55%); }
.bp-crumb {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 600; font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--ink-70);
  margin-bottom: 28px;
}
.bp-crumb .bar { width: 28px; height: 2px; background: var(--red); }
.bp-crumb .crumb-home, .bp-crumb .crumb-link {
  color: var(--ink); text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease;
}
.bp-crumb .crumb-home:hover, .bp-crumb .crumb-link:hover { border-bottom-color: var(--red); }
.bp-crumb .sep { color: var(--ink-50); }
.bp-foot { background: var(--ink); padding: 32px 0; border-top: 1px solid var(--line); color: var(--cream-60); font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; }
.bp-foot-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.bp-foot-inner a { color: var(--miami-light); transition: color .25s; }
.bp-foot-inner a:hover { color: var(--red); }
.bp-foot-inner strong { color: var(--cream); }
.bp-h2 {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(28px, 3vw, 40px); line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 80px 0 16px;
  scroll-margin-top: 120px;
  display: flex; align-items: baseline; gap: 16px;
  flex-wrap: wrap;
}
.bp-h2 em { font-style: italic; font-weight: 400; }
.bp-h2-num {
  font-family: "Inter", sans-serif; font-weight: 800; font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--gold-base);
  background: var(--ink);
  padding: 6px 10px;
  align-self: center;
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
}
.bp-h2-sub {
  display: block;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 500; font-size: 14px;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--ink-70);
  margin: -8px 0 24px;
}
.bp-h3 {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(20px, 1.7vw, 24px); line-height: 1.2;
  color: var(--ink);
  margin: 40px 0 14px;
}
.bp-h4 {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(15px, 1.2vw, 17px); line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--ink);
  margin: 28px 0 10px;
}
.bp-head-bar {
    background:
      linear-gradient(180deg, rgba(8,18,28,0.92) 0%, var(--ink) 100%),
      repeating-linear-gradient(90deg, transparent 0 3px, rgba(11,211,211,0.05) 3px 4px);
    padding: 13px 0; position: relative;
    border-top: 1px solid rgba(11,211,211,0.18);
    border-bottom: 1px solid rgba(11,211,211,0.32);
    overflow: hidden;
  }
.bp-head-bar-track {
    display: flex; gap: 28px; white-space: nowrap; align-items: center;
    animation: bpDeploy 50s linear infinite;
    will-change: transform;
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11.5px;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--cream-60);
  }
.bp-head-bar::after { right: 0; background: linear-gradient(270deg, var(--ink) 0%, transparent 100%); }
.bp-head-bar::before { left: 0; background: linear-gradient(90deg, var(--ink) 0%, transparent 100%); }
.bp-head-bar::before, .bp-head-bar::after {
    content: ""; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 3; pointer-events: none;
  }
.bp-head-cell { flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; }
.bp-head-cell .ind {
    display: inline-flex; align-items: center; justify-content: center;
    width: 14px; height: 14px; line-height: 1; font-size: 9px;
    border-radius: 2px; flex-shrink: 0;
  }
.bp-head-cell .ind--down { color: #4ade80; background: rgba(74,222,128,0.10); border: 1px solid rgba(74,222,128,0.35); }
.bp-head-cell .ind--loss { color: #f87171; background: rgba(248,113,113,0.10); border: 1px solid rgba(248,113,113,0.35); }
.bp-head-cell .ind--up { color: #4ade80; background: rgba(74,222,128,0.10); border: 1px solid rgba(74,222,128,0.35); }
.bp-head-cell .pill { padding: 2px 8px; border: 1px solid currentColor; color: #4ade80; font-size: 9.5px; letter-spacing: 0.18em; border-radius: 2px; opacity: 0.85; }
.bp-head-cell .status-dot { color: var(--miami); animation: dotBlink 1.6s ease-in-out infinite; }
.bp-head-cell strong { color: var(--miami-light); letter-spacing: 0.18em; }
.bp-head-cell.is-gold strong { color: var(--gold-bright); }
.bp-head-cell.is-miami strong { color: var(--miami-light); }
.bp-head-cell.is-pink strong { color: var(--pink); }
.bp-head-cell.sep { opacity: 0.35; color: rgba(244,231,210,0.4); }
.bp-header {
  background: var(--cream);
  padding: clamp(96px, 10vw, 160px) var(--gutter) clamp(48px, 5vw, 80px);
  position: relative;
  overflow: hidden;
}
.bp-header-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at top right, rgba(212,162,58,0.08), transparent 60%),
    radial-gradient(ellipse at bottom left, rgba(225,31,38,0.05), transparent 55%),
    var(--cream);
  z-index: 0;
}
.bp-header-inner { position: relative; z-index: 1; max-width: 980px; margin: 0 auto; }
.bp-hero { padding: 50px 0 80px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.bp-hero-ctas { display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.bp-hero-ctas .meta { font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--cream-60); }
.bp-hero-ctas .meta strong { color: var(--gold-bright); }
.bp-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(36px, 4vw, 70px); align-items: center; }
.bp-hero-kicker { font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 800; font-size: 13px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--cream-60); margin-bottom: 12px; }
.bp-hero-lede { font-family: var(--font-forma-djr-text), "DJR Text"; font-size: clamp(15px, 1.05vw, 18px); line-height: 1.65; color: var(--cream-90); margin: 0 0 28px; max-width: 540px; }
.bp-hero-lede strong { color: var(--miami-light); }
.bp-hero-title { font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900; font-size: clamp(48px, 6.5vw, 100px); line-height: 0.95; letter-spacing: -0.03em; margin: 0 0 22px; color: var(--cream); }
.bp-hero-title .accent-red { color: var(--red); }
.bp-hero-title .gold { background: var(--gold-metal); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.bp-hero-title .miami { color: var(--miami-light); }
.bp-hero-title em { font-style: italic; font-weight: 700; color: var(--cream-60); }
.bp-inline-cta {
  margin: 64px 0 0;
  padding: clamp(28px, 3vw, 44px);
  background: var(--ink);
  color: var(--cream);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}
.bp-inline-cta-btn { align-self: flex-start; }
.bp-inline-cta-desc {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 400; font-size: 15px; line-height: 1.55;
  color: var(--cream-90);
  margin: 0;
  max-width: 56ch;
}
.bp-inline-cta-eyebrow {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-base);
  display: block; margin-bottom: 10px;
}
.bp-inline-cta-headline {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(22px, 2vw, 28px); line-height: 1.15;
  color: var(--cream);
  margin: 0 0 12px;
}
.bp-lane-bar { margin-top: 92px; padding: 14px 0; background: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; z-index: 3; }
.bp-lane-bar .lane-no { padding: 4px 10px; background: rgba(11,211,211,0.1); border: 1px solid rgba(11,211,211,0.4); color: var(--miami-light); }
.bp-lane-bar .siblings { display: inline-flex; gap: 12px; margin-left: auto; flex-wrap: wrap; }
.bp-lane-bar .siblings .sib { color: var(--cream-40); }
.bp-lane-bar .siblings .sib:hover { color: var(--cream); }
.bp-lane-bar a { color: var(--miami-light); transition: color .25s; }
.bp-lane-bar a:hover { color: var(--red); }
.bp-lane-bar-inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 10.5px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--cream-60); }
.bp-lane-bar-inner strong { color: var(--miami-light); }
.bp-lede {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 400;
  font-size: clamp(20px, 1.7vw, 24px); line-height: 1.45;
  color: var(--ink);
  border-left: 3px solid var(--red);
  padding-left: 24px;
  margin-bottom: 56px !important;
}
.bp-legal-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 36px;
  border: 1.5px solid rgba(11,9,7,0.1);
  background: var(--cream-warm);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}
.bp-legal-meta-cell {
  display: flex; flex-direction: column; gap: 6px;
  padding: 18px 20px;
  border-right: 1px solid rgba(11,9,7,0.08);
}
.bp-legal-meta-cell:last-child { border-right: 0; }
.bp-legal-meta-cell:nth-child(2n) { border-right: 0; }
.bp-legal-meta-cell:nth-last-child(-n+2) { border-bottom: 0; }
.bp-legal-meta-key {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--red);
}
.bp-legal-meta-val {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 14px;
  color: var(--ink);
}
.bp-legal-meta-val a { color: var(--red); text-decoration: none; }
.bp-legal-meta-val a:hover { text-decoration: underline; text-underline-offset: 3px; }
.bp-lh { border-top: 1px solid var(--ink-15); background: var(--paper-deep); }
.bp-lh-cell {
    padding: 22px 18px;
    background: var(--cream);
    border: 1px solid var(--ink-15);
    text-align: center;
    transition: transform .35s, border-color .35s, box-shadow .35s;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  }
.bp-lh-cell .label { font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 9.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--miami-light); margin-bottom: 10px; }
.bp-lh-cell .score {
    width: 80px; height: 80px;
    border: 4px solid var(--gold-bright);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 10px;
    font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900;
    font-size: 28px; letter-spacing: -0.02em;
    color: var(--gold-bright);
    background: rgba(244,220,142,0.06);
    font-variant-numeric: tabular-nums;
    box-shadow: 0 0 24px rgba(244,220,142,0.18), inset 0 1px 0 rgba(244,220,142,0.2);
  }
.bp-lh-cell .sub { 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); }
.bp-lh-cell:hover { transform: translateY(-3px); border-color: var(--red); box-shadow: 0 16px 32px rgba(11,9,7,0.12); }
.bp-lh-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 26px; }
.bp-link { color: var(--red); text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.bp-link:hover { color: var(--ink); }
.bp-list { margin: 0 0 1.4em; padding-left: 1.4em; }
.bp-list li { margin: 0 0 0.6em; }
.bp-list li::marker { color: var(--red); font-weight: 700; }
.bp-list--ordered { padding-left: 1.6em; }
.bp-meas-b {
    margin: 14px 16px 0;
    padding: 6px 0 0;
    border-top: 1px solid var(--miami);
    display: flex; justify-content: space-between;
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 9px;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--miami);
    position: relative;
  }
.bp-meas-b::after { right: 0; }
.bp-meas-b::before { left: 0; }
.bp-meas-b::before, .bp-meas-b::after {
    content: ""; position: absolute; top: -4px;
    width: 1px; height: 8px; background: var(--miami);
  }
.bp-meas-l {
    position: absolute; top: 60px; bottom: 50px; left: 6px;
    display: flex; flex-direction: column; justify-content: space-between; align-items: center;
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 9px;
    letter-spacing: 0.22em; color: var(--miami);
    writing-mode: vertical-rl;
  }
.bp-meas-l::after { width: 6px; height: 1px; left: -3px; bottom: 0; }
.bp-meas-l::before { width: 6px; height: 1px; left: -3px; top: 0; }
.bp-meas-l::before, .bp-meas-l::after {
    content: ""; position: absolute;
    background: var(--miami);
  }
.bp-pillar { position: relative; padding: 26px 22px 22px; background: var(--blueprint-deep); border: 1px solid var(--line); transition: transform .35s, border-color .35s, box-shadow .35s; overflow: hidden; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); }
.bp-pillar-desc { font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 13px; line-height: 1.55; color: var(--cream-90); margin: 0 0 14px; }
.bp-pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px; }
.bp-pillar-head { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 12px; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.bp-pillar-ix { font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900; font-size: 30px; line-height: 1; letter-spacing: -0.02em; background: var(--gold-metal); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.bp-pillar-list { list-style: none; padding: 0; margin: 14px 0 0; padding-top: 12px; border-top: 1px solid var(--line); }
.bp-pillar-list li { padding: 5px 0; font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 12px; line-height: 1.45; color: var(--cream-90); display: flex; align-items: center; gap: 8px; }
.bp-pillar-list li::before { content: "▸"; color: var(--gold-bright); font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900; }
.bp-pillar-name { font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 800; font-size: 20px; line-height: 1.1; color: var(--cream); margin: 0 0 8px; }
.bp-pillar-spec { font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--miami-light); }
.bp-pillar::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--miami) 0%, var(--gold-bright) 100%); }
.bp-pillar:hover { transform: translateY(-3px); border-color: var(--red); box-shadow: 0 18px 40px rgba(225,31,38,0.18); }
.bp-pillars { border-top: 1px solid var(--line); background: linear-gradient(180deg, var(--blueprint) 0%, var(--blueprint-deep) 100%); }
.bp-prose {
  max-width: 70ch;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 400;
  font-size: 17px; line-height: 1.66; color: var(--ink);
}
.bp-prose a:not(.btn-blue):not(.bp-link) { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.bp-prose p { margin: 0 0 1.4em; }
.bp-prose p strong { color: var(--ink); font-weight: 700; }
.bp-readtime, .bp-date {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 600; font-size: 12px;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-70);
}
.bp-readtime::before, .bp-date::before {
  content: ""; display: inline-block; width: 6px; height: 6px;
  background: var(--gold-base); border-radius: 50%;
  margin-right: 8px; vertical-align: middle;
}
.bp-rec { padding: 30px 26px; background: linear-gradient(180deg, rgba(7,9,11,0.85) 0%, var(--blueprint-deep) 100%); border: 1px solid rgba(11,211,211,0.4); transition: transform .35s, border-color .35s, box-shadow .35s; display: flex; flex-direction: column; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); }
.bp-rec-big { font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900; font-size: clamp(40px, 4vw, 60px); line-height: 0.95; background: var(--gold-metal); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; margin-bottom: 6px; font-variant-numeric: tabular-nums; }
.bp-rec-bigl { font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--cream-60); margin-bottom: 18px; }
.bp-rec-blurb { font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 13.5px; line-height: 1.55; color: var(--cream-90); margin: 0 0 20px; flex: 1; }
.bp-rec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 26px; }
.bp-rec-link { display: inline-flex; align-items: center; gap: 8px; padding-top: 14px; border-top: 1px solid rgba(11,211,211,0.25); font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--miami-light); transition: color .25s; }
.bp-rec-link svg { width: 14px; height: 8px; transition: transform .25s; }
.bp-rec-name { font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 800; font-size: 24px; line-height: 1.1; color: var(--cream); margin: 0 0 14px; }
.bp-rec-tag { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 1px solid rgba(11,211,211,0.25); margin-bottom: 18px; font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 9.5px; letter-spacing: 0.28em; text-transform: uppercase; }
.bp-rec-tag .ch { color: var(--gold-bright); }
.bp-rec-tag .ix { color: var(--miami-light); }
.bp-rec:hover { transform: translateY(-4px); border-color: var(--red); box-shadow: 0 22px 50px rgba(225,31,38,0.22); }
.bp-rec:hover .bp-rec-link { color: var(--red); }
.bp-rec:hover .bp-rec-link svg { transform: translateX(4px); }
.bp-receipts { background: var(--blueprint); border-top: 1px solid var(--line); }
.bp-related-grid { grid-template-columns: 1fr 1fr !important; }
.bp-related-link {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 14px;
  color: var(--ink); text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.bp-related-link:hover { color: var(--red); border-bottom-color: var(--red); }
.bp-related-links {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.bp-related-section { background: var(--bone); }
.bp-section { padding: clamp(60px, 7vh, 100px) 0; position: relative; }
.bp-section--ink .bp-section-deck { color: var(--cream-90); }
.bp-section--ink .bp-section-deck strong { color: var(--gold-bright); }
.bp-section--ink .bp-section-eyebrow { color: var(--miami-light); }
.bp-section--ink .bp-section-eyebrow::before { color: var(--gold-bright); }
.bp-section--ink .bp-section-h { color: var(--cream); }
.bp-section--ink .bp-section-h .miami { color: var(--miami-light); }
.bp-section--ink .bp-section-h em { color: var(--cream-40); }
.bp-section-deck { font-family: var(--font-forma-djr-text), "DJR Text"; font-size: clamp(15px, 1.05vw, 18px); line-height: 1.6; color: var(--cream-90); max-width: 720px; margin: 0 0 38px; }
.bp-section-deck strong { color: var(--gold-bright); }
.bp-section-eyebrow { font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 10.5px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--miami-light); margin-bottom: 14px; display: inline-flex; align-items: center; gap: 12px; }
.bp-section-eyebrow::before { content: "▮"; color: var(--gold-bright); }
.bp-section-h { font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900; font-size: clamp(36px, 5vw, 72px); line-height: 0.98; letter-spacing: -0.025em; margin: 0 0 22px; color: var(--cream); }
.bp-section-h .accent-red { color: var(--red); }
.bp-section-h .gold { background: var(--gold-metal); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.bp-section-h .miami { color: var(--miami-light); }
.bp-section-h em { font-style: italic; font-weight: 400; color: var(--cream-40); }
.bp-share { grid-column: 1 / -1; padding-top: 8px; border-top: 1px solid rgba(11,9,7,0.08); }
.bp-share-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  border: 1.5px solid rgba(11,9,7,0.16);
  color: var(--ink);
  text-decoration: none;
  border-radius: 50%;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.bp-share-btn svg { width: 14px; height: 14px; }
.bp-share-btn:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.bp-share-label {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-50);
}
.bp-side-author-mark { width: 48px; height: 48px; flex-shrink: 0; }
.bp-side-author-mark svg { width: 100%; height: 100%; }
.bp-side-author-name {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 14px;
  color: var(--ink); margin: 0 0 2px;
}
.bp-side-author-role {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 500; font-size: 11px;
  letter-spacing: 0.04em; color: var(--ink-70); margin: 0;
}
.bp-side-author-row { display: flex; gap: 14px; align-items: center; }
.bp-side-card {
  background: var(--cream-warm);
  border: 1.5px solid rgba(11,9,7,0.08);
  padding: 24px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}
.bp-side-eyebrow {
  display: block;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.bp-side-promo {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.bp-side-promo .bp-side-eyebrow { color: var(--gold-base); }
.bp-side-promo-copy {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 400; font-size: 14px; line-height: 1.55;
  color: var(--cream-90);
  margin: 0 0 16px;
}
.bp-side-promo-copy strong { color: var(--gold-base); font-weight: 700; }
.bp-side-promo-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 13px;
  color: var(--cream);
  background: var(--miami);
  text-decoration: none;
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}
.bp-side-promo-cta svg { width: 14px; height: 8px; }
.bp-side-share-row { display: flex; gap: 8px; }
.bp-sidebar {
  position: sticky;
  top: 168px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bp-site {
    position: relative;
    aspect-ratio: 16 / 11;
    background: linear-gradient(180deg, var(--ink) 0%, #0a0f15 100%);
    border: 1px solid var(--miami);
    box-shadow: inset 0 1px 0 rgba(11,211,211,0.2);
    margin: 0 16px 24px;
  }
.bp-site-bar {
    padding: 8px 12px;
    border-bottom: 1px solid var(--line);
    display: flex; align-items: center; gap: 6px;
    background: rgba(11,9,7,0.5);
  }
.bp-site-bar .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(244,231,210,0.4); }
.bp-site-bar .lcp {
    margin-left: auto;
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 9px;
    letter-spacing: 0.2em; color: var(--gold-bright);
    display: inline-flex; align-items: center; gap: 6px;
  }
.bp-site-bar .lcp::before { content: ""; width: 6px; height: 6px; background: var(--gold-bright); border-radius: 50%; box-shadow: 0 0 6px var(--gold-bright); }
.bp-site-bar .url {
    margin-left: 12px; padding: 3px 10px;
    background: rgba(244,231,210,0.06);
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 9px;
    letter-spacing: 0.16em; color: var(--miami-light);
  }
.bp-site-block {
    padding: 10px 14px;
    background: rgba(11,211,211,0.06);
    border: 1px solid var(--line);
    margin-bottom: 12px;
  }
.bp-site-block .d {
    font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 10.5px;
    color: var(--cream-60);
  }
.bp-site-block .h {
    font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900;
    font-size: 18px; letter-spacing: -0.01em;
    color: var(--cream); margin-bottom: 4px;
  }
.bp-site-body { padding: 18px 16px; position: relative; }
.bp-site-grid {
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px;
  }
.bp-site-grid .bp-site-block {
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    background: rgba(244,220,142,0.08);
    border-color: rgba(244,220,142,0.35);
  }
.bp-site-grid .lb {
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 8.5px;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--cream-60);
  }
.bp-site-grid .num {
    font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900;
    font-size: 18px;
    background: var(--gold-metal); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent;
    font-variant-numeric: tabular-nums;
  }
.bp-status { display: inline-flex; align-items: center; gap: 12px; padding: 6px 14px; background: rgba(11,211,211,0.1); border: 1px solid rgba(11,211,211,0.4); font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 10.5px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--miami-light); margin-bottom: 22px; }
.bp-status::before { content: ""; width: 8px; height: 8px; background: var(--miami); border-radius: 50%; box-shadow: 0 0 12px var(--miami); animation: pulse 1.5s ease-in-out infinite; }
.bp-subtitle {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 400;
  font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55;
  color: var(--ink-70);
  max-width: 76ch;
  margin: 0 0 48px;
}
.bp-subtitle strong { color: var(--ink); font-weight: 700; }
.bp-title {
  font-family: var(--font-forma-djr-display), "DJR Display";
  font-weight: 700;
  font-size: clamp(36px, 5.5vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 28px;
}
.bp-title em { font-style: italic; font-weight: 400; }
.bp-titleblock {
    background: var(--blueprint-deep);
    border-bottom: 1px solid var(--line);
    padding: 16px 0;
  }
.bp-titleblock-cell {
    padding: 8px 14px;
    border-right: 1px solid var(--line);
    color: var(--cream-60);
  }
.bp-titleblock-cell strong { color: var(--miami-light); display: block; margin-top: 2px; font-size: 12px; letter-spacing: 0.18em; }
.bp-titleblock-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 0;
    border-left: 1px solid var(--line);
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 9.5px;
    letter-spacing: 0.28em; text-transform: uppercase;
  }
.bp-tldr {
  background: var(--cream-warm);
  border: 1.5px solid rgba(11,9,7,0.1);
  padding: clamp(24px, 2.4vw, 32px);
  margin: 48px 0;
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}
.bp-tldr-eyebrow {
  display: block;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.bp-tldr-list {
  margin: 0; padding-left: 1.2em;
  font-size: 15px; line-height: 1.55;
}
.bp-tldr-list li { margin-bottom: 8px; }
.bp-tldr-list li::marker { color: var(--gold-base); font-weight: 700; }
.bp-toc-chip {
  flex-shrink: 0;
  padding: 7px 12px;
  background: var(--cream);
  border: 1px solid rgba(11,9,7,0.14);
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 600; font-size: 12px;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.bp-toc-chip:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.bp-toc-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(20px, 2.4vw, 36px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.bp-toc-label {
  display: flex; align-items: center; gap: 10px;
  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-70);
  padding-right: clamp(16px, 2vw, 28px);
  border-right: 2px solid var(--red);
}
.bp-toc-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding-bottom: 4px;
}
.bp-toc-list::-webkit-scrollbar { height: 4px; }
.bp-toc-list::-webkit-scrollbar-thumb { background: var(--ink-20); border-radius: 2px; }
.bp-toc-pill { width: 8px; height: 8px; background: var(--red); border-radius: 50%; }
.bp-toc-strip {
  background: var(--bone);
  padding: clamp(20px, 2.4vw, 32px) var(--gutter) !important;
  border-top: 1px solid rgba(11,9,7,0.06);
  border-bottom: 1px solid rgba(11,9,7,0.06);
  position: sticky;
  top: 64px;
  z-index: 50;
}
.cs-bench { background: var(--paper); border-top: 1px solid var(--ink-15); }
.cs-bench-body h3 {
    font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900;
    font-size: clamp(30px, 3.4vw, 52px); line-height: 1.02; letter-spacing: -0.025em;
    margin: 0 0 16px; color: var(--ink);
  }
.cs-bench-body h3 .accent-red { color: var(--red); }
.cs-bench-body h3 em { font-style: italic; font-weight: 400; color: var(--ink-60); }
.cs-bench-body p {
    font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 15.5px; line-height: 1.6;
    color: var(--ink); margin: 0 0 14px;
  }
.cs-bench-body p strong { color: var(--red); }
.cs-bench-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 4vw, 60px); align-items: center; margin-top: 28px; }
.cs-bench-photo {
    position: relative; width: 100%; aspect-ratio: 4 / 3;
    background: var(--ink); border: 1px solid var(--ink);
    overflow: hidden; box-shadow: 0 20px 50px rgba(11,9,7,0.18);
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  }
.cs-bench-photo .tag {
    position: absolute; bottom: 14px; left: 16px;
    padding: 5px 12px; background: var(--cream); color: var(--ink);
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 10px;
    letter-spacing: 0.3em; text-transform: uppercase;
  }
.cs-bench-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.cs-bench-promises {
    list-style: none; padding: 0; margin: 24px 0 0;
    border-top: 1px solid var(--ink-15);
  }
.cs-bench-promises li {
    display: flex; align-items: center; gap: 14px;
    padding: 14px 0; border-bottom: 1px dashed var(--ink-15);
    font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 14px; line-height: 1.5; color: var(--ink);
  }
.cs-bench-promises li strong { color: var(--red); }
.cs-bench-promises li::before {
    content: "▸"; color: var(--red); font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900;
    font-size: 16px; flex-shrink: 0;
  }
.cs-bench-promises li:last-child { border-bottom: none; }
.cs-card {
  background: var(--bone);
  border: 1px solid var(--ink-15);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  padding: clamp(32px, 3vw, 48px);
  display: flex; flex-direction: column; gap: 20px;
  transition: transform .35s var(--ease-out), border-color .35s var(--ease-out), box-shadow .35s var(--ease-out);
  color: var(--ink); text-decoration: none;
}
.cs-card, .cs-flagship-card, .au-rec, .cp-rec, .fd-rec, .ib-rec, .bp-rec, .tx-rec, .pr-rec, .work-tile, .lg-flag-card {
  position: relative;
}
.cs-card-desc {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.6; color: var(--ink-70);
}
.cs-card-head { display: flex; flex-direction: column; gap: 6px; }
.cs-card-link {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700;
  font-size: 12px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--red);
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 4px;
}
.cs-card-link svg { width: 14px; height: 8px; transition: transform .25s var(--ease-out); }
.cs-card-name {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.1; letter-spacing: -0.01em;
  color: var(--ink); margin: 0;
}
.cs-card-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--ink-15);
}
.cs-card-stats div { display: flex; flex-direction: column; gap: 4px; }
.cs-card-stats span {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 500;
  font-size: 10px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--ink-70);
}
.cs-card-stats strong {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(18px, 1.6vw, 22px); line-height: 1;
  letter-spacing: -0.01em; color: var(--red);
}
.cs-card-tags {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 500;
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--red);
}
.cs-card::after, .cs-flagship-card::after, .au-rec::after, .cp-rec::after, .fd-rec::after, .ib-rec::after, .bp-rec::after, .tx-rec::after, .pr-rec::after, .work-tile::after, .lg-flag-card::after {
  content: "";
  position: absolute; top: 0; right: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent transparent;
  transition: border-width .35s cubic-bezier(.22,1,.36,1);
  pointer-events: none;
  z-index: 5;
}
.cs-card:hover {
  transform: translateY(-3px);
  border-color: var(--red);
  box-shadow: 0 14px 32px rgba(11,9,7,0.10);
}
.cs-card:hover .cs-card-link svg { transform: translateX(4px); }
.cs-card:hover::after, .cs-flagship-card:hover::after, .au-rec:hover::after, .cp-rec:hover::after, .fd-rec:hover::after, .ib-rec:hover::after, .bp-rec:hover::after, .tx-rec:hover::after, .pr-rec:hover::after, .work-tile:hover::after, .lg-flag-card:hover::after {
  border-width: 18px 18px 0 0;
  border-color: var(--miami, #ff4d8d) transparent transparent transparent;
}
.cs-close {
    padding: 90px 0 110px;
    background: radial-gradient(ellipse at center, #1a130a 0%, var(--ink) 70%);
    text-align: center; position: relative; overflow: hidden;
    border-top: 1px solid rgba(244,220,142,0.3);
  }
.cs-close h2 {
    font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900;
    font-size: clamp(40px, 5vw, 80px); line-height: 0.96; letter-spacing: -0.025em;
    color: var(--cream); margin: 0 0 18px;
  }
.cs-close h2 .accent-red { color: var(--red); }
.cs-close h2 .gold { background: var(--gold-metal); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.cs-close p {
    font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 17px; line-height: 1.6;
    color: var(--cream-90); margin: 0 auto 32px; max-width: 580px;
  }
.cs-close-cta {
    display: inline-flex; align-items: center; gap: 14px;
    padding: 18px 34px; background: var(--miami); color: var(--ink);
    border: 2px solid var(--miami);
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 12px;
    letter-spacing: 0.24em; text-transform: uppercase; cursor: none;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
    transition: background .25s, color .25s, border-color .25s, transform .2s, box-shadow .25s;
  }
.cs-close-cta svg { width: 16px; height: 9px; }
.cs-close-cta:hover { background: var(--red); border-color: var(--red); color: var(--cream); transform: translateY(-1px); box-shadow: 0 12px 30px rgba(225,31,38,0.42); }
.cs-close-inner { position: relative; max-width: 760px; margin: 0 auto; }
.cs-close::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(212,162,58,0.16) 0%, transparent 55%); }
.cs-deliv { border-top: 1px solid var(--ink-15); background: var(--paper); }
.cs-deliv-card {
    position: relative; padding: 28px 24px 24px;
    background: var(--ink); color: var(--cream);
    border: 1px solid var(--ink);
    transition: transform .35s, border-color .35s, box-shadow .35s;
    overflow: hidden;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  }
.cs-deliv-card::before { content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, var(--gold-bright) 0%, var(--gold-base) 100%); }
.cs-deliv-card:hover { transform: translateY(-4px); border-color: var(--red); box-shadow: 0 22px 50px rgba(11,9,7,0.22); }
.cs-deliv-desc {
    font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 14px; line-height: 1.55;
    color: var(--cream-90); margin: 0 0 16px;
  }
.cs-deliv-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 20px;
  }
.cs-deliv-ix {
    font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900;
    font-size: 54px; line-height: 0.9; letter-spacing: -0.03em;
    background: var(--gold-metal);
    -webkit-background-clip: text; background-clip: text;
    color: transparent; -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
  }
.cs-deliv-list {
    list-style: none; padding: 0; margin: 14px 0 0;
    padding-top: 14px; border-top: 1px solid rgba(244,231,210,0.18);
  }
.cs-deliv-list li {
    padding: 7px 0;
    font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 13px; line-height: 1.45;
    color: var(--cream-90);
    display: flex; align-items: center; gap: 10px;
  }
.cs-deliv-list li::before { content: "▸"; color: var(--gold-bright); font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900; }
.cs-deliv-name {
    font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 800;
    font-size: 26px; line-height: 1.1;
    color: var(--cream); margin: 0 0 10px;
  }
.cs-deliv-tag {
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 9.5px;
    letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--miami-light); margin-bottom: 8px;
  }
.cs-faq { background: var(--paper-deep); border-top: 1px solid var(--ink-15); }
.cs-feat-card {
  background: linear-gradient(180deg, rgba(244,231,210,0.06) 0%, rgba(244,231,210,0.02) 100%);
  border: 1px solid var(--cream-20);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  padding: clamp(40px, 5vw, 72px) clamp(32px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3vw, 48px);
}
.cs-feat-cta { align-self: flex-start; }
.cs-feat-desc {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.6; color: var(--cream-90);
  max-width: 70ch;
}
.cs-feat-eyebrow {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700;
  font-size: 11px; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--red);
}
.cs-feat-grid { display: grid; grid-template-columns: 1fr; gap: clamp(24px, 3vw, 48px); margin-top: clamp(40px, 4vw, 64px); }
.cs-feat-head { display: flex; flex-direction: column; gap: 10px; }
.cs-feat-name {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1.05; letter-spacing: -0.02em;
  color: var(--cream); margin: 0;
}
.cs-feat-stat { display: flex; flex-direction: column; gap: 6px; }
.cs-feat-stat span {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 500;
  font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--cream-60);
}
.cs-feat-stat strong {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(32px, 3.4vw, 52px); line-height: 1;
  letter-spacing: -0.02em;
  background: var(--gold-metal);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.cs-feat-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2vw, 32px);
  padding-top: clamp(28px, 3vw, 40px);
  padding-bottom: clamp(28px, 3vw, 40px);
  border-top: 1px solid var(--cream-20);
  border-bottom: 1px solid var(--cream-20);
}
.cs-feat-tags {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 500;
  font-size: 13px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--cream-60);
}
.cs-featured .pa-stats-grid { display: none; }
.cs-foot { background: var(--ink); padding: 32px 0; border-top: 1px solid var(--line); color: var(--cream-60); font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; }
.cs-foot-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.cs-foot-inner a { color: var(--miami-light); transition: color .25s; }
.cs-foot-inner a:hover { color: var(--red); }
.cs-foot-inner strong { color: var(--cream); }
.cs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
  margin-top: clamp(40px, 4vw, 64px);
}
.cs-grid-section { background: var(--cream); }
.cs-h3-meta {
  display: inline-block;
  margin-left: 12px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 500; font-size: 12px;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-50);
  vertical-align: middle;
}
.cs-header {
  background: var(--cream);
  padding: clamp(96px, 10vw, 160px) var(--gutter) clamp(56px, 6vw, 96px);
  position: relative;
  overflow: hidden;
}
.cs-header-inner { position: relative; z-index: 1; max-width: 980px; margin: 0 auto; }
.cs-hero { padding: 60px 0 80px; position: relative; overflow: hidden; border-bottom: 1px solid var(--ink-15); }
.cs-hero-ctas { display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.cs-hero-ctas .meta {
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 10.5px;
    letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-60);
  }
.cs-hero-ctas .meta strong { color: var(--red); }
.cs-hero-kicker {
    font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 800;
    font-size: 13px; letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--ink-60); margin-bottom: 12px;
  }
.cs-hero-lede {
    font-family: var(--font-forma-djr-text), "DJR Text"; font-size: clamp(15px, 1.05vw, 19px);
    line-height: 1.6; color: var(--ink); margin: 0 0 28px; max-width: 720px;
  }
.cs-hero-lede strong { color: var(--red); }
.cs-hero-title {
    font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900;
    font-size: clamp(44px, 6.2vw, 96px); line-height: 0.96; letter-spacing: -0.03em;
    margin: 0 0 22px; color: var(--ink);
    max-width: 1100px;
  }
.cs-hero-title .accent-red { color: var(--red); }
.cs-hero-title .gold { background: var(--gold-metal); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.cs-hero-title em { font-style: italic; font-weight: 700; color: var(--ink-60); }
.cs-meta-client {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--red);
  padding: 6px 12px;
  border: 1.5px solid var(--red);
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}
.cs-meta-item {
  display: flex; flex-direction: column; gap: 6px;
  padding: 18px 20px;
  border-right: 1px solid rgba(11,9,7,0.08);
}
.cs-meta-item:last-child { border-right: 0; }
.cs-meta-item:nth-child(2n) { border-right: 0; }
.cs-meta-item:nth-last-child(-n+2) { border-bottom: 0; }
.cs-meta-key {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--red);
}
.cs-meta-row {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 14px 22px;
  margin-bottom: 28px;
}
.cs-meta-tag, .cs-meta-date {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 600; font-size: 12px;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-70);
}
.cs-meta-tag::before, .cs-meta-date::before {
  content: ""; display: inline-block; width: 6px; height: 6px;
  background: var(--gold-base); border-radius: 50%;
  margin-right: 8px; vertical-align: middle;
}
.cs-meta-val {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 14px;
  color: var(--ink);
}
.cs-overview-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 36px 0 24px;
  border: 1.5px solid rgba(11,9,7,0.1);
  background: var(--cream-warm);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}
.cs-pager {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; margin-top: clamp(40px, 4vw, 64px);
  flex-wrap: wrap;
}
.cs-pager-btn {
  display: grid; place-items: center;
  min-width: 44px; height: 44px; padding: 0 14px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700;
  font-size: 14px; color: var(--ink);
  background: var(--bone); border: 1.5px solid var(--ink-15);
  text-decoration: none;
  transition: border-color .25s ease, color .25s ease, background .25s ease;
}
.cs-pager-btn.is-current { background: var(--red); border-color: var(--red); color: var(--cream); cursor: default; }
.cs-pager-btn:hover { border-color: var(--red); color: var(--red); }
.cs-pager-label {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700;
  font-size: 11px; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--red);
  margin-right: 8px;
}
.cs-pager-next {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 0 16px; height: 44px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink);
  background: transparent; border: 1.5px solid var(--ink);
  text-decoration: none;
  margin-left: 8px;
  transition: background .25s ease, color .25s ease;
}
.cs-pager-next svg { width: 14px; height: 8px; }
.cs-pager-next:hover { background: var(--ink); color: var(--cream); }
.cs-rec {
    padding: 26px 24px;
    background: linear-gradient(180deg, rgba(11,9,7,0.85) 0%, var(--ink) 100%);
    border: 1px solid rgba(244,220,142,0.35);
    transition: transform .35s, border-color .35s, box-shadow .35s;
    display: flex; flex-direction: column;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  }
.cs-rec--ph {
    background: rgba(244,231,210,0.04);
    border: 1px dashed rgba(244,220,142,0.45);
  }
.cs-rec--ph .cs-rec-big { -webkit-text-fill-color: var(--cream-40); color: var(--cream-40); background: none; }
.cs-rec--ph .cs-rec-name,
  .cs-rec--ph .cs-rec-blurb { color: var(--cream-60); }
.cs-rec-big {
    font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900;
    font-size: clamp(40px, 4vw, 60px); line-height: 0.95;
    background: var(--gold-metal);
    -webkit-background-clip: text; background-clip: text;
    color: transparent; -webkit-text-fill-color: transparent;
    margin-bottom: 4px; font-variant-numeric: tabular-nums;
  }
.cs-rec-bigl {
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 10px;
    letter-spacing: 0.26em; text-transform: uppercase;
    color: var(--cream-60); margin-bottom: 18px;
  }
.cs-rec-blurb {
    font-family: var(--font-forma-djr-text), "DJR Text"; font-size: 13.5px; line-height: 1.55;
    color: var(--cream-90); margin: 0 0 20px; flex: 1;
  }
.cs-rec-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px;
  }
.cs-rec-name {
    font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 800;
    font-size: 22px; line-height: 1.1; color: var(--cream); margin: 0 0 14px;
  }
.cs-rec-tag {
    display: flex; justify-content: space-between; align-items: center;
    padding-bottom: 14px; border-bottom: 1px solid rgba(244,220,142,0.25);
    margin-bottom: 18px;
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 9.5px;
    letter-spacing: 0.28em; text-transform: uppercase;
  }
.cs-rec-tag .ch { color: var(--miami-light); }
.cs-rec-tag .ix { color: var(--gold-bright); }
.cs-rec:hover { transform: translateY(-4px); border-color: var(--red); box-shadow: 0 22px 50px rgba(225,31,38,0.22); }
.cs-result {
  padding: 20px 22px;
  background: var(--cream-warm);
  border: 1.5px solid rgba(11,9,7,0.1);
  display: flex; flex-direction: column; gap: 6px;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}
.cs-result-label {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink);
}
.cs-result-sub {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 500; font-size: 12px;
  color: var(--ink-70);
}
.cs-result-value {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(22px, 2.2vw, 32px); line-height: 1;
  letter-spacing: -0.02em;
  color: var(--red);
}
.cs-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0 32px;
}
.cs-section { padding: clamp(60px, 7vh, 100px) 0; position: relative; }
.cs-section--ink { background: var(--ink); border-top: 1px solid var(--line); }
.cs-section--ink .cs-section-deck { color: var(--cream-90); }
.cs-section--ink .cs-section-deck strong { color: var(--gold-bright); }
.cs-section--ink .cs-section-eyebrow { color: var(--miami-light); }
.cs-section--ink .cs-section-eyebrow::before { color: var(--gold-bright); }
.cs-section--ink .cs-section-h { color: var(--cream); }
.cs-section--ink .cs-section-h em { color: var(--cream-40); }
.cs-section-deck {
    font-family: var(--font-forma-djr-text), "DJR Text"; font-size: clamp(15px, 1.05vw, 18px);
    line-height: 1.6; color: var(--ink); max-width: 720px; margin: 0 0 38px;
  }
.cs-section-deck strong { color: var(--red); }
.cs-section-eyebrow {
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 10.5px;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--red); margin-bottom: 14px;
    display: inline-flex; align-items: center; gap: 12px;
  }
.cs-section-eyebrow::before { content: "§"; color: var(--gold-base); font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900; }
.cs-section-h {
    font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 900;
    font-size: clamp(34px, 4.6vw, 68px); line-height: 0.98; letter-spacing: -0.025em;
    margin: 0 0 22px; color: var(--ink);
  }
.cs-section-h .accent-red { color: var(--red); }
.cs-section-h .gold { background: var(--gold-metal); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.cs-section-h em { font-style: italic; font-weight: 400; color: var(--ink-60); }
.cs-side-services .cs-side-svc-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.cs-side-services .cs-side-svc-list li {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 600; font-size: 13px;
  color: var(--ink);
}
.cs-side-snap-active {
  color: var(--ink); position: relative; padding-right: 16px;
}
.cs-side-snap-active::after {
  content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 8px; height: 8px; background: #00B36B; border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0,179,107,0.18);
}
.cs-side-snap-key {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-70);
}
.cs-side-snap-row {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(11,9,7,0.08);
}
.cs-side-snap-row:last-child { border-bottom: 0; padding-bottom: 0; }
.cs-side-snap-val {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 13px;
  color: var(--ink); text-align: right;
}
.cs-side-snapshot {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cs-side-svc-mark {
  width: 14px; height: 14px;
  background: var(--gold-base);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  flex-shrink: 0;
}
.cs-stat {
  display: flex; flex-direction: column; gap: 6px;
  padding: 14px 0;
}
.cs-stat-label {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 600; font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-70);
}
.cs-stat-value {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  font-size: clamp(26px, 2.6vw, 36px); line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.cs-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.6vw, 24px);
  padding-top: 28px;
  border-top: 1.5px solid rgba(11,9,7,0.12);
}
.cs-status {
    display: inline-flex; align-items: center; gap: 12px;
    padding: 6px 14px; background: rgba(225,31,38,0.08);
    border: 1px solid var(--red);
    font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 800; font-size: 10.5px;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--red); margin-bottom: 22px;
  }
.cs-status::before {
    content: ""; width: 8px; height: 8px; background: var(--red); border-radius: 50%;
    box-shadow: 0 0 12px var(--red); animation: pulse 1.5s ease-in-out infinite;
  }
.cs-subtitle {
  font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 400;
  font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55;
  color: var(--ink-70);
  max-width: 76ch;
  margin: 0 0 48px;
}
.cs-subtitle strong { color: var(--ink); font-weight: 700; }
.cs-testi-mark {
  font-family: var(--font-forma-djr-display), "DJR Display";
  font-weight: 700;
  font-size: clamp(120px, 14vw, 200px);
  line-height: 0.6;
  background: var(--gold-metal-text);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.cs-testi-name { font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700; font-size: 16px; color: var(--ink); }
.cs-testi-quote {
  font-family: var(--font-forma-djr-display), "DJR Display";
  font-weight: 500;
  font-style: italic;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
  max-width: 60ch;
}
.cs-testi-quote strong { color: var(--red); font-weight: 700; font-style: normal; }
.cs-testi-source { display: flex; flex-direction: column; gap: 4px; padding-left: clamp(20px, 2vw, 32px); border-left: 2px solid var(--red); min-width: 200px; }
.cs-testi-title { font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 500; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-70); }
.cs-testi-wrap { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; gap: clamp(24px, 3vw, 56px); align-items: center; }
.cs-testimonial { background: var(--bone); padding: clamp(64px, 7vw, 120px) var(--gutter); }
.cs-title {
  font-family: var(--font-forma-djr-display), "DJR Display"; font-weight: 700;
  color: var(--ink);
  margin: 0 0 28px;
  display: flex; flex-direction: column; gap: 2px;
}
.cs-title-lead {
  font-size: clamp(64px, 10vw, 144px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--red);
}
.cs-title-sub {
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.02em;
}
.cs-title-sub em { font-style: italic; font-weight: 400; color: var(--ink-70); }
/* === IMAGE QUALITY SAFEGUARDS === */
/* Optimize rendering for raster images on retina */
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
/* Force smooth interpolation for explicitly sized photos */
img[src*="storyblok"], img[src*="webp"], img[src*=".jpg"], img[src*=".png"] {
  image-rendering: auto;
}
/* Object-position defaults so portraits don't get face-cropped */
img.headshot, [class*="-headshot"] img, [class*="team-card"] img, [class*="ds-team"] img, [class*="ds-roster"] img {
  object-fit: cover;
  object-position: center top;
}

/* assembly wrappers */
.bp-meta-row{display:flex;gap:16px;align-items:center;margin:0 0 20px}
.bp-meta-tag{font-family:var(--font-forma-djr-text), "DJR Text";font-weight:800;font-size:10.5px;letter-spacing:.28em;text-transform:uppercase;color:var(--red)}
.bp-meta-date{font-family:var(--font-forma-djr-text), "DJR Text";font-weight:700;font-size:10.5px;letter-spacing:.22em;text-transform:uppercase;color:rgba(11,9,7,.55)}
.bp-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:clamp(32px,4vw,64px);padding:clamp(48px,6vw,88px) 0;align-items:start}
@media(max-width:900px){.bp-layout{grid-template-columns:1fr}}
.cs-hero-lead{font-style:normal}
.cs-hero-sub{max-width:76ch}

/* FIN2-PATCH */

  /* Masthead */
  .masthead { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 24px clamp(28px, 4vw, 64px); background: var(--ink); color: var(--cream); border-bottom: 1px solid rgba(244,231,210,0.08); }

  .masthead::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg, transparent, var(--miami) 30%, var(--pink) 70%, transparent); opacity: 0.5; }

/* v5 polish · masthead CTA + trigger no-wrap fix */
.masthead .btn-blue, .masthead .btn-blue span, .mast-nav .mm-trigger, .mast-nav > a.mast-link { white-space: nowrap; }

/* v5 polish · masthead compaction (Alex 2026-06-28: nav row was floating in 460px dead zone — force explicit height; the mega/mini panels inside the <header> were inflating the natural height) */
.masthead { padding-top: 14px !important; padding-bottom: 14px !important; height: 108px !important; min-height: 0 !important; max-height: 108px !important; overflow: visible !important; }

.masthead .mast-mark img { height: 80px !important; }

.masthead.is-stuck { padding-top: 10px !important; padding-bottom: 10px !important; height: 80px !important; max-height: 80px !important; }

.masthead.is-stuck .mast-mark img { height: 60px !important; }

/* Mega/mini panels are absolutely positioned children of <header> — make sure they don't contribute to masthead box flow */
.masthead .mm-panel { position: absolute !important; }

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

/* 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;
}

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

/* 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;
}

.wrap{max-width:1280px;margin:0 auto;padding:0 clamp(20px,3vw,48px)}
.bp-side-card{background:#fff;border:1px solid rgba(11,9,7,.1);padding:clamp(20px,2vw,30px);clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px))}
.bp-side-eyebrow{display:block;font-family:var(--font-forma-djr-text), "DJR Text";font-weight:800;font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:#8a6d1f;margin-bottom:12px}
.cs-side-svcs{list-style:none;margin:0;padding:0}
.cs-side-svcs li{position:relative;padding:7px 0 7px 20px;font-family:var(--font-forma-djr-text), "DJR Text";font-size:13.5px;line-height:1.5}
.cs-side-svc-mark{position:absolute;left:0;top:14px;width:10px;height:2px;background:var(--red,#E11F26)}
.legal-wrap{padding-top:clamp(120px,14vw,180px)}

/* FIN4-BTN */

  .btn-blue { display: inline-flex; align-items: center; gap: 12px; padding: 14px 22px; background: var(--miami); color: var(--ink); border: 2px solid var(--miami); font-family: var(--font-forma-djr-text), "DJR Text"; font-weight: 700; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); transition: background .25s, color .25s, border-color .25s, transform .2s, box-shadow .25s; }

  .btn-blue:hover { background: var(--red); border-color: var(--red); color: var(--cream); transform: translateY(-1px); box-shadow: 0 10px 28px rgba(225,31,38,0.36); }

  .btn-blue svg { width: 14px; height: 8px; }

@media (max-width: 900px) {
  .mast-nav .mm-item,
  .mast-nav > a.mast-link,
  .mast-nav .btn-blue { display: none; }
  .mm-hamburger { display: inline-flex; flex-direction: column; align-self: center; margin-left: auto; }
  .mm-panel { left: 0; right: 0; width: auto; max-height: calc(100vh - 80px); overflow-y: auto; }
  .mm-panel--mini, .mm-panel--align-work, .mm-panel--align-blog, .mm-panel--align-contact { width: auto; left: 0; right: 0; }
  .mm-services-grid { grid-template-columns: 1fr 1fr; }
  .mm-panel-inner { padding: 22px 18px 28px; }
  .mm-headline { font-size: 24px; margin-bottom: 16px; }
  .mast-nav.mm-mobile-open { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; background: var(--cream, #F4E7D2); padding: 18px 20px; gap: 8px; box-shadow: 0 20px 40px -20px rgba(11,9,7,.2); border-top: 1px solid rgba(11,9,7,.08); }
  .mast-nav.mm-mobile-open .mm-item,
  .mast-nav.mm-mobile-open > a.mast-link,
  .mast-nav.mm-mobile-open .btn-blue { display: flex; }
  .mast-nav.mm-mobile-open .mm-trigger { width: 100%; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(11,9,7,.06); }
  .mast-nav.mm-mobile-open > a.mast-link { padding: 10px 0; border-bottom: 1px solid rgba(11,9,7,.06); }
}

/* v5 polish · masthead CTA + trigger no-wrap fix */
.masthead .btn-blue, .masthead .btn-blue span, .mast-nav .mm-trigger, .mast-nav > a.mast-link { white-space: nowrap; }

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);
}

/* 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;
}

/* === 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;
}

/* === 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;
}

/* === 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;
}
.masthead a{text-decoration:none}
.mm-trigger{text-decoration:none}

/* === PORTED closing/contact form bundle === */
.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; }
}

/* === BATCH2 lane number + grey bar === */
/* Lane num top-glyph clipping fix */
.lane-num { padding-top: 0.12em !important; overflow: visible !important; }
.lane-inner { overflow: visible !important; }
/* Homepage hero -> nav grey bar divider */
.hero-topbar { height: 44px; background: #1A1817; border-bottom: 1px solid rgba(191,191,191,0.22); display: block; width: 100%; }

.fd-section + .fd-section,
[class*="-section"] + [class*="-section"] {
  position: relative;
}
.section-divider::before,
.au-section + .au-section::before,
.cp-section + .cp-section::before,
.fd-section + .fd-section::before,
[class*="-section"] + [class*="-section"]::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    var(--miami, #00B7D4) 30%,
    var(--gold-base, #D4A23A) 50%,
    var(--red, #E11F26) 70%,
    transparent 100%);
  opacity: 0;
  transition: opacity .8s ease;
  pointer-events: none;
}
.section-divider.is-visible::before,
.au-section.is-visible + .au-section::before,
.cp-section.is-visible + .cp-section::before,
.fd-section.is-visible + .fd-section::before,
[class*="-section"].is-visible + [class*="-section"]::before {
  opacity: 0.4;
}

/* v5 polish · trust badge color tint */
.foot-badges .trust-badge,
.trust-badge {
  transition: filter .3s ease, transform .3s ease;
  filter: brightness(0.85) saturate(0.6);
}
.foot-badges .trust-badge:hover,
.trust-badge:hover {
  filter: brightness(1.15) saturate(1.1);
  transform: translateY(-2px);
}
.foot-badges .trust-badge:nth-child(1):hover { filter: hue-rotate(0deg)   brightness(1.15) saturate(1.2); }
.foot-badges .trust-badge:nth-child(2):hover { filter: hue-rotate(20deg)  brightness(1.15); }
.foot-badges .trust-badge:nth-child(3):hover { filter: hue-rotate(-20deg) brightness(1.15); }
.foot-badges .trust-badge:nth-child(4):hover { filter: hue-rotate(180deg) brightness(1.15) saturate(1.2); }
.foot-badges .trust-badge:nth-child(5):hover { filter: hue-rotate(40deg)  brightness(1.2); }
.foot-badges .trust-badge:nth-child(6):hover { filter: hue-rotate(-40deg) brightness(1.2); }
.foot-badges .trust-badge:nth-child(7):hover { filter: hue-rotate(60deg)  brightness(1.2); }
/* v5 polish · eyebrow pulse */
.section-kicker::before,
.section-eyebrow::before,
.mm-eyebrow::before,
.hero-eyebrow::before,
.guarantee-eyebrow::before,
.fv-eyebrow::before,
.feat-eyebrow::before,
.lead-eyebrow::before,
.cta-eyebrow::before,
.metric-eyebrow::before,
.side-eyebrow::before,
.tldr-eyebrow::before,
.callout-eyebrow::before,
.restore-eyebrow::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--miami, #00B7D4);
  margin-right: 10px;
  box-shadow: 0 0 0 0 rgba(11,211,211,0.5);
  animation: v5EyebrowPulse 2.4s ease-in-out infinite;
  vertical-align: middle;
}

/* Preserve existing glyph; add pulse via ::after */
.ib-section-eyebrow::after {
  content: "";
  display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--miami, #00B7D4);
  margin-left: 10px;
  box-shadow: 0 0 0 0 rgba(11,211,211,0.5);
  animation: v5EyebrowPulse 2.4s ease-in-out infinite;
  vertical-align: middle;
}

/* On cream-background sections use red for contrast */
.section--cream .section-kicker::before,
.section--cream .mm-eyebrow::before,
.section--cream .section-eyebrow::before,
.section--paper .section-kicker::before,
.section--paper .mm-eyebrow::before,
.paper-section .section-kicker::before {
  background: var(--red, #E11F26);
  box-shadow: 0 0 0 0 rgba(225,31,38,0.5);
  animation-name: v5EyebrowPulseRed;
}
@keyframes v5EyebrowPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(11,211,211,0.5); opacity: 1; }
  50%      { box-shadow: 0 0 0 6px rgba(11,211,211,0); opacity: 0.6; }
}
@keyframes v5EyebrowPulseRed {
  0%, 100% { box-shadow: 0 0 0 0 rgba(225,31,38,0.5); opacity: 1; }
  50%      { box-shadow: 0 0 0 6px rgba(225,31,38,0); opacity: 0.6; }
}
@media (prefers-reduced-motion: reduce) {
  .section-kicker::before, .section-eyebrow::before, .mm-eyebrow::before,
  [class$="-eyebrow"]::before, [class$="-eyebrow"]::after {
    animation: none;
  }
}

/* v5 polish · masthead CTA + trigger no-wrap fix */
.masthead .btn-blue, .masthead .btn-blue span, .mast-nav .mm-trigger, .mast-nav > a.mast-link { white-space: nowrap; }

/* v5 polish · masthead compaction (Alex 2026-06-28: nav row was floating in 460px dead zone — force explicit height; the mega/mini panels inside the <header> were inflating the natural height) */
.masthead { padding-top: 14px !important; padding-bottom: 14px !important; height: 108px !important; min-height: 0 !important; max-height: 108px !important; overflow: visible !important; }
.masthead .mast-mark img { height: 80px !important; }
.masthead.is-stuck { padding-top: 10px !important; padding-bottom: 10px !important; height: 80px !important; max-height: 80px !important; }
.masthead.is-stuck .mast-mark img { height: 60px !important; }
/* Mega/mini panels are absolutely positioned children of <header> — make sure they don't contribute to masthead box flow */
.masthead .mm-panel { position: absolute !important; }

/* Cap image display sizes proportional to Storyblok source resolution so upscale-blur stops */
img[src*="storyblok.com/f/1023744/380x640/"] { max-width: 570px; }
img[src*="storyblok.com/f/1023744/262x357/"] { max-width: 393px; }
img[src*="storyblok.com/f/1023744/600x918/"] { max-width: 900px; }
img[src*="storyblok.com/f/1023744/1083x747/"] { max-width: 1625px; }
img[src*="storyblok.com/f/1023744/1137x762/"] { max-width: 1705px; }
img[src*="storyblok.com/f/1023744/381623/"] { max-width: 100%; }
@media (min-width: 1101px) {
  .work-grid { max-width: 1140px; margin: 0 auto; }
}

/* migrated from body_html trailing <style> */


.fd-section + .fd-section,
[class*="-section"] + [class*="-section"] {
  position: relative;
}
.section-divider::before,
.au-section + .au-section::before,
.cp-section + .cp-section::before,
.fd-section + .fd-section::before,
[class*="-section"] + [class*="-section"]::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    var(--miami, #00B7D4) 30%,
    var(--gold-base, #D4A23A) 50%,
    var(--red, #E11F26) 70%,
    transparent 100%);
  opacity: 0;
  transition: opacity .8s ease;
  pointer-events: none;
}
.section-divider.is-visible::before,
.au-section.is-visible + .au-section::before,
.cp-section.is-visible + .cp-section::before,
.fd-section.is-visible + .fd-section::before,
[class*="-section"].is-visible + [class*="-section"]::before {
  opacity: 0.4;
}


/* v5 polish · trust badge color tint */
.foot-badges .trust-badge,
.trust-badge {
  transition: filter .3s ease, transform .3s ease;
  filter: brightness(0.85) saturate(0.6);
}
.foot-badges .trust-badge:hover,
.trust-badge:hover {
  filter: brightness(1.15) saturate(1.1);
  transform: translateY(-2px);
}
.foot-badges .trust-badge:nth-child(1):hover { filter: hue-rotate(0deg)   brightness(1.15) saturate(1.2); }
.foot-badges .trust-badge:nth-child(2):hover { filter: hue-rotate(20deg)  brightness(1.15); }
.foot-badges .trust-badge:nth-child(3):hover { filter: hue-rotate(-20deg) brightness(1.15); }
.foot-badges .trust-badge:nth-child(4):hover { filter: hue-rotate(180deg) brightness(1.15) saturate(1.2); }
.foot-badges .trust-badge:nth-child(5):hover { filter: hue-rotate(40deg)  brightness(1.2); }
.foot-badges .trust-badge:nth-child(6):hover { filter: hue-rotate(-40deg) brightness(1.2); }
.foot-badges .trust-badge:nth-child(7):hover { filter: hue-rotate(60deg)  brightness(1.2); }
/* v5 polish · eyebrow pulse */
.section-kicker::before,
.section-eyebrow::before,
.mm-eyebrow::before,
.hero-eyebrow::before,
.guarantee-eyebrow::before,
.fv-eyebrow::before,
.feat-eyebrow::before,
.lead-eyebrow::before,
.cta-eyebrow::before,
.metric-eyebrow::before,
.side-eyebrow::before,
.tldr-eyebrow::before,
.callout-eyebrow::before,
.restore-eyebrow::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--miami, #00B7D4);
  margin-right: 10px;
  box-shadow: 0 0 0 0 rgba(11,211,211,0.5);
  animation: v5EyebrowPulse 2.4s ease-in-out infinite;
  vertical-align: middle;
}

/* Preserve existing glyph; add pulse via ::after */
.ib-section-eyebrow::after {
  content: "";
  display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--miami, #00B7D4);
  margin-left: 10px;
  box-shadow: 0 0 0 0 rgba(11,211,211,0.5);
  animation: v5EyebrowPulse 2.4s ease-in-out infinite;
  vertical-align: middle;
}

/* On cream-background sections use red for contrast */
.section--cream .section-kicker::before,
.section--cream .mm-eyebrow::before,
.section--cream .section-eyebrow::before,
.section--paper .section-kicker::before,
.section--paper .mm-eyebrow::before,
.paper-section .section-kicker::before {
  background: var(--red, #E11F26);
  box-shadow: 0 0 0 0 rgba(225,31,38,0.5);
  animation-name: v5EyebrowPulseRed;
}
@keyframes v5EyebrowPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(11,211,211,0.5); opacity: 1; }
  50%      { box-shadow: 0 0 0 6px rgba(11,211,211,0); opacity: 0.6; }
}
@keyframes v5EyebrowPulseRed {
  0%, 100% { box-shadow: 0 0 0 0 rgba(225,31,38,0.5); opacity: 1; }
  50%      { box-shadow: 0 0 0 6px rgba(225,31,38,0); opacity: 0.6; }
}
@media (prefers-reduced-motion: reduce) {
  .section-kicker::before, .section-eyebrow::before, .mm-eyebrow::before,
  [class$="-eyebrow"]::before, [class$="-eyebrow"]::after {
    animation: none;
  }
}

/* v5 polish · masthead CTA + trigger no-wrap fix */
.masthead .btn-blue, .masthead .btn-blue span, .mast-nav .mm-trigger, .mast-nav > a.mast-link { white-space: nowrap; }

/* v5 polish · masthead compaction (Alex 2026-06-28: nav row was floating in 460px dead zone — force explicit height; the mega/mini panels inside the <header> were inflating the natural height) */
.masthead { padding-top: 14px !important; padding-bottom: 14px !important; height: 108px !important; min-height: 0 !important; max-height: 108px !important; overflow: visible !important; }
.masthead .mast-mark img { height: 80px !important; }
.masthead.is-stuck { padding-top: 10px !important; padding-bottom: 10px !important; height: 80px !important; max-height: 80px !important; }
.masthead.is-stuck .mast-mark img { height: 60px !important; }
/* Mega/mini panels are absolutely positioned children of <header> — make sure they don't contribute to masthead box flow */
.masthead .mm-panel { position: absolute !important; }

/* migrated from body_html trailing <style> */


.fd-section + .fd-section,
[class*="-section"] + [class*="-section"] {
  position: relative;
}
.section-divider::before,
.au-section + .au-section::before,
.cp-section + .cp-section::before,
.fd-section + .fd-section::before,
[class*="-section"] + [class*="-section"]::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    var(--miami, #00B7D4) 30%,
    var(--gold-base, #D4A23A) 50%,
    var(--red, #E11F26) 70%,
    transparent 100%);
  opacity: 0;
  transition: opacity .8s ease;
  pointer-events: none;
}
.section-divider.is-visible::before,
.au-section.is-visible + .au-section::before,
.cp-section.is-visible + .cp-section::before,
.fd-section.is-visible + .fd-section::before,
[class*="-section"].is-visible + [class*="-section"]::before {
  opacity: 0.4;
}


/* v5 polish · trust badge color tint */
.foot-badges .trust-badge,
.trust-badge {
  transition: filter .3s ease, transform .3s ease;
  filter: brightness(0.85) saturate(0.6);
}
.foot-badges .trust-badge:hover,
.trust-badge:hover {
  filter: brightness(1.15) saturate(1.1);
  transform: translateY(-2px);
}
.foot-badges .trust-badge:nth-child(1):hover { filter: hue-rotate(0deg)   brightness(1.15) saturate(1.2); }
.foot-badges .trust-badge:nth-child(2):hover { filter: hue-rotate(20deg)  brightness(1.15); }
.foot-badges .trust-badge:nth-child(3):hover { filter: hue-rotate(-20deg) brightness(1.15); }
.foot-badges .trust-badge:nth-child(4):hover { filter: hue-rotate(180deg) brightness(1.15) saturate(1.2); }
.foot-badges .trust-badge:nth-child(5):hover { filter: hue-rotate(40deg)  brightness(1.2); }
.foot-badges .trust-badge:nth-child(6):hover { filter: hue-rotate(-40deg) brightness(1.2); }
.foot-badges .trust-badge:nth-child(7):hover { filter: hue-rotate(60deg)  brightness(1.2); }
/* v5 polish · eyebrow pulse */
.section-kicker::before,
.section-eyebrow::before,
.mm-eyebrow::before,
.hero-eyebrow::before,
.guarantee-eyebrow::before,
.fv-eyebrow::before,
.feat-eyebrow::before,
.lead-eyebrow::before,
.cta-eyebrow::before,
.metric-eyebrow::before,
.side-eyebrow::before,
.tldr-eyebrow::before,
.callout-eyebrow::before,
.restore-eyebrow::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--miami, #00B7D4);
  margin-right: 10px;
  box-shadow: 0 0 0 0 rgba(11,211,211,0.5);
  animation: v5EyebrowPulse 2.4s ease-in-out infinite;
  vertical-align: middle;
}

/* Preserve existing glyph; add pulse via ::after */
.ib-section-eyebrow::after {
  content: "";
  display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--miami, #00B7D4);
  margin-left: 10px;
  box-shadow: 0 0 0 0 rgba(11,211,211,0.5);
  animation: v5EyebrowPulse 2.4s ease-in-out infinite;
  vertical-align: middle;
}

/* On cream-background sections use red for contrast */
.section--cream .section-kicker::before,
.section--cream .mm-eyebrow::before,
.section--cream .section-eyebrow::before,
.section--paper .section-kicker::before,
.section--paper .mm-eyebrow::before,
.paper-section .section-kicker::before {
  background: var(--red, #E11F26);
  box-shadow: 0 0 0 0 rgba(225,31,38,0.5);
  animation-name: v5EyebrowPulseRed;
}
@keyframes v5EyebrowPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(11,211,211,0.5); opacity: 1; }
  50%      { box-shadow: 0 0 0 6px rgba(11,211,211,0); opacity: 0.6; }
}
@keyframes v5EyebrowPulseRed {
  0%, 100% { box-shadow: 0 0 0 0 rgba(225,31,38,0.5); opacity: 1; }
  50%      { box-shadow: 0 0 0 6px rgba(225,31,38,0); opacity: 0.6; }
}
@media (prefers-reduced-motion: reduce) {
  .section-kicker::before, .section-eyebrow::before, .mm-eyebrow::before,
  [class$="-eyebrow"]::before, [class$="-eyebrow"]::after {
    animation: none;
  }
}

/* v5 polish · masthead CTA + trigger no-wrap fix */
.masthead .btn-blue, .masthead .btn-blue span, .mast-nav .mm-trigger, .mast-nav > a.mast-link { white-space: nowrap; }

/* v5 polish · masthead compaction (Alex 2026-06-28: nav row was floating in 460px dead zone — force explicit height; the mega/mini panels inside the <header> were inflating the natural height) */
.masthead { padding-top: 14px !important; padding-bottom: 14px !important; height: 108px !important; min-height: 0 !important; max-height: 108px !important; overflow: visible !important; }
.masthead .mast-mark img { height: 80px !important; }
.masthead.is-stuck { padding-top: 10px !important; padding-bottom: 10px !important; height: 80px !important; max-height: 80px !important; }
.masthead.is-stuck .mast-mark img { height: 60px !important; }
/* Mega/mini panels are absolutely positioned children of <header> — make sure they don't contribute to masthead box flow */
.masthead .mm-panel { position: absolute !important; }
