:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-gold: #c8a96a;
  --color-gold-soft: rgba(200, 169, 106, 0.16);
  --color-gold-strong: rgba(200, 169, 106, 0.36);
  --color-line: rgba(255, 255, 255, 0.1);
  --color-glass: rgba(10, 10, 10, 0.42);
  --color-shadow: rgba(0, 0, 0, 0.34);
  --header-offset: 0px;
  --hero-progress: 0;
  --hero-scale: 1;
  --hero-brightness: 0.68;
  --hero-saturate: 1.06;
  --overlay-opacity: 0.56;
  --header-height: 104px;
  --hero-stage-height: clamp(560px, 78svh, 860px);
  --hero-stage-offset: calc(var(--hero-stage-height) * -1);
}

body.is-search-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: block;
  overflow-y: auto;
  padding: clamp(16px, 2vw, 30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0s linear 0.45s;
}

.search-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.search-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 11, 11, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.search-overlay__panel {
  position: relative;
  z-index: 1;
  width: min(1368px, 100%);
  min-height: min(92vh, 980px);
  margin: 0 auto;
  padding: clamp(28px, 3vw, 42px) clamp(28px, 2.8vw, 46px) clamp(24px, 2.2vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(10, 10, 10, 0.72);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: clamp(24px, 2.6vw, 34px);
  overflow: hidden;
  transform: translate3d(0, 14px, 0) scale(0.988);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.search-overlay.is-open .search-overlay__panel {
  transform: translate3d(0, 0, 0) scale(1);
}

.search-overlay__top {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 20px;
  padding-top: clamp(34px, 4vw, 52px);
}

.search-overlay__close {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transition: color 0.28s ease, opacity 0.28s ease;
}

.search-overlay__close:hover,
.search-overlay__close:focus-visible {
  color: rgba(255, 255, 255, 0.98);
}

.search-overlay__close-copy--muted {
  color: rgba(255, 255, 255, 0.46);
}

.search-overlay__close-icon {
  font-size: 2rem;
  line-height: 1;
}

.search-overlay__intro {
  display: grid;
  justify-items: center;
}

.search-overlay__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.98);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.9rem, 7.6vw, 5.9rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.search-overlay__input-shell {
  position: relative;
  width: min(632px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(12, 12, 12, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.search-overlay__input-shell:focus-within {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(16, 16, 16, 0.62);
}

.search-overlay__input-icon,
.search-overlay__clear {
  color: rgba(255, 255, 255, 0.86);
  flex: 0 0 auto;
}

.search-overlay__input-icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 1.5;
}

.search-overlay__input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.02rem, 1.35vw, 1.12rem);
  letter-spacing: 0.06em;
}

.search-overlay__input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.search-overlay__clear {
  opacity: 0;
  pointer-events: none;
  font-size: 1.6rem;
  line-height: 1;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.search-overlay__clear.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.search-overlay__clear:hover,
.search-overlay__clear:focus-visible {
  color: rgba(255, 255, 255, 1);
}

.search-overlay__body {
  display: grid;
  grid-template-columns: minmax(280px, 332px) minmax(0, 1fr);
  gap: clamp(26px, 3vw, 40px);
  min-height: 0;
}

.search-overlay__sidebar,
.search-overlay__results-pane {
  position: relative;
  z-index: 2;
  min-height: 0;
}

.search-overlay__sidebar {
  display: grid;
  align-content: start;
  gap: 26px;
}

.search-overlay__group {
  display: grid;
  gap: 12px;
}

.search-overlay__section-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.search-overlay__popular-list {
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.01);
}

.search-overlay__popular-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  padding: 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.012);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
  text-align: left;
  transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.search-overlay__popular-item:first-child {
  border-top: 0;
}

.search-overlay__popular-item:hover,
.search-overlay__popular-item:focus-visible {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 1);
  transform: translateX(3px);
}

.search-overlay__trending-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.search-overlay__trend-card {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.94);
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}

.search-overlay__trend-card:hover,
.search-overlay__trend-card:focus-visible {
  transform: translateY(-3px);
}

.search-overlay__trend-media {
  min-height: 142px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.search-overlay__trend-media img {
  width: 100%;
  max-width: 122px;
  height: 122px;
  object-fit: contain;
}

.search-overlay__trend-copy {
  display: grid;
  gap: 2px;
}

.search-overlay__trend-copy strong,
.search-overlay__trend-copy span {
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-overlay__trend-copy span {
  color: rgba(255, 255, 255, 0.78);
}

.search-overlay__results-pane {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
}

.search-overlay__results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 20px;
}

.search-overlay__results-count {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.24;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.search-overlay__results-count.is-active {
  opacity: 1;
  color: rgba(255, 255, 255, 0.68);
}

.search-overlay__results {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 0;
  overflow: auto;
  padding-right: 6px;
}

.search-overlay__results::-webkit-scrollbar {
  width: 6px;
}

.search-overlay__results::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.search-overlay__result {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(7, 7, 7, 0.44);
}

.search-overlay__result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 104px;
  padding: 10px;
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  animation: searchResultIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transition:
    border-color 0.35s ease,
    background 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.search-overlay__result:hover,
.search-overlay__result:focus-visible {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.026);
  transform: translate3d(0, -1px, 0);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.search-overlay__result-link {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto 38px;
  align-items: center;
  gap: 24px;
  color: inherit;
  text-decoration: none;
}

.search-overlay__result-media {
  min-height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.search-overlay__result-media img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.search-overlay__result-main {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.search-overlay__result-name {
  margin: 0;
  color: rgba(255, 255, 255, 0.97);
  font-size: clamp(0.98rem, 1.18vw, 1.12rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.search-overlay__result-meta {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.search-overlay__result-price {
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.search-overlay__result-collection {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.search-overlay__result-arrow {
  color: rgba(255, 255, 255, 0.74);
  font-size: 2rem;
  line-height: 1;
  justify-self: end;
}

.search-overlay__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.012);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
}

.search-overlay__cta:hover,
.search-overlay__cta:focus-visible {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.search-overlay__cta--results {
  width: 100%;
}

.search-overlay__benefits {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.search-overlay__benefit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.68);
  min-height: 52px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.search-overlay__benefit:first-child {
  border-left: 0;
}

.search-overlay__benefit svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.5;
  flex: 0 0 auto;
}

.search-overlay__figure {
  position: absolute;
  right: -38px;
  bottom: -18px;
  z-index: 1;
  width: min(24vw, 290px);
  max-height: min(78vh, 650px);
  object-fit: contain;
  opacity: 0.13;
  filter: blur(1px) saturate(0.8);
  pointer-events: none;
}

@keyframes searchResultIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1180px) {
  .search-overlay__body {
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    gap: 24px;
  }

  .search-overlay__result {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .search-overlay__result-link {
    grid-template-columns: 88px minmax(0, 1fr) auto 34px;
    gap: 18px;
  }
}

@media (max-width: 980px) {
  .search-overlay__panel {
    min-height: auto;
    max-height: calc(100vh - 32px);
  }

  .search-overlay__top {
    padding-top: 42px;
  }

  .search-overlay__body {
    grid-template-columns: 1fr;
  }

  .search-overlay__sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .search-overlay__cta {
    width: 100%;
  }

  .search-overlay__figure {
    width: min(22vw, 200px);
    opacity: 0.08;
  }

  .search-overlay__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .search-overlay__benefit,
  .search-overlay__benefit:first-child {
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .search-overlay {
    padding: 8px;
  }

  .search-overlay__panel {
    min-height: calc(100dvh - 16px);
    max-height: calc(100dvh - 16px);
    height: calc(100dvh - 16px);
    padding: 14px;
    border-radius: 22px;
    gap: 12px;
  }

  .search-overlay__top {
    gap: 12px;
    padding-top: 36px;
  }

  .search-overlay__close {
    top: 12px;
    right: 12px;
    gap: 8px;
  }

  .search-overlay__close-copy--muted {
    display: none;
  }

  .search-overlay__title {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .search-overlay__input-shell {
    min-height: 50px;
    padding-inline: 16px;
  }

  .search-overlay__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
  }

  .search-overlay__sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .search-overlay__group {
    gap: 8px;
  }

  .search-overlay__section-title {
    font-size: 0.62rem;
    letter-spacing: 0.22em;
  }

  .search-overlay__popular-item {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.84rem;
  }

  .search-overlay__trending-grid {
    gap: 10px;
  }

  .search-overlay__trend-media {
    min-height: 92px;
    padding: 8px;
  }

  .search-overlay__trend-media img {
    max-width: 72px;
    height: 72px;
  }

  .search-overlay__trend-copy strong,
  .search-overlay__trend-copy span {
    font-size: 0.68rem;
    letter-spacing: 0.05em;
  }

  .search-overlay__results-pane {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 10px;
    flex: 1 1 auto;
    min-height: 0;
  }

  .search-overlay__results {
    gap: 8px;
    max-height: 180px;
    padding-right: 2px;
  }

  .search-overlay__result {
    gap: 10px;
    min-height: 82px;
    padding: 10px;
  }

  .search-overlay__result-link {
    grid-template-columns: 64px minmax(0, 1fr) auto 18px;
    gap: 10px;
  }

  .search-overlay__result-media {
    min-height: 60px;
  }

  .search-overlay__result-media img {
    width: 56px;
    height: 56px;
  }

  .search-overlay__result-name {
    font-size: 0.74rem;
    letter-spacing: 0.06em;
    line-height: 1.25;
  }

  .search-overlay__result-collection {
    font-size: 0.52rem;
    letter-spacing: 0.12em;
  }

  .search-overlay__result-price {
    font-size: 0.72rem;
  }

  .search-overlay__result-arrow {
    font-size: 1.35rem;
  }

  .search-overlay__cta {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 0.62rem;
    letter-spacing: 0.2em;
  }

  .search-overlay__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 10px;
  }

  .search-overlay__benefit {
    min-height: 40px;
    gap: 8px;
    padding-inline: 6px;
    font-size: 0.52rem;
    letter-spacing: 0.08em;
    border-left: 0;
  }

  .search-overlay__benefit span {
    line-height: 1.3;
  }

  .search-overlay__figure {
    display: none;
  }
}

@media (max-width: 520px) {
  .search-overlay__results-head {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .search-overlay__trending-grid {
    grid-template-columns: 1fr 1fr;
  }

  .search-overlay__result {
    padding: 10px;
  }

  .search-overlay__result-link {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .search-overlay__sidebar {
    gap: 10px;
  }

  .search-overlay__popular-item {
    font-size: 0.76rem;
  }

  .search-overlay__trend-copy strong,
  .search-overlay__trend-copy span {
    font-size: 0.6rem;
  }

  .search-overlay__results {
    max-height: 140px;
  }

  .search-overlay__result-media {
    width: auto;
    min-height: 56px;
  }

  .search-overlay__result-arrow {
    display: none;
  }

  .search-overlay__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.bs-purchase-meta {
  display: grid;
  gap: 14px;
}

.bs-option-group {
  display: grid;
  gap: 10px;
}

.bs-option-group--inline {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
}

.bs-option-label {
  color: rgba(0, 0, 0, 0.42);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bs-size-options,
.bs-color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bs-size-chip {
  min-width: 46px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.72);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    background 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.bs-size-chip:hover,
.bs-size-chip:focus-visible,
.bs-size-chip.is-active {
  background: rgba(0, 0, 0, 0.08);
  color: #000;
  border-color: rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.bs-color-chip {
  width: 34px;
  height: 34px;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.bs-color-chip:hover,
.bs-color-chip:focus-visible {
  transform: translateY(-2px) scale(1.06);
  border-color: rgba(0, 0, 0, 0.18);
}

.bs-color-chip.is-active {
  border-color: rgba(0, 0, 0, 0.32);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.bs-color-chip__swatch {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.bs-quantity-selector {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
}

.bs-quantity-button {
  width: 34px;
  height: 34px;
  border: none;
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.78);
  font-size: 1rem;
  font-weight: 600;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.bs-quantity-button:hover,
.bs-quantity-button:focus-visible {
  background: rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.bs-quantity-value {
  min-width: 40px;
  text-align: center;
  color: #000;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.bs-delivery,
.bs-size-guide {
  margin: 0;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.84rem;
  line-height: 1.6;
}

.bs-size-guide {
  width: fit-content;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.bs-details {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.bs-details li {
  position: relative;
  padding-left: 14px;
  color: rgba(0, 0, 0, 0.58);
  font-size: 0.84rem;
  line-height: 1.7;
}

.bs-details li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
}

.bs-badge {
  gap: 10px;
}

.bs-badge::before {
  display: none;
}

.bs-badge__icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #000;
}

.bs-badge__icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.5;
}

.bs-actions__row {
  flex-wrap: wrap;
}

.best-sellers-modal__rating {
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: normal;
}

.best-sellers-modal__reviews {
  color: rgba(17, 17, 17, 0.46);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.best-sellers-modal__meta {
  margin-top: 2px;
}

.best-sellers-modal__actions {
  margin-top: 4px;
}

.best-sellers-modal__features {
  margin-top: 8px;
}

.best-sellers-modal .bs-badges {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  padding-top: 18px;
  gap: 12px;
}

.best-sellers-modal .bs-badge,
.best-sellers-modal .bs-delivery,
.best-sellers-modal .bs-size-guide,
.best-sellers-modal .bs-details li,
.best-sellers-modal .bs-option-label {
  color: rgba(17, 17, 17, 0.58);
}

.best-sellers-modal .bs-badge__icon,
.best-sellers-modal .bs-quantity-button,
.best-sellers-modal .bs-quantity-value,
.best-sellers-modal .bs-size-chip:hover,
.best-sellers-modal .bs-size-chip:focus-visible,
.best-sellers-modal .bs-size-chip.is-active {
  color: #111111;
}

.best-sellers-modal .bs-size-chip,
.best-sellers-modal .bs-color-chip,
.best-sellers-modal .bs-quantity-selector {
  border-color: rgba(17, 17, 17, 0.1);
  background: rgba(17, 17, 17, 0.03);
}

.best-sellers-modal .bs-btn {
  flex: 1 1 210px;
}

.ref-section {
  --ref-bg: #040404;
  --ref-panel: rgba(14, 14, 16, 0.88);
  --ref-panel-soft: rgba(255, 255, 255, 0.03);
  --ref-border: rgba(226, 190, 129, 0.16);
  --ref-border-strong: rgba(244, 217, 172, 0.24);
  --ref-text: #f3ebdf;
  --ref-text-soft: rgba(236, 227, 214, 0.62);
  --ref-gold: #e2c391;
  --ref-gold-soft: #b18b59;
  position: relative;
  padding: 84px 28px 110px;
  background:
    radial-gradient(circle at 50% 8%, rgba(225, 184, 117, 0.16), transparent 22%),
    radial-gradient(circle at 16% 30%, rgba(255, 255, 255, 0.045), transparent 22%),
    radial-gradient(circle at 84% 68%, rgba(154, 110, 58, 0.14), transparent 24%),
    linear-gradient(180deg, #020202 0%, #050505 44%, #020202 100%);
  color: var(--ref-text);
  overflow: hidden;
  isolation: isolate;
}

.ref-section::before,
.ref-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ref-section::before {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.09) 0 0.85px, transparent 1px),
    radial-gradient(circle at 76% 36%, rgba(255, 255, 255, 0.08) 0 0.85px, transparent 1px),
    radial-gradient(circle at 35% 72%, rgba(255, 255, 255, 0.06) 0 0.75px, transparent 1px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.24'/%3E%3C/svg%3E");
  background-size: 15px 15px, 21px 21px, 18px 18px, 180px 180px;
  opacity: 0.16;
  mix-blend-mode: screen;
}

.ref-section::after {
  background:
    radial-gradient(circle at center, transparent 32%, rgba(0, 0, 0, 0.38) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 18%, transparent 84%, rgba(0, 0, 0, 0.58));
}

.ref-section__shell {
  position: relative;
  z-index: 1;
  max-width: 1420px;
  margin: 0 auto;
}

.ref-logo-strip {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(20px, 2.8vw, 40px);
  padding: 28px 8px 30px;
  margin-bottom: 34px;
  border-top: 1px solid rgba(229, 204, 164, 0.24);
  border-bottom: 1px solid rgba(229, 204, 164, 0.18);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 14px 24px rgba(0, 0, 0, 0.24);
  isolation: isolate;
}

.ref-logo-strip__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
  width: clamp(146px, 13vw, 190px);
  min-width: 0;
  min-height: 104px;
  padding: 10px 6px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.ref-logo-strip__item::before {
  content: "";
  position: absolute;
  inset: -10px -6px;
  background:
    radial-gradient(circle at 50% 55%, rgba(244, 219, 177, 0.12), transparent 50%),
    radial-gradient(circle at 50% 100%, rgba(226, 195, 145, 0.22), transparent 68%);
  filter: blur(10px);
  opacity: 0.32;
  transition: opacity 0.35s ease, filter 0.35s ease;
}

.ref-logo-strip__item:hover,
.ref-logo-strip__item:focus-within {
  transform: translate3d(0, -2px, 0) scale(1.08);
}

.ref-logo-strip__item:hover::before,
.ref-logo-strip__item:focus-within::before {
  opacity: 0.56;
  filter: blur(12px);
}

.ref-logo-strip__item img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: min(100%, 176px);
  height: 58px;
  object-fit: contain;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(96%) sepia(18%) saturate(230%) hue-rotate(337deg) brightness(104%) contrast(95%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease, filter 0.35s ease;
  will-change: transform, opacity, filter;
}

.ref-logo-strip__item:hover img,
.ref-logo-strip__item:focus-within img {
  opacity: 1;
  transform: scale(1.08);
  filter:
    brightness(0)
    saturate(100%)
    invert(98%)
    sepia(10%)
    saturate(286%)
    hue-rotate(333deg)
    brightness(108%)
    contrast(98%)
    drop-shadow(0 0 12px rgba(228, 196, 147, 0.26))
    drop-shadow(0 0 20px rgba(255, 255, 255, 0.08));
}

.ref-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 38px;
}

.ref-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 164px;
  padding: 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.012)),
    linear-gradient(145deg, rgba(24, 24, 26, 0.92), rgba(8, 8, 10, 0.92));
  box-shadow:
    0 0 0 1px rgba(226, 195, 145, 0.06) inset,
    0 18px 40px rgba(0, 0, 0, 0.34),
    0 24px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  overflow: hidden;
}

.ref-stat::before,
.ref-stat::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ref-stat::before {
  background: radial-gradient(circle at 50% 108%, rgba(226, 195, 145, 0.28), transparent 42%);
  opacity: 0.64;
}

.ref-stat::after {
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.ref-stat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  color: var(--ref-gold);
}

.ref-stat__icon svg,
.ref-product-card__wishlist svg,
.ref-featured__expand svg,
.ref-featured__wish svg,
.ref-featured__benefit svg {
  width: 100%;
  height: 100%;
}

.ref-stat__icon path,
.ref-product-card__wishlist path,
.ref-featured__expand path,
.ref-featured__wish path,
.ref-featured__benefit path,
.ref-featured__benefit circle {
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ref-stat__value {
  margin-bottom: 6px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 3.4vw, 3rem);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #f8efe4;
}

.ref-stat__label {
  margin-bottom: 8px;
  font-size: 0.76rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(245, 237, 227, 0.9);
}

.ref-stat__meta {
  font-size: 0.76rem;
  color: rgba(220, 211, 198, 0.54);
}

.ref-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  text-align: center;
}

.ref-section__eyebrow {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(230, 219, 202, 0.58);
}

.ref-section__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.2rem, 4.8vw, 4.45rem);
  line-height: 0.95;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #f6eee2;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.26);
}

.ref-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}

.ref-tabs__button {
  position: relative;
  padding: 0 2px 11px;
  border: 0;
  background: transparent;
  color: rgba(238, 227, 212, 0.66);
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.28s ease, transform 0.28s ease;
}

.ref-tabs__button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(226, 195, 145, 0.85) 35%, rgba(248, 230, 196, 0.95) 50%, rgba(226, 195, 145, 0.85) 65%, transparent 100%);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.ref-tabs__button:hover,
.ref-tabs__button:focus-visible,
.ref-tabs__button.is-active {
  color: #f4eadc;
  transform: translate3d(0, -1px, 0);
}

.ref-tabs__button.is-active::after,
.ref-tabs__button:hover::after,
.ref-tabs__button:focus-visible::after {
  transform: scaleX(1);
}

.ref-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.ref-grid [hidden] {
  display: none !important;
}

.ref-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.008)),
    linear-gradient(145deg, rgba(15, 15, 17, 0.96), rgba(7, 7, 8, 0.96));
  box-shadow:
    0 0 0 1px rgba(226, 195, 145, 0.05) inset,
    0 26px 46px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.38s ease, box-shadow 0.38s ease;
  will-change: transform, box-shadow;
}

.ref-product-card::before,
.ref-product-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ref-product-card::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 26%),
    radial-gradient(circle at 50% 110%, rgba(226, 195, 145, 0.28), transparent 28%);
  opacity: 0.82;
}

.ref-product-card::after {
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.025);
}

.ref-product-card:hover,
.ref-product-card:focus-within {
  transform: translate3d(0, -6px, 0);
  border-color: rgba(232, 202, 155, 0.22);
  box-shadow:
    0 0 0 1px rgba(226, 195, 145, 0.1) inset,
    0 32px 56px rgba(0, 0, 0, 0.38);
}

.ref-product-card__wishlist {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(248, 238, 225, 0.88);
  cursor: pointer;
  transition: color 0.28s ease, transform 0.28s ease;
}

.ref-product-card__wishlist:hover,
.ref-product-card__wishlist:focus-visible,
.ref-product-card__wishlist.is-active,
.ref-featured__wish.is-active {
  color: var(--ref-gold);
  transform: scale(1.08);
}

.ref-product-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 248px;
  margin-bottom: 10px;
  padding: 16px 10px 0;
}

.ref-product-card__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 170px;
  max-height: 222px;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.48));
  transform: translateZ(0);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), filter 0.38s ease;
}

.ref-product-card:hover .ref-product-card__media img,
.ref-product-card:focus-within .ref-product-card__media img {
  transform: translate3d(0, -5px, 0) scale(1.04);
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.56));
}

.ref-product-card__swatches,
.ref-featured__swatches {
  display: flex;
  gap: 7px;
  align-items: center;
}

.ref-product-card__swatches {
  margin-bottom: 12px;
}

.ref-product-card__swatches span,
.ref-featured__swatches span {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--swatch);
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.28);
}

.ref-product-card__details {
  margin-bottom: auto;
}

.ref-product-card__details h3 {
  margin: 0 0 5px;
  font-size: 0.93rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f5eddf;
}

.ref-product-card__details p {
  margin: 0 0 8px;
  font-size: 0.75rem;
  color: rgba(231, 221, 206, 0.48);
}

.ref-product-card__details strong {
  display: block;
  font-size: 1.52rem;
  font-weight: 500;
  color: #fbf3e6;
  letter-spacing: 0.01em;
}

.ref-product-card__actions {
  display: grid;
  grid-template-columns: 1fr 1.28fr;
  gap: 8px;
  margin-top: 16px;
}

.ref-product-card__button,
.ref-featured__button,
.ref-featured__wish,
.ref-featured__expand {
  font: inherit;
}

.ref-product-card__button,
.ref-featured__button {
  min-height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transition: transform 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, color 0.28s ease;
  will-change: transform;
}

.ref-product-card__button:hover,
.ref-product-card__button:focus-visible,
.ref-featured__button:hover,
.ref-featured__button:focus-visible,
.ref-featured__wish:hover,
.ref-featured__wish:focus-visible,
.ref-featured__expand:hover,
.ref-featured__expand:focus-visible {
  transform: translate3d(0, -2px, 0);
}

.ref-product-card__button--ghost,
.ref-featured__button--ghost {
  background: rgba(255, 255, 255, 0.02);
  color: rgba(246, 235, 219, 0.86);
}

.ref-product-card__button--ghost:hover,
.ref-product-card__button--ghost:focus-visible,
.ref-featured__button--ghost:hover,
.ref-featured__button--ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.22);
}

.ref-product-card__button--gold,
.ref-featured__button--gold {
  background: linear-gradient(180deg, #ecd5ac 0%, #d0ac74 100%);
  color: #19140e;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 24px rgba(190, 152, 92, 0.18);
}

.ref-product-card__button--gold:hover,
.ref-product-card__button--gold:focus-visible,
.ref-featured__button--gold:hover,
.ref-featured__button--gold:focus-visible {
  box-shadow: 0 16px 28px rgba(190, 152, 92, 0.28);
}

.ref-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.94fr);
  gap: 0;
  min-height: 468px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.008)),
    linear-gradient(145deg, rgba(12, 12, 14, 0.97), rgba(6, 6, 7, 0.97));
  box-shadow:
    0 0 0 1px rgba(226, 195, 145, 0.06) inset,
    0 28px 60px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.ref-featured__gallery {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  padding: 18px;
  min-height: 100%;
}

.ref-featured__thumbs {
  display: grid;
  gap: 10px;
  align-content: start;
}

.ref-featured__thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.ref-featured__thumb img {
  width: 100%;
  max-width: 58px;
  max-height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.45));
}

.ref-featured__thumb:hover,
.ref-featured__thumb:focus-visible,
.ref-featured__thumb.is-active {
  border-color: rgba(226, 195, 145, 0.3);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.28);
  transform: translate3d(0, -2px, 0);
}

.ref-featured__stage {
  min-width: 0;
}

.ref-featured__stage-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 26px 28px 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 52% 86%, rgba(255, 240, 214, 0.2), transparent 20%),
    radial-gradient(circle at 50% 90%, rgba(220, 177, 111, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(28, 28, 29, 0.86), rgba(9, 9, 10, 0.96));
  overflow: hidden;
}

.ref-featured__stage-glow {
  position: absolute;
  inset: auto 8% 12% 8%;
  height: 24%;
  background: radial-gradient(circle at center, rgba(246, 220, 175, 0.46), transparent 68%);
  filter: blur(18px);
  opacity: 0.7;
}

.ref-featured__stage-frame img {
  position: relative;
  z-index: 1;
  width: min(100%, 340px);
  max-height: 350px;
  object-fit: contain;
  filter: drop-shadow(0 34px 46px rgba(0, 0, 0, 0.52));
  transition: opacity 0.34s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.ref-featured__stage-frame img.is-switching {
  opacity: 0;
  transform: scale(0.97);
}

.ref-featured__expand {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  color: rgba(245, 233, 214, 0.84);
  background: transparent;
  cursor: pointer;
}

.ref-featured__stage-meta {
  position: absolute;
  right: 20px;
  bottom: 16px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(241, 230, 215, 0.5);
}

.ref-featured__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 34px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.ref-featured__eyebrow {
  margin: 0 0 12px;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(233, 221, 203, 0.56);
}

.ref-featured__title {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.25rem, 3vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f6ede1;
}

.ref-featured__description {
  max-width: 460px;
  margin: 0 0 22px;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(231, 220, 205, 0.68);
}

.ref-featured__price {
  margin-bottom: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  line-height: 1;
  color: #fbf2e4;
}

.ref-featured__color {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.ref-featured__color > span {
  font-size: 0.76rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(239, 226, 208, 0.74);
}

.ref-featured__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 62px;
  gap: 12px;
  margin-bottom: 28px;
}

.ref-featured__button {
  min-height: 54px;
  border-radius: 12px;
}

.ref-featured__wish {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(247, 237, 223, 0.84);
  cursor: pointer;
}

.ref-featured__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ref-featured__benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(241, 231, 217, 0.82);
}

.ref-featured__benefit svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: var(--ref-gold);
}

.ref-featured__benefit span {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(236, 226, 214, 0.72);
}

