.product-unavailable-notice {
    display: grid;
    gap: 6px;
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #f5f7fa;
    color: #26364a;
}

.product-unavailable-notice strong {
    font-size: 0.95rem;
}

.product-unavailable-notice span {
    font-size: 0.84rem;
    line-height: 1.45;
}
/* CALI product-page layout aliases.
   These mirror the legacy responsive product flow without requiring CALI
   pages to carry Solstone-named classes. */
.cali-laguna-financing {
  margin-top: 96px;
  padding-top: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid #e2e7ed;
  background: #f8f8f8;
}

.cali-laguna-financing .foundation-financing {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: 18px 34px;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.cali-laguna-financing .foundation-financing-copy {
  min-width: 0;
}

.cali-laguna-financing .foundation-financing-copy h3 {
  margin: 0 0 8px;
  color: #081a30;
  font-size: 18px;
  line-height: 1.25;
}

.cali-laguna-financing .foundation-financing-copy p:not(.foundation-eyebrow) {
  margin: 0 0 14px;
  color: #4d5968;
  line-height: 1.55;
}

.cali-laguna-financing .foundation-eyebrow {
  margin: 0 0 7px;
  color: #19376d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.cali-laguna-financing .foundation-financing-banner {
  display: block;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100%;
  max-width: 700px;
  min-width: 0;
  margin: 0;
}

.cali-laguna-financing .foundation-financing-banner img {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
  object-fit: contain;
}

.cali-laguna-financing .foundation-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid #081a30;
  border-radius: 25px;
  color: #fff;
  background: #081a30;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.breadcrumb + .cali-laguna-financing {
  margin-top: 0;
}

