:root {
  --ink: #111111;
  --ink-soft: #676765;
  --paper: #ffffff;
  --canvas: #f5f5f3;
  --line: #ddddda;
  --line-strong: #979792;
  --accent: #7b1420;
  --accent-dark: #4e0a12;
  --font-sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: Didot, "Bodoni 72", "Times New Roman", serif;
  --container: 1600px;
  --gutter: 34px;
  --header-height: 66px;
  --radius-sm: 2px;
  --radius-md: 4px;
  --shadow-soft: 0 12px 34px rgb(17 17 17 / 6%);
  --ease-editorial: cubic-bezier(.22, 1, .36, 1);
}

body {
  background: #fff;
  color: var(--ink);
  font-size: 15px;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 400;
}

.trade-utility {
  display: flex;
  min-height: 26px;
  align-items: center;
  justify-content: space-between;
  padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
  color: rgb(255 255 255 / 78%);
  background: #111;
  font-size: 9px;
  font-weight: 650;
  line-height: 1;
}

.site-header {
  height: var(--header-height);
  border-color: var(--line);
  background: rgb(255 255 255 / 97%);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  box-shadow: 0 8px 26px rgb(17 17 17 / 5%);
}

.header-inner {
  grid-template-columns: minmax(155px, 1fr) auto minmax(300px, 1fr);
  gap: 26px;
}

.brand-link {
  width: 158px;
}

.brand-link img {
  max-height: 30px;
}

.primary-nav {
  gap: 32px;
}

.primary-nav a {
  padding-block: 11px;
  font-size: 11px;
  font-weight: 650;
  text-transform: uppercase;
}

.primary-nav a::after {
  bottom: 7px;
  background: var(--accent);
}

.header-actions {
  gap: 3px;
}

.trade-access-link {
  min-height: 38px;
  margin-right: 9px;
  padding-inline: 15px;
  border-color: var(--accent);
  color: var(--accent);
  font-size: 10px;
}

.trade-access-link:hover {
  color: #fff;
  background: var(--accent);
}

.locale-control {
  border-radius: 2px;
}

.icon-button {
  border-radius: 2px;
}