@media (max-width: 1360px) {
  .ref-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .ref-logo-strip {
    gap: 18px;
    padding-block: 24px 26px;
  }

  .ref-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ref-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ref-featured {
    grid-template-columns: 1fr;
  }

  .ref-featured__content {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
}

@media (max-width: 900px) {
  .ref-section {
    padding: 72px 18px 92px;
  }

  .ref-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ref-featured__gallery {
    grid-template-columns: 1fr;
  }

  .ref-featured__thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ref-featured__thumb {
    min-height: 68px;
  }

  .ref-featured__actions,
  .ref-featured__benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .ref-logo-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    justify-items: center;
    gap: 4px;
    padding-block: 12px 14px;
  }

  .ref-logo-strip__item {
    width: 100%;
    min-height: 64px;
    padding: 4px 0;
  }

  .ref-logo-strip__item img {
    max-width: 100%;
    height: 28px;
  }

  .ref-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
  }

  .ref-stat {
    min-height: 112px;
    padding: 12px 10px;
  }

  .ref-stat__value {
    font-size: clamp(1.75rem, 5vw, 2.2rem);
  }

  .ref-stat__label {
    font-size: 0.58rem;
    letter-spacing: 0.18em;
  }

  .ref-stat__meta {
    font-size: 0.6rem;
    line-height: 1.35;
  }

  .ref-section__title {
    font-size: clamp(2.3rem, 11vw, 3.15rem);
    letter-spacing: 0.08em;
  }

  .ref-tabs {
    gap: 14px 18px;
  }

  .ref-tabs__button {
    font-size: 0.68rem;
    letter-spacing: 0.24em;
  }

  .ref-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .ref-product-card {
    min-height: 220px;
    padding: 8px 7px;
    border-radius: 14px;
  }

  .ref-product-card__wishlist {
    top: 8px;
    right: 8px;
    width: 14px;
    height: 14px;
  }

  .ref-product-card__wishlist svg {
    width: 14px;
    height: 14px;
  }

  .ref-product-card__media {
    min-height: 92px;
    margin-bottom: 6px;
    padding: 4px 2px 0;
  }

  .ref-product-card__media img {
    max-width: 72px;
    max-height: 92px;
  }

  .ref-product-card__swatches {
    gap: 5px;
    margin-bottom: 8px;
  }

  .ref-product-card__swatches span {
    width: 9px;
    height: 9px;
  }

  .ref-product-card__details h3 {
    font-size: 0.44rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }

  .ref-product-card__details p {
    font-size: 0.42rem;
    margin-bottom: 4px;
  }

  .ref-product-card__details strong {
    font-size: 0.82rem;
  }

  .ref-product-card__actions {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 8px;
  }

  .ref-product-card__button {
    min-height: 24px;
    padding: 0 3px;
    border-radius: 8px;
    font-size: 0.38rem;
    letter-spacing: 0.08em;
  }

  .ref-featured__stage-frame {
    min-height: 340px;
  }

  .ref-featured__content {
    padding: 28px 22px 24px;
  }
}

@media (max-width: 560px) {
  .ref-section {
    padding: 48px 10px 58px;
  }

  .ref-logo-strip {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding-inline: 0;
  }

  .ref-logo-strip__item {
    width: 100%;
    min-height: 60px;
    padding-inline: 2px;
  }

  .ref-logo-strip__item img {
    max-width: 100%;
    height: 26px;
  }

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

  .ref-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ref-product-card__actions {
    grid-template-columns: 1fr;
  }

  .ref-featured {
    border-radius: 18px;
  }

  .ref-featured__gallery {
    padding: 14px;
  }

  .ref-featured__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ref-featured__title {
    font-size: 2rem;
  }

  .ref-featured__price {
    font-size: 2.5rem;
  }

  .ref-featured__actions {
    grid-template-columns: 1fr;
  }

  .ref-featured__wish {
    display: none;
  }

  .ref-featured__wish {
    min-height: 50px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top, rgba(200, 169, 106, 0.08), transparent 36%),
    linear-gradient(180deg, #050505 0%, #010101 58%, #000000 100%);
  color: var(--color-white);
  font-family: "Plus Jakarta Sans", sans-serif;
  cursor: none;
  letter-spacing: 0.01em;
  transition:
    background 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.45s ease;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.015), transparent 25%, transparent 75%, rgba(255, 255, 255, 0.015)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 20%);
  pointer-events: none;
  z-index: -1;
}

body.is-vault-transition {
  background:
    radial-gradient(circle at top, rgba(200, 169, 106, 0.06), transparent 34%),
    linear-gradient(180deg, #0d0d0d 0%, #f6f0e6 58%, #fffdfa 100%);
}

body.is-ready {
  overflow-y: auto;
}

body.is-ready .reveal {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

body.is-loading {
  overflow: hidden;
}

body.is-intro-active,
body.is-intro-exit {
  overflow: hidden;
}

body.is-best-sellers-modal-open {
  overflow: hidden;
}

body.is-ref-quick-view-open {
  overflow: hidden;
}

body > * {
  transition:
    filter 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

body.is-best-sellers-modal-open > *:not(.best-sellers-modal):not(script) {
  filter: blur(10px) brightness(0.78);
  opacity: 0.78;
  transform: scale(0.996);
  pointer-events: none;
  user-select: none;
}

body.is-ref-quick-view-open > *:not(.luxe-quick-view):not(script) {
  filter: blur(10px) brightness(0.78);
  opacity: 0.78;
  transform: scale(0.996);
  pointer-events: none;
  user-select: none;
}

body.is-intro-active .cursor--dot,
body.is-intro-exit .cursor--dot {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, rgba(217, 217, 217, 0.92) 62%, rgba(154, 154, 154, 0.76) 100%);
  box-shadow:
    0 0 14px rgba(255, 255, 255, 0.4),
    0 0 28px rgba(255, 255, 255, 0.12);
}

body.is-intro-active .cursor--ring,
body.is-intro-exit .cursor--ring {
  border-color: rgba(255, 255, 255, 0.52);
  box-shadow:
    0 0 24px rgba(255, 255, 255, 0.12),
    inset 0 0 14px rgba(255, 255, 255, 0.05);
}

.intro-screen {
  position: fixed;
  inset: 0;
  z-index: 1700;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #000000;
  transition:
    opacity 1.08s cubic-bezier(0.22, 1, 0.36, 1) 0.34s,
    visibility 0s linear 1.42s;
}

.intro-screen.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-screen__media,
.intro-screen__grain,
.intro-screen__vignette {
  position: absolute;
  inset: 0;
}

.intro-screen__media {
  transform: scale(1);
  transition: transform 1.18s cubic-bezier(0.22, 1, 0.36, 1);
}

.intro-screen__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.82;
  filter: grayscale(1) brightness(0.72) contrast(1.06);
  animation: introSlowZoom 18s ease-in-out infinite alternate;
}

.intro-screen__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.62)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.04), transparent 26%);
  transition: background 0.86s ease;
}

.intro-screen__grain {
  opacity: 0.12;
  mix-blend-mode: screen;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18) 0 0.4px, transparent 0.9px) 0 0 / 12px 12px,
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.12) 0 0.35px, transparent 0.8px) 0 0 / 14px 14px,
    radial-gradient(circle at 40% 70%, rgba(255, 255, 255, 0.1) 0 0.25px, transparent 0.8px) 0 0 / 10px 10px;
  animation: introGrainShift 0.26s steps(2) infinite;
}

.intro-screen__vignette {
  background:
    radial-gradient(circle at center, transparent 28%, rgba(0, 0, 0, 0.28) 62%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.58));
}

.intro-screen__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 32px 24px;
  text-align: center;
}

.intro-screen__brand,
.intro-screen__subtitle,
.intro-screen__button {
  opacity: 0;
  filter: blur(14px);
  transform: translate3d(0, 24px, 0);
  animation: introFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.intro-screen__brand {
  margin: 0;
  color: rgba(255, 255, 255, 0.98);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 9vw, 7rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  animation-delay: 0.12s;
}

.intro-screen__subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.78rem, 1.1vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  animation-delay: 0.28s;
}

.intro-screen__button {
  min-width: 168px;
  margin-top: 14px;
  padding: 14px 32px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: rgba(255, 255, 255, 0.96);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    background 0.4s ease,
    color 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
  animation-delay: 0.44s;
}

.intro-screen__button:hover,
.intro-screen__button:focus-visible {
  background: #ffffff;
  color: #000000;
  transform: scale(1.035);
  border-color: #ffffff;
  box-shadow: 0 18px 42px rgba(255, 255, 255, 0.12);
}

.intro-screen.is-entering .intro-screen__content {
  opacity: 0;
  filter: blur(18px);
  transform: translate3d(0, -18px, 0);
  transition:
    opacity 0.58s ease,
    filter 0.58s ease,
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
}

.intro-screen.is-entering .intro-screen__media {
  transform: scale(1.045);
}

.intro-screen.is-entering .intro-screen__media::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.98)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.02), transparent 22%);
}

.intro-screen.is-entering .intro-screen__vignette {
  opacity: 1;
}

a,
button {
  color: inherit;
  cursor: none;
}

button {
  border: 0;
  background: none;
  font: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1800;
  opacity: 0;
  transition: opacity 0.28s ease, transform 0.46s cubic-bezier(0.22, 1.4, 0.36, 1);
  will-change: transform, opacity;
}

.cursor.is-visible {
  opacity: 1;
}

.cursor--dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle, #f3deb4 0%, var(--color-gold) 58%, rgba(200, 169, 106, 0.68) 100%);
  box-shadow:
    0 0 18px rgba(200, 169, 106, 0.58),
    0 0 36px rgba(200, 169, 106, 0.18);
}

.cursor--ring {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 106, 0.46);
  box-shadow:
    0 0 24px rgba(200, 169, 106, 0.14),
    inset 0 0 14px rgba(200, 169, 106, 0.06);
  transition:
    width 0.42s cubic-bezier(0.22, 1.4, 0.36, 1),
    height 0.42s cubic-bezier(0.22, 1.4, 0.36, 1),
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    background 0.32s ease;
}

.cursor--ring.is-hover {
  width: 78px;
  height: 78px;
  border-color: rgba(200, 169, 106, 0.82);
  background: radial-gradient(circle, rgba(200, 169, 106, 0.16), transparent 66%);
  box-shadow:
    0 0 42px rgba(200, 169, 106, 0.24),
    inset 0 0 18px rgba(200, 169, 106, 0.1);
}

.dust-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}

.dust-layer span {
  position: absolute;
  width: var(--size);
  height: var(--size);
  left: var(--x);
  top: var(--y);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 246, 220, 0.9) 0%, rgba(200, 169, 106, 0.18) 45%, transparent 78%);
  opacity: 0;
  filter: blur(0.2px);
  animation: dustFloat var(--duration) linear infinite;
  animation-delay: var(--delay);
  mix-blend-mode: screen;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  padding: 28px clamp(18px, 4vw, 46px);
  transition:
    opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.6s step-end;
  will-change: opacity, transform;
}

.site-header.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -120%, 0);
}

.navbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1380px, 100%);
  margin: 0 auto;
  padding: 19px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition:
    transform 0.45s ease,
    padding 0.45s ease,
    background 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease,
    backdrop-filter 0.45s ease,
    -webkit-backdrop-filter 0.45s ease;
}

.navbar.is-scrolled {
  padding: 15px 24px;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.62), rgba(8, 8, 8, 0.72));
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.navbar.is-on-light-section {
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.58), rgba(22, 22, 22, 0.34));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 20px 42px rgba(18, 18, 18, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.is-vault-transition .navbar {
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.54), rgba(24, 24, 24, 0.3));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 20px 42px rgba(18, 18, 18, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(112px, 12vw, 148px);
  transform-origin: center;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.brand:hover,
.brand:focus-visible {
  transform: translateY(-2px) scale(1.015);
  filter: drop-shadow(0 0 22px rgba(200, 169, 106, 0.16));
  outline: none;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
}

.nav-links {
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
}

.nav-links a {
  position: relative;
  padding-bottom: 6px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.38s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--color-white);
  transform: translateY(-1px);
  outline: none;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.nav-actions {
  gap: 12px;
}

.nav-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.nav-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-icon:hover,
.nav-icon:focus-visible {
  transform: translateY(-2px);
  color: var(--color-gold);
  border-color: rgba(200, 169, 106, 0.28);
  background: rgba(255, 255, 255, 0.03);
  outline: none;
}

.nav-icon--cart {
  position: relative;
}

.hero {
  position: relative;
  min-height: calc(var(--hero-stage-height) + clamp(110px, 12vh, 180px));
  isolation: isolate;
}

.hero__media {
  position: sticky;
  top: 0;
  height: var(--hero-stage-height);
  overflow: hidden;
  background: #050505 url("assets/images/banner.jpg") center center / cover no-repeat;
}

.hero__video,
.hero__overlay,
.hero__vignette,
.hero__sheen {
  position: absolute;
  inset: 0;
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--hero-scale));
  filter: brightness(var(--hero-brightness)) saturate(var(--hero-saturate)) contrast(1.08) blur(calc(0.4px + (var(--hero-progress) * 0.55px)));
  animation: cinematicZoom 22s ease-in-out infinite alternate;
  will-change: transform, filter;
}

.hero__overlay {
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, calc(0.88 + (var(--hero-progress) * 0.08))));
  opacity: var(--overlay-opacity);
}

.hero__vignette {
  background:
    radial-gradient(circle at center, transparent 28%, rgba(0, 0, 0, 0.42) 70%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent 16%, transparent 84%, rgba(0, 0, 0, 0.3));
}

.hero__sheen {
  background:
    linear-gradient(120deg, transparent 20%, rgba(200, 169, 106, 0.06) 50%, transparent 82%);
  mix-blend-mode: screen;
  animation: overlayDrift 18s linear infinite;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 34%, rgba(0, 0, 0, 0.26) 100%);
  pointer-events: none;
  opacity: calc(0.56 + (var(--hero-progress) * 0.18));
}

.hero__content {
  position: sticky;
  top: 0;
  z-index: 2;
  width: min(90vw, 920px);
  min-height: var(--hero-stage-height);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vh, 38px);
  margin: var(--hero-stage-offset) auto 0;
  padding:
    calc(var(--header-height) + clamp(36px, 5vh, 64px))
    0
    clamp(28px, 5vh, 52px);
  text-align: center;
}

.hero__eyebrow,
.hero__title,
.hero__subtitle,
.hero__actions {
  margin: 0;
}

.hero__eyebrow {
  padding: 11px 22px;
  border-radius: 999px;
  border: 1px solid rgba(200, 169, 106, 0.18);
  background: linear-gradient(180deg, rgba(200, 169, 106, 0.08), rgba(255, 255, 255, 0.02));
  color: rgba(255, 248, 233, 0.86);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.48em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.hero__title {
  font-family: "Cormorant Garamond", serif;
  max-width: 100%;
  font-size: clamp(4.4rem, 13.5vw, 9.1rem);
  line-height: 0.9;
  letter-spacing: 0.18em;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.98);
  text-shadow:
    0 4px 24px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(255, 255, 255, 0.08),
    0 0 40px rgba(200, 169, 106, 0.08);
}

.hero__subtitle {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.94rem, 1.1vw, 1.08rem);
  font-weight: 300;
  line-height: 1.95;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 540px;
  margin-top: 10px;
}

.button {
  position: relative;
  width: min(100%, 246px);
  min-width: 246px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 19px 36px;
  border-radius: 999px;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.78rem;
  font-weight: 600;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-color 0.45s ease,
    background 0.45s ease,
    color 0.45s ease;
  will-change: transform, box-shadow;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.2) 48%, transparent 82%);
  transform: translateX(-138%);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(200, 169, 106, 0.02), rgba(200, 169, 106, 0.16), rgba(200, 169, 106, 0.02));
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.button span {
  position: relative;
  z-index: 1;
}

.button--gold {
  background: linear-gradient(180deg, rgba(200, 169, 106, 0.2), rgba(200, 169, 106, 0.08));
  border: 1px solid rgba(200, 169, 106, 0.3);
  color: #f7efd9;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.3), 0 0 32px rgba(200, 169, 106, 0.12);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.34), 0 0 44px rgba(200, 169, 106, 0.16);
  outline: none;
}

.button:hover::before,
.button:focus-visible::before {
  transform: translateX(135%);
}

.button:hover::after,
.button:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.button--gold:hover,
.button--gold:focus-visible {
  background: linear-gradient(180deg, rgba(200, 169, 106, 0.32), rgba(200, 169, 106, 0.16));
  color: #fff8eb;
}

.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: rgba(200, 169, 106, 0.26);
  background: rgba(200, 169, 106, 0.12);
  color: #f9f2e0;
}

.button--vault-bridge {
  background: transparent;
  border: 1px solid rgba(173, 139, 72, 0.5);
  color: #72572e;
  box-shadow: 0 16px 36px rgba(102, 83, 45, 0.08);
}

.button--vault-bridge::after {
  background: linear-gradient(90deg, rgba(200, 169, 106, 0.04), rgba(200, 169, 106, 0.24), rgba(200, 169, 106, 0.04));
}

.button--vault-bridge:hover,
.button--vault-bridge:focus-visible {
  border-color: rgba(200, 169, 106, 0.72);
  background: rgba(200, 169, 106, 0.09);
  color: #4f3c1f;
  box-shadow: 0 24px 48px rgba(113, 92, 50, 0.14), 0 0 34px rgba(200, 169, 106, 0.12);
}

.luxury-promo {
  position: relative;
  z-index: 2;
  margin: clamp(10px, 2vw, 22px) auto 0;
  padding: 0 clamp(18px, 4vw, 46px) clamp(20px, 3vw, 34px);
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.luxury-promo.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.luxury-promo__panel {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(200, 169, 106, 0.2);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, #0d0d0d 0%, #060606 100%);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
  position: relative;
}

.luxury-promo__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(200, 169, 106, 0.12) 50%, transparent 100%);
  transform: translateX(-120%);
  transition: transform 0.9s ease;
  pointer-events: none;
}

.luxury-promo__panel:hover::before,
.luxury-promo__panel:focus-within::before {
  transform: translateX(120%);
}

.luxury-promo__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(12px, 1.4vw, 18px);
  justify-items: center;
  text-align: center;
}

.luxury-promo__eyebrow {
  margin: 0;
  color: rgba(200, 169, 106, 0.86);
  font-size: 0.71rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.luxury-promo__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 2.6vw, 2.55rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.94);
}

.luxury-promo__offer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(12px, 1.5vw, 18px);
  padding: clamp(10px, 1.6vw, 14px) clamp(14px, 2.2vw, 20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.luxury-promo__percent {
  color: #f7ebcf;
  font-size: clamp(1.08rem, 1.4vw, 1.34rem);
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.luxury-promo__code {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.luxury-promo__code strong {
  color: var(--color-gold);
  font-size: 0.9rem;
  letter-spacing: 0.22em;
}

.luxury-promo__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(10px, 1.6vw, 24px);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.luxury-promo__details span {
  white-space: nowrap;
}

.luxury-marquee {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 65px;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 20px, 0);
  transition:
    opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.luxury-marquee.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.luxury-marquee::before {
  content: "";
  position: absolute;
  inset: -140% 18%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 62%);
  opacity: 0.24;
  filter: blur(38px);
  pointer-events: none;
}

.luxury-marquee__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
}

.luxury-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: 100%;
  will-change: transform;
  animation: luxuryMarqueeScroll 38s linear infinite;
  transform: translate3d(0, 0, 0);
}

.luxury-marquee:hover .luxury-marquee__track {
  animation-play-state: paused;
}

.luxury-marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.8vw, 42px);
  padding-inline-end: clamp(22px, 2.8vw, 42px);
  white-space: nowrap;
}

.luxury-marquee__group span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.66rem, 0.78vw, 0.82rem);
  font-weight: 500;
  letter-spacing: clamp(0.42em, 0.68vw, 0.62em);
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.08);
}

.luxury-marquee__group span:nth-child(even) {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.86rem;
  letter-spacing: 0;
  transform: translateY(-1px);
}

.vault-bridge {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: clamp(126px, 15vw, 182px) 0 clamp(124px, 15vw, 174px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 18% 20%, rgba(200, 169, 106, 0.12), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(0, 0, 0, 0.05), transparent 18%),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.012) 0 1px, rgba(248, 246, 242, 0) 1px 4px),
    linear-gradient(180deg, #f8f6f2 0%, #f6f2ea 100%);
}

.vault-bridge::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: clamp(120px, 16vw, 190px);
  background:
    linear-gradient(180deg, rgba(248, 246, 242, 0), rgba(25, 24, 23, 0.42) 62%, rgba(6, 6, 6, 0.96) 100%);
  pointer-events: none;
}

.vault-bridge__inner {
  position: relative;
  z-index: 1;
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 24px;
  text-align: center;
}

.vault-bridge__divider {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 48px));
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(200, 169, 106, 0), rgba(200, 169, 106, 0.86), rgba(200, 169, 106, 0));
}

.vault-bridge__divider--top {
  margin-bottom: clamp(40px, 5vw, 56px);
}

.vault-bridge__divider--bottom {
  margin-top: clamp(38px, 5vw, 52px);
}

.vault-bridge__eyebrow,
.vault-bridge__title,
.vault-bridge__copy,
.vault-bridge__signature {
  margin: 0;
}

.vault-bridge__eyebrow {
  color: rgba(117, 92, 48, 0.88);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.vault-bridge__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.2rem, 6.4vw, 5.7rem);
  line-height: 0.92;
  letter-spacing: 0.12em;
  color: #171614;
  text-wrap: balance;
}

.vault-bridge__copy {
  max-width: 34ch;
  color: rgba(53, 49, 41, 0.74);
  font-size: clamp(1rem, 1.18vw, 1.08rem);
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.vault-bridge__signature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 18px;
  color: rgba(76, 66, 49, 0.88);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.vault-bridge__signature span:nth-child(even) {
  color: rgba(200, 169, 106, 0.78);
  letter-spacing: 0;
}

.arrivals {
  position: relative;
  margin-top: clamp(-70px, -6vw, -50px);
  padding: clamp(92px, 9vw, 112px) 0 clamp(112px, 12vw, 136px);
  background:
    radial-gradient(circle at 14% 18%, rgba(200, 169, 106, 0.12), transparent 24%),
    radial-gradient(circle at 86% 20%, rgba(0, 0, 0, 0.035), transparent 18%),
    linear-gradient(180deg, #fffdfa 0%, #f6f1e7 100%);
  overflow: clip;
}

.arrivals__glow {
  position: absolute;
  width: 34vw;
  height: 34vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 169, 106, 0.12), transparent 70%);
  filter: blur(44px);
  opacity: 0.28;
  pointer-events: none;
}

.arrivals__glow--left {
  top: 8%;
  left: -10%;
}

.arrivals__glow--right {
  right: -10%;
  bottom: 8%;
}

.arrivals__inner {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 56px));
  margin: 0 auto;
}

.arrivals__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.75fr);
  gap: 24px 56px;
  align-items: end;
  margin-bottom: clamp(44px, 5vw, 60px);
}

.arrivals-reveal {
  opacity: 0;
  filter: blur(12px);
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.arrivals-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.arrivals__eyebrow,
.arrivals__title,
.arrivals__subtitle {
  margin: 0;
}

.arrivals__eyebrow {
  grid-column: 1;
  color: rgba(200, 169, 106, 0.88);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.arrivals__title {
  grid-column: 1;
  max-width: 8ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 3.75rem);
  line-height: 0.9;
  letter-spacing: 0.05em;
  color: #141414;
  text-wrap: balance;
}

.arrivals__subtitle {
  grid-column: 2;
  align-self: end;
  max-width: 360px;
  color: rgba(88, 88, 88, 0.82);
  font-size: clamp(0.96rem, 1.05vw, 1.04rem);
  line-height: 1.86;
  letter-spacing: 0.04em;
}

.arrivals__grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 78px;
  gap: clamp(18px, 1.9vw, 26px);
}

.product-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --card-shift: 0px;
  --card-scale: 0.985;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
  padding: clamp(20px, 2vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: clamp(22px, 2vw, 28px);
  background: rgba(8, 8, 8, 0.82);
  box-shadow:
    0 28px 58px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  filter: blur(16px);
  transform: perspective(1400px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(calc(30px + var(--card-shift))) scale(var(--card-scale));
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.42s ease,
    box-shadow 0.42s ease,
    background 0.42s ease,
    filter 0.42s ease,
    opacity 0.45s ease;
}

.product-card::before,
.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity 0.55s ease, transform 0.7s ease;
}

.product-card::before {
  background:
    radial-gradient(circle at 16% 18%, rgba(200, 169, 106, 0.22), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%);
  opacity: 0;
}

.product-card::after {
  inset: 1px;
  border-radius: calc(clamp(22px, 2vw, 28px) - 1px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0.4;
}

.product-card--hero {
  grid-column: 1 / -1;
  grid-row: span 7;
}

.product-card--tall-left {
  grid-column: 1 / span 3;
  grid-row: span 6;
}

.product-card--compact {
  grid-column: 4 / span 2;
  grid-row: span 3;
}

.product-card--compact-wide {
  grid-column: 6 / span 3;
  grid-row: span 3;
}

.product-card--square {
  grid-column: 1 / span 3;
  grid-row: span 4;
}

.product-card--panorama {
  grid-column: 4 / span 5;
  grid-row: span 4;
}

.product-card--tall-right {
  grid-column: 1 / span 3;
  grid-row: span 5;
}

.product-card--final {
  grid-column: 4 / span 5;
  grid-row: span 5;
}

.product-card__image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.product-card__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), transparent 22%, rgba(0, 0, 0, 0.82) 100%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent 24%);
}

.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  filter: brightness(0.92) saturate(0.98) contrast(1.02);
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s ease;
}

.product-card__shine {
  position: absolute;
  inset: -20%;
  background: linear-gradient(120deg, transparent 36%, rgba(255, 255, 255, 0.16) 48%, transparent 60%);
  transform: translateX(-50%) rotate(10deg);
  opacity: 0;
  transition: transform 1.15s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.55s ease;
}

.product-card__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  width: min(100%, 360px);
  margin-top: auto;
}

.product-card__category {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.product-card__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 2.4vw, 3rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  transform: translateY(0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s ease;
  text-wrap: balance;
}

.product-card__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}

