@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

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

#cabbia-spc-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  font-family: 'Questrial', Arial, sans-serif;
  color: #29231d;
  background: #f6f2eb;
}

#cabbia-spc-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.cspc-container {
  width: min(100% - 80px, 1500px);
  margin: 0 auto;
}

.cspc-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #b99462;
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.cspc-placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.20), transparent),
    repeating-linear-gradient(90deg, #b98b5c 0 22px, #cba578 22px 44px);
  color: rgba(255,255,255,0.86);
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cspc-hero {
  position: relative;
  min-height: 760px;
  background: linear-gradient(135deg, #17120e, #6d4a2e);
  color: #fff;
  overflow: hidden;
}

.cspc-hero-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cspc-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,0.58), rgba(0,0,0,0.22), rgba(0,0,0,0.05));
  pointer-events: none;
}

.cspc-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 90px, 1600px);
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 330px;
  align-items: center;
  gap: 80px;
}

.cspc-hero-content {
  max-width: 690px;
}

.cspc-hero-content h1 {
  margin: 0 0 30px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(54px, 6vw, 96px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -2px;
  color: #fff !important;
}

.cspc-hero-content p {
  max-width: 620px;
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
}

.cspc-hero-content strong {
  display: block;
  margin-bottom: 34px;
  color: #fff;
  font-size: 15px;
}

.cspc-hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.cspc-btn {
  min-width: 210px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid rgba(255,255,255,0.42);
  font-size: 13px;
  color: #fff !important;
  transition: all 0.3s ease;
}

.cspc-btn::after {
  content: "→";
  margin-left: 12px;
}

.cspc-btn:hover {
  transform: translateY(-2px);
}

.cspc-btn-gold {
  background: #b99462;
  border-color: #b99462;
}

.cspc-btn-outline {
  background: rgba(0,0,0,0.14);
}

.cspc-hero-benefits {
  padding: 34px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(0,0,0,0.22);
  backdrop-filter: blur(8px);
}

.cspc-hero-benefits div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.14);
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
}

.cspc-hero-benefits div:last-child {
  border-bottom: none;
}

.cspc-hero-benefits span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.32);
  border-radius: 50%;
  color: #d4b98b;
}

.cspc-section {
  padding: 95px 0;
  background: #fbfaf7;
}

.cspc-evolution-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 0.95fr;
  align-items: center;
  gap: 70px;
}

.cspc-text-block h2,
.cspc-culture-text h2,
.cspc-collections-intro h2,
.cspc-contact-side h2 {
  margin: 0 0 28px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(42px, 4.6vw, 70px);
  font-weight: 400;
  line-height: 1.02;
  color: #29231d;
}

.cspc-text-block p,
.cspc-culture-text p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.75;
  color: #403a33;
}

.cspc-link {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
}

.cspc-link::after {
  content: "→";
  margin-left: 12px;
}

.cspc-main-image {
  height: 390px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
  overflow: hidden;
}

.cspc-benefit-list {
  display: grid;
  gap: 24px;
}

.cspc-benefit-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
}

.cspc-benefit-item > span {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0,0,0,0.22);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #b99462;
}

.cspc-benefit-item h3 {
  margin: 0 0 7px;
  font-size: 15px;
  color: #29231d;
}

.cspc-benefit-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #6b625a;
}

.cspc-culture {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f6f2eb;
}

.cspc-culture-image {
  min-height: 650px;
}

.cspc-culture-text {
  padding: 95px 8vw;
  align-self: center;
}

.cspc-usecases {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cspc-usecase {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: 65px;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.cspc-usecase:not([style*="url"]) {
  background: linear-gradient(135deg, #17120e, #6d4a2e);
}

.cspc-usecase > div {
  max-width: 500px;
}

.cspc-use-icon {
  display: block;
  margin-bottom: 18px;
  font-size: 34px;
  color: #d4b98b;
}

.cspc-usecase h2 {
  margin: 0 0 20px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 46px;
  font-weight: 400;
  color: #fff !important;
}

.cspc-usecase p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.9);
}

.cspc-usecase a {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.cspc-usecase a::after {
  content: "→";
  margin-left: 12px;
}

.cspc-features {
  padding: 75px 0;
  background: #fbfaf7;
}

.cspc-features-title {
  text-align: center;
  margin-bottom: 36px;
}

.cspc-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(31,25,18,0.12);
  border-bottom: 1px solid rgba(31,25,18,0.12);
}

.cspc-feature-card {
  min-height: 180px;
  padding: 36px 38px;
  border-right: 1px solid rgba(31,25,18,0.12);
}

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

.cspc-feature-card span {
  display: block;
  margin-bottom: 18px;
  font-size: 30px;
  color: #7a5737;
}

.cspc-feature-card h3 {
  margin: 0 0 12px;
  font-size: 17px;
  color: #29231d;
}

.cspc-feature-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #6b625a;
}

