:root {
  --bg-primary: #0D0D1A;
  --bg-surface: #141E35;
  --bg-elevated: #1C2B4A;
  --bg-card: #162240;
  --accent-red: #9B2335;
  --accent-red-light: #B52D40;
  --accent-red-text: #CC3D4D;
  --accent-gold: #D4A245;
  --accent-gold-light: #E8B84D;
  --text-primary: #E8E4DF;
  --text-muted: #8E8EA0;
  --text-dim: #5C5C72;
  --success: #3D9E6F;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-family: "DM Sans", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.section-label,
.btn-primary,
.btn-outline {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
}

.halftone-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at 4px 4px, rgba(155, 35, 53, 0.12) 1.2px, transparent 1.2px);
  background-size: 8px 8px;
}

.noise-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.panel-card {
  background-color: var(--bg-surface);
  border: 1px solid var(--bg-elevated);
  border-radius: 8px;
}

.btn-primary,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn-primary {
  background: var(--accent-red);
  color: #F5F2ED;
  border: none;
  box-shadow: 0 4px 16px rgba(155, 35, 53, 0.25);
}

.btn-primary:hover {
  background: var(--accent-red-light);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--text-primary);
  border: 1.5px solid var(--bg-elevated);
}

.btn-outline:hover {
  border-color: var(--accent-red);
  color: var(--accent-red-text);
}

.section-label {
  display: block;
  color: var(--accent-red-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-rule {
  width: 48px;
  height: 3px;
  background-color: var(--accent-red);
  margin: 20px auto 0;
}

.shop-shell {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 16px 96px;
}

.shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 420px);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 40px;
}

.shop-hero--landing {
  align-items: center;
  margin-bottom: 28px;
}

.shop-hero__copy,
.shop-hero__note,
.shop-section,
.catalogue-toolbar,
.filters,
.empty-state {
  position: relative;
  z-index: 2;
}

.shop-hero__copy,
.shop-section {
  background: linear-gradient(180deg, rgba(22, 34, 64, 0.94) 0%, rgba(20, 30, 53, 0.98) 100%);
  border: 1px solid var(--bg-elevated);
  border-radius: 8px;
  padding: 32px;
}

.shop-hero__copy--landing {
  text-align: left;
}

.shop-hero__copy h1,
.shop-section__header h1,
.shop-section__header h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.95;
}

.shop-hero__headline {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(44px, 8vw, 80px) !important;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 0.92 !important;
  text-transform: uppercase;
}

.shop-hero__lede {
  font-size: 17px;
  font-weight: 500;
}

.shop-hero__copy p,
.shop-section__header p,
.shop-hero__footnote,
.empty-state p,
.shop-modal__meta p {
  color: var(--text-muted);
  line-height: 1.7;
}

.shop-hero__subcopy {
  margin: 0 0 24px;
  font-size: 13px;
  color: var(--text-dim);
  font-weight: 500;
}

.shop-hero__note {
  padding: 24px;
  display: grid;
  gap: 18px;
  align-content: start;
}

.shop-hero__note--landing {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.shop-hero__stat {
  display: grid;
  gap: 2px;
}

.shop-hero__stat strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  line-height: 0.95;
}

.shop-hero__stat span {
  color: var(--text-muted);
  font-size: 14px;
}

.shop-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 28px;
  border-radius: 999px;
  background-color: var(--bg-elevated);
  border: 1px solid rgba(155, 35, 53, 0.35);
}

.shop-live-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--accent-red);
  flex-shrink: 0;
  display: inline-block;
}

.shop-live-badge__text {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--text-muted);
  text-transform: uppercase;
}

.shop-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 12px;
}

.shop-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.shop-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.shop-trust-item .material-symbols-outlined {
  font-size: 18px;
  color: var(--accent-red);
}

.shop-trust-item span:last-child {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--text-muted);
  text-transform: uppercase;
}

.shop-section {
  margin-bottom: 28px;
}

.shop-section--compact {
  padding-bottom: 24px;
}

.shop-category-header {
  padding: 20px 24px 22px;
}

