.contact-hero {
  position: relative;
  min-height: clamp(150px, 20vh, 240px);
  overflow: hidden;
  background: linear-gradient(135deg, #b8d9ea 0%, #d9eef8 52%, #edf8fd 100%);
}

.contact-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(9, 20, 30, 0.56) 0%, rgba(9, 20, 30, 0.38) 34%, rgba(9, 20, 30, 0.12) 62%, rgba(9, 20, 30, 0.05) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.24) 100%);
}
.product-index-page {
  background: var(--color-bg);
}

.product-index-page .surface-card {
  box-shadow: none;
}

.product-index-section {
  position: relative;
  z-index: 2;
  background: var(--color-bg);
}

.product-category-showcase {
  background: var(--color-bg);
  padding-top: 0;
  padding-bottom: clamp(48px, 6vw, 88px);
}

.product-category-showcase--catalog {
  padding-top: clamp(52px, 7vw, 96px);
}

.product-category-showcase .container {
  padding-top: 0;
  padding-bottom: 0;
}

.product-category-showcase__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.product-category-showcase__header h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 52px);
  line-height: 1.04;
  color: var(--color-heading);
}

.product-category-showcase__grid,
.product-index-principles__grid {
  display: grid;
  gap: 18px;
}

.product-category-showcase__grid {
  margin-top: 42px;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  width: min(1280px, calc(100vw - 64px));
  margin-inline: auto;
  gap: 16px 36px;
  min-height: 0;
}

.product-category-showcase--catalog > .container > .product-category-showcase__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.product-index-principle,
.product-index-product-card {
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(8px);
}

.product-category-showcase__card {
  min-width: 0;
}

.product-category-showcase__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 68px;
  padding: 10px 4px;
  text-decoration: none;
  color: var(--color-heading);
  transition: color 0.22s ease;
}

.product-category-showcase__item:hover,
.product-category-showcase__item:focus-visible {
  color: var(--color-accent-strong);
}

.product-index-product-card__body {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.product-index-principle h3,
.product-index-product-card__body h3 {
  color: var(--color-heading);
  font-size: clamp(24px, 2.1vw, 30px);
}

.product-index-principle p,
.product-index-product-card__body p {
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.72;
}

.product-category-showcase__thumb {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(245, 247, 250, 1);
}

.product-category-showcase__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-category-showcase__label {
  display: block;
  min-width: 0;
}

.product-category-showcase__label strong {
  display: block;
  color: currentColor;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

.product-index-principles {
  padding-top: 0;
  padding-bottom: clamp(42px, 5vw, 68px);
}

.product-index-principles__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-index-principle {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 26px;
}

.product-index-principle .eyebrow {
  margin: 0;
}

.product-index-principle h3 {
  margin: 0;
  line-height: 1.18;
}

.product-index-principle p:not(.eyebrow) {
  margin: 2px 0 0;
}

.contact-section {
  position: relative;
  z-index: 2;
  background: var(--color-bg);
}

.contact-cta {
  padding-top: 0;
  padding-bottom: clamp(82px, 9vw, 124px);
}

.contact-cta__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(9, 20, 30, 0.56) 0%, rgba(9, 20, 30, 0.38) 34%, rgba(9, 20, 30, 0.12) 62%, rgba(9, 20, 30, 0.05) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.24) 100%);
}

.contact-cta__eyebrow {
  margin: 0;
  color: rgba(238, 247, 255, 0.8);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-cta__panel {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: var(--color-bg);
  min-height: 520px;
}

.contact-cta__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-cta__content {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(34px, 5vw, 56px);
}

.contact-cta__content h2,
.contact-cta__content p {
  color: #f8fcff;
}

.contact-cta__content h2 {
  max-width: 36ch;
}

.contact-cta__content p {
  max-width: 54ch;
  color: rgba(239, 247, 255, 0.84);
}

.product-collection {
  position: relative;
  z-index: 2;
  background: var(--color-bg);
  padding: 0;
  margin-bottom: 0;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  overflow: hidden;
}

.product-collection__inner {
  display: grid;
  gap: 0;
}

.product-collection__section {
  display: grid;
  gap: clamp(30px, 3vw, 40px);
}

.product-collection__header {
  display: grid;
  justify-items: center;
  text-align: center;
}

.product-collection__title {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 52px);
  line-height: 1.04;
  color: var(--color-heading);
  max-width: 18ch;
}

