@media (max-width: 767px) {
  /* ===== ORDER: video → info → podcast → utilities → social ===== */
  html body .page-shell:not(.subpage-shell) .grid-hero-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  html body .page-shell:not(.subpage-shell) .grid-media-stack {
    order: 1 !important;
    width: 100% !important;
  }
  html body .page-shell:not(.subpage-shell) .grid-shell-frame {
    order: 2 !important;
    width: 100% !important;
  }
  html body .page-shell:not(.subpage-shell) .rhs-grid-rail {
    order: 3 !important;
    width: 100% !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 {
    order: 5 !important;
    width: 100% !important;
  }

  /* desktop utilities inside RHS off */
  html body .page-shell:not(.subpage-shell) .portrait-utility-strip-panel {
    display: none !important;
  }

  /* desktop 4×4 TOC off; featured + drawer on */
  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;
    gap: 10px 6px !important;
    justify-items: center !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 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 14px !important;
    border: 1px solid color-mix(in srgb, rgb(64 114 170) 68%, white 32%) !important;
    background: linear-gradient(180deg, #3a6ea5, #1a3048) !important;
  }
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer {
    display: block !important;
  }
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer .grid-shell {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px 6px !important;
    justify-items: center !important;
  }
  html body .page-shell:not(.subpage-shell) .mobile-topic-drawer-summary {
    list-style: none !important;
    cursor: pointer !important;
    text-align: center !important;
    padding: 12px !important;
  }

  /* utilities panel + 4-across */
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    background: rgba(10, 69, 121, 0.6) !important;
    border: 1px solid rgba(196, 220, 241, 0.28) !important;
    border-radius: 18px !important;
    padding: 0 0 16px !important;
    overflow: hidden !important;
  }
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-title {
    grid-column: 1 / -1 !important;
    display: flex !important;
    height: 72px !important;
    margin: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(180deg, rgba(40, 120, 178, 0.95), rgb(14, 17, 55)) !important;
    font-family: "Julius Sans One", sans-serif !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    color: #fff !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 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-top: 12px !important;
  }
  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 {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
  }
  /* Rupert border */
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .rupert-avatar {
    border: 2px solid color-mix(in srgb, rgb(64 114 170) 68%, white 32%) !important;
    border-radius: 14px !important;
    object-fit: cover !important;
    box-sizing: border-box !important;
  }
  /* Home: NO card behind icon */
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .icon-link[aria-label="Home"] .grid-card {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 56px !important;
    height: 56px !important;
  }
  html body .page-shell:not(.subpage-shell) .mobile-utility-strip-panel .home-icon {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    object-fit: contain !important;
  }

  /* social panel like desktop chrome, 40px icons */
  html body .page-shell:not(.subpage-shell) .homepage-social-panel {
    display: flex !important;
    flex-direction: column !important;
    background: rgba(10, 69, 121, 0.6) !important;
    border: 1px solid rgba(196, 220, 241, 0.28) !important;
    border-radius: 18px !important;
    padding: 16px 12px !important;
  }
  html body .page-shell:not(.subpage-shell) .homepage-social-panel-intro {
    font-family: "Julius Sans One", sans-serif !important;
    font-size: 0.9rem !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #fff !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: 12px !important;
    justify-items: center !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;
  }
 @media (max-width: 767px) {
  html body .page-shell:not(.subpage-shell) .homepage-video-panel {
    width: 100% !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }
  html body .page-shell:not(.subpage-shell) .homepage-video-frame,
  html body .page-shell:not(.subpage-shell) .campaign-video-wrap {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    max-height: 220px !important;
    margin: 0 auto !important;
    position: relative !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;
  }
@media (max-width: 767px) {
  html body .page-shell:not(.subpage-shell) .homepage-video-panel-header {
    height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-video-panel-header .subpage-stage-brand img,
  html body .page-shell:not(.subpage-shell) .homepage-video-panel-header .subpage-stage-brand--header img,
  html body .page-shell:not(.subpage-shell) .homepage-video-panel-header img {
    max-height: 52px !important;
    height: 52px !important;
    width: auto !important;
    max-width: 180px !important;
    object-fit: contain !important;
  }/* carehub-mobile-chrome.css — mobile only */
@media (max-width: 767px) {

  /* ===== Continuous panel shell (HP info + SP stage) ===== */
  html body .page-shell:not(.subpage-shell) .information-center-panel,
  html body .page-shell.subpage-shell .subpage-stage-panel {
    background: #0e2a45 !important;
    border: 1px solid rgba(196, 220, 241, 0.22) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
  }

  /* ===== Headers ===== */
  html body .page-shell:not(.subpage-shell) .information-center-panel-header,
  html body .page-shell.subpage-shell .subpage-stage-header {
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px 14px 12px !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 .brand-top-title,
  html body .page-shell.subpage-shell .subpage-stage-header .brand-top-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;
  }

  /* ===== HP body padding ===== */
  html body .page-shell:not(.subpage-shell) .information-center-panel-body {
    padding: 12px 14px 16px !important;
    margin: 0 !important;
    background: transparent !important;
  }

  /* ===== SP: keep your mobile-subpage-info-panel strip ===== */
  html body .page-shell.subpage-shell .mobile-subpage-info-panel {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  html body .page-shell.subpage-shell .mobile-subpage-info-panel .information-center-panel-header,
  html body .page-shell.subpage-shell .mobile-topics-heading,
  html body .page-shell.subpage-shell .mobile-featured-topics-subpage {
    display: none !important;
  }
  html body .page-shell.subpage-shell .mobile-subpage-info-panel .information-center-panel-body {
    padding: 12px 14px 0 !important;
    background: transparent !important;
  }

  /* ===== Browse summary (HP + SP) ===== */
  html body .page-shell .mobile-topic-drawer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 0 12px !important;
  }
  html body .page-shell .mobile-topic-drawer-summary {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 160px !important;
    max-width: 220px !important;
    padding: 10px 20px !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;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    cursor: pointer !important;
    list-style: none !important;
  }
  html body .page-shell .mobile-topic-drawer-summary::-webkit-details-marker {
    display: none !important;
  }

  /* ===== Featured (HP) + drawer grids (HP + SP) ===== */
  html body .page-shell:not(.subpage-shell) .mobile-featured-topics,
  html body .page-shell .mobile-topic-drawer-panel .grid-shell,
  html body .page-shell.subpage-shell #subpage-stage-sections-list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px 8px !important;
    width: 100% !important;
    justify-items: center !important;
    padding: 12px 0 8px !important;
    box-sizing: border-box !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topics .grid-card,
  html body .page-shell .mobile-topic-drawer .grid-card,
  html body .page-shell.subpage-shell #subpage-stage-sections-list .grid-card {
    width: 56px !important;
    height: 56px !important;
    border-radius: 14px !important;
    border: 1px solid color-mix(in srgb, rgb(64 114 170) 68%, white 32%) !important;
    background: linear-gradient(180deg, #3a6ea5 0%, #2a5080 50%, #1a3048 100%) !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topics .grid-card-label,
  html body .page-shell .mobile-topic-drawer .grid-card-label,
  html body .page-shell.subpage-shell #subpage-stage-sections-list .grid-card-label {
    font-size: 10px !important;
    line-height: 1.15 !important;
    max-width: 72px !important;
    margin: 6px 0 0 !important;
    color: #fff !important;
    text-align: center !important;
    transform: none !important;
  }

  html body .page-shell:not(.subpage-shell) .mobile-featured-topic,
  html body .page-shell .mobile-topic-drawer .grid-item-control {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    max-width: 72px !important;
    text-decoration: none !important;
    grid-template-rows: none !important;
  }
  @media (min-width: 768px) {
  .homepage-social-panel--floor { display: none !important; }
  .homepage-social-panel--under-video { display: flex !important; }
}
@media (max-width: 767px) {
  .homepage-social-panel--under-video { display: none !important; }
  .homepage-social-panel--floor { display: flex !important; order: 5 !important; }
}
@media (max-width: 767px) {
  html body .page-shell:not(.subpage-shell) .homepage-social-panel {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 16px !important;
    background: rgba(10, 69, 121, 0.6) !important;
    border: 1px solid rgba(196, 220, 241, 0.28) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel-body {
    padding: 12px 14px 0 !important;
    background: transparent !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel-intro {
    margin: 0 0 12px !important;
    text-align: center !important;
  }
/* Desktop: show under-video social, hide floor copy */
@media (min-width: 768px) {
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--under-video,
  html body .page-shell:not(.subpage-shell) .grid-media-stack > .homepage-social-panel {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    visibility: visible !important;
    margin-top: 12px !important;
    padding: 12px 16px !important;
    background: rgba(10, 69, 121, 0.6) !important;
    border: 1px solid rgba(196, 220, 241, 0.28) !important;
    border-radius: 18px !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor {
    display: none !important;
  }

/* Mobile: hide top (in media stack), show floor only */
@media (max-width: 767px) {
  html body .page-shell:not(.subpage-shell) .grid-media-stack > .homepage-social-panel,
  html body .page-shell:not(.subpage-shell) .homepage-social-panel--under-video {
    display: none !important;
  }

  html body .page-shell:not(.subpage-shell) .homepage-social-panel--floor,
  html body .page-shell:not(.subpage-shell) .grid-hero-row > .homepage-social-panel {
    display: flex !important;
    order: 5 !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;
  }
}