
  /* ============================================================
     MYMUNAH — MEDIA KIT
     Gallery-white ground, one grotesque used across weights,
     hairline rules instead of cards. No shadows, no soft boxes.
     Committed single theme: brand collateral, so every colour
     is explicit and holds on any host ground.
     ============================================================ */

  :root {
    --paper:   #FBF9F7;
    --band:    #F1ECE8;
    --ink:     #131011;
    --ink-2:   #574F4E;
    --ink-3:   #968D8B;
    --rule:    #E2DAD6;
    --cherry:  #8E1B2E;

    --gutter:  clamp(18px, 5vw, 76px);
    --measure: 58ch;

    color-scheme: light;
  }

  * { box-sizing: border-box; }
  html { color-scheme: light; }

  body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Archivo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-synthesis-weight: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(142, 27, 46, 0.1);
  }

  .wrap { max-width: 1240px; margin-inline: auto; padding-inline: var(--gutter); }

  p { margin: 0; max-width: var(--measure); }
  a { color: var(--ink); }
  :focus-visible { outline: 2px solid var(--cherry); outline-offset: 3px; }

  /* ---------- type scale ---------- */

  .kicker {
    font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--ink-3); margin: 0;
  }
  .kicker .hl { color: var(--cherry); }

  h2 {
    font-size: clamp(1.6rem, 4vw, 2.6rem); font-weight: 700;
    letter-spacing: -0.035em; line-height: 1.04; margin: 0;
    text-wrap: balance; scroll-margin-top: 24px;
  }

  h3 {
    font-size: 1rem; font-weight: 600; letter-spacing: -0.01em;
    line-height: 1.3; margin: 0; text-wrap: balance;
  }

  .body-lg { font-size: 1.0625rem; line-height: 1.6; color: var(--ink-2); }
  .body    { font-size: 0.9375rem; line-height: 1.65; color: var(--ink-2); }

  .fill {
    display: inline-block; font-family: ui-monospace, Menlo, monospace;
    font-size: 0.68em; font-weight: 500; letter-spacing: 0.05em;
    text-transform: uppercase; color: var(--cherry);
    border: 1px dashed var(--cherry); border-radius: 3px;
    padding: 0.15em 0.5em; white-space: nowrap; vertical-align: middle;
  }

  /* ============================================================
     HERO — typographic. Leads with the number that sells.
     ============================================================ */

  header { padding-block: clamp(20px, 2.6vw, 32px) clamp(18px, 2.4vw, 28px); }

  .id-row {
    display: flex; flex-wrap: wrap; gap: 6px 22px;
    padding-bottom: 18px; border-bottom: 1px solid var(--rule);
  }
  .id-row span { font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }
  .id-row .name { color: var(--ink); }
  .id-row .rest { color: var(--ink-3); }

  .hero-grid {
    display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.72fr);
    gap: clamp(26px, 4vw, 56px); align-items: end;
    padding-top: clamp(20px, 2.8vw, 34px);
  }
  @media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; align-items: start; } }

  .portrait {
    aspect-ratio: 3 / 4; overflow: hidden; background: var(--band);
    align-self: end;
  }
  .portrait img {
    width: 100%; height: 100%; display: block;
    object-fit: cover;
    /* Face sits in the upper third of the source frame, so the
       crop is biased upward rather than centred. */
    object-position: 50% 20%;
  }
  /* A 3:4 source in a 4:3 box is a brutal crop on a phone.
     4:5 keeps the subject intact at every phone width. */
  @media (max-width: 860px) {
    .portrait { aspect-ratio: 4 / 5; }
    .portrait img { object-position: 50% 18%; }
  }
  @media (max-width: 420px) {
    .portrait img { object-position: 50% 16%; }
  }

  .figure-xl {
    font-size: clamp(4.6rem, 20vw, 15rem);
    font-weight: 800; letter-spacing: -0.055em; line-height: 0.8;
    font-variant-numeric: tabular-nums; margin: 0;
    display: block;
  }
  .figure-xl .unit { color: var(--cherry); }

  .figure-caption {
    font-size: clamp(0.95rem, 2.2vw, 1.35rem); font-weight: 600;
    letter-spacing: -0.015em; margin-top: clamp(14px, 2vw, 22px);
    max-width: 22ch; line-height: 1.2;
  }

  .positioning {
    margin-top: clamp(22px, 3vw, 34px); font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.5; color: var(--ink-2); max-width: 44ch;
  }
  .positioning b { color: var(--ink); font-weight: 600; }

  /* ---------- key figure row ---------- */

  .keyrow {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    margin-top: clamp(20px, 2.6vw, 30px);
    border-top: 1px solid var(--ink);
  }
  .keyrow > div {
    padding: 14px 16px 14px 0; border-bottom: 1px solid var(--rule);
    display: flex; flex-direction: column; gap: 2px;
  }
  .keyrow b {
    font-size: clamp(1.35rem, 3.2vw, 1.9rem); font-weight: 700;
    letter-spacing: -0.035em; font-variant-numeric: tabular-nums; line-height: 1.1;
  }
  .keyrow span {
    font-size: 0.6875rem; font-weight: 500; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--ink-3);
  }

  /* ============================================================
     SECTIONS
     ============================================================ */

  section { padding-block: clamp(30px, 3.4vw, 46px); border-top: 1px solid var(--rule); }
  section.no-rule { border-top: none; }

  .sec-head { display: flex; flex-direction: column; gap: 9px; margin-bottom: clamp(16px, 2vw, 24px); }
  .sec-head .body { max-width: 54ch; }

  /* two-column editorial */
  .cols {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    gap: clamp(20px, 3vw, 44px); align-items: start;
  }
  @media (max-width: 780px) { .cols { grid-template-columns: 1fr; } }

  .stack { display: flex; flex-direction: column; gap: 11px; }

  .claims {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 clamp(26px, 4vw, 56px);
    border-top: 1px solid var(--ink); margin: 0;
  }
  .claim {
    padding: 15px 0 16px; border-bottom: 1px solid var(--rule);
    display: flex; flex-direction: column; gap: 5px;
  }
  .claim dt {
    font-size: 0.9375rem; font-weight: 600; color: var(--cherry);
    margin: 0; letter-spacing: -0.005em; line-height: 1.35;
  }
  .claim dd {
    margin: 0; font-size: 0.9375rem; color: var(--ink-2);
    max-width: 44ch; line-height: 1.6;
  }
  @media (max-width: 720px) { .claims { grid-template-columns: 1fr; } }

  /* ============================================================
     TABS
     ============================================================ */

  .tabs {
    display: flex; flex-wrap: wrap; gap: 8px;
    margin-bottom: clamp(28px, 4vw, 40px);
  }
  .tab {
    font: inherit; font-size: 0.875rem; font-weight: 600;
    letter-spacing: 0.005em; color: var(--ink-2);
    background: none; border: 1px solid var(--rule); border-radius: 999px;
    padding: 12px 20px; min-height: 44px; cursor: pointer;
    display: inline-flex; align-items: center; gap: 7px;
    touch-action: manipulation; white-space: nowrap;
    transition: color 140ms ease, background-color 140ms ease, border-color 140ms ease;
  }
  .tab:hover { color: var(--ink); border-color: var(--ink-3); }
  .tab[aria-selected="true"], .tab[aria-pressed="true"] {
    color: var(--paper); background: var(--cherry); border-color: var(--cherry);
  }
  .tab .n {
    font-weight: 500; font-variant-numeric: tabular-nums;
    font-size: 0.8125rem; opacity: 0.6;
  }
  .tab[aria-selected="true"] .n, .tab[aria-pressed="true"] .n { opacity: 0.75; }

  /* ---------- data table ---------- */

  .data {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
    border-top: 1px solid var(--ink);
  }
  .datum {
    padding: 20px 22px 20px 0; border-bottom: 1px solid var(--rule);
    display: flex; flex-direction: column; gap: 5px;
  }
  .datum b {
    font-size: clamp(1.95rem, 4.4vw, 2.6rem); font-weight: 700;
    letter-spacing: -0.045em; line-height: 1.02; font-variant-numeric: tabular-nums;
    white-space: nowrap;   /* never split a figure across lines */
  }
  .datum span {
    font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--ink-3); line-height: 1.5;
  }

  .panel-note {
    margin-top: 14px; padding-left: 14px; border-left: 2px solid var(--cherry);
    font-size: 0.9375rem; color: var(--ink-2); max-width: 60ch;
  }

  /* ---------- demographic bars ---------- */

  .demo-cols:empty { display: none; margin: 0; }
  .demo-cols {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: clamp(18px, 2.4vw, 32px); margin-top: clamp(18px, 2.2vw, 26px);
  }
  .demo-col h3 { margin-bottom: 14px; }
  .bars { display: flex; flex-direction: column; gap: 11px; margin: 0; }
  .bar-row { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; align-items: baseline; }
  .bar-row dt { font-size: 0.875rem; color: var(--ink-2); margin: 0; }
  .bar-row dd {
    margin: 0; font-size: 0.875rem; font-weight: 600;
    font-variant-numeric: tabular-nums; text-align: right;
  }
  .bar-track {
    grid-column: 1 / -1; height: 3px; background: var(--rule); overflow: hidden;
  }
  .bar-fill { display: block; height: 100%; background: var(--cherry); }

  /* ============================================================
     WORK — 9:16 tiles, sized like phone screens so the grid
     reads as a feed. No platform logos, no interface chrome.
     ============================================================ */

  .grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
    gap: clamp(12px, 1.4vw, 18px);
  }

  .card { display: flex; flex-direction: column; gap: 8px; text-decoration: none; color: inherit; }

  .frame {
    position: relative; aspect-ratio: 9 / 16; overflow: hidden;
    background: var(--band); display: grid; place-items: center;
    border: 1px dashed var(--rule);
    transition: opacity 180ms ease;
  }
  .card:hover .frame, .card:focus-visible .frame { opacity: 0.86; }
  .frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .frame:has(img) { border: none; }

  .frame-empty {
    font-family: ui-monospace, Menlo, monospace; font-size: 0.625rem;
    letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3);
    text-align: center; padding: 0 10px; line-height: 1.9;
  }

  /* View count, corner-set. Rendered only when a count exists. */
  .frame-views {
    position: absolute; left: 0; bottom: 0; z-index: 2;
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.01em;
    font-variant-numeric: tabular-nums;
    color: var(--paper); background: var(--ink);
    padding: 6px 10px;
  }

  .play {
    position: absolute; inset: 0; margin: auto;
    width: 46px; height: 46px; border-radius: 50%;
    background: rgba(251, 249, 247, 0.9);
    display: grid; place-items: center;
    transition: transform 180ms ease, background-color 180ms ease;
  }
  .card:hover .play { transform: scale(1.1); background: var(--paper); }
  .play svg { display: block; margin-left: 2px; }

  .card-meta { display: flex; flex-direction: column; gap: 5px; }
  .card-cat {
    font-size: 0.625rem; font-weight: 600; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--cherry);
  }
  .card-title { font-size: 0.9375rem; font-weight: 500; line-height: 1.4; }
  .card-sub { font-size: 0.8125rem; color: var(--ink-3); }

  .empty { color: var(--ink-3); font-size: 0.9375rem; padding-block: 30px; }

  /* See all work */
  .more-row { margin-top: clamp(18px, 2.2vw, 26px); }
  .btn {
    display: inline-flex; align-items: center; gap: 10px;
    min-height: 52px; padding: 0 26px;
    border: 1px solid var(--ink); border-radius: 999px;
    font-size: 0.9375rem; font-weight: 600; letter-spacing: 0.005em;
    color: var(--ink); text-decoration: none; background: none;
    touch-action: manipulation;
    transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
  }
  .btn:hover { background: var(--cherry); border-color: var(--cherry); color: var(--paper); }
  .btn .arrow { font-weight: 400; }

  /* ============================================================
     FORMATS — compact clickable cards. Each opens a prefilled
     enquiry for that format.
     ============================================================ */

  .formats {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
    gap: 0; background: var(--paper);
    border-top: 1px solid var(--ink);
    border-left: 1px solid var(--rule);
  }
  .format {
    display: flex; flex-direction: column; gap: 6px;
    padding: 16px 16px 14px;
    border-right: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    background: var(--paper); color: inherit; text-decoration: none;
    cursor: pointer; min-height: 44px;
    touch-action: manipulation;
    transition: background-color 150ms ease;
  }
  .format:hover, .format:focus-visible { background: var(--band); }
  .format h3 {
    font-size: 0.9375rem; font-weight: 600; letter-spacing: -0.012em;
    text-decoration: underline; text-decoration-color: var(--rule);
    text-decoration-thickness: 1px; text-underline-offset: 3px;
    transition: color 150ms ease, text-decoration-color 150ms ease;
  }
  .format:hover h3, .format:focus-visible h3 {
    color: var(--cherry); text-decoration-color: var(--cherry);
  }
  .format p {
    font-size: 0.8125rem; line-height: 1.5; color: var(--ink-2);
    max-width: none; flex: 1;
  }
  .format .rate {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--cherry); white-space: nowrap;
    margin-top: 2px;
  }
  .format .rate::after {
    content: "→"; letter-spacing: 0;
    transition: transform 150ms ease;
  }
  .format:hover .rate::after { transform: translateX(3px); }

  @media (max-width: 560px) {
    .formats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .format { padding: 13px 12px 12px; }
    .format h3 { font-size: 0.875rem; }
    .format p { font-size: 0.75rem; }
  }


  /* ============================================================
     CONTACT
     ============================================================ */

  .contact { background: var(--band); }
  .contact-inner {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: clamp(18px, 2.6vw, 34px); align-items: start;
  }
  .contact-block { display: flex; flex-direction: column; gap: 8px; }
  .contact-line { font-size: clamp(1.05rem, 2.4vw, 1.4rem); font-weight: 700; letter-spacing: -0.025em; line-height: 1.25; word-break: break-word; }

  footer {
    padding-block: 16px 28px;
    font-size: 0.75rem; color: var(--ink-3);
    display: flex; flex-wrap: wrap; gap: 8px 26px; justify-content: space-between;
  }

  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  }

  /* ============================================================
     HERO VIDEO — same box as the portrait, same ratios.
     Poster image holds until a video file is configured.
     ============================================================ */

  .portrait { position: relative; }
  .portrait video {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover; display: block;
  }
  .portrait picture, .portrait > img { display: block; width: 100%; height: 100%; }

  /* Reduced-motion: poster stays, explicit control to start it. */
  .video-play {
    position: absolute; left: 12px; bottom: 12px;
    display: none; align-items: center; gap: 7px;
    font: inherit; font-size: 0.6875rem; font-weight: 600;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--ink); background: rgba(251, 249, 247, 0.92);
    border: 1px solid var(--rule); border-radius: 2px;
    padding: 9px 13px; min-height: 44px; cursor: pointer;
    touch-action: manipulation;
  }
  .video-play[data-show="1"] { display: inline-flex; }
  .video-play:hover { background: var(--paper); border-color: var(--ink); }

  /* ============================================================
     STICKY ENQUIRE — small screens only.
     ============================================================ */

  .sticky-cta { display: none; }

  @media (max-width: 780px) {
    .sticky-cta {
      display: block; position: fixed; z-index: 40;
      left: 0; right: 0; bottom: 0;
      padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom, 0px));
      background: linear-gradient(to top, var(--paper) 62%, rgba(251, 249, 247, 0));
      transition: transform 200ms ease, opacity 200ms ease;
    }
    .sticky-cta[data-hidden="1"] {
      transform: translateY(120%); opacity: 0; pointer-events: none;
    }
    .sticky-cta a {
      display: flex; align-items: center; justify-content: center; gap: 8px;
      min-height: 52px; padding: 0 20px;
      background: var(--cherry); color: var(--paper);
      font-size: 0.9375rem; font-weight: 600; letter-spacing: 0.01em;
      text-decoration: none; touch-action: manipulation;
    }
    .sticky-cta a:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
    .sticky-cta .arrow { font-weight: 400; opacity: 0.8; }

    /* keep the footer clear of the bar */
    body { padding-bottom: 78px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .sticky-cta { transition: opacity 0.01ms !important; }
    .sticky-cta[data-hidden="1"] { transform: none; }
  }

  /* ============================================================
     PRINT — brand managers forward this as a PDF.
     All five platform panels are expanded before printing, so
     the export carries the full dataset rather than one tab.
     ============================================================ */

  @media print {
    @page { margin: 14mm; }

    :root { --paper: #fff; }

    html, body {
      background: #fff !important;
      font-size: 10.5pt; line-height: 1.45;
      padding-bottom: 0 !important;
    }
    * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }

    .wrap { max-width: none; padding-inline: 0; }

    /* interactive chrome has no meaning on paper */
    .tabs, .sticky-cta, .play, .video-play, #work-empty,
    .more-row, .social-row { display: none !important; }


    /* the live tab panel is replaced by the expanded print block */
    #p-data { display: none !important; }
    #print-data { display: block !important; }

    section { padding-block: 16pt; break-inside: auto; }
    header { padding-block: 0 14pt; }

    h2 { font-size: 17pt; break-after: avoid; }
    h3 { font-size: 11pt; break-after: avoid; }
    .sec-head { margin-bottom: 12pt; break-after: avoid; }

    .figure-xl { font-size: 58pt; }
    .figure-caption { font-size: 13pt; }
    .positioning { font-size: 11pt; }

    .claim, .format, .datum, .keyrow > div, .aff, .ctx,
    .demo-col, .card, .handle, .contact-block { break-inside: avoid; }

    .print-platform { break-inside: avoid-page; margin-bottom: 14pt; }
    .print-platform > h3 {
      font-size: 12pt; margin-bottom: 7pt; color: var(--cherry);
      letter-spacing: 0.02em;
    }

    /* portrait: print the poster frame, never a video element */
    .portrait video { display: none !important; }
    .portrait { max-height: 78mm; }

    /* work grid: tighter, and every category shown */
    .grid { grid-template-columns: repeat(4, 1fr); gap: 8pt; }
    .frame { aspect-ratio: 9 / 16; }

    .contact { background: var(--band) !important; padding: 14pt; }

    a { text-decoration: none; color: var(--ink); }

    /* a forwarded PDF should say where it came from */
    .print-only { display: block !important; }
    footer { border-top: 1px solid var(--rule); padding-top: 8pt; }
  }

  .print-only { display: none; }

  /* ============================================================
     ACCESSIBILITY
     ============================================================ */

  /* The page leads with a figure, not a heading. This gives
     screen readers and search engines a document title without
     altering the composition. */
  .sr-only {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0 0 0 0); clip-path: inset(50%);
    white-space: nowrap; border: 0;
  }

  /* The email address is the conversion point on this page.
     At phone width it needs a real tap target; desktop is
     left exactly as it was. */
  @media (max-width: 780px) {
    .contact-line a {
      display: inline-block;
      padding-block: 12px;
      margin-block: -6px;
    }
  }


  /* ============================================================
     COMPACT SOCIAL ROW — under the hero.
     ============================================================ */

  .social-row {
    display: flex; flex-wrap: wrap; align-items: center;
    gap: 2px 4px;
    padding-block: 12px;
    border-top: 1px solid var(--rule);
  }
  .social-row a {
    display: inline-flex; align-items: center; gap: 5px;
    min-height: 44px; padding: 6px 12px 6px 0;
    font-size: 0.875rem; font-weight: 600; letter-spacing: -0.005em;
    color: var(--ink); cursor: pointer;
    text-decoration: underline;
    text-decoration-color: var(--rule);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    touch-action: manipulation;
    transition: color 150ms ease, text-decoration-color 150ms ease;
  }
  .social-row a::after {
    content: "↗"; font-size: 0.75em; font-weight: 500;
    color: var(--ink-3); text-decoration: none;
    transition: color 150ms ease, transform 150ms ease;
  }
  .social-row a:hover, .social-row a:focus-visible {
    color: var(--cherry); text-decoration-color: var(--cherry);
  }
  .social-row a:hover::after { color: var(--cherry); transform: translate(1px, -1px); }
  .social-row .sep { display: none; }

  /* ============================================================
     WHAT THEY ARE INTO — four labelled affinity groups.
     ============================================================ */

  .affinity {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(214px, 1fr));
    gap: 0; background: var(--paper);
    border-top: 1px solid var(--ink);
    border-left: 1px solid var(--rule);
  }
  .aff-group {
    background: var(--paper); padding: 15px 16px 14px;
    border-right: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    display: flex; flex-direction: column; gap: 9px;
  }
  .aff-group h3 {
    font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--cherry);
  }
  .aff-rows { display: flex; flex-direction: column; gap: 6px; margin: 0; }
  .aff-row {
    display: grid; grid-template-columns: 1fr auto; gap: 10px;
    align-items: baseline;
  }
  .aff-row dt { font-size: 0.875rem; color: var(--ink-2); margin: 0; line-height: 1.35; }
  .aff-row dd {
    margin: 0; font-size: 1rem; font-weight: 700; color: var(--ink);
    letter-spacing: -0.03em; font-variant-numeric: tabular-nums; white-space: nowrap;
  }

  @media (max-width: 560px) {
    .affinity { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .aff-group { padding: 12px 11px; gap: 7px; }
    .aff-row dt { font-size: 0.8125rem; }
    .aff-row dd { font-size: 0.9375rem; }
  }

  /* ============================================================
     CATEGORY CONTEXT — global market figures, clearly framed
     as category sizing rather than audience description.
     ============================================================ */

  .context { border-top: 1px solid var(--ink); }
  .ctx {
    display: grid; grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.7fr);
    gap: 3px 26px; align-items: baseline;
    padding-block: 14px; border-bottom: 1px solid var(--rule);
  }
  .ctx b {
    font-size: clamp(1.15rem, 2.4vw, 1.5rem); font-weight: 700;
    letter-spacing: -0.035em; font-variant-numeric: tabular-nums;
    line-height: 1.15; white-space: nowrap;
  }
  .ctx .l { font-size: 0.875rem; line-height: 1.5; color: var(--ink-2); max-width: 58ch; }
  .ctx .src {
    display: block; margin-top: 2px;
    font-size: 0.6875rem; color: var(--ink-3);
  }
  .ctx .src a { color: var(--ink-3); text-decoration: underline; text-underline-offset: 2px; }
  .ctx .src a:hover, .ctx .src a:focus-visible { color: var(--cherry); }
  @media (max-width: 760px) { .ctx { grid-template-columns: 1fr; gap: 6px; } }

  /* A framing line that must not be mistaken for audience data. */
  .caveat {
    margin-top: 14px; padding-left: 14px;
    border-left: 2px solid var(--ink-3);
    font-size: 0.875rem; color: var(--ink-2); max-width: 64ch;
  }

  /* ============================================================
     ONE HANDLE — tightened so the platforms read as one
     connected set rather than six separate boxes.
     ============================================================ */

  .handles { border-top: 1px solid var(--ink); }
  .handle {
    display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr) auto;
    gap: 2px 20px; align-items: baseline;
    padding-block: 13px; border-bottom: 1px solid var(--rule);
    text-decoration: none; color: inherit; cursor: pointer;
    min-height: 44px; touch-action: manipulation;
    transition: background-color 150ms ease;
  }
  .handle:hover, .handle:focus-visible { background: var(--band); }
  .handle b {
    font-size: 1.0625rem; font-weight: 600; letter-spacing: -0.015em;
    text-decoration: underline; text-decoration-color: var(--rule);
    text-decoration-thickness: 1px; text-underline-offset: 4px;
    transition: color 150ms ease, text-decoration-color 150ms ease;
  }
  .handle:hover b, .handle:focus-visible b {
    color: var(--cherry); text-decoration-color: var(--cherry);
  }
  .handle .fig { font-size: 0.875rem; color: var(--ink-2); font-variant-numeric: tabular-nums; }
  .handle .fig .sub { display: block; font-size: 0.8125rem; color: var(--ink-3); }
  .handle .go {
    font-size: 1rem; color: var(--ink-3); font-weight: 500;
    transition: color 150ms ease, transform 150ms ease;
  }
  .handle:hover .go, .handle:focus-visible .go { color: var(--cherry); transform: translate(2px, -2px); }
  @media (max-width: 620px) {
    .handle { grid-template-columns: 1fr auto; gap: 2px 14px; }
    .handle .fig { grid-column: 1 / -1; }
  }

  /* Inline source citations are small by design, but they still
     need a real tap target on a phone. Desktop is left as-is. */
  @media (max-width: 780px) {
    .ctx .src { line-height: 1.2; }
    .ctx .src a {
      display: inline-block;
      padding-block: 16px;
      margin-block: -10px;
    }
  }

  /* A feed reads as a grid, not one tile per screen. Two across
     on a phone; the desktop grid is unchanged. */
  @media (max-width: 560px) {
    .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .card-title { font-size: 0.875rem; }
    .card-cat { font-size: 0.5625rem; }
  }

  /* ============================================================
     MOBILE DENSITY
     The work grid is the single largest block on a phone. Three
     across — the same shape as a profile grid — with titles
     clamped so every row is the same height.
     ============================================================ */

  @media (max-width: 560px) {
    .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
    .card { gap: 6px; }
    .card-meta { gap: 2px; }
    .card-cat { font-size: 0.5rem; letter-spacing: 0.1em; }
    .card-title {
      font-size: 0.75rem; line-height: 1.3;
      display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .card-sub { font-size: 0.6875rem; }
    .play { width: 32px; height: 32px; }
    .play svg { width: 11px; height: 13px; }
    .frame-views { font-size: 0.625rem; padding: 4px 6px; }

    /* Handle rows: keep the figure on the same line as the name. */
    .handle {
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 1px 12px; padding-block: 10px;
    }
    .handle .fig { grid-column: 1; font-size: 0.8125rem; }
    .handle .fig .sub { font-size: 0.75rem; }
    .handle b { font-size: 0.9375rem; }
    .handle .go { grid-row: 1 / span 2; align-self: center; }

    /* Key row: two up, tighter. */
    .keyrow > div { padding: 11px 12px 11px 0; }
    .keyrow b { font-size: 1.25rem; }
    .keyrow span { font-size: 0.625rem; letter-spacing: 0.1em; }

    .datum { padding: 15px 14px 15px 0; }
    .contact { padding-block: 0; }
  }

  @media (max-width: 560px) {
    /* Format cards: the description is support, not the headline. */
    .format { padding: 11px 10px 10px; gap: 4px; }
    .format p { font-size: 0.6875rem; line-height: 1.4; }
    .format .rate { font-size: 0.625rem; letter-spacing: 0.1em; }

    /* Category context: figure and claim on tighter rows. */
    .ctx { padding-block: 11px; gap: 2px; }
    .ctx b { font-size: 1.1rem; }
    .ctx .l { font-size: 0.8125rem; line-height: 1.45; }

    .aff-group { padding: 10px 10px 11px; }
    .claim { padding: 12px 0 13px; }
    .panel-note, .caveat { margin-top: 11px; font-size: 0.8125rem; }
    .sec-head { margin-bottom: 13px; gap: 7px; }
    section { padding-block: 24px; }
  }