.product-collection__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 48px);
}

.product-collection__card {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 20px);
  cursor: pointer;
}

.product-collection__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-collection__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.product-collection__media-link,
.product-collection__info,
.product-collection__name a,
.product-collection__button {
  color: inherit;
  text-decoration: none;
}

.product-collection__media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.product-collection__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: opacity 0.68s cubic-bezier(0.22, 1, 0.36, 1), transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-collection__image--product {
  opacity: 1;
  transform: scale(1);
}

.product-collection__image--scene {
  opacity: 0;
  transform: scale(1.065);
}

.product-collection__card:hover .product-collection__image--product {
  opacity: 0.08;
  transform: scale(1.045);
}

.product-collection__card:hover .product-collection__image--scene {
  opacity: 1;
  transform: scale(1);
}

.product-collection__name {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: var(--color-heading);
  line-height: 1.3;
  text-align: center;
}

.product-collection__footer {
  display: flex;
  justify-content: center;
}

.product-collection__button {
  display: inline-flex;
  align-items: center;
  min-height: 2.8em;
  padding: 0.35em;
  padding-left: 1.2em;
  padding-right: 3.3em;
  border: none;
  border-radius: 0.9em;
  background: var(--color-accent-strong);
  color: #ffffff;
  text-decoration-line: none;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  box-shadow: inset 0 0 1.6em -0.6em rgba(47, 91, 116, 0.78);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.product-collection__button-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding-right: 0;
  font-size: inherit;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-collection__button-icon {
  position: absolute;
  right: 0.3em;
  width: 2.2em;
  height: 2.2em;
  margin-left: 1em;
  border-radius: 0.7em;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0.1em 0.1em 0.6em 0.2em rgba(93, 152, 190, 0.28);
  transition: all 0.3s ease;
}

.product-collection__button-icon svg {
  width: 1.1em;
  color: var(--color-accent-strong);
  transition: transform 0.3s ease;
}

.product-collection__button:hover {
  transform: translateY(-1px);
  color: #ffffff;
  background: var(--color-accent);
  box-shadow: inset 0 0 1.6em -0.6em rgba(47, 91, 116, 0.62), 0 12px 24px rgba(93, 152, 190, 0.2);
}

.product-collection__button:hover .product-collection__button-icon {
  width: calc(100% - 0.6em);
}

.product-collection__button:hover .product-collection__button-icon svg {
  transform: translateX(0.1em);
}

@media (max-width: 1180px) {
  .product-collection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .product-index-principles__grid,
  .product-collection__section {
    grid-template-columns: 1fr;
  }

  .product-category-showcase--catalog > .container > .product-category-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .product-collection__grid,
  .product-index-principles__grid {
    grid-template-columns: 1fr;
  }

  .contact-cta__panel {
    border-radius: 24px;
  }
}

@media (max-width: 640px) {
  .product-category-showcase .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-category-showcase__header {
    align-items: flex-end;
  }

  .product-category-showcase__header h2 {
    font-size: clamp(31px, 9vw, 44px);
  }

  .product-category-showcase__grid {
    margin-top: 24px;
    gap: 16px;
  }

  .product-collection {
    padding: 0;
  }

  .product-collection__title {
    font-size: clamp(34px, 9vw, 44px);
  }

  .contact-cta__content p {
    font-size: 15px;
  }

  .contact-cta__actions {
    display: grid;
  }
}

@media (max-width: 520px) {
  .product-category-showcase--catalog > .container > .product-category-showcase__grid {
    grid-template-columns: 1fr !important;
  }
}