.cspc-collections {
  padding: 95px 0 85px;
  background: radial-gradient(circle at 50% 35%, #ffffff, #f6f2eb 72%);
}

.cspc-collections-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
  align-items: center;
}

.cspc-collections-intro h2 {
  margin-bottom: 24px;
}

.cspc-collections-intro p {
  margin: 0 0 32px;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.6;
  color: #403a33;
}

.cspc-collections-intro a {
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.cspc-collections-intro a::after {
  content: "→";
  margin-left: 12px;
  color: #b99462;
}

.cspc-carousel-wrap {
  position: relative;
  min-width: 0;
}

.cspc-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 45px 20px 45px;
  scrollbar-width: none;
}

.cspc-carousel::-webkit-scrollbar {
  display: none;
}

.cspc-product-card {
  position: relative;
  flex: 0 0 185px;
  height: 330px;
  overflow: hidden;
  border-radius: 4px;
  background: #ddd;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  transition: all 0.45s ease;
}

.cspc-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.74) 100%);
}

.cspc-product-content {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 20px;
  bottom: 24px;
  color: #fff;
}

.cspc-product-card small {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  color: rgba(255,255,255,0.7);
}

.cspc-product-card h3 {
  margin: 0 0 8px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
}

.cspc-product-card span {
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
}

.cspc-product-card:hover,
.cspc-product-card.is-active {
  flex-basis: 245px;
  height: 410px;
  transform: translateY(-24px);
  border: 10px solid #fff;
  box-shadow: 0 28px 75px rgba(0,0,0,0.24);
}

.cspc-carousel-btn {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #7a5737;
  font-size: 28px;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(0,0,0,0.14);
  transform: translateY(-50%);
}

.cspc-prev {
  left: -26px;
}

.cspc-next {
  right: -26px;
}

.cspc-carousel-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: -18px;
  font-size: 13px;
  color: #403a33;
}

.cspc-carousel-progress div {
  width: 160px;
  height: 2px;
  background: rgba(0,0,0,0.12);
}

.cspc-carousel-progress i {
  display: block;
  width: 25%;
  height: 100%;
  background: #b99462;
  transition: width 0.4s ease;
}

.cspc-tech-strip {
  padding: 42px 0;
  background: linear-gradient(90deg, #21160f, #3a281b);
  color: #fff;
}

.cspc-tech-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, 1fr);
  gap: 0;
  align-items: center;
}

.cspc-tech-heading h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  color: #fff !important;
}

.cspc-tech-item {
  min-height: 125px;
  padding: 0 32px;
  border-left: 1px solid rgba(255,255,255,0.16);
}

.cspc-tech-item span {
  display: block;
  margin-bottom: 12px;
  color: #d4b98b;
  font-size: 30px;
}

.cspc-tech-item h3 {
  margin: 0 0 8px;
  font-size: 15px;
  color: #fff !important;
}

.cspc-tech-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.74);
}

.cspc-contact {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  min-height: 610px;
  background: #f8f5ef;
}

.cspc-contact-side {
  padding: 95px 8vw;
  background: linear-gradient(135deg, #17120e, #3b362f);
  color: #fff;
}

.cspc-logo-mini {
  display: block;
  margin-bottom: 58px;
  letter-spacing: 6px;
  font-size: 20px;
  color: #d4b98b;
}

.cspc-logo-mini small {
  font-size: 10px;
  letter-spacing: 5px;
  color: rgba(255,255,255,0.7);
}

.cspc-contact-side h2 {
  color: #fff !important;
}

.cspc-contact-side p {
  max-width: 430px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.82);
}

.cspc-form-area {
  padding: 95px 8vw;
  display: flex;
  align-items: center;
}

.cspc-form {
  width: 100%;
}

.cspc-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.cspc-form label {
  display: block;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 700;
  color: #29231d;
}

.cspc-form input,
.cspc-form select,
.cspc-form textarea,
.cspc-form-area input,
.cspc-form-area select,
.cspc-form-area textarea {
  width: 100%;
  margin-top: 8px;
  padding: 16px 18px;
  border: 1px solid rgba(0,0,0,0.18);
  background: #fff;
  font-family: 'Questrial', Arial, sans-serif;
  font-size: 14px;
  color: #29231d;
  outline: none;
}