.product-card__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.45s ease,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card__price {
  color: rgba(247, 239, 217, 0.72);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  opacity: 0.72;
  transform: translateY(8px);
  transition:
    color 0.35s ease,
    opacity 0.4s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  padding: 12px 18px;
  border: 1px solid rgba(200, 169, 106, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.94);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.66rem;
  font-weight: 600;
  transform: translateY(0);
  opacity: 1;
  white-space: nowrap;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.product-card__button--quick {
  background: rgba(255, 255, 255, 0.06);
}

.product-card__button:hover,
.product-card__button:focus-visible {
  border-color: rgba(200, 169, 106, 0.52);
  color: #fff4dc;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  outline: none;
}

.product-card__wishlist {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  color: rgba(255, 255, 255, 0.88);
  opacity: 0;
  transform: translateY(-10px) scale(0.92);
  transition:
    opacity 0.4s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.product-card__wishlist svg {
  width: 18px;
  height: 18px;
}

.product-card__wishlist path {
  stroke: currentColor;
  stroke-width: 1.5;
  transition:
    fill 0.35s ease,
    stroke 0.35s ease;
}

.product-card__wishlist:hover,
.product-card__wishlist:focus-visible {
  border-color: rgba(200, 169, 106, 0.42);
  background: rgba(200, 169, 106, 0.12);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.2),
    0 0 22px rgba(200, 169, 106, 0.14);
  outline: none;
}

.product-card__wishlist.is-saved {
  opacity: 1;
  transform: translateY(0) scale(1);
  border-color: rgba(200, 169, 106, 0.48);
  background: rgba(200, 169, 106, 0.14);
  color: #f6dfb0;
}

.product-card__wishlist.is-saved path {
  fill: currentColor;
  stroke: currentColor;
}

.product-card.is-visible {
  animation: cardReveal 1.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.product-card:hover,
.product-card:focus-within {
  --card-shift: -10px;
  --card-scale: 1.03;
  border-color: rgba(200, 169, 106, 0.24);
  box-shadow:
    0 28px 48px rgba(0, 0, 0, 0.28),
    0 10px 22px rgba(200, 169, 106, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  filter: blur(0);
}

.product-card:hover::before,
.product-card:focus-within::before {
  opacity: 1;
}

.product-card:hover::after,
.product-card:focus-within::after {
  opacity: 0.78;
}

.product-card:hover .product-card__image,
.product-card:focus-within .product-card__image {
  transform: scale(1.05);
  filter: brightness(1) saturate(1.02);
}

.product-card:hover .product-card__shine,
.product-card:focus-within .product-card__shine {
  opacity: 1;
  transform: translateX(45%) rotate(10deg);
}

.product-card:hover .product-card__title,
.product-card:focus-within .product-card__title {
  transform: translateY(-3px);
}

.product-card:hover .product-card__price,
.product-card:focus-within .product-card__price {
  opacity: 1;
  transform: translateY(0);
}

.product-card:hover .product-card__actions,
.product-card:focus-within .product-card__actions {
  opacity: 1;
  transform: translateY(0);
}

.product-card:hover .product-card__wishlist,
.product-card:focus-within .product-card__wishlist {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.product-card--hero .product-card__content,
.product-card--panorama .product-card__content,
.product-card--final .product-card__content {
  width: min(100%, 420px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.product-card--hero .product-card__content {
  width: min(100%, 460px);
  margin-bottom: clamp(6px, 1vw, 16px);
}

.product-card--hero .product-card__title {
  font-size: clamp(2.8rem, 4.4vw, 4.8rem);
  max-width: 7ch;
}

.product-card--panorama .product-card__title {
  font-size: clamp(2.1rem, 3vw, 3.4rem);
  max-width: 9ch;
}

.product-card--compact .product-card__title,
.product-card--compact-wide .product-card__title {
  font-size: clamp(1.5rem, 1.95vw, 2.25rem);
}

.product-card--hero .product-card__image {
  object-position: center 22%;
}

.product-card--tall-left .product-card__image,
.product-card--tall-right .product-card__image,
.product-card--final .product-card__image {
  object-position: center top;
}

.product-card--compact-wide .product-card__image {
  object-position: center 35%;
}

.lookbook {
  --lookbook-progress: 0;
  --lookbook-mouse-x: 0px;
  --lookbook-mouse-y: 0px;
  --lookbook-exit-opacity: 0;
  position: relative;
  min-height: 760svh;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.04), transparent 28%),
    linear-gradient(180deg, #070707 0%, #010101 56%, #000000 100%);
  isolation: isolate;
}

.lookbook::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24vh;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, calc(0.72 + (var(--lookbook-exit-opacity) * 0.22))) 75%, #000 100%);
  pointer-events: none;
  z-index: 3;
}

.lookbook__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.lookbook__grain,
.lookbook__light,
.lookbook__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lookbook__grain {
  opacity: 0.12;
  mix-blend-mode: soft-light;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px);
}

.lookbook__light {
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at 50% 64%, rgba(200, 169, 106, 0.08), transparent 26%);
  filter: blur(30px);
  animation: lookbookLight 22s ease-in-out infinite alternate;
}

.lookbook__vignette {
  background:
    radial-gradient(circle at center, transparent 36%, rgba(0, 0, 0, 0.42) 72%, rgba(0, 0, 0, 0.88) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.42));
}

.lookbook__intro {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 40px;
  text-align: center;
  will-change: opacity, transform, filter;
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    filter 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.lookbook__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.8rem, 10vw, 8rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.34em;
  text-indent: 0.34em;
  color: rgba(255, 255, 255, 0.96);
  text-shadow:
    0 0 24px rgba(255, 255, 255, 0.08),
    0 0 42px rgba(200, 169, 106, 0.08);
}

.lookbook__slides {
  position: absolute;
  inset: 0;
}

.lookbook__slide {
  --slide-opacity: 0;
  --slide-y: 40px;
  --slide-blur: 16px;
  --frame-shift-y: 0px;
  --image-scale: 1.02;
  --image-brightness: 0.84;
  --image-blur: 0px;
  --word-opacity: 0;
  --word-y: 18px;
  --word-blur: 10px;
  --sub-opacity: 0;
  --sub-y: 24px;
  --ending-opacity: 0;
  --ending-y: 26px;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(34px, 5vw, 72px);
  opacity: var(--slide-opacity);
  transform: translate3d(0, var(--slide-y), 0);
  filter: blur(var(--slide-blur));
  pointer-events: none;
  will-change: opacity, transform, filter;
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.lookbook__frame {
  position: relative;
  width: min(84vw, 1240px);
  height: min(86vh, 820px);
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(14, 14, 14, 0.94), rgba(2, 2, 2, 0.98));
  box-shadow:
    0 36px 96px rgba(0, 0, 0, 0.42),
    0 12px 28px rgba(0, 0, 0, 0.28);
  transform:
    translate3d(calc(var(--lookbook-mouse-x) * 0.14), calc((var(--lookbook-mouse-y) * 0.14) + var(--frame-shift-y)), 0)
    scale(1);
  animation: lookbookFloat 18s ease-in-out infinite alternate;
  will-change: transform;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.lookbook__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 24%, rgba(0, 0, 0, 0.24) 60%, rgba(0, 0, 0, 0.68) 100%),
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.2), transparent 24%);
}

.lookbook__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform: scale(var(--image-scale));
  filter: brightness(var(--image-brightness)) contrast(1.04) saturate(0.98) blur(var(--image-blur));
  transition:
    transform 1.15s cubic-bezier(0.22, 1, 0.36, 1),
    filter 1.15s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, filter;
}

.lookbook__copy {
  position: absolute;
  left: clamp(34px, 5vw, 84px);
  bottom: clamp(40px, 7vh, 88px);
  z-index: 2;
  max-width: min(460px, 60vw);
  color: var(--color-white);
}

.lookbook__word,
.lookbook__subtext {
  margin: 0;
}

.lookbook__word {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4.1vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: 0.18em;
  opacity: var(--word-opacity);
  filter: blur(var(--word-blur));
  transform: translate3d(0, var(--word-y), 0);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.lookbook__subtext {
  margin-top: 16px;
  max-width: 28ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.96rem, 1.15vw, 1.06rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  opacity: var(--sub-opacity);
  transform: translate3d(0, var(--sub-y), 0);
  transition:
    opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.lookbook__ending {
  position: absolute;
  inset: auto clamp(28px, 5vw, 72px) clamp(38px, 8vh, 78px) auto;
  z-index: 2;
  max-width: min(480px, 44vw);
  opacity: var(--ending-opacity);
  transform: translate3d(0, var(--ending-y), 0);
  pointer-events: none;
  transition:
    opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.lookbook__ending-title,
.lookbook__ending-copy {
  margin: 0;
}

.lookbook__ending-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 4.2vw, 4.6rem);
  line-height: 0.94;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.98);
}

.lookbook__ending-copy {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.lookbook__ending-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 16px 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 600;
  overflow: hidden;
  pointer-events: auto;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.lookbook__ending-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.14) 48%, transparent 78%);
  transform: translateX(-135%);
  transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
}

.lookbook__ending-button:hover,
.lookbook__ending-button:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(200, 169, 106, 0.38);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(200, 169, 106, 0.12);
  background: rgba(200, 169, 106, 0.08);
  outline: none;
}

.lookbook__ending-button:hover::before,
.lookbook__ending-button:focus-visible::before {
  transform: translateX(135%);
}

.vault-experience {
  position: relative;
  min-height: 560svh;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, #000000 0%, #050505 36%, #080808 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  isolation: isolate;
}

.vault-experience__sticky {
  position: relative;
  height: 100svh;
  display: grid;
  align-items: center;
}

.vault-experience__frame {
  width: min(1480px, calc(100% - 48px));
  min-height: min(88svh, 920px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: stretch;
}

.vault-experience__timeline {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: 28px 0;
}

.vault-experience__timeline-label {
  margin: 0;
  color: rgba(200, 169, 106, 0.88);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.vault-experience__timeline-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.vault-experience__timeline-list li {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vault-experience__timeline-list li.is-current {
  color: rgba(255, 255, 255, 0.94);
}

.vault-experience__stage {
  position: relative;
  min-height: min(88svh, 920px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(11, 11, 11, 0.96), rgba(3, 3, 3, 0.98));
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.vault-scene {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  padding: clamp(28px, 4vw, 56px);
}

.vault-scene:not(.is-active) {
  visibility: hidden;
}

.vault-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.vault-copy--centered {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  justify-items: center;
}

.vault-copy--compact {
  max-width: 480px;
}

.vault-copy__eyebrow,
.vault-copy__title,
.vault-copy__section-title,
.vault-copy__subtitle {
  margin: 0;
}

.vault-copy__eyebrow {
  color: rgba(200, 169, 106, 0.9);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.vault-copy__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.8rem, 8vw, 7.4rem);
  line-height: 0.92;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.08);
}

.vault-copy__section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 0.94;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.96);
}

.vault-copy__subtitle {
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.85;
  letter-spacing: 0.05em;
}

.vault-copy__subtitle--narrow {
  max-width: 26ch;
}

.vault-scene--intro {
  place-items: center;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.84), rgba(0, 0, 0, 0.98));
}

.vault-scene--doors {
  gap: 36px;
  background:
    radial-gradient(circle at 50% 12%, rgba(200, 169, 106, 0.06), transparent 18%),
    linear-gradient(180deg, #040404 0%, #000 100%);
}

.vault-doors {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2px minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  min-height: clamp(360px, 56vh, 620px);
  margin-top: auto;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #050505;
}

.vault-doors__panel {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 18%, rgba(255, 255, 255, 0.05) 52%, transparent 84%),
    linear-gradient(180deg, #1b1d20 0%, #101214 36%, #090a0c 100%);
}

.vault-doors__panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
}

.vault-doors__seam {
  background: linear-gradient(180deg, rgba(200, 169, 106, 0.28), rgba(200, 169, 106, 0.72), rgba(200, 169, 106, 0.28));
}

.vault-scene--museum {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.1), transparent 18%),
    linear-gradient(180deg, #0b0b0c 0%, #050505 100%);
}

.vault-museum {
  position: relative;
  min-height: clamp(380px, 58vh, 660px);
  margin-top: auto;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 244, 216, 0.05), transparent 20%),
    linear-gradient(180deg, #2e2e30 0%, #1b1b1d 42%, #111113 100%);
}

.vault-museum__wall {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%),
    linear-gradient(180deg, #525256 0%, #35363a 100%);
}

.vault-museum__wall--left {
  left: 0;
}

.vault-museum__wall--right {
  right: 0;
}

.vault-museum__hall {
  position: absolute;
  inset: 0 18% 0;
  background:
    linear-gradient(180deg, rgba(255, 244, 216, 0.08), transparent 24%),
    linear-gradient(180deg, #1f1f21 0%, #101012 100%);
}

.vault-museum__plinth {
  position: absolute;
  bottom: 12%;
  width: clamp(120px, 14vw, 190px);
  height: clamp(120px, 14vw, 190px);
  background: linear-gradient(180deg, #4d4d50 0%, #2a2b2f 100%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.vault-museum__plinth--left {
  left: 24%;
}

.vault-museum__plinth--right {
  right: 24%;
}

.vault-museum__light {
  position: absolute;
  top: 0;
  width: 34%;
  height: 52%;
  background: radial-gradient(circle at top, rgba(255, 240, 206, 0.22), transparent 66%);
  filter: blur(16px);
}

.vault-museum__light--left {
  left: 14%;
}

.vault-museum__light--right {
  right: 14%;
}

.vault-scene--gallery {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%),
    linear-gradient(180deg, #0b0b0b 0%, #020202 100%);
}

.vault-gallery {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
  min-height: 100%;
}

.vault-gallery__poster,
.vault-gallery__content {
  min-height: clamp(440px, 72vh, 760px);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.vault-gallery__poster img,
.vault-gallery__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #000;
}

.vault-gallery__content {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 22px;
  padding: clamp(24px, 3vw, 34px);
}

.vault-gallery__video {
  min-height: clamp(300px, 48vh, 560px);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #060606;
}

.vault-scene--quote,
.vault-scene--exit {
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.07), transparent 20%),
    linear-gradient(180deg, #040404 0%, #000000 100%);
}

.vault-quote {
  margin: 0;
  max-width: 760px;
}

.vault-quote__text {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 5vw, 5.5rem);
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.96);
}

/* Vault Opening - scroll-controlled cinematic phase */
.vault-experience {
  --vault-opening-progress: 0;
  --vault-intro-opacity: 0.2;
  --vault-intro-scale: 0.96;
  --vault-intro-y: 0px;
  --vault-intro-blur: 0px;
  --vault-subtitle-opacity: 0;
  --vault-subtitle-y: 20px;
  --vault-doors-opacity: 0;
  --vault-door-copy-opacity: 0;
  --vault-door-copy-y: 24px;
  --vault-door-left-shift: 0%;
  --vault-door-right-shift: 0%;
  --vault-door-camera-scale: 1;
  --vault-door-camera-y: 0px;
  --vault-seam-strength: 0;
  --vault-door-light-opacity: 0;
  --vault-door-fog-opacity: 0;
  --vault-door-dust-shift: 0px;
  --vault-museum-opacity: 0;
  --vault-museum-y: 44px;
  --vault-museum-blur: 22px;
  --vault-museum-scale: 1.08;
  --vault-museum-copy-opacity: 0;
  --vault-museum-copy-y: 22px;
  --vault-stage-light-opacity: 0;
  --vault-quote-opacity: 0;
  --vault-quote-y: 42px;
  --vault-quote-blur: 12px;
  --vault-exit-opacity: 0;
  --vault-exit-y: 34px;
  --vault-white-transition: 0;
  --vault-gallery-calm: 0;
}

.vault-experience__timeline-list li {
  transition:
    color 0.3s ease,
    opacity 0.3s ease;
}

.vault-experience__timeline-list li.is-current {
  text-shadow: 0 0 18px rgba(200, 169, 106, 0.16);
}

.vault-experience__stage {
  perspective: 1800px;
  transform-style: preserve-3d;
}

.vault-experience__stage::before,
.vault-experience__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.vault-experience__stage::before {
  background:
    radial-gradient(circle at 50% 55%, rgba(239, 220, 180, 0.14), transparent 28%),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.08), transparent 24%);
  opacity: calc(var(--vault-stage-light-opacity) + (var(--vault-white-transition) * 0.08));
}

.vault-experience__stage::after {
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0), rgba(255, 252, 246, var(--vault-white-transition))),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 18%, transparent 76%, rgba(0, 0, 0, 0.44)),
    radial-gradient(circle at center, transparent 54%, rgba(0, 0, 0, 0.46) 100%);
}

.vault-scene {
  justify-items: stretch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: opacity, transform, filter;
}

.vault-scene.is-active {
  visibility: visible;
}

.vault-scene--intro,
.vault-scene--doors,
.vault-scene--museum {
  visibility: visible;
}

.vault-scene--intro {
  z-index: 3;
  opacity: var(--vault-intro-opacity);
  transform: translate3d(0, var(--vault-intro-y), 0) scale(var(--vault-intro-scale));
  filter: blur(var(--vault-intro-blur));
}

.vault-scene--intro .vault-copy__eyebrow,
.vault-scene--intro .vault-copy__title {
  opacity: var(--vault-intro-opacity);
}

.vault-scene--intro .vault-copy__subtitle {
  opacity: var(--vault-subtitle-opacity);
  transform: translate3d(0, var(--vault-subtitle-y), 0);
}

.vault-scene--doors {
  z-index: 2;
  opacity: var(--vault-doors-opacity);
}

.vault-scene--doors .vault-copy {
  opacity: var(--vault-door-copy-opacity);
  transform: translate3d(0, var(--vault-door-copy-y), 0);
}

.vault-doors {
  transform: translate3d(0, var(--vault-door-camera-y), 0) scale(var(--vault-door-camera-scale));
  transform-origin: center center;
  will-change: transform;
}

.vault-doors::before,
.vault-doors::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vault-doors::before {
  z-index: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 228, 177, 0.26), transparent 18%),
    linear-gradient(180deg, rgba(255, 232, 196, 0.12), transparent 34%);
  opacity: var(--vault-door-light-opacity);
  filter: blur(18px);
}

.vault-doors::after {
  z-index: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.18) 0 0.4%, transparent 0.7%) 50% 50% / 22% 24% repeat,
    radial-gradient(circle at 50% 50%, rgba(214, 200, 172, 0.16), transparent 36%);
  opacity: var(--vault-door-fog-opacity);
  filter: blur(10px);
  transform: translate3d(0, var(--vault-door-dust-shift), 0) scale(1.02);
}

.vault-doors__panel {
  z-index: 1;
  will-change: transform;
}

.vault-doors__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 20%, transparent 72%, rgba(255, 255, 255, 0.05)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.015) 0 2px, rgba(0, 0, 0, 0) 2px 5px);
  mix-blend-mode: screen;
  opacity: 0.5;
}

.vault-doors__panel--left {
  transform: translate3d(var(--vault-door-left-shift), 0, 0);
}

.vault-doors__panel--right {
  transform: translate3d(var(--vault-door-right-shift), 0, 0);
}

.vault-doors__seam {
  position: relative;
  z-index: 2;
  box-shadow:
    0 0 calc(14px + (var(--vault-seam-strength) * 28px)) rgba(200, 169, 106, calc(0.08 + (var(--vault-seam-strength) * 0.34))),
    0 0 calc(26px + (var(--vault-seam-strength) * 54px)) rgba(200, 169, 106, calc(0.05 + (var(--vault-seam-strength) * 0.18)));
}

.vault-scene--museum {
  z-index: 1;
  opacity: var(--vault-museum-opacity);
  transform: translate3d(0, var(--vault-museum-y), 0) scale(var(--vault-museum-scale));
  filter: blur(var(--vault-museum-blur));
}

.vault-scene--museum .vault-copy {
  opacity: var(--vault-museum-copy-opacity);
  transform: translate3d(0, var(--vault-museum-copy-y), 0);
}

.vault-museum {
  overflow: hidden;
}

.vault-museum::before,
.vault-museum::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vault-museum::before {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 234, 196, 0.22), transparent 22%),
    linear-gradient(180deg, rgba(255, 247, 228, 0.08), transparent 26%);
  opacity: calc(0.18 + (var(--vault-museum-opacity) * 0.52));
  filter: blur(12px);
}

.vault-museum::after {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08) 0 0.28%, transparent 0.5%) 50% 50% / 18% 18% repeat,
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  opacity: calc(var(--vault-museum-opacity) * 0.5);
  transform: translate3d(0, calc(var(--vault-door-dust-shift) * 0.42), 0);
}

.vault-experience {
  --vault-gallery-hover-glow: 0;
}

.vault-scene--quote,
.vault-scene--exit {
  visibility: visible;
  pointer-events: none;
}

.vault-scene--quote {
  z-index: 6;
  opacity: var(--vault-quote-opacity);
  transform: translate3d(0, var(--vault-quote-y), 0);
  filter: blur(var(--vault-quote-blur));
}

.vault-scene--quote .vault-quote__text {
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.08);
}

.vault-scene--exit {
  z-index: 7;
  opacity: var(--vault-exit-opacity);
  transform: translate3d(0, var(--vault-exit-y), 0);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, calc(var(--vault-white-transition) * 0.14)), rgba(255, 252, 246, calc(0.7 + (var(--vault-white-transition) * 0.24)))),
    radial-gradient(circle at 50% 18%, rgba(255, 244, 216, calc(0.06 + (var(--vault-white-transition) * 0.08))), transparent 22%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.92), rgba(255, 252, 246, calc(0.9 + (var(--vault-white-transition) * 0.08))));
}

.vault-scene--exit .vault-copy__eyebrow,
.vault-scene--exit .vault-copy__section-title,
.vault-scene--exit .vault-copy__subtitle {
  transition:
    color 0.5s ease,
    opacity 0.5s ease;
}

.vault-scene--exit .vault-copy__eyebrow {
  color: rgba(108, 87, 48, calc(0.4 + (var(--vault-white-transition) * 0.58)));
}

.vault-scene--exit .vault-copy__section-title {
  color: rgba(24, 24, 24, calc(0.28 + (var(--vault-white-transition) * 0.72)));
}

.vault-scene--exit .vault-copy__subtitle {
  color: rgba(54, 54, 54, calc(0.2 + (var(--vault-white-transition) * 0.58)));
}

body.is-vault-gallery-hover .vault-experience {
  --vault-gallery-hover-glow: 1;
}

body.is-vault-gallery-hover .cursor--dot,
body.is-vault-gallery-hover .cursor--ring {
  opacity: 0 !important;
}

.vault-gallery-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: none;
  opacity: 0;
  z-index: 1850;
  will-change: transform, opacity;
}

.vault-gallery-cursor::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.vault-gallery-cursor__label {
  position: relative;
  z-index: 1;
}

.vault-experience__stage::before {
  opacity: calc(var(--vault-stage-light-opacity) + (var(--vault-gallery-hover-glow) * 0.16));
}

.vault-scene--museum {
  opacity: calc(var(--vault-museum-opacity) * (1 - var(--vault-gallery-activation, 0)));
}

.vault-scene--gallery {
  --vault-gallery-opacity: 0;
  --vault-gallery-y: 50px;
  --vault-gallery-blur: 8px;
  --vault-gallery-card-scale: 0.985;
  --vault-gallery-media-scale: 1.01;
  --vault-gallery-media-x: 0px;
  --vault-gallery-media-y: 0px;
  --vault-gallery-poster-opacity: 1;
  --vault-gallery-video-opacity: 0;
  --vault-gallery-overlay-opacity: 0.62;
  --vault-gallery-title-y: 0px;
  --vault-gallery-discover-y: 14px;
  --vault-gallery-discover-x: 0px;
  --vault-gallery-discover-opacity: 0;
  z-index: 4;
  visibility: visible;
  place-items: center;
  opacity: var(--vault-gallery-opacity);
  transform: translate3d(0, var(--vault-gallery-y), 0) scale(var(--vault-gallery-card-scale));
  filter: blur(var(--vault-gallery-blur));
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1),
    filter 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-gallery {
  position: relative;
  width: min(100%, 1260px);
  min-height: min(88svh, 860px);
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(11, 11, 11, 0.94), rgba(3, 3, 3, 0.98));
  box-shadow:
    0 36px 88px rgba(0, 0, 0, 0.42),
    0 12px 26px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform:
    translate3d(calc(var(--vault-gallery-media-x) * 0.18), calc((var(--vault-gallery-media-y) * 0.18) - 2px), 0)
    scale(1);
  animation: vaultGalleryFloat 14s ease-in-out infinite alternate;
  will-change: transform, box-shadow, border-color;
  transition:
    box-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.6s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-experience.is-ending .vault-gallery {
  animation-play-state: paused;
}

.vault-gallery::before,
.vault-gallery::after,
.vault-gallery__content::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vault-gallery::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 22%, rgba(0, 0, 0, 0.22) 54%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.18), transparent 22%);
  opacity: var(--vault-gallery-overlay-opacity);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-gallery::after {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.018)),
    radial-gradient(circle at center, transparent 52%, rgba(0, 0, 0, 0.34) 100%);
  mix-blend-mode: screen;
}

.vault-gallery__poster,
.vault-gallery__content,
.vault-gallery__video {
  position: absolute;
  inset: 0;
}

.vault-gallery__poster,
.vault-gallery__content,
.vault-gallery__video {
  min-height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.vault-gallery__poster {
  z-index: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 2vw, 24px);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.06), transparent 22%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.96), rgba(1, 1, 1, 0.98));
  opacity: var(--vault-gallery-poster-opacity);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-gallery__content {
  z-index: 3;
  display: grid;
  align-items: end;
  gap: 0;
  padding: clamp(28px, 4vw, 48px);
  isolation: isolate;
}

.vault-gallery__content::before {
  inset: -10% -4%;
  z-index: 0;
  background:
    linear-gradient(115deg, transparent 28%, rgba(255, 255, 255, 0.1) 46%, transparent 64%),
    radial-gradient(circle at 70% 22%, rgba(255, 245, 224, calc(0.05 + (var(--vault-gallery-hover-glow) * 0.12))), transparent 26%);
  mix-blend-mode: screen;
  opacity: 0.32;
  animation: vaultGalleryBeam 16s ease-in-out infinite alternate;
}

.vault-gallery__video {
  z-index: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 2vw, 24px);
  min-height: auto;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.05), transparent 24%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.98), rgba(0, 0, 0, 1));
  opacity: var(--vault-gallery-video-opacity);
  overflow: hidden;
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-gallery__poster img,
.vault-gallery__video video {
  max-width: 100%;
  max-height: 100%;
  transform:
    translate3d(var(--vault-gallery-media-x), var(--vault-gallery-media-y), 0)
    scale(var(--vault-gallery-media-scale));
  transform-origin: center center;
  will-change: transform, opacity, filter;
  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-gallery__poster img {
  filter: brightness(0.8) saturate(0.96) contrast(1.04);
}

.vault-gallery__video video {
  filter: brightness(0.72) saturate(0.92) contrast(1.02);
}

.vault-scene--gallery .vault-copy {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  gap: 16px;
  align-self: end;
}

.vault-scene--gallery .vault-copy__eyebrow {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.28em;
}

.vault-scene--gallery .vault-copy__section-title {
  max-width: 10ch;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: 0.08em;
  transform: translate3d(0, var(--vault-gallery-title-y), 0);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-scene--gallery .vault-copy--compact::after {
  content: "Discover \2192";
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: var(--vault-gallery-discover-opacity);
  transform: translate3d(var(--vault-gallery-discover-x), var(--vault-gallery-discover-y), 0);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-scene--gallery.is-active {
  visibility: visible;
}

.vault-scene--gallery.is-hovered .vault-gallery {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 50px 110px rgba(0, 0, 0, 0.5),
    0 18px 36px rgba(0, 0, 0, 0.34),
    0 0 32px rgba(200, 169, 106, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.vault-scene--gallery.is-hovered .vault-gallery::before {
  opacity: calc(var(--vault-gallery-overlay-opacity) - 0.12);
}

.vault-scene--gallery.is-hovered .vault-copy__section-title {
  transform: translate3d(0, -8px, 0);
}

.vault-scene--gallery.is-hovered .vault-copy--compact::after {
  opacity: 1;
  transform: translate3d(8px, 0, 0);
}

.vault-scene--gallery.is-hovered .vault-gallery__poster {
  opacity: 0;
}

.vault-scene--gallery.is-hovered .vault-gallery__video {
  opacity: 1;
}

.vault-scene--gallery.is-hovered .vault-gallery__video video {
  filter: brightness(0.84) saturate(0.98) contrast(1.06);
}

.vault-experience {
  min-height: 440svh;
  background:
    radial-gradient(circle at 50% 0%, rgba(248, 246, 242, 0.1), transparent 16%),
    radial-gradient(circle at 18% 22%, rgba(200, 169, 106, 0.08), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.045), transparent 24%),
    linear-gradient(180deg, #070707 0%, #020202 44%, #050505 100%);
  border-top: 0;
}

.vault-experience::before,
.vault-experience::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vault-experience::before {
  background:
    radial-gradient(circle at 20% 28%, rgba(255, 255, 255, 0.05) 0 0.22%, transparent 0.5%) 50% 50% / 16% 16% repeat,
    radial-gradient(circle at 50% 18%, rgba(255, 232, 196, 0.08), transparent 18%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.012) 0 2px, transparent 2px 16px);
  opacity: 0.46;
  mix-blend-mode: screen;
}

.vault-experience::after {
  background:
    radial-gradient(circle at center, transparent 52%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.36) 100%);
}

.vault-experience__sticky {
  align-items: center;
}

.vault-experience__frame {
  width: min(1380px, calc(100% - 56px));
  min-height: min(76svh, 780px);
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 20px;
  align-content: center;
}

.vault-experience__signature {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
}

.vault-experience__signature-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 16px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-align: center;
}

.vault-experience__signature-line span:nth-child(even) {
  color: rgba(200, 169, 106, 0.84);
  letter-spacing: 0;
}

.vault-experience__stage {
  min-height: min(72svh, 720px);
  border-radius: 30px;
  border-color: rgba(201, 179, 131, 0.15);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.045), transparent 18%),
    radial-gradient(circle at 82% 14%, rgba(200, 169, 106, 0.05), transparent 20%),
    linear-gradient(145deg, rgba(18, 18, 18, 0.98), rgba(7, 7, 7, 1) 42%, rgba(2, 2, 2, 0.98));
  box-shadow:
    0 34px 78px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vault-experience__stage::before {
  background:
    radial-gradient(circle at 50% 56%, rgba(239, 220, 180, 0.16), transparent 30%),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 245, 224, 0.03), transparent 26%);
}

