/* ============================================================================
   WELL RUN · SIGNAL SYSTEM — STRATEGIC MEDIA PARTNERSHIP
   Page styles for /en/services/strategic-partnership/  (namespace: .smp-)
   Built on Signal Core tokens in global.css.
   ============================================================================ */

/* Black page base for the Reveal Lift seam: every section paints its own
   opaque background, so the base colour only shows through the footer seam.
   overflow-x guards against any sub-pixel horizontal scroll on small screens;
   text-size-adjust keeps type stable on iOS landscape rotation. */
.smp-page { background: var(--wr-black) !important; overflow-x: hidden; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
.smp-btn, .smp-btn--ghost, .smp-tlink, .smp-faq__q { -webkit-tap-highlight-color: transparent; }

/* Section scaffolding ------------------------------------------------------ */
.smp-section { position: relative; z-index: 2; width: 100%; padding: clamp(104px, 15vh, 200px) var(--wr-pad-x); background: var(--wr-white); }
.smp-section--dark  { background: var(--wr-hero);  color: var(--wr-white); }
.smp-section--black { background: var(--wr-black); color: var(--wr-white); }
.smp-section--flush { padding: 0; }
.smp-inner { position: relative; z-index: 4; max-width: var(--wr-max-width); margin: 0 auto; width: 100%; }
.smp-eyebrow { margin-bottom: 32px; }

.smp-h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; color: var(--wr-black); max-width: 19ch; text-wrap: balance; }
.smp-section--dark .smp-h2, .smp-section--black .smp-h2 { color: var(--wr-white); }
.smp-lead { font-size: clamp(16px, 1.35vw, 19px); line-height: 1.65; color: var(--wr-black-40); max-width: 58ch; margin-top: 26px; }
.smp-section--dark .smp-lead, .smp-section--black .smp-lead { color: var(--wr-white-65); }
.smp-lead strong { color: inherit; font-weight: 700; }
.smp-section--dark .smp-lead strong { color: var(--wr-white); }

.smp-head--center { text-align: center; }
.smp-head--center .smp-h2, .smp-head--center .smp-lead { margin-left: auto; margin-right: auto; }