.cspc-form textarea,
.cspc-form-area textarea {
  min-height: 150px;
  resize: vertical;
}

.cspc-form input:focus,
.cspc-form select:focus,
.cspc-form textarea:focus,
.cspc-form-area input:focus,
.cspc-form-area select:focus,
.cspc-form-area textarea:focus {
  border-color: #b99462;
}

.cspc-form button,
.cspc-form-area input[type="submit"],
.cspc-form-area button {
  min-width: 230px;
  height: 54px;
  border: none;
  background: #b99462;
  color: #fff;
  font-family: 'Questrial', Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}

.cspc-form button::after {
  content: "→";
  margin-left: 14px;
}

@media (max-width: 1200px) {
  .cspc-hero-inner,
  .cspc-evolution-grid,
  .cspc-contact,
  .cspc-collections-layout {
    grid-template-columns: 1fr;
  }

  .cspc-hero-benefits {
    display: none;
  }

  .cspc-feature-grid,
  .cspc-tech-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cspc-tech-item {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.16);
    padding-top: 26px;
  }
}

@media (max-width: 900px) {
  .cspc-container,
  .cspc-hero-inner {
    width: min(100% - 36px, 100%);
  }

  .cspc-hero,
  .cspc-hero-inner {
    min-height: 680px;
  }

  .cspc-hero-content h1 {
    font-size: 48px;
  }

  .cspc-culture,
  .cspc-usecases,
  .cspc-feature-grid,
  .cspc-tech-grid,
  .cspc-form-row {
    grid-template-columns: 1fr;
  }

  .cspc-culture-image {
    min-height: 420px;
  }

  .cspc-culture-text,
  .cspc-form-area,
  .cspc-contact-side {
    padding: 65px 30px;
  }

  .cspc-usecase {
    min-height: 360px;
    padding: 42px 30px;
  }

  .cspc-product-card {
    flex: 0 0 170px;
    height: 300px;
  }

  .cspc-product-card:hover,
  .cspc-product-card.is-active {
    flex-basis: 210px;
    height: 350px;
  }

  .cspc-carousel-btn {
    display: none;
  }
}

@media (max-width: 640px) {
  .cspc-hero-content h1 {
    font-size: 42px;
  }

  .cspc-btn {
    width: 100%;
  }

  .cspc-main-image {
    height: 300px;
  }

  .cspc-collections {
    padding-top: 70px;
  }

  .cspc-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}

/* =========================================================
   PAGINE SINGOLO PRODOTTO SPC — V2
   Shortcode: [cabbia_spc_product product="alaska"]
   ========================================================= */

#cabbia-spc-product-page,
#cabbia-spc-product-page * {
  box-sizing: border-box;
}

#cabbia-spc-product-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  font-family: 'Questrial', Arial, sans-serif;
  color: #29231d;
  background: #f6f2eb;
}

#cabbia-spc-product-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.cspc-product-hero {
  min-height: 760px;
  background-size: cover !important;
  background-position: center !important;
  color: #fff;
}

.cspc-product-hero-inner {
  width: min(100% - 90px, 1600px);
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 90px;
  align-items: center;
}

.cspc-back-link {
  display: inline-flex;
  margin-bottom: 34px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: rgba(255,255,255,0.82) !important;
}

.cspc-product-hero-copy {
  max-width: 760px;
}

.cspc-product-hero-copy h1 {
  margin: 0 0 30px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(68px, 8vw, 132px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -4px;
  color: #fff !important;
  text-shadow: 0 22px 60px rgba(0,0,0,0.46);
}

.cspc-product-hero-copy p {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(255,255,255,0.92) !important;
  text-shadow: 0 12px 35px rgba(0,0,0,0.34);
}

.cspc-product-hero-copy strong {
  display: block;
  margin-bottom: 36px;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #d4b98b !important;
}

.cspc-product-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.cspc-product-hero-card {
  position: relative;
  height: 520px;
  border: 12px solid rgba(255,255,255,0.96);
  background: var(--product-tone, #b99462);
  overflow: hidden;
  box-shadow: 0 34px 100px rgba(0,0,0,0.36);
  transform: translateY(24px);
}

.cspc-product-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.78));
}

.cspc-product-hero-card > div {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 30px;
  color: #fff;
}

