/* Store + Eclipse merch (from sync_site) */
.tp-sync-store-video--compact {
      display: flex;
      justify-content: center;
      flex-wrap: nowrap;
      margin: clamp(8px, 2vw, 14px) auto clamp(24px, 4vw, 36px);
    }
    .tp-sync-store-video-aspect {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      background: #000;
      overflow: hidden;
      contain: layout style;
    }
    .tp-sync-store-video--compact .tp-sync-store-video-aspect {
      position: relative;
      display: block;
      width: min(1200px, 98vw);
      max-width: 100%;
      margin: 0 auto;
      padding-top: 0;
      line-height: 0;
      overflow: hidden;
      background: #000;
    }
    .tp-sync-store-video--compact .tp-sync-store-video-aspect::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      box-shadow: inset 0 0 120px 48px rgba(0, 0, 0, 0.88);
    }
    .tp-sync-store-video__el {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      background: #000;
    }
    .tp-sync-store-video--compact .tp-sync-store-video__el {
      position: relative;
      display: block;
      width: 100%;
      min-width: 0;
      max-width: 100%;
      height: auto;
      max-height: none;
      object-fit: contain;
    }
    .tp-sync-store-video--decorative,
    .tp-sync-store-video--decorative .tp-sync-store-video-aspect,
    .tp-sync-store-video--decorative .tp-sync-store-video__el {
      pointer-events: none;
      user-select: none;
      -webkit-user-select: none;
      cursor: default;
    }
    .tp-sync-store-video--decorative .tp-sync-store-video__el {
      -webkit-touch-callout: none;
    }
    .tp-sync-yt-aspect .tp-youtube-iframe {
      z-index: 1;
      transform: translateZ(0);
      backface-visibility: hidden;
    }
    /* epk.css hides youtube iframes on shell siblings — keep in-shell player visible */
    .tp-sync-page .tp-shell .tp-youtube-iframe {
      display: block !important;
      visibility: visible !important;
    }
    .tp-sync-yt-aspect .tp-youtube-poster {
      z-index: 4;
    }
    .tp-sync-page .tp-youtube-aspect {
      contain: layout style;
    }
    .tp-sync-page .tp-shell {
      padding-top: clamp(12px, 3vw, 22px);
      overflow-x: visible;
    }
    .tp-sync-page .tp-shell > .tp-youtube-full.tp-sync-hero,
    .tp-sync-page .tp-shell > .tp-sync-store-video,
    .tp-sync-page .tp-shell > .tp-wrap.tp-stats-focus,
    .tp-sync-page .tp-shell > .tp-sync-consideration--continued,
    .tp-sync-page .tp-shell > section.press-stack,
    .tp-sync-page .tp-shell > .tp-instagram-cta {
      content-visibility: auto;
      contain-intrinsic-size: 1px 640px;
    }
    .tp-sync-store-video {
      contain: layout style;
    }
    .tp-sync-consideration {
      width: 100%;
      max-width: min(880px, 100%);
      margin: 0 auto clamp(32px, 5vw, 48px);
      text-align: center;
    }
    .tp-sync-consideration--lead {
      margin-top: clamp(8px, 2vw, 16px);
      margin-bottom: clamp(22px, 4vw, 36px);
    }
    .tp-sync-consideration__kicker {
      margin: 0 0 clamp(22px, 3vw, 32px);
      font-size: clamp(26px, 3.2vw, 40px);
      line-height: 1.2;
      letter-spacing: 0.28em;
      font-weight: 600;
      text-transform: uppercase;
      color: var(--tp-text-primary);
    }
    /* Lead copy (kicker + private sub + scroll hint): centered on all viewports */
    .tp-sync-consideration--lead .bio-body {
      text-align: center;
      align-items: center;
    }
    .tp-sync-consideration--continued .bio-body {
      text-align: left;
    }
    @media (min-width: 768px) {
      .tp-sync-consideration--continued .bio-body {
        text-align: center;
      }
    }
    @media (max-width: 767px) {
      .tp-sync-consideration--center-mobile .bio-body {
        text-align: center;
      }
    }
    .tp-sync-consideration .bio-body a {
      color: var(--tp-text-secondary);
      text-decoration: none;
      border-bottom: 1px solid rgba(232, 203, 168, 0.35);
      transition: color 0.2s ease, border-color 0.2s ease;
    }
    .tp-sync-consideration .bio-body a:hover {
      color: var(--tp-accent-gold);
      border-bottom-color: rgba(232, 203, 168, 0.55);
    }
    .tp-sync-private-sub {
      margin-top: 8px;
      font-size: clamp(12px, 1.6vw, 14px);
      line-height: 1.55;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.72);
    }
    .tp-sync-consideration--lead .bio-body > p {
      margin: 0.65em 0 0;
    }
    .tp-sync-consideration--continued {
      margin-top: clamp(28px, 5vw, 44px);
    }
    .tp-sync-player-wrap {
      width: min(430px, 94vw);
      margin: 0 auto clamp(28px, 4.5vw, 44px);
      color-scheme: dark;
    }
    .tp-sync-untitled-embed-wrap {
      margin-top: 0;
      width: 100%;
      background: #000000;
      border-radius: 24px;
      overflow: hidden;
      border: 1px solid rgba(232, 203, 168, 0.18);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
      position: relative;
      z-index: 2;
      isolation: isolate;
      min-height: 280px;
    }
    .tp-sync-untitled-embed-wrap iframe {
      display: block !important;
      position: relative !important;
      width: 100% !important;
      height: 344px;
      min-height: 280px;
      border: 0;
      vertical-align: top;
      background: #000000 !important;
      opacity: 1 !important;
      visibility: visible !important;
      max-width: 100% !important;
    }
    @media (max-width: 767px) {
      .tp-sync-untitled-embed-wrap iframe {
        height: min(344px, 52vh);
        min-height: 240px;
      }
    }
    .tp-sync-save-playlist-wrap {
      margin-top: clamp(18px, 3.5vw, 24px);
      display: flex;
      justify-content: center;
      width: 100%;
    }
    .tp-sync-save-playlist-wrap .tp-sync-backup__link {
      min-height: 48px;
      padding: 12px 28px;
      font-size: 10px;
      letter-spacing: 0.2em;
    }
    .tp-sync-backup {
      width: 100%;
      max-width: min(960px, 100%);
      margin: 0 auto clamp(26px, 4.5vw, 38px);
      text-align: center;
    }
    .tp-sync-backup__title {
      margin: 0 0 14px;
      font-size: 11px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--tp-text-muted);
    }
    .tp-sync-backup__buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
    }
    .tp-sync-backup__link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 6px 12px;
      min-width: 0;
      max-width: 100%;
      border-radius: 999px;
      border: 1px solid rgba(232, 203, 168, 0.28);
      background: rgba(0, 0, 0, 0.55);
      color: rgba(255, 255, 255, 0.88);
      text-decoration: none;
      font-size: 8px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      line-height: 1.2;
      transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
    }
    .tp-sync-backup__link:hover,
    .tp-sync-backup__link:focus-visible {
      border-color: rgba(232, 203, 168, 0.5);
      color: var(--tp-accent-gold);
      background: rgba(18, 18, 18, 0.75);
      outline: none;
    }
    .tp-sync-cta {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 18px;
      margin: clamp(36px, 6vw, 56px) auto clamp(28px, 5vw, 44px);
      text-align: center;
    }
    .tp-sync-cta__actions {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: stretch;
      gap: clamp(8px, 2vw, 16px);
      width: 100%;
      max-width: min(760px, 100%);
      padding: 0 clamp(4px, 1.5vw, 12px);
      box-sizing: border-box;
    }
    .tp-sync-cta__actions .tp-footer-panel__button {
      flex: 1 1 0;
      min-width: 0;
      max-width: none;
      box-sizing: border-box;
    }
    @media (min-width: 768px) {
      .tp-sync-cta__actions .tp-footer-panel__button {
        min-width: 0;
        padding-left: clamp(14px, 2vw, 22px);
        padding-right: clamp(14px, 2vw, 22px);
      }
    }
    @media (max-width: 767px) {
      .tp-sync-cta__actions .tp-footer-panel__button {
        min-width: 0 !important;
        flex: 1 1 calc(50% - 6px);
        max-width: calc(50% - 4px);
        width: auto;
        padding: 10px clamp(8px, 2.5vw, 14px);
        font-size: clamp(8px, 2.4vw, 11px);
        letter-spacing: 0.12em;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
      }
    }
    .tp-sync-cta__note {
      margin: 0;
      font-size: clamp(9px, 2.15vw, 12px);
      letter-spacing: 0.06em;
      text-transform: none;
      color: var(--tp-text-muted);
      line-height: 1.35;
    }
  /* Eclipse + lower shell: beat epk.css `.tp-shell ~ * { display:none }` (0,5,0) */
    .tp-sync-page #eclipse-merch.tp-merch-film,
  .tp-sync-page .tp-shell ~ #eclipse-merch,
  .tp-sync-page #sync-lower-shell.tp-shell {
      display: block !important;
      visibility: visible !important;
    }
    .tp-sync-page .tp-shell ~ footer.tp-footer-panel {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      width: 100% !important;
      visibility: visible !important;
    }
    #eclipse-merch.tp-merch-film,
    .tp-merch-film {
      --merch-panel-w: 20vw;
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      margin-bottom: clamp(64px, 10vw, 100px);
      padding: 0;
      overflow: hidden;
      background: #000;
      box-sizing: border-box;
    }
    .tp-merch-film__head {
      margin: 0 0 clamp(20px, 3.5vw, 32px);
      text-align: center;
    }
    .tp-merch-film__swipe-hint,
    .tp-merch-film__dots,
    .tp-merch-film__nav {
      display: none;
    }
    .tp-merch-film__title {
      margin: 0;
      text-align: center;
      font-size: clamp(18px, 2.2vw, 24px);
      font-weight: 500;
      letter-spacing: clamp(0.28em, 0.04vw + 0.24em, 0.4em);
      text-transform: uppercase;
      color: rgba(210, 198, 178, 0.95);
      line-height: 1.35;
      text-shadow:
        0 0 12px rgba(232, 203, 168, 0.42),
        0 0 28px rgba(232, 203, 168, 0.22),
        0 0 48px rgba(232, 203, 168, 0.1);
    }
    .tp-merch-film__viewport {
      width: 100vw;
      max-width: 100vw;
      min-height: var(--merch-panel-w);
      margin: 0;
      padding: 0;
      overflow: hidden;
      background: #000;
    }
    .tp-sync-page #eclipse-merch.is-carousel-scroll .tp-merch-film__viewport {
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x proximity;
      overscroll-behavior-x: contain;
      touch-action: pan-x;
      scroll-behavior: auto;
      scrollbar-width: none;
    }
    .tp-sync-page #eclipse-merch.is-carousel-scroll .tp-merch-film__viewport::-webkit-scrollbar {
      display: none;
    }
    .tp-sync-page #eclipse-merch.is-carousel-scroll .tp-merch-film__track {
      display: flex !important;
      width: max-content;
      gap: 0;
      margin: 0;
      padding-inline: calc((100vw - var(--merch-panel-w)) / 2);
      box-sizing: content-box;
      animation: none !important;
      transform: none !important;
      will-change: auto;
    }
    .tp-sync-page #eclipse-merch.is-carousel-scroll.is-auto-scroll .tp-merch-film__viewport {
      overflow-x: auto;
      scroll-snap-type: none;
    }
    .tp-sync-page #eclipse-merch.is-carousel-scroll.is-scrolling .tp-merch-film__viewport {
      scroll-snap-type: none;
    }
    .tp-sync-page #eclipse-merch.is-carousel-scroll:not(.is-scrolling):not(.is-auto-scroll) .tp-merch-film__viewport {
      scroll-snap-type: x proximity;
    }
    .tp-sync-page #eclipse-merch.is-carousel-scroll .tp-merch-film__card:not([aria-hidden]) {
      scroll-snap-align: center;
    }
    @media (hover: hover) and (pointer: fine) {
      .tp-sync-page #eclipse-merch.is-carousel-scroll .tp-merch-film__nav {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: clamp(28px, 6vw, 56px);
        margin: clamp(10px, 2vw, 16px) auto 0;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.22s ease, visibility 0.22s ease;
      }
      .tp-sync-page #eclipse-merch.is-carousel-scroll:hover .tp-merch-film__nav,
      .tp-sync-page #eclipse-merch.is-carousel-scroll.is-hover-paused .tp-merch-film__nav,
      .tp-sync-page #eclipse-merch.is-carousel-scroll:focus-within .tp-merch-film__nav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }
      .tp-merch-film__arrow {
        width: clamp(36px, 4vw, 44px);
        height: clamp(36px, 4vw, 44px);
        padding: 0;
        border: 1px solid rgba(232, 203, 168, 0.35);
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.55);
        color: rgba(232, 203, 168, 0.92);
        font-size: clamp(22px, 3vw, 28px);
        line-height: 1;
        cursor: pointer;
        transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
      }
      .tp-merch-film__arrow:hover,
      .tp-merch-film__arrow:focus-visible {
        border-color: rgba(232, 203, 168, 0.65);
        color: #fff;
        background: rgba(18, 18, 18, 0.85);
        transform: scale(1.06);
        outline: none;
      }
    }
    @media (min-width: 768px) {
      .tp-sync-page #eclipse-merch.is-carousel-scroll .tp-merch-film__viewport {
        cursor: grab;
      }
      .tp-sync-page #eclipse-merch.is-carousel-scroll.is-user-driven .tp-merch-film__viewport,
      .tp-sync-page #eclipse-merch.is-carousel-scroll.is-scrolling .tp-merch-film__viewport {
        cursor: grabbing;
      }
    }
    .tp-merch-film.is-carousel-scroll.is-inview:has(.tp-merch-film__card:hover) .tp-merch-film__track {
      animation-play-state: running;
    }
    .tp-merch-film__track {
      display: flex;
      width: max-content;
      gap: 0;
      margin: 0;
      padding: 0;
      animation: tp-merch-film-scroll 48s linear infinite;
      animation-play-state: paused;
    }
    .tp-merch-film.is-inview:not(.is-carousel-scroll) .tp-merch-film__track {
      animation-play-state: running;
      will-change: transform;
    }
    .tp-merch-film.is-paused .tp-merch-film__track,
    .tp-merch-film.is-inview:has(.tp-merch-film__card:hover) .tp-merch-film__track,
    .tp-merch-film.is-inview:has(.tp-merch-film__card:focus-within) .tp-merch-film__track,
    .tp-merch-film.is-inview:has(.tp-merch-film__card.is-active) .tp-merch-film__track {
      animation-play-state: paused;
    }
    @keyframes tp-merch-film-scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    .tp-merch-film__card {
      position: relative;
      flex: 0 0 var(--merch-panel-w);
      width: var(--merch-panel-w);
      min-width: var(--merch-panel-w);
      max-width: var(--merch-panel-w);
      height: var(--merch-panel-w);
      min-height: var(--merch-panel-w);
      background: #000;
      overflow: hidden;
      box-sizing: border-box;
      border: none;
      box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.06);
    }
    .tp-merch-film__media {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background: #000;
      padding: clamp(10px, 1.4vw, 18px);
      box-sizing: border-box;
    }
    .tp-merch-film__img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
      object-position: center;
    }
    .tp-merch-film__info {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      padding: 28px 10px 14px;
      background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.85) 50%, #000 100%);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.25s ease;
    }
    .tp-merch-film__card:hover .tp-merch-film__info,
    .tp-merch-film__card:focus-within .tp-merch-film__info,
    .tp-merch-film__card.is-active .tp-merch-film__info {
      opacity: 1;
      pointer-events: auto;
    }
    .tp-merch-film__meta {
      margin: 0;
      text-align: center;
      font-size: clamp(9px, 1.05vw, 11px);
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #fff;
      line-height: 1.35;
      white-space: nowrap;
    }
    .tp-merch-film__price {
      color: rgba(255, 255, 255, 0.78);
    }
    .tp-merch-film__order {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 36px;
      padding: 8px 22px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.75);
      background: transparent;
      color: #fff;
      text-decoration: none;
      font-size: 9px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
    }
    .tp-merch-film__order:hover,
    .tp-merch-film__order:focus-visible {
      border-color: rgba(220, 228, 240, 0.65);
      color: #fff;
      background: rgba(18, 20, 24, 0.9);
      outline: none;
    }
    @media (prefers-reduced-motion: reduce) {
      .tp-merch-film__track {
        animation: none;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
      }
    }
    