.vault-experience__stage::after {
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0), rgba(255, 252, 246, var(--vault-white-transition))),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 16%, transparent 80%, rgba(0, 0, 0, 0.38)),
    radial-gradient(circle at center, transparent 58%, rgba(0, 0, 0, 0.52) 100%);
}

.vault-scene {
  padding: clamp(24px, 3vw, 38px);
}

.vault-scene--doors,
.vault-scene--museum {
  grid-template-rows: auto minmax(0, 1fr);
  align-content: stretch;
}

.vault-scene--doors .vault-copy,
.vault-scene--museum .vault-copy {
  max-width: 540px;
}

.vault-copy--compact {
  gap: 14px;
}

.vault-copy__subtitle--narrow {
  max-width: 30ch;
}

.vault-doors {
  min-height: clamp(300px, 50vh, 520px);
  align-self: end;
  border-radius: 30px;
  border: 1px solid rgba(200, 169, 106, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0)),
    linear-gradient(160deg, #151618 0%, #0a0b0d 52%, #050506 100%);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vault-doors__panel {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 14%, rgba(255, 255, 255, 0.06) 52%, transparent 86%),
    linear-gradient(180deg, #23262a 0%, #131518 44%, #090a0c 100%);
}

.vault-doors__panel::before {
  inset: 16px;
  border-color: rgba(200, 169, 106, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 0 0 1px rgba(0, 0, 0, 0.16);
}

.vault-doors__seam {
  background: linear-gradient(180deg, rgba(200, 169, 106, 0.14), rgba(200, 169, 106, 0.94), rgba(200, 169, 106, 0.14));
}

.vault-museum {
  min-height: clamp(300px, 50vh, 520px);
  align-self: end;
  border-radius: 30px;
  border-color: rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 244, 216, 0.06), transparent 24%),
    linear-gradient(180deg, #3b3b3f 0%, #202024 36%, #0f1012 100%);
}

.vault-gallery {
  width: min(100%, 1240px);
  min-height: min(74svh, 700px);
  border-radius: 30px;
}

.vault-gallery__poster,
.vault-gallery__video {
  padding: clamp(20px, 2vw, 28px);
}

.vault-gallery__poster {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.065), transparent 22%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.9), rgba(2, 2, 2, 0.98));
}

.vault-gallery__video {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.05), transparent 24%),
    linear-gradient(180deg, rgba(12, 12, 12, 0.96), rgba(0, 0, 0, 1));
}

.vault-gallery__poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.vault-gallery__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.vault-scene--gallery .vault-copy {
  max-width: 560px;
}

.vault-scene--gallery .vault-copy__section-title {
  max-width: 11ch;
}

.reveal {
  opacity: 0;
  filter: blur(14px);
  transform: translate3d(0, 32px, 0) scale(0.985);
  transition:
    opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    filter 1.25s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal--brand {
  transition-delay: 0.12s;
}

.reveal--nav-links {
  transition-delay: 0.32s;
}

.reveal--nav-actions {
  transition-delay: 0.48s;
}

.reveal--1 {
  transition-delay: 0.82s;
}

.reveal--2 {
  transition-delay: 1.08s;
}

.reveal--3 {
  transition-delay: 1.34s;
}

.reveal--4 {
  transition-delay: 1.58s;
}

.reveal--scroll {
  transition-delay: 1.82s;
}

@keyframes dustFloat {
  0% {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.72);
  }
  12% {
    opacity: 0.22;
  }
  50% {
    opacity: 0.12;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift), -120vh, 0) scale(1.1);
  }
}

@keyframes introFadeUp {
  from {
    opacity: 0;
    filter: blur(14px);
    transform: translate3d(0, 24px, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes introSlowZoom {
  0% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1.16);
  }
}

@keyframes introGrainShift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(1px, -1px, 0);
  }
}

@keyframes cinematicZoom {
  0% {
    transform: scale(calc(var(--hero-scale) + 0.02));
  }
  100% {
    transform: scale(calc(var(--hero-scale) + 0.08));
  }
}

@keyframes overlayDrift {
  0% {
    transform: translateX(-12%) skewX(-10deg);
    opacity: 0.22;
  }
  50% {
    opacity: 0.34;
  }
  100% {
    transform: translateX(12%) skewX(-10deg);
    opacity: 0.14;
  }
}

@keyframes luxuryMarqueeScroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes cardReveal {
  0% {
    opacity: 0;
    filter: blur(16px);
    transform: perspective(1200px) scale(0.94) translateY(46px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: perspective(1200px) scale(1) translateY(0);
  }
}

@keyframes lookbookFloat {
  0% {
    transform: translate3d(calc(var(--lookbook-mouse-x) * 0.14), calc((var(--lookbook-mouse-y) * 0.14) - 10px + var(--frame-shift-y)), 0);
  }
  100% {
    transform: translate3d(calc(var(--lookbook-mouse-x) * 0.14), calc((var(--lookbook-mouse-y) * 0.14) + 10px + var(--frame-shift-y)), 0);
  }
}

@keyframes lookbookLight {
  0% {
    transform: translate3d(-4%, -2%, 0) scale(1);
    opacity: 0.42;
  }
  100% {
    transform: translate3d(6%, 4%, 0) scale(1.08);
    opacity: 0.16;
  }
}

@keyframes vaultGalleryFloat {
  0% {
    transform:
      translate3d(calc(var(--vault-gallery-media-x) * 0.18), calc((var(--vault-gallery-media-y) * 0.18) - 4px), 0)
      rotate(-0.2deg);
  }
  100% {
    transform:
      translate3d(calc(var(--vault-gallery-media-x) * 0.18), calc((var(--vault-gallery-media-y) * 0.18) + 4px), 0)
      rotate(0.2deg);
  }
}

@keyframes vaultGalleryBeam {
  0% {
    transform: translate3d(-6%, -2%, 0) scale(1.02);
    opacity: 0.2;
  }
  100% {
    transform: translate3d(6%, 3%, 0) scale(1.08);
    opacity: 0.38;
  }
}

@media (max-width: 1120px) {
  .site-header {
    padding-inline: clamp(12px, 2.4vw, 24px);
  }

  .navbar {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "brand actions"
      "links links";
    gap: 16px;
    border-radius: 30px;
  }

  .brand {
    grid-area: brand;
  }

  .nav-links {
    grid-area: links;
    flex-wrap: wrap;
    gap: 14px 18px;
    padding-top: 6px;
  }

  .nav-actions {
    grid-area: actions;
    justify-content: flex-end;
  }

  .arrivals__header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .arrivals__subtitle {
    grid-column: 1;
    max-width: 520px;
  }

  .arrivals__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 132px;
  }

  .product-card--hero {
    grid-column: 1 / -1;
    grid-row: span 5;
  }

  .product-card--tall-left,
  .product-card--panorama {
    grid-column: span 2;
    grid-row: span 4;
  }

  .product-card--compact,
  .product-card--compact-wide,
  .product-card--square,
  .product-card--tall-right,
  .product-card--final {
    grid-column: span 2;
  }

  .product-card--compact,
  .product-card--compact-wide {
    grid-row: span 3;
  }

  .product-card--square,
  .product-card--tall-right,
  .product-card--final {
    grid-row: span 4;
  }

  .lookbook {
    min-height: 700svh;
  }

  .lookbook__frame {
    width: min(86vw, 980px);
    height: min(82vh, 720px);
  }

  .lookbook__copy {
    left: 34px;
    bottom: 40px;
    max-width: 58vw;
  }

  .lookbook__ending {
    inset: auto 34px 42px auto;
    max-width: min(480px, 52vw);
  }

  .vault-bridge__inner {
    width: min(760px, calc(100% - 40px));
  }

  .vault-experience {
    min-height: 420svh;
  }

  .vault-experience__frame {
    width: min(100%, calc(100% - 44px));
    gap: 18px;
  }

  .vault-gallery {
    min-height: min(72svh, 680px);
  }
}

@media (max-width: 768px) {
  body {
    cursor: auto;
  }

  .cursor {
    display: none;
  }

  .site-header {
    padding: 12px 14px 0;
  }

  .navbar,
  .navbar.is-scrolled {
    padding: 14px 16px;
  }

  .navbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 10px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

  .nav-actions {
    gap: 8px;
    margin-left: auto;
  }

  .nav-icon {
    width: 40px;
    height: 40px;
  }

  .hero {
    min-height: calc(var(--hero-stage-height) + 8vh);
  }

  .hero__content {
    position: relative;
    top: auto;
    width: min(92vw, 760px);
    gap: 18px;
    padding:
      calc(var(--header-height) + 56px)
      0
      42px;
  }

  .hero__eyebrow {
    padding: 9px 14px;
    letter-spacing: 0.3em;
    font-size: 0.66rem;
  }

  .hero__title {
    font-size: clamp(3.1rem, 14vw, 5.1rem);
    letter-spacing: 0.14em;
    white-space: normal;
  }

  .hero__subtitle {
    max-width: 94%;
    letter-spacing: 0.12em;
    line-height: 1.85;
    font-size: 0.9rem;
  }

  .hero__actions {
    width: min(100%, 390px);
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
  }

  .button {
    width: 100%;
    min-width: 100%;
    padding: 15px 22px;
  }

  .luxury-promo {
    padding: 0 14px 18px;
  }

  .luxury-promo__panel {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .luxury-promo__offer {
    border-radius: 999px;
    padding: 10px 14px;
  }

  .luxury-promo__percent {
    font-size: 1rem;
    letter-spacing: 0.2em;
  }

  .luxury-promo__code {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  .luxury-promo__details {
    gap: 8px 14px;
    font-size: 0.66rem;
    letter-spacing: 0.16em;
  }

  .luxury-marquee {
    min-height: 60px;
  }

  .luxury-marquee__group {
    gap: 20px;
    padding-inline-end: 20px;
  }

  .luxury-marquee__group span {
    font-size: 0.62rem;
    letter-spacing: 0.34em;
  }

  .luxury-marquee__group span:nth-child(even) {
    font-size: 0.76rem;
  }

  .arrivals {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .vault-bridge {
    padding: 108px 0 126px;
  }

  .vault-bridge__inner {
    width: min(100%, calc(100% - 32px));
    gap: 20px;
  }

  .vault-bridge__title {
    font-size: clamp(2.7rem, 10vw, 4.6rem);
  }

  .vault-bridge__copy {
    max-width: 32ch;
  }

  .vault-bridge__signature {
    gap: 12px 14px;
    letter-spacing: 0.22em;
  }

  .vault-experience {
    min-height: 390svh;
  }

  .vault-experience__frame {
    width: min(100%, calc(100% - 28px));
    min-height: min(82svh, 720px);
  }

  .vault-experience__stage {
    min-height: min(70svh, 620px);
    border-radius: 26px;
  }

  .vault-gallery-cursor {
    display: none;
  }

  .vault-scene {
    padding: 22px;
  }

  .vault-copy__title {
    font-size: clamp(3rem, 12vw, 5rem);
    text-indent: 0.14em;
  }

  .vault-doors,
  .vault-museum,
  .vault-gallery {
    min-height: 280px;
  }

  .vault-gallery {
    min-height: min(66svh, 560px);
  }

  .vault-gallery__content {
    padding: 22px;
  }

  .vault-scene--gallery .vault-copy {
    width: min(100%, 420px);
  }

  .vault-scene--gallery .vault-copy__section-title {
    max-width: 11ch;
    font-size: clamp(2.4rem, 8vw, 4rem);
  }

  .arrivals__inner {
    width: min(100% - 28px, 760px);
  }

  .arrivals__header {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 42px;
  }

  .arrivals__subtitle {
    max-width: 100%;
    letter-spacing: 0.04em;
  }

  .arrivals__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .product-card,
  .product-card--hero,
  .product-card--tall-left,
  .product-card--compact,
  .product-card--compact-wide,
  .product-card--square,
  .product-card--panorama,
  .product-card--tall-right,
  .product-card--final {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 460px;
  }

  .product-card {
    padding: 20px;
    border-radius: 28px;
  }

  .product-card__title,
  .product-card--hero .product-card__title,
  .product-card--panorama .product-card__title,
  .product-card--final .product-card__title {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .product-card__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-card__actions {
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
    opacity: 1;
    transform: translateY(0);
  }

  .product-card__button {
    opacity: 1;
    transform: translateY(0);
  }

  .product-card__wishlist {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .product-card__button {
    min-width: 0;
  }

  .lookbook {
    min-height: 640svh;
  }

  .lookbook__intro {
    padding: 28px;
  }

  .lookbook__title {
    font-size: clamp(2.8rem, 12vw, 4.8rem);
    letter-spacing: 0.22em;
    text-indent: 0.22em;
  }

  .lookbook__slide {
    padding: 22px;
  }

  .lookbook__frame {
    width: min(100%, 92vw);
    height: min(68vh, 520px);
    border-radius: 22px;
  }

  .lookbook__copy {
    left: 28px;
    right: 28px;
    bottom: 30px;
    max-width: none;
  }

  .lookbook__word {
    font-size: clamp(2rem, 9vw, 3.3rem);
    letter-spacing: 0.12em;
  }

  .lookbook__subtext {
    margin-top: 12px;
    max-width: 100%;
  }

  .lookbook__ending {
    left: 28px;
    right: 28px;
    bottom: 34px;
    max-width: none;
  }

  .lookbook__ending-title {
    font-size: clamp(2rem, 9vw, 3.4rem);
  }

  .lookbook__ending-copy {
    margin-top: 16px;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-inline: 10px;
  }

  .navbar {
    border-radius: 24px;
    padding: 12px 14px;
  }

  .brand {
    width: 82px;
  }

  .nav-links {
    gap: 10px 12px;
  }

  .nav-links a {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .nav-actions {
    gap: 6px;
  }

  .nav-icon {
    width: 36px;
    height: 36px;
  }

  .hero__content {
    gap: 14px;
    padding-top: calc(var(--header-height) + 34px);
    padding-bottom: 32px;
  }

  .hero__eyebrow {
    letter-spacing: 0.2em;
    font-size: 0.6rem;
  }

  .hero__title {
    font-size: clamp(2.7rem, 16vw, 4.05rem);
    letter-spacing: 0.1em;
  }

  .hero__subtitle {
    max-width: 100%;
    font-size: 0.84rem;
    line-height: 1.74;
  }

  .luxury-promo__panel {
    padding: 18px 16px;
  }

  .luxury-promo__title {
    font-size: 1.48rem;
    letter-spacing: 0.12em;
  }

  .luxury-promo__offer {
    gap: 8px;
    padding: 9px 12px;
  }

  .luxury-promo__percent {
    font-size: 0.92rem;
  }

  .luxury-promo__details {
    flex-direction: column;
    gap: 6px;
  }

  .luxury-marquee {
    min-height: 58px;
  }

  .luxury-marquee__viewport {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  }

  .luxury-marquee__group span {
    font-size: 0.58rem;
    letter-spacing: 0.28em;
  }

  .vault-bridge {
    padding: 92px 0 110px;
  }

  .vault-bridge__divider {
    width: min(100%, calc(100% - 28px));
  }

  .vault-bridge__eyebrow {
    letter-spacing: 0.28em;
  }

  .vault-bridge__title {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
    letter-spacing: 0.1em;
  }

  .vault-bridge__signature {
    gap: 10px 12px;
    font-size: 0.66rem;
    letter-spacing: 0.18em;
  }

  .arrivals__eyebrow {
    letter-spacing: 0.28em;
  }

  .vault-experience__stage {
    min-height: min(68svh, 540px);
    border-radius: 22px;
  }

  .vault-gallery {
    min-height: min(62svh, 500px);
  }

  .vault-copy__eyebrow {
    letter-spacing: 0.24em;
  }

  .vault-copy__section-title {
    font-size: clamp(1.9rem, 10vw, 3rem);
  }

  .vault-copy__subtitle {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .vault-doors {
    grid-template-columns: 1fr 1px 1fr;
  }

  .vault-museum__wall {
    width: 18%;
  }

  .vault-museum__hall {
    inset-inline: 14%;
  }

  .vault-museum__plinth {
    bottom: 10%;
    width: 88px;
    height: 88px;
  }

  .vault-museum__plinth--left {
    left: 18%;
  }

  .vault-museum__plinth--right {
    right: 18%;
  }

  .vault-quote__text {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .vault-scene--gallery .vault-copy--compact::after {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
  }

  .arrivals__title {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
  }

  .arrivals__subtitle {
    font-size: 0.96rem;
    line-height: 1.8;
  }

  .lookbook__frame {
    height: min(62vh, 440px);
  }

  .lookbook__ending-button {
    width: 100%;
    justify-content: center;
  }

}

@media (pointer: coarse) {
  body {
    cursor: auto;
  }

  .cursor {
    display: none;
  }

  .vault-gallery-cursor {
    display: none;
  }

  .product-card {
    --tilt-x: 0deg;
    --tilt-y: 0deg;
  }

  .lookbook {
    --lookbook-mouse-x: 0px;
    --lookbook-mouse-y: 0px;
  }

  .product-card {
    --card-scale: 1;
  }

  .product-card__price,
  .product-card__actions,
  .product-card__wishlist {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  a,
  button {
    cursor: auto;
  }

  .luxury-marquee__track,
  .hero__video,
  .hero__sheen {
    animation: none;
  }

  .luxury-promo__panel {
    transform: none;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: calc(var(--hero-stage-height) + 14vh);
  }
}

.vault-bridge {
  position: relative;
  min-height: clamp(520px, 68svh, 720px);
  display: grid;
  place-items: center;
  padding: clamp(72px, 8vw, 112px) 0 clamp(72px, 7vw, 104px);
  background:
    radial-gradient(circle at 50% 18%, rgba(200, 169, 106, 0.08), transparent 20%),
    radial-gradient(circle at 22% 24%, rgba(0, 0, 0, 0.03), transparent 18%),
    linear-gradient(180deg, #fbfaf7 0%, #ffffff 52%, #f3efe8 100%);
  overflow: hidden;
}

.vault-bridge::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 20%, rgba(0, 0, 0, 0.04) 72%, rgba(0, 0, 0, 0.08) 100%),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.1), transparent 16%);
  pointer-events: none;
}

.vault-bridge__inner {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  place-items: center;
  gap: 28px;
  text-align: center;
}

.vault-bridge__shell {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  gap: clamp(20px, 3vw, 30px);
}

.vault-bridge__banner {
  position: relative;
  margin: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: clamp(180px, 24vw, 280px);
  border-radius: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.12), rgba(18, 18, 18, 0.36)),
    #c7b8a2;
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.vault-bridge__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.08), transparent 22%, rgba(12, 12, 12, 0.28) 100%),
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.12), transparent 22%);
  pointer-events: none;
}

.vault-bridge__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vault-bridge__eyebrow,
.vault-bridge__title,
.vault-bridge__copy {
  margin: 0;
}

.vault-bridge__eyebrow {
  color: rgba(32, 32, 32, 0.54);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  opacity: 1;
  filter: none;
  transform: none;
  animation: none;
}

.vault-bridge__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.6rem, 6.2vw, 6rem);
  line-height: 0.9;
  letter-spacing: 0.18em;
  color: #111111;
  text-shadow: 0 6px 20px rgba(255, 255, 255, 0.36);
  opacity: 1;
  filter: none;
  transform: none;
  animation: none;
}

.vault-bridge__copy {
  max-width: 42ch;
  color: rgba(20, 20, 20, 0.64);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.92;
  letter-spacing: 0.045em;
  opacity: 1;
  filter: none;
  transform: none;
  animation: none;
}

.vault-experience {
  position: relative;
  margin-top: clamp(120px, 12vw, 220px);
  min-height: auto;
  padding: 0 0 clamp(20px, 3vw, 36px);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.03), transparent 14%),
    linear-gradient(180deg, #0b0b0b 0%, #0b0b0b 100%);
  overflow: hidden;
}

.vault-experience::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.04) 0 0.24%, transparent 0.52%) 50% 50% / 16% 16% repeat,
    radial-gradient(circle at 50% 18%, rgba(255, 234, 196, 0.08), transparent 22%);
  pointer-events: none;
  opacity: 0.45;
}

.vault-experience__shell {
  position: relative;
  z-index: 1;
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: clamp(18px, 3vw, 28px);
}

.vault-experience__stage {
  position: relative;
  min-height: min(112svh, 1280px);
  display: grid;
  place-items: center;
  padding: clamp(22px, 2.8vw, 34px);
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.vault-sequence,
.vault-grid {
  width: 100%;
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-sequence {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 28px;
  place-items: center;
}

.vault-sequence__header {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.vault-sequence__eyebrow,
.vault-sequence__title {
  margin: 0;
  text-transform: uppercase;
}

.vault-sequence__eyebrow {
  color: rgba(200, 169, 106, 0.86);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.34em;
}

.vault-sequence__title {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.88rem, 0.92vw, 0.98rem);
  font-weight: 500;
  letter-spacing: 0.42em;
}

.vault-sequence__viewport {
  position: relative;
  width: min(100%, 1120px);
  min-height: clamp(620px, 84vh, 940px);
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 236, 196, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(14, 14, 14, 0.98), rgba(2, 2, 2, 1));
  border: 1px solid rgba(200, 169, 106, 0.14);
  box-shadow:
    0 32px 84px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vault-sequence__viewport::before,
.vault-sequence__viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vault-sequence__viewport::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 26%),
    radial-gradient(circle at center, transparent 54%, rgba(0, 0, 0, 0.34) 100%);
}

.vault-sequence__viewport::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent 20%, transparent 80%, rgba(0, 0, 0, 0.52)),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.04) 0 0.24%, transparent 0.5%) 50% 50% / 20% 20% repeat;
}

.vault-sequence__ambient {
  position: absolute;
  inset: auto 12% 8%;
  height: 30%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 225, 176, 0.18), transparent 72%);
  filter: blur(34px);
  opacity: 0.18;
  transition: opacity 0.7s ease;
}

.vault-experience.is-door-open .vault-sequence__ambient {
  opacity: 0.46;
}

.vault-sequence__media {
  position: absolute;
  inset: 0;
}

.vault-sequence__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-sequence__item.is-active {
  opacity: 1;
}

.vault-sequence__pair {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.vault-sequence__panel {
  position: relative;
  overflow: hidden;
  background: #020202;
}

.vault-sequence__panel video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
  background: #020202;
  transition:
    opacity 0.4s ease,
    filter 0.4s ease;
}

.vault-sequence__item:not(.is-active) .vault-sequence__panel video {
  opacity: 0;
}

.vault-sequence__item.is-active .vault-sequence__panel video {
  opacity: 1;
  filter: brightness(1) contrast(1.02) saturate(1);
}

.vault-door {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0 minmax(0, 1fr);
  pointer-events: none;
}

.vault-door__panel {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 18%, rgba(255, 255, 255, 0.08) 52%, transparent 84%),
    linear-gradient(180deg, #24272a 0%, #111316 46%, #08090b 100%);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-door__panel::before,
.vault-door__panel::after,
.vault-door__seam::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.vault-door__panel::before {
  inset: 16px;
  border: 1px solid rgba(200, 169, 106, 0.16);
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vault-door__panel::after {
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.08), transparent 18%, transparent 72%, rgba(255, 255, 255, 0.04)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0 2px, transparent 2px 6px);
  mix-blend-mode: screen;
  opacity: 0.52;
}

.vault-door__seam {
  position: relative;
  background: transparent;
  box-shadow: none;
}

.vault-door__panel--left {
  transform: translate3d(0, 0, 0);
}

.vault-door__panel--right {
  transform: translate3d(0, 0, 0);
}

.vault-experience.is-door-open .vault-door__panel--left {
  transform: translate3d(-100%, 0, 0);
}

.vault-experience.is-door-open .vault-door__panel--right {
  transform: translate3d(100%, 0, 0);
}

.vault-grid {
  position: relative;
  inset: auto;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-areas:
    "men men men men men men women women women women women women"
    "men men men men men men women women women women women women";
  grid-template-rows: minmax(320px, 1fr) minmax(320px, 1fr);
  column-gap: clamp(22px, 2vw, 30px);
  row-gap: clamp(28px, 3vw, 44px);
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  pointer-events: auto;
}

.vault-grid__card[data-vault-card="men"] {
  grid-area: men;
}

.vault-grid__card[data-vault-card="women"] {
  grid-area: women;
}

.vault-grid__card[data-vault-card="men"] {
  min-height: clamp(620px, 72vh, 860px);
}

.vault-grid__card[data-vault-card="women"] {
  min-height: clamp(620px, 72vh, 860px);
}

.vault-experience.is-grid-revealed .vault-sequence {
  opacity: 0;
  transform: translate3d(0, -20px, 0) scale(0.985);
  filter: blur(10px);
  pointer-events: none;
}

.vault-experience.is-grid-revealed .vault-grid {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  pointer-events: auto;
}

.vault-grid__card {
  position: relative;
  min-height: clamp(260px, 30vh, 420px);
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(16, 16, 16, 0.98), rgba(6, 6, 6, 1));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -22px 42px rgba(0, 0, 0, 0.14);
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.92s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.78s ease,
    border-color 0.6s ease,
    filter 0.78s ease,
    opacity 0.92s cubic-bezier(0.22, 1, 0.36, 1),
    clip-path 1.08s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-grid__card.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0);
}

.vault-grid__card:hover,
.vault-grid__card:focus-within {
  transform: translate3d(0, -10px, 0);
  border-color: rgba(200, 169, 106, 0.24);
  box-shadow:
    0 30px 72px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(200, 169, 106, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -28px 48px rgba(0, 0, 0, 0.18);
}

.vault-grid__media {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
}

.vault-grid__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 20%, rgba(0, 0, 0, 0.18) 54%, rgba(0, 0, 0, 0.82) 100%),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.12), transparent 24%);
  pointer-events: none;
  transition: opacity 0.78s ease, background 0.78s ease;
}

.vault-grid__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: #020202;
  transition:
    opacity 0.78s ease,
    filter 0.78s ease,
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-grid__media video {
  opacity: 1;
  filter: brightness(0.9) contrast(1.02) saturate(0.98);
}

.vault-grid__card:hover .vault-grid__media::after,
.vault-grid__card:focus-within .vault-grid__media::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), transparent 20%, rgba(0, 0, 0, 0.14) 52%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.18), transparent 26%);
}

.vault-grid__card:hover .vault-grid__media video,
.vault-grid__card:focus-within .vault-grid__media video {
  transform: scale(1.05);
  filter: brightness(1) contrast(1.04) saturate(1);
}

