.pa-accessori-page {
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.pa-accessori-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pa-acc-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* HERO */
.pa-acc-hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #000;
}

.pa-acc-hero__bg {
  position: absolute;
  inset: 0;
}

.pa-acc-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.pa-acc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.10) 100%);
}

.pa-acc-hero__content {
  position: relative;
  z-index: 2;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.pa-acc-hero__title {
  margin: 0;
  font-size: 3.9rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
}

/* INTRO */
.pa-acc-intro {
  background: #000;
  padding: 60px 0 40px;
}

.pa-acc-intro__inner {
  text-align: center;
}

.pa-acc-intro__kicker {
  margin: 0 0 14px;
  font-size: 1rem;
  color: #bdbdbd;
}

.pa-acc-intro__title {
  margin: 0;
  font-size: 3.1rem;
  line-height: 1.3;
  font-weight: 300;
  color: #fff;
}

/* SECTION */
.pa-acc-section {
  background: #000;
  padding: 18px 0 28px;
}

.pa-acc-section__head {
  margin-bottom: 16px;
}

.pa-acc-section__head h2 {
  display: inline-block;
  margin: 0;
  padding: 9px 18px 8px;
  min-width: 305px;
  border-radius: 24px 24px 0 0;
  background: #e10600;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

/* GRID */
.pa-acc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 22px;
  align-items: stretch;
}

.pa-acc-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pa-acc-card__box {
  background: #f4f4f4;
  border-radius: 14px;
  padding: 16px 14px 10px;
  min-height: 264px;
}

.pa-acc-card__image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.pa-acc-card__image img {
  max-height: 145px;
  width: auto;
  object-fit: contain;
}

.pa-acc-card__content {
  text-align: center;
  color: #111;
}

.pa-acc-card__content h3 {
  min-height: 40px;
}

.pa-acc-card__meta {
  min-height: 38px;
}

.pa-acc-card__content h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  color: #111;
}

.pa-acc-card__meta {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #222;
}

.pa-acc-card__info {
  padding: 12px 10px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pa-acc-card__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 400;
  text-transform: lowercase;
}

.pa-acc-card__label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #fff;
}

.pa-acc-card__info p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #fff;
  flex: 1;
}

.pa-acc-card__cta {
  margin-top: auto;
  padding: 14px 10px 0;
}

.pa-acc-card__cta a {
  display: inline-block;
  min-width: 94px;
  text-align: center;
  padding: 7px 12px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 0.78rem;
  line-height: 1;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.pa-acc-card__cta a:hover {
  background: #e10600;
  border-color: #e10600;
  color: #fff;
}



/* RESPONSIVE */
@media (max-width: 1200px) {
  .pa-acc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .pa-acc-hero {
    min-height: 300px;
  }

  .pa-acc-hero__content {
    min-height: 300px;
  }

  .pa-acc-hero__title {
    font-size: 3rem;
  }

  .pa-acc-intro__title {
    font-size: 2.4rem;
  }

  .pa-acc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pa-acc-wrap {
    width: min(100% - 28px, 100%);
  }

  .pa-acc-hero {
    min-height: 220px;
  }

  .pa-acc-hero__content {
    min-height: 220px;
  }

  .pa-acc-hero__title {
    font-size: 2.3rem;
  }

  .pa-acc-intro {
    padding: 40px 0 28px;
  }

  .pa-acc-intro__kicker {
    font-size: 0.92rem;
  }

  .pa-acc-intro__title {
    font-size: 1.8rem;
    line-height: 1.35;
  }

  .pa-acc-section__head h2 {
    min-width: 0;
    width: auto;
    font-size: 1rem;
  }

  .pa-acc-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pa-acc-card__box {
    min-height: auto;
  }

  .pa-acc-card__image {
    height: 140px;
  }

  .pa-acc-card__image img {
    max-height: 130px;
  }

  .pa-acc-card__info p {
    font-size: 0.95rem;
  }
}