.shop-category-header__toprow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.shop-category-header__publishers {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.shop-category-header h1 {
  margin: 0 0 4px;
  font-size: clamp(30px, 4vw, 48px);
}

.shop-category-header .shop-category-header__summary {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
}

.shop-section--feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  background: transparent;
  border: none;
  padding: 0;
}

.shop-section__header {
  display: grid;
  gap: 8px;
}

.shop-section__header--centered {
  text-align: center;
  margin-bottom: 32px;
}

.shop-feature-card {
  padding: 24px;
  border-top: 3px solid var(--accent-red);
  display: grid;
  gap: 14px;
}

.shop-feature-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: var(--bg-elevated);
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-feature-card__icon .material-symbols-outlined {
  font-size: 20px;
  color: var(--accent-red);
}

.shop-feature-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.shop-feature-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-muted);
  font-weight: 500;
}

.shop-publisher-bar {
  padding: 20px 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.shop-publisher-bar__label {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--text-dim);
  text-transform: uppercase;
}

.shop-publisher-bar__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.shop-publisher-bar__list span {
  padding: 5px 14px;
  background-color: var(--bg-elevated);
  border-radius: 4px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--text-primary);
  text-transform: uppercase;
}

.publisher-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.publisher-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background: linear-gradient(145deg, rgba(28, 43, 74, 0.85) 0%, rgba(20, 30, 53, 1) 100%);
  border: 1px solid var(--bg-elevated);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.publisher-card:hover {
  transform: translateY(-2px);
  border-color: var(--accent-red);
}

.publisher-card__crest {
  width: 100%;
  min-height: 80px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(155, 35, 53, 0.16);
  border: 1px solid rgba(204, 61, 77, 0.25);
  color: var(--accent-red-text);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
}

.publisher-card__meta {
  display: grid;
  gap: 4px;
}

.publisher-card__meta h3 {
  margin: 0;
  font-size: 28px;
}

.publisher-card__meta p {
  margin: 0;
  color: var(--text-muted);
}

.shop-breadcrumb {
  display: inline-flex;
  color: var(--accent-red-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
}

.catalogue-layout {
  display: grid;
  grid-template-columns: minmax(250px, 290px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.filters,
.catalogue-toolbar,
.empty-state {
  padding: 20px;
}

.filters {
  position: sticky;
  top: 120px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}

.filters__header,
.catalogue-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.filter-groups {
  margin-top: 18px;
  display: grid;
  gap: 18px;
}

.filter-group {
  display: grid;
  gap: 10px;
}

.filter-group h3 {
  margin: 0;
  font-size: 20px;
}

.filter-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 3px;
  border: 1px solid rgba(92, 92, 114, 0.35);
  background:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 4px,
      rgba(255, 255, 255, 0.025) 4px,
      rgba(255, 255, 255, 0.025) 5px
    ),
    rgba(28, 43, 74, 0.55);
  color: var(--text-primary);
  cursor: pointer;
  font-size: 13px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.filter-chip input {
  display: none;
}

.filter-chip:hover:not(.is-active) {
  border-color: rgba(142, 142, 160, 0.5);
  background:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 4px,
      rgba(255, 255, 255, 0.04) 4px,
      rgba(255, 255, 255, 0.04) 5px
    ),
    rgba(28, 43, 74, 0.75);
}

.filter-chip.is-active {
  border-color: rgba(204, 61, 77, 0.7);
  background:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 4px,
      rgba(155, 35, 53, 0.1) 4px,
      rgba(155, 35, 53, 0.1) 5px
    ),
    rgba(155, 35, 53, 0.22);
  color: #F5F2ED;
}

.catalogue-main {
  display: grid;
  gap: 18px;
}

.catalogue-toolbar {
  flex-wrap: wrap;
}

.shop-inline-button {
  min-height: 38px;
  padding-inline: 14px;
  font-size: 13px;
}

.sort-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-muted);
}

.sort-control select {
  min-height: 40px;
  min-width: 220px;
  border-radius: 6px;
  border: 1px solid var(--bg-elevated);
  background: var(--bg-card);
  color: var(--text-primary);
  padding: 0 12px;
}