.vault-grid__card[data-vault-card="men"] .vault-grid__media video {
  object-fit: cover;
  object-position: center center;
}

.vault-grid__card[data-vault-card="women"] .vault-grid__media video {
  object-fit: cover;
  object-position: center center;
}

.vault-grid__content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  display: grid;
  justify-items: start;
  align-content: end;
  gap: 12px;
  min-height: 0;
  padding: 0 40px 40px;
  max-width: min(420px, 100%);
  text-align: left;
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-grid__content .vault-copy__section-title {
  margin: 0;
  font-size: clamp(2rem, 2.8vw, 3.15rem);
  line-height: 0.98;
  letter-spacing: 0.12em;
  text-wrap: balance;
  max-width: min(80%, 12ch);
}

.vault-grid__content .vault-copy__eyebrow {
  margin: 0;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vault-copy__description {
  margin: 0;
  max-width: min(30ch, 100%);
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.92rem, 0.98vw, 1rem);
  line-height: 1.68;
  letter-spacing: 0.03em;
}

.vault-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 12px;
  padding: 14px 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.45s ease,
    background 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.vault-card__arrow {
  display: inline-block;
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.vault-grid__card:hover .vault-card__cta,
.vault-grid__card:focus-within .vault-card__cta {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.vault-grid__card:hover .vault-grid__content,
.vault-grid__card:focus-within .vault-grid__content {
  transform: translate3d(0, -8px, 0);
}

.vault-grid__card:hover .vault-card__cta,
.vault-grid__card:focus-within .vault-card__cta {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.44);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    0 0 22px rgba(255, 255, 255, 0.06);
}

.vault-grid__card:hover .vault-card__arrow,
.vault-grid__card:focus-within .vault-card__arrow {
  transform: translate3d(6px, 0, 0);
}

.vault-grid__card[data-vault-card="women"] .vault-grid__content {
  inset: auto 0 0 0;
  align-content: end;
  max-width: min(420px, 100%);
  padding: 0 40px 40px;
}

.arrivals {
  margin-top: 0;
  padding: 0 0 clamp(112px, 11vw, 148px);
  background: #f7f5f2;
}

.arrivals__intro {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: clamp(94svh, 104vh, 1160px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f7f5f2;
}

.arrivals__intro-fill,
.arrivals__intro-video {
  position: absolute;
  inset: 0 auto 0 50%;
  width: 100vw;
  height: 100%;
  max-width: none;
  transform: translate3d(-50%, 0, 0);
}

.arrivals__intro-fill {
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.72) saturate(0.9) blur(1px);
}

.arrivals__intro-video {
  z-index: 1;
  background: transparent;
  object-fit: contain;
  object-position: center center;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000000 10%, #000000 92%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000000 10%, #000000 92%, transparent 100%);
}

.arrivals__intro-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.48)),
    radial-gradient(circle at center, transparent 38%, rgba(0, 0, 0, 0.46) 100%);
}

.arrivals__intro-copy {
  position: absolute;
  inset: 50% auto auto clamp(48px, 6vw, 88px);
  z-index: 3;
  display: grid;
  gap: 12px;
  align-content: center;
  justify-items: start;
  width: min(560px, calc(100% - clamp(96px, 12vw, 176px)));
  margin: 0;
  text-align: left;
  transform: translate3d(0, -50%, 0);
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.letter-reveal__char {
  display: inline-block;
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--char-index, 0) * 0.018s);
}

.arrivals-reveal.is-visible [data-letter-reveal] .letter-reveal__char {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.vault-grid__card.is-visible [data-letter-reveal] .letter-reveal__char {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.arrivals__intro-eyebrow,
.arrivals__intro-title,
.arrivals__intro-subtitle {
  margin: 0;
  color: #ffffff;
}

.arrivals__intro-eyebrow {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  opacity: 0.76;
}

.arrivals__intro-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  line-height: 0.96;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.arrivals__intro-subtitle {
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.86rem, 0.92vw, 0.98rem);
  line-height: 1.68;
  letter-spacing: 0.04em;
}

.arrivals__intro-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding: 14px 26px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  transform: translate3d(0, 16px, 0) scale(0.98);
  transition:
    opacity 0.6s ease,
    background 0.45s ease,
    border-color 0.45s ease,
    transform 0.45s ease,
    box-shadow 0.45s ease;
}

.arrivals__intro-arrow {
  display: inline-block;
  transition: transform 0.45s ease;
}

.arrivals__intro:hover .arrivals__intro-copy,
.arrivals__intro:focus-within .arrivals__intro-copy {
  transform: translate3d(0, calc(-50% - 8px), 0);
}

.arrivals__intro:hover .arrivals__intro-cta,
.arrivals__intro:focus-within .arrivals__intro-cta {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.arrivals__intro-cta:hover,
.arrivals__intro-cta:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(255, 255, 255, 0.08);
  transform: translate3d(0, -4px, 0) scale(1);
}

.arrivals__intro-cta:hover .arrivals__intro-arrow,
.arrivals__intro-cta:focus-visible .arrivals__intro-arrow {
  transform: translate3d(6px, 0, 0);
}

.arrivals__inner {
  padding-top: clamp(18px, 2.5vw, 32px);
}

.arrivals__eyebrow {
  color: rgba(24, 24, 24, 0.56);
}

.arrivals__title {
  color: #111111;
}

.arrivals__subtitle {
  color: rgba(17, 17, 17, 0.62);
}

.accessories-feature {
  position: relative;
  padding-top: clamp(28px, 3.4vw, 44px);
  background: #0b0b0b;
}

.accessories-feature__intro {
  background: #050505;
}

.best-sellers {
  position: relative;
  min-height: 600vw;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.04), transparent 24%),
    linear-gradient(180deg, #070707 0%, #050505 52%, #030303 100%);
  overflow: clip;
}

.best-sellers__viewport {
  position: relative;
  height: 100svh;
  overflow: hidden;
  background: transparent;
}

.best-sellers__grain,
.best-sellers__vignette,
.best-sellers__top-light {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.best-sellers__grain {
  z-index: 0;
  opacity: 0.08;
  mix-blend-mode: screen;
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.16) 0 0.45px, transparent 0.85px) 0 0 / 12px 12px,
    radial-gradient(circle at 72% 32%, rgba(255, 255, 255, 0.12) 0 0.4px, transparent 0.8px) 0 0 / 13px 13px,
    radial-gradient(circle at 46% 76%, rgba(255, 255, 255, 0.08) 0 0.35px, transparent 0.75px) 0 0 / 10px 10px;
  animation: introGrainShift 0.3s steps(2) infinite;
}

.best-sellers__vignette {
  z-index: 0;
  background:
    radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.42));
}

.best-sellers__top-light {
  z-index: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.11), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%);
}

.best-sellers__header {
  position: absolute;
  top: clamp(32px, 4vw, 56px);
  left: clamp(24px, 4vw, 56px);
  z-index: 3;
  display: grid;
  gap: 10px;
  max-width: min(460px, calc(100% - 48px));
}

.best-sellers__eyebrow,
.best-sellers__title {
  margin: 0;
}

.best-sellers__eyebrow {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.best-sellers__title {
  color: rgba(255, 255, 255, 0.94);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 0.94;
  letter-spacing: 0.05em;
  text-wrap: balance;
}

.best-sellers__track {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  display: flex;
  width: 600vw;
  height: 100%;
  will-change: transform;
}

.best-sellers__panel {
  position: relative;
  flex: 0 0 100vw;
  width: 100vw;
  height: 100%;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.best-sellers__panel.is-active {
  pointer-events: auto;
}

.best-sellers__stage {
  position: relative;
  width: min(100%, 1000px);
  min-height: 100%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 32px;
  padding: clamp(130px, 15vh, 180px) clamp(24px, 4vw, 48px) clamp(72px, 10vh, 112px);
  opacity: var(--seller-opacity, 0);
  filter: blur(var(--seller-blur, 8px));
  transform: translate3d(0, var(--seller-shift-y, 0px), 0) scale(var(--seller-scale, 1));
  will-change: transform, opacity, filter;
}

.best-sellers__product-shell {
  position: relative;
  width: min(100%, 720px);
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  perspective: 1200px;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.best-sellers__glow {
  position: absolute;
  inset: 50% auto auto 50%;
  width: clamp(280px, 40vw, 560px);
  height: clamp(280px, 40vw, 560px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 36%, transparent 72%);
  transform: translate3d(calc(-50% + var(--seller-mouse-x, 0px) * 0.35), calc(-50% + var(--seller-mouse-y, 0px) * 0.35), 0) scale(var(--seller-glow-scale, 1));
  filter: blur(34px);
  opacity: var(--seller-glow-opacity, 0.88);
  animation: bestSellersGlow 7.6s ease-in-out infinite;
  will-change: transform, opacity;
}

.best-sellers__reflection {
  position: absolute;
  inset: auto auto 0 50%;
  width: clamp(220px, 28vw, 380px);
  height: clamp(60px, 7vw, 90px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 72%);
  transform: translate3d(-50%, 24px, 0);
  filter: blur(20px);
  opacity: 0.32;
}

.best-sellers__product-wrap {
  position: relative;
  z-index: 1;
  width: min(100%, var(--product-width, 520px));
  margin: 0;
  display: grid;
  place-items: center;
  animation: bestSellersFloat var(--float-duration, 7s) ease-in-out infinite;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.32));
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s ease;
  will-change: transform;
}

.best-sellers__product-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  user-select: none;
  pointer-events: none;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s ease;
  will-change: transform, opacity, filter;
}

.best-sellers__info {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: min(640px, calc(100% - 24px));
  text-align: center;
  opacity: var(--seller-info-opacity, 0);
  filter: blur(var(--seller-info-blur, 8px));
  transform: translate3d(0, var(--seller-info-shift, 26px), 0);
  will-change: transform, opacity, filter;
}

.best-sellers__product-label,
.best-sellers__product-name {
  margin: 0;
}

.best-sellers__product-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.best-sellers__product-name {
  color: rgba(255, 255, 255, 0.96);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 3vw, 3.3rem);
  line-height: 0.92;
  letter-spacing: 0.05em;
}

.best-sellers__product-description {
  margin: 0;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.72;
  letter-spacing: 0.02em;
}

.best-sellers__pricing {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.best-sellers__price-current {
  color: rgba(247, 239, 217, 0.78);
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.best-sellers__price-old {
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.84rem;
  letter-spacing: 0.16em;
  text-decoration: line-through;
}

.best-sellers__discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.04);
}

.best-sellers__rating {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  letter-spacing: 0.28em;
}

.best-sellers__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.best-sellers__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  margin-top: 8px;
  padding: 13px 24px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.94);
  background: transparent;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition:
    background 0.4s ease,
    color 0.4s ease,
    border-color 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
}

.best-sellers__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.18) 48%, transparent 82%);
  transform: translate3d(-110%, 0, 0);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.best-sellers__button span,
.best-sellers__button svg {
  position: relative;
  z-index: 1;
}

.best-sellers__button--primary {
  background: rgba(255, 255, 255, 0.05);
}

.best-sellers__button--secondary {
  background: transparent;
}

.best-sellers__button:hover,
.best-sellers__button:focus-visible {
  background: #ffffff;
  color: #050505;
  border-color: #ffffff;
  transform: scale(1.035);
  box-shadow: 0 18px 40px rgba(255, 255, 255, 0.12);
}

.best-sellers__button:hover::before,
.best-sellers__button:focus-visible::before {
  transform: translate3d(110%, 0, 0);
}

.best-sellers__button.is-loading {
  color: rgba(255, 255, 255, 0.82);
  pointer-events: none;
}

.best-sellers__button.is-loading::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-top-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  animation: bestSellersSpin 0.8s linear infinite;
}

.best-sellers__button.is-added {
  background: rgba(255, 255, 255, 0.96);
  color: #050505;
  border-color: rgba(255, 255, 255, 0.96);
}

.best-sellers__wishlist {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.03);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease,
    background 0.4s ease,
    box-shadow 0.4s ease,
    color 0.4s ease;
}

.best-sellers__wishlist svg {
  width: 20px;
  height: 20px;
}

.best-sellers__wishlist path {
  stroke: currentColor;
  stroke-width: 1.6;
  fill: transparent;
  transition: fill 0.35s ease, stroke 0.35s ease;
}

.best-sellers__wishlist:hover,
.best-sellers__wishlist:focus-visible,
.best-sellers__wishlist.is-saved {
  transform: translate3d(0, -4px, 0) scale(1.03);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 32px rgba(255, 255, 255, 0.08);
}

.best-sellers__wishlist:hover path,
.best-sellers__wishlist:focus-visible path,
.best-sellers__wishlist.is-saved path {
  fill: currentColor;
}

.best-sellers__panel.is-active:hover .best-sellers__product-wrap,
.best-sellers__panel.is-active:focus-within .best-sellers__product-wrap {
  transform: translate3d(0, -10px, 0) scale(1.05);
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.4));
}

.best-sellers__panel.is-active:hover .best-sellers__product-image,
.best-sellers__panel.is-active:focus-within .best-sellers__product-image {
  filter: brightness(1.04);
}

.best-sellers__panel.is-active:hover .best-sellers__glow,
.best-sellers__panel.is-active:focus-within .best-sellers__glow {
  opacity: calc(var(--seller-glow-opacity, 0.88) + 0.12);
}

.best-sellers-modal {
  position: fixed;
  inset: 0;
  z-index: 1800;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0s linear 0.45s;
}

.best-sellers-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.best-sellers-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.best-sellers-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 0.92fr);
  gap: clamp(24px, 3vw, 42px);
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.05), transparent 28%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.96), rgba(5, 5, 5, 0.98));
  box-shadow: 0 34px 88px rgba(0, 0, 0, 0.46);
  transform: translate3d(0, 18px, 0) scale(0.98);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.best-sellers-modal.is-open .best-sellers-modal__dialog {
  transform: translate3d(0, 0, 0) scale(1);
}

.best-sellers-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  font-size: 1.8rem;
  line-height: 1;
}

.best-sellers-modal__media {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
}

.best-sellers-modal__glow {
  position: absolute;
  inset: 50% auto auto 50%;
  width: clamp(260px, 30vw, 420px);
  height: clamp(260px, 30vw, 420px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 70%);
  transform: translate3d(-50%, -50%, 0);
  filter: blur(28px);
}

.best-sellers-modal__image {
  position: relative;
  z-index: 1;
  max-width: min(100%, 420px);
  max-height: 460px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.best-sellers-modal__content {
  display: grid;
  align-content: center;
  gap: 14px;
}

.best-sellers-modal__label,
.best-sellers-modal__title,
.best-sellers-modal__description,
.best-sellers-modal__rating {
  margin: 0;
}

.best-sellers-modal__label {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.best-sellers-modal__title {
  color: rgba(255, 255, 255, 0.96);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.94;
}

.best-sellers-modal__description {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.76;
}

.best-sellers-modal__pricing,
.best-sellers-modal__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.best-sellers-modal__price-current {
  color: rgba(247, 239, 217, 0.84);
  font-size: 0.98rem;
  letter-spacing: 0.18em;
}

.best-sellers-modal__price-old {
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.84rem;
  letter-spacing: 0.16em;
  text-decoration: line-through;
}

.best-sellers-modal__discount {
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.best-sellers-modal__discount:empty,
.best-sellers__discount:empty {
  display: none;
}

.best-sellers-modal__rating {
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.28em;
}

@keyframes bestSellersSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes bestSellersFloat {
  0% {
    transform: translate3d(0, -12px, 0);
  }

  50% {
    transform: translate3d(0, 12px, 0);
  }

  100% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes bestSellersGlow {
  0% {
    opacity: 0.72;
    transform: translate3d(calc(-50% + var(--seller-mouse-x, 0px) * 0.35), calc(-50% + var(--seller-mouse-y, 0px) * 0.35), 0) scale(0.92);
  }

  50% {
    opacity: 0.96;
    transform: translate3d(calc(-50% + var(--seller-mouse-x, 0px) * 0.35), calc(-50% + var(--seller-mouse-y, 0px) * 0.35), 0) scale(1.08);
  }

  100% {
    opacity: 0.72;
    transform: translate3d(calc(-50% + var(--seller-mouse-x, 0px) * 0.35), calc(-50% + var(--seller-mouse-y, 0px) * 0.35), 0) scale(0.92);
  }
}

@media (max-width: 1120px) {
  .vault-bridge__shell,
  .vault-bridge__inner,
  .vault-experience__shell {
    width: min(100%, calc(100% - 40px));
  }

  .vault-bridge {
    min-height: clamp(380px, 54svh, 500px);
    padding: 0 0 42px;
  }

  .vault-experience {
    margin-top: clamp(96px, 10vw, 160px);
  }

  .accessories-feature {
    padding-top: 28px;
  }

  .best-sellers__header {
    top: 32px;
    left: 28px;
  }

  .best-sellers__title {
    font-size: clamp(1.9rem, 4.6vw, 3rem);
  }

  .best-sellers__stage {
    width: min(100%, 860px);
    padding-top: clamp(120px, 14vh, 150px);
  }

  .best-sellers__product-name {
    font-size: clamp(1.75rem, 4.2vw, 2.7rem);
  }

  .best-sellers__product-description {
    max-width: 38ch;
  }

  .best-sellers-modal__dialog {
    grid-template-columns: 1fr;
  }

  .best-sellers-modal__media {
    min-height: 340px;
  }

  .vault-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "men women"
      "men women";
    grid-template-rows: minmax(280px, 1fr) minmax(280px, 1fr);
  }

  .vault-sequence__viewport {
    min-height: clamp(560px, 76vh, 820px);
  }

  .vault-grid__content {
    padding: 0 32px 34px;
  }

  .vault-grid__content .vault-copy__section-title {
    font-size: clamp(1.72rem, 3.2vw, 2.5rem);
    max-width: min(88%, 13ch);
  }

  .vault-grid__card[data-vault-card="women"] .vault-grid__content {
    padding: 0 28px;
  }

  .arrivals__intro-copy {
    width: min(540px, calc(100% - 48px));
  }

  .arrivals__intro-title {
    font-size: clamp(2.1rem, 4.8vw, 3.2rem);
  }

}

@media (max-width: 768px) {
  :root {
    --hero-stage-height: clamp(440px, 76svh, 620px);
  }

  .vault-bridge {
    min-height: clamp(320px, 46svh, 420px);
    padding: 0 0 28px;
  }

  .vault-bridge__shell,
  .vault-bridge__inner,
  .vault-experience__shell {
    width: min(100%, calc(100% - 24px));
  }

  .vault-bridge__shell {
    gap: 18px;
  }

  .vault-bridge__banner {
    min-height: 150px;
    border-radius: 0;
  }

  .vault-bridge__inner {
    gap: 24px;
  }

  .vault-bridge__title {
    font-size: clamp(2.2rem, 9vw, 3.4rem);
    letter-spacing: 0.11em;
  }

  .vault-bridge__copy {
    max-width: 30ch;
    font-size: 0.96rem;
    line-height: 1.82;
  }

  .vault-experience {
    margin-top: clamp(72px, 9vw, 110px);
    padding-bottom: 72px;
  }

  .accessories-feature {
    padding-top: 22px;
  }

  .best-sellers {
    min-height: 720vw;
  }

  .best-sellers__header {
    top: 22px;
    left: 18px;
    max-width: calc(100% - 36px);
  }

  .best-sellers__stage {
    gap: 22px;
    padding: 118px 24px 72px;
  }

  .best-sellers__product-shell {
    width: min(100%, 520px);
  }

  .best-sellers__product-name {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
    text-align: center;
  }

  .best-sellers__product-description {
    font-size: 0.92rem;
  }

  .best-sellers__price-current,
  .best-sellers__rating {
    font-size: 0.84rem;
  }

  .best-sellers__button {
    min-width: 152px;
    padding: 12px 20px;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }

  .best-sellers__actions {
    gap: 10px;
  }

  .best-sellers__wishlist {
    width: 44px;
    height: 44px;
  }

  .best-sellers-modal {
    padding: 16px;
  }

  .best-sellers-modal__dialog {
    gap: 20px;
    padding: 22px 20px;
  }

  .best-sellers-modal__media {
    min-height: 280px;
  }

  .vault-experience__stage {
    min-height: auto;
    padding: 16px;
  }

  .vault-sequence__viewport {
    min-height: 560px;
  }

  .vault-grid {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "men"
      "women";
    grid-template-rows: none;
    gap: 22px;
    margin-top: 36px;
  }

  .vault-grid__card {
    min-height: 360px;
  }

  .vault-grid__card[data-vault-card="men"],
  .vault-grid__card[data-vault-card="women"] {
    min-height: 430px;
  }

  .vault-grid__content {
    padding: 0 24px 28px;
    max-width: calc(100% - 48px);
  }

  .vault-grid__content .vault-copy__section-title {
    font-size: clamp(1.48rem, 6vw, 2rem);
    max-width: min(92%, 13ch);
  }

  .vault-copy__description {
    max-width: 92%;
    font-size: 0.92rem;
  }

  .vault-card__cta {
    opacity: 1;
    transform: none;
  }

  .vault-grid__card[data-vault-card="women"] .vault-grid__content {
    inset: auto 0 0 0;
    justify-items: start;
    align-content: end;
    padding: 0 24px 28px;
    text-align: left;
    max-width: calc(100% - 48px);
  }

  .vault-grid__card[data-vault-card="accessories"] .vault-grid__content {
    inset: auto 0 0 0;
    justify-items: start;
    padding: 0 24px 28px;
    text-align: left;
  }

  .arrivals__intro-copy {
    inset: 50% auto auto 24px;
    width: min(100%, calc(100% - 40px));
    gap: 10px;
    align-content: center;
    justify-items: start;
    text-align: left;
    transform: translate3d(0, -50%, 0);
  }

  .arrivals__intro-title {
    font-size: clamp(1.86rem, 9.5vw, 2.7rem);
    white-space: normal;
  }

  .arrivals__intro-cta {
    padding: 13px 22px;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }

  .arrivals__inner {
    padding-top: 20px;
  }
}

@keyframes vaultBridgeFadeUp {
  from {
    opacity: 0;
    filter: blur(14px);
    transform: translate3d(0, 28px, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes vaultCtaReveal {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.best-sellers {
  position: relative;
  margin-top: clamp(120px, 10vw, 180px);
  background: #ffffff;
  color: #0d0d0d;
  overflow: clip;
}

.best-sellers__viewport {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(44px, 5vw, 72px) clamp(24px, 4vw, 56px);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.95), rgba(248, 246, 242, 0.92) 34%, rgba(241, 238, 232, 0.82) 64%, rgba(255, 255, 255, 0.96) 100%);
}

.best-sellers:not(.is-ready) .best-sellers__header {
  opacity: 1;
  transform: none;
  filter: none;
}

.best-sellers:not(.is-ready) .best-sellers__panel {
  display: none;
}

.best-sellers:not(.is-ready) .best-sellers__panel:first-child {
  display: grid;
  pointer-events: auto;
}

.best-sellers:not(.is-ready) .best-sellers__panel:first-child .best-sellers__stage,
.best-sellers:not(.is-ready) .best-sellers__panel:first-child .best-sellers__info {
  opacity: 1;
  filter: none;
  transform: none;
}

.best-sellers__ambient,
.best-sellers__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.best-sellers__ambient--left {
  background: radial-gradient(circle at 18% 30%, rgba(255, 255, 255, 0.95), transparent 42%);
}

.best-sellers__ambient--right {
  background: radial-gradient(circle at 78% 22%, rgba(230, 226, 218, 0.5), transparent 34%);
}

.best-sellers__grain {
  opacity: 0.05;
  mix-blend-mode: multiply;
  background:
    radial-gradient(circle at 20% 24%, rgba(0, 0, 0, 0.16) 0 0.5px, transparent 0.95px) 0 0 / 14px 14px,
    radial-gradient(circle at 72% 32%, rgba(0, 0, 0, 0.12) 0 0.45px, transparent 0.9px) 0 0 / 13px 13px,
    radial-gradient(circle at 46% 76%, rgba(0, 0, 0, 0.08) 0 0.4px, transparent 0.85px) 0 0 / 11px 11px;
}

.best-sellers__layout {
  position: relative;
  z-index: 1;
  width: min(1320px, 100%);
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(340px, 1.18fr) minmax(160px, 0.38fr);
  gap: clamp(28px, 3vw, 46px);
  align-items: center;
}

.best-sellers__column {
  min-width: 0;
}

.best-sellers__column--info {
  display: grid;
  gap: clamp(24px, 3vw, 34px);
}

.best-sellers__intro,
.best-sellers__copy {
  display: grid;
}

.best-sellers__intro {
  gap: 18px;
}

.best-sellers__copy {
  gap: 16px;
}

.best-sellers__eyebrow,
.best-sellers__title,
.best-sellers__product-index,
.best-sellers__product-name,
.best-sellers__product-description,
.best-sellers__rating,
.best-sellers__nav-label {
  margin: 0;
}

.best-sellers__eyebrow,
.best-sellers__product-index,
.best-sellers__nav-label {
  color: rgba(17, 17, 17, 0.56);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.best-sellers__rule {
  display: block;
  width: clamp(88px, 9vw, 120px);
  height: 1px;
  background: rgba(17, 17, 17, 0.14);
}

.best-sellers__title {
  max-width: 10ch;
  color: #101010;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 4.2vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-wrap: balance;
}

.best-sellers__product-name {
  max-width: 11ch;
  color: #0f0f0f;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 3.6vw, 3.9rem);
  line-height: 0.92;
  letter-spacing: 0.03em;
}

.best-sellers__product-description {
  max-width: 34ch;
  color: rgba(17, 17, 17, 0.68);
  font-size: 1rem;
  line-height: 1.85;
}

.best-sellers__pricing {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.best-sellers__price-current {
  color: #0d0d0d;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.best-sellers__price-old {
  color: rgba(17, 17, 17, 0.35);
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  text-decoration: line-through;
}

.best-sellers__discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  color: #111111;
  background: rgba(17, 17, 17, 0.04);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.best-sellers__rating {
  color: #111111;
  font-size: 0.94rem;
  letter-spacing: 0.3em;
}

.best-sellers__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.best-sellers__button,
.best-sellers__circle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.18);
  color: #111111;
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.best-sellers__button {
  min-width: 170px;
  padding: 14px 24px;
  border-radius: 999px;
}

.best-sellers__button--primary {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

.best-sellers__button--secondary {
  background: rgba(255, 255, 255, 0.8);
}

.best-sellers__button:hover,
.best-sellers__button:focus-visible,
.best-sellers__circle-button:hover,
.best-sellers__circle-button:focus-visible {
  transform: translate3d(0, -4px, 0) scale(1.02);
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.12);
}

.best-sellers__button--primary:hover,
.best-sellers__button--primary:focus-visible {
  background: #222222;
  border-color: #222222;
}

.best-sellers__button--secondary:hover,
.best-sellers__button--secondary:focus-visible,
.best-sellers__circle-button:hover,
.best-sellers__circle-button:focus-visible {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.best-sellers__button.is-loading {
  pointer-events: none;
}

.best-sellers__button.is-loading::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-top-color: rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  animation: bestSellersSpin 0.8s linear infinite;
}

.best-sellers__button--secondary.is-loading::after,
.best-sellers-modal .best-sellers__button--secondary.is-loading::after {
  border-color: rgba(17, 17, 17, 0.18);
  border-top-color: rgba(17, 17, 17, 0.9);
}

.best-sellers__button.is-added {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.best-sellers__wishlist {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(17, 17, 17, 0.18);
  color: #111111;
  background: rgba(255, 255, 255, 0.82);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
}

.best-sellers__wishlist svg {
  width: 20px;
  height: 20px;
}

.best-sellers__wishlist path {
  stroke: currentColor;
  stroke-width: 1.6;
  fill: transparent;
  transition: fill 0.3s ease, stroke 0.3s ease;
}

.best-sellers__wishlist:hover,
.best-sellers__wishlist:focus-visible,
.best-sellers__wishlist.is-saved {
  transform: translate3d(0, -4px, 0) scale(1.03);
  background: #111111;
  border-color: #111111;
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(17, 17, 17, 0.14);
}

.best-sellers__wishlist:hover path,
.best-sellers__wishlist:focus-visible path,
.best-sellers__wishlist.is-saved path {
  fill: currentColor;
}

.best-sellers__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.best-sellers__feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(17, 17, 17, 0.7);
  font-size: 0.88rem;
  line-height: 1.5;
}

.best-sellers__feature-icon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #111111;
  box-shadow: 0 0 0 6px rgba(17, 17, 17, 0.05);
  flex: 0 0 auto;
}

.best-sellers__column--visual {
  display: flex;
  justify-content: center;
}

.best-sellers__visual {
  position: relative;
  width: min(100%, 720px);
  height: min(78svh, 760px);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.best-sellers__spotlight {
  position: absolute;
  inset: 50% auto auto 50%;
  width: clamp(320px, 44vw, 620px);
  height: clamp(320px, 44vw, 620px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.62) 28%, rgba(235, 232, 226, 0.34) 54%, transparent 74%);
  transform: translate3d(-50%, -50%, 0);
  filter: blur(22px);
  animation: bestSellersGlow 7s ease-in-out infinite;
}

.best-sellers__parallax {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.22s ease-out;
  will-change: transform;
}

.best-sellers__media {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(12px, 1.6vw, 18px);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity, filter;
}

.best-sellers__media.is-active {
  pointer-events: auto;
}

.best-sellers__media-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 22px 34px rgba(17, 17, 17, 0.14));
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.3s ease;
}

.best-sellers__visual:hover .best-sellers__media.is-active .best-sellers__media-image,
.best-sellers__visual:focus-within .best-sellers__media.is-active .best-sellers__media-image {
  transform: translate3d(0, -10px, 0) scale(1.05);
  filter: drop-shadow(0 28px 44px rgba(17, 17, 17, 0.18));
}

.best-sellers__column--nav {
  display: grid;
  justify-items: end;
  gap: 18px;
}

.best-sellers__nav-list {
  display: grid;
  gap: 10px;
}

.best-sellers__nav-item {
  min-width: 76px;
  padding: 0;
  border: 0;
  color: rgba(17, 17, 17, 0.32);
  background: transparent;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-align: right;
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.3s ease,
    opacity 0.3s ease;
}

.best-sellers__nav-item:hover,
.best-sellers__nav-item:focus-visible,
.best-sellers__nav-item.is-active {
  color: #111111;
  transform: translate3d(-6px, 0, 0);
}

.best-sellers__nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.best-sellers__circle-button {
  width: 62px;
  height: 62px;
  padding: 0;
  border-radius: 50%;
}

.best-sellers__scroll-spacer {
  height: 470vh;
}

.best-sellers__discount[hidden],
.best-sellers__price-old[hidden],
.best-sellers-modal__discount[hidden],
.best-sellers-modal__price-old[hidden] {
  display: none;
}

.best-sellers-modal {
  position: fixed;
  inset: 0;
  z-index: 1800;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  isolation: isolate;
  transition: opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.48s;
}

.best-sellers-modal.is-open,
.best-sellers-modal.is-measuring,
.best-sellers-modal.is-morphing {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.best-sellers-modal.is-open {
  pointer-events: auto;
}

.best-sellers-modal.is-measuring,
.best-sellers-modal.is-morphing {
  pointer-events: none;
  transition-delay: 0s;
}

.best-sellers-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.56);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  transition: opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.best-sellers-modal.is-open .best-sellers-modal__backdrop,
.best-sellers-modal.is-morphing .best-sellers-modal__backdrop {
  opacity: 1;
}

.best-sellers-modal__morph {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.best-sellers-modal__dialog {
  position: relative;
  z-index: 3;
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 0.94fr);
  gap: clamp(24px, 3vw, 40px);
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 30px 80px rgba(17, 17, 17, 0.16),
    0 10px 28px rgba(17, 17, 17, 0.08);
  transform: translate3d(0, 16px, 0) scale(0.98);
  opacity: 0;
  will-change: transform, opacity;
  transition:
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease;
}

.best-sellers-modal.is-open .best-sellers-modal__dialog,
.best-sellers-modal.is-dialog-visible .best-sellers-modal__dialog {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

.best-sellers-modal.is-measuring .best-sellers-modal__dialog {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 0, 0) scale(1);
}

.best-sellers-modal.is-morphing .best-sellers-modal__dialog {
  opacity: 0;
}

.best-sellers-modal.is-morphing.is-dialog-visible .best-sellers-modal__dialog {
  opacity: 1;
}

.best-sellers-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  color: rgba(17, 17, 17, 0.72);
  background: transparent;
  font-size: 1.8rem;
  line-height: 1;
}

.best-sellers-modal__morph-shell,
.best-sellers-modal__morph-piece {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  transform-origin: top left;
  will-change: transform, opacity;
  pointer-events: none;
}

.best-sellers-modal__morph-shell {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 249, 249, 0.94)),
    #ffffff;
  box-shadow:
    0 32px 88px rgba(17, 17, 17, 0.16),
    0 14px 30px rgba(17, 17, 17, 0.08);
}