@media (max-width: 760px) {
  .cali-laguna-financing {
    margin-top: 96px;
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .cali-laguna-financing .foundation-financing {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .cali-laguna-financing .foundation-financing-banner {
    grid-column: 1;
    grid-row: auto;
    max-width: 100%;
    margin: 0;
  }

  .cali-laguna-financing .foundation-financing-banner img {
    max-width: 100%;
  }

  .breadcrumb + .cali-laguna-financing {
    margin-top: 0;
  }

  .cali-mobile-flow .product-layout {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0 1rem;
  }

  .cali-mobile-flow.cali-no-breadcrumb {
    padding-top: 96px;
  }

  .cali-mobile-flow .product-left-column,
  .cali-mobile-flow .product-info,
  .cali-mobile-flow .product-header {
    display: contents;
  }

  .cali-mobile-flow .product-header > .product-collection {
    order: 1;
    margin: 0;
  }

  .cali-mobile-flow.foundation-mobile-flow .product-header > .product-collection {
    order: 2 !important;
  }

  .cali-mobile-flow .product-header > h1 {
    order: 1;
    margin: 12px 0 0;
  }

  .cali-mobile-flow.foundation-mobile-flow .product-header > h1 {
    order: 1 !important;
  }

  .cali-mobile-flow .product-header > h1 + p,
  .cali-collection-product .product-header > h1 + p {
    display: none !important;
  }

  .cali-mobile-flow .product-pricing {
    order: 3;
    margin: 0;
    padding: 0.25rem 0 0.75rem;
    gap: 0.35rem;
    border-bottom: 0;
  }

  .cali-mobile-flow .product-pricing .product-size-inline {
    display: inline !important;
  }

  .cali-mobile-flow .product-pricing .price-per-sqft {
    font-size: 18px;
    line-height: 1.35;
  }

  .cali-mobile-flow .product-pricing .product-size-inline {
    font-size: 12px;
  }

  .cali-mobile-flow .product-pricing .price-per-box {
    font-size: 14px;
    line-height: 1.35;
  }

  .cali-mobile-flow .swatch-grid {
    gap: 5px;
  }

  .cali-mobile-flow .color-swatch {
    width: 38px;
    height: 38px;
  }

  .cali-mobile-flow .variant-selector {
    order: 4;
    margin-top: 0 !important;
  }

  .cali-mobile-flow.foundation-mobile-flow .product-header > .color-swatches {
    order: 6 !important;
  }

  .cali-mobile-flow .product-gallery {
    order: 5;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin: 0;
  }

  .cali-mobile-flow .product-gallery .main-image {
    order: 1;
  }

  .cali-mobile-flow .product-gallery .mobile-product-ctas {
    order: 2;
  }

  .cali-mobile-flow .product-gallery .thumbnail-gallery {
    order: 3;
  }

  .cali-mobile-flow .lifestyle-images {
    order: 11;
    width: 100%;
  }

  .cali-mobile-flow .cali-benefit-strip {
    order: 8;
  }

  .cali-mobile-flow .cali-laguna-financing {
    order: 7;
    width: 100%;
    margin: 0;
    padding: 12px 0 24px;
  }

  .cali-mobile-flow .product-header > .foundation-warranty-inline {
    order: 8;
  }

  .cali-mobile-flow .foundation-availability {
    order: 8;
  }

  .cali-mobile-flow .project-details-section .cali-purchase-confidence {
    order: 7;
  }

  .cali-mobile-flow .calculator-section {
    order: 8;
    margin-top: 0;
  }

  .cali-mobile-flow .project-details-section {
    display: flex;
    flex-direction: column;
    order: 9;
    margin-top: 0.5rem;
  }

  .cali-mobile-flow .product-tabs {
    display: flex;
    flex-direction: column;
    order: 10;
  }

  .cali-mobile-flow .cali-installation-cta {
    order: 12;
    width: 100%;
  }

  .cali-mobile-flow .product-swatches {
    order: 13;
  }

  .cali-mobile-flow .product-tabs .tab-headers,
  .cali-mobile-flow .product-tabs .tab-content {
    display: contents;
  }

  .cali-mobile-flow .product-tabs .tab-pane[hidden] {
    display: none !important;
  }

  .cali-mobile-flow .product-tabs .tab-pane:not([hidden]) {
    display: block;
    max-height: 2000px;
    overflow: visible;
  }

  .cali-mobile-flow[data-cali-pilot-sku="7902501800"] .specs-container {
    max-width: 100%;
    overflow-x: auto;
  }

  .cali-mobile-flow .product-tabs .tab-btn[data-tab="description"] { order: 1; }
  .cali-mobile-flow .product-tabs #tab-description { order: 2; }
  .cali-mobile-flow .product-tabs .tab-btn[data-tab="specs"] { order: 3; }
  .cali-mobile-flow .product-tabs #tab-specs { order: 4; }
  .cali-mobile-flow .product-tabs .tab-btn[data-tab="warranties"] { order: 5; }
  .cali-mobile-flow .product-tabs #tab-warranties { order: 6; }
  .cali-mobile-flow .product-tabs .tab-btn[data-tab="highlights"] { order: 7; }
  .cali-mobile-flow .product-tabs #tab-highlights { order: 8; }
  .cali-mobile-flow .product-tabs .tab-btn[data-tab="resources"] { order: 9; }
  .cali-mobile-flow .product-tabs #tab-resources { order: 10; }
}

.cali-installation-cta {
  margin-top: 22px;
  padding: 18px;
  border-left: 4px solid #19376d;
  border-radius: 0 8px 8px 0;
  background: #f4f7fb;
}

.cali-installation-cta h3 {
  margin: 0 0 7px;
  color: #081a30;
  font-size: 18px;
}

.cali-installation-cta p {
  margin: 0 0 12px;
  color: #4d5968;
  line-height: 1.55;
}

.cali-installation-cta a {
  color: #19376d;
  font-weight: 700;
}

.cali-roomvo-cta {
  width: min(100%, 520px);
  margin: 16px 0 20px;
  padding: 16px 18px;
  border: 1px solid #d8e0e8;
  border-radius: 8px;
  background: #f7fafc;
}

.cali-roomvo-cta p {
  margin: 0 0 10px;
  color: #536273;
  font-size: 13px;
  line-height: 1.45;
}

.cali-roomvo-cta .roomvo-visualize-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  border-radius: 6px;
  background: #19376d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.cali-roomvo-cta .roomvo-visualize-button:hover {
  background: #0f294f;
}

.cali-product-badges {
  margin-bottom: 16px;
}

.cali-collection-product .product-pricing {
  margin-top: 0 !important;
  margin-bottom: 0;
  padding: 0.65rem 0 0.55rem;
}

.cali-collection-product .calculator-microcopy {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e8ed;
  color: #5c6875;
  font-size: 12px;
  line-height: 1.45;
}

.cali-collection-product .calculator-content.expanded {
  opacity: 1 !important;
  visibility: visible !important;
}

.cali-benefit-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 0 14px;
  border-color: #dfe6ee;
}

.product-benefit-strip {
  width: 100%;
}

.cali-benefit-strip .foundation-product-badge {
  min-height: 42px;
  padding: 11px 8px;
  color: #34495e;
  font-size: 11px;
}

