.product-page {
  padding-top: 32px;
}
.product-page .breadcrumb {
  margin-bottom: 30px;
}
.catalogue-intro {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 70px;
}
.catalogue-intro h1 {
  font-size: clamp(3.8rem, 6vw, 5.6rem);
  line-height: 1.02;
}
.catalogue-lead {
  max-width: 430px;
  margin: 26px 0 18px;
  font-size: 1.05rem;
}
.catalogue-room {
  margin: 0;
}
.catalogue-room img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.42;
  object-fit: cover;
}
.catalogue-room figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 10px;
}
.survey-prompt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 28px;
  margin: 44px 0 62px;
  background: #f3f2ed;
  border: 1px solid #e7e5de;
}
.survey-prompt strong {
  display: block;
  font-size: 1rem;
  font-weight: 650;
}
.survey-prompt > span > span:not(.survey-action) {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 3px;
}
.survey-action {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 0.85rem;
  font-weight: 650;
  flex-shrink: 0;
}
.survey-action > span {
  font-size: 1.3rem;
}
.survey-prompt:hover .survey-action {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.catalogue-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 27px;
}
.catalogue-heading h2 {
  font-size: clamp(2.2rem, 3.4vw, 3rem);
}
.catalogue-heading > p {
  font-size: 0.8rem;
}
.product-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 23px;
}
.product-filters button {
  min-height: 44px;
  border: 1px solid #dcdcd5;
  border-radius: 30px;
  background: white;
  padding: 10px 21px;
  font-size: 0.82rem;
}
.product-filters button:hover {
  border-color: var(--ink);
}
.product-filters button[aria-pressed='true'] {
  color: white;
  background: var(--ink);
  border-color: var(--ink);
}
.catalogue-notice {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding-bottom: 24px;
}
.catalogue-notice > span {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  border: 1px solid #8a8b82;
  border-radius: 50%;
  font:
    12px/18px Georgia,
    serif;
  text-align: center;
  margin-top: 2px;
}
.catalogue-notice p {
  max-width: 930px;
  font-size: 0.76rem;
  line-height: 1.7;
}
.catalogue-notice strong {
  font-weight: 650;
  color: var(--ink);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}
.catalogue {
  padding-bottom: 65px;
}
.product-grid {
  align-items: start;
}
.product-card,
.product-card:last-of-type {
  min-width: 0;
  padding: 0;
  border: 1px solid #e4e4df;
  background: white;
}
.product-card > summary {
  display: block;
  padding: 0;
}
.product-card > summary::after {
  display: none;
}
.product-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  padding: 36px 26px;
  background: #f6f6f3;
  overflow: hidden;
}
.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.3);
}
[data-product='polar'] .product-visual img {
  transform: scale(1.6);
}
.product-summary {
  display: block;
  position: relative;
  padding: 23px;
}
.product-name {
  display: block;
  padding-right: 25px;
  font: 1.8rem/1.15 var(--serif);
  letter-spacing: -0.04em;
}
.product-price {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 14px;
}
.product-price-note {
  display: block;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 400;
  margin-top: 4px;
}
.product-expand {
  position: absolute;
  right: 23px;
  top: 24px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  transition: transform 0.15s;
}
.product-card[open] .product-expand {
  transform: rotate(45deg);
}
.product-card > summary:hover .product-name {
  color: var(--red);
}
.product-detail {
  padding: 0 23px 23px;
  border-top: 1px solid var(--line);
}
.product-detail .eyebrow {
  margin: 20px 0 10px;
  font-size: 0.7rem;
}
.product-detail p {
  margin-top: 12px;
  font-size: 0.88rem;
}
.product-detail .detail-note {
  font-size: 0.76rem;
}
.product-cta {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  min-height: 48px;
  padding: 12px 17px;
  font-size: 0.82rem;
}
@media (max-width: 1099px) {
  .catalogue-intro {
    gap: 35px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-help {
    gap: 35px;
  }
}
@media (max-width: 700px) {
  .product-page {
    padding-top: 24px;
  }
  .catalogue-intro {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .catalogue-intro h1 {
    font-size: 3.7rem;
  }
  .catalogue-lead {
    margin-top: 19px;
  }
  .catalogue-room img {
    aspect-ratio: 1.6;
  }
  .survey-prompt {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 22px;
    margin: 28px 0 42px;
  }
  .survey-action {
    width: 100%;
    justify-content: space-between;
  }
  .catalogue-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 19px;
  }
  .product-filters {
    gap: 7px;
  }
  .product-filters button {
    padding-inline: 16px;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .product-visual {
    height: 245px;
  }
  .product-information {
    padding: 24px;
  }
  .product-description {
    margin-bottom: 20px;
  }
  .product-help {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
    padding-block: 35px;
  }
}
