/* Public affiliate catalog. Colors intentionally inherit the admin-configured site palette. */
.pto-catalog-page {
  background: color-mix(in srgb, var(--pto-navy, #0f1b33) 3%, #fff);
}

.pto-catalog-hero,
.pto-catalog-category-hero {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, color-mix(in srgb, var(--pto-gold, #e8b43c) 28%, transparent) 0 7rem, transparent 7.1rem),
    linear-gradient(135deg, color-mix(in srgb, var(--pto-navy, #0f1b33) 94%, #000), var(--pto-navy, #0f1b33));
  border-bottom: 4px solid var(--pto-gold, #e8b43c);
}

.pto-catalog-hero .bws-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.pto-catalog-hero-copy { max-width: 650px; }
.pto-catalog-hero .pto-eyebrow,
.pto-catalog-category-hero .pto-eyebrow { color: var(--pto-gold, #e8b43c); }
.pto-catalog-hero h1,
.pto-catalog-category-heading h1 {
  margin: 0.35rem 0 0.7rem;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  line-height: 1.02;
}
.pto-catalog-hero-copy > p,
.pto-catalog-category-heading p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.02rem;
  line-height: 1.65;
}

.pto-catalog-search {
  position: relative;
  align-self: center;
  width: 100%;
  height: fit-content;
  margin: 0;
}
.pto-catalog-search .bws-input {
  height: 54px;
  min-height: 54px;
  padding: 0 1rem;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
}
.pto-catalog-search .bws-btn {
  align-self: stretch;
  min-height: 54px;
  padding: 0 1.25rem;
  border-radius: 8px;
  white-space: nowrap;
}

.pto-catalog-main { background: transparent; }
.pto-catalog-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.pto-catalog-section-head h2 {
  margin: 0.2rem 0 0;
  color: var(--pto-navy, #0f1b33);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}
.pto-catalog-count {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.35rem 0.65rem;
  border: 1px solid color-mix(in srgb, var(--pto-gold, #e8b43c) 38%, transparent);
  border-radius: 999px;
  color: color-mix(in srgb, var(--pto-navy, #0f1b33) 82%, #fff);
  background: color-mix(in srgb, var(--pto-gold, #e8b43c) 10%, #fff);
  font-size: 0.78rem;
  font-weight: 800;
}
.pto-catalog-empty-copy { text-align: center; }

.pto-catalog-category-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.pto-catalog-category-grid .pto-help-category-card {
  min-height: 230px;
  padding: 1.5rem;
  border: 1px solid color-mix(in srgb, var(--pto-navy, #0f1b33) 12%, #fff);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(15, 27, 51, 0.06);
}
.pto-catalog-category-grid .pto-help-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(15, 27, 51, 0.11);
}
.pto-catalog-category-grid .pto-help-category-icon {
  width: 66px;
  height: 66px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--pto-gold, #e8b43c) 13%, #fff);
}
.pto-catalog-category-grid .pto-help-category-icon img { width: 48px; height: 48px; }
.pto-catalog-category-grid .pto-help-category-card strong { font-size: 1.2rem; }
.pto-catalog-category-grid .pto-help-category-arrow { color: var(--pto-navy, #0f1b33); }

.pto-catalog-category-hero .bws-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
  gap: 1.5rem 3rem;
  padding-top: 1.3rem;
  padding-bottom: 2.5rem;
}
.pto-catalog-breadcrumb { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.65); }
.pto-catalog-breadcrumb a { color: #fff; }
.pto-catalog-category-heading { display: flex; align-items: center; gap: 1.25rem; }
.pto-catalog-category-icon {
  display: grid;
  place-items: center;
  flex: 0 0 90px;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
}
.pto-catalog-category-icon img { width: 66px; height: 66px; object-fit: contain; }
.pto-catalog-category-icon i { color: var(--pto-gold, #e8b43c); font-size: 2.4rem; }
.pto-catalog-category-heading .pto-catalog-count { margin-top: 0.8rem; }

.pto-catalog-subcategory-grid { margin-bottom: 2rem; }
.pto-catalog-subcategory-grid .pto-help-subcategory-card {
  border-radius: 8px;
  box-shadow: 0 7px 20px rgba(15,27,51,.05);
}
.pto-catalog-subcategory-count {
  flex: 0 0 auto;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  color: var(--pto-navy, #0f1b33);
  background: color-mix(in srgb, var(--pto-gold, #e8b43c) 14%, #fff);
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.pto-catalog-product-grid { grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); }
.pto-catalog-product-grid .pto-gear-shop-card {
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15,27,51,.07);
}
.pto-catalog-product-grid .pto-gear-shop-media {
  min-height: 220px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(15,27,51,.07);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.pto-catalog-product-grid .pto-gear-shop-media img { height: 205px; }
.pto-catalog-product-grid .pto-gear-shop-body { padding: 1rem 1rem 0; }
.pto-catalog-product-grid .pto-gear-shop-body h2 { font-size: 1.04rem; line-height: 1.3; }
.pto-catalog-product-grid .pto-gear-shop-brand { color: color-mix(in srgb, var(--pto-navy, #0f1b33) 72%, #fff); }
.pto-catalog-price { color: var(--pto-navy, #0f1b33); font-size: 1.05rem; }
.pto-catalog-product-grid .pto-gear-shop-actions { padding: 1rem; }
.pto-catalog-product-grid .pto-gear-shop-actions .bws-btn { min-height: 42px; }

.pto-catalog-search-page { min-height: 60vh; }
.pto-catalog-search-page > .bws-container { max-width: 1180px; }
.pto-catalog-search-page .pto-help-search-box { position: relative; max-width: 720px; }

@media (max-width: 820px) {
  .pto-catalog-hero .bws-container,
  .pto-catalog-category-hero .bws-container { grid-template-columns: 1fr; }
  .pto-catalog-breadcrumb { grid-column: auto; }
}

@media (max-width: 560px) {
  .pto-catalog-hero .bws-container { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .pto-catalog-hero h1,
  .pto-catalog-category-heading h1 { font-size: 2rem; }
  .pto-catalog-section-head { align-items: flex-start; flex-direction: column; }
  .pto-catalog-category-heading { align-items: flex-start; }
  .pto-catalog-category-icon { flex-basis: 64px; width: 64px; height: 64px; }
  .pto-catalog-category-icon img { width: 46px; height: 46px; }
  .pto-catalog-category-icon i { font-size: 1.7rem; }
  .pto-catalog-category-grid { grid-template-columns: 1fr; }
  .pto-catalog-category-grid .pto-help-category-card { min-height: 0; }
  .pto-catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .pto-catalog-product-grid .pto-gear-shop-media { min-height: 150px; padding: 8px; }
  .pto-catalog-product-grid .pto-gear-shop-media img { height: 140px; }
  .pto-catalog-product-grid .pto-gear-shop-body { padding: 0.75rem 0.75rem 0; }
  .pto-catalog-product-grid .pto-gear-shop-body h2 { font-size: 0.92rem; }
  .pto-catalog-product-grid .pto-gear-shop-body .bws-text-sm { font-size: 0.78rem; }
  .pto-catalog-product-grid .pto-gear-shop-actions { padding: 0.75rem; }
}

@media (max-width: 360px) {
  .pto-catalog-product-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .pto-catalog-page .pto-help-category-card,
  .pto-catalog-page .pto-gear-shop-card { transition: none; }
}
