/* ============================================================================
   WELL RUN · SIGNAL SYSTEM — MCR (Managed Master Control Room)
   Page styles for /en/tech-hub/mcr/  (namespace: .mcr-)
   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. */
.mcr-page { background: var(--wr-black) !important; overflow-x: hidden; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
.mcr-page a, .mcr-page button, .mcr-page summary { -webkit-tap-highlight-color: transparent; }
.mcr-h1, .mcr-h2, .mcr-statement, .mcr-tile__venue, .mcr-link__t { overflow-wrap: break-word; }

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

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

/* Buttons ------------------------------------------------------------------ */
.mcr-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; text-decoration: none; }
.mcr-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) { .mcr-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 38px -10px #F0492399; } .mcr-btn:hover svg { transform: translateX(4px); } }
.mcr-btn--ghost { background: transparent; animation: none; box-shadow: none; color: var(--wr-black); border: 1.5px solid var(--wr-black-15); }
.mcr-section--dark .mcr-btn--ghost, .mcr-section--black .mcr-btn--ghost, .mcr-hero .mcr-btn--ghost, .mcr-cta .mcr-btn--ghost { color: var(--wr-white); border-color: var(--wr-white-16); }
.mcr-btn--ghost svg { stroke: var(--wr-orange); }
@media (hover: hover) and (pointer: fine) { .mcr-btn--ghost:hover { transform: translateY(-2px); border-color: var(--wr-orange); } }

.mcr-tlink { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; letter-spacing: 0.02em; color: var(--wr-white); text-decoration: none; }
.mcr-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) { .mcr-tlink:hover svg { transform: translateX(4px); } }

/* Breadcrumb --------------------------------------------------------------- */
.mcr-crumb { display: inline-flex; align-items: center; gap: 9px; align-self: center; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-white-45); margin-bottom: 22px; }
.mcr-crumb a { color: var(--wr-white-65); text-decoration: none; transition: color 0.2s ease; }
.mcr-crumb a:hover { color: var(--wr-white); }
.mcr-crumb span { color: var(--wr-white-16); }
.mcr-crumb b { color: var(--wr-orange); font-weight: 700; }

