/* CABBIA SPC — PAGINA COLLEZIONE */

.cabbia-spc-page {
  font-family: "Questrial", Arial, sans-serif;
  color: #2c2723;
  background: #f8f7f4;
  overflow: hidden;
}

.cabbia-spc-page * {
  box-sizing: border-box;
}

.cabbia-spc-page h1,
.cabbia-spc-page h2,
.cabbia-spc-page h3 {
  font-family: "Questrial", Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  color: #2a241f;
}

.cabbia-spc-page p {
  margin: 0;
  line-height: 1.6;
  color: #625d57;
}

.cabbia-spc-page a {
  color: inherit;
  text-decoration: none;
}

.spc-hero {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 620px;
  border-bottom: 1px solid #dedbd5;
  background: #fbfaf8;
}

.spc-hero__content {
  padding: 70px 7vw 70px 9vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #dedbd5;
}

.spc-breadcrumb {
  font-size: 13px;
  color: #8c857d;
  margin-bottom: 42px;
}

.spc-number {
  font-size: 15px;
  color: #8c857d;
  margin-bottom: 10px;
}

.spc-hero h1 {
  font-size: clamp(72px, 8vw, 136px);
  line-height: 0.9;
  letter-spacing: -4px;
  margin-bottom: 22px;
}

.spc-subtitle {
  font-size: 25px;
  line-height: 1.25;
  color: #4c4640;
  margin-bottom: 26px;
}

.spc-line {
  width: 46px;
  height: 1px;
  background: #b9a28e;
  margin-bottom: 26px;
}

.spc-description {
  max-width: 560px;
  font-size: 15px;
  margin-bottom: 34px;
}

.spc-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.spc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  font-family: "Questrial", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.spc-btn--primary {
  background: #9a7f67;
  color: #fff !important;
  border: 1px solid #9a7f67;
}

.spc-btn--primary:hover {
  background: #80664f;
  border-color: #80664f;
}

.spc-btn--outline {
  background: transparent;
  border: 1px solid #8f8980;
  color: #2c2723;
}

.spc-btn--outline:hover {
  background: #2c2723;
  color: #fff;
}

.spc-hero__image {
  background-size: cover;
  background-position: center;
  min-height: 620px;
}

.spc-specs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #fff;
  border-bottom: 1px solid #dedbd5;
}

.spc-spec {
  min-height: 94px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-right: 1px solid #dedbd5;
}

.spc-spec:last-child {
  border-right: none;
}

.spc-spec__icon {
  font-size: 30px;
  color: #9a7f67;
  line-height: 1;
}

.spc-spec small {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #8c857d;
  margin-bottom: 5px;
}

.spc-spec strong {
  font-size: 14px;
  font-weight: 400;
  color: #2c2723;
}

.spc-lifestyle {
  position: relative;
  min-height: 440px;
  background-size: cover;
  background-position: center;
}

.spc-lifestyle__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 70px 9vw;
  background: linear-gradient(to top, rgba(30, 25, 20, 0.45), rgba(30, 25, 20, 0.04));
}

.spc-lifestyle__overlay div {
  max-width: 620px;
}

.spc-lifestyle span,
.spc-section-title span,
.spc-details__intro span,
.spc-editorial span,
.spc-related__heading span,
.spc-contact span {
  display: block;
  font-family: "Questrial", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  color: #9a7f67;
  margin-bottom: 14px;
}

.spc-lifestyle h2 {
  font-size: clamp(36px, 4vw, 62px);
  color: #fff;
  line-height: 1.05;
}

.spc-features {
  display: grid;
  grid-template-columns: 24% 76%;
  border-bottom: 1px solid #dedbd5;
  background: #fbfaf8;
}

.spc-section-title {
  padding: 64px 4vw 64px 9vw;
  border-right: 1px solid #dedbd5;
}

.spc-section-title h2 {
  font-size: 34px;
  line-height: 1.15;
}

.spc-features__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.spc-feature {
  padding: 44px 28px;
  border-right: 1px solid #dedbd5;
}

.spc-feature:last-child {
  border-right: none;
}

.spc-feature span {
  display: block;
  font-size: 34px;
  color: #9a7f67;
  margin-bottom: 28px;
}

.spc-feature h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

.spc-feature p {
  font-size: 13px;
}