.cali-purchase-confidence {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 14px 0 0;
  padding: 13px 14px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #f7fafc;
  color: #52606d;
  font-size: 12px;
  line-height: 1.4;
}

.sample-reassurance {
  margin: 8px 0 0;
  color: #5c6875;
  font-size: 12px;
  line-height: 1.45;
}

.purchase-reassurance {
  width: 100%;
}

.cali-confidence-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 8px;
  gap: 2px;
  min-width: 0;
}

.cali-confidence-icon {
  display: inline-flex;
  grid-row: 1 / span 2;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #19376d;
  background: #eef3fa;
  border-radius: 50%;
}

.cali-confidence-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.cali-confidence-item strong {
  color: #0b2447;
  font-size: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cali-confidence-item a {
  color: #19376d;
  font-weight: 700;
}

.highlights-list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 1.5em;
  text-indent: 0;
}

.highlights-list li strong {
  color: #0b2447;
}

.highlights-list li span {
  color: var(--text-color);
}

.cali-availability strong {
  color: #1a7a3c;
  letter-spacing: 0.03em;
}

.google-review-trust {
  display: block;
  width: 100%;
  margin: 64px 0 0;
  padding: 64px 20px 68px;
  color: #354252;
  background: #f7f8fa;
  border-top: 1px solid #e2e7ed;
  border-bottom: 1px solid #e2e7ed;
}

.google-review-trust-copy {
  max-width: 760px;
  margin: 0 auto;
  min-width: 0;
  text-align: center;
}

.google-review-eyebrow {
  margin: 0 0 8px;
  color: #19376d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}

.google-review-trust h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  color: #081a30;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
}

.google-review-stars {
  color: #f5a623;
  font-size: 22px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.google-review-trust-copy > p:last-child {
  margin: 12px auto 0;
  color: #5b6572;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.google-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1120px;
  margin: 34px auto 0;
}

.google-review-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px 26px 24px;
  text-align: left;
  background: #fff;
  border: 1px solid #e2e7ed;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(8, 26, 48, 0.06);
}

.google-review-card-stars {
  margin-bottom: 14px;
  color: #f5a623;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.google-review-card-text {
  flex: 1;
  margin: 0 0 20px;
  color: #354252;
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
}

.google-review-card-author {
  padding-top: 13px;
  color: #788392;
  font-size: 13px;
  line-height: 1.45;
  border-top: 1px solid #edf0f3;
}

.google-review-card-author strong,
.google-review-card-author span {
  display: block;
}

.google-review-card-author strong {
  margin-bottom: 2px;
  color: #081a30;
  font-size: 14px;
}

.google-review-link {
  display: block;
  width: fit-content;
  margin: 30px auto 0;
  color: #081a30;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #081a30;
}

.google-review-link span {
  margin-left: 3px;
}

@media (max-width: 760px) {
  .google-review-trust {
    margin-top: 38px;
    padding: 42px 16px 48px;
  }

  .google-review-link {
    margin-top: 26px;
  }

  .google-review-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .google-review-card {
    padding: 22px 20px 20px;
  }

  .cali-mobile-flow.alderwood-pilot .lifestyle-images,
  .cali-mobile-flow[data-cali-pilot-sku="7902501800"] .lifestyle-images {
    display: none !important;
  }

  .cali-mobile-flow.alderwood-pilot .product-tabs .tab-pane:not([hidden]),
  .cali-mobile-flow[data-cali-pilot-sku="7902501800"] .product-tabs .tab-pane:not([hidden]) {
    height: auto !important;
    max-height: none !important;
    min-height: 0;
    overflow: visible;
  }

  .cali-mobile-flow .mobile-product-ctas {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.5rem, 2vw, 0.75rem);
    width: 100%;
    margin: 0 0 0.75rem;
    order: 7;
  }

  .cali-mobile-flow .mobile-product-ctas .mobile-product-cta {
    min-width: 0;
  }

  .cali-benefit-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 10px;
  }

  .cali-benefit-strip .foundation-product-badge:nth-child(2n) {
    border-right: 0;
  }

  .cali-benefit-strip .foundation-product-badge:nth-child(n + 3) {
    border-top: 1px solid #e9ecef;
  }

  .cali-purchase-confidence {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .cali-product-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cali-product-badges .foundation-product-badge:nth-child(2n) {
    border-right: 0;
  }

  .cali-product-badges .foundation-product-badge:nth-child(n + 3) {
    border-top: 1px solid #e9ecef;
  }
}