.button {
  min-height: 46px;
  border-radius: 1px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.button--dark {
  background: #111;
}

.button--dark:hover {
  background: var(--accent);
}

.hero {
  height: min(730px, calc(100svh - 170px));
  min-height: 560px;
  color: #fff;
  background: #1a090b;
}

.hero::before {
  display: none;
}

.hero__media {
  object-position: center;
  animation: candidate-hero-settle 1600ms var(--ease-editorial) both;
}

@keyframes candidate-hero-settle {
  from { transform: scale(1.025); }
  to { transform: scale(1); }
}

.hero__content,
.hero--entrance .hero__content {
  align-items: end;
  padding-top: 80px;
  padding-bottom: 58px;
}

.hero--entrance .hero__copy,
.hero__copy {
  width: min(620px, 52vw);
  max-width: none;
  padding: 0;
  background: transparent;
  text-shadow: 0 2px 18px rgb(0 0 0 / 28%);
}

.hero__eyebrow {
  margin-bottom: 14px;
  color: rgb(255 255 255 / 82%);
  font-size: 11px;
  font-weight: 650;
}

.hero__eyebrow::before {
  display: none;
}

.hero h1,
.hero--entrance h1 {
  max-width: 620px;
  margin-bottom: 17px;
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 400;
  line-height: .96;
  text-transform: none;
}

.hero__lead {
  max-width: 490px;
  color: rgb(255 255 255 / 86%);
  font-size: 14px;
  line-height: 1.55;
}

.hero__actions {
  margin-top: 28px;
  gap: 10px;
}

.hero .button {
  min-width: 168px;
  border-color: rgb(255 255 255 / 68%);
  color: #fff;
  background: rgb(17 17 17 / 46%);
  backdrop-filter: blur(8px);
}

.hero .button--light {
  border-color: var(--accent);
  background: var(--accent);
}

.hero .button:hover {
  border-color: #fff;
  color: #111;
  background: #fff;
}

.collection-proof {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.collection-proof__inner {
  min-height: 126px;
}

.collection-proof__inner span {
  min-height: 72px;
  border-left: 1px solid var(--line);
}

.collection-proof__inner span:last-child {
  border-right: 1px solid var(--line);
}

.collection-proof__inner b {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
}

.collection-proof__inner small {
  margin-top: 6px;
  font-size: 9px;
  font-weight: 650;
  text-transform: uppercase;
}

.collection {
  padding-block: 96px 120px;
  background: #fff;
}

.collection-pagination {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.collection-pagination p {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 650;
  text-transform: uppercase;
}

.collection-pagination .button {
  min-width: 220px;
}

[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .45;
  pointer-events: none;
}

@media (max-width: 760px) {
  .brand-link {
    min-width: 112px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .icon-button,
  .mobile-nav a,
  .mobile-nav button,
  .filter-chip,
  .product-card__order,
  .gallery-thumb,
  .quantity-control button,
  .search-result,
  .support-chat__close,
  .support-chat__form button {
    min-width: 44px;
    min-height: 44px;
  }

  .filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-block: 11px;
  }

  .product-card__name {
    min-height: 44px;
  }

  .product-card__name a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding-block: 4px;
  }

  .product-card__order {
    min-height: 44px !important;
    padding-block: 10px;
  }

  .header-actions .icon-button,
  .product-card__actions .icon-button,
  .zoom-viewer__toolbar .icon-button {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .quantity-control {
    grid-template-columns: 44px 44px 44px;
  }

  .quantity-control button,
  .quantity-control output {
    height: 44px;
  }

  .collection-pagination {
    margin-top: 46px;
  }

  .collection-pagination .button {
    width: 100%;
    min-height: 48px;
  }
}

.collection__head {
  margin-bottom: 30px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
}

.collection__head .eyebrow,
.editorial-band__content .eyebrow {
  color: var(--accent);
}

.collection__title-row {
  align-items: baseline;
  gap: 18px;
}

.collection h2 {
  font-size: 56px;
  line-height: 1;
}

.collection__count,
.collection__intro {
  color: var(--ink-soft);
  font-size: 11px;
}

.collection__intro {
  max-width: 600px;
  margin-top: 11px;
  line-height: 1.55;
}

.collection__tools {
  align-items: end;
  gap: 18px;
}

.filter-bar {
  gap: 20px;
}

.filter-chip {
  min-height: 34px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  font-size: 10px;
  font-weight: 650;
  text-transform: uppercase;
}

.filter-chip:hover,
.filter-chip.is-active {
  border-color: var(--accent);
  color: var(--accent);
  background: transparent;
}

.density-control {
  gap: 4px;
}

.density-control .icon-button {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  border-color: var(--line);
}

.density-control .icon-button.is-active {
  color: #fff;
  background: #111;
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px 22px;
}

.product-grid[data-density="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-grid .product-card,
.product-grid .product-card--feature,
.product-grid[data-density="4"] .product-card,
.product-grid[data-density="4"] .product-card--feature {
  grid-column: auto;
}

.product-card__media {
  aspect-ratio: 4 / 5;
  border-radius: 1px;
  background: #f5f4f1;
}

.catalog-skeleton {
  display: contents;
}

.catalog-skeleton__card {
  min-width: 0;
}

.catalog-skeleton__card > span {
  display: block;
  aspect-ratio: 4 / 5;
  background: #f1f0ed;
}

.catalog-skeleton__card > i,
.catalog-skeleton__card > b {
  display: block;
  height: 12px;
  margin-top: 14px;
  background: #ecebe8;
}

.catalog-skeleton__card > i {
  width: 38%;
}

.catalog-skeleton__card > b {
  width: 72%;
  height: 18px;
  margin-top: 9px;
}

.catalog-skeleton__card > span,
.catalog-skeleton__card > i,
.catalog-skeleton__card > b {
  background-image: linear-gradient(90deg, transparent 0%, rgb(255 255 255 / 72%) 50%, transparent 100%);
  background-size: 220% 100%;
  animation: catalog-skeleton-sweep 1.3s ease-in-out infinite;
}

@keyframes catalog-skeleton-sweep {
  to { background-position: -220% 0; }
}

.product-card__image {
  transition: opacity 350ms ease, transform 900ms var(--ease-editorial);
}

.product-card:hover .product-card__image {
  transform: scale(1.025);
}

.product-card__actions {
  top: 12px;
  right: 12px;
}

.product-card__actions .icon-button {
  border: 1px solid rgb(17 17 17 / 10%);
  border-radius: 50%;
  box-shadow: none;
}

.product-card__quick {
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 44px;
  border-radius: 0;
  color: #111;
  background: rgb(255 255 255 / 94%);
  font-size: 9px;
  text-transform: uppercase;
}

.product-card__quick:hover {
  color: #fff;
  background: var(--accent);
}

.product-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  padding-top: 14px;
}

.product-card__brand {
  margin-bottom: 6px;
  color: var(--ink-soft);
  font-size: 9px;
  text-transform: uppercase;
}

.product-card__name,
.product-card--feature .product-card__name {
  margin-bottom: 11px;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.15;
  white-space: normal;
}

.product-card__meta {
  gap: 8px 12px;
  font-size: 9px;
}

.product-card__commerce {
  display: grid;
  min-height: 0;
  align-content: start;
  justify-items: end;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.product-card__price {
  justify-items: end;
}

.product-card__price span {
  font-size: 8px;
}

.product-card__price strong {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 400;
}

.product-card__order {
  min-height: 44px;
  padding: 6px 10px;
  border-color: var(--line);
  font-size: 8px;
}

.showroom {
  color: #fff;
  background: #111;
}

.showroom__inner {
  width: min(100%, var(--container));
  margin-inline: auto;
  grid-template-columns: minmax(330px, .75fr) minmax(0, 1.6fr);
  padding-inline: var(--gutter);
}

.showroom__content {
  padding-block: 64px;
  padding-inline: 0 56px;
}

.showroom__eyebrow {
  color: #c38f94;
}

.showroom__content h2 {
  max-width: 470px;
  font-size: 48px;
  line-height: 1.02;
}

.showroom__content > p:nth-of-type(2),
.showroom__facts dt {
  color: rgb(255 255 255 / 62%);
}

.showroom__facts {
  border-color: rgb(255 255 255 / 20%);
}

.showroom__gallery {
  gap: 2px;
  min-height: 0;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  background: #262626;
}

.showroom__gallery figure {
  border-radius: 0;
  background: #f5f4f1;
}

.showroom__gallery-wide {
  grid-column: 1;
  grid-row: 1 / -1;
}

.showroom__gallery img {
  object-fit: contain;
  object-position: center;
}

.showroom__gallery-wide img {
  object-position: center;
}

.editorial-band {
  color: #fff;
  background: var(--accent-dark);
}

.editorial-band__inner {
  width: min(100%, var(--container));
  min-height: 0;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.editorial-band__media {
  min-height: 0;
  background: #f5f4f1;
}

.editorial-band__media img {
  object-fit: contain;
  object-position: center;
}

.editorial-band__content {
  padding: 64px clamp(38px, 5vw, 88px);
}

.editorial-band__content .eyebrow {
  color: #e1b7bb;
}

.editorial-band__content h2 {
  max-width: 520px;
  font-size: 54px;
}

.editorial-band__content > p {
  color: rgb(255 255 255 / 72%);
}

.editorial-list li {
  border-color: rgb(255 255 255 / 24%);
}

.editorial-band .button--dark {
  border: 1px solid rgb(255 255 255 / 55%);
  background: transparent;
}

.editorial-band .button--dark:hover {
  color: #111;
  background: #fff;
}

@media (min-width: 961px) {
  .showroom__inner {
    min-height: 0;
  }

  .showroom__gallery {
    height: min(52vw, 720px);
  }

  .editorial-band__inner {
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  }

  .editorial-band__media {
    height: 680px;
  }
}

@media (max-width: 960px) {
  .showroom__inner {
    grid-template-columns: 1fr;
  }

  .showroom__content {
    min-height: 0;
    padding: 56px 0 44px;
  }

  .showroom__gallery {
    height: min(86vw, 620px);
  }

  .editorial-band__inner {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }

  .editorial-band__media {
    height: min(88vw, 580px);
  }

  .editorial-band__content {
    padding: 56px var(--gutter) 62px;
  }
}

.service-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.service-item {
  border-color: var(--line);
}

.service-item svg {
  color: var(--accent);
}

.site-footer {
  color: #111;
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-main {
  padding-top: 70px;
}

.footer-brand img {
  filter: none;
}

.footer-brand p,
.footer-column li,
.footer-bottom {
  color: var(--ink-soft);
}

.footer-column h3 {
  color: #111;
}

.footer-bottom {
  border-color: var(--line);
}

/* Product detail */
.product-page {
  padding-block: 26px 110px;
}

.product-page > .container {
  width: min(100%, 1680px);
}

.breadcrumbs {
  margin-bottom: 22px;
  font-size: 9px;
  text-transform: uppercase;
}

.product-layout {
  grid-template-columns: minmax(0, 1.62fr) minmax(410px, .72fr);
  gap: 54px;
}

.product-gallery {
  gap: 1px;
  background: var(--line);
}

.product-gallery__item {
  aspect-ratio: 2 / 3;
  border-radius: 0;
  background: #f5f4f1;
}

.product-gallery__item img {
  transition: transform 900ms var(--ease-editorial);
}

.product-gallery__item:hover img {
  transform: scale(1.025);
}

.product-gallery__caption {
  bottom: 12px;
  left: 12px;
  padding: 6px 8px;
  border: 1px solid rgb(17 17 17 / 7%);
  border-radius: 1px;
  background: rgb(255 255 255 / 94%);
  font-size: 8px;
}

.product-gallery__zoom {
  border: 1px solid rgb(17 17 17 / 8%);
  border-radius: 50%;
  box-shadow: none;
}

.product-gallery__item--motion {
  background: #111;
}

.product-panel {
  top: calc(var(--header-height) + 26px);
  padding-top: 2px;
}

.product-panel__brand {
  margin-bottom: 15px;
  color: var(--ink);
  font-size: 9px;
  font-weight: 650;
}

.product-panel h1 {
  max-width: 520px;
  margin-bottom: 18px;
  font-size: 54px;
  line-height: .98;
}

.product-panel__price {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.product-panel__price span {
  color: var(--accent);
  font-size: 9px;
}

.product-panel__price strong {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
}

.product-panel__description {
  margin-bottom: 25px;
  color: #4e4e4b;
  font-size: 12px;
  line-height: 1.7;
}

.product-panel__facts {
  margin-bottom: 0;
  border: 1px solid var(--line);
}

.product-panel__facts div {
  padding: 15px 12px;
}

.product-panel__facts div:not(:first-child) {
  padding-left: 12px;
}

.product-panel__facts dt {
  font-size: 8px;
}

.product-panel__facts dd {
  font-size: 9px;
}

.detail-group {
  padding-block: 21px;
  border-bottom: 1px solid var(--line);
}

.detail-group__label {
  margin-bottom: 14px;
  font-size: 10px;
  font-weight: 650;
  text-transform: uppercase;
}

.swatch {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.size-matrix {
  border-color: var(--line);
}

.size-matrix__row {
  min-height: 56px;
}

.size-stepper {
  border-color: var(--line);
}

.product-panel__actions {
  padding-block: 18px 24px;
}

.product-panel__actions .button {
  min-height: 50px;
}

.product-facts summary {
  min-height: 54px;
  font-size: 10px;
  text-transform: uppercase;
}

.related-products {
  padding-bottom: 110px;
}

.related-products__head {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.related-products__head h2 {
  font-size: 46px;
}

.related-grid {
  gap: 22px;
}

.quick-view {
  border-radius: 0;
}

.drawer,
.search-panel,
.zoom-viewer__toolbar {
  border-radius: 0;
}

.quote-dock {
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 2px;
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: 150px minmax(0, 1fr) auto;
  }

  .primary-nav {
    gap: 18px;
  }

  .primary-nav a {
    font-size: 10px;
  }

  .trade-access-link {
    display: none;
  }

  .hero h1,
  .hero--entrance h1 {
    font-size: 58px;
  }

  .product-card__body {
    display: block;
  }

  .product-card__commerce {
    grid-template-columns: 1fr auto;
    align-items: end;
    justify-items: start;
    margin-top: 12px;
  }

  .product-card__price {
    justify-items: start;
  }

  .product-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, .75fr);
    gap: 34px;
  }

  .product-panel h1 {
    font-size: 44px;
  }
}

@media (max-width: 900px) {
  :root {
    --gutter: 20px;
  }

  .primary-nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: 42px 1fr auto;
  }

  .brand-link {
    justify-self: center;
    width: 146px;
  }

  .mobile-menu-button {
    display: inline-grid;
  }

  .hero {
    height: min(680px, calc(100svh - 150px));
    min-height: 540px;
  }

  .hero--entrance .hero__copy,
  .hero__copy {
    width: min(610px, 76vw);
  }

  .collection__head {
    align-items: start;
  }

  .collection__tools {
    width: 100%;
  }

  .filter-bar {
    flex: 1;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .product-grid,
  .product-grid[data-density="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-panel {
    position: static;
    max-width: 720px;
    padding-top: 30px;
  }
}

@media (max-width: 600px) {
  :root {
    --gutter: 14px;
    --header-height: 60px;
  }

  .trade-utility {
    min-height: 24px;
    padding-inline: 12px;
    font-size: 8px;
  }

  .trade-utility span:first-child {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-actions .icon-button[data-header-account],
  .locale-control {
    display: none;
  }

  .header-inner {
    gap: 6px;
  }

  .brand-link {
    width: 132px;
  }

  .hero {
    height: 520px;
    min-height: 520px;
    max-height: 520px;
  }

  .hero__media {
    object-position: center;
  }

  .hero__content,
  .hero--entrance .hero__content {
    padding-top: 36px;
    padding-bottom: 30px;
  }

  .hero--entrance .hero__copy,
  .hero__copy {
    width: 100%;
  }

  .hero h1,
  .hero--entrance h1 {
    max-width: 340px;
    margin-bottom: 13px;
    font-size: 44px;
  }

  .hero__lead {
    max-width: 330px;
    font-size: 12px;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 7px;
  }

  .hero .button {
    min-width: 0;
    padding-inline: 10px;
    font-size: 8px;
  }

  .collection-proof__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    padding-block: 18px;
  }

  .collection-proof__inner span {
    min-height: 65px;
    border-bottom: 1px solid var(--line);
  }

  .collection-proof__inner span:nth-child(odd) {
    border-left: 0;
  }

  .collection-proof__inner span:nth-child(even) {
    border-right: 0;
  }

  .collection-proof__inner span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .collection-proof__inner b {
    font-size: 19px;
  }

  .collection {
    padding-block: 64px 80px;
  }

  .collection__head {
    gap: 22px;
    margin-bottom: 18px;
  }

  .collection h2 {
    font-size: 38px;
  }

  .collection__intro {
    font-size: 10px;
  }

  .collection__tools {
    align-items: center;
  }

  .density-control {
    display: none;
  }

  .filter-bar {
    gap: 17px;
  }

  .filter-chip {
    flex: 0 0 auto;
    font-size: 9px;
  }

  .product-grid,
  .product-grid[data-density="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 8px;
  }

  .product-card__body {
    padding-top: 10px;
  }

  .product-card__brand {
    font-size: 7px;
  }

  .product-card__name,
  .product-card--feature .product-card__name {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .product-card__meta {
    gap: 6px;
    font-size: 8px;
  }

  .product-card__stock {
    display: none;
  }

  .product-card__commerce {
    display: block;
    margin-top: 8px;
  }

  .product-card__price {
    margin-bottom: 8px;
  }

  .product-card__order {
    width: 100%;
    justify-content: space-between;
  }

  .showroom__content h2,
  .editorial-band__content h2 {
    font-size: 40px;
  }

  .showroom__gallery {
    height: min(108vw, 480px);
    min-height: 0;
  }

  .editorial-band__media {
    height: min(100vw, 480px);
    min-height: 0;
  }

  .editorial-band__content {
    padding-block: 58px;
  }

  .footer-main {
    padding-top: 54px;
  }

  .product-page {
    padding-top: 16px;
  }

  .breadcrumbs {
    margin-bottom: 14px;
  }

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

  .product-gallery__item:first-child {
    grid-column: 1 / -1;
    aspect-ratio: 4 / 5;
  }

  .product-gallery__caption {
    right: 8px;
    bottom: 8px;
    left: 8px;
    width: max-content;
  }

  .product-panel {
    padding-top: 12px;
  }

  .product-panel h1 {
    font-size: 39px;
  }

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

  .product-panel__facts div,
  .product-panel__facts div:not(:first-child) {
    padding: 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-panel__facts div:last-child {
    border-bottom: 0;
  }

  .related-products__head h2 {
    font-size: 34px;
  }

  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 8px;
  }

  .quote-dock {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-width: 0;
  }

  .hero__actions .button,
  .filter-chip,
  .footer-main a,
  .mobile-contact a {
    min-width: 44px;
    min-height: 44px;
  }

  .hero__actions .button,
  .footer-main a,
  .mobile-contact a {
    display: inline-flex;
    align-items: center;
  }

  .filter-chip {
    padding-block: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__media {
    animation: none;
  }

  .catalog-skeleton__card > span,
  .catalog-skeleton__card > i,
  .catalog-skeleton__card > b {
    animation: none;
  }
}

@media (max-width: 430px) {
  .product-grid,
  .product-grid[data-density="4"] {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .product-grid .product-card--feature,
  .product-grid[data-density="4"] .product-card--feature {
    grid-column: auto;
  }

  .product-card__actions .icon-button,
  .product-card__order,
  .header-actions .icon-button,
  .mobile-menu-button {
    min-width: 44px;
    min-height: 44px;
  }

  .product-card__name,
  .product-card--feature .product-card__name {
    min-height: 0;
    font-size: 16px;
  }

  .showroom__gallery {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .showroom__gallery-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .showroom__gallery figure {
    aspect-ratio: 4 / 5;
  }
}