.cspc-product-hero-card small {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.72);
}

.cspc-product-hero-card h2 {
  margin: 0 0 8px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 46px;
  font-weight: 400;
  color: #fff !important;
}

.cspc-product-hero-card span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: rgba(255,255,255,0.86);
}

.cspc-product-intro {
  padding: 95px 0;
  background: #fbfaf7;
}

.cspc-product-intro-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 110px;
  align-items: start;
}

.cspc-product-intro h2,
.cspc-product-spec-heading h2,
.cspc-product-other-title h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(40px, 4.4vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  color: #29231d;
}

.cspc-product-intro p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.75;
  color: #403a33;
}

.cspc-product-intro strong {
  color: #17120e;
}

.cspc-product-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 540px;
  background: #17120e;
}

.cspc-product-gallery article {
  position: relative;
  min-height: 540px;
  overflow: hidden;
}

.cspc-product-gallery article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.72));
}

.cspc-product-gallery article > div:last-child {
  position: absolute;
  z-index: 2;
  left: 42px;
  right: 42px;
  bottom: 42px;
  color: #fff;
}

.cspc-product-gallery span {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  color: #d4b98b;
}

.cspc-product-gallery h3 {
  margin: 0 0 14px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 400;
  color: #fff !important;
}

.cspc-product-gallery p {
  max-width: 360px;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
}

.cspc-product-specs {
  padding: 90px 0;
  background: #f6f2eb;
}

.cspc-product-specs-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(31,25,18,0.13);
  border-bottom: 1px solid rgba(31,25,18,0.13);
}

.cspc-product-spec-heading {
  padding: 42px 42px 42px 0;
}

.cspc-spec-card {
  padding: 42px 34px;
  border-left: 1px solid rgba(31,25,18,0.13);
}

.cspc-spec-card span {
  display: block;
  margin-bottom: 18px;
  font-size: 34px;
  color: var(--product-tone, #b99462);
}

.cspc-spec-card h3 {
  margin: 0 0 12px;
  font-size: 17px;
  color: #29231d;
}

.cspc-spec-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #625950;
}

.cspc-product-other {
  padding: 95px 0;
  background: radial-gradient(circle at 50% 30%, #fff, #f4eee5 70%);
}

.cspc-product-other-title {
  margin-bottom: 42px;
  text-align: center;
}

.cspc-mini-products {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.cspc-mini-product {
  position: relative;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(31,25,18,0.11);
  box-shadow: 0 16px 46px rgba(0,0,0,0.07);
  transition: all 0.32s ease;
}

.cspc-mini-product:hover,
.cspc-mini-product.is-active {
  transform: translateY(-8px);
  border-color: var(--tone, #b99462);
  box-shadow: 0 22px 60px rgba(0,0,0,0.13);
}

.cspc-mini-product-surface {
  height: 145px;
  margin-bottom: 16px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.18), transparent),
    repeating-linear-gradient(90deg, var(--tone, #b99462) 0 20px, rgba(255,255,255,0.18) 20px 21px, var(--tone, #b99462) 21px 40px);
}

.cspc-mini-product small {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  color: #8a8178;
}

.cspc-mini-product strong {
  display: block;
  min-height: 38px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.05;
  color: #29231d;
}

.cspc-product-contact .cspc-contact-side {
  background: linear-gradient(135deg, #17120e, var(--product-tone, #6d4a2e));
}

.cspc-product-contact input[readonly] {
  background: #f5efe6;
  color: #29231d;
}

@media (max-width: 1200px) {
  .cspc-product-hero-inner,
  .cspc-product-intro-grid,
  .cspc-product-specs-grid {
    grid-template-columns: 1fr;
  }

  .cspc-product-hero-card {
    max-width: 460px;
    transform: none;
  }

  .cspc-product-spec-heading,
  .cspc-spec-card {
    padding: 34px 0;
    border-left: none;
    border-top: 1px solid rgba(31,25,18,0.13);
  }

  .cspc-mini-products {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .cspc-product-hero-inner {
    width: min(100% - 36px, 100%);
    min-height: 720px;
    padding: 70px 0;
  }

  .cspc-product-hero-copy h1 {
    font-size: 58px;
    letter-spacing: -2px;
  }

  .cspc-product-gallery {
    grid-template-columns: 1fr;
  }

  .cspc-product-gallery article {
    min-height: 430px;
  }

  .cspc-mini-products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cspc-product-hero-copy h1 {
    font-size: 46px;
  }

  .cspc-product-actions {
    flex-direction: column;
  }

  .cspc-product-hero-card {
    height: 420px;
  }

  .cspc-product-intro,
  .cspc-product-specs,
  .cspc-product-other {
    padding: 64px 0;
  }

  .cspc-mini-products {
    grid-template-columns: 1fr;
  }
}


/* V6 — distacco e maggiore impatto per Uso commerciale / Benessere a casa */
#cabbia-spc-page .cspc-usecases {
  margin-top: 46px;
}

#cabbia-spc-page .cspc-usecase {
  min-height: 560px;
  background-size: cover;
  background-position: center;
}

#cabbia-spc-page .cspc-usecase > div {
  max-width: 620px;
}

#cabbia-spc-page .cspc-usecase h2 {
  font-size: clamp(52px, 4.8vw, 74px);
}

#cabbia-spc-page .cspc-usecase p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  #cabbia-spc-page .cspc-usecases {
    margin-top: 32px;
  }

  #cabbia-spc-page .cspc-usecase {
    min-height: 430px;
  }

  #cabbia-spc-page .cspc-usecase h2 {
    font-size: 42px;
  }

  #cabbia-spc-page .cspc-usecase p {
    font-size: 16px;
  }
}