/* Brand Plate — art-directed image surface (image-ready) ------------------- */
.mcr-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; }
.mcr-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); }
.mcr-ph::after { content: ''; position: absolute; inset: 0; background: radial-gradient(80% 60% at 70% 20%, #F0492318, transparent 60%); pointer-events: none; }

/* ============================================================================
   HERO — shared shell + three Hero Modes (A Wall · B Activation · C Editorial)
   ========================================================================== */
.mcr-hero { position: relative; z-index: 2; min-height: 100vh; min-height: 100svh; width: 100%; background: var(--wr-hero); color: var(--wr-white); overflow: hidden; display: none; }
.mcr-hero.is-active { display: block; }
.mcr-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; }
.mcr-hero__glow { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(56% 48% at 84% 16%, #F0492326 0%, transparent 62%), radial-gradient(44% 38% at 4% 72%, #FFD80016 0%, transparent 56%); }
.mcr-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 80% 14%, #000 0%, transparent 64%); mask-image: radial-gradient(120% 90% at 80% 14%, #000 0%, transparent 64%); opacity: 0.7; }
.mcr-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; }

.mcr-hero__inner { position: relative; z-index: 2; max-width: var(--wr-max-width); margin: 0 auto; min-height: 100vh; min-height: 100svh; padding: calc(var(--wr-nav-height) + 40px) var(--wr-pad-x) 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: clamp(26px, 4vh, 44px); }
.mcr-hero__copy { display: flex; flex-direction: column; align-items: center; width: 100%; }
.mcr-h1 { font-size: clamp(32px, 4.6vw, 58px); font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; color: var(--wr-white); max-width: 19ch; text-wrap: balance; }
.mcr-hero__anchor-stmt { font-size: clamp(17px, 1.7vw, 22px); font-weight: 700; letter-spacing: -0.01em; line-height: 1.4; color: var(--wr-white); margin-top: 22px; max-width: 34ch; }
.mcr-hero__anchor-stmt em { font-style: normal; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.mcr-hero__sub { font-size: clamp(14px, 1.25vw, 16.5px); line-height: 1.62; color: var(--wr-white-65); max-width: 66ch; margin-top: 18px; }
.mcr-hero__sub strong { color: var(--wr-white); font-weight: 700; }
.mcr-hero__ctas { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 8px; }

/* Status pill — monospace operational tag with a pulsing dot */
.mcr-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.14em; 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: 24px; }
.mcr-status__dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: #FFD800; }
.mcr-status__dot::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: #FFD800; animation: mcrPulse 2s ease-out infinite; }
@keyframes mcrPulse { 0% { box-shadow: 0 0 0 0 #FFD80066; } 70% { box-shadow: 0 0 0 8px #FFD80000; } 100% { box-shadow: 0 0 0 0 #FFD80000; } }

/* ============================================================================
   SIGNATURE MOTIF · MCR WALL (Hero A)
   N venue feeds (each monitored for QC) aggregate into one controlled PGM
   output, which is distributed to every broadcast partner from a single point.
   ========================================================================== */
.mcr-wall { position: relative; width: 100%; max-width: 960px; margin: 0 auto; border-radius: 22px; padding: 16px; background: radial-gradient(140% 130% at 50% -10%, #1A1009, #0B0805 64%); box-shadow: 0 50px 120px -50px #000, 0 0 0 1px var(--wr-white-08); isolation: isolate; }
.mcr-wall::before { content: ''; position: absolute; inset: 0; border-radius: 22px; padding: 1.4px; background: linear-gradient(135deg, #F04923, #FFD80055 50%, #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.6; pointer-events: none; }

.mcr-wall__bar { display: flex; align-items: center; gap: 12px; padding: 4px 8px 14px; }
.mcr-wall__brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 13px; letter-spacing: 0.04em; color: var(--wr-white); }
.mcr-wall__brand i { width: 9px; height: 9px; border-radius: 3px; background: var(--wr-grad); }
.mcr-wall__os { font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em; color: var(--wr-white-45); }
.mcr-wall__clock { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; color: var(--wr-white-75); }
.mcr-wall__clock b { width: 7px; height: 7px; border-radius: 50%; background: #FFD800; box-shadow: 0 0 8px #FFD800; }
.mcr-wall__qc { display: inline-flex; align-items: center; gap: 6px; font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.1em; color: var(--wr-yellow); padding: 4px 9px; border-radius: var(--wr-radius-pill); border: 1px solid #FFD80033; }
.mcr-wall__qc svg { width: 11px; height: 11px; stroke: var(--wr-yellow); stroke-width: 2; fill: none; }

/* Multiview grid of venue tiles */
.mcr-mv { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.mcr-tile { position: relative; border-radius: 11px; overflow: hidden; aspect-ratio: 16 / 9; background: linear-gradient(150deg, #150E08, #0C0806); border: 1px solid var(--wr-white-10); transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s var(--wr-ease-out); }
.mcr-tile::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(120deg, #F2F2F207 0 2px, transparent 2px 9px); opacity: 0.7; }
.mcr-tile__top { position: absolute; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 7px 8px; z-index: 2; }
.mcr-tile__id { font-family: ui-monospace, Menlo, monospace; font-size: 8.5px; font-weight: 800; letter-spacing: 0.08em; color: var(--wr-white-75); }
.mcr-tile__qc { display: inline-flex; align-items: center; gap: 4px; font-family: ui-monospace, Menlo, monospace; font-size: 7.5px; font-weight: 800; letter-spacing: 0.06em; color: #FFD800; }
.mcr-tile__qc i { width: 5px; height: 5px; border-radius: 50%; background: #FFD800; box-shadow: 0 0 6px #FFD800; }
.mcr-tile__foot { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: flex-end; justify-content: space-between; padding: 8px; z-index: 2; }
.mcr-tile__venue { font-size: 10px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); line-height: 1.15; }
.mcr-tile__meta { font-family: ui-monospace, Menlo, monospace; font-size: 7.5px; font-weight: 700; letter-spacing: 0.04em; color: var(--wr-white-45); margin-top: 2px; display: block; }
.mcr-tile__bars { display: flex; align-items: flex-end; gap: 2px; height: 14px; }
.mcr-tile__bars i { width: 2.5px; border-radius: 1px; background: var(--wr-grad); opacity: 0.8; animation: mcrBars 1.1s ease-in-out infinite; }
.mcr-tile__bars i:nth-child(2){ animation-delay: .15s;} .mcr-tile__bars i:nth-child(3){ animation-delay: .3s;} .mcr-tile__bars i:nth-child(4){ animation-delay: .45s;}
@keyframes mcrBars { 0%,100%{height:25%;} 50%{height:100%;} }
/* active = currently being switched / QC-checked at the MCR */
.mcr-tile.is-live { border-color: transparent; box-shadow: 0 0 0 1.5px #F04923, 0 14px 34px -16px #F0492399; transform: translateY(-2px); }
.mcr-tile.is-live::after { content: 'ON AIR'; position: absolute; top: 7px; left: 50%; transform: translateX(-50%); z-index: 3; font-family: ui-monospace, Menlo, monospace; font-size: 7px; font-weight: 800; letter-spacing: 0.14em; color: var(--wr-black); background: var(--wr-grad); padding: 2px 7px; border-radius: 3px; }

/* The aggregation / output strip */
.mcr-wall__out { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 9px; }
.mcr-pgm, .mcr-dist { position: relative; border-radius: 11px; padding: 13px 14px; background: linear-gradient(180deg, #150E08, #0C0806); border: 1px solid var(--wr-white-10); }
.mcr-pgm__k, .mcr-dist__k { font-family: ui-monospace, Menlo, monospace; font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-orange); }
.mcr-pgm__row { display: flex; align-items: center; gap: 9px; margin-top: 9px; }
.mcr-pgm__mark { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: radial-gradient(120% 120% at 50% 20%, #1F130B, #0C0806); box-shadow: inset 0 0 0 1px var(--wr-white-10); flex-shrink: 0; }
.mcr-pgm__mark svg { width: 16px; height: 16px; stroke: var(--wr-yellow); stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.mcr-pgm__t { font-size: 12.5px; font-weight: 800; color: var(--wr-white); letter-spacing: -0.01em; }
.mcr-pgm__sub { font-family: ui-monospace, Menlo, monospace; font-size: 8.5px; font-weight: 700; letter-spacing: 0.06em; color: var(--wr-white-45); margin-top: 2px; display: block; }
.mcr-dist__list { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.mcr-dist__chip { font-family: ui-monospace, Menlo, monospace; font-size: 8px; font-weight: 700; letter-spacing: 0.04em; color: var(--wr-white-75); padding: 3px 7px; border-radius: var(--wr-radius-pill); border: 1px solid var(--wr-white-10); background: #0D0A0766; }
.mcr-dist__chip b { color: #FFD800; }
.mcr-wall__foot { display: flex; align-items: center; gap: 14px; padding: 14px 8px 4px; flex-wrap: wrap; }
.mcr-wall__hint { font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.06em; color: var(--wr-white-45); display: inline-flex; align-items: center; gap: 7px; }
.mcr-wall__hint svg { width: 13px; height: 13px; stroke: var(--wr-orange); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.mcr-wall__count { margin-left: auto; font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; color: var(--wr-white-75); }
.mcr-wall__count b { color: var(--wr-yellow); }
@media (max-width: 620px) { .mcr-mv { grid-template-columns: repeat(2, 1fr); } .mcr-wall__out { grid-template-columns: 1fr; } }

@media (max-width: 560px) { .mcr-h1 { font-size: clamp(29px, 8.4vw, 40px); } }
@media (prefers-reduced-motion: reduce) {
  .mcr-status__dot::after, .mcr-tile__bars i { animation: none; }
}

/* ============================================================================
   METRICS — elevated proof band (black cells, warm gradient outline)
   ========================================================================== */
.mcr-metrics { position: relative; z-index: 2; background: var(--wr-black); padding: clamp(28px, 5vh, 56px) var(--wr-pad-x) clamp(64px, 9vh, 104px); }
.mcr-metrics__bar { position: relative; max-width: var(--wr-max-width); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: var(--wr-radius-card); overflow: hidden; background: linear-gradient(180deg, #140D08, #0E0906); }
.mcr-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; }
.mcr-metric { position: relative; padding: clamp(20px, 2.2vw, 30px) clamp(20px, 2.2vw, 32px); overflow: hidden; }
.mcr-metric + .mcr-metric { border-left: 1px solid var(--wr-white-08); }
.mcr-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) { .mcr-metric:hover::before { opacity: 1; } }
.mcr-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); }
.mcr-metric__num { font-size: clamp(22px, 2.4vw, 33px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; margin-top: 10px; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.mcr-metric__label { font-size: 12.5px; font-weight: 600; letter-spacing: 0.01em; color: var(--wr-white-45); margin-top: 10px; max-width: 24ch; line-height: 1.4; }
@media (max-width: 760px) { .mcr-metrics__bar { grid-template-columns: 1fr 1fr; } .mcr-metric:nth-child(odd) { border-left: none; } .mcr-metric:nth-child(n+3) { border-top: 1px solid var(--wr-white-08); } }

/* ============================================================================
   S2 — WHAT THE MCR LAYER DOES — function grid (Signal FX · glint), light
   ========================================================================== */
.mcr-fn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 64px; }
.mcr-fn { position: relative; padding: 28px 26px 30px; 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 -34px rgba(13,10,7,0.5); transition: border-color 0.3s ease, transform 0.35s var(--wr-ease-out), box-shadow 0.4s ease; }
.mcr-fn--feature { grid-column: span 2; display: flex; flex-direction: column; }
.mcr-fn__n { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 11px; background: linear-gradient(135deg, #FFD80022, #F0492322); border: 1px solid var(--wr-black-08); margin-bottom: 18px; }
.mcr-fn__n svg { width: 20px; height: 20px; stroke: var(--wr-orange); stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.mcr-fn__num { position: absolute; top: 22px; right: 26px; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; color: var(--wr-black-15); }
.mcr-fn__t { font-size: 17.5px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-black); line-height: 1.2; }
.mcr-fn--feature .mcr-fn__t { font-size: 20px; }
.mcr-fn__d { font-size: 14px; line-height: 1.58; color: var(--wr-black-40); margin-top: 10px; }
.mcr-fn__d a { color: var(--wr-orange); font-weight: 700; text-decoration: none; }
.mcr-fn__d a:hover { text-decoration: underline; }
@media (hover: hover) and (pointer: fine) { .mcr-fn: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: 880px) { .mcr-fn-grid { grid-template-columns: 1fr 1fr; } .mcr-fn--feature { grid-column: span 2; } }
@media (max-width: 560px) { .mcr-fn-grid { grid-template-columns: 1fr; } .mcr-fn--feature { grid-column: span 1; } }

/* ============================================================================
   S3 — THE 3–5 DAY ACTIVATION — timeline + prerequisite + end-to-end chain
   ========================================================================== */
.mcr-statement { font-size: clamp(24px, 3.2vw, 40px); font-weight: 800; line-height: 1.14; letter-spacing: -0.025em; color: var(--wr-white); max-width: 24ch; text-wrap: balance; margin-top: 28px; }
.mcr-statement em { font-style: normal; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* The activation sequence — a vertical spine with numbered nodes */
.mcr-seq { position: relative; margin-top: 56px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.mcr-step { position: relative; padding: 24px 24px 24px; border-radius: var(--wr-radius-card); background: var(--wr-glass-08); border: 1px solid var(--wr-white-10); overflow: hidden; transition: transform 0.35s var(--wr-ease-out), border-color 0.3s ease; }
.mcr-step__n { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 9px; font-family: ui-monospace, Menlo, monospace; font-size: 12px; font-weight: 800; color: var(--wr-black); background: var(--wr-grad); }
.mcr-step__t { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); margin: 14px 0 8px; }
.mcr-step__d { font-size: 13.5px; line-height: 1.55; color: var(--wr-white-65); }
@media (hover: hover) and (pointer: fine) { .mcr-step:hover { transform: translateY(-3px); border-color: var(--wr-white-16); } }
@media (max-width: 680px) { .mcr-seq { grid-template-columns: 1fr; } }

/* Outcome line under the sequence */
.mcr-outcome { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding: 18px 22px; border-radius: var(--wr-radius-card); background: linear-gradient(135deg, #160F09, #0C0806); border: 1px solid transparent; position: relative; }
.mcr-outcome::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.4px; 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; pointer-events: none; }
.mcr-outcome b { flex-shrink: 0; width: 9px; height: 9px; border-radius: 50%; background: #FFD800; box-shadow: 0 0 10px #FFD800; }
.mcr-outcome p { font-size: clamp(15px, 1.4vw, 18px); font-weight: 700; line-height: 1.4; color: var(--wr-white); letter-spacing: -0.01em; }
.mcr-outcome em { font-style: normal; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Prerequisite callout */
.mcr-prereq { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; margin-top: 16px; padding: 26px 28px; border-radius: var(--wr-radius-card); background: var(--wr-glass-08); border: 1px solid var(--wr-white-10); }
.mcr-prereq__icn { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, #FFD80022, #F0492322); border: 1px solid var(--wr-white-10); }
.mcr-prereq__icn svg { width: 22px; height: 22px; stroke: var(--wr-yellow); stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.mcr-prereq__k { font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-orange); }
.mcr-prereq__t { font-size: 18px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); margin: 8px 0 10px; }
.mcr-prereq__d { font-size: 14px; line-height: 1.62; color: var(--wr-white-65); max-width: 70ch; }
.mcr-prereq__d strong { color: var(--wr-white); font-weight: 700; }
@media (max-width: 560px) { .mcr-prereq { grid-template-columns: 1fr; gap: 14px; } }

/* The end-to-end chain — APEX OS → Restream ME → MCR */
.mcr-chain { margin-top: 64px; }
.mcr-chain__head { font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-white-45); margin-bottom: 22px; }
.mcr-chain__flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 14px; }
.mcr-link { position: relative; display: flex; flex-direction: column; padding: 24px 24px; border-radius: var(--wr-radius-card); background: linear-gradient(180deg, #150E08, #0C0806); border: 1px solid var(--wr-white-10); text-decoration: none; transition: transform 0.3s var(--wr-ease-out), border-color 0.3s ease; }
.mcr-link__k { font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-orange); }
.mcr-link__t { font-size: 17px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); margin: 10px 0 8px; }
.mcr-link__d { font-size: 13px; line-height: 1.5; color: var(--wr-white-65); }
.mcr-link__go { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-size: 12px; font-weight: 700; color: var(--wr-white); }
.mcr-link__go svg { width: 13px; height: 13px; stroke: var(--wr-orange); stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.22s var(--wr-ease-out); }
.mcr-link--hub { background: linear-gradient(180deg, #1A1009, #0E0906); border-color: transparent; cursor: default; }
.mcr-link--hub::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.4px; 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; pointer-events: none; }
@media (hover: hover) and (pointer: fine) { a.mcr-link:hover { transform: translateY(-3px); border-color: var(--wr-white-16); } a.mcr-link:hover .mcr-link__go svg { transform: translateX(4px); } }
.mcr-chain__arrow { display: grid; place-items: center; color: var(--wr-white-45); }
.mcr-chain__arrow svg { width: 22px; height: 22px; stroke: var(--wr-orange); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.mcr-chain__note { font-size: 14px; line-height: 1.6; color: var(--wr-white-65); margin-top: 26px; max-width: 76ch; }
.mcr-chain__note strong { color: var(--wr-white); font-weight: 700; }
@media (max-width: 820px) {
  .mcr-chain__flow { grid-template-columns: 1fr; }
  .mcr-chain__arrow { transform: rotate(90deg); padding: 2px 0; }
}

/* ============================================================================
   S4 — FAQ — visible Q&A (NOT an accordion), light
   ========================================================================== */
.mcr-qa { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 40px; margin-top: 60px; }
.mcr-qa__item { padding-top: 26px; border-top: 1px solid var(--wr-black-08); }
.mcr-qa__q { display: flex; gap: 12px; font-size: clamp(16px, 1.5vw, 19px); font-weight: 800; letter-spacing: -0.01em; color: var(--wr-black); line-height: 1.3; }
.mcr-qa__q::before { content: ''; flex-shrink: 0; width: 9px; height: 9px; margin-top: 7px; border-radius: 3px; background: var(--wr-grad); }
.mcr-qa__a { font-size: 14.5px; line-height: 1.62; color: var(--wr-black-40); margin-top: 12px; padding-left: 21px; }
.mcr-qa__a a { color: var(--wr-orange); font-weight: 700; text-decoration: none; }
.mcr-qa__a a:hover { text-decoration: underline; }
@media (max-width: 760px) { .mcr-qa { grid-template-columns: 1fr; } }

/* ============================================================================
   CTA — full-bleed black close
   ========================================================================== */
.mcr-cta { position: relative; z-index: 2; background: var(--wr-black); overflow: hidden; padding: clamp(96px, 14vh, 168px) var(--wr-pad-x) clamp(110px, 16vh, 190px); text-align: center; color: var(--wr-white); }
.mcr-cta__glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 80% at 50% 0%, #F0492329, transparent 62%); }
.mcr-cta__inner { position: relative; z-index: 2; max-width: var(--wr-max-width); margin: 0 auto; }
.mcr-cta .mcr-h2 { margin: 0 auto; max-width: 20ch; color: var(--wr-white); }
.mcr-cta .mcr-lead { margin: 26px auto 0; color: var(--wr-white-65); }
.mcr-cta__ctas { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 40px; }

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

/* ============================================================================
   RESPONSIVE CASCADE — ultrawide framing + phone full-width CTAs.
   ========================================================================== */
@media (min-width: 1700px) {
  .mcr-page { --wr-max-width: 1480px; }
  .mcr-h1 { font-size: clamp(44px, 4vw, 70px); }
  .mcr-h2 { font-size: clamp(40px, 3.4vw, 62px); }
  .mcr-statement { font-size: clamp(34px, 3.2vw, 50px); }
  .mcr-hero__sub, .mcr-lead { font-size: clamp(16.5px, 1.1vw, 20px); }
}

@media (min-width: 2200px) {
  .mcr-page { --wr-max-width: 1680px; }
  .mcr-wall { max-width: 1100px; }
}

/* Phones: stack CTA clusters full-width. */
@media (max-width: 560px) {
  .mcr-hero__ctas,
  .mcr-cta__ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
  }

  .mcr-hero__ctas .mcr-btn,
  .mcr-cta__ctas .mcr-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Compact phones: trim section padding + numerals. */
@media (max-width: 380px) {
  .mcr-section,
  .mcr-metrics,
  .mcr-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mcr-metric__num { font-size: clamp(20px, 7.5vw, 30px); }
}

/* Touch devices: comfortable tap targets on inline text links. */
@media (pointer: coarse) {
  .mcr-tlink,
  .mcr-link__go { min-height: 40px; }
}

/* ============================================================================
   MCR — OPERATIONS-WALL ELEVATION (2026-07-16)
   Distinct identity: live monitoring wall (real venue feeds) · QC/NOMINAL
   telemetry · signal-flow. Reuses Signal Core tokens; brand colours only.
   ============================================================================ */

/* ── Hero wall tiles: real venue feeds behind the monitoring chrome ──────── */
.mcr-tile__img { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; opacity: 0.5; transition: opacity 0.45s ease; }
.mcr-tile__img::after { content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,7,5,0.35) 0%, rgba(10,7,5,0.28) 45%, rgba(10,7,5,0.82) 100%); }
.mcr-tile__top, .mcr-tile__foot { z-index: 3; }
.mcr-tile.is-live .mcr-tile__img { opacity: 0.9; }

/* ── Warm ops glow on the newly-dark sections ───────────────────────────── */
#function, #faq { position: relative; overflow: hidden; }
#function::before, #faq::before { content: ''; position: absolute; z-index: 0; left: 50%; top: -14%; width: 130%; height: 76%; transform: translateX(-50%); pointer-events: none;
  background: radial-gradient(46% 52% at 28% 18%, #F0492316, transparent 62%), radial-gradient(44% 50% at 82% 12%, #FFD8000E, transparent 60%); }

/* ── FUNCTION cards → dark "monitor tiles" with a NOMINAL status tag ─────── */
#function .mcr-fn { background: linear-gradient(180deg, var(--wr-glass-08), rgba(255,255,255,0.015)) !important;
  border: 1px solid var(--wr-white-10) !important; box-shadow: 0 30px 60px -46px #000 !important; padding-top: 48px; }
#function .mcr-fn::before { content: '\25CF NOMINAL'; position: absolute; top: 20px; left: 26px; z-index: 2;
  font-family: ui-monospace, Menlo, monospace; font-size: 8.5px; font-weight: 800; letter-spacing: 0.14em; color: var(--wr-yellow); }
#function .mcr-fn__num { color: var(--wr-white-38); top: 20px; }
#function .mcr-fn__t { color: var(--wr-white); }
#function .mcr-fn__d { color: var(--wr-white-65); }
#function .mcr-fn__d a { color: var(--wr-orange); }
#function .mcr-fn__n { background: none; border: none; width: auto; height: auto; border-radius: 0; margin-bottom: 14px; }
#function .mcr-fn__n svg { width: 27px; height: 27px; }
@media (hover:hover){ #function .mcr-fn:hover { border-color: var(--wr-white-16) !important; box-shadow: 0 44px 80px -50px #000 !important; } }

/* ── METRICS: distinct signal-flow line (a bright segment travels the top) ─ */
.mcr-metric::before { display: none; }
.mcr-metrics__bar { position: relative; }
.mcr-metrics__bar::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; z-index: 3; pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--wr-yellow), var(--wr-orange), transparent); background-size: 32% 100%; background-repeat: no-repeat;
  animation: mcrFlow 3.6s linear infinite; }
@keyframes mcrFlow { 0% { background-position: -34% 0; } 100% { background-position: 134% 0; } }
@media (prefers-reduced-motion: reduce) { .mcr-metrics__bar::before { animation: none; } }

/* ── FAQ: dark foldable accordion (centered) ────────────────────────────── */
#faq .mcr-head { text-align: center; }
#faq .mcr-head .mcr-h2 { margin-left: auto; margin-right: auto; }
.mcr-faq__list { max-width: 880px; margin: 56px auto 0; }
.mcr-fi { border-top: 1px solid var(--wr-white-08); }
.mcr-fi:last-of-type { border-bottom: 1px solid var(--wr-white-08); }
.mcr-fi summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; list-style: none;
  font-size: clamp(15px, 1.4vw, 18px); font-weight: 700; color: var(--wr-white); line-height: 1.4; letter-spacing: -0.01em; }
.mcr-fi summary::-webkit-details-marker { display: none; }
.mcr-fi__ico { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--wr-white-16); display: flex; align-items: center; justify-content: center; transition: border-color .22s, background .22s; }
.mcr-fi__ico svg { stroke: var(--wr-white-45); transition: transform .3s, stroke .22s; }
.mcr-fi[open] .mcr-fi__ico { background: var(--wr-grad); border-color: transparent; }
.mcr-fi[open] .mcr-fi__ico svg { transform: rotate(45deg); stroke: var(--wr-black); }
.mcr-fi__a { font-size: 14px; line-height: 1.75; color: var(--wr-white-65); padding-bottom: 24px; padding-right: 48px; }
.mcr-fi__a a { color: var(--wr-orange); font-weight: 700; text-decoration: none; }
.mcr-fi__a a:hover { text-decoration: underline; }
