/* ===== Product Collection Page (EARMOR) ===== */
.pc-hero {
  background: #0a0a0a;
  color: #fff;
  border-bottom: 1px solid rgba(241, 179, 0, 0.18);
  position: relative;
  overflow: hidden;
}
.pc-hero--banner {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 500px;
}
.pc-hero--banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.7) 35%, rgba(10,10,10,0.25) 60%, rgba(10,10,10,0) 80%);
  pointer-events: none;
}
.pc-hero__inner {
  width: min(1350px, 100%);
  margin: 0 auto;
  padding: 72px 24px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.pc-hero--banner .pc-hero__inner {
  grid-template-columns: 1fr;
  min-height: 500px;
  padding: 200px 0px 32px;
}
.pc-hero__eyebrow {
  color: #F1B300;
  letter-spacing: 0.18em;
  font-size: 13px;
  margin: 0 0 16px;
  font-weight: 700;
}
.pc-hero__title {
  font-size: clamp(40px, 6vw, 65px);
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1.05;
}
.pc-hero__sub {
  color: rgba(255, 255, 255, 0.8);
  max-width: 520px;
  line-height: 1.7;
  margin: 0 0 28px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.pc-hero__cta {
  display: inline-block;
  background: #F1B300;
  color: #0a0a0a;
  font-weight: 700;
  padding: 14px 32px;
  text-decoration: none;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  transition: background 0.2s;
}
.pc-hero__cta:hover { background: #ffc427; }

.pc-updates { background: #0a0a0a; color: #fff; }
.pc-updates__inner {
  width: min(1350px, 100%);
  margin: 0 auto;
  padding: 44px 24px 4px;
}
.pc-updates__title { font-size: clamp(24px, 3vw, 36px); margin: 0 0 8px; }
.pc-updates__desc { color: rgba(255, 255, 255, 0.6); margin: 0; }

.pc-body {
  width: min(1350px, 100%);
  margin: 0 auto;
  padding: 32px 24px 64px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

/* ----- Filters ----- */
.pc-filters { position: sticky; top: 24px; }
.pc-filter {
  border: 1px solid rgba(241, 179, 0, 0.25);
  margin-bottom: 16px;
  background: #0d0d0d;
}
.pc-filter__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  color: #F1B300;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 16px 18px;
  cursor: pointer;
  font-size: 14px;
}
.pc-filter__toggle::before { content: "\2013"; font-size: 18px; }
.pc-filter--collapsed .pc-filter__toggle::before { content: "+"; }
.pc-filter__list {
  padding: 4px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pc-filter--collapsed .pc-filter__list { display: none; }
.pc-filter__item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  cursor: pointer;
}
.pc-filter__item input { accent-color: #F1B300; width: 16px; height: 16px; }

/* ----- Grid + Cards ----- */
.pc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pc-card {
  background: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s, transform 0.2s;
}
.pc-card:hover { border-color: #F1B300; transform: translateY(-4px); }
.pc-card__link { display: block; text-decoration: none; color: #fff; }
.pc-card__media {
  aspect-ratio: 1 / 1;
  background: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pc-card__img { width: 100%; height: 100%; object-fit: cover; }
.pc-card__ph { width: 64px; height: 64px; opacity: 0.45; }
.pc-card__ph svg { width: 100%; height: 100%; }
.pc-card__title { font-size: 16px; margin: 16px 16px 6px; font-weight: 700; }
.pc-card__sub { font-size: 13px; color: rgba(255, 255, 255, 0.55); margin: 0 16px 18px; }

.pc-empty { color: rgba(255, 255, 255, 0.6); text-align: center; padding: 48px 0; }

/* ----- Pager ----- */
.pc-pager { display: flex; gap: 10px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.pc-pager__btn {
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  background: #0d0d0d;
  color: #fff;
  border: 1px solid rgba(241, 179, 0, 0.3);
  cursor: pointer;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
}
.pc-pager__btn.is-active { background: #F1B300; color: #0a0a0a; border-color: #F1B300; }
.pc-pager__btn:disabled { opacity: 0.35; cursor: default; }

/* ----- IPSC block ----- */
.pc-ipsc {
  background-color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'><g fill='none' stroke='%23F1B300' stroke-opacity='0.08' stroke-width='1'><path d='M28 1L55 16L55 48L28 63L1 48L1 16Z'/><path d='M28 51L55 66L55 98L28 113L1 98L1 66Z'/></g></svg>");
  background-size: 56px 100px;
  background-repeat: repeat;
  border-top: 1px solid rgba(241, 179, 0, 0.25);
  color: #fff;
  text-align: center;
}
.pc-ipsc__inner {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 64px 24px;
}
.pc-ipsc__title {
  color: #F1B300;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
  line-height: 1.1;
}
.pc-ipsc__desc {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* ----- Responsive ----- */
@media (max-width: 1080px) {
  .pc-hero__inner { grid-template-columns: 1fr; }
  .pc-body { grid-template-columns: 240px 1fr; }
  .pc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .pc-body { grid-template-columns: 1fr; }
  .pc-filters { position: static; }
  .pc-grid { grid-template-columns: 1fr; }
}

/* ---------- breadcrumb (product category archive) ---------- */
.pc-crumbs { background:#0a0a0a; border-bottom:1px solid rgba(255,255,255,.06); }
.pc-crumbs__inner {
    width:min(1350px,100%); margin:0 auto; padding:32px 24px 20px;
    font-size:13px; color:rgba(255,255,255,.55);
    display:flex; flex-wrap:wrap; align-items:center; gap:8px;
}
.pc-crumbs a { color:rgba(255,255,255,.55); text-decoration:none; transition:color .2s ease; }
.pc-crumbs a:hover { color:#F1B300; }
.pc-crumbs__sep { color:rgba(241,179,0,.6); }
.pc-crumbs__cur { color:#fff; }

@media (max-width:680px) {
    .pc-crumbs__inner { padding:22px 18px 14px; font-size:12px; }
}
