/* ▶️ REVISED `_21` - DH ⚖️ 2026-08-04 authorised this restyle.
   All 4 `var(--pso)` uses now read `var(--pillar-solutions-ink)`:
     .mk-k--solutions (colour) · .bintro--solutions .bintro__pt (border-top)
     .mkp-empty__i (colour) · .mkp-get__t (background)
   `--pso` IS a real token, but it is defined in `postlogin-b3.css`, and anon
   marketing pages do not reliably load that sheet - `/entertainment` serves
   landing-build · pillar-landing · buyer-catalogue · channel-art · dice-tokens
   and no `postlogin-b3`. So on an anon page it resolved to nothing and those
   four silently lost their colour.
   📌 "The token does not exist" and "the token is not in scope on this page"
   look identical from the page and need different fixes - this is the second.
   `--psof`/`--psoi` are deliberately left alone: they are byte-identical
   aliases of `--pillar-solutions-fill`/`-ink` declared in `chrome-unified.css`,
   which every marketing page does load. */

/* ============================================================================
   DICE - D1 §2 · MARKETING PAGES body            FLAT REFERENCE
   Audience-framed marketing IA (DH ruling 2026-07-25): content splits by
   AUDIENCE INTENT, not topic. Buyer-intent lives on the pillars; seller/brand
   intent lives on these audience-named pages.
     /for-buyers · /for-sellers · /dice-sports (managed agency)
     /solutions-partners · /about · /news · /contact   (+ /for-brands reserved)

   ★ NEW MARKUP REQUIRED - these are new pages, so these class names are
   authored fresh (nothing here re-skins an existing repo component).
   Loads AFTER chrome-unified.css. Scoped to `.mk*` / `.bintro*` / `.tl*`.
   ========================================================================== */

.mk{font-family:var(--font);color:var(--text);background:var(--surface-page)}
.mk a{text-decoration:none}
.mk button{font-family:var(--font);cursor:pointer}
.mk-wrap{max-width:var(--container);margin:0 auto;padding:0 32px}
.mk-narrow{max-width:820px;margin:0 auto;padding:0 32px}
.mk-block{padding-top:64px}

/* type scale */
.mk-k{font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ps);margin-bottom:14px}
.mk-k--sell{color:var(--pc)}
.mk-k--solutions{color:var(--pillar-solutions-ink)}
.mk-h2{font-size:clamp(25px,2.9vw,34px);line-height:1.15;letter-spacing:-.01em;font-weight:800;color:var(--ink);margin:0}
.mk-lede{font-size:17px;line-height:1.6;color:var(--text);margin:14px 0 0;max-width:40em}
.mk-h3{font-size:18px;font-weight:800;color:var(--ink);margin:0 0 8px;letter-spacing:-.01em}

/* ============================================================================
   HERO - one treatment, accent set per audience
   ========================================================================== */