.spc-details {
  display: grid;
  grid-template-columns: 24% 76%;
  background: #fff;
  border-bottom: 1px solid #dedbd5;
}

.spc-details__intro {
  padding: 64px 4vw 64px 9vw;
  border-right: 1px solid #dedbd5;
}

.spc-details__intro h2 {
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 16px;
}

.spc-details__intro p {
  font-size: 14px;
}

.spc-details__gallery {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 10px;
  padding: 10px;
}

.spc-detail-img {
  min-height: 250px;
  background-size: cover;
  background-position: center;
}

.spc-editorial {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 60px;
  padding: 90px 9vw;
  background: #f8f7f4;
  border-bottom: 1px solid #dedbd5;
}

.spc-editorial h2 {
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.05;
  max-width: 600px;
}

.spc-editorial p {
  font-size: 17px;
  max-width: 760px;
  align-self: end;
}

.spc-related {
  display: grid;
  grid-template-columns: 24% 76%;
  background: #fff;
  border-bottom: 1px solid #dedbd5;
}

.spc-related__heading {
  padding: 58px 4vw 58px 9vw;
  border-right: 1px solid #dedbd5;
}

.spc-related__heading span {
  font-size: 31px;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: 0;
  color: #2a241f;
}

.spc-related__heading a {
  display: inline-block;
  margin-top: 24px;
  font-size: 13px;
}

.spc-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.spc-card {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 22px;
  padding: 36px;
  border-right: 1px solid #dedbd5;
  min-height: 180px;
  transition: background 0.25s ease;
}

.spc-card:last-child {
  border-right: none;
}

.spc-card:hover {
  background: #f8f7f4;
}

.spc-card small {
  color: #8c857d;
  font-size: 13px;
}

.spc-card h3 {
  font-size: 25px;
  margin: 8px 0 10px;
}

.spc-card p {
  font-size: 13px;
}

.spc-card__image {
  background-size: cover;
  background-position: center;
  min-height: 110px;
}

.spc-contact {
  text-align: center;
  padding: 110px 9vw;
  background: #2c2723;
  color: #fff;
}

.spc-contact h2 {
  color: #fff;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.05;
  max-width: 900px;
  margin: 0 auto 28px;
}

.spc-contact p {
  color: rgba(255,255,255,0.72);
  max-width: 700px;
  margin: 0 auto 36px;
  font-size: 16px;
}

.cabbia-spc-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #dedbd5;
  font-family: "Questrial", Arial, sans-serif;
}

.cabbia-spc-archive-card {
  background: #fff;
  padding: 28px;
  text-decoration: none;
  color: #2c2723;
}

.cabbia-spc-archive-card__image {
  display: block;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  margin-bottom: 22px;
}

.cabbia-spc-archive-card small {
  color: #8c857d;
}

.cabbia-spc-archive-card h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 10px 0;
}

.cabbia-spc-archive-card p {
  color: #625d57;
}

@media (max-width: 1100px) {
  .spc-hero,
  .spc-features,
  .spc-details,
  .spc-related,
  .spc-editorial {
    grid-template-columns: 1fr;
  }

  .spc-hero__content,
  .spc-section-title,
  .spc-details__intro,
  .spc-related__heading {
    border-right: none;
  }

  .spc-specs {
    grid-template-columns: repeat(2, 1fr);
  }

  .spc-features__grid,
  .spc-related__grid,
  .cabbia-spc-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .spc-details__gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .spc-hero__content {
    padding: 55px 24px;
  }

  .spc-hero h1 {
    font-size: 70px;
    letter-spacing: -2px;
  }

  .spc-subtitle {
    font-size: 21px;
  }

  .spc-specs,
  .spc-features__grid,
  .spc-related__grid,
  .cabbia-spc-archive-grid {
    grid-template-columns: 1fr;
  }

  .spc-spec,
  .spc-feature,
  .spc-card {
    border-right: none;
    border-bottom: 1px solid #dedbd5;
  }

  .spc-section-title,
  .spc-details__intro,
  .spc-related__heading,
  .spc-editorial,
  .spc-contact {
    padding-left: 24px;
    padding-right: 24px;
  }

  .spc-card {
    grid-template-columns: 1fr;
  }

  .spc-card__image {
    min-height: 180px;
  }
}