.result-count {
  color: var(--text-muted);
  font-size: 14px;
}

.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(188px, 1fr));
  gap: 18px;
}

.product-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(22, 34, 64, 0.88) 0%, rgba(20, 30, 53, 1) 100%);
  border: 1px solid var(--bg-elevated);
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(204, 61, 77, 0.6);
}

.product-card__cover {
  aspect-ratio: 2 / 3;
  border-radius: 6px;
  overflow: hidden;
  background: #10192f;
  border: 1px solid rgba(28, 43, 74, 0.9);
}

.product-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-card__meta {
  display: grid;
  gap: 8px;
  text-align: center;
}

.product-card__meta h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1;
}

.product-card__line {
  color: var(--text-muted);
  font-size: 13px;
}

.product-card__dates {
  color: var(--text-muted);
  font-size: 13px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.shop-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.shop-badge--format {
  background: rgba(155, 35, 53, 0.18);
  color: #F5F2ED;
  border: 1px solid rgba(204, 61, 77, 0.4);
}

.shop-badge--foc {
  background: rgba(212, 162, 69, 0.15);
  color: #F2D9A4;
  border: 1px solid rgba(212, 162, 69, 0.45);
}

.shop-badge--tracked {
  background: rgba(61, 158, 111, 0.16);
  color: #BEE8D0;
  border: 1px solid rgba(61, 158, 111, 0.4);
}

.shop-badge--catalogue {
  background: rgba(92, 92, 114, 0.18);
  color: var(--text-primary);
  border: 1px solid rgba(142, 142, 160, 0.35);
}

.shop-badge--unreleased {
  background: rgba(212, 162, 69, 0.12);
  color: #E8C97A;
  border: 1px solid rgba(212, 162, 69, 0.35);
}

.empty-state h3 {
  margin: 0 0 10px;
  font-size: 28px;
}

.hidden {
  display: none !important;
}

.shop-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
}

.shop-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 11, 20, 0.8);
  backdrop-filter: blur(4px);
}

.shop-modal__dialog {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 48px auto;
  width: calc(100% - 24px);
  padding: 24px;
}

.shop-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--text-primary);
  border: 1px solid var(--bg-elevated);
  border-radius: 999px;
  cursor: pointer;
}

.shop-modal__layout {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.shop-modal__cover {
  display: block;
  width: 128px;
  aspect-ratio: 2 / 3;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--bg-elevated);
  background: #10192f;
  align-self: start;
  flex-shrink: 0;
  margin-top: 6px;
}

.shop-modal__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shop-modal__meta {
  display: grid;
  gap: 16px;
}

.shop-modal__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shop-modal__meta h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 0.96;
}

.shop-modal__detail-rows {
  display: grid;
  gap: 12px;
}

.shop-modal__detail-row {
  display: grid;
  gap: 12px;
}

.shop-modal__detail-row--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-modal__detail-row--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-modal__detail-row--full {
  grid-template-columns: minmax(0, 1fr);
}

.shop-detail {
  background: rgba(22, 34, 64, 0.55);
  border: 1px solid var(--bg-elevated);
  border-radius: 6px;
  padding: 12px;
}

.shop-detail span {
  display: block;
  color: var(--text-dim);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.shop-detail strong {
  font-size: 14px;
  line-height: 1.5;
}

.retailer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.shop-note {
  color: var(--text-muted);
  font-size: 14px;
}

.shop-note a {
  color: var(--accent-red-text);
  text-decoration: none;
}

@media (max-width: 980px) {
  .shop-hero,
  .catalogue-layout,
  .shop-modal__layout {
    grid-template-columns: 1fr;
  }

  .shop-section--feature-grid {
    grid-template-columns: 1fr;
  }

  .filters {
    position: static;
  }
}

@media (max-width: 720px) {
  .shop-shell {
    padding: 32px 14px 72px;
  }

  .shop-hero__copy,
  .shop-section,
  .filters,
  .catalogue-toolbar,
  .empty-state,
  .shop-modal__dialog {
    padding: 18px;
  }

  .catalogue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-modal__detail-row--two,
  .shop-modal__detail-row--three,
  .shop-modal__detail-row--full {
    grid-template-columns: 1fr;
  }

  .sort-control {
    width: 100%;
    justify-content: space-between;
  }

  .sort-control select {
    min-width: 0;
    flex: 1;
  }

  .shop-hero__actions {
    flex-direction: column;
  }

  .shop-trust-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* ── Hero coverage facts row ── */
.shop-coverage-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dim);
}