/* Buttons ------------------------------------------------------------------ */
.smp-btn { display: inline-flex; align-items: center; gap: 9px; height: 52px; padding: 0 28px; border-radius: var(--wr-radius-pill); font-size: 13px; font-weight: 800; letter-spacing: 0.04em; color: var(--wr-black); position: relative; isolation: isolate; background: var(--wr-grad); background-size: 200% auto; animation: gradientShimmerSlow 4s ease-in-out infinite alternate; transition: transform 0.25s var(--wr-ease-out), box-shadow 0.3s ease; box-shadow: 0 8px 30px -10px #F0492366; }
.smp-btn svg { width: 15px; height: 15px; stroke: var(--wr-black); stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.25s var(--wr-ease-out); }
@media (hover: hover) and (pointer: fine) { .smp-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 38px -10px #F0492399; } .smp-btn:hover svg { transform: translateX(4px); } }
.smp-btn--ghost { background: transparent; animation: none; box-shadow: none; color: var(--wr-black); border: 1.5px solid var(--wr-black-15); }
.smp-section--dark .smp-btn--ghost, .smp-section--black .smp-btn--ghost, .smp-banner .smp-btn--ghost { color: var(--wr-white); border-color: var(--wr-white-16); }
.smp-btn--ghost svg { stroke: var(--wr-orange); }
@media (hover: hover) and (pointer: fine) { .smp-btn--ghost:hover { transform: translateY(-2px); border-color: var(--wr-orange); } }

.smp-tlink { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; letter-spacing: 0.02em; color: var(--wr-black); }
.smp-section--dark .smp-tlink, .smp-section--black .smp-tlink { color: var(--wr-white); }
.smp-hero .smp-tlink { color: var(--wr-white); }
.smp-tlink svg { width: 14px; height: 14px; stroke: var(--wr-orange); stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.22s var(--wr-ease-out); }
@media (hover: hover) and (pointer: fine) { .smp-tlink:hover svg { transform: translateX(4px); } }

/* Brand Plate — art-directed image surface (image-ready) ------------------- */
.smp-ph { position: relative; overflow: hidden; background-color: #0D0A07; background-image: repeating-linear-gradient(135deg, #F2F2F20A 0 2px, transparent 2px 11px); display: flex; align-items: flex-end; }
.smp-ph__tag { position: relative; z-index: 2; margin: 16px; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-white-65); padding: 6px 11px; border: 1px solid var(--wr-white-16); border-radius: var(--wr-radius-pill); background: #0D0A07AA; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.smp-ph::after { content: ''; position: absolute; inset: 0; background: radial-gradient(80% 60% at 70% 20%, #F0492318, transparent 60%); pointer-events: none; }

/* ============================================================================
   HERO — Hero Mode · The Department (roster → one)  [LOCKED]
   ========================================================================== */
.smp-hero { position: relative; z-index: 2; min-height: 100vh; min-height: 100svh; width: 100%; background: var(--wr-hero); color: var(--wr-white); overflow: hidden; }
.smp-hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 22vh; background: linear-gradient(to bottom, transparent, var(--wr-hero)); z-index: 1; pointer-events: none; }
.smp-hero__glow { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(56% 48% at 82% 14%, #F0492326 0%, transparent 62%), radial-gradient(44% 38% at 4% 70%, #FFD80016 0%, transparent 56%); }
.smp-hero__grid { position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: radial-gradient(circle, #F2F2F212 1px, transparent 1.4px); background-size: 34px 34px; -webkit-mask-image: radial-gradient(120% 90% at 78% 8%, #000 0%, transparent 64%); mask-image: radial-gradient(120% 90% at 78% 8%, #000 0%, transparent 64%); opacity: 0.7; }
.smp-hero__beam { position: absolute; top: 0; left: 0; right: 0; height: 1px; z-index: 1; pointer-events: none; background: linear-gradient(90deg, transparent, #F0492366 26%, #FFD80088 50%, #F0492366 74%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent); mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent); opacity: 0.5; }

/* Status pill — monospace live tag with a pulsing dot */
.smp-status { display: inline-flex; align-items: center; gap: 10px; align-self: center; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--wr-white-75); padding: 8px 16px 8px 13px; border-radius: var(--wr-radius-pill); background: var(--wr-glass-08); border: 1px solid var(--wr-white-10); margin-bottom: 26px; }
.smp-status__dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--wr-orange); }
.smp-status__dot::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: var(--wr-orange); animation: smpPulse 2s ease-out infinite; }
.smp-status b { color: var(--wr-white); font-weight: 700; }
.smp-hero__inner { --smp-hero-padtop: calc(var(--wr-nav-height) + 100px); position: relative; z-index: 2; max-width: var(--wr-max-width); margin: 0 auto; min-height: 100vh; min-height: 100svh; padding: var(--smp-hero-padtop) var(--wr-pad-x) 36px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: clamp(12px, 2.2vh, 30px); }
.smp-hero__copy { display: flex; flex-direction: column; align-items: center; width: 100%; }
.smp-h1 { font-size: clamp(32px, 4.4vw, 56px); font-weight: 800; line-height: 1.07; letter-spacing: -0.025em; color: var(--wr-white); max-width: 21ch; text-wrap: balance; }
.smp-hero__sub { font-size: clamp(15px, 1.35vw, 19px); line-height: 1.58; color: var(--wr-white-75); max-width: 58ch; margin-top: 18px; }
.smp-hero__sub strong { color: var(--wr-white); font-weight: 700; }
.smp-hero__ctas { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 26px; }

/* ============================================================================
   METRICS — elevated proof band right after the hero (reference: black cells,
   thin warm gradient outline, gradient numerals, monospace micro-labels)
   ========================================================================== */
/* Match the hero + covers dark (--wr-hero) so the top run reads as one continuous
   black, not a distinct metrics band. The elevated cells keep their own plate. */
.smp-metrics { position: relative; z-index: 2; background: var(--wr-hero); padding: clamp(28px, 5vh, 56px) var(--wr-pad-x) clamp(64px, 9vh, 104px); }
.smp-metrics__bar { position: relative; max-width: var(--wr-max-width); margin: 0 auto; border-radius: var(--wr-radius-card); overflow: hidden; background: linear-gradient(180deg, #140D08, #0E0906); }
.smp-metrics__bar::after { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(120deg, #F04923, #FFD80055 55%, #F0492300); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; pointer-events: none; }
.smp-metric { position: relative; padding: clamp(20px, 2.2vw, 30px) clamp(20px, 2.2vw, 32px); overflow: hidden; }
.smp-metric + .smp-metric { border-left: 1px solid var(--wr-white-08); }
.smp-metric::before { content: ''; position: absolute; right: -30%; top: -60%; width: 70%; height: 140%; background: radial-gradient(ellipse, #F0492322, transparent 70%); pointer-events: none; opacity: 0; transition: opacity 0.4s ease; }
@media (hover: hover) and (pointer: fine) { .smp-metric:hover::before { opacity: 1; } }
.smp-metric__tag { font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-orange); }
.smp-metric__num { font-size: clamp(24px, 2.4vw, 34px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; margin-top: 10px; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.smp-metric__label { font-size: 12.5px; font-weight: 600; letter-spacing: 0.01em; color: var(--wr-white-45); margin-top: 10px; max-width: 22ch; line-height: 1.4; }
@media (max-width: 760px) { .smp-metrics__cells { grid-template-columns: 1fr 1fr; } .smp-metric:nth-child(3) { border-left: none; } .smp-metric:nth-child(odd) { border-left: none; } .smp-metric:nth-child(n+3) { border-top: 1px solid var(--wr-white-08); } }
@media (max-width: 480px) { .smp-metrics__id { display: none; } }

/* Delivery graph — hero centerpiece: hire one partner, the whole department is
   delivered to you. Pure-CSS signal pulses + breathing hub; static markup. */
.smp-net { position: relative; width: 100%; max-width: 740px; margin: 0 auto; }
.smp-net__graph { position: relative; width: 100%; height: clamp(196px, 30vh, 320px); }
.smp-net__svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
@keyframes smpFlow { from { stroke-dashoffset: 400; } to { stroke-dashoffset: 0; } }
.smp-net__pulse { stroke-dasharray: 15 400; animation: smpFlow 2.1s linear infinite; }
.smp-net__svc { position: absolute; transform: translate(-50%,-50%); display: flex; align-items: center; gap: 8px; padding: 7px 13px 7px 8px; border-radius: 30px; background: rgba(22,16,9,0.94); border: 1px solid var(--wr-white-10); white-space: nowrap; box-shadow: 0 8px 22px -14px #000; }
.smp-net__svc i { width: 19px; height: 19px; border-radius: 6px; display: grid; place-items: center; background: linear-gradient(135deg,#FFD80022,#F0492322); border: 1px solid var(--wr-white-10); flex-shrink: 0; }
.smp-net__svc i svg { width: 11px; height: 11px; stroke: var(--wr-orange); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.smp-net__svc span { font-size: 11.5px; font-weight: 700; color: var(--wr-white-75); letter-spacing: -0.01em; }
.smp-net__hub { position: absolute; transform: translate(-50%,-50%); width: 128px; height: 128px; border-radius: 26px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(120% 130% at 50% 0%, #2A140C, #0D0A07 64%); }
.smp-net__hub::before { content:''; position:absolute; inset:0; border-radius:26px; padding:1.6px; background:var(--wr-grad); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; }
.smp-net__hubglow { position:absolute; transform: translate(-50%,-50%); width:128px; height:128px; border-radius:26px; background: radial-gradient(circle at 50% 50%, #F0492344, transparent 68%); animation: smpBreathe 3.2s ease-in-out infinite; }
@keyframes smpBreathe { 0%,100%{opacity:0.5;} 50%{opacity:1;} }
.smp-net__hubin { position: relative; z-index: 2; text-align: center; }
.smp-net__hubin svg { height: 26px; display: block; margin: 0 auto; }
.smp-net__hubin small { display:block; font-family: ui-monospace, Menlo, monospace; font-size: 8.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-white-45); margin-top: 8px; }
.smp-net__client { position:absolute; transform: translate(-50%,-50%); width: 100px; height: 100px; border-radius: 22px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(120% 130% at 50% 0%, #16110b, #0D0A07 64%); }
.smp-net__client::before { content:''; position:absolute; inset:0; border-radius:22px; padding:1.4px; background:var(--wr-grad); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; opacity: 0.85; }
.smp-net__clientin { position: relative; z-index: 2; text-align: center; }
.smp-net__clientin svg { width: 23px; height: 23px; stroke: var(--wr-white); stroke-width: 1.7; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.smp-net__clientin b { display: block; font-size: 12.5px; font-weight: 800; color: var(--wr-white); margin-top: 6px; letter-spacing: -0.01em; }
.smp-net__clientin small { display: block; font-family: ui-monospace, Menlo, monospace; font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-white-45); margin-top: 3px; }
@media (max-width: 560px) {
  .smp-net__graph { height: 330px; }
  .smp-net__svc { padding: 5px 10px 5px 6px; gap: 6px; }
  .smp-net__svc span { font-size: 10px; }
  .smp-net__svc i { width: 17px; height: 17px; }
  .smp-net__hub, .smp-net__hubglow { width: 102px; height: 102px; }
  .smp-net__client { width: 84px; height: 84px; }
  .smp-net__hubin svg { height: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .smp-net__pulse { animation: none; opacity: 0.55; }
  .smp-net__hubglow, .smp-net__live i { animation: none; }
}

@media (max-width: 560px) {
  .smp-h1 { font-size: clamp(28px, 8vw, 38px); }
}

/* ============================================================================
   COVERS — editorial bento (mixed cells + embedded image plate), dark
   ========================================================================== */
.smp-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 72px; }
/* Calm glass cards, matching the broadcast "The market" (.bc-pt) surface. */
.smp-cap { position: relative; padding: 22px 24px; border-radius: 16px; background: var(--wr-glass-06); border: 1px solid var(--wr-white-08); overflow: hidden; isolation: isolate; display: flex; flex-direction: column; transition: border-color 0.3s ease, transform 0.35s var(--wr-ease-out), box-shadow 0.45s ease; }
.smp-cap--feature { grid-column: span 4; grid-row: span 2; padding: 34px 36px; justify-content: flex-end; overflow: visible; border-color: transparent; background: radial-gradient(125% 130% at 100% 0%, rgba(240,73,35,0.18) 0%, transparent 60%), var(--wr-black); }
.smp-cap--w2 { grid-column: span 2; }
.smp-cap--w3 { grid-column: span 3; }
.smp-cap__plate { grid-column: span 2; grid-row: span 2; border-radius: 16px; min-height: 220px; }

/* Feature card = the section's accent (Signal Edge Spark): a lapping yellow→orange
   ring + soft glow, mirroring .bc-pt--accent. */
.smp-cap--feature::before { content: ''; position: absolute; inset: 0; z-index: 3; border-radius: 16px; padding: 1.5px;
  background: conic-gradient(from var(--smp-arc), transparent 0 56%, var(--wr-yellow) 72%, #FFF1B8 79%, var(--wr-orange) 87%, transparent 95%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; animation: smpArc 3.4s linear infinite; }
.smp-cap--feature::after { content: ''; position: absolute; inset: 0; z-index: -1; border-radius: 16px; pointer-events: none; box-shadow: 0 0 26px -6px #F0492359, 0 0 13px -4px #FFD80044; }

.smp-cap__n { position: relative; z-index: 1; font-family: ui-monospace, Menlo, monospace; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.smp-cap__t { position: relative; z-index: 1; font-size: 18px; font-weight: 700; letter-spacing: -0.01em; color: var(--wr-white); margin: 10px 0 8px; }
.smp-cap--feature .smp-cap__t { font-size: clamp(26px, 2.6vw, 36px); font-weight: 800; margin-top: 16px; max-width: 14ch; }
.smp-cap__d { position: relative; z-index: 1; font-size: 15px; line-height: 1.6; color: var(--wr-white-65); }
.smp-cap--feature .smp-cap__d { font-size: 15.5px; max-width: 42ch; }
.smp-cap__chips { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.smp-cap__chip { font-size: 11.5px; font-weight: 700; letter-spacing: 0.03em; color: var(--wr-white-75); padding: 6px 12px; border-radius: var(--wr-radius-pill); background: var(--wr-glass-08); border: 1px solid var(--wr-white-10); }
@media (hover: hover) and (pointer: fine) {
  .smp-cap:not(.smp-cap__plate):not(.smp-cap--feature):hover { transform: translateY(-3px); border-color: var(--wr-white-16); box-shadow: 0 24px 60px -44px #F0492366; }
}
@property --smp-arc { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@keyframes smpArc { to { --smp-arc: 360deg; } }
@media (prefers-reduced-motion: reduce) { .smp-cap--feature::before { animation: none; background: var(--wr-grad); } }
@media (max-width: 900px) {
  .smp-bento { grid-template-columns: 1fr 1fr; }
  .smp-cap--feature, .smp-cap__plate { grid-column: span 2; grid-row: auto; }
  .smp-cap--w3 { grid-column: span 2; }
  .smp-cap__plate { min-height: 200px; }
}
@media (max-width: 600px) {
  .smp-bento { grid-template-columns: 1fr; }
  /* Reset EVERY span — incl. the image plate, whose leftover `span 2` from the
     ≤900 rule was forcing an implicit 2nd column and crushing the cards to ~74px. */
  .smp-cap--feature, .smp-cap--w2, .smp-cap--w3, .smp-cap__plate { grid-column: span 1; }
  .smp-cap__plate { grid-row: auto; min-height: 170px; }
}

/* ============================================================================
   BANNER — full-bleed cinematic statement (methodology differentiator)
   ========================================================================== */
.smp-banner { position: relative; z-index: 2; width: 100%; min-height: 100vh; min-height: 100svh; display: grid; place-items: center; overflow: hidden; background-color: #0A0705; }
.smp-banner__media { position: absolute; inset: 0; background-color: #0D0A07; background-image: repeating-linear-gradient(135deg, #F2F2F209 0 2px, transparent 2px 13px); }
.smp-banner__media .smp-ph__tag { position: absolute; right: 22px; bottom: 22px; margin: 0; }
.smp-banner__scrim { position: absolute; inset: 0; background: linear-gradient(105deg, #0A0705F2 0%, #0A0705CC 42%, #0A070566 100%), radial-gradient(70% 120% at 12% 50%, #F0492322, transparent 60%); }
.smp-banner__inner { position: relative; z-index: 2; max-width: var(--wr-max-width); width: 100%; margin: 0 auto; padding: clamp(80px, 12vh, 140px) var(--wr-pad-x); }
.smp-banner__cap { display: inline-flex; align-items: center; gap: 9px; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-white-75); }
.smp-banner__cap::before { content: ''; width: 26px; height: 2px; background: var(--wr-grad); }
.smp-banner__quote { font-size: clamp(28px, 4vw, 54px); font-weight: 800; line-height: 1.12; letter-spacing: -0.025em; color: var(--wr-white); max-width: 20ch; text-wrap: balance; margin: 26px 0 0; }
.smp-banner__quote em { font-style: normal; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.smp-banner__body { font-size: clamp(15px, 1.3vw, 18px); line-height: 1.65; color: var(--wr-white-75); max-width: 54ch; margin-top: 26px; }
.smp-banner__sig { display: inline-flex; align-items: center; gap: 11px; margin-top: 28px; font-size: 13px; font-weight: 700; color: var(--wr-white); }
.smp-banner__sig::before { content: ''; width: 30px; height: 4px; border-radius: 4px; background: var(--wr-grad); }

/* ============================================================================
   AUDIENCES — Who This Is For (light)
   ========================================================================== */
.smp-aud-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 72px; }
.smp-aud { position: relative; padding: 34px 30px 32px; border-radius: var(--wr-radius-card); background: var(--wr-white); border: 1px solid var(--wr-black-08); overflow: hidden; box-shadow: 0 1px 2px rgba(13,10,7,0.04), 0 18px 40px -32px rgba(13,10,7,0.5); transition: border-color 0.3s ease, transform 0.35s var(--wr-ease-out), box-shadow 0.4s ease; }
.smp-aud__ic { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, #FFD80022, #F0492322); border: 1px solid var(--wr-black-08); display: grid; place-items: center; margin-bottom: 22px; }
.smp-aud__ic svg { width: 21px; height: 21px; stroke: var(--wr-orange); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.smp-aud__t { font-size: 19px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-black); line-height: 1.16; }
.smp-aud__d { font-size: 14.5px; line-height: 1.6; color: var(--wr-black-40); margin-top: 12px; }
@media (hover: hover) and (pointer: fine) { .smp-aud:hover { transform: translateY(-3px); border-color: var(--wr-black-15); box-shadow: 0 30px 60px -40px rgba(13,10,7,0.5); } }
@media (max-width: 900px) { .smp-aud-grid { grid-template-columns: 1fr; } }

/* ============================================================================
   FLOW — How It Works · scroll-driven spine (Motion Lab)
   A gradient spine fills with scroll; numbered nodes ignite as it passes;
   step cards alternate sides. Collapses to a left rail on mobile.
   ========================================================================== */
.smp-flow { position: relative; margin-top: 72px; }
.smp-flow__spine { position: absolute; left: 50%; top: 6px; bottom: 6px; width: 2px; transform: translateX(-50%); border-radius: 3px; background: var(--wr-white-10); overflow: hidden; z-index: 1; }
.smp-flow__fill { position: absolute; left: 0; top: 0; width: 100%; height: 0%; background: var(--wr-grad); border-radius: 3px; box-shadow: 0 0 16px 1px #F0492355; }
.smp-flow__row { position: relative; display: grid; grid-template-columns: 1fr 64px 1fr; align-items: center; padding: 26px 0; }
.smp-flow__row + .smp-flow__row { margin-top: 4px; }
.smp-flow__node { grid-column: 2; justify-self: center; position: relative; z-index: 3; width: 58px; height: 58px; border-radius: 50%; background: var(--wr-black); display: grid; place-items: center; transition: transform 0.5s var(--wr-ease-out); }
.smp-flow__node::before { content: ''; position: absolute; inset: 0; border-radius: 50%; padding: 1.5px; background: var(--wr-grad); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; opacity: 0.38; transition: opacity 0.45s ease, box-shadow 0.45s ease; }
.smp-flow__num { position: relative; z-index: 1; font-family: ui-monospace, Menlo, monospace; font-size: 17px; font-weight: 800; letter-spacing: 0.02em; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; opacity: 0.55; transition: opacity 0.45s ease; }
.smp-flow__row.is-on .smp-flow__node { transform: scale(1.12); }
.smp-flow__row.is-on .smp-flow__node::before { opacity: 1; box-shadow: 0 0 24px -2px #F04923AA, inset 0 0 10px -4px #FFD80088; }
.smp-flow__row.is-on .smp-flow__num { opacity: 1; }
.smp-flow__card { position: relative; z-index: 2; grid-column: 1; padding: 26px 30px; border-radius: var(--wr-radius-card); background: radial-gradient(130% 110% at 50% 118%, #2A140C 0%, transparent 56%), linear-gradient(180deg, #140D08, #0E0906); border: 1px solid #2E1B12; overflow: hidden; opacity: 0; transform: translateX(-26px); transition: opacity 0.6s var(--wr-ease-out), transform 0.6s var(--wr-ease-out), border-color 0.45s ease, box-shadow 0.45s ease; }
.smp-flow__card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, #F04923, #FFD80066 55%, #F0492300); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; opacity: 0.32; transition: opacity 0.45s ease; pointer-events: none; }
.smp-flow__row:nth-child(even) .smp-flow__card { grid-column: 3; transform: translateX(26px); }
.smp-flow__row.is-on .smp-flow__card { opacity: 1; transform: translateX(0); border-color: #F0492355; box-shadow: 0 26px 60px -38px #F0492366; }
.smp-flow__row.is-on .smp-flow__card::before { opacity: 1; }
.smp-flow__card::after { content: ''; position: absolute; top: 50%; width: clamp(20px, 4vw, 40px); height: 1px; background: linear-gradient(90deg, #F0492366, transparent); transform: translateY(-50%); }
.smp-flow__row:nth-child(odd) .smp-flow__card::after { right: calc(-1 * clamp(20px, 4vw, 40px)); background: linear-gradient(270deg, #F0492366, transparent); }
.smp-flow__row:nth-child(even) .smp-flow__card::after { left: calc(-1 * clamp(20px, 4vw, 40px)); }
.smp-flow__k { font-family: ui-monospace, Menlo, monospace; font-size: 11.5px; font-weight: 800; letter-spacing: 0.12em; color: var(--wr-orange); }
.smp-flow__t { font-size: 20px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); margin: 9px 0 9px; }
.smp-flow__d { font-size: 14.5px; line-height: 1.6; color: var(--wr-white-65); }
.smp-flow__row:nth-child(even) .smp-flow__k, .smp-flow__row:nth-child(even) .smp-flow__t, .smp-flow__row:nth-child(even) .smp-flow__d { text-align: right; }

/* Framework agreement — the anchor the flow resolves into */
.smp-anchor { position: relative; z-index: 2; max-width: 620px; margin: 16px auto 0; border-radius: var(--wr-radius-card); padding: 36px 34px; background: var(--wr-black); color: var(--wr-white); overflow: hidden; }
.smp-anchor__glow { position: absolute; inset: 0; background: radial-gradient(70% 130% at 50% 0%, #F0492329, transparent 62%); pointer-events: none; }
.smp-anchor__cap { position: relative; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-orange); }
.smp-anchor__t { position: relative; font-size: 23px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); margin: 12px 0 20px; }
.smp-anchor__list { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; }
.smp-anchor__item { display: flex; gap: 11px; font-size: 14px; line-height: 1.45; color: var(--wr-white-75); }
.smp-anchor__item svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 2px; stroke: var(--wr-orange); stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 760px) {
  .smp-flow__spine { left: 27px; }
  .smp-flow__row { grid-template-columns: 54px 1fr; gap: 0; }
  .smp-flow__node { grid-column: 1; width: 48px; height: 48px; font-size: 14px; }
  .smp-flow__card, .smp-flow__row:nth-child(even) .smp-flow__card { grid-column: 2; transform: translateX(20px); margin-left: 14px; }
  .smp-flow__card::after, .smp-flow__row:nth-child(odd) .smp-flow__card::after, .smp-flow__row:nth-child(even) .smp-flow__card::after { left: -14px; right: auto; width: 14px; }
  .smp-flow__row:nth-child(even) .smp-flow__k, .smp-flow__row:nth-child(even) .smp-flow__t, .smp-flow__row:nth-child(even) .smp-flow__d { text-align: left; }
  .smp-flow__num { font-size: 15px; }
  .smp-anchor__list { grid-template-columns: 1fr; }
}

/* ============================================================================
   GALLERY — Active Partnership · asymmetric work montage (Clicks & Trades)
   ========================================================================== */
.smp-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: clamp(120px, 13vw, 168px); gap: 16px; margin-top: 64px; }
.smp-gallery__copy { grid-column: span 2; grid-row: span 2; display: flex; flex-direction: column; justify-content: center; padding: 6px 12px 6px 0; }
.smp-gallery__copy .smp-lead { margin-top: 18px; max-width: none; color: var(--wr-white-65); }
/* Active-partnership roll — the live partners, one line each, on the dark gallery surface. */
.smp-active { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.smp-active__item { font-size: clamp(15px, 1.2vw, 17px); line-height: 1.55; color: var(--wr-white-65); padding-left: 18px; position: relative; }
.smp-active__item::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 7px; height: 7px; border-radius: 50%; background: var(--wr-grad); }
.smp-active__item b { color: var(--wr-white); font-weight: 700; }
.smp-gallery__badge { display: inline-flex; align-items: center; gap: 9px; align-self: flex-start; font-size: 12px; font-weight: 700; letter-spacing: 0.03em; color: var(--wr-white); padding: 8px 15px; border-radius: var(--wr-radius-pill); background: var(--wr-glass-08); border: 1px solid var(--wr-white-16); margin-bottom: 22px; }
.smp-gallery__badge .smp-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--wr-orange); box-shadow: 0 0 0 0 #F0492366; animation: smpPulse 2s ease-out infinite; }
@keyframes smpPulse { 0% { box-shadow: 0 0 0 0 #F0492366; } 70% { box-shadow: 0 0 0 8px #F0492300; } 100% { box-shadow: 0 0 0 0 #F0492300; } }
.smp-shot { border-radius: 16px; }
.smp-shot--tall { grid-column: span 2; grid-row: span 2; }
.smp-shot--wide { grid-column: span 2; grid-row: span 1; }
.smp-shot--port { grid-column: span 1; grid-row: span 2; }
.smp-shot--sq   { grid-column: span 1; grid-row: span 1; }
.smp-gallery__cta { margin-top: 18px; }
@media (max-width: 900px) {
  .smp-gallery { grid-template-columns: repeat(2, 1fr); }
  .smp-gallery__copy, .smp-shot--tall, .smp-shot--wide { grid-column: span 2; }
  .smp-shot--port, .smp-shot--sq { grid-column: span 1; }
}

/* ============================================================================
   FAQ (light, shared shell pattern)
   ========================================================================== */
.smp-faq { max-width: 860px; margin: 60px auto 0; }
.smp-faq__item { border-top: 1px solid var(--wr-black-10); }
.smp-faq__item:last-child { border-bottom: 1px solid var(--wr-black-10); }
.smp-faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 4px; text-align: left; font-size: clamp(17px, 1.7vw, 21px); font-weight: 700; letter-spacing: -0.01em; color: var(--wr-black); cursor: pointer; background: none; border: none; }
.smp-faq__icon { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.smp-faq__icon::before, .smp-faq__icon::after { content: ''; position: absolute; background: var(--wr-orange); border-radius: 2px; transition: transform 0.3s var(--wr-ease-out); }
.smp-faq__icon::before { left: 0; top: 8px; width: 18px; height: 2px; }
.smp-faq__icon::after { left: 8px; top: 0; width: 2px; height: 18px; }
.smp-faq__item.is-open .smp-faq__icon::after { transform: scaleY(0); }
.smp-faq__a { overflow: hidden; max-height: 0; transition: max-height 0.4s var(--wr-ease-out); }
.smp-faq__a-in { padding: 0 4px 28px; font-size: 15.5px; line-height: 1.65; color: var(--wr-black-40); max-width: 70ch; }

/* ============================================================================
   CTA — clean white close (matches the FAQ section)
   ========================================================================== */
.smp-cta { position: relative; z-index: 2; background: var(--wr-white); overflow: hidden; padding: clamp(96px, 14vh, 168px) var(--wr-pad-x) clamp(110px, 16vh, 190px); text-align: center; }
.smp-cta__inner { position: relative; z-index: 2; max-width: var(--wr-max-width); margin: 0 auto; }
.smp-cta .smp-h2 { margin: 0 auto; max-width: 20ch; }
.smp-cta .smp-lead { margin: 26px auto 0; }
.smp-cta__ctas { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 40px; }

/* ============================================================================
   REVEAL LIFT — footer fixed beneath the page; body padding-bottom (set to the
   footer height by Reveal Lift JS) is the scroll room that lets the page slide
   up and uncover it. Mirrors the Broadcast page mechanism.
   ========================================================================== */
.smp-foot-reveal #site-footer-mount { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; width: 100%; }
.smp-foot-reveal { padding-bottom: 55vh; }
@media (prefers-reduced-motion: reduce) {
  .smp-foot-reveal #site-footer-mount { position: static; }
  .smp-foot-reveal { padding-bottom: 0; }
}

/* ============================================================================
   RESPONSIVE CASCADE — ultrawide → wide → desktop → tablet → mobile → compact.
   The content measure scales on the body (.smp-page --wr-max-width) so every
   section that reads the token tracks it. Per-section grid collapses live in
   their own blocks above; this tunes the global rhythm across the full range
   and keeps long words from forcing a horizontal scroll on narrow screens.
   ========================================================================== */
.smp-h1, .smp-h2, .smp-cap__t, .smp-flow__t, .smp-aud__t, .smp-banner__quote { overflow-wrap: break-word; }

/* ---- Ultrawide: widen the measure and lift the type ceilings so the page
   breathes on large/4K displays instead of stranding at 1280 in a sea of
   margin. The hero graph stays capped + centred by its own max-width. ---- */
@media (min-width: 1700px) {
  .smp-page { --wr-max-width: 1480px; }
  .smp-h1            { font-size: clamp(32px, 3.8vw, 68px); }
  .smp-h2            { font-size: clamp(30px, 3.2vw, 60px); }
  .smp-banner__quote { font-size: clamp(28px, 3.4vw, 62px); }
  .smp-cap--feature .smp-cap__t { font-size: clamp(26px, 2.4vw, 42px); }
}
@media (min-width: 2200px) {
  .smp-page { --wr-max-width: 1680px; }
  .smp-h1            { font-size: clamp(32px, 3.4vw, 78px); }
  .smp-h2            { font-size: clamp(30px, 2.9vw, 66px); }
  .smp-banner__quote { font-size: clamp(28px, 3.1vw, 70px); }
}

/* ---- Laptop / tablet landscape: ease the audiences row to 2-up before it
   stacks, so an 820–1080px viewport reads as a balanced pair, not 3 cramped
   columns. (The ≤900 rule below takes it to a single column.) ---- */
@media (max-width: 1080px) and (min-width: 901px) {
  .smp-aud-grid { grid-template-columns: repeat(2, 1fr); }
  .smp-aud-grid .smp-aud:nth-child(3) { grid-column: 1 / -1; }
}

/* ---- Mobile: full-width stacked CTAs are easier tap targets than a wrapped
   row, and the hero action goes full-width on the narrowest phones. ---- */
@media (max-width: 600px) {
  .smp-cta__ctas { flex-direction: column; align-items: stretch; width: 100%; max-width: 360px; margin-left: auto; margin-right: auto; }
  .smp-cta__ctas .smp-btn { width: 100%; }
  .smp-hero__inner { --smp-hero-padtop: calc(var(--wr-nav-height) + 56px); }
}

/* ---- Compact phones: keep the metric numerals + cells from cramping and
   stop the hero CTA from running edge to edge. ---- */
@media (max-width: 420px) {
  .smp-metric { padding: 18px 16px; }
  .smp-metric__num { font-size: clamp(22px, 7vw, 30px); }
  .smp-metric__label { font-size: 12px; }
  .smp-hero__btn { width: 100%; max-width: 320px; justify-content: center; }
}

/* ── The math — assembled-stack cost vs one partner (re-added 2026-06-11) ── */
.smp-cost { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; align-items: stretch; margin-top: 8px; }
@media (max-width: 880px) { .smp-cost { grid-template-columns: 1fr; } }
.smp-cost__stack { border: 1px solid rgba(13,10,7,0.12); border-radius: 18px; overflow: hidden; background: var(--wr-white); }
.smp-cost__row { display: flex; justify-content: space-between; gap: 16px; padding: 16px 22px; border-bottom: 1px solid rgba(13,10,7,0.09); font-size: 15px; color: rgba(13,10,7,0.82); }
.smp-cost__row b { font-weight: 700; color: var(--wr-black); white-space: nowrap; }
.smp-cost__row--total { background: rgba(13,10,7,0.04); font-weight: 700; color: var(--wr-black); border-bottom: none; }
.smp-cost__note { padding: 14px 22px 18px; font-size: 13px; line-height: 1.6; color: rgba(13,10,7,0.55); border-top: 1px solid rgba(13,10,7,0.09); }
.smp-cost__one { background: var(--wr-black); border-radius: 18px; padding: 30px 28px; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.smp-cost__one-cap { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(242,242,242,0.55); }
.smp-cost__one-price { font-size: clamp(34px, 4vw, 46px); font-weight: 800; letter-spacing: -0.02em; color: var(--wr-white); line-height: 1; }
.smp-cost__one-price span { font-size: 16px; font-weight: 600; color: rgba(242,242,242,0.55); }
.smp-cost__one-d { font-size: 14.5px; line-height: 1.65; color: var(--wr-white-75); }

/* ── Tiers & pricing ── */
.smp-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
@media (max-width: 980px) { .smp-tiers { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }
.smp-tier { position: relative; border: 1px solid rgba(13,10,7,0.12); border-radius: 18px; padding: 30px 26px; background: var(--wr-white); display: flex; flex-direction: column; gap: 0; }
.smp-tier--feat { border-color: var(--wr-black); box-shadow: 0 18px 50px -28px rgba(13,10,7,0.45); }
.smp-tier__flag { position: absolute; top: -12px; left: 26px; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wr-black); background: var(--wr-grad); padding: 4px 12px; border-radius: var(--wr-radius-pill); }
.smp-tier__name { font-size: 19px; font-weight: 800; color: var(--wr-black); margin-bottom: 6px; }
.smp-tier__price { font-size: clamp(30px, 3.4vw, 40px); font-weight: 800; letter-spacing: -0.02em; color: var(--wr-black); line-height: 1; }
.smp-tier__price span { font-size: 14px; font-weight: 600; color: rgba(13,10,7,0.55); }
.smp-tier__std { font-size: 13px; color: rgba(13,10,7,0.55); margin: 8px 0 18px; }
.smp-tier__std s { text-decoration: line-through; }
.smp-tier__std b { color: var(--wr-black); font-weight: 700; }
.smp-tier__list { list-style: none; margin: 0 0 22px; padding: 18px 0 0; border-top: 1px solid rgba(13,10,7,0.09); display: grid; gap: 10px; }
.smp-tier__list li { position: relative; padding-left: 20px; font-size: 14px; line-height: 1.55; color: rgba(13,10,7,0.82); }
.smp-tier__list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 10px; height: 3px; border-radius: 2px; background: var(--wr-grad); }
.smp-tiers__why { max-width: 720px; margin: 36px auto 0; font-size: 14.5px; line-height: 1.7; color: rgba(13,10,7,0.65); text-align: center; }
.smp-tiers__cta { display: flex; justify-content: center; margin-top: 30px; }

/* ============================================================================
   ELEVATED SECTIONS — Broadcast readout · Cinematic letterbox · Dark dossier
   ========================================================================== */

/* — METRICS · broadcast OSD rail + scan-line cells — */
.smp-metrics__rail { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; padding: 11px clamp(16px, 2.2vw, 24px); border-bottom: 1px solid var(--wr-white-08); font-family: ui-monospace, Menlo, monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.smp-metrics__rec { display: inline-flex; align-items: center; gap: 7px; color: var(--wr-orange); font-weight: 700; }
.smp-metrics__rec i { width: 8px; height: 8px; border-radius: 50%; background: var(--wr-orange); box-shadow: 0 0 8px #F04923; animation: smpPulse 2s ease-out infinite; }
.smp-metrics__tc { color: var(--wr-white); font-weight: 600; letter-spacing: 0.06em; font-variant-numeric: tabular-nums; }
.smp-metrics__id { color: var(--wr-white-38); }
.smp-metrics__vu { margin-left: auto; display: inline-flex; align-items: flex-end; gap: 3px; height: 15px; }
.smp-metrics__vu b { width: 3px; height: 100%; border-radius: 1px; background: var(--wr-grad-vert); transform-origin: bottom; transform: scaleY(0.4); animation: smpVu 0.9s ease-in-out infinite alternate; }
.smp-metrics__vu b:nth-child(2) { animation-duration: 0.7s; animation-delay: 0.10s; }
.smp-metrics__vu b:nth-child(3) { animation-duration: 1.15s; animation-delay: 0.05s; }
.smp-metrics__vu b:nth-child(4) { animation-duration: 0.6s; animation-delay: 0.16s; }
.smp-metrics__vu b:nth-child(5) { animation-duration: 0.9s; animation-delay: 0.22s; }
@keyframes smpVu { from { transform: scaleY(0.28); } to { transform: scaleY(1); } }
.smp-metrics__cells { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); }
.smp-metrics__cells::after { content: ''; position: absolute; inset: 0; z-index: 3; pointer-events: none; background: repeating-linear-gradient(180deg, rgba(242,242,242,0.05) 0 1px, transparent 1px 4px); }
/* Collapse the cells on mobile — declared after the base so it wins the cascade. */
@media (max-width: 760px) { .smp-metrics__cells { grid-template-columns: 1fr 1fr; } }
.smp-metric__num { font-variant-numeric: tabular-nums; }

/* — METHODOLOGY · cinematic letterbox — */
.smp-banner--cine .smp-banner__grain { position: absolute; inset: -20%; z-index: 1; pointer-events: none; opacity: 0.85; mix-blend-mode: overlay; background-size: 150px 150px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: smpGrain 0.42s steps(3) infinite; }
@keyframes smpGrain { 0% { transform: translate(0,0); } 33% { transform: translate(-5px,4px); } 66% { transform: translate(4px,-3px); } 100% { transform: translate(-3px,-4px); } }
/* Neutral scrim for the black-and-white tape (no warm tint) */
.smp-banner--cine .smp-banner__scrim { background: linear-gradient(105deg, rgba(6,4,3,0.95) 0%, rgba(6,4,3,0.72) 46%, rgba(6,4,3,0.30) 100%); }
@media (prefers-reduced-motion: reduce) { .smp-banner--cine .smp-banner__grain { animation: none; } }
.smp-banner--cine .smp-banner__bar { position: absolute; left: 0; right: 0; z-index: 3; height: clamp(66px, 10vh, 108px);
  background: #000; display: flex; justify-content: space-between; padding: 0 clamp(16px, 3vw, 42px);
  font-family: ui-monospace, Menlo, monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-white-45);
  --smp-perf: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='34'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0H84V34H0Z M24 8 h36 a6 6 0 0 1 6 6 v6 a6 6 0 0 1 -6 6 h-36 a6 6 0 0 1 -6 -6 v-6 a6 6 0 0 1 6 -6 z'/%3E%3C/svg%3E"); }
/* One big row of holes punched through the tape edge (transparent — content shows through). */
.smp-banner--cine .smp-banner__bar--top { top: 0; align-items: flex-end; padding-bottom: 12px;
  -webkit-mask-image: var(--smp-perf), linear-gradient(#fff, #fff); mask-image: var(--smp-perf), linear-gradient(#fff, #fff);
  -webkit-mask-repeat: repeat-x, no-repeat; mask-repeat: repeat-x, no-repeat;
  -webkit-mask-size: auto 34px, 100% calc(100% - 32px); mask-size: auto 34px, 100% calc(100% - 32px);
  -webkit-mask-position: top, bottom; mask-position: top, bottom;
  -webkit-mask-composite: source-over; mask-composite: add; }
.smp-banner--cine .smp-banner__bar--btm { bottom: 0; align-items: flex-start; padding-top: 12px;
  -webkit-mask-image: var(--smp-perf), linear-gradient(#fff, #fff); mask-image: var(--smp-perf), linear-gradient(#fff, #fff);
  -webkit-mask-repeat: repeat-x, no-repeat; mask-repeat: repeat-x, no-repeat;
  -webkit-mask-size: auto 34px, 100% calc(100% - 32px); mask-size: auto 34px, 100% calc(100% - 32px);
  -webkit-mask-position: bottom, top; mask-position: bottom, top;
  -webkit-mask-composite: source-over; mask-composite: add; }
.smp-banner--cine .smp-banner__rec { display: inline-flex; align-items: center; gap: 7px; color: var(--wr-orange); font-weight: 700; }
.smp-banner--cine .smp-banner__rec i { width: 8px; height: 8px; border-radius: 50%; background: var(--wr-orange); box-shadow: 0 0 8px #F04923; animation: smpPulse 2s ease-out infinite; }
.smp-banner--cine .smp-banner__tc { color: var(--wr-white-75); font-variant-numeric: tabular-nums; letter-spacing: 0.08em; }
.smp-banner--cine .smp-banner__inner { padding-top: clamp(88px, 15vh, 156px); padding-bottom: clamp(88px, 15vh, 156px); }
.smp-banner--cine .smp-banner__cap::before { background: var(--wr-grad); }

/* — AUDIENCES · centered audience blocks (icon · title · text) — */
.smp-dossier { list-style: none; margin: clamp(48px, 7vh, 72px) 0 0; padding: 0; display: flex; flex-direction: column; gap: clamp(40px, 6vh, 68px); }
.smp-dossier__row { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.smp-dossier__n { display: none; }
.smp-dossier__ic { width: auto; height: auto; background: none; border: 0; border-radius: 0; display: grid; place-items: center; }
.smp-dossier__ic svg { width: 42px; height: 42px; stroke: var(--wr-orange); stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.smp-dossier__body { display: flex; flex-direction: column; align-items: center; }
.smp-dossier__t { font-size: clamp(20px, 2.1vw, 24px); font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); line-height: 1.16; }
.smp-dossier__d { font-size: 15px; line-height: 1.62; color: var(--wr-white-65); margin: 11px auto 0; max-width: 54ch; }

@media (prefers-reduced-motion: reduce) {
  .smp-metrics__vu b { animation: none; transform: scaleY(0.7); }
  .smp-metrics__rec i, .smp-banner--cine .smp-banner__rec i { animation: none; }
}

/* ============================================================================
   ONE BACKGROUND — Aurora Bloom rides behind the whole page. Every section is
   transparent so the single atmosphere shows through with no seam; the
   formerly-light sections (the math / tiers / FAQ / CTA) go dark-theme.
   ========================================================================== */
.smp-page { background: var(--wr-hero) !important; }
/* One long, SUBTLE aurora painted on the scrolling content (main) — it rides up
   with the page and stays opaque, so the footer-reveal beneath still works.
   Blooms are spread down main's full height, low alpha, brand colours only. */
.smp-page main { position: relative; z-index: 2;
  background:
    radial-gradient(1000px 760px at 12% 3%,  rgba(240,73,35,0.13), transparent 70%),
    radial-gradient(900px 720px at 88% 12%,  rgba(255,216,0,0.075), transparent 70%),
    radial-gradient(1100px 820px at 26% 30%, rgba(240,73,35,0.10), transparent 72%),
    radial-gradient(950px 760px at 82% 47%,  rgba(255,216,0,0.07), transparent 70%),
    radial-gradient(1100px 820px at 18% 63%, rgba(240,73,35,0.10), transparent 72%),
    radial-gradient(950px 760px at 84% 80%,  rgba(255,216,0,0.075), transparent 70%),
    radial-gradient(1000px 760px at 30% 93%, rgba(240,73,35,0.11), transparent 72%),
    var(--wr-hero); }

/* ── METHODOLOGY REEL — an old-tape filmstrip, black & white, heavy VHS ── */
.smp-banner__reel { overflow: hidden; box-shadow: inset 0 0 150px 26px rgba(0,0,0,0.68); }
.smp-banner__reeltrack { display: flex; height: 100%; width: max-content; will-change: transform;
  animation: smpReel 90s linear infinite; }
.smp-banner__frame { flex: 0 0 auto; width: clamp(300px, 44vw, 640px); height: 100%;
  background-size: cover; background-position: center;
  filter: grayscale(1) contrast(1.15) brightness(0.8);
  box-shadow: inset -2px 0 0 rgba(0,0,0,0.6); }
@keyframes smpReel { from { transform: translateX(-50%); } to { transform: translateX(0); } }
/* Heavy VHS scanlines, slowly rolling — above the scrim so the whole frame reads as tape. */
.smp-banner__reel::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: repeating-linear-gradient(180deg, rgba(0,0,0,0.62) 0 1.5px, rgba(0,0,0,0) 1.5px 4px);
  opacity: 0.9; animation: smpVhsRoll 2.6s linear infinite; }
@keyframes smpVhsRoll { from { background-position: 0 0; } to { background-position: 0 4px; } }
@media (prefers-reduced-motion: reduce) { .smp-banner__reeltrack, .smp-banner__reel::after { animation: none; } }

.smp-hero, .smp-metrics, .smp-section, .smp-section--dark, .smp-section--black, .smp-cta { background: transparent !important; }
.smp-hero::after { background: linear-gradient(to bottom, transparent, transparent); }
.smp-section, .smp-cta { color: var(--wr-white); }

/* dark-theme type + eyebrows across the page */
.smp-h2 { color: var(--wr-white); }
.smp-lead { color: var(--wr-white-65); }
.smp-lead strong { color: var(--wr-white); }
.smp-page .wr-section-label { color: var(--wr-white-45); }
.smp-page .wr-section-label::before { opacity: 0.5; }
.smp-btn--ghost { color: var(--wr-white); border-color: var(--wr-white-16); }
.smp-tlink { color: var(--wr-white); }

/* THE MATH — dark glass */
.smp-cost__stack { background: var(--wr-glass-08); border-color: var(--wr-white-10); }
.smp-cost__row { color: var(--wr-white-75); border-bottom-color: var(--wr-white-08); }
.smp-cost__row b { color: var(--wr-white); }
.smp-cost__row--total { background: var(--wr-glass-08); color: var(--wr-white); }
.smp-cost__note { color: var(--wr-white-45); border-top-color: var(--wr-white-08); }

/* TIERS — dark glass */
.smp-tier { background: var(--wr-glass-08); border-color: var(--wr-white-10); }
.smp-tier--feat { border-color: var(--wr-white-45); box-shadow: 0 18px 50px -28px #F0492355; }
.smp-tier__name, .smp-tier__price { color: var(--wr-white); }
.smp-tier__price span, .smp-tier__std { color: var(--wr-white-45); }
.smp-tier__std b { color: var(--wr-white); }
.smp-tier__list { border-top-color: var(--wr-white-10); }
.smp-tier__list li { color: var(--wr-white-75); }
.smp-tiers__why { color: var(--wr-white-65); }

/* FAQ — dark */
.smp-faq__item { border-top-color: var(--wr-white-10); }
.smp-faq__item:last-child { border-bottom-color: var(--wr-white-10); }
.smp-faq__q { color: var(--wr-white); }
.smp-faq__a-in { color: var(--wr-white-65); }