.best-sellers-modal__morph-piece {
  overflow: hidden;
}

.best-sellers-modal__morph-content {
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}

.best-sellers-modal__morph-piece--image .best-sellers-modal__morph-content {
  object-fit: contain;
}

.best-sellers-modal__morph-piece--title,
.best-sellers-modal__morph-piece--price,
.best-sellers-modal__morph-piece--actions {
  display: grid;
  align-items: start;
}

.best-sellers-modal__media {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
}

.best-sellers-modal__glow {
  position: absolute;
  inset: 50% auto auto 50%;
  width: clamp(260px, 30vw, 420px);
  height: clamp(260px, 30vw, 420px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.92), rgba(240, 237, 232, 0.55) 48%, transparent 72%);
  transform: translate3d(-50%, -50%, 0);
  filter: blur(26px);
}

.best-sellers-modal__image {
  position: relative;
  z-index: 1;
  max-width: min(100%, 420px);
  max-height: 460px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.best-sellers-modal__content {
  display: grid;
  align-content: center;
  gap: 14px;
}

.best-sellers-modal__label,
.best-sellers-modal__title,
.best-sellers-modal__description,
.best-sellers-modal__rating {
  margin: 0;
}

.best-sellers-modal__label {
  color: rgba(17, 17, 17, 0.56);
  font-size: 0.74rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.best-sellers-modal__title {
  color: #111111;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.94;
}

.best-sellers-modal__description {
  color: rgba(17, 17, 17, 0.72);
  line-height: 1.8;
}

.best-sellers-modal__pricing,
.best-sellers-modal__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.best-sellers-modal__price-current {
  color: #111111;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.best-sellers-modal__price-old {
  color: rgba(17, 17, 17, 0.34);
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-decoration: line-through;
}

.best-sellers-modal__discount {
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  color: #111111;
  background: rgba(17, 17, 17, 0.05);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.best-sellers-modal__rating {
  color: #111111;
  letter-spacing: 0.3em;
}

@media (max-width: 1180px) {
  .best-sellers__layout {
    grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1fr);
  }

  .best-sellers__column--nav {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-items: start;
  }

  .best-sellers__nav-list {
    grid-auto-flow: column;
    grid-auto-columns: min-content;
    gap: 18px;
  }

  .best-sellers__nav-item {
    text-align: left;
  }
}

@media (max-width: 860px) {
  .best-sellers__viewport {
    padding: 32px 20px;
  }

  .best-sellers__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .best-sellers__column--visual {
    order: -1;
  }

  .best-sellers__visual {
    height: min(66svh, 620px);
  }

  .best-sellers__title,
  .best-sellers__product-name {
    max-width: none;
  }

  .best-sellers__features {
    grid-template-columns: 1fr;
  }

  .best-sellers__column--nav {
    justify-items: start;
  }

  .best-sellers-modal__dialog {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .best-sellers-modal__media {
    min-height: 300px;
  }
}

@media (max-width: 600px) {
  .best-sellers {
    margin-top: 120px;
  }

  .best-sellers__scroll-spacer {
    height: 380vh;
  }

  .best-sellers__title {
    font-size: clamp(2.2rem, 11vw, 3.1rem);
  }

  .best-sellers__product-name {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .best-sellers__product-description {
    font-size: 0.94rem;
  }

  .best-sellers__actions {
    gap: 10px;
  }

  .best-sellers__button {
    min-width: 150px;
    padding: 13px 18px;
  }

  .best-sellers__wishlist {
    width: 44px;
    height: 44px;
  }

  .best-sellers__nav-list {
    gap: 14px;
  }

  .best-sellers__nav-item {
    min-width: 54px;
    font-size: 1.7rem;
  }

  .best-sellers__circle-button {
    width: 56px;
    height: 56px;
    font-size: 0.68rem;
  }

  .best-sellers-modal {
    padding: 10px;
  }

  .best-sellers-modal__dialog {
    gap: 14px;
    padding: 16px 14px;
    border-radius: 22px;
  }

  .best-sellers-modal__close {
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }

  .best-sellers-modal__media {
    min-height: 180px;
  }

  .best-sellers-modal__glow {
    width: 180px;
    height: 180px;
    filter: blur(18px);
  }

  .best-sellers-modal__image {
    max-width: min(100%, 200px);
    max-height: 200px;
  }

  .best-sellers-modal__content {
    gap: 9px;
  }

  .best-sellers-modal__label {
    font-size: 0.56rem;
    letter-spacing: 0.18em;
  }

  .best-sellers-modal__title {
    font-size: clamp(1.25rem, 7vw, 1.8rem);
    line-height: 0.96;
  }

  .best-sellers-modal__description {
    font-size: 0.72rem;
    line-height: 1.5;
  }

  .best-sellers-modal__pricing,
  .best-sellers-modal__actions {
    gap: 8px;
  }

  .best-sellers-modal__price-current {
    font-size: 0.76rem;
    letter-spacing: 0.08em;
  }

  .best-sellers-modal__price-old {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }

  .best-sellers-modal__discount {
    min-height: 22px;
    padding: 4px 8px;
    font-size: 0.54rem;
    letter-spacing: 0.08em;
  }

  .best-sellers-modal__rating,
  .best-sellers-modal__reviews {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .best-sellers-modal__meta {
    gap: 8px;
  }

  .best-sellers-modal .bs-option-label,
  .best-sellers-modal .bs-delivery,
  .best-sellers-modal .bs-size-guide,
  .best-sellers-modal .bs-details {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .best-sellers-modal .bs-size-options,
  .best-sellers-modal .bs-color-options,
  .best-sellers-modal .bs-quantity-selector {
    gap: 6px;
  }

  .best-sellers-modal .bs-size-chip,
  .best-sellers-modal .bs-quantity-btn,
  .best-sellers-modal .bs-quantity-value,
  .best-sellers-modal .bs-color-chip {
    min-width: 34px;
    min-height: 34px;
    font-size: 0.62rem;
  }

  .best-sellers-modal .bs-btn {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  .best-sellers-modal .bs-badges {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
  }

  .best-sellers-modal .bs-badge {
    font-size: 0.58rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .hero__video {
    transform: scale(1.04);
  }
}

/* Best Sellers premium rebuild */
.best-sellers.is-ready {
  margin-top: 0 !important;
  background: #ffffff;
}

.best-sellers.is-ready .best-sellers__viewport {
  position: relative;
  min-height: auto;
  padding: 0 clamp(20px, 4vw, 64px) clamp(96px, 10vw, 140px);
  background:
    radial-gradient(circle at 50% 0%, rgba(17, 17, 17, 0.04), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), #ffffff 28%);
  overflow: hidden;
}

.best-sellers.is-ready .best-sellers__transition {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: clamp(120px, 13vw, 160px) 0 42px;
}

.best-sellers.is-ready .best-sellers__divider {
  width: min(180px, 24vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 17, 17, 0.14), transparent);
  transform: scaleX(0);
  opacity: 0;
}

.best-sellers.is-ready .best-sellers__intro-shell {
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.best-sellers.is-ready .best-sellers__heading,
.best-sellers.is-ready .best-sellers__manifesto {
  margin: 0;
}

.best-sellers.is-ready .best-sellers__heading {
  color: #0f0f0f;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.8rem, 8vw, 7rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 0.88;
}

.best-sellers.is-ready .best-sellers__heading-text {
  display: inline-block;
  color: rgba(17, 17, 17, 0.96);
}

.best-sellers.is-ready .best-sellers__heading-text.is-shimmering {
  background-image: linear-gradient(100deg, rgba(17, 17, 17, 0.98) 0%, rgba(17, 17, 17, 0.98) 38%, rgba(255, 255, 255, 0.9) 50%, rgba(17, 17, 17, 0.98) 62%, rgba(17, 17, 17, 0.98) 100%);
  background-size: 240% 100%;
  background-position: 200% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: best-sellers-shimmer 1.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.best-sellers.is-ready .best-sellers__manifesto {
  max-width: 620px;
  color: rgba(17, 17, 17, 0.68);
  font-size: clamp(0.94rem, 1.45vw, 1.08rem);
  line-height: 1.9;
  letter-spacing: 0.08em;
}

.best-sellers.is-ready .best-sellers__manifesto-char {
  display: inline-block;
  will-change: transform, opacity, filter;
}

.best-sellers.is-ready .best-sellers__showcase {
  margin-top: clamp(42px, 6vw, 72px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.best-sellers.is-ready .best-sellers__showcase.is-revealed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.best-sellers.is-ready .best-sellers__layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.best-sellers.is-ready .best-sellers__details {
  display: grid;
  align-content: center;
  gap: 18px;
  padding-block: 12px;
}

.best-sellers.is-ready .best-sellers__seller-index,
.best-sellers.is-ready .best-sellers__seller-name,
.best-sellers.is-ready .best-sellers__seller-description,
.best-sellers.is-ready .best-sellers__seller-rating {
  margin: 0;
}

.best-sellers.is-ready .best-sellers__seller-index {
  color: rgba(17, 17, 17, 0.46);
  font-size: 0.74rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.best-sellers.is-ready .best-sellers__seller-name {
  color: #101010;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  font-weight: 500;
  line-height: 0.94;
}

.best-sellers.is-ready .best-sellers__seller-description {
  max-width: 32ch;
  color: rgba(17, 17, 17, 0.66);
  font-size: 1rem;
  line-height: 1.9;
}

.best-sellers.is-ready .best-sellers__seller-pricing {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 14px;
}

.best-sellers.is-ready .best-sellers__seller-price {
  color: #111111;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.best-sellers.is-ready .best-sellers__seller-old-price {
  color: rgba(17, 17, 17, 0.34);
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-decoration: line-through;
}

.best-sellers.is-ready .best-sellers__seller-discount {
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  color: #111111;
  background: rgba(17, 17, 17, 0.04);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.best-sellers.is-ready .best-sellers__seller-rating {
  color: #101010;
  font-size: 0.84rem;
  letter-spacing: 0.34em;
}

.best-sellers.is-ready .best-sellers__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.best-sellers.is-ready .best-sellers__button,
.best-sellers.is-ready .best-sellers__wishlist,
.best-sellers.is-ready .best-sellers__nav-button {
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.best-sellers.is-ready .best-sellers__button {
  min-width: 162px;
  min-height: 50px;
  padding: 14px 24px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: transparent;
  color: #111111;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.best-sellers.is-ready .best-sellers__button--primary {
  background: #111111;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.12);
}

.best-sellers.is-ready .best-sellers__button--secondary {
  background: rgba(17, 17, 17, 0.03);
}

.best-sellers.is-ready .best-sellers__button:hover,
.best-sellers.is-ready .best-sellers__button:focus-visible,
.best-sellers.is-ready .best-sellers__wishlist:hover,
.best-sellers.is-ready .best-sellers__wishlist:focus-visible,
.best-sellers.is-ready .best-sellers__nav-button:hover,
.best-sellers.is-ready .best-sellers__nav-button:focus-visible {
  transform: translate3d(0, -3px, 0);
}

.best-sellers.is-ready .best-sellers__button--primary:hover,
.best-sellers.is-ready .best-sellers__button--primary:focus-visible {
  background: #1b1b1b;
  box-shadow: 0 20px 40px rgba(17, 17, 17, 0.18);
}

.best-sellers.is-ready .best-sellers__button--secondary:hover,
.best-sellers.is-ready .best-sellers__button--secondary:focus-visible,
.best-sellers.is-ready .best-sellers__nav-button:hover,
.best-sellers.is-ready .best-sellers__nav-button:focus-visible {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.best-sellers.is-ready .best-sellers__button.is-loading {
  opacity: 0.8;
}

.best-sellers.is-ready .best-sellers__button.is-added {
  background: #111111;
  color: #ffffff;
}

.best-sellers.is-ready .best-sellers__wishlist {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 50%;
  background: transparent;
  color: #111111;
}

.best-sellers.is-ready .best-sellers__wishlist svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.65;
}

.best-sellers.is-ready .best-sellers__wishlist.is-saved {
  background: #111111;
  color: #ffffff;
}

.best-sellers.is-ready .best-sellers__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  padding: 6px 0 0;
  margin: 0;
  list-style: none;
}

.best-sellers.is-ready .best-sellers__feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.best-sellers.is-ready .best-sellers__feature-icon {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.18);
}

.best-sellers.is-ready .best-sellers__experience {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  grid-template-rows: minmax(0, 1fr) auto auto;
  gap: 24px 26px;
  align-items: center;
}

.best-sellers.is-ready .best-sellers__stage-panel {
  position: relative;
  grid-column: 1;
  grid-row: 1 / 3;
  min-height: clamp(460px, 68vh, 780px);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 239, 0.74)),
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.35) 42%, rgba(17, 17, 17, 0.03) 82%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 42px 70px rgba(17, 17, 17, 0.12);
}

.best-sellers.is-ready .best-sellers__spotlight {
  position: absolute;
  inset: 12% 10% auto;
  height: 56%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.12) 58%, transparent 78%);
  filter: blur(16px);
  opacity: 0.92;
  pointer-events: none;
}

.best-sellers.is-ready .best-sellers__track-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  padding: clamp(24px, 3vw, 36px);
}

.best-sellers.is-ready .best-sellers__slides {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 28px);
  height: 100%;
  min-width: max-content;
  will-change: transform;
}

.best-sellers.is-ready .best-sellers__slide {
  position: relative;
  flex: 0 0 clamp(220px, 28vw, 380px);
  height: 100%;
  display: grid;
  place-items: center;
  opacity: 0.18;
  filter: blur(8px);
  transform: scale(0.72);
  transform-origin: center center;
  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity, filter;
}

.best-sellers.is-ready .best-sellers__slide.is-prev,
.best-sellers.is-ready .best-sellers__slide.is-next {
  opacity: 0.46;
  filter: blur(2px);
  transform: scale(0.82);
}

.best-sellers.is-ready .best-sellers__slide.is-active {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.best-sellers.is-ready .best-sellers__slide-glow {
  position: absolute;
  inset: 50% auto auto 50%;
  width: clamp(220px, 34vw, 420px);
  height: clamp(220px, 34vw, 420px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.28) 42%, transparent 72%);
  filter: blur(22px);
  transform: translate3d(-50%, -50%, 0) scale(0.9);
  opacity: 0.48;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.best-sellers.is-ready .best-sellers__slide.is-active .best-sellers__slide-glow {
  opacity: 0.92;
  transform: translate3d(-50%, -50%, 0) scale(1.08);
}

.best-sellers.is-ready .best-sellers__slide-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: clamp(8px, 1.4vw, 16px);
}

.best-sellers.is-ready .best-sellers__slide-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 24px 34px rgba(17, 17, 17, 0.12));
  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.best-sellers.is-ready .best-sellers__slide.is-active:hover .best-sellers__slide-image {
  transform: translate3d(0, -10px, 0) scale(1.05);
  filter: drop-shadow(0 30px 44px rgba(17, 17, 17, 0.16));
}

.best-sellers.is-ready .best-sellers__slide.is-active:hover .best-sellers__slide-glow {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1.14);
}

.best-sellers.is-ready .best-sellers__controls {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  justify-items: center;
  gap: 18px;
  align-self: center;
}

.best-sellers.is-ready .best-sellers__numbers {
  display: grid;
  gap: 12px;
}

.best-sellers.is-ready .best-sellers__number {
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(17, 17, 17, 0.28);
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  transition:
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.best-sellers.is-ready .best-sellers__number:hover,
.best-sellers.is-ready .best-sellers__number:focus-visible,
.best-sellers.is-ready .best-sellers__number.is-active {
  color: #111111;
  transform: translate3d(0, -2px, 0);
}

.best-sellers.is-ready .best-sellers__nav-actions {
  display: grid;
  gap: 12px;
}

.best-sellers.is-ready .best-sellers__nav-button {
  width: 68px;
  height: 68px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #111111;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.best-sellers.is-ready .best-sellers__slider-shell {
  grid-column: 1 / -1;
  grid-row: 3;
  display: grid;
  gap: 10px;
  width: min(100%, 880px);
  margin: 0 auto;
}

.best-sellers.is-ready .best-sellers__range-label {
  color: rgba(17, 17, 17, 0.42);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-align: center;
}

.best-sellers.is-ready .best-sellers__range {
  width: 100%;
  accent-color: #111111;
}

.best-sellers.is-ready .best-sellers__range::-webkit-slider-runnable-track {
  height: 2px;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.12), rgba(17, 17, 17, 0.34), rgba(17, 17, 17, 0.12));
  border-radius: 999px;
}

.best-sellers.is-ready .best-sellers__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  border: 0;
  border-radius: 50%;
  background: #111111;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.16);
}

.best-sellers.is-ready .best-sellers__range::-moz-range-track {
  height: 2px;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.12), rgba(17, 17, 17, 0.34), rgba(17, 17, 17, 0.12));
  border: 0;
  border-radius: 999px;
}

.best-sellers.is-ready .best-sellers__range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: #111111;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.16);
}

@keyframes best-sellers-shimmer {
  from {
    background-position: 200% 50%;
  }

  to {
    background-position: -40% 50%;
  }
}

@media (max-width: 1180px) {
  .best-sellers.is-ready .best-sellers__layout {
    grid-template-columns: 1fr;
  }

  .best-sellers.is-ready .best-sellers__details {
    max-width: 720px;
  }

  .best-sellers.is-ready .best-sellers__experience {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .best-sellers.is-ready .best-sellers__stage-panel,
  .best-sellers.is-ready .best-sellers__controls,
  .best-sellers.is-ready .best-sellers__slider-shell {
    grid-column: auto;
    grid-row: auto;
  }

  .best-sellers.is-ready .best-sellers__controls {
    justify-items: start;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .best-sellers.is-ready .best-sellers__numbers {
    grid-auto-flow: column;
    grid-auto-columns: min-content;
    gap: 16px;
  }

  .best-sellers.is-ready .best-sellers__nav-actions {
    grid-auto-flow: column;
  }
}

@media (max-width: 860px) {
  .best-sellers.is-ready .best-sellers__viewport {
    padding-inline: 18px;
    padding-bottom: 92px;
  }

  .best-sellers.is-ready .best-sellers__transition {
    padding-top: 112px;
  }

  .best-sellers.is-ready .best-sellers__features {
    grid-template-columns: 1fr;
  }

  .best-sellers.is-ready .best-sellers__stage-panel {
    min-height: min(70svh, 620px);
    border-radius: 32px;
  }

  .best-sellers.is-ready .best-sellers__slide {
    flex-basis: clamp(220px, 58vw, 320px);
  }
}

@media (max-width: 640px) {
  .best-sellers.is-ready .best-sellers__heading {
    letter-spacing: 0.1em;
  }

  .best-sellers.is-ready .best-sellers__seller-name {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .best-sellers.is-ready .best-sellers__seller-description {
    font-size: 0.94rem;
  }

  .best-sellers.is-ready .best-sellers__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .best-sellers.is-ready .best-sellers__button,
  .best-sellers.is-ready .best-sellers__wishlist {
    width: 100%;
  }

  .best-sellers.is-ready .best-sellers__wishlist {
    height: 48px;
    border-radius: 999px;
  }

  .best-sellers.is-ready .best-sellers__controls {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .best-sellers.is-ready .best-sellers__nav-actions {
    grid-auto-flow: column;
  }

  .best-sellers.is-ready .best-sellers__slide {
    flex-basis: clamp(200px, 72vw, 280px);
  }

  .best-sellers.is-ready .best-sellers__nav-button {
    width: 58px;
    height: 58px;
  }
}

/* Best Sellers desktop final polish */
.best-sellers.is-ready .best-sellers__viewport {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  align-content: start;
  min-height: 100svh;
  padding: clamp(32px, 3.8vw, 54px) clamp(24px, 4vw, 64px) clamp(48px, 5vw, 74px);
}

.best-sellers.is-ready .best-sellers__transition {
  gap: 10px;
  padding: clamp(18px, 2vw, 30px) 0 18px;
}

.best-sellers.is-ready .best-sellers__intro-shell {
  gap: 12px;
  max-width: 920px;
  padding-bottom: 6px;
}

.best-sellers.is-ready .best-sellers__heading {
  font-size: clamp(4.3rem, 8vw, 7.4rem);
  line-height: 0.92;
  overflow: visible;
}

.best-sellers.is-ready .best-sellers__heading-text {
  display: inline-flex;
  gap: 0.02em;
  overflow: visible;
}

.best-sellers.is-ready .best-sellers__heading-char {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  filter: blur(12px);
  will-change: transform, opacity, filter;
}

.best-sellers.is-ready .best-sellers__manifesto {
  max-width: 560px;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  filter: blur(10px);
}

.best-sellers.is-ready.is-showcase-active .best-sellers__transition {
  padding-bottom: 10px;
}

.best-sellers.is-ready.is-showcase-active .best-sellers__intro-shell {
  max-width: 660px;
  gap: 8px;
}

.best-sellers.is-ready.is-showcase-active .best-sellers__heading {
  font-size: clamp(2.9rem, 4.8vw, 4.8rem);
}

.best-sellers.is-ready.is-showcase-active .best-sellers__manifesto {
  max-height: 0;
  margin: 0;
  opacity: 0 !important;
  overflow: hidden;
  pointer-events: none;
}

.best-sellers.is-ready .best-sellers__showcase {
  margin-top: clamp(18px, 2.5vw, 32px);
  min-height: clamp(590px, 76svh, 840px);
}

.best-sellers.is-ready .best-sellers__layout {
  height: 100%;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 44px);
}

.best-sellers.is-ready .best-sellers__details {
  align-self: center;
  max-width: 340px;
  gap: 16px;
  padding-right: 6px;
}

.best-sellers.is-ready .best-sellers__seller-name {
  font-size: clamp(2.8rem, 3.5vw, 4.4rem);
}

.best-sellers.is-ready .best-sellers__experience {
  height: 100%;
  grid-template-columns: minmax(0, 1fr) 112px;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 26px 28px;
}

.best-sellers.is-ready .best-sellers__stage-panel {
  grid-row: 1 / 3;
  min-height: clamp(560px, 78svh, 860px);
  border-radius: 44px;
}

.best-sellers.is-ready .best-sellers__track-wrap {
  padding: clamp(18px, 2vw, 28px) clamp(10px, 1vw, 16px);
}

.best-sellers.is-ready .best-sellers__slides {
  gap: clamp(8px, 1vw, 14px);
}

.best-sellers.is-ready .best-sellers__slide {
  flex: 0 0 clamp(205px, 21vw, 286px);
  opacity: 0.16;
  filter: blur(10px);
  transform: scale(0.68);
}

.best-sellers.is-ready .best-sellers__slide.is-prev,
.best-sellers.is-ready .best-sellers__slide.is-next {
  opacity: 0.42;
  filter: blur(3px);
  transform: scale(0.8);
}

.best-sellers.is-ready .best-sellers__slide.is-active {
  flex-basis: clamp(330px, 28vw, 440px);
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.best-sellers.is-ready .best-sellers__slide.is-far {
  pointer-events: none;
}

.best-sellers.is-ready .best-sellers__slide-shell {
  padding: clamp(10px, 1vw, 16px);
}

.best-sellers.is-ready .best-sellers__slide.is-active .best-sellers__slide-shell {
  animation: best-sellers-float 7.2s ease-in-out infinite;
}

.best-sellers.is-ready .best-sellers__slide-image {
  max-width: 100%;
  max-height: 100%;
  transform-origin: center 72%;
}

.best-sellers.is-ready .best-sellers__controls {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-items: end;
  padding-top: 18px;
}

.best-sellers.is-ready .best-sellers__numbers {
  justify-items: end;
}

.best-sellers.is-ready .best-sellers__number {
  font-size: clamp(1rem, 1.45vw, 1.28rem);
}

.best-sellers.is-ready .best-sellers__slider-shell {
  grid-column: 1 / -1;
  grid-row: 2;
  width: min(100%, 980px);
  padding-inline: 12px;
}

.best-sellers.is-ready .best-sellers__range {
  cursor: ew-resize;
}

@keyframes best-sellers-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

/* COLLECTIONS CINEMA */
.collections-cinema {
  --collections-progress: 0;
  position: relative;
  background: #050505;
  color: #f5f3ee;
  padding: 0 0 clamp(90px, 10vw, 150px);
  overflow: clip;
}

.collections-cinema::before,
.collections-cinema::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.collections-cinema::before {
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.1), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.05), transparent 20%),
    linear-gradient(180deg, transparent 76%, rgba(255,255,255,0.05));
  opacity: 0.75;
}

.collections-cinema::after {
  inset: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  opacity: 0.58;
}

.collections-cinema__hud {
  position: fixed;
  top: 50%;
  right: clamp(12px, 2vw, 28px);
  z-index: 12;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, calc(-50% + 18px), 0);
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.collections-cinema.is-hud-visible .collections-cinema__hud {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, -50%, 0);
}