.shop-coverage-row__sep {
  color: var(--bg-elevated);
}

/* ── Publisher card stats row ── */
.publisher-card__stats {
  display: flex;
  gap: 18px;
}

.publisher-card__stats span {
  font-size: 13px;
  color: var(--text-muted);
}

.publisher-card__stats strong {
  color: var(--text-primary);
  margin-right: 3px;
}

/* ── Breadcrumb ── */
.shop-breadcrumb {
  align-items: center;
  gap: 5px;
}

.shop-breadcrumb .material-symbols-outlined {
  font-size: 17px;
  line-height: 1;
}

/* ── Publisher navigation strip (category pages) ── */
.publisher-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  margin-bottom: 24px;
}

.publisher-nav__label {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--text-dim);
  text-transform: uppercase;
  flex-shrink: 0;
  margin-right: 4px;
}

.publisher-nav__link {
  padding: 5px 14px;
  background-color: var(--bg-elevated);
  border-radius: 4px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--text-muted);
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.publisher-nav__link:hover {
  background-color: rgba(155, 35, 53, 0.2);
  color: var(--text-primary);
}

.publisher-nav__link.is-current {
  background-color: rgba(155, 35, 53, 0.18);
  color: var(--accent-red-text);
  border: 1px solid rgba(204, 61, 77, 0.35);
  cursor: default;
  pointer-events: none;
}

/* ── Bottom CTA strip ── */
.shop-cta-strip {
  margin-top: 40px;
  padding: 40px 32px;
  text-align: center;
  border-top: 3px solid var(--accent-red);
}

.shop-cta-strip .section-label {
  margin-bottom: 14px;
}

.shop-cta-strip h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}

.shop-cta-strip p {
  margin: 0 auto 24px;
  color: var(--text-muted);
  max-width: 480px;
  line-height: 1.7;
}

.shop-cta-strip__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* ── Mobile: filter panel starts collapsed, toggle button hidden on desktop ── */
@media (min-width: 981px) {
  #mobile-filter-toggle {
    display: none;
  }
}

@media (max-width: 980px) {
  #filter-panel {
    display: none;
  }

  #filter-panel.is-open {
    display: block;
  }
}

/* ── Filter group accordion ── */
.filter-group__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 4px 0;
  user-select: none;
  gap: 8px;
}

.filter-group__header h3 {
  margin: 0;
  flex: 1;
}

.filter-group__toggle {
  font-size: 20px;
  color: var(--text-muted);
  transition: transform 0.2s ease;
  line-height: 1;
  flex-shrink: 0;
}

.filter-group.is-collapsed .filter-group__toggle {
  transform: rotate(-90deg);
}

.filter-group__body {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.2s ease;
  overflow: hidden;
}

.filter-group.is-collapsed .filter-group__body {
  grid-template-rows: 0fr;
}

.filter-group__body-inner {
  overflow: hidden;
}

/* ── Filter "show more" button ── */
.filter-chip--more {
  border-style: dashed;
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  padding: 0 11px;
  min-height: 30px;
  border-radius: 3px;
  border: 1px dashed rgba(92, 92, 114, 0.35);
  display: inline-flex;
  align-items: center;
}

.filter-chip--more:hover {
  border-color: rgba(142, 142, 160, 0.5);
  color: var(--text-primary);
}

/* ── Title list (category page row layout) ── */
.catalogue-col-headers {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 7px 16px 7px 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-dim);
  background: var(--bg-surface);
  border-radius: 8px 8px 0 0;
  border: 1px solid var(--bg-elevated);
  border-bottom: none;
}

.catalogue-col-headers__thumb {
  width: 64px;
  flex-shrink: 0;
}