.mk-hero{position:relative;overflow:hidden;background:var(--navy)}
.mk-hero__g{position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(56% 80% at 78% 18%,var(--mk-glow,rgba(14,140,126,.34)),transparent 62%)}
.mk-hero--sell{--mk-glow:rgba(192,138,18,.30)}
.mk-hero--solutions{--mk-glow:rgba(30,95,196,.30)}
.mk-hero__in{position:relative;max-width:var(--container);margin:0 auto;padding:76px 32px 68px}
.mk-hero__k{font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#5FD0BF;margin-bottom:16px}
.mk-hero--sell .mk-hero__k{color:#F0C558}
.mk-hero--solutions .mk-hero__k{color:#9FC4F5}
.mk-hero__h{font-size:clamp(32px,4.2vw,52px);line-height:1.07;letter-spacing:-.02em;font-weight:800;color:#fff;margin:0;max-width:17em}
.mk-hero__s{font-size:clamp(17px,1.6vw,20px);line-height:1.55;color:var(--text-on-dark-muted);margin:18px 0 0;max-width:36em}
.mk-hero__acts{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.mk-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:52px;padding:0 28px;border-radius:var(--r);
  font-size:16px;font-weight:600;white-space:nowrap;transition:background var(--durf),border-color var(--durf),color var(--durf)}
.mk-btn--white{background:#fff;color:var(--navy);border:1px solid #fff}
.mk-btn--white:hover{background:#EAF1F8}
.mk-btn--ghost-dark{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.42)}
.mk-btn--ghost-dark:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.72)}
.mk-btn--primary{background:var(--accent);color:#fff;border:1px solid var(--accent)}
.mk-btn--primary:hover{background:var(--accent-strong);border-color:var(--accent-strong)}
.mk-btn--ghost{background:#fff;color:var(--accent);border:1px solid var(--border-strong)}
.mk-btn--ghost:hover{border-color:var(--accent);background:var(--bg-subtle)}

/* ============================================================================
   ★ BRAND-INTRO MODULE - reusable, OPTIONAL, built once (DH 07-25)
   Lands on the audience marketing pages. Placement is a decision, not a
   redesign: drop it in or leave it out. OFF-7 pillar landings stay untouched.
   Variants: .bintro (default) · .bintro--split (art beside copy) · .bintro--band (dark)
   ========================================================================== */
.bintro{border:1px solid var(--border);border-radius:var(--rl);background:var(--bg-subtle);padding:34px 36px}
.bintro__k{font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ps);margin-bottom:12px}
.bintro__h{font-size:clamp(22px,2.4vw,29px);line-height:1.18;letter-spacing:-.01em;font-weight:800;color:var(--ink);margin:0}
.bintro__d{font-size:16px;line-height:1.65;color:var(--text);margin:14px 0 0;max-width:44em}
.bintro__pts{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:26px 0 0}
.bintro__pt{display:flex;flex-direction:column;gap:6px}
.bintro__pt b{font-size:14.5px;font-weight:700;color:var(--ink)}
.bintro__pt span{font-size:13.5px;line-height:1.5;color:var(--muted)}
.bintro__pt{padding-top:14px;border-top:2px solid var(--ps)}
/* split variant */
.bintro--split{display:grid;grid-template-columns:1.25fr .75fr;gap:32px;align-items:center}
.bintro--split .bintro__pts{grid-template-columns:1fr;gap:14px;margin-top:20px}
.bintro__art{position:relative;aspect-ratio:4/3;border-radius:var(--r);overflow:hidden;background:var(--navy)}
.bintro__art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
/* dark band variant */
.bintro--band{background:var(--navy);border-color:transparent;color:var(--text-on-dark-muted)}
.bintro--band .bintro__h{color:#fff}
.bintro--band .bintro__d{color:var(--text-on-dark-muted)}
.bintro--band .bintro__k{color:#5FD0BF}
.bintro--band .bintro__pt b{color:#fff}
.bintro--band .bintro__pt span{color:var(--text-on-dark-muted)}
/* audience accents */
.bintro--sell .bintro__k{color:var(--pci)}
.bintro--sell .bintro__pt{border-top-color:var(--pc)}
.bintro--solutions .bintro__k{color:var(--psoi)}
.bintro--solutions .bintro__pt{border-top-color:var(--pillar-solutions-ink)}

/* ============================================================================
   VALUE PROPS / FEATURE GRID
   ========================================================================== */
.mk-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
.mk-grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:30px}
.mk-card{background:#fff;border:1px solid var(--border);border-radius:var(--rl);box-shadow:var(--sm);padding:26px 28px}
.mk-card__i{width:40px;height:40px;border-radius:var(--r);background:var(--psf);color:var(--psi);display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}
.mk-card--sell .mk-card__i{background:var(--pcf);color:var(--pci)}
.mk-card--solutions .mk-card__i{background:var(--psof);color:var(--psoi)}
.mk-card p{font-size:14.5px;line-height:1.6;color:var(--text);margin:0}

/* numbered steps */
.mk-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:30px;counter-reset:s}
.mk-step{counter-increment:s;position:relative;padding-top:18px;border-top:1px solid var(--border)}
.mk-step::before{content:counter(s);position:absolute;top:-16px;left:0;width:32px;height:32px;border-radius:var(--rp);
  background:var(--accent);color:#fff;font-size:14px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}
.mk-step h4{font-size:15.5px;font-weight:800;color:var(--ink);margin:16px 0 6px}
.mk-step p{font-size:14px;line-height:1.55;color:var(--muted);margin:0}

/* cross-link (pillar ⇄ agency, per the audience split) */
.mk-xlink{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;
  border:1px solid var(--border);border-left:3px solid var(--ps);border-radius:var(--r);background:var(--bg-subtle);padding:22px 26px}
.mk-xlink--sell{border-left-color:var(--pc)}
.mk-xlink__t{font-size:15.5px;font-weight:700;color:var(--ink)}
.mk-xlink__d{font-size:14px;color:var(--muted);margin:4px 0 0}
.mk-xlink__a{font-size:14.5px;font-weight:700;color:var(--accent);white-space:nowrap}
.mk-xlink__a:hover{color:var(--accent-strong)}

/* closing CTA band */
.mk-cta{background:var(--navy);margin-top:72px}
.mk-cta__in{max-width:var(--container);margin:0 auto;padding:58px 32px;text-align:center}
.mk-cta__h{font-size:clamp(24px,2.6vw,32px);font-weight:800;letter-spacing:-.01em;color:#fff;margin:0 0 10px}
.mk-cta__d{font-size:16.5px;line-height:1.6;color:var(--text-on-dark-muted);margin:0 auto 26px;max-width:38em}
.mk-cta__acts{display:inline-flex;flex-wrap:wrap;gap:12px;justify-content:center}

/* ============================================================================
   NEWS TIMELINE (~24 static entries, no CMS)
   ========================================================================== */
.tl{position:relative;margin-top:34px;padding-left:30px}
.tl::before{content:"";position:absolute;left:7px;top:6px;bottom:6px;width:2px;background:var(--border)}
.tl__i{position:relative;padding:0 0 30px}
.tl__i:last-child{padding-bottom:0}
.tl__dot{position:absolute;left:-30px;top:5px;width:16px;height:16px;border-radius:var(--rp);background:#fff;border:3px solid var(--ps);box-sizing:border-box}
.tl__i--recent .tl__dot{background:var(--ps)}
.tl__d{font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}
.tl__t{font-size:17px;font-weight:800;color:var(--ink);margin:5px 0 6px;letter-spacing:-.01em}
.tl__x{font-size:14.5px;line-height:1.6;color:var(--text);margin:0;max-width:44em}
.tl__more{margin-top:8px;display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--accent)}
.tl-year{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);
  background:var(--bg-muted);border-radius:var(--rp);padding:5px 13px;display:inline-block;margin:0 0 20px -30px}

/* ============================================================================
   FORMS + PIPEDRIVE EMBED SLOT
   ========================================================================== */
.mk-form{background:#fff;border:1px solid var(--border);border-radius:var(--rl);box-shadow:var(--sm);padding:30px 32px}
.mk-field{margin-bottom:18px}
.mk-label{display:block;font-size:13px;font-weight:700;color:var(--ink);margin-bottom:8px}
.mk-input,.mk-select,.mk-textarea{width:100%;font-family:var(--font);font-size:14.5px;color:var(--ink);background:#fff;
  border:1px solid var(--border-strong);border-radius:var(--r);padding:0 12px;height:46px;outline:none;transition:border-color var(--durf),box-shadow var(--durf)}
.mk-textarea{height:auto;min-height:110px;padding:12px;resize:vertical}
.mk-input:focus,.mk-select:focus,.mk-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring)}
.mk-form__foot{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:22px}
.mk-form__note{font-size:12.5px;color:var(--muted);line-height:1.5}

/* Pipedrive iframe slot - must not be dropped (§5). Reserve height, no CLS. */
.mk-embed{border:1px solid var(--border);border-radius:var(--rl);background:#fff;overflow:hidden;box-shadow:var(--sm)}
.mk-embed__hd{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--border);background:var(--bg-subtle)}
.mk-embed__hd b{font-size:13.5px;font-weight:700;color:var(--ink)}
.mk-embed__hd span{font-size:12.5px;color:var(--muted)}
.mk-embed__frame{width:100%;min-height:620px;border:0;display:block;background:#fff}
.mk-embed__ph{min-height:620px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;
  padding:32px;text-align:center;background:repeating-linear-gradient(45deg,var(--bg-subtle),var(--bg-subtle) 12px,#fff 12px,#fff 24px)}
.mk-embed__ph b{font-size:15px;font-weight:800;color:var(--ink)}
.mk-embed__ph span{font-size:13.5px;color:var(--muted);max-width:34em;line-height:1.55}

/* contact detail list */
.mk-contact{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:26px}
.mk-contact__i{border:1px solid var(--border);border-radius:var(--r);padding:18px 20px;background:var(--bg-subtle)}
.mk-contact__l{font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}
.mk-contact__v{font-size:15px;font-weight:600;color:var(--ink)}
.mk-contact__v a{color:var(--accent)}

/* ============================================================================
   ★ VIDEO - PROVIDER-AGNOSTIC 16:9 + CLICK-TO-LOAD FACADE  (DH 2026-07-25)
   Requirement, not a preference: third-party players set cookies the moment
   their iframe loads, and D1 is fixing a live cookie-consent gap - so the real
   iframe must NOT mount until the user clicks. Also better for LCP on the
   pages we're about to point Google at.

   Provider-agnostic by design: nothing here references YouTube/Vimeo/self-
   hosted. The build puts the embed URL in `data-video-src` and the poster in
   `data-poster` (or a child <img>); the facade swaps itself for the iframe on
   click. VSCC confirms the actual provider at build - no design change needed
   either way.

   Markup contract (NEW MARKUP REQUIRED):
     <figure class="mkv" data-video-src="<embed-url>">
       <button class="mkv__facade" type="button" aria-label="Play - <title>">
         <img class="mkv__poster" src="…" alt="">      (optional)
         <span class="mkv__play" aria-hidden="true"></span>
         <span class="mkv__label">Watch the film</span>
       </button>
       <!-- iframe injected here on click, into .mkv__frame -->
       <figcaption class="mkv__cap">…</figcaption>       (optional)
     </figure>
   ========================================================================== */
.mkv{position:relative;margin:0;border-radius:var(--rl);overflow:hidden;background:var(--navy);box-shadow:var(--sm)}
.mkv__stage{position:relative;width:100%;aspect-ratio:16/9;background:var(--navy)}
/* facade fills the stage and is the click target */
.mkv__facade{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:none;cursor:pointer;display:block;overflow:hidden}
.mkv__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform var(--dur) var(--ease),filter var(--dur) var(--ease)}
.mkv__facade::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,30,50,.15),rgba(7,30,50,.55))}
.mkv__facade:hover .mkv__poster{transform:scale(1.03);filter:brightness(1.06)}
.mkv__facade:focus-visible{outline:3px solid var(--accent-2);outline-offset:-3px}
.mkv__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;
  width:74px;height:74px;border-radius:var(--rp);background:rgba(255,255,255,.94);
  display:inline-flex;align-items:center;justify-content:center;transition:transform var(--dur) var(--ease),background var(--durf)}
.mkv__play::after{content:"";margin-left:5px;border-style:solid;border-width:13px 0 13px 22px;border-color:transparent transparent transparent var(--navy)}
.mkv__facade:hover .mkv__play{transform:translate(-50%,-50%) scale(1.07);background:#fff}
.mkv__label{position:absolute;left:0;right:0;bottom:18px;z-index:2;text-align:center;
  font-size:14px;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.4)}
/* consent note - states plainly why nothing has loaded yet */
.mkv__consent{position:absolute;left:14px;top:14px;z-index:2;display:inline-flex;align-items:center;gap:7px;
  font-size:11.5px;font-weight:600;color:#fff;background:rgba(7,30,50,.62);border:1px solid rgba(255,255,255,.22);
  border-radius:var(--rp);padding:5px 11px;backdrop-filter:blur(3px)}
/* the real player, once mounted */
.mkv__frame{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
.mkv--playing .mkv__facade{display:none}
.mkv__cap{padding:12px 16px;font-size:13px;color:var(--muted);background:#fff;border-top:1px solid var(--border)}

/* ---- NO-VIDEO FALLBACK - when a page loses its embed in migration ---------
   Never an empty 16:9 hole and never a fake player: an honest panel that says
   there's nothing to play and offers the next best action. */
.mkv--none .mkv__stage{background:var(--bg-subtle);border:1px dashed var(--border-strong);border-radius:var(--rl)}
.mkv__none{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:8px;text-align:center;padding:28px}
.mkv__none b{font-size:15px;font-weight:800;color:var(--ink)}
.mkv__none span{font-size:13.5px;line-height:1.55;color:var(--muted);max-width:34em}
.mkv__none .mk-btn{margin-top:8px;height:44px;font-size:14.5px}

@media (max-width:600px){
  .mkv__play{width:60px;height:60px}
  .mkv__play::after{border-width:11px 0 11px 18px}
  .mkv__label{font-size:13px;bottom:14px}
}
@media (prefers-reduced-motion:reduce){
  .mkv__poster,.mkv__play{transition:none!important}
  .mkv__facade:hover .mkv__poster{transform:none}
}

/* ============================================================================
   ★ PARTNER ACQUISITION components (`/solutions-partners`)
   Context: the Solutions PILLAR is HIDDEN for v1 - so this page is NOT a front
   door to a populated directory. It is the ACQUISITION ON-RAMP that eventually
   populates that pillar: a "become a partner" conversion page first, a
   directory second. It must read well with ZERO named partners.
   No fabricated logos, no invented counts - honest thin/empty states.
   ========================================================================== */

/* ---- capability taxonomy - describes what we're SEEKING, so it needs no
        partners to exist yet. This is the page's substance at zero state. --- */
.mkp-caps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.mkp-cap{border:1px solid var(--border);border-radius:var(--rl);background:#fff;box-shadow:var(--sm);padding:22px 24px;
  display:flex;flex-direction:column;gap:8px}
.mkp-cap__i{width:38px;height:38px;border-radius:var(--r);background:var(--psof);color:var(--psoi);
  display:inline-flex;align-items:center;justify-content:center;margin-bottom:6px}
.mkp-cap__n{font-size:16px;font-weight:800;color:var(--ink);letter-spacing:-.01em}
.mkp-cap__d{font-size:13.5px;line-height:1.55;color:var(--muted);margin:0}
.mkp-cap__eg{font-size:12.5px;color:var(--muted);margin-top:auto;padding-top:10px;border-top:1px solid var(--border)}
.mkp-cap__eg b{color:var(--ink);font-weight:700}

/* ---- directory · THREE honest states -------------------------------------
   .mkp-dir--none      → v1 reality: no named partners yet. Says so.
   .mkp-dir--thin      → a handful: show exactly what exists, never padded.
   .mkp-dir--populated → v2: the real grid.
   Switch by class on the section; the markup is one component. ------------- */
.mkp-dir{margin-top:26px}
.mkp-dir__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,240px));gap:18px;
  justify-content:start;align-items:start}
.mkp-partner{border:1px solid var(--border);border-radius:var(--rl);background:#fff;box-shadow:var(--sm);padding:20px;
  display:flex;flex-direction:column;gap:10px}
.mkp-partner__mark{height:44px;display:flex;align-items:center}
/* ⭐ THE ONE PARTNER-MARK TREATMENT. Shared with .hm-logo img on the homepage
   band (DH 2026-08-12). It lives HERE and not in home.css because marketing.css
   loads on both surfaces and home.css loads only on `/` - and because home.css
   loads LAST, so a copy left there would silently outrank this one. That is the
   two-sources shape that produced two chromes and two grids.
   ⛔ home.css must not re-declare .hm-logo img. There is a pointer where it was.

   max-width:85% - TUNED against the cropped set, not inherited from the 70%
   that was written here. Measured: --container 1320px, 32px side padding, six
   tracks, 26px gaps => a 187.7px cell. At max-height:100% eleven of the twelve
   marks are HEIGHT-bound and sit well inside the cell; only bbc-iplayer (280x48,
   5.83:1) is wide enough to bind. The problem is not its AREA - at full cell
   width that is 6,038px2 against itvx's 5,575px2, an 8% difference - it is that
   it would run gutter to gutter with no clear space while every neighbour has
   plenty. 85% leaves it ~14px each side, which matches the 13px half-gap.
   ⚠️ 68% is the floor: below that itvx (126.7px at 44px tall) starts to bind too,
      and then the cap is shrinking marks it was never aimed at.
   ⚠️ THIS ALSO ENLARGES THE PARTNER-CARD MARKS, 70% -> 85%. Named, not slipped in:
      it is the direct consequence of DH ruling one shared treatment, and the
      partner cards are a narrower cell so the same percentage is fewer pixels.

   opacity .72 is DH's value, taken from the homepage rule; the partner cards
   were at .66. ⛔ NOT tuned in this commit - the marks just got substantially
   bigger, so the right value may differ, and changing two variables at once
   makes neither readable. Revisit with something real to look at. */
/* The three treatment values are CUSTOM PROPERTIES with the CURRENT behaviour as
   their fallbacks, so a page that emits nothing renders exactly as it does today.
   dice_logo_treatment_css() emits :root overrides ONLY when a setting differs from
   its default - see the helper for why "always emit" was rejected. */
.mkp-partner__mark img,
.hm-logo img{max-height:100%;max-width:85%;width:auto;object-fit:contain;
  filter:grayscale(var(--logo-gs,1));opacity:var(--logo-op,.72);
  transition:filter .18s ease,opacity .18s ease}
/* Hover-colour. --logo-gs-hover is only defined when the setting is ON, so by
   default this resolves to --logo-gs and the hover is a no-op rather than a rule
   that has to be suppressed. ⛔ Meaningless when greyscale is off, and the helper
   forces it off there - the marks are already in colour, there is nothing to reveal. */
.mkp-partner__mark img:hover,
.hm-logo img:hover{filter:grayscale(var(--logo-gs-hover,var(--logo-gs,1)))}
@media (prefers-reduced-motion:reduce){
  .mkp-partner__mark img,.hm-logo img{transition:none}
}
.mkp-partner__n{font-size:15px;font-weight:800;color:var(--ink)}
.mkp-partner__c{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--psoi);
  background:var(--psof);border-radius:var(--rp);padding:3px 9px;align-self:flex-start}
.mkp-partner__d{font-size:13px;line-height:1.5;color:var(--muted);margin:0}

/* honest zero state - a conversion panel, NOT an empty grid or fake logos */
.mkp-empty{border:1px dashed var(--border-strong);border-radius:var(--rl);background:var(--bg-subtle);
  padding:40px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}
.mkp-empty__i{width:48px;height:48px;border-radius:var(--rp);background:#fff;border:1px solid var(--border);
  color:var(--pillar-solutions-ink);display:inline-flex;align-items:center;justify-content:center;margin-bottom:6px}
.mkp-empty__t{font-size:19px;font-weight:800;color:var(--ink);margin:0}
.mkp-empty__d{font-size:14.5px;line-height:1.6;color:var(--text);margin:0 auto;max-width:40em}
.mkp-empty__acts{display:inline-flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:8px}
/* thin state gets an honest inline note beside the few real cards */
.mkp-dir__note{font-size:13.5px;line-height:1.55;color:var(--muted);margin:16px 0 0}

/* state visibility - one markup, three states */
.mkp-dir__grid,.mkp-empty,.mkp-dir__note{display:none}
.mkp-dir--populated .mkp-dir__grid{display:grid}
.mkp-dir--thin .mkp-dir__grid{display:grid}
.mkp-dir--thin .mkp-dir__note{display:block}
.mkp-dir--none .mkp-empty{display:flex}

/* "what partners get" - plain list, no metrics (we have none to honestly cite) */
.mkp-gets{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:26px}
.mkp-get{display:flex;gap:13px;align-items:flex-start;border:1px solid var(--border);border-radius:var(--r);
  background:var(--bg-subtle);padding:18px 20px}
.mkp-get__t{width:24px;height:24px;border-radius:var(--rp);background:var(--pillar-solutions-ink);color:#fff;flex:none;
  display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800}
.mkp-get b{display:block;font-size:14.5px;font-weight:700;color:var(--ink);margin-bottom:3px}
.mkp-get span{font-size:13.5px;line-height:1.55;color:var(--muted)}

@media (max-width:1080px){.mkp-caps{grid-template-columns:repeat(2,1fr)}}
@media (max-width:860px){.mkp-gets{grid-template-columns:1fr}}
@media (max-width:600px){
  .mkp-caps{grid-template-columns:1fr}
  .mkp-dir__grid{grid-template-columns:repeat(auto-fill,minmax(0,1fr))}
  .mkp-empty{padding:30px 20px}
}

/* ============================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width:1080px){
  .mk-hero__in{padding-left:24px;padding-right:24px}
  .mk-wrap,.mk-narrow,.mk-cta__in{padding-left:24px;padding-right:24px}
  .mk-grid3,.mk-steps{grid-template-columns:repeat(2,1fr)}
  .bintro__pts{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .mk-hero__in{padding-top:56px;padding-bottom:52px}
  .bintro--split{grid-template-columns:1fr}
  .bintro--split .bintro__art{order:-1;aspect-ratio:16/9}
  .mk-grid2,.mk-contact{grid-template-columns:1fr}
  .mk-block{padding-top:48px}
}
@media (max-width:600px){
  .mk-hero__in{padding-left:16px;padding-right:16px}
  .mk-wrap,.mk-narrow,.mk-cta__in{padding-left:16px;padding-right:16px}
  .mk-grid3,.mk-steps,.bintro__pts{grid-template-columns:1fr}
  .bintro{padding:26px 22px}
  .mk-btn{width:100%}
  .mk-hero__acts{flex-direction:column}
  .mk-xlink{flex-direction:column;align-items:flex-start}
  .mk-form{padding:24px 20px}
  .mk-embed__frame,.mk-embed__ph{min-height:540px}
}
@media (prefers-reduced-motion:reduce){.mk *{transition-duration:.001ms!important}}


/* ==========================================================================
   BATCH 2 - CD's vendor accent, appended verbatim from _15's marketing.css.
   ⛔ Appended, NOT a copy of CD's sheet: our marketing.css is 23,981 B against
      CD's 13,485 B - ours has grown past theirs, so it is our sheet and not a
      stale copy of it. Committing CD's file would publish a second marketing
      stylesheet exactly as committing their chrome-unified.css would publish a
      second chrome.
   These three rules are the WHOLE stylesheet cost of batch 2. CD's `d1-bar` and
   `on` are demo-harness classes from their preview page, not page classes, and
   nothing transcribed uses them - so they are not brought across.
   ========================================================================== */
.mk-hero--vendor{--mk-glow:rgba(30,95,196,.30)}
.mk-hero--vendor .mk-hero__k{color:#9FC4F5}
.bintro--vendor .bintro__k{color:var(--psoi)}
.bintro--vendor .bintro__pt{border-top-color:var(--pso)}
.mk-k--vendor{color:var(--pso)}