@media (max-width: 767px) {
.tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__viewport,
      .tp-sync-page #eclipse-merch .tp-merch-film__viewport {
        display: block !important;
        visibility: visible !important;
        min-height: var(--merch-panel-w, 45.45vw);
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
        scroll-behavior: auto;
        scrollbar-width: none;
      }
      .tp-sync-page #eclipse-merch .tp-merch-film__viewport::-webkit-scrollbar {
        display: none;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__track,
      .tp-sync-page #eclipse-merch .tp-merch-film__track {
        display: flex !important;
        visibility: visible !important;
        animation: none !important;
        transform: none !important;
        will-change: auto;
        gap: 3vw;
        padding-inline: calc((100vw - var(--merch-panel-w)) / 2);
        box-sizing: content-box;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__card {
        z-index: 1;
        overflow: hidden;
        isolation: isolate;
        box-shadow: none;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__card.is-active {
        z-index: 3;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__img {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.2s ease;
      }
      .tp-sync-page #eclipse-merch.is-swipe.is-scrolling .tp-merch-film__card:not(.is-active) .tp-merch-film__img {
        opacity: 0.88;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__media {
        overflow: hidden;
        padding: clamp(8px, 2vw, 12px);
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__card[aria-hidden="true"] {
        display: block !important;
      }
      .tp-sync-page #eclipse-merch.is-swipe.is-auto-scroll .tp-merch-film__viewport {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: none;
        scroll-behavior: auto;
      }
      .tp-sync-page #eclipse-merch.is-swipe.is-auto-scroll .tp-merch-film__track {
        animation: none !important;
        transform: none !important;
        will-change: auto;
      }
      .tp-sync-page #eclipse-merch.is-swipe.is-scrolling .tp-merch-film__viewport {
        scroll-snap-type: none;
        scroll-behavior: auto;
      }
      .tp-sync-page #eclipse-merch.is-swipe:not(.is-scrolling):not(.is-auto-scroll) .tp-merch-film__viewport {
        scroll-snap-type: x mandatory;
      }
      .tp-sync-page #eclipse-merch.is-swipe.is-user-driven .tp-merch-film__track {
        animation: none !important;
        transform: none !important;
        will-change: auto;
      }
      .tp-sync-page #eclipse-merch.is-swipe.is-user-driven .tp-merch-film__viewport {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__card:not([aria-hidden]) {
        scroll-snap-align: center;
        scroll-snap-stop: normal;
      }
      .tp-sync-page .tp-wrap.tp-stats-focus {
        margin-top: clamp(12px, 3vw, 20px);
        margin-bottom: clamp(12px, 3vw, 20px);
      }
      .tp-sync-page .tp-shell .stats-card {
        padding-top: clamp(60px, 14vw, 96px);
        padding-bottom: clamp(52px, 12vw, 88px);
        padding-left: clamp(14px, 4vw, 22px);
        padding-right: clamp(14px, 4vw, 22px);
      }
      .tp-sync-page .tp-shell .stats-row {
        padding-top: clamp(14px, 3.2vw, 20px);
        padding-bottom: clamp(14px, 3.2vw, 20px);
      }
      /* Footnote: one row L/R — wide letter-spacing + nowrap caused mid-screen overlap on narrow phones; ultra-small type + tight tracking + capped column widths */
      .tp-sync-page .tp-shell .stats-footnote {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        flex-wrap: nowrap !important;
        gap: 4px !important;
        width: 100%;
        box-sizing: border-box;
        font-size: clamp(2.5px, 0.72vw, 4.5px) !important;
        letter-spacing: 0.04em !important;
        line-height: 1.25 !important;
        column-gap: 4px;
      }
      .tp-sync-page .tp-shell .stats-footnote .tp-micro-label {
        flex: 1 1 0;
        max-width: calc(50% - 2px);
        min-width: 0;
        white-space: nowrap;
        font-size: inherit !important;
        letter-spacing: 0.04em !important;
        text-align: left;
      }
      .tp-sync-page .tp-shell .stats-footnote > div:last-child {
        flex: 1 1 0;
        max-width: calc(50% - 2px);
        min-width: 0;
        text-align: right;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
        font-size: inherit !important;
        letter-spacing: 0.04em !important;
        line-height: 1.2 !important;
      }
      .tp-sync-page .tp-shell .stats-footnote a {
        font-size: inherit !important;
        letter-spacing: inherit !important;
      }
      .tp-sync-page .tp-shell .stats-campaigns {
        margin-top: clamp(40px, 9vw, 56px);
        padding-top: clamp(32px, 7vw, 44px);
      }
      .tp-sync-page .tp-shell section.press-stack {
        margin-top: clamp(44px, 11vw, 68px);
      }
      .tp-sync-page .tp-shell .press-stack__intro {
        margin-bottom: clamp(8px, 2vw, 16px);
      }
      .tp-sync-page .tp-sync-cta {
        margin-top: clamp(48px, 12vw, 72px);
        margin-bottom: clamp(28px, 7vw, 40px);
        gap: 22px;
      }
      .tp-sync-page .tp-merch-film {
        margin-bottom: clamp(28px, 7vw, 40px);
      }
      .tp-merch-film__head {
        margin-bottom: clamp(10px, 2.5vw, 14px);
      }
      .tp-merch-film__title {
        font-size: clamp(11px, 2.2vw, 18px);
        letter-spacing: clamp(0.22em, 0.04vw + 0.2em, 0.34em);
        line-height: 1.35;
      }
      #eclipse-merch.tp-merch-film,
      .tp-merch-film {
        --merch-panel-w: 45.45vw;
      }
      #eclipse-merch.is-swipe {
        --merch-panel-w: 72vw;
        margin-top: 0;
        content-visibility: auto;
        contain-intrinsic-size: auto 80vw;
      }
      .tp-sync-page #eclipse-merch.is-swipe.is-auto-scroll .tp-merch-film__track {
        contain: layout style paint;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__swipe-hint {
        display: block;
        margin: 4px 0 0;
        font-size: 9px;
        letter-spacing: 0.28em;
        text-transform: uppercase;
        color: rgba(210, 198, 178, 0.55);
        line-height: 1.3;
      }
      .tp-sync-page #eclipse-merch.is-swipe.is-interactive .tp-merch-film__swipe-hint {
        opacity: 0;
        max-height: 0;
        margin: 0;
        overflow: hidden;
        transition: opacity 0.35s ease, max-height 0.35s ease, margin 0.35s ease;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin: 8px 0 0;
        padding: 0;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__dot {
        width: 5px;
        height: 5px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.22);
        cursor: pointer;
        transition: transform 0.2s ease, background 0.2s ease;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__dot.is-active {
        background: rgba(232, 203, 168, 0.9);
        transform: scale(1.35);
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__viewport {
        position: relative;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__card .tp-merch-film__info {
        gap: 4px;
        padding: 10px 8px 8px;
        background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.92) 100%);
        opacity: 0 !important;
        pointer-events: none !important;
        transition: opacity 0.28s ease;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__card.is-active .tp-merch-film__media {
        cursor: pointer;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__card.is-active .tp-merch-film__media,
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__card.is-active .tp-merch-film__order {
        cursor: pointer;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__card.is-active .tp-merch-film__info,
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__card.is-revealed .tp-merch-film__info {
        opacity: 1 !important;
        pointer-events: auto !important;
      }
      .tp-sync-page #eclipse-merch.is-swipe.is-scrolling .tp-merch-film__card .tp-merch-film__info,
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__card:not(.is-active):not(.is-revealed) .tp-merch-film__info {
        opacity: 0 !important;
        pointer-events: none !important;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__meta {
        font-size: 8px !important;
        letter-spacing: 0.1em !important;
        line-height: 1.25 !important;
      }
      .tp-sync-page #eclipse-merch.is-swipe .tp-merch-film__order {
        min-height: 0;
        padding: 4px 12px;
        font-size: 7px !important;
        letter-spacing: 0.14em !important;
      }
      .tp-sync-page .tp-youtube-full.tp-sync-hero {
        margin-top: clamp(12px, 3vw, 18px);
        margin-bottom: clamp(20px, 5vw, 28px);
      }
      .tp-sync-page .tp-wrap.tp-stats-focus {
        margin-top: clamp(12px, 3vw, 20px);
        margin-bottom: clamp(12px, 3vw, 20px);
      }
      .tp-sync-page .tp-shell .stats-card {
        padding-top: clamp(60px, 14vw, 96px);
        padding-bottom: clamp(52px, 12vw, 88px);
        padding-left: clamp(14px, 4vw, 22px);
        padding-right: clamp(14px, 4vw, 22px);
      }
      .tp-sync-page .tp-shell .stats-row {
        padding-top: clamp(14px, 3.2vw, 20px);
        padding-bottom: clamp(14px, 3.2vw, 20px);
      }
      /* Footnote: one row L/R — wide letter-spacing + nowrap caused mid-screen overlap on narrow phones; ultra-small type + tight tracking + capped column widths */
      .tp-sync-page .tp-shell .stats-footnote {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        flex-wrap: nowrap !important;
        gap: 4px !important;
        width: 100%;
        box-sizing: border-box;
        font-size: clamp(2.5px, 0.72vw, 4.5px) !important;
        letter-spacing: 0.04em !important;
        line-height: 1.25 !important;
        column-gap: 4px;
      }
      .tp-sync-page .tp-shell .stats-footnote .tp-micro-label {
        flex: 1 1 0;
        max-width: calc(50% - 2px);
        min-width: 0;
        white-space: nowrap;
        font-size: inherit !important;
        letter-spacing: 0.04em !important;
        text-align: left;
      }
      .tp-sync-page .tp-shell .stats-footnote > div:last-child {
        flex: 1 1 0;
        max-width: calc(50% - 2px);
        min-width: 0;
        text-align: right;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
        font-size: inherit !important;
        letter-spacing: 0.04em !important;
        line-height: 1.2 !important;
      }
      .tp-sync-page .tp-shell .stats-footnote a {
        font-size: inherit !important;
        letter-spacing: inherit !important;
      }
      .tp-sync-page .tp-shell .stats-campaigns {
        margin-top: clamp(40px, 9vw, 56px);
        padding-top: clamp(32px, 7vw, 44px);
      }
      .tp-sync-page .tp-shell section.press-stack {
        margin-top: clamp(44px, 11vw, 68px);
      }
      .tp-sync-page .tp-shell .press-stack__intro {
        margin-bottom: clamp(8px, 2vw, 16px);
      }
      .tp-sync-page .tp-sync-cta {
        margin-top: clamp(48px, 12vw, 72px);
        margin-bottom: clamp(44px, 11vw, 64px);
        gap: 22px;
      }
      /* Hero nav: keep high-contrast type on video, but stay narrower than the old 11–13px override (overflowed small iPhones). */
      
}

.tp-sync-page #eclipse-merch.tp-merch-film,
.tp-sync-page .tp-shell ~ #eclipse-merch {
  display: block !important;
  visibility: visible !important;
}
.tp-sync-page .tp-shell ~ footer.tp-footer-panel {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  visibility: visible !important;
}
.tp-sync-page .tp-footer-panel__plate {
  margin-left: auto !important;
  margin-right: auto !important;
}
.tp-public-store-block {
  margin-top: clamp(40px, 8vw, 64px);
  margin-bottom: clamp(12px, 2vw, 20px);
}
.tp-public-merch-block {
  margin-bottom: clamp(48px, 9vw, 80px);
}