.catalogue-col-headers__body {
  flex: 1;
  min-width: 0;
}

.catalogue-col-headers__edition {
  width: 80px;
  text-align: center;
  flex-shrink: 0;
}

.catalogue-col-headers__date {
  width: 112px;
  text-align: center;
  flex-shrink: 0;
}

.catalogue-col-headers__retailers {
  width: 140px;
  text-align: center;
  flex-shrink: 0;
}

.catalogue-col-headers__expand {
  width: 32px;
  flex-shrink: 0;
}

.catalogue-col-headers + .title-list {
  border-radius: 0 0 8px 8px;
}

.title-list {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bg-elevated);
  border-radius: 8px;
  overflow: hidden;
}

.title-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px 10px 20px;
  background: var(--bg-surface);
  border-bottom: 1px solid rgba(28, 43, 74, 0.7);
  cursor: pointer;
  transition: background 0.15s ease;
}

.title-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  transition: background 0.15s ease;
}

.title-row:last-child {
  border-bottom: none;
}

.title-row:hover {
  background: linear-gradient(
    to right,
    rgba(155, 35, 53, 0.08) 0%,
    rgba(28, 43, 74, 0.6) 40%,
    rgba(28, 43, 74, 0.4) 100%
  );
}

.title-row:hover::before {
  background: var(--accent-red);
}

.title-row__thumb {
  width: 64px;
  flex-shrink: 0;
  aspect-ratio: 2 / 3;
  border-radius: 2px;
  overflow: hidden;
  background: #10192f;
  border: 1px solid rgba(92, 92, 114, 0.4);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.title-row__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.title-row__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.title-row__name {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
  width: 100%;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.title-row__sub {
  font-size: 12px;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-row__col {
  flex-shrink: 0;
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
}

.title-row__col--edition {
  width: 80px;
}

.title-row__col--date {
  width: 112px;
}

.title-row__date-primary {
  color: var(--text-muted);
  line-height: 1.2;
}

.title-row__date-secondary {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.2;
  color: var(--text-dim);
}

.title-row__col--retailers {
  width: 140px;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: flex-end;
  align-items: center;
}

.title-row__col--expand {
  width: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dim);
  transition: color 0.15s;
}
.title-row:hover .title-row__col--expand {
  color: var(--text-primary);
}

/* ── Load more bar ── */
.load-more-bar {
  display: flex;
  justify-content: center;
  padding: 20px 0 0;
}

/* ── Catalogue loading state ── */
.catalogue-loading {
  padding: 40px 16px;
  text-align: center;
  color: var(--text-muted);
  font-size: 14px;
}

/* ── Responsive: collapse edition + retailers cols on small screens ── */
@media (max-width: 720px) {
  .catalogue-col-headers__edition,
  .catalogue-col-headers__retailers,
  .title-row__col--edition,
  .title-row__col--retailers {
    display: none;
  }

  .catalogue-col-headers__date,
  .title-row__col--date {
    width: 104px;
  }

  .catalogue-col-headers__thumb {
    width: 48px;
  }

  .title-row__thumb {
    width: 48px;
  }
}

@media (max-width: 720px) {
  .shop-cta-strip {
    padding: 28px 18px;
  }
}


/* ── Retailer pills ── */
.retailer-pill {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 2px;
  background: rgba(28, 43, 74, 0.8);
  border: 1px solid rgba(92, 92, 114, 0.4);
  color: var(--text-muted);
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.retailer-pill:hover {
  background: rgba(28, 43, 74, 1);
  color: var(--text-primary);
  border-color: rgba(92, 92, 114, 0.7);
}

.retailer-pill--affiliate {
  border-color: rgba(212, 162, 69, 0.4);
  color: var(--accent-gold);
}

.retailer-pill--affiliate:hover {
  background: rgba(212, 162, 69, 0.1);
  border-color: rgba(212, 162, 69, 0.7);
}

.retailer-pill--more {
  cursor: pointer;
  border-style: dashed;
}

/* ── FOC date label ── */
.date-label {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-muted);
  vertical-align: middle;
  margin-right: 2px;
}