.collections-cinema__hud-inner {
  display: grid;
  grid-template-columns: auto auto;
  align-items: start;
  gap: 10px 16px;
  padding: 0 0 0 14px;
  pointer-events: auto;
}

.collections-cinema__active-number {
  grid-column: 1 / -1;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.7rem, 2.6vw, 2.7rem);
  line-height: 0.95;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.95;
}

.collections-cinema__progress-track {
  position: relative;
  width: 1px;
  height: clamp(112px, 16vh, 176px);
  background: rgba(255,255,255,0.2);
  overflow: hidden;
}

.collections-cinema__progress-fill {
  position: absolute;
  inset: auto 0 0;
  height: 100%;
  background: #f5f3ee;
  transform: scaleY(var(--collections-progress));
  transform-origin: bottom center;
  will-change: transform;
}

.collections-cinema__chapter-links {
  display: grid;
  gap: 8px;
  padding-top: 2px;
}

.collections-cinema__chapter-link {
  color: rgba(245,243,238,0.38);
  text-decoration: none;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transition: color 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
}

.collections-cinema__chapter-link:hover,
.collections-cinema__chapter-link:focus-visible,
.collections-cinema__chapter-link.is-active {
  color: #f5f3ee;
  opacity: 1;
  transform: translate3d(4px, 0, 0);
}

.collections-cinema__chapters {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  max-width: none;
  margin: 0 auto;
  scroll-snap-type: y proximity;
}

.collection-chapter {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(24px, 4vw, 44px) clamp(28px, 4vw, 64px);
  isolation: isolate;
  scroll-snap-align: start;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.collection-chapter.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.collection-chapter__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0,0,0,0.18);
  overflow: hidden;
}

.collection-chapter__backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.86) 0%, rgba(0,0,0,0.42) 28%, rgba(0,0,0,0.08) 56%, rgba(0,0,0,0.24) 100%),
    radial-gradient(circle at 78% 24%, rgba(255,255,255,0.16), transparent 34%);
  z-index: 1;
  pointer-events: none;
}

.collection-chapter__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.04) 32%, rgba(0,0,0,0.2) 66%, rgba(0,0,0,0.44) 100%);
  z-index: 2;
  pointer-events: none;
}

.collection-chapter__backdrop-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 50%;
  filter: blur(35px) brightness(0.25);
  opacity: 0.24;
  transform: scale(1.2);
  animation: collection-backdrop-pan 18s ease-in-out infinite alternate;
  will-change: transform, filter;
}

.collection-chapter__inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.95fr);
  gap: clamp(24px, 3.4vw, 54px);
  width: min(1280px, 100%);
  margin: 0 auto;
  min-height: 78vh;
}

.collection-chapter__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(12px, 1.4vw, 18px);
  max-width: 480px;
  padding-left: clamp(12px, 2.7vw, 34px);
  color: #f5f3ee;
}

.collection-chapter__number,
.collection-chapter__label,
.collection-chapter__description,
.collection-chapter__cta,
.collection-chapter__title {
  margin: 0;
}

.collection-chapter__number,
.collection-chapter__label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.collection-chapter__number {
  color: rgba(245,243,238,0.58);
}

.collection-chapter__label {
  color: rgba(245,243,238,0.82);
  letter-spacing: 0.42em;
}

.collection-chapter__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(3.5rem, 8vw, 7.8rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-wrap: balance;
  max-width: 5.2ch;
}

.collection-chapter__description {
  max-width: 34ch;
  font-size: clamp(0.95rem, 1.08vw, 1.06rem);
  line-height: 1.8;
  color: rgba(245,243,238,0.74);
}

.collection-chapter [data-collection-reveal] {
  opacity: 0;
  transform: translate3d(0, 35px, 0);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.collection-chapter.is-revealed [data-collection-reveal] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.collection-chapter.is-revealed .collection-chapter__title,
.collection-chapter.is-revealed .collection-chapter__description,
.collection-chapter.is-revealed .collection-chapter__cta {
  transition-delay: 0.12s, 0.24s, 0.36s;
}

.collection-chapter.is-revealed .collection-chapter__number,
.collection-chapter.is-revealed .collection-chapter__label {
  transition-delay: 0.04s;
}

.collection-chapter__cta,
.collections-cinema__ending-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #f5f3ee;
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-top: 6px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.collection-chapter__cta::before,
.collections-cinema__ending-button::before {
  content: "";
  position: absolute;
  inset: -10px -14px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 70%);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
  z-index: -1;
}

.collection-chapter__cta::after,
.collections-cinema__ending-button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(245,243,238,0.9);
  transform: scaleX(0.25);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.collection-chapter__cta-arrow,
.collections-cinema__ending-arrow {
  display: inline-flex;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.collection-chapter__cta:hover,
.collection-chapter__cta:focus-visible,
.collections-cinema__ending-button:hover,
.collections-cinema__ending-button:focus-visible {
  transform: translate3d(0, -1px, 0);
  filter: drop-shadow(0 10px 22px rgba(255,255,255,0.06));
}

.collection-chapter__cta:hover::before,
.collection-chapter__cta:focus-visible::before,
.collections-cinema__ending-button:hover::before,
.collections-cinema__ending-button:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.collection-chapter__cta:hover::after,
.collection-chapter__cta:focus-visible::after,
.collections-cinema__ending-button:hover::after,
.collections-cinema__ending-button:focus-visible::after {
  transform: scaleX(1);
}

.collection-chapter__cta:hover .collection-chapter__cta-arrow,
.collection-chapter__cta:focus-visible .collection-chapter__cta-arrow,
.collections-cinema__ending-button:hover .collections-cinema__ending-arrow,
.collections-cinema__ending-button:focus-visible .collections-cinema__ending-arrow {
  transform: translate3d(8px, 0, 0);
}

.collection-chapter__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  animation: collection-float 6.8s ease-in-out infinite;
  will-change: transform;
}

.collection-chapter__media-shell {
  position: relative;
  width: min(100%, 380px);
  max-width: min(38vw, 380px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 32px 90px rgba(0,0,0,0.42), 0 0 36px rgba(255,255,255,0.05);
  background: rgba(8,8,8,0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease, border-color 0.7s ease;
  cursor: pointer;
}

.collection-chapter__media-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.03) 32%, rgba(0,0,0,0.16) 62%, rgba(0,0,0,0.34) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.04) 100%);
  z-index: 2;
  pointer-events: none;
}

.collection-chapter__media-shell::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12), 0 0 32px rgba(255,255,255,0.08), 0 0 68px rgba(255,255,255,0.06);
  opacity: 0;
  transition: opacity 0.7s ease, box-shadow 0.7s ease, border-color 0.7s ease;
  pointer-events: none;
  z-index: 3;
}

.collection-chapter__media-shell:hover,
.collection-chapter__media-shell:focus-visible {
  transform: scale(1.01);
  border-color: rgba(255,255,255,0.35);
  box-shadow: 0 34px 96px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.16), 0 0 44px rgba(255,255,255,0.08);
}

.collection-chapter__media-shell:hover::after,
.collection-chapter__media-shell:focus-visible::after {
  opacity: 1;
  border-color: rgba(255,255,255,0.24);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2), 0 0 40px rgba(255,255,255,0.1);
}

.collection-chapter__media-shell:hover .collection-chapter__video,
.collection-chapter__media-shell:focus-visible .collection-chapter__video {
  transform: scale(1.06);
  filter: brightness(1.05) contrast(1.03);
}

.collection-chapter__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: brightness(0.94) contrast(1.06);
  transform: scale(1.01);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.7s ease;
}

.collection-chapter.is-active .collection-chapter__media-shell {
  box-shadow: 0 38px 100px rgba(0,0,0,0.52);
}

.collection-chapter.is-active .collection-chapter__label {
  color: #ffffff;
}

.collection-chapter [data-collection-reveal] {
  will-change: transform, opacity;
}

.collections-cinema__ending {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 0;
  margin-top: -6px;
  margin-bottom: 0;
}

.collections-cinema__ending-button {
  font-size: clamp(0.82rem, 1.4vw, 0.96rem);
  letter-spacing: 0.34em;
}

.collections-cinema__ending::before {
  display: none;
}

.collections-transition {
  position: relative;
  width: 100%;
  min-height: clamp(780px, 100svh, 1020px);
  margin: 0;
  padding: 0;
  background: #000000;
  overflow: hidden;
  isolation: isolate;
  margin-top: -2px;
  margin-bottom: -2px;
}

.collections-transition::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.18) 52%, rgba(0, 0, 0, 0.68) 82%, #050505 100%);
  pointer-events: none;
  z-index: 2;
}

.collections-transition__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1), transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.collections-transition.is-visible .collections-transition__media {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.collections-transition__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: grayscale(1) brightness(0.56) contrast(1.14);
  transform: scale(1.02);
  animation: collections-transition-kenburns 18s ease-in-out infinite alternate;
  will-change: transform, filter;
}

.collections-transition__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.22) 42%, rgba(0,0,0,0.78) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.08) 20%, rgba(0,0,0,0.78) 100%);
  z-index: 1;
}

.collections-transition__grain,
.collections-transition__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.collections-transition__grain {
  background-image:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.08) 0 0.35px, transparent 0.75px),
    radial-gradient(circle at 80% 32%, rgba(255,255,255,0.06) 0 0.3px, transparent 0.7px),
    radial-gradient(circle at 42% 74%, rgba(255,255,255,0.05) 0 0.25px, transparent 0.65px);
  background-size: 14px 14px, 16px 16px, 12px 12px;
  opacity: 0.16;
  mix-blend-mode: screen;
}

.collections-transition__vignette {
  background: radial-gradient(circle at center, transparent 24%, rgba(0,0,0,0.2) 56%, rgba(0,0,0,0.86) 100%);
}

.collections-transition__suit {
  position: fixed;
  left: 50%;
  top: 60%;
  width: min(250px, 30vw);
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0) scale(0.8);
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.34));
  will-change: transform, opacity, filter, width, left, top;
}

.collections-transition__suit img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.06) brightness(0.98);
}

.collections-transition__collections,
.collections-transition__shop {
  text-decoration: none;
  text-transform: uppercase;
}

.collections-transition__collections {
  position: absolute;
  top: clamp(48px, 7vh, 76px);
  left: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-height: 58px;
  padding: 0 30px;
  transform: translateX(-50%);
  border: 1px solid rgba(219, 188, 138, 0.54);
  border-radius: 16px;
  background: rgba(8, 8, 8, 0.32);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #f3e6cf;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.collections-transition__collections:hover,
.collections-transition__collections:focus-visible {
  transform: translateX(-50%) scale(1.02);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.32),
    0 0 22px rgba(205, 166, 92, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.collections-transition__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  max-width: min(100%, 620px);
  padding: clamp(24px, 4.4vw, 58px);
  color: #f5f3ee;
  padding-bottom: clamp(46px, 6vw, 80px);
}

.collections-transition__eyebrow,
.collections-transition__collections,
.collections-transition__heading,
.collections-transition__copy,
.collections-transition__link,
.collections-transition__shop {
  margin: 0;
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.collections-transition.is-visible .collections-transition__eyebrow,
.collections-transition.is-visible .collections-transition__collections,
.collections-transition.is-visible .collections-transition__heading,
.collections-transition.is-visible .collections-transition__copy,
.collections-transition.is-visible .collections-transition__link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.collections-transition__eyebrow {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.46em;
  text-transform: uppercase;
  color: rgba(219, 188, 138, 0.92);
}

.collections-transition__heading {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(5rem, 9.6vw, 8rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 0.82;
  max-width: 4.8ch;
}

.collections-transition__copy {
  max-width: 20ch;
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.65;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245,243,238,0.88);
}

.collections-transition__shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  margin-top: 20px;
  border: 1px solid rgba(219, 188, 138, 0.54);
  border-radius: 12px;
  background: rgba(8, 8, 8, 0.28);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #f3e6cf;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  pointer-events: none;
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.collections-transition:hover .collections-transition__shop,
.collections-transition:focus-within .collections-transition__shop {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.collections-transition__shop:hover,
.collections-transition__shop:focus-visible {
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(205, 166, 92, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.collections-transition__content > .collections-transition__link-arrow {
  display: none;
}

.collections-transition__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  color: #f5f3ee;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), color 0.4s ease;
}

.collections-transition__link-arrow {
  display: inline-flex;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.collections-transition__link:hover,
.collections-transition__link:focus-visible {
  transform: translate3d(0, -1px, 0);
  color: rgba(245,243,238,0.92);
}

.collections-transition__link:hover .collections-transition__link-arrow,
.collections-transition__link:focus-visible .collections-transition__link-arrow {
  transform: translate3d(6px, 0, 0);
}

@keyframes collections-transition-kenburns {
  0% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.08) translate3d(0, -10px, 0);
  }
}

@keyframes collection-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes collection-backdrop-pan {
  0% {
    transform: scale(1.2) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.24) translate3d(0, -12px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .collection-chapter__media,
  .collection-chapter__media-shell,
  .collection-chapter__video,
  .collection-chapter__cta,
  .collection-chapter__backdrop-video {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1100px) {
  .collection-chapter__inner {
    grid-template-columns: minmax(0, 1fr);
    padding-right: clamp(44px, 6vw, 96px);
  }

  .collection-chapter__content {
    max-width: 560px;
    padding-left: 0;
    padding-top: 24px;
  }

  .collection-chapter__media {
    justify-content: flex-start;
    min-height: 56vh;
  }

  .collection-chapter__media-shell {
    max-width: min(56vw, 360px);
  }
}

@media (max-width: 900px) {
  .collections-cinema {
    padding: 0 0 clamp(100px, 14vw, 160px);
  }

  .collections-cinema::after {
    inset: 12px;
    border-radius: 22px;
  }

  .collections-cinema__hud {
    top: auto;
    bottom: 18px;
    right: 18px;
    left: 18px;
    justify-content: center;
    transform: none;
  }

  .collections-cinema__hud-inner {
    grid-template-columns: auto 1fr;
    gap: 10px 14px;
    padding: 12px 14px;
    background: rgba(5,5,5,0.78);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
  }

  .collections-cinema__active-number {
    font-size: 1.5rem;
  }

  .collections-cinema__progress-track {
    height: 84px;
  }

  .collections-cinema__chapter-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 10px;
  }

  .collections-cinema__chapter-link {
    font-size: 0.58rem;
    letter-spacing: 0.24em;
  }

  .collection-chapter {
    padding: clamp(24px, 4vw, 42px) clamp(20px, 4vw, 28px);
  }

  .collection-chapter__inner {
    min-height: 72vh;
    padding-right: 0;
  }

  .collection-chapter__title {
    font-size: clamp(2.8rem, 12vw, 4.8rem);
  }

  .collection-chapter__description {
    max-width: 32ch;
    font-size: 0.94rem;
    line-height: 1.76;
  }

  .collection-chapter__media {
    min-height: 44vh;
  }

  .collection-chapter__media-shell {
    max-width: min(72vw, 320px);
  }

  .collections-cinema__ending {
    min-height: 18vh;
    padding-bottom: 56px;
  }

  .collections-transition {
    min-height: 680px;
  }

  .collections-transition__collections {
    top: 28px;
    min-height: 54px;
    padding: 0 22px;
    font-size: 0.68rem;
    letter-spacing: 0.22em;
  }

  .collections-transition__content {
    max-width: min(100%, 480px);
    padding: 24px 24px 48px;
  }

  .collections-transition__heading {
    font-size: clamp(4rem, 14vw, 6rem);
    max-width: 4.6ch;
  }

  .collections-transition__copy {
    max-width: 18ch;
    font-size: 0.92rem;
    letter-spacing: 0.14em;
  }

  .collections-transition__shop {
    min-height: 48px;
    padding: 0 24px;
    margin-top: 18px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
  }
}

@media (max-width: 560px) {
  .collections-cinema {
    padding-bottom: 88px;
  }

  .collections-cinema__hud {
    top: auto;
    right: 10px;
    bottom: 10px;
    left: auto;
    justify-content: flex-end;
    width: min(270px, calc(100vw - 20px));
  }

  .collections-cinema__hud-inner {
    width: 100%;
    justify-content: start;
    margin-left: auto;
    padding: 12px 12px 12px 14px;
  }

  .collections-cinema__chapter-links {
    grid-template-columns: 1fr;
  }

  .collection-chapter {
    padding: 20px 16px 38px;
  }

  .collection-chapter__inner {
    gap: 18px;
  }

  .collection-chapter__content {
    padding-top: 0;
    max-width: none;
  }

  .collection-chapter__title {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .collection-chapter__description {
    font-size: 0.9rem;
  }

  .collection-chapter__media-shell {
    width: min(100%, 280px);
    max-width: none;
  }

  .collections-cinema__ending {
    min-height: auto;
    padding-bottom: 8px;
  }

  .collections-transition {
    min-height: 540px;
  }

  .collections-transition__collections {
    top: 18px;
    width: calc(100% - 32px);
    min-height: 48px;
    padding: 0 14px;
    justify-content: center;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .collections-transition__content {
    max-width: none;
    padding: 20px 16px 36px;
  }

  .collections-transition__eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.3em;
  }

  .collections-transition__heading {
    font-size: clamp(3.1rem, 16vw, 4.8rem);
    max-width: 4.8ch;
    letter-spacing: 0.06em;
  }

  .collections-transition__copy {
    max-width: 17ch;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    line-height: 1.7;
  }

  .collections-transition__shop {
    min-height: 46px;
    padding: 0 20px;
    font-size: 0.66rem;
    letter-spacing: 0.2em;
  }
}

body.is-luxe-sellers-modal-open {
  overflow: hidden;
}

/* BEST SELLERS */
.bs-section {
  position: relative;
  background: #ffffff;
  padding: 0 0 120px;
  overflow: hidden;
  color: #000;
  margin-top: 0;
  padding-top: 0;
}

.bs-section::before {
  display: none;
}

.bs-section > * {
  position: relative;
  z-index: 1;
}

.bs-showcase {
  position: relative;
  min-height: clamp(560px, 74vw, 860px);
  padding: clamp(26px, 4vw, 50px) clamp(22px, 4vw, 48px) 0;
  overflow: hidden;
}

.bs-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 32%, rgba(0, 0, 0, 0.06) 62%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.3) 74%, rgba(0, 0, 0, 0.95) 100%);
  z-index: 1;
  pointer-events: none;
}

.bs-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 110%, rgba(205, 166, 92, 0.22) 0%, rgba(205, 166, 92, 0) 36%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 62%);
  mix-blend-mode: screen;
  z-index: 1;
  pointer-events: none;
}

.bs-showcase__hero {
  position: absolute;
  inset: 0;
}

.bs-showcase__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0) brightness(0.34) contrast(1.08);
  transform: scale(1.02);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, filter;
}

.bs-showcase__shade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(180px, 20vw, 260px);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 5, 5, 0.82) 58%, #050505 100%);
  z-index: 2;
  pointer-events: none;
}

.bs-showcase__collections,
.bs-showcase__button {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.bs-showcase__collections {
  top: clamp(34px, 5vw, 56px);
  left: 50%;
  transform: translateX(-50%);
  min-height: 62px;
  padding: 0 30px;
  border: 1px solid rgba(221, 194, 141, 0.56);
  border-radius: 18px;
  background: rgba(7, 7, 7, 0.34);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 20px 38px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #f4ecde;
  font-size: 0.82rem;
  font-weight: 500;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.bs-showcase__collections:hover,
.bs-showcase__collections:focus-visible {
  transform: translateX(-50%) scale(1.02);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 24px 48px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(207, 167, 96, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.bs-intro {
  position: absolute;
  left: clamp(28px, 5vw, 88px);
  bottom: clamp(120px, 14vw, 184px);
  z-index: 3;
  max-width: min(640px, 55vw);
  text-align: left;
  margin: 0;
  color: #f5f2ea;
}

.bs-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  margin-bottom: 18px;
  border: 1px solid rgba(217, 188, 141, 0.38);
  border-radius: 999px;
  background: rgba(9, 9, 9, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 28px rgba(0, 0, 0, 0.18);
  color: rgba(244, 230, 203, 0.92);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.bs-intro__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4.4rem, 9vw, 7.8rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
  color: #fbf7ee;
  text-shadow: 0 14px 32px rgba(0, 0, 0, 0.42);
}

.bs-intro__sentence {
  font-size: clamp(0.96rem, 1.4vw, 1.18rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(245, 242, 234, 0.84);
  margin-top: 28px;
  max-width: 540px;
}

.bs-showcase__button {
  left: clamp(28px, 5vw, 88px);
  bottom: clamp(44px, 5vw, 78px);
  min-height: 62px;
  padding: 0 34px;
  border: 1px solid rgba(220, 193, 144, 0.58);
  border-radius: 18px;
  background: rgba(8, 8, 8, 0.48);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #f5e8cf;
  font-size: 0.88rem;
  font-weight: 600;
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  pointer-events: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.bs-showcase:hover .bs-showcase__button,
.bs-showcase:focus-within .bs-showcase__button {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.bs-section.is-touch-safe .bs-showcase__button {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.bs-showcase:hover .bs-showcase__image,
.bs-showcase:focus-within .bs-showcase__image {
  transform: scale(1.045);
  filter: saturate(0) brightness(0.38) contrast(1.12);
}

.bs-showcase__button:hover,
.bs-showcase__button:focus-visible {
  transform: translate3d(0, -2px, 0);
  box-shadow:
    0 24px 40px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(207, 167, 96, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.bs-intro__sentence span {
  display: inline-block;
  white-space: pre;
}

.bs-main {
  opacity: 0;
  visibility: hidden;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px 0;
  position: relative;
  transform: translate3d(0, 12px, 0);
}

.bs-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr 0.5fr;
  align-items: center;
  gap: 44px;
}

.bs-column--left {
  display: flex;
  flex-direction: column;
  gap: 22px;
  transform: none;
}

.bs-label {
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

.bs-name {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.1;
  margin: 0;
}

.bs-description {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6);
  max-width: 400px;
  margin: 0;
}

.bs-pricing {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
  flex-wrap: wrap;
}

.bs-price-current {
  font-size: 2rem;
  font-weight: 600;
}

.bs-price-old {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: line-through;
}

.bs-discount {
  background: #000;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.bs-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bs-stars {
  color: #000;
  letter-spacing: 2px;
  font-size: 1rem;
}

.bs-reviews {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.4);
}

.bs-actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 20px;
}

.bs-actions__row {
  display: flex;
  gap: 15px;
}

.bs-btn {
  border: none;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  padding: 18px 30px;
  border-radius: 0;
}

.bs-btn--primary {
  background: #000;
  color: #fff;
  width: 100%;
}

.bs-btn--primary:hover {
  background: #333;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.bs-btn--glass {
  background: rgba(0, 0, 0, 0.03);
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.05);
  flex: 1;
  backdrop-filter: blur(10px);
}

.bs-btn--glass:hover {
  background: rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.bs-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 28px;
}

.bs-badge {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 8px;
}

.bs-badge::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}

.bs-column--center {
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: none;
}

.bs-hero {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bs-hero__glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 1;
}

.bs-hero__reflection {
  position: absolute;
  bottom: 10%;
  width: 400px;
  height: 40px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  filter: blur(10px);
}

.bs-hero__wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  will-change: transform;
}

.bs-hero__img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
  transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  will-change: transform, opacity;
}

.luxury-promo--bs {
  margin: -1px auto clamp(8px, 1.6vw, 18px);
  padding: 0 clamp(22px, 4vw, 48px) 0;
  transform: translate3d(0, 0, 0);
}

.luxury-promo--bs .luxury-promo__panel {
  margin-top: -1px;
  border-radius: 0 0 30px 30px;
  border-top-color: rgba(219, 188, 138, 0.32);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.28),
    0 -8px 32px rgba(205, 166, 92, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.luxury-promo--bs .luxury-promo__content {
  grid-template-columns: 1.1fr 0.9fr 1fr;
  align-items: center;
  gap: 0;
  text-align: left;
  justify-items: stretch;
}

.luxury-promo--bs .luxury-promo__content > * {
  min-width: 0;
}

.luxury-promo--bs .luxury-promo__content > *:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: clamp(20px, 2.8vw, 34px);
}

.luxury-promo--bs .luxury-promo__eyebrow,
.luxury-promo--bs .luxury-promo__title {
  text-align: left;
}

.luxury-promo--bs .luxury-promo__offer {
  justify-self: center;
  flex-direction: column;
  gap: 0.5rem;
  width: min(100%, 250px);
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.luxury-promo--bs .luxury-promo__percent {
  color: #fbf3e0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0.08em;
}

.luxury-promo--bs .luxury-promo__code {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
}

.luxury-promo--bs .luxury-promo__code strong {
  padding: 11px 16px 9px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(110, 77, 24, 0.95), rgba(78, 52, 13, 0.95));
  color: #f7ead0;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.luxury-promo--bs .luxury-promo__details {
  display: grid;
  justify-content: flex-start;
  gap: 0.6rem;
  text-align: left;
  font-size: 0.84rem;
  letter-spacing: 0.24em;
}

.bs-hero:hover .bs-hero__img {
  transform: scale(1.05) translateY(-20px);
}

.bs-column--right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.bs-preview {
  width: 180px;
  height: 240px;
  background: rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  filter: blur(2px);
  transform: scale(0.8);
  transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  pointer-events: none;
  will-change: transform, opacity, filter;
}

.bs-preview__img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.bs-ui {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  left: 40px;
  pointer-events: none;
}

.bs-numbers {
  position: absolute;
  top: -40px;
  right: 0;
  display: flex;
  gap: 30px;
  pointer-events: auto;
}

.bs-number {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  padding-bottom: 5px;
  position: relative;
}

.bs-number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s ease;
}

.bs-number.is-active {
  color: #000;
}

.bs-number.is-active::after {
  width: 100%;
}

.bs-nav-btns {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  pointer-events: auto;
}

.bs-nav-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
}

.bs-nav-btn svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #000;
  stroke-width: 1.5;
}