/* =========================================================
   V8 — Carosello Collezioni SPC più premium e senza sovrapposizioni
   ========================================================= */

#cabbia-spc-page .cspc-collections {
  padding: 112px 0 105px;
  overflow: hidden;
}

#cabbia-spc-page .cspc-collections-layout {
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

#cabbia-spc-page .cspc-collections-intro {
  position: relative;
  z-index: 3;
  padding-right: 20px;
}

#cabbia-spc-page .cspc-collections-intro h2 {
  max-width: 340px;
  font-size: clamp(62px, 5.2vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.035em;
}

#cabbia-spc-page .cspc-collections-intro p {
  max-width: 260px;
}

#cabbia-spc-page .cspc-carousel-wrap {
  position: relative;
  z-index: 2;
  min-width: 0;
}

#cabbia-spc-page .cspc-carousel {
  gap: 22px;
  padding: 68px 28px 66px;
}

#cabbia-spc-page .cspc-product-card {
  flex: 0 0 212px;
  height: 365px;
  border-radius: 6px;
}

#cabbia-spc-page .cspc-product-card:hover,
#cabbia-spc-page .cspc-product-card.is-active {
  flex-basis: 290px;
  height: 465px;
  transform: translateY(-30px);
  border: 10px solid #fff;
}

#cabbia-spc-page .cspc-product-content {
  left: 28px;
  right: 24px;
  bottom: 28px;
}

#cabbia-spc-page .cspc-product-card h3 {
  font-size: 30px;
}

#cabbia-spc-page .cspc-product-card:hover h3,
#cabbia-spc-page .cspc-product-card.is-active h3 {
  font-size: 38px;
}

#cabbia-spc-page .cspc-product-card span {
  font-size: 12px;
  letter-spacing: 0.06em;
}

#cabbia-spc-page .cspc-carousel-progress {
  margin-top: -24px;
}

@media (max-width: 1200px) {
  #cabbia-spc-page .cspc-collections-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #cabbia-spc-page .cspc-collections-intro h2 {
    max-width: 100%;
  }

  #cabbia-spc-page .cspc-collections-intro p {
    max-width: 520px;
  }
}

@media (max-width: 900px) {
  #cabbia-spc-page .cspc-carousel {
    padding: 42px 0 50px;
    gap: 16px;
  }

  #cabbia-spc-page .cspc-product-card {
    flex: 0 0 190px;
    height: 330px;
  }

  #cabbia-spc-page .cspc-product-card:hover,
  #cabbia-spc-page .cspc-product-card.is-active {
    flex-basis: 230px;
    height: 380px;
    transform: translateY(-18px);
  }

  #cabbia-spc-page .cspc-product-card h3,
  #cabbia-spc-page .cspc-product-card:hover h3,
  #cabbia-spc-page .cspc-product-card.is-active h3 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  #cabbia-spc-page .cspc-collections-intro h2 {
    font-size: 50px;
  }

  #cabbia-spc-page .cspc-product-card {
    flex: 0 0 175px;
    height: 305px;
  }

  #cabbia-spc-page .cspc-product-card:hover,
  #cabbia-spc-page .cspc-product-card.is-active {
    flex-basis: 205px;
    height: 340px;
    border-width: 7px;
  }
}
