/* =========================================================
   hp-mobile.css — HOMEPAGE ONLY
   Mission mobile rhythm · no working-shell dependency
   ========================================================= */

/* Dual social: desktop vs mobile (landscape/desktop) */
@media (min-width: 768px) {
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor {
    display: none !important;
  }
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--under-video {
    display: flex !important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 767px) {

  /* ---------- Page ---------- */
  html body .page-shell:not(.subpage-shell) {
    background-image: none !important;
    background-color: #0a1e32 !important;
    background-attachment: scroll !important;
    min-height: 100vh !important;
    display: block !important;
  }

  html body .page-shell:not(.subpage-shell) .content-rail {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .surface-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* ---------- Stack order ---------- */
  html body .page-shell:not(.subpage-shell) .grid-hero-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body .page-shell:not(.subpage-shell) .grid-media-stack {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    flex: none !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
  }

  html body .page-shell:not(.subpage-shell) .grid-shell-frame,
  html body .page-shell:not(.subpage-shell) .information-center-panel {
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    flex: none !important;
  }

  html body .page-shell:not(.subpage-shell) .rhs-grid-rail {
    order: 3 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    flex: none !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel {
    order: 4 !important;
    width: 100% !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor {
    order: 5 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Hide desktop-only pieces */
  html body .page-shell:not(.subpage-shell) .portrait-utility-strip-panel,
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--under-video,
  html body .page-shell:not(.subpage-shell) .information-center-panel-body > .grid-shell {
    display: none !important;
  }

  /* ---------- Shared panel chrome ---------- */
  html body .page-shell:not(.subpage-shell) .information-center-panel,
  html body .page-shell:not(.subpage-shell) .homepage-video-panel,
  html body .page-shell:not(.subpage-shell) .rhs-grid-rail,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel,
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor {
    background: rgba(10, 69, 121, 0.6) !important;
    border: 1px solid rgba(196, 220, 241, 0.28) !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .podcast-language-panel {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* ---------- Headers ---------- */
  html body .page-shell:not(.subpage-shell) .information-center-panel-header,
  html body .page-shell:not(.subpage-shell) .podcast-language-panel-header,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-title {
    height: auto !important;
    min-height: 72px !important;
    max-height: none !important;
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px 14px 12px !important;
    margin: 0 !important;
    background: linear-gradient(180deg, rgba(40, 120, 178, 0.95), rgb(14, 17, 55)) !important;
    border-bottom: 1px solid rgba(196, 220, 241, 0.22) !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-video-panel-header {
    height: 102.23px !important;
    min-height: 102.23px !important;
    max-height: 102.23px !important;
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 14px !important;
    margin: 0 !important;
    background: linear-gradient(180deg, rgba(40, 120, 178, 0.95), rgb(14, 17, 55)) !important;
    border-bottom: 1px solid rgba(196, 220, 241, 0.22) !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .information-center-panel-header > *,
  html body .page-shell:not(.subpage-shell) .homepage-video-panel-header > *,
  html body .page-shell:not(.subpage-shell) .podcast-language-panel-header > *,
  html body .page-shell:not(.subpage-shell) .brand-top-panel-content {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  html body .page-shell:not(.subpage-shell) .brand-top-title,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-title {
    font-family: "Julius Sans One", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin: 0 !important;
    text-align: center !important;
    line-height: 1.15 !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-video-panel-header img,
  html body .page-shell:not(.subpage-shell) .homepage-video-panel-header .subpage-stage-brand img {
    max-height: 52px !important;
    height: auto !important;
    width: auto !important;
    max-width: 180px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
  }

  /* ---------- 1. Video centered ---------- */
  html body .page-shell:not(.subpage-shell) .homepage-video-panel {
    width: 100% !important;
    height: auto !important;
    flex: none !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-video-panel-body {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 14px 16px !important;
    background: transparent !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-video-frame,
  html body .page-shell:not(.subpage-shell) .campaign-video-wrap {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 180px !important;
    aspect-ratio: 16 / 9 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  html body .page-shell:not(.subpage-shell) .campaign-video,
  html body .page-shell:not(.subpage-shell) video.campaign-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  /* ---------- 2. Info panel body ---------- */
  html body .page-shell:not(.subpage-shell) .information-center-panel {
    display: flex !important;
    flex-direction: column !important;
  }

  html body .page-shell:not(.subpage-shell) .information-center-panel-body {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    padding: 14px 16px 18px !important;
    margin: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topics-heading {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    font-family: "Julius Sans One", sans-serif !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #fff !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topics {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px 8px !important;
    width: 100% !important;
    justify-items: center !important;
    padding: 4px 0 12px !important;
    box-sizing: border-box !important;
  }

  /* ---------- Browse drawer ---------- */
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 0 4px !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-summary {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 168px !important;
    max-width: 220px !important;
    min-height: 44px !important;
    padding: 10px 22px !important;
    margin: 0 auto !important;
    border-radius: 14px !important;
    border: 2px solid color-mix(in srgb, rgb(64 114 170) 68%, white 32%) !important;
    background: linear-gradient(
      180deg,
      color-mix(in srgb, rgb(0 92 145 / 31%) 70%, white 30%) 0%,
      color-mix(in srgb, rgb(35 92 152 / 79%) 80%, rgb(38 52 81) 20%) 48%,
      color-mix(in srgb, rgb(41 98 158) 64%, rgb(10 18 31) 36%) 100%
    ) !important;
    box-shadow:
      inset 0 0 0 color-mix(in srgb, white 23.6%, rgb(63 113 168) 77.4%),
      inset 0 -6px 24px rgb(64 114 170),
      0 6px 12px rgb(16 35 58 / 25%) !important;
    font-family: "Julius Sans One", sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    cursor: pointer !important;
    list-style: none !important;
    box-sizing: border-box !important;
    transition: border-color 0.18s ease, transform 0.18s ease !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-summary::-webkit-details-marker,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-summary::marker {
    display: none !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer.is-open .mobile-topic-drawer-summary,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer[open] .mobile-topic-drawer-summary {
    border-color: #e1e0bd !important;
    transform: translateY(-1px) !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    max-height: 0;
    opacity: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: max-height 0.45s ease !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    gap: 12px 8px !important;
    width: 100% !important;
    justify-items: center !important;
    align-items: start !important;
    padding: 14px 0 8px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell > * {
    width: 100% !important;
    max-width: 72px !important;
  }

  /* ---------- TOC cards (featured + drawer) ---------- */
  html body .page-shell:not(.subpage-shell) .mobile-featured-topics .grid-card,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    border-radius: 14px !important;
    border: 2px solid var(--grid-card-border, color-mix(in srgb, rgb(64 114 170) 68%, white 32%)) !important;
    background: linear-gradient(
      180deg,
      var(--grid-card-surface-top, #3a6ea5) 0%,
      var(--grid-card-surface-mid, #2a5080) 48%,
      var(--grid-card-surface-bottom, #1a3048) 100%
    ) !important;
    box-shadow: var(--grid-card-shadow-stack, none) !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topic,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item-control,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 72px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-decoration: none !important;
    color: inherit !important;
    background: transparent !important;
    border: 0 !important;
    grid-template-rows: none !important;
    grid-template-columns: none !important;
    row-gap: 0 !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topics .grid-card-label,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card-label {
    font-size: 10px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
    max-width: 72px !important;
    width: 100% !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;
    color: #fff !important;
    text-align: center !important;
    transform: none !important;
    position: static !important;
    writing-mode: horizontal-tb !important;
    min-height: 0 !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topics .grid-card-label--two-line,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card-label--two-line {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 2px !important;
  }

  /* ---------- 3. Podcast: taller + row gap ---------- */
  html body .page-shell:not(.subpage-shell) .podcast-language-panel-body {
    padding: 28px 16px 32px !important;
    min-height: 280px !important;
    background: transparent !important;
    overflow: visible !important;
    height: auto !important;
    flex: none !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .podcast-language-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    column-gap: 12px !important;
    row-gap: 22px !important;
    width: 100% !important;
    justify-items: center !important;
    align-items: center !important;
    padding: 8px 0 !important;
    margin: 0 !important;
  }

  html body .page-shell:not(.subpage-shell) .podcast-language-flag,
  html body .page-shell:not(.subpage-shell) svg.podcast-language-flag {
    width: 48px !important;
    height: 36px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    object-fit: cover !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  /* ---------- 4. Utilities: panel + header; home no card face ---------- */
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 8px !important;
    row-gap: 0 !important;
    width: 100% !important;
    padding: 0 0 16px !important;
    justify-items: center !important;
    align-items: start !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-title {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-grid {
    display: contents !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .grid-item,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .icon-link,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .grid-item-control {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 72px !important;
    margin: 12px auto 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    text-decoration: none !important;
    color: #fff !important;
    grid-template-rows: none !important;
    grid-template-columns: none !important;
    row-gap: 0 !important;
    gap: 0 !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .grid-card {
    width: 56px !important;
    height: 56px !important;
    border-radius: 14px !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .rupert-avatar {
    width: 56px !important;
    height: 56px !important;
    border-radius: 14px !important;
    border: 2px solid color-mix(in srgb, rgb(64 114 170) 68%, white 32%) !important;
    object-fit: cover !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .icon-link[aria-label="Home"] .grid-card,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel a[aria-label="Home"] .grid-card {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: grid !important;
    place-items: center !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .home-icon {
    width: 56px !important;
    height: 56px !important;
    object-fit: contain !important;
    display: block !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .grid-card-label {
    display: block !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    max-width: 72px !important;
    width: 100% !important;
    margin: 6px 0 0 !important;
    padding: 0 2px !important;
    color: #fff !important;
    text-align: center !important;
    transform: none !important;
    position: static !important;
    writing-mode: horizontal-tb !important;
    min-height: 28px !important;
  }

  /* ---------- 5. Social: centered cluster ---------- */
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor .homepage-social-panel-body {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    padding: 12px 14px 16px !important;
    background: transparent !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel-intro,
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor h3 {
    font-family: "Julius Sans One", sans-serif !important;
    font-size: 0.85rem !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin: 0 0 12px !important;
    letter-spacing: 0.04em !important;
    width: 100% !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel-card {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px 16px !important;
    width: 100% !important;
    max-width: 280px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    justify-items: center !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .social-media-icon {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    object-fit: contain !important;
  }

} /* end mobile */

/* =========================================================
   TABLET PORTRAIT — expanded mobile
   ========================================================= */
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {

  html body .page-shell:not(.subpage-shell) {
    background-image: none !important;
    background-color: #0a1e32 !important;
    background-attachment: scroll !important;
    display: block !important;
  }

  html body .page-shell:not(.subpage-shell) .content-rail {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px 24px !important;
  }

  html body .page-shell:not(.subpage-shell) .grid-hero-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body .page-shell:not(.subpage-shell) .grid-media-stack,
  html body .page-shell:not(.subpage-shell) .grid-shell-frame,
  html body .page-shell:not(.subpage-shell) .information-center-panel,
  html body .page-shell:not(.subpage-shell) .rhs-grid-rail {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    flex: none !important;
  }

  html body .page-shell:not(.subpage-shell) .grid-media-stack { order: 1 !important; }
  html body .page-shell:not(.subpage-shell) .grid-shell-frame { order: 2 !important; }
  html body .page-shell:not(.subpage-shell) .rhs-grid-rail { order: 3 !important; }

  html body .page-shell:not(.subpage-shell) .portrait-utility-strip-panel,
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--under-video,
  html body .page-shell:not(.subpage-shell) .information-center-panel-body > .grid-shell {
    display: none !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topics-heading {
    display: flex !important;
  }
  html body .page-shell:not(.subpage-shell) .mobile-featured-topics {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer {
    display: flex !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel {
    order: 4 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    background: rgba(10, 69, 121, 0.6) !important;
    border: 1px solid rgba(196, 220, 241, 0.28) !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
    padding: 0 0 20px !important;
    overflow: hidden !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor {
    order: 5 !important;
    display: flex !important;
    width: 100% !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-video-panel-header {
    height: 120px !important;
    min-height: 120px !important;
    max-height: 120px !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-video-panel-header img {
    max-height: 64px !important;
    max-width: 220px !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-video-panel-body {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-video-frame,
  html body .page-shell:not(.subpage-shell) .campaign-video-wrap {
    max-height: 360px !important;
    min-height: 220px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body .page-shell:not(.subpage-shell) .information-center-panel-body {
    padding: 18px 20px 22px !important;
  }

  html body .page-shell:not(.subpage-shell) .podcast-language-panel-body {
    padding: 36px 20px 40px !important;
    min-height: 320px !important;
  }

  html body .page-shell:not(.subpage-shell) .podcast-language-grid {
    row-gap: 28px !important;
    column-gap: 14px !important;
  }

  html body .page-shell:not(.subpage-shell) .podcast-language-flag,
  html body .page-shell:not(.subpage-shell) svg.podcast-language-flag {
    width: 56px !important;
    height: 42px !important;
    border-radius: 10px !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topics .grid-card,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .grid-card,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .rupert-avatar,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .home-icon {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    border-radius: 16px !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topics .grid-card-label,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card-label,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .grid-card-label {
    font-size: 12px !important;
    max-width: 88px !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-grid {
    display: contents !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .grid-item,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .icon-link,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .grid-item-control {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    grid-template-rows: none !important;
    margin: 14px auto 0 !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .icon-link[aria-label="Home"] .grid-card,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel a[aria-label="Home"] .grid-card {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-summary {
    min-width: 200px !important;
    max-width: 280px !important;
    min-height: 52px !important;
    padding: 12px 28px !important;
    font-size: 0.95rem !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor .homepage-social-panel-body {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  html body .page-shell:not(.subpage-shell) .information-center-panel-header,
  html body .page-shell:not(.subpage-shell) .podcast-language-panel-header {
    min-height: 88px !important;
    padding: 20px 18px 14px !important;
  }

  html body .page-shell:not(.subpage-shell) .brand-top-title {
    font-size: 1.15rem !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-title {
    grid-column: 1 / -1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: auto !important;
    min-height: 88px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 20px 18px 14px !important;
    background: linear-gradient(180deg, rgba(40, 120, 178, 0.95), rgb(14, 17, 55)) !important;
    border-bottom: 1px solid rgba(196, 220, 241, 0.22) !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    font-family: "Julius Sans One", sans-serif !important;
    font-size: 1.15rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    text-align: center !important;
    line-height: 1.15 !important;
  }
  html body .page-shell:not(.subpage-shell) .homepage-social-panel-card {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px 20px !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    justify-items: center !important;
  }

  html body .page-shell:not(.subpage-shell) .social-media-icon {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
  }
  /* ---------- Social floor (tablet portrait) ---------- */
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor {
    order: 5 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    background: rgba(10, 69, 121, 0.6) !important;
    border: 1px solid rgba(196, 220, 241, 0.28) !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor > h3,
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor .homepage-social-panel-intro,
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor .homepage-social-panel-body > h3 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 118px !important;
    margin: 0 !important;
    padding: 20px 18px 14px !important;
    background: linear-gradient(180deg, rgba(40, 120, 178, 0.95), rgb(14, 17, 55)) !important;
    border-bottom: 1px solid rgba(196, 220, 241, 0.22) !important;
    font-family: "Julius Sans One", sans-serif !important;
    font-size: 1.15rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    text-align: center !important;
    line-height: 1.2 !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor .homepage-social-panel-body {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    padding: 18px 16px 22px !important;
    background: transparent !important;
    box-sizing: border-box !important;
  }

  /* h3 inside body → full-bleed header */
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor .homepage-social-panel-body > h3 {
    margin: -18px -16px 18px !important;
    width: calc(100% + 32px) !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel-card {
    display: grid !important;
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    gap: 10px 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 17px !important;
    justify-items: center !important;
    align-items: center !important;
  }

  html body .page-shell:not(.subpage-shell) .social-media-icon {
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    object-fit: contain !important;
  }  /* ---------- Info center: featured cards + browse ---------- */
  html body .page-shell:not(.subpage-shell) .information-center-panel-body {
    padding: 18px 20px 22px !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topics-heading {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    font-family: "Julius Sans One", sans-serif !important;
    font-size: 1rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #fff !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topics {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px 10px !important;
    width: 100% !important;
    justify-items: center !important;
    padding: 4px 0 16px !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topic {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 88px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-decoration: none !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topics .grid-card {
    display: block !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    border-radius: 16px !important;
    border: 2px solid var(--grid-card-border, color-mix(in srgb, rgb(64 114 170) 68%, white 32%)) !important;
    background: linear-gradient(
      180deg,
      var(--grid-card-surface-top, #3a6ea5) 0%,
      var(--grid-card-surface-mid, #2a5080) 48%,
      var(--grid-card-surface-bottom, #1a3048) 100%
    ) !important;
    box-shadow: var(--grid-card-shadow-stack, none) !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topics .grid-card-label {
    display: block !important;
    width: 100% !important;
    max-width: 88px !important;
    margin: 10px 0 0 !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
    color: #fff !important;
    text-align: center !important;
    transform: none !important;
    position: static !important;
  }

   /* ---------- Browse + drawer + featured (tablet portrait) ---------- */

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-summary {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    list-style: none !important;
    width: auto !important;
    min-width: 200px !important;
    max-width: 280px !important;
    min-height: 52px !important;
    padding: 12px 28px !important;
    margin: 0 auto !important;
    border-radius: 14px !important;
    border: 2px solid color-mix(in srgb, rgb(64 114 170) 68%, white 32%) !important;
    background: linear-gradient(
      180deg,
      color-mix(in srgb, rgb(0 92 145 / 31%) 70%, white 30%) 0%,
      color-mix(in srgb, rgb(35 92 152 / 79%) 80%, rgb(38 52 81) 20%) 48%,
      color-mix(in srgb, rgb(41 98 158) 64%, rgb(10 18 31) 36%) 100%
    ) !important;
    box-shadow:
      inset 0 0 0 color-mix(in srgb, white 23.6%, rgb(63 113 168) 77.4%),
      inset 0 -6px 24px rgb(64 114 170),
      0 6px 12px rgb(16 35 58 / 25%) !important;
    font-family: "Julius Sans One", sans-serif !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-summary::-webkit-details-marker,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-summary::marker {
    display: none !important;
  }

  /* Panel height driven by JS */
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    max-height: 0;
    opacity: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: max-height 0.45s ease !important;
  }

  /* Featured row — own width (don’t couple to drawer) */
  html body .page-shell:not(.subpage-shell) .mobile-featured-topics {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 12px !important;
    row-gap: 14px !important;
    width: 100% !important;
    padding: 4px 8px 16px !important;
    justify-items: center !important;
    box-sizing: border-box !important;
  }

  /* Drawer 4×4 — full width, roomy rows */
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 12px !important;
    row-gap: 22px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 20px 8px 12px !important;
    justify-items: stretch !important;
    align-items: start !important;
    box-sizing: border-box !important;
  }

  /* Drawer cells fill tracks (no 72/88 cap) */
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell > *,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item-control {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    text-decoration: none !important;
    color: #fff !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topic {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    text-decoration: none !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
  }

  /* Card faces only */
  html body .page-shell:not(.subpage-shell) .mobile-featured-topics .grid-card,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    max-width: 72px !important;
    border-radius: 16px !important;
    border: 2px solid var(--grid-card-border, color-mix(in srgb, rgb(64 114 170) 68%, white 32%)) !important;
    background: linear-gradient(
      180deg,
      var(--grid-card-surface-top, #3a6ea5) 0%,
      var(--grid-card-surface-mid, #2a5080) 48%,
      var(--grid-card-surface-bottom, #1a3048) 100%
    ) !important;
    box-shadow: var(--grid-card-shadow-stack, none) !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topics .grid-card-label,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card-label {
    width: 100% !important;
    max-width: 120px !important;
    margin: 12px 0 0 !important;
    padding: 0 2px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    text-align: center !important;
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
  }
  /* Stretch drawer full width of info panel (don't shrink-wrap) */
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important; /* was center — that capped grid width */
    width: 100% !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-summary {
    align-self: center !important; /* button stays centered */
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel {
    width: 100% !important;
    max-width: none !important;
    align-self: stretch !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    column-gap: 12px !important;
    row-gap: 22px !important;
    padding: 20px 8px 12px !important;
    justify-items: center !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell > *,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item-control {
    width: 100% !important;
    max-width: none !important;
  }html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell {
  row-gap: 50px !important;      /* vertical space between rows */
  column-gap: 12px !important;   /* keep horizontal as-is */
  padding: 24px 8px 16px !important;
}

html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card-label {
  margin: 12px 0 0 !important;   /* space under each card face */
}/* Card → label gap */
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card-label,
html body .page-shell:not(.subpage-shell) .mobile-featured-topics .grid-card-label {
  margin: 14px 0 0 !important;
  padding: 0 4px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  color: #fff !important;
  text-decoration: none !important;

  /* Reserve 2 lines so every cell is the same height */
  min-height: 2.5em !important;
  max-width: 120px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Grid items: top-align so cards share one baseline per row */
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell {
  align-items: start !important;
}

html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell > *,
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item,
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item-control {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell {
  align-items: start !important;
  row-gap: 80px !important;
  column-gap: 12px !important;
}

html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card-label {
  margin: 14px 0 0 !important;
  min-height: 0 !important;
  max-width: 120px !important;
  line-height: 1.25 !important;
  text-align: center !important;
  color: #fff !important;
  text-decoration: none !important;
}@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {

  /* Neutralize desktop label/card tokens on tablet portrait */
  html body .page-shell:not(.subpage-shell) {
    --label-block-height: auto;
    --label-size: 12px;
    --label-line-height: 1.25;
    --card-size: 72px;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item-control,
  html body .page-shell:not(.subpage-shell) .mobile-featured-topic,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell > * {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    grid-template-rows: none !important;
    grid-template-columns: none !important;
    row-gap: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card-label,
  html body .page-shell:not(.subpage-shell) .mobile-featured-topics .grid-card-label {
    margin: 14px 0 0 !important;
    min-height: 0 !important;
    height: auto !important;
    max-width: 120px !important;
  }

/* Space below Browse control before the 4×4 */
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-summary {
  margin-bottom: 20px !important;
}

html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell {
  padding-top: 8px !important; /* extra air under summary */
}

/* Label offset under each card */
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card-label,
html body .page-shell:not(.subpage-shell) .mobile-featured-topics .grid-card-label {
  display: block !important;
  margin: 5px 0 0 !important;   /* card → label gap */
  padding: 0 4px !important;
  max-width: 120px !important;
  width: 100% !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  text-align: center !important;
  color: #fff !important;
  text-decoration: none !important;
  height: auto !important;
  min-height: 0 !important;
  transform: none !important;
  position: static !important;
}
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-summary {
  margin-bottom: 28px !important; /* was too small / zero */
}

html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell {
  padding-top: 12px !important;
  margin-top: 0 !important;
}html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell {
  align-items: start !important;
}

html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item,
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item-control {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card {
  flex: 0 0 72px !important;
  width: 72px !important;
  height: 72px !important;
}

html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card-label {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;

  width: 100% !important;
  max-width: 120px !important;
  margin: 14px 0 0 !important;
  padding: 0 4px !important;

  /* Always reserve 2 lines — short labels don't collapse the band */
  min-height: calc(12px * 1.25 * 2) !important;
  height: calc(12px * 1.25 * 2) !important;

  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: center !important;
  color: #fff !important;
  text-decoration: none !important;
}  /* --- Final drawer grid / labels / links (tablet) --- */

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer {
    align-items: stretch !important;
    width: 100% !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel {
    width: 100% !important;
    max-width: none !important;
    padding-top: 10px !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    grid-auto-flow: row !important;
    width: 100% !important;
    max-width: none !important;
    column-gap: 12px !important;
    row-gap: 24px !important; /* row rhythm; label margin handles card→text */
    padding: 8px 8px 16px !important;
    justify-items: center !important;
    align-items: start !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell > *,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item-control,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    color: #fff !important;
    grid-template-rows: none !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card {
    flex: 0 0 72px !important;
    width: 72px !important;
    height: 72px !important;
  }

  /* 50px card → label offset; no underline; 2-line cap so long names don't shove neighbors */
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card-label,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer a .grid-card-label {
    display: block !important;
    margin: 5px 0 0 !important;
    padding: 0 4px !important;
    max-width: 120px !important;
    width: 100% !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }  /* Labels: 50px under card, no link chrome */
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell .grid-card-label,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item-control .grid-card-label,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer a .grid-card-label,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-card-label {
    display: block !important;
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;

    margin: 5px 0 0 !important;
    padding: 0 4px !important;

    max-width: 120px !important;
    width: 100% !important;

    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
    text-align: center !important;
    color: #fff !important;

    text-decoration: none !important;
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background: transparent !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer a,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-item-control {
    text-decoration: none !important;
    border-bottom: 0 !important;
  }

  /* Row air so 50px label doesn’t collide with next card */
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell {
    row-gap: 20px !important;
    align-items: start !important;
  }  /* ===== DRAWER ONLY: force column stack + label below card ===== */

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    column-gap: 12px !important;
    row-gap: 56px !important; /* room for long 2-line labels */
    align-items: start !important;
    justify-items: center !important;
    width: 100% !important;
  }

  /* Kill desktop grid-template-rows on drawer controls only */
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-item-control,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel a.grid-item-control,
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    grid-template-rows: none !important;
    grid-template-columns: none !important;
    grid: none !important;
    row-gap: 0 !important;
    column-gap: 0 !important;
    height: auto !important;
    width: 100% !important;
    text-decoration: none !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-card {
    display: block !important;
    flex: 0 0 72px !important;
    width: 72px !important;
    height: 72px !important;
    order: 1 !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-card-label {
    display: block !important;
    order: 2 !important;
    position: static !important;
    transform: none !important;

    margin: 5px 0 0 !important; /* card → label */
    padding: 0 4px !important;
    max-width: 120px !important;
    width: auto !important;

    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 0 !important;

    height: auto !important;
    min-height: 0 !important;
  }html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-card-label {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: 120px !important;
}/* Grid: top-align every cell */
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-shell {
  align-items: start !important;
  justify-items: center !important;
  row-gap: 56px !important;
}

/* Same label band for every cell — long or short */
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-card-label,
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-card-label--two-line {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: 100% !important;
  max-width: 120px !important;
  margin: 5px auto 0 !important; /* same offset for all */
  padding: 0 4px !important;

  /* Fixed 2-line slot so Art & Leisure / ProviderConnect match */
  min-height: calc(12px * 1.25 * 2) !important;
  height: calc(12px * 1.25 * 2) !important;

  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: center !important;
  color: #fff !important;
  text-decoration: none !important;

  overflow: hidden !important;
}

html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-card-label span {
  display: block !important;
  text-align: center !important;
  line-height: 1.25 !important;
}/* Control fills the grid track */
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-item-control,
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel a.grid-item-control {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  align-items: center !important;
}

/* Label: fixed band, not 48px shrink-wrap */
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-card-label {
  display: block !important;
  box-sizing: border-box !important;

  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;

  margin: 5px auto 0 !important;
  padding: 0 4px !important;

  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-decoration: none !important;
  color: #fff !important;

  /* Long single tokens (ProviderConnect) can wrap */
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  hyphens: auto !important;

  height: auto !important;
  min-height: calc(12px * 1.25 * 2) !important; /* 2-line slot for all */
}/* Article = grid cell wrapper only */
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-item {
  display: block !important;           /* not flex */
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: start !important;
  justify-self: center !important;
  background: transparent !important;
  border: 0 !important;
}

/* Control = column stack */
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-item-control,
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel a.grid-item-control {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  grid-template-rows: none !important;
  grid-template-columns: none !important;
  grid: none !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
  height: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
}/* Normalize button controls in the drawer (Art & Leisure etc.) */
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel button.grid-item-control,
html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-panel .grid-item-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  font: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  cursor: pointer !important;
}html body .page-shell:not(.subpage-shell) button.grid-item-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  font: inherit !important;
  line-height: normal !important;
  color: inherit !important;
  cursor: pointer !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  text-decoration: none !important;
}@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {

  html body .page-shell:not(.subpage-shell) .podcast-language-panel-header,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-title,
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor .homepage-social-panel-intro,
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor > h3,
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor .homepage-social-panel-header {
    height: 118px !important;
    min-height: 118px !important;
    max-height:118px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 16px !important;
    flex: 0 0 72px !important;
  }

  /* Title type matches podcast */
  html body .page-shell:not(.subpage-shell) .podcast-language-panel-header .brand-top-title,
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-title,
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor .homepage-social-panel-intro,
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor > h3 {
    font-family: "Julius Sans One", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    line-height: 1.15 !important;
    text-align: center !important;
    margin: 0 !important;
  }
} /* end tablet portrait */

/* =========================================================
   DESKTOP — social under-video panel
   ========================================================= */
@media (min-width: 768px) {

  html body .page-shell:not(.subpage-shell) .homepage-social-panel--under-video {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    margin-top: 12px !important;
    background: transparent !important;
    border: 1px solid rgba(196, 220, 241, 0.28) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel--under-video .homepage-social-panel-intro,
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--under-video > h3 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    order: -1 !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    min-height: 72px !important;
    margin: 0 !important;
    padding: 18px 14px 12px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    font-family: "Julius Sans One", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    line-height: 1.15 !important;
    background: linear-gradient(180deg, rgba(40, 120, 178, 0.95), rgb(14, 17, 55)) !important;
    border-bottom: 1px solid rgba(196, 220, 241, 0.22) !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel--under-video .homepage-social-panel-body {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 18px 16px 20px !important;
    background: transparent !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel--under-video .homepage-social-panel-card {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px 20px !important;
    width: 100% !important;
    max-width: 280px !important;
    margin: 0 auto !important;
    justify-items: center !important;
    align-items: center !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel--under-video .social-media-icon {
    width: 36px !important;
    height: 36px !important;
    object-fit: contain !important;
  }

} /* end desktop */