.bs-nav-btn:hover {
  background: #000;
  border-color: #000;
}

.bs-nav-btn:hover svg {
  stroke: #fff;
}

.bs-progress-wrap {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 2px;
  background: rgba(0, 0, 0, 0.05);
  pointer-events: auto;
  cursor: pointer;
}

.bs-progress-track {
  width: 100%;
  height: 100%;
  position: relative;
}

.bs-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 16.666%;
  height: 100%;
  background: #000;
  transition: left 0.6s cubic-bezier(0.2, 1, 0.3, 1);
}

@media (max-width: 1280px) {
  .bs-showcase {
    min-height: clamp(540px, 70vw, 760px);
  }

  .bs-intro {
    max-width: min(580px, 58vw);
  }

  .bs-container {
    grid-template-columns: 1fr 1.25fr 0.55fr;
    gap: 30px;
  }

  .bs-column--center {
    height: 720px;
  }

  .bs-ui {
    left: 32px;
    right: 32px;
  }
}

@media (max-width: 1024px) {
  .bs-section {
    padding: 0 0 120px;
  }

  .bs-showcase {
    min-height: 680px;
    padding-inline: 28px;
  }

  .bs-showcase__collections {
    top: 28px;
    min-height: 58px;
    padding-inline: 24px;
    font-size: 0.74rem;
  }

  .bs-intro {
    left: 32px;
    right: 32px;
    bottom: 118px;
    max-width: 520px;
  }

  .bs-intro__title {
    font-size: clamp(4rem, 10vw, 6.1rem);
  }

  .bs-intro__sentence {
    max-width: 480px;
    letter-spacing: 0.24em;
  }

  .bs-showcase__button {
    left: 32px;
    bottom: 42px;
  }

  .luxury-promo--bs {
    padding-inline: 28px;
  }

  .luxury-promo--bs .luxury-promo__content {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .luxury-promo--bs .luxury-promo__content > *:not(:first-child) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-left: 0;
    padding-top: 22px;
  }

  .luxury-promo--bs .luxury-promo__eyebrow,
  .luxury-promo--bs .luxury-promo__title,
  .luxury-promo--bs .luxury-promo__details {
    text-align: center;
  }

  .luxury-promo--bs .luxury-promo__details {
    justify-content: center;
  }

  .bs-main {
    padding: 0 28px;
  }

  .bs-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bs-column--center {
    order: 1;
    height: 620px;
    transform: translate3d(0, 0, 0);
  }

  .bs-column--left {
    order: 2;
    max-width: 640px;
    margin: 0 auto;
    transform: none;
  }

  .bs-column--right {
    order: 3;
    flex-direction: row;
    justify-content: center;
    gap: 22px;
  }

  .bs-ui {
    position: static;
    margin-top: 34px;
  }

  .bs-numbers,
  .bs-nav-btns,
  .bs-progress-wrap {
    position: static;
    transform: none;
    justify-content: center;
  }

  .bs-numbers {
    margin-bottom: 22px;
    flex-wrap: wrap;
  }

  .bs-nav-btns {
    margin-bottom: 22px;
    flex-direction: row;
  }

  .bs-progress-wrap {
    width: min(400px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .bs-section {
    padding: 0 0 110px;
  }

  .bs-showcase {
    min-height: 620px;
    padding-inline: 20px;
  }

  .bs-showcase__collections {
    top: 22px;
    gap: 0.55rem;
    min-height: 52px;
    padding-inline: 18px;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .luxury-promo--bs {
    margin: 0 auto 12px;
    padding-inline: 16px;
    position: relative;
    z-index: 3;
  }

  .bs-main {
    padding: 0 20px;
  }

  .bs-intro {
    left: 24px;
    right: 24px;
    bottom: 118px;
    max-width: 420px;
  }

  .bs-intro__title {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .bs-intro__sentence {
    max-width: 360px;
    font-size: 0.9rem;
    line-height: 1.7;
    letter-spacing: 0.18em;
  }

  .bs-showcase__button {
    left: 24px;
    right: auto;
    bottom: 40px;
    min-height: 56px;
    padding-inline: 24px;
    font-size: 0.78rem;
  }

  .luxury-promo--bs .luxury-promo__panel {
    border-radius: 20px;
    padding: 18px 16px;
  }

  .luxury-promo--bs .luxury-promo__percent {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .luxury-promo--bs .luxury-promo__title {
    font-size: clamp(2rem, 9vw, 2.9rem);
  }

  .luxury-promo--bs .luxury-promo__code {
    gap: 0.5rem;
    font-size: 0.58rem;
  }

  .luxury-promo--bs .luxury-promo__details {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .bs-name {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
  }

  .bs-description {
    max-width: none;
  }

  .bs-actions__row {
    flex-direction: column;
  }

  .bs-btn {
    width: 100%;
  }

  .bs-column--center {
    height: 500px;
  }

  .bs-column--left {
    transform: none;
  }

  .bs-column--right {
    gap: 14px;
    flex-wrap: wrap;
  }

  .bs-preview {
    width: min(42vw, 170px);
    height: min(54vw, 210px);
    opacity: 0.5;
  }

  .bs-nav-btn {
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 540px) {
  .luxury-promo--bs {
    padding-inline: 16px;
  }

  .luxury-promo--bs .luxury-promo__panel {
    border-radius: 18px;
    padding: 16px 14px;
  }

  .luxury-promo--bs .luxury-promo__content {
    gap: 14px;
  }

  .luxury-promo--bs .luxury-promo__content > *:not(:first-child) {
    padding-top: 14px;
  }

  .luxury-promo--bs .luxury-promo__eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.24em;
  }

  .luxury-promo--bs .luxury-promo__code strong {
    padding: 9px 14px 8px;
    border-radius: 10px;
  }

  .bs-intro {
    left: 18px;
    right: 18px;
    bottom: 108px;
    max-width: none;
  }

  .bs-showcase {
    min-height: 560px;
    padding-inline: 16px;
  }

  .bs-showcase__collections {
    top: 16px;
    width: calc(100% - 32px);
    justify-content: center;
    min-height: 48px;
    padding-inline: 14px;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .bs-intro__eyebrow {
    min-height: 30px;
    padding-inline: 12px;
    margin-bottom: 14px;
    font-size: 0.62rem;
    letter-spacing: 0.26em;
  }

  .bs-intro__title {
    font-size: clamp(2.7rem, 16vw, 4rem);
    letter-spacing: 0.08em;
  }

  .bs-intro__sentence {
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    margin-top: 18px;
  }

  .bs-showcase__button {
    left: 18px;
    bottom: 34px;
    min-height: 52px;
    padding-inline: 20px;
    font-size: 0.72rem;
  }

  .bs-pricing {
    gap: 12px;
  }

  .bs-rating {
    flex-wrap: wrap;
  }

  .bs-badges {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bs-column--center {
    height: 380px;
  }

  .bs-column--right {
    gap: 10px;
    justify-content: flex-start;
  }

  .bs-column--left {
    transform: none;
  }

  .bs-preview {
    width: min(44vw, 140px);
    height: min(56vw, 180px);
  }

  .bs-numbers {
    gap: 18px;
  }

  .bs-progress-wrap {
    width: 100%;
  }
}

.ref-section {
  position: relative;
  padding: 84px 24px 104px;
  background:
    radial-gradient(circle at top left, rgba(181, 149, 90, 0.14), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.06), transparent 20%),
    linear-gradient(135deg, #040404 0%, #070707 48%, #010101 100%);
  color: #f6efe8;
  overflow: hidden;
  isolation: isolate;
}

.ref-section::before {
  content: "";
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.08) 0 0.8px, transparent 1px),
    radial-gradient(circle at 70% 35%, rgba(255,255,255,0.06) 0 0.7px, transparent 1px),
    radial-gradient(circle at 40% 70%, rgba(255,255,255,0.05) 0 0.6px, transparent 1px),
    radial-gradient(circle at 20% 20%, rgba(200, 169, 106, 0.14), transparent 38%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.05), transparent 26%),
    linear-gradient(145deg, rgba(255,255,255,0.04), transparent 42%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.22'/%3E%3C/svg%3E");
  background-size: 16px 16px, 22px 22px, 18px 18px, auto, auto, auto, 180px 180px;
  mix-blend-mode: screen;
  opacity: 0.22;
  pointer-events: none;
}

.ref-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 34%, rgba(0, 0, 0, 0.34) 100%),
    linear-gradient(90deg, rgba(255,255,255,0.018), transparent 14%, transparent 86%, rgba(255,255,255,0.018));
  pointer-events: none;
}

.ref-section__frame {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px 28px 34px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.024));
  box-shadow: 0 28px 80px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.ref-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  margin-bottom: 22px;
}

.ref-section__eyebrow {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(246,239,232,0.58);
}

.ref-section__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.86rem, 3.4vw, 2.68rem);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,248,238,0.95);
  line-height: 1.08;
}

.ref-marquee {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 10px 0;
  mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}

.ref-marquee__track {
  display: flex;
  width: max-content;
  animation: ref-marquee 34s linear infinite;
  will-change: transform;
}

.ref-marquee__group {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-inline: 8px;
}

.ref-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: rgba(246,239,232,0.68);
  letter-spacing: 0.38em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 500;
  opacity: 0.72;
  white-space: nowrap;
}

.ref-logo-mark::before {
  content: "◦";
  margin-right: 0.48rem;
  font-size: 0.62rem;
  color: rgba(246,239,232,0.38);
}

.ref-logo-mark--sm {
  min-width: 84px;
  font-size: 0.68rem;
  opacity: 0.64;
}

.ref-logo-mark--md {
  min-width: 96px;
  font-size: 0.72rem;
  opacity: 0.7;
}

.ref-logo-mark--lg {
  min-width: 104px;
  font-size: 0.8rem;
  opacity: 0.76;
}

.ref-logo-mark--xl {
  min-width: 112px;
  font-size: 0.9rem;
  opacity: 0.8;
}

.ref-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-bottom: 24px;
}

.ref-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 124px;
  padding: 16px 16px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.06);
  overflow: hidden;
}

.ref-stat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.12), transparent 38%);
  pointer-events: none;
  opacity: 0.72;
}

.ref-stat__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.04);
  color: #f7e3bc;
  font-size: 0.84rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.ref-stat__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ref-stat__value {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 2.3vw, 2.05rem);
  line-height: 1;
  color: #fcf2e4;
  letter-spacing: 0.04em;
}

.ref-stat__description {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(246,239,232,0.58);
}

.ref-stat__suffix {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(246,239,232,0.54);
}

.ref-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  gap: 20px;
  align-items: stretch;
}

.ref-showcase__hero-card {
  position: relative;
  height: 100%;
  min-height: 510px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.16);
  background: linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.024));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 24px 80px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.08);
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.35s ease;
  will-change: transform, box-shadow;
}

.ref-showcase__hero-card:hover {
  transform: translate3d(0, -6px, 0) scale(1.008);
  box-shadow: 0 30px 90px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.24);
}

.ref-showcase__hero-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(246,239,232,0.74);
}

.ref-showcase__hero-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  font-size: 0.66rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(246,239,232,0.58);
}

.ref-showcase__hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 10px;
}

.ref-showcase__hero-media img {
  width: min(100%, 440px);
  max-height: 400px;
  object-fit: contain;
  filter: drop-shadow(0 28px 64px rgba(0,0,0,0.26));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
  will-change: transform, filter;
}

.ref-showcase__hero-card:hover .ref-showcase__hero-media img {
  transform: scale(1.04) translate3d(0, -5px, 0);
  filter: drop-shadow(0 34px 74px rgba(0,0,0,0.34));
}

.ref-showcase__hero-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(145deg, rgba(255,255,255,0.064), rgba(255,255,255,0.032));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ref-showcase__hero-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.ref-showcase__hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(246,239,232,0.66);
}

.ref-showcase__hero-pill--soft {
  background: rgba(255,255,255,0.02);
  color: rgba(246,239,232,0.58);
}

.ref-showcase__hero-copy h3 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  color: #fcf2e4;
}

.ref-showcase__hero-copy p {
  margin: 0 0 10px;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(246,239,232,0.7);
}

.ref-showcase__hero-copy span {
  font-size: 0.76rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(246,239,232,0.74);
}

.ref-showcase__stack {
  display: grid;
  gap: 14px;
}

.ref-product-card {
  position: relative;
  display: grid;
  gap: 12px;
  align-items: start;
  padding: 15px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(145deg, rgba(255,255,255,0.058), rgba(255,255,255,0.028));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.16), inset 0 1px 0 rgba(255,255,255,0.06);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease, box-shadow 0.35s ease;
  will-change: transform, box-shadow, opacity;
  overflow: hidden;
}

.ref-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.12), transparent 38%);
  pointer-events: none;
  opacity: 0.78;
}

.ref-product-card:hover {
  transform: translate3d(0, -4px, 0) scale(1.008);
  border-color: rgba(255,255,255,0.24);
  box-shadow: 0 18px 42px rgba(0,0,0,0.24), inset 0 1px 0 rgba(255,255,255,0.1);
}

.ref-product-card__media {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 186px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.035);
  overflow: hidden;
}

.ref-product-card__media img {
  width: 78%;
  height: 100%;
  max-height: 168px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,0.22));
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
  will-change: transform, filter;
}

.ref-product-card:hover .ref-product-card__media img {
  transform: scale(1.06) translate3d(0, -4px, 0);
  filter: drop-shadow(0 18px 30px rgba(0,0,0,0.28));
}

.ref-product-card__copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-inline: 2px;
}

.ref-product-card__meta {
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(246,239,232,0.58);
}

.ref-product-card__name {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fdf4e9;
}

.ref-product-card__price {
  font-size: 0.74rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(246,239,232,0.72);
}

@keyframes ref-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 980px) {
  .ref-showcase {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ref-showcase__hero-card {
    min-height: 460px;
  }

  .ref-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ref-section {
    padding: 72px 14px 88px;
  }

  .ref-section__frame {
    padding: 22px 16px 24px;
    border-radius: 22px;
  }

  .ref-section__title {
    font-size: clamp(1.6rem, 6.8vw, 2.1rem);
    letter-spacing: 0.2em;
  }

  .ref-marquee {
    margin-bottom: 18px;
  }

  .ref-logo-mark {
    min-width: 82px;
    font-size: 0.66rem;
    letter-spacing: 0.3em;
  }

  .ref-stats {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .ref-stat {
    min-height: 112px;
    padding: 14px;
  }

  .ref-showcase__hero-card {
    min-height: 400px;
    padding: 16px;
  }

  .ref-showcase__hero-copy {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px 16px;
  }

  .ref-showcase__hero-media img {
    max-height: 300px;
  }

  .ref-product-card__media {
    min-height: 154px;
  }

  .ref-product-card__copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

/* Ref Section Final Override */
body .ref-section {
  padding: 84px 28px 110px;
  background:
    radial-gradient(circle at 50% 8%, rgba(225, 184, 117, 0.16), transparent 22%),
    radial-gradient(circle at 16% 30%, rgba(255, 255, 255, 0.045), transparent 22%),
    radial-gradient(circle at 84% 68%, rgba(154, 110, 58, 0.14), transparent 24%),
    linear-gradient(180deg, #020202 0%, #050505 44%, #020202 100%);
}

body .ref-section::before {
  opacity: 0.16;
}

body .ref-section::after {
  background:
    radial-gradient(circle at center, transparent 32%, rgba(0, 0, 0, 0.38) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 18%, transparent 84%, rgba(0, 0, 0, 0.58));
}

body .ref-section .ref-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 38px;
}

body .ref-section .ref-stat {
  min-height: 164px;
  padding: 20px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.012)),
    linear-gradient(145deg, rgba(24, 24, 26, 0.92), rgba(8, 8, 10, 0.92));
  box-shadow:
    0 0 0 1px rgba(226, 195, 145, 0.06) inset,
    0 18px 40px rgba(0, 0, 0, 0.34),
    0 24px 48px rgba(0, 0, 0, 0.18);
}

body .ref-section .ref-stat::before {
  background: radial-gradient(circle at 50% 108%, rgba(226, 195, 145, 0.28), transparent 42%);
  opacity: 0.64;
}

body .ref-section .ref-stat__icon {
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  color: #e2c391;
}

body .ref-section .ref-stat__value {
  font-size: clamp(2.4rem, 3.4vw, 3rem);
  color: #f8efe4;
}

body .ref-section .ref-section__eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.38em;
  color: rgba(230, 219, 202, 0.58);
}

body .ref-section .ref-section__title {
  font-size: clamp(3.2rem, 4.8vw, 4.45rem);
  letter-spacing: 0.11em;
  color: #f6eee2;
}

body .ref-section .ref-product-card {
  min-height: 430px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.008)),
    linear-gradient(145deg, rgba(15, 15, 17, 0.96), rgba(7, 7, 8, 0.96));
  box-shadow:
    0 0 0 1px rgba(226, 195, 145, 0.05) inset,
    0 26px 46px rgba(0, 0, 0, 0.28);
}

body .ref-section .ref-product-card::before {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 26%),
    radial-gradient(circle at 50% 110%, rgba(226, 195, 145, 0.28), transparent 28%);
  opacity: 0.82;
}

body .ref-section .ref-product-card::after {
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.025);
}

body .ref-section .ref-product-card:hover,
body .ref-section .ref-product-card:focus-within {
  transform: translate3d(0, -6px, 0);
  border-color: rgba(232, 202, 155, 0.22);
  box-shadow:
    0 0 0 1px rgba(226, 195, 145, 0.1) inset,
    0 32px 56px rgba(0, 0, 0, 0.38);
}

body .ref-section .ref-product-card__wishlist {
  width: 22px;
  height: 22px;
}

body .ref-section .ref-product-card__media {
  min-height: 248px;
  margin-bottom: 10px;
  padding: 16px 10px 0;
  border: 0;
  background: transparent;
}

body .ref-section .ref-product-card__media img {
  width: 100%;
  max-width: 170px;
  max-height: 222px;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.48));
}

body .ref-section .ref-product-card__details h3 {
  font-size: 0.93rem;
  letter-spacing: 0.1em;
}

body .ref-section .ref-product-card__details p {
  font-size: 0.75rem;
  color: rgba(231, 221, 206, 0.48);
}

body .ref-section .ref-product-card__details strong {
  font-size: 1.52rem;
  color: #fbf3e6;
}

body .ref-section .ref-product-card__actions {
  grid-template-columns: 1fr 1.28fr;
  gap: 8px;
  margin-top: 16px;
}

body .ref-section .ref-product-card__button {
  min-height: 38px;
  border-radius: 10px;
  font-size: 0.66rem;
  letter-spacing: 0.24em;
}

@media (max-width: 1180px) {
  body .ref-section .ref-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body .ref-section {
    padding: 52px 10px 62px;
  }

  body .ref-section .ref-section__title {
    font-size: clamp(2.3rem, 11vw, 3.15rem);
    letter-spacing: 0.08em;
  }

  body .ref-section .ref-product-card {
    min-height: 210px;
    padding: 8px 6px;
  }

  body .ref-section .ref-product-card__wishlist {
    width: 14px;
    height: 14px;
    top: 8px;
    right: 8px;
  }

  body .ref-section .ref-product-card__media {
    min-height: 86px;
    margin-bottom: 6px;
    padding: 4px 2px 0;
  }

  body .ref-section .ref-product-card__media img {
    max-width: 68px;
    max-height: 88px;
  }

  body .ref-section .ref-product-card__details h3 {
    font-size: 0.4rem;
    line-height: 1.18;
    letter-spacing: 0.04em;
  }

  body .ref-section .ref-product-card__details p {
    font-size: 0.38rem;
    margin-bottom: 3px;
  }

  body .ref-section .ref-product-card__details strong {
    font-size: 0.74rem;
  }

  body .ref-section .ref-product-card__actions {
    gap: 4px;
    margin-top: 7px;
  }

  body .ref-section .ref-product-card__button {
    min-height: 22px;
    padding: 0 2px;
    font-size: 0.34rem;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 560px) {
  body .ref-section {
    padding: 48px 10px 58px;
  }

  body .ref-section .ref-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body .ref-section .ref-stat {
    min-height: 112px;
    padding: 12px 10px;
  }

  body .ref-section .ref-product-card {
    min-height: 220px;
    padding: 8px 7px;
  }

  body .ref-section .ref-product-card__media {
    min-height: 92px;
    padding: 4px 2px 0;
  }

  body .ref-section .ref-product-card__media img {
    max-width: 72px;
    max-height: 92px;
  }

  body .ref-section .ref-product-card__actions {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 8px;
  }
}

.final-cinema {
  position: relative;
  min-height: 100vh;
  background: #030303;
  overflow: hidden;
  isolation: isolate;
}

.final-cinema__media,
.final-cinema__video,
.final-cinema__overlay,
.final-cinema__vignette,
.final-cinema__grain {
  position: absolute;
  inset: 0;
}

.final-cinema__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.66;
  filter: saturate(0.92) brightness(0.88) contrast(1.04);
  transform: scale(1.02);
  will-change: transform, opacity;
  background: #090909;
}

.final-cinema__overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.34) 46%, rgba(0, 0, 0, 0.5) 100%),
    rgba(0, 0, 0, 0.12);
}

.final-cinema__vignette {
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.28) 72%, rgba(0, 0, 0, 0.52) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.16) 100%);
}

.final-cinema__grain {
  opacity: 0.12;
  background-image:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.2) 0.6px, transparent 0.8px),
    radial-gradient(circle at 78% 62%, rgba(255, 255, 255, 0.12) 0.6px, transparent 0.8px);
  background-size: 4px 4px, 5px 5px;
  mix-blend-mode: screen;
  pointer-events: none;
}

.final-cinema__content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 120px) 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f5f2ea;
}

.final-cinema__eyebrow,
.final-cinema__title,
.final-cinema__copy,
.final-cinema__button {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
}

.final-cinema__eyebrow {
  margin: 0 0 20px;
  color: rgba(224, 196, 145, 0.9);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.final-cinema__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.4rem, 10vw, 6.9rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-wrap: balance;
}

.final-cinema__copy {
  max-width: 34ch;
  margin: 24px 0 0;
  color: rgba(245, 242, 234, 0.84);
  font-size: clamp(0.98rem, 1.2vw, 1.14rem);
  line-height: 1.9;
  letter-spacing: 0.12em;
}

.final-cinema__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-height: 56px;
  margin-top: 36px;
  padding: 0 28px;
  border: 1px solid rgba(211, 175, 116, 0.62);
  background: transparent;
  color: #f3e6cf;
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  transition:
    background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.final-cinema__button-arrow {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.final-cinema__button:hover,
.final-cinema__button:focus-visible {
  background: rgba(211, 175, 116, 0.16);
  color: #fff2d9;
  box-shadow: 0 0 0 1px rgba(211, 175, 116, 0.18), 0 18px 38px rgba(0, 0, 0, 0.26);
  transform: translate3d(0, -2px, 0);
}

.final-cinema__button:hover .final-cinema__button-arrow,
.final-cinema__button:focus-visible .final-cinema__button-arrow {
  transform: translate3d(6px, 0, 0);
}

.site-footer-luxe {
  position: relative;
  background: #020202;
  color: #f5f2ea;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-luxe__shell {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: clamp(52px, 6vw, 78px) 28px 28px;
}

.site-footer-luxe__top {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 2.5fr);
  gap: clamp(42px, 5vw, 86px);
  align-items: start;
}

.site-footer-luxe__brand,
.site-footer-luxe__column,
.site-footer-luxe__bottom,
.site-footer-luxe__credit {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}

.site-footer-luxe__logo {
  display: inline-block;
  color: #f5f2ea;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 4.2rem);
  line-height: 0.9;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.site-footer-luxe__brand-copy {
  max-width: 18ch;
  margin: 26px 0 0;
  color: rgba(245, 242, 234, 0.72);
  font-size: 1rem;
  line-height: 1.8;
}

.site-footer-luxe__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.site-footer-luxe__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(245, 242, 234, 0.7);
  cursor: pointer;
  transition: color 0.35s ease, transform 0.35s ease;
}

.site-footer-luxe__social-link svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer-luxe__social-link:hover,
.site-footer-luxe__social-link:focus-visible {
  color: rgba(219, 188, 138, 0.92);
  transform: translate3d(0, -2px, 0);
}

.site-footer-luxe__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
}

.site-footer-luxe__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.site-footer-luxe__column h3 {
  margin: 0 0 2px;
  color: rgba(224, 196, 145, 0.88);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.site-footer-luxe__column a {
  color: rgba(245, 242, 234, 0.74);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.35;
  transition: color 0.32s ease, transform 0.32s ease;
}

.site-footer-luxe__column a:hover,
.site-footer-luxe__column a:focus-visible {
  color: rgba(219, 188, 138, 0.92);
  transform: translate3d(3px, 0, 0);
}

.site-footer-luxe__bottom {
  margin-top: clamp(54px, 6vw, 72px);
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-footer-luxe__bottom p {
  margin: 0;
  color: rgba(245, 242, 234, 0.62);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer-luxe__bottom span {
  display: inline-block;
  margin: 0 12px;
  color: rgba(245, 242, 234, 0.36);
}

.site-footer-luxe__credit {
  margin: 18px 0 0;
  text-align: center;
  color: rgba(245, 242, 234, 0.48);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer-luxe__credit a {
  color: rgba(224, 196, 145, 0.82);
  text-decoration: none;
  transition: color 0.32s ease;
}

.site-footer-luxe__credit a:hover,
.site-footer-luxe__credit a:focus-visible {
  color: #f3e6cf;
}

@media (max-width: 1100px) {
  .site-footer-luxe__top {
    grid-template-columns: 1fr;
  }

  .site-footer-luxe__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .final-cinema__content {
    padding-inline: 18px;
  }

  .final-cinema__title {
    font-size: clamp(2.8rem, 14vw, 4.8rem);
    letter-spacing: 0.08em;
  }

  .final-cinema__copy {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
  }

  .final-cinema__button {
    min-height: 52px;
    padding: 0 22px;
    font-size: 0.68rem;
    letter-spacing: 0.28em;
  }

  .site-footer-luxe__shell {
    padding-inline: 18px;
  }

  .site-footer-luxe__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .final-cinema__eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.32em;
  }

  .site-footer-luxe__shell {
    padding: 28px 14px 18px;
  }

  .site-footer-luxe__top {
    gap: 20px;
  }

  .site-footer-luxe__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .site-footer-luxe__logo {
    font-size: 2rem;
    letter-spacing: 0.16em;
  }

  .site-footer-luxe__brand-copy {
    max-width: none;
    margin-top: 12px;
    line-height: 1.55;
  }

  .site-footer-luxe__social {
    margin-top: 16px;
    gap: 10px;
  }

  .site-footer-luxe__column {
    gap: 8px;
  }

  .site-footer-luxe__column h3 {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
  }

  .site-footer-luxe__column a,
  .site-footer-luxe__brand-copy {
    font-size: 0.78rem;
  }

  .site-footer-luxe__bottom {
    margin-top: 24px;
    padding-top: 14px;
    gap: 8px;
  }

  .site-footer-luxe__bottom span {
    display: none;
  }

  .site-footer-luxe__bottom p,
  .site-footer-luxe__credit {
    font-size: 0.64rem;
    letter-spacing: 0.08em;
  }
}


