/* SABOON DE LUXE — Editorial luxury homepage */

.page-home {
  --hero-top-bleed: max(env(safe-area-inset-top, 0px), 12px);
  --lux-ivory: #f5f1e8;
  --lux-gold: #d8c27a;
  --lux-emerald: #012f2a;
  --lux-text: #fafaf7;
  --lux-muted: var(--text-muted);
  --lux-body: var(--text-body);
  --lux-border: rgba(216, 194, 122, 0.18);
  --lux-serif: var(--font-serif);
  --lux-sans: var(--font-serif);
  --lux-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --lux-section-pad: clamp(72px, 9vh, 140px);
  --lux-cine-filter: saturate(0.94) contrast(1.04) brightness(0.98);
}

.page-home > section {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
}

.page-home > .lux-hero,
.page-home > .lux-experience {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-home .lux-hero__content,
.page-home .lux-experience__content {
  padding-left: var(--gutter) !important;
  padding-right: var(--gutter) !important;
}

.page-home .section {
  padding: var(--lux-section-pad) 0;
  border-top: 1px solid var(--lux-border);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Typography */
.page-home .lux-eyebrow {
  margin: 0 0 1.75rem;
  font-family: var(--lux-sans);
  font-size: var(--eyebrow-editorial);
  font-weight: 500;
  letter-spacing: var(--eyebrow-editorial-track);
  text-transform: uppercase;
  color: var(--lux-gold);
}

.page-home .lux-display {
  margin: 0;
  font-family: var(--lux-serif);
  font-weight: 300;
  font-size: clamp(3.25rem, 6.8vw, 6.25rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--lux-text);
}

.page-home .lux-display em {
  font-style: italic;
  color: var(--lux-gold);
}

.page-home .lux-body {
  margin: 0 0 1.75rem;
  max-width: 38rem;
  font-family: var(--lux-sans);
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.01em;
  color: var(--lux-body);
}

.page-home .lux-link {
  display: inline-block;
  margin-top: 1.5rem;
  font-family: var(--lux-sans);
  font-size: var(--ui-font-size);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--lux-gold);
  border-bottom: 1px solid rgba(216, 194, 122, 0.45);
  padding-bottom: 4px;
  transition: opacity 0.4s var(--lux-ease), border-color 0.4s var(--lux-ease);
}

.page-home .lux-link:hover {
  opacity: 0.78;
  border-color: var(--lux-gold);
}

.page-home .lux-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 2rem;
  font-family: var(--lux-sans);
  font-size: var(--ui-font-size);
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.5s var(--lux-ease), color 0.5s var(--lux-ease), border-color 0.5s var(--lux-ease);
}

.page-home .lux-btn--primary {
  background: var(--lux-gold);
  color: var(--lux-emerald);
}

.page-home .lux-btn--primary:hover {
  background: var(--lux-ivory);
}

.page-home .lux-btn--outline {
  background: transparent;
  color: var(--lux-text);
  border-color: rgba(216, 194, 122, 0.5);
}

.page-home .lux-btn--outline:hover {
  border-color: var(--lux-gold);
  color: var(--lux-gold);
}

.page-home .lux-section-head {
  text-align: center;
  margin-bottom: clamp(2rem, 4.5vw, 3.25rem);
  padding-bottom: 0.5rem;
}

.page-home .lux-section-head__sub {
  margin: clamp(0.75rem, 1.5vw, 1.1rem) auto 0;
  text-align: center;
  max-width: min(34rem, 100%);
  font-size: var(--section-sub);
  line-height: var(--section-sub-line);
  color: var(--text-body);
}

.page-home .lux-section-head--minimal {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

/* Homepage section titles — compact & responsive */
.page-home .lux-section-head .lux-display,
.page-home .lux-discover__head .lux-display,
.page-home .lux-craft__intro .lux-display,
.page-home .lux-gift__copy .lux-display {
  font-size: var(--heading-section);
  line-height: var(--heading-section-line);
  letter-spacing: var(--heading-section-track);
}

.page-home .lux-section-head .lux-eyebrow,
.page-home .lux-discover__head .lux-eyebrow,
.page-home .lux-craft__intro .lux-eyebrow,
.page-home .lux-gift__copy .lux-eyebrow {
  margin-bottom: clamp(0.75rem, 1.6vw, 1.15rem);
  font-size: var(--eyebrow-editorial);
  letter-spacing: var(--eyebrow-editorial-track);
}

.page-home .lux-discover__head {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}

/* Cinematic image treatment */
.page-home .lux-philosophy__visual img,
.page-home .lux-card__media img,
.page-home .lux-discover__media img,
.page-home .lux-craft__img img,
.page-home .lux-experience__bg img {
  filter: var(--lux-cine-filter);
}

.page-home .lux-hero.is-video-ready .lux-hero__video {
  filter: saturate(0.96) contrast(1.03);
  transform: scale(1.02);
  transform-origin: center center;
}

/* Hero */
.page-home .lux-hero {
  position: relative;
  margin-top: calc(-1 * var(--hero-top-bleed));
  padding-top: var(--hero-top-bleed);
  min-height: calc(100svh + var(--hero-top-bleed));
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}

html.page-home.preloader-pending .lux-hero__copy,
html.page-home.preloader-pending .lux-hero__cta {
  opacity: 0;
  visibility: hidden;
}

.page-home .lux-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #012f2a;
}

.page-home .lux-hero__video,
.page-home .lux-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.page-home .lux-hero__video {
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .lux-hero.is-video-ready .lux-hero__video {
  opacity: 1;
}

.page-home .lux-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(1, 47, 42, 0.22) 0%,
    rgba(1, 47, 42, 0.4) 45%,
    rgba(1, 47, 42, 0.72) 100%
  );
  z-index: 1;
}

.page-home .lux-hero__mist {
  position: absolute;
  inset: -20% 0 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 40% at 50% 100%, rgba(245, 241, 232, 0.09), transparent 70%),
    radial-gradient(ellipse 60% 30% at 20% 80%, rgba(216, 194, 122, 0.05), transparent 65%);
  animation: lux-mist-drift 26s ease-in-out infinite alternate;
  opacity: 0.65;
}

@keyframes lux-mist-drift {
  0% { transform: translateY(0) scale(1); opacity: 0.55; }
  100% { transform: translateY(-2%) scale(1.02); opacity: 0.72; }
}

.page-home .lux-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1460px;
  padding-top: clamp(96px, 14vh, 160px);
  padding-bottom: clamp(96px, 14vh, 160px);
  pointer-events: none;
  text-align: center;
}

.page-home .lux-hero__copy {
  pointer-events: auto;
  max-width: min(52rem, 100%);
  margin-inline: auto;
  text-align: center;
}

.page-home .lux-hero__cta {
  position: static;
  display: inline-flex;
  margin: clamp(1.5rem, 3vh, 2.25rem) auto 0;
  box-sizing: border-box;
  min-height: clamp(44px, 10vw, 52px);
  padding: 0 clamp(1.5rem, 4vw, 2.5rem);
  font-size: clamp(11px, 2.4vw, 12px);
  letter-spacing: clamp(0.16em, 0.5vw, 0.24em);
  line-height: 1.35;
  white-space: normal;
  text-align: center;
  hyphens: none;
  backdrop-filter: blur(6px);
  background: rgba(1, 47, 42, 0.18);
}

.page-home .lux-hero__cta:hover {
  background: rgba(1, 47, 42, 0.32);
}

.page-home .lux-hero__title {
  margin: 0 auto;
  max-width: min(42rem, 100%);
  font-family: var(--lux-serif);
  font-weight: 300;
  font-size: clamp(1.75rem, 3.2vw + 0.5rem, 3.5rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--lux-text);
  text-shadow: 0 2px 40px rgba(1, 47, 42, 0.35);
  text-wrap: balance;
  overflow-wrap: break-word;
  hyphens: auto;
  opacity: 1;
  visibility: visible;
}

.page-home .lux-hero__typewriter {
  display: block;
  min-height: 1.2em;
}

.page-home .lux-hero__phrase {
  display: block;
  min-height: 1.15em;
  white-space: nowrap;
}

.page-home .lux-hero__cursor {
  display: inline-block;
  width: 2px;
  height: 0.82em;
  margin-left: 3px;
  vertical-align: -0.06em;
  background: var(--lux-gold);
  animation: lux-hero-cursor-blink 0.85s step-end infinite;
}

.page-home .lux-hero__cursor.is-hidden {
  display: none;
}

@keyframes lux-hero-cursor-blink {
  50% { opacity: 0; }
}

.page-home .lux-hero__eyebrow {
  margin: 0 0 1rem;
  font-size: clamp(9px, 1.6vw, 11px);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--lux-gold);
}

.page-home .lux-hero__desc {
  margin: 0.85rem 0 0;
  max-width: min(34rem, 100%);
  font-size: clamp(0.875rem, 1.1vw + 0.5rem, 1.05rem);
  line-height: 1.65;
  color: rgba(245, 241, 232, 0.78);
  text-shadow: 0 1px 24px rgba(1, 47, 42, 0.28);
}

.page-home .lux-hero__word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-right: 0.06em;
}

.page-home .lux-hero__word-inner {
  display: inline-block;
}

.page-home .lux-hero.is-typing-done .lux-hero__cursor {
  display: none;
}


.page-home .lux-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  z-index: 3;
  transform: translateX(-50%);
  width: 1px;
  height: 56px;
  background: rgba(216, 194, 122, 0.25);
}

.page-home .lux-hero__scroll span {
  display: block;
  width: 1px;
  height: 24px;
  background: var(--lux-gold);
  animation: lux-scroll-line 3.6s ease-in-out infinite;
}

@keyframes lux-scroll-line {
  0%, 100% { transform: translateY(0); opacity: 0.85; }
  50% { transform: translateY(22px); opacity: 0.35; }
}

/* Philosophy */
.page-home .lux-philosophy__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.58fr);
  gap: clamp(1.25rem, 2.8vw, 2.25rem);
  align-items: start;
  width: 100%;
  max-width: min(1040px, 100%);
  margin-inline: auto;
}

.page-home .lux-philosophy__copy {
  min-width: 0;
  max-width: 36rem;
}

.page-home .lux-philosophy__copy .lux-display {
  margin-bottom: 0.25rem;
}

.page-home .lux-philosophy__copy .lux-body + .lux-body {
  margin-top: 0.5rem;
}

.page-home .lux-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.page-home .lux-pillars li {
  font-family: var(--lux-sans);
  font-size: var(--ui-font-size);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lux-text);
  padding: 0.65rem 1.1rem;
  border: 1px solid var(--lux-border);
}

.page-home .lux-philosophy__visual {
  margin: 0;
  overflow: hidden;
  width: 100%;
  max-width: min(100%, 320px);
  justify-self: start;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-home .lux-philosophy__visual--slideshow {
  overflow: visible;
  max-width: min(100%, 360px);
}

.page-home .lux-philosophy__visual--video .brand-video {
  width: 100%;
  min-height: 0;
  max-height: clamp(360px, 50vh, 540px);
  aspect-ratio: auto;
}

.page-home .lux-philosophy__visual--video .brand-video__el {
  object-fit: contain;
}

.page-home .lux-philosophy__slides {
  position: relative;
  width: 100%;
  min-height: 0;
  display: grid;
  grid-template: 1fr / 1fr;
  align-items: start;
  justify-items: start;
}

.page-home .lux-philosophy__visual img,
.page-home .lux-philosophy__slide {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: left center;
  display: block;
  transition: transform 1.2s var(--lux-ease);
}

.page-home .lux-philosophy__visual:not(.lux-philosophy__visual--slideshow):hover img {
  transform: scale(1.03);
}

.page-home .lux-philosophy__visual--slideshow .lux-philosophy__slide {
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
  opacity: 0;
  transform: none;
  transition: opacity 1.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
  pointer-events: none;
  z-index: 0;
}

.page-home .lux-philosophy__visual--slideshow .lux-philosophy__slide.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

/* Discover slider — bestsellers on ivory */
.page-home .lux-discover {
  --discover-ink: var(--lux-emerald);
  --discover-muted: rgba(1, 47, 42, 0.62);
  background: var(--lux-ivory);
  color: var(--discover-ink);
  border-top: none;
  padding-top: calc(var(--lux-section-pad) + 1rem);
  padding-bottom: calc(var(--lux-section-pad) + 0.5rem);
}

.page-home .lux-discover .lux-eyebrow {
  color: #7a6630;
}

.page-home .lux-discover .lux-display {
  color: var(--discover-ink);
}

.page-home .lux-discover .lux-display em {
  color: var(--lux-gold);
}

.page-home .lux-discover .lux-body {
  color: var(--discover-muted);
}

.page-home .lux-discover .lux-btn--outline {
  color: var(--discover-ink);
}

.page-home .lux-discover .lux-btn--outline:hover {
  color: var(--lux-gold);
}


.page-home .lux-discover__wrap {
  position: relative;
  max-width: min(1560px, 100%);
  margin: 0 auto;
  padding: 0 clamp(2.75rem, 5vw, 4.5rem);
}

.page-home .lux-discover__viewport {
  overflow: hidden;
}

.page-home .lux-discover__track {
  --discover-gap: clamp(1rem, 2vw, 1.75rem);
  display: flex;
  align-items: stretch;
  gap: var(--discover-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.25rem 0 1.5rem;
}

.page-home .lux-discover__track::-webkit-scrollbar {
  display: none;
}

.page-home .lux-discover__slide {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.page-home .lux-discover__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.page-home .lux-discover__media {
  margin: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.65rem, 2.8vw, 1.15rem);
  box-sizing: border-box;
  background: rgba(1, 47, 42, 0.06);
}

.page-home .lux-discover__media img:not(.lux-product-card__img--hover) {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex: 0 1 auto;
  object-fit: contain;
  object-position: center center;
  display: block;
  transition: transform 1.4s var(--lux-ease);
  filter: saturate(0.98) contrast(1.02);
}

.page-home .lux-product-card:hover .lux-product-card__media:not(.lux-product-card__media--dual) .lux-product-card__img--primary.is-loaded {
  transform: scale(1.02);
}

.page-home .lux-discover__title {
  margin: clamp(1.35rem, 2.4vw, 1.85rem) 0 0;
  padding: 0 0.5rem;
  font-family: var(--lux-serif);
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lux-text);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(3 * 1.35em);
}

.page-home .lux-discover .lux-discover__title {
  color: var(--discover-ink);
}

.page-home .lux-btn--discover {
  min-width: 9.5rem;
  min-height: 2.65rem;
  margin-top: clamp(1.1rem, 2vw, 1.5rem);
  padding: 0 1.75rem;
  background: transparent;
  color: var(--lux-emerald);
  border-color: rgba(216, 194, 122, 0.55);
  pointer-events: none;
}

.page-home .lux-discover__card:hover .lux-btn--discover {
  background: var(--lux-gold);
  color: var(--lux-emerald);
  border-color: var(--lux-gold);
}

.page-home .lux-discover__nav {
  position: absolute;
  top: 38%;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(216, 194, 122, 0.4);
  border-radius: 50%;
  background: var(--lux-ivory);
  color: var(--lux-emerald);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(1, 47, 42, 0.08);
  transition:
    opacity 0.35s var(--lux-ease),
    border-color 0.35s var(--lux-ease),
    color 0.35s var(--lux-ease),
    transform 0.35s var(--lux-ease);
}

.page-home .lux-discover__nav:hover:not(:disabled) {
  border-color: var(--lux-gold);
  color: var(--lux-gold);
  transform: scale(1.04);
}

.page-home .lux-discover__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.page-home .lux-discover__nav--prev {
  left: clamp(0.35rem, 1.2vw, 0.85rem);
}

.page-home .lux-discover__nav--next {
  right: clamp(0.35rem, 1.2vw, 0.85rem);
}

/* Product showcase — signature collections style (all product grids) */
.page-home .lux-product-showcase {
  padding-top: calc(var(--lux-section-pad) + 1rem);
}

.page-home .lux-collections__grid,
.page-home .lux-product-showcase .lux-home-product-grid {
  gap: clamp(0.75rem, 2.5vw, 2rem);
}

.page-home .lux-product-showcase .lux-discover__title {
  color: var(--lux-text);
}

.page-home .lux-product-showcase .lux-discover__category {
  color: var(--lux-muted);
}

.page-home .lux-product-showcase .lux-discover__price {
  color: var(--lux-gold);
}

.page-home .lux-product-showcase .lux-discover__media {
  aspect-ratio: 4 / 5;
  padding: clamp(0.75rem, 3.2vw, 1.25rem);
  background: rgba(1, 47, 42, 0.2);
}

.page-home .lux-product-showcase .lux-discover__media img:not(.lux-product-card__img--hover),
.page-home .lux-product-showcase .lux-product-card__img:not(.lux-product-card__img--hover) {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex: 0 1 auto;
  object-fit: contain;
  object-position: center center;
}

.page-home .lux-product-card .product-img-wrap:hover img,
.page-home .lux-product-card .product-img-wrap:focus-visible img {
  transform: none;
}

.page-home .lux-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.page-home .lux-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4.2;
  min-height: 0;
  background: rgba(1, 47, 42, 0.4);
}

.page-home .lux-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transition: transform 1.8s var(--lux-ease), filter 1.2s var(--lux-ease);
}

.page-home .lux-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(1, 47, 42, 0.72) 0%,
    rgba(1, 47, 42, 0.08) 48%,
    transparent 72%
  );
  opacity: 0.72;
  transition: opacity 0.9s var(--lux-ease);
}

.page-home .lux-card__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: clamp(1.75rem, 3vw, 2.5rem);
}

.page-home .lux-card__caption h3 {
  margin: 0;
  font-family: var(--lux-serif);
  font-size: clamp(2rem, 2.8vw, 3rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--lux-text);
  transition: transform 0.9s var(--lux-ease);
}

.page-home .lux-card__meta {
  margin: 0.65rem 0 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-family: var(--lux-sans);
  font-size: var(--ui-font-size);
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lux-gold);
  transition: max-height 0.9s var(--lux-ease), opacity 0.9s var(--lux-ease), margin 0.9s var(--lux-ease);
}

.page-home .lux-card:hover .lux-card__shade {
  opacity: 0.88;
}

.page-home .lux-card:hover .lux-card__caption h3 {
  transform: translateY(-2px);
}

.page-home .lux-card:hover .lux-card__meta {
  max-height: 3rem;
  opacity: 1;
  margin-top: 0.85rem;
}

.page-home .lux-card:hover .lux-card__media img {
  filter: var(--lux-cine-filter) brightness(1.03);
}

.page-home .lux-card .lux-btn--discover {
  color: var(--lux-text);
  border-color: rgba(216, 194, 122, 0.65);
}

.page-home .lux-card:hover .lux-btn--discover {
  background: var(--lux-gold);
  color: var(--lux-emerald);
  border-color: var(--lux-gold);
}

/* Craft */
.page-home .lux-craft {
  border-top: 1px solid var(--lux-border);
}

.page-home .lux-craft__intro {
  max-width: 52rem;
  margin-bottom: clamp(4rem, 8vw, 6.5rem);
}

.page-home .lux-craft__text h3 {
  font-size: clamp(1.75rem, 2.4vw, 2.5rem);
}

.page-home .lux-craft__gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
}

.page-home .lux-craft__panel {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.page-home .lux-craft__panel--wide {
  grid-column: span 8;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: end;
}

.page-home .lux-craft__img {
  overflow: hidden;
}

.page-home .lux-craft__img img {
  width: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 1.3s var(--lux-ease);
}

.page-home .lux-craft__panel:hover .lux-craft__img img {
  transform: scale(1.04);
}

.page-home .lux-craft__text h3 {
  margin: 0 0 0.5rem;
  font-family: var(--lux-serif);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 400;
}

.page-home .lux-craft__text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--lux-muted);
}

/* Experience */
.page-home .lux-experience {
  position: relative;
  min-height: clamp(380px, 52vh, 620px);
  display: flex;
  align-items: center;
  padding: clamp(80px, 10vh, 120px) 0 !important;
  overflow: hidden;
}

.page-home .lux-experience__bg {
  position: absolute;
  inset: -8% 0;
  z-index: 0;
}

.page-home .lux-experience__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .lux-experience__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(1, 47, 42, 0.48) 0%,
    rgba(1, 47, 42, 0.38) 50%,
    rgba(1, 47, 42, 0.52) 100%
  );
}

.page-home .lux-experience__content {
  position: relative;
  z-index: 2;
  max-width: 40rem;
}

.page-home .lux-experience__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.page-home .lux-experience__tags li {
  font-family: var(--lux-serif);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-style: italic;
  color: var(--lux-gold);
}

/* Quotes — editorial */
.page-home .lux-quotes {
  padding-top: calc(var(--lux-section-pad) + 2rem);
  padding-bottom: calc(var(--lux-section-pad) + 1rem);
}

.page-home .lux-quotes__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.page-home .lux-quote {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}

.page-home .lux-quote::before {
  content: "\201C";
  display: block;
  margin-bottom: 1.25rem;
  font-family: var(--lux-serif);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 300;
  line-height: 0.6;
  color: var(--lux-gold);
  opacity: 0.45;
}

.page-home .lux-quote--offset {
  margin-top: clamp(4rem, 10vw, 9rem);
  padding-left: clamp(0px, 4vw, 3rem);
}

.page-home .lux-quote--offset::before {
  margin-left: clamp(0px, 4vw, 3rem);
}

.page-home .lux-quote__text {
  margin: 0 0 2.75rem;
  font-family: var(--lux-serif);
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: var(--lux-text);
}

.page-home .lux-quote__text::before {
  content: none;
}

.page-home .lux-quote footer {
  padding-top: 1.5rem;
  border-top: 1px solid var(--lux-border);
}

.page-home .lux-quote footer cite {
  display: block;
  font-family: var(--lux-sans);
  font-size: var(--ui-font-size);
  font-style: normal;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--lux-text);
}

.page-home .lux-quote footer span {
  display: block;
  margin-top: 0.5rem;
  font-size: var(--ui-font-size);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lux-muted);
}

/* Newsletter */
.page-home .lux-newsletter {
  border-top: 1px solid var(--lux-border);
  overflow: visible;
  padding: clamp(88px, 10vh, 120px) 0;
}

.page-home .lux-newsletter__inner {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  overflow: visible;
}

.page-home .lux-newsletter .lux-display {
  font-size: var(--heading-newsletter);
  line-height: var(--heading-newsletter-line);
  margin: 0 0 0.35rem;
  padding-top: 0.12em;
  overflow: visible;
}

.page-home .lux-newsletter .lux-display em {
  display: inline-block;
  margin-top: 0.15em;
}

.page-home .lux-newsletter__inner .lux-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 34rem;
}

.page-home .lux-newsletter__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 36rem;
  margin: 2.5rem auto 0;
  gap: 1rem;
}

.page-home .lux-newsletter__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  width: 100%;
}

.page-home .lux-newsletter__input {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0.95rem 0;
  border: 0 !important;
  border-bottom: 1px solid var(--lux-border) !important;
  border-radius: 0;
  background: transparent !important;
  color: var(--lux-text);
  font-family: var(--lux-sans);
  font-size: 1.0625rem;
  font-weight: 300;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.page-home .lux-newsletter__input::placeholder {
  color: rgba(250, 250, 247, 0.55);
}

.page-home .lux-newsletter__input:focus {
  outline: none;
  border-bottom-color: var(--lux-gold) !important;
}

.page-home .lux-newsletter__input:-webkit-autofill,
.page-home .lux-newsletter__input:-webkit-autofill:hover,
.page-home .lux-newsletter__input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--lux-emerald) inset !important;
  box-shadow: 0 0 0 1000px var(--lux-emerald) inset !important;
  -webkit-text-fill-color: var(--lux-text) !important;
  caret-color: var(--lux-text);
  border-bottom-color: var(--lux-gold) !important;
  transition: background-color 99999s ease-out;
}

.page-home .lux-newsletter__submit.lux-btn {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 1.75rem;
  border: 1px solid rgba(216, 194, 122, 0.5) !important;
  white-space: nowrap;
}

.page-home .lux-newsletter__submit.lux-btn:hover {
  background: rgba(216, 194, 122, 0.08);
}

.page-home .lux-newsletter__feedback {
  width: 100%;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--lux-gold);
  text-align: center;
}

.page-home .lux-newsletter__feedback.is-error {
  color: #e8a8a8;
}

.page-home .lux-newsletter__feedback.is-info {
  color: rgba(201, 169, 98, 0.92);
}

/* Scroll reveal: always visible — no empty bordered boxes from opacity:0 */
.page-home [data-lux-reveal] {
  opacity: 1;
  visibility: visible;
  transform: translateY(20px);
  transition: transform 1.1s var(--lux-ease);
  will-change: transform;
}

.page-home [data-lux-reveal].is-revealed {
  transform: translateY(0);
}

.page-home [data-lux-reveal].is-revealed,
.page-home.no-scroll-reveal [data-lux-reveal] {
  will-change: auto;
}

/* Home header */
body.page-home .topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: max(16px, env(safe-area-inset-top, 0px));
  border-bottom-color: transparent;
  background: transparent;
  transition: background 0.6s var(--lux-ease), border-color 0.6s var(--lux-ease);
}

body.page-home .topbar.is-scrolled {
  background: rgba(1, 47, 42, 0.94);
  border-bottom-color: var(--lux-border);
  backdrop-filter: blur(12px);
}

body.page-home main {
  padding-top: 0;
}

body.page-home .site-footer {
  margin-top: 24px;
  padding-top: clamp(72px, 9vh, 96px);
  padding-bottom: 0;
}

body.page-home .site-footer .foot-grid {
  gap: clamp(40px, 5vw, 56px);
  padding-bottom: 0;
}

body.page-home .site-footer h5 {
  font-family: var(--font-sans);
  font-size: var(--nav-font-size);
  font-weight: var(--nav-font-weight);
  letter-spacing: var(--nav-letter-spacing);
  text-transform: uppercase;
  margin-bottom: 14px;
  color: rgba(250, 248, 241, 0.9);
}

body.page-home .site-footer p {
  margin-bottom: 18px;
  line-height: 1.55;
}

body.page-home .site-footer .foot-grid a:not(.site-logo),
body.page-home .site-footer .foot-nav__link {
  margin-bottom: 11px;
  padding: 5px 0;
  letter-spacing: 2px;
  color: rgba(250, 248, 241, 0.62);
  transition: color 0.28s ease, opacity 0.28s ease;
  pointer-events: auto;
  cursor: pointer;
}

body.page-home .site-footer .foot-bottom-links a {
  margin-bottom: 0;
  padding: 0;
  letter-spacing: inherit;
  color: var(--text-muted);
}

body.page-home .site-footer .foot-grid a:not(.site-logo):hover,
body.page-home .site-footer .foot-nav__link:hover,
body.page-home .site-footer .foot-bottom-links a:hover {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 5px;
}

body.page-home .site-footer .foot-bottom-links a:hover {
  text-decoration: none;
}

body.page-home .site-footer .foot-bottom {
  margin-top: clamp(22px, 3vw, 32px);
}

@media (max-width: 860px) {
  body.page-home .site-footer .foot-bottom {
    padding-bottom: max(4.75rem, calc(3.25rem + env(safe-area-inset-bottom, 0px)));
  }
}

body.page-home .foot-brand-col .site-logo {
  margin-bottom: 18px;
}

body.page-home .socials {
  gap: 14px;
  margin-top: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .page-home .lux-discover__wrap {
    padding: 0 clamp(2.25rem, 4vw, 3rem);
  }
}

@media (max-width: 1024px) {
  .page-home .lux-philosophy__grid {
    grid-template-columns: 1fr;
    gap: clamp(1.25rem, 3.5vw, 1.75rem);
    max-width: 100%;
  }

  .page-home .lux-philosophy__copy {
    max-width: 100%;
  }

  .page-home .lux-philosophy__visual {
    order: -1;
    justify-self: center;
    width: min(100%, 24rem);
    max-width: 100%;
  }

  .page-home .lux-philosophy__visual img,
  .page-home .lux-philosophy__visual--video .brand-video {
    max-height: none;
    object-fit: contain;
  }

  .page-home .lux-philosophy__visual--slideshow {
    max-width: min(100%, 22rem);
  }

  .page-home .lux-philosophy__copy .lux-display--editorial {
    font-size: clamp(1.85rem, 5.2vw, 2.65rem);
    line-height: 1.1;
  }

  .page-home .lux-philosophy__copy .lux-body {
    font-size: clamp(0.875rem, 1.05vw, 1rem);
  }

  .page-home .lux-pillars {
    margin-top: 1.5rem;
    gap: 0.6rem 0.85rem;
  }

  .page-home .lux-card__media {
    min-height: 0;
  }

  .page-home .lux-craft__panel,
  .page-home .lux-craft__panel--wide {
    grid-column: span 12;
    display: flex;
    flex-direction: column;
  }

  .page-home .lux-quotes__grid {
    grid-template-columns: 1fr;
  }

  .page-home .lux-quote--offset {
    margin-top: 0;
  }
}

@media (max-width: 860px) {
  .page-home .lux-hero {
    min-height: clamp(440px, 82svh, 680px);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .page-home .lux-hero__content {
    padding-top: clamp(88px, 11vh, 120px);
    padding-bottom: clamp(2rem, 5vh, 3rem);
    flex: 0 0 auto;
  }

  .page-home .lux-hero__copy {
    max-width: 100%;
  }

  .page-home .lux-hero__title {
    max-width: 100%;
    font-size: clamp(1.5rem, 4.2vw, 2.125rem);
    line-height: 1.22;
  }

  .page-home .lux-hero__cta {
    min-height: 40px;
    margin-top: clamp(1.25rem, 3vh, 1.75rem);
    padding: 0 1.25rem;
    font-size: var(--ui-font-size);
    letter-spacing: 0.2em;
    white-space: normal;
  }

  .page-home .lux-hero__scroll {
    display: none;
  }
}

@media (max-width: 600px) {
  .page-home .lux-section-head .lux-display,
  .page-home .lux-discover__head .lux-display,
  .page-home .lux-craft__intro .lux-display,
  .page-home .lux-gift__copy .lux-display {
    font-size: var(--heading-section-sm);
    line-height: 1.16;
  }

  .page-home .lux-section-head,
  .page-home .lux-discover__head {
    margin-bottom: clamp(1.35rem, 4.5vw, 1.85rem);
  }

  .page-home .lux-section-head__sub {
    font-size: 1.0625rem;
    line-height: 1.68;
  }

  .page-home .lux-philosophy__grid {
    gap: clamp(1.25rem, 5vw, 1.75rem);
  }

  .page-home .lux-philosophy__visual {
    width: min(100%, 20rem);
    max-width: 100%;
  }

  .page-home .lux-philosophy__visual img,
  .page-home .lux-philosophy__visual--video .brand-video {
    max-height: none;
    object-fit: contain;
  }

  .page-home .lux-philosophy__copy .lux-display--editorial {
    font-size: clamp(1.45rem, 7vw, 1.95rem);
  }

  .page-home .lux-philosophy__copy .lux-body {
    font-size: 1rem;
    line-height: 1.75;
  }

  .page-home .lux-pillars {
    margin-top: 1.25rem;
    gap: 0.45rem 0.55rem;
  }

  .page-home .lux-pillars li {
    font-size: 11px;
    letter-spacing: 0.16em;
    padding: 0.45rem 0.7rem;
  }

  .page-home .lux-philosophy__copy .lux-link {
    margin-top: 1.25rem;
  }

  .page-home .lux-hero {
    min-height: clamp(400px, 75svh, 560px);
  }

  .page-home .lux-hero__content {
    padding-top: clamp(80px, 10vh, 108px);
  }

  .page-home .lux-hero__video,
  .page-home .lux-hero__media img {
    object-position: center 35%;
  }

  .page-home .lux-hero__title {
    font-size: clamp(1.375rem, 5vw, 1.75rem);
    line-height: 1.24;
    letter-spacing: -0.01em;
  }

  .page-home .lux-hero__cta {
    min-height: 38px;
    padding: 0 1.125rem;
    font-size: 12px;
    letter-spacing: 0.18em;
    margin-top: clamp(1rem, 2.5vh, 1.35rem);
  }

  .page-home .lux-discover__nav {
    top: 32%;
    width: 2.25rem;
    height: 2.25rem;
  }

  .page-home .lux-newsletter__row {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
  }

  .page-home .lux-newsletter__submit.lux-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 380px) {
  .page-home .lux-hero__content {
    padding-top: clamp(72px, 10vh, 96px);
  }

  .page-home .lux-hero__title {
    font-size: clamp(1.0625rem, 4.2vw, 1.25rem);
    line-height: 1.34;
  }

  .page-home .lux-hero__cta {
    min-height: 36px;
    padding-inline: 1rem;
    font-size: 12px;
    letter-spacing: 0.16em;
  }
}

/* Editorial philosophy */
.page-home .lux-display--editorial { font-size: clamp(2.1rem, 4.2vw, 3.75rem); }
.page-home .lux-section-head .lux-display--sm,
.page-home .lux-display--sm {
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
}
.page-home .lux-body--accent { color: var(--lux-gold); font-style: italic; }

/* Bestsellers / product cards */
.page-home .lux-product-card,
.page-home .lux-product-grid__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

.page-home .lux-product-card__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.page-home .lux-product-card .lux-discover__card {
  flex: 1 1 auto;
}
.page-home .lux-product-card__badges {
  position: absolute;
  top: clamp(0.35rem, 2vw, 1rem);
  left: clamp(0.35rem, 2vw, 1rem);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.12rem, 0.6vw, 0.4rem);
  max-width: calc(100% - clamp(2rem, 18%, 3.5rem));
  pointer-events: none;
}
.page-home .lux-badge {
  display: inline-block;
  max-width: 100%;
  padding: clamp(0.18rem, 0.8vw, 0.35rem) clamp(0.35rem, 1.6vw, 0.65rem);
  font-family: var(--lux-sans);
  font-size: clamp(0.5625rem, 1.8vw, 0.6875rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: clamp(0.06em, 0.3vw, 0.16em);
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(1, 47, 42, 0.82);
  color: var(--lux-text);
  border: 1px solid var(--lux-border);
  box-sizing: border-box;
}
.page-home .lux-badge--gold { background: var(--lux-gold); color: var(--lux-emerald); border-color: var(--lux-gold); }
.page-home .lux-wishlist {
  position: absolute;
  top: clamp(0.35rem, 2vw, 1rem);
  right: clamp(0.35rem, 2vw, 1rem);
  z-index: 3;
  width: clamp(1.5rem, 8vw, 2.25rem);
  height: clamp(1.5rem, 8vw, 2.25rem);
  padding: 0;
  border: 1px solid var(--lux-border);
  border-radius: 50%;
  background: rgba(1, 47, 42, 0.72);
  color: var(--lux-text);
  cursor: pointer;
  transition: border-color 0.4s var(--lux-ease), color 0.4s var(--lux-ease), transform 0.4s var(--lux-ease);
}
.page-home .lux-wishlist svg {
  width: clamp(9px, 2.8vw, 14px);
  height: clamp(9px, 2.8vw, 14px);
  fill: currentColor;
}
.page-home .lux-wishlist.is-active,
.page-home .lux-wishlist:hover { border-color: var(--lux-gold); color: var(--lux-gold); }
.page-home .lux-product-card__media {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .lux-product-card__media-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.page-home .lux-product-card__meta {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.page-home .lux-product-card__media .thumb-overlay {
  opacity: 0;
  pointer-events: none;
}

.page-home .lux-product-card__actions {
  position: absolute;
  left: 50%;
  bottom: clamp(12px, 4%, 18px);
  z-index: 4;
  transform: translate(-50%, 6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s var(--lux-ease), transform 0.35s var(--lux-ease);
}

.page-home .lux-product-card__media:hover .thumb-overlay,
.page-home .lux-product-card__media:focus-within .thumb-overlay {
  opacity: 1;
}

.page-home .lux-product-card__media:hover .lux-product-card__actions,
.page-home .lux-product-card__media:focus-within .lux-product-card__actions {
  opacity: 1;
  transform: translateX(-50%);
  pointer-events: auto;
}

.page-home .lux-product-card__actions .quick-view {
  z-index: 4;
}

.page-home .lux-product-card__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex: 0 1 auto;
  object-fit: contain;
  object-position: center center;
  transition: opacity 0.8s var(--lux-ease), transform 1.4s var(--lux-ease);
}
.page-home .product-card-img[data-src]:not(.is-loaded) { opacity: 0; }
.page-home .lux-card .product-card-img.is-loaded {
  opacity: 1;
  transition: opacity 1.35s cubic-bezier(0.16, 1, 0.3, 1) var(--img-reveal-delay, 0ms), transform 1.4s var(--lux-ease);
}
.page-home .lux-product-card__img--primary.product-card-img.is-loaded {
  opacity: 1;
  transition: opacity 1.35s cubic-bezier(0.16, 1, 0.3, 1) var(--img-reveal-delay, 0ms), transform 1.4s var(--lux-ease);
}
.page-home .lux-product-card__img--hover.product-card-img.is-loaded {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes lux-card-in {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__luxCardIn.animate__animated {
  animation-name: lux-card-in;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-fill-mode: both;
}

.page-home .lux-product-card.wow {
  visibility: hidden;
  will-change: opacity, transform;
}

.page-home .lux-product-card.wow.animate__animated {
  visibility: visible;
}

.page-home .lux-card.wow {
  visibility: hidden;
  will-change: opacity, transform;
}

.page-home .lux-card.wow.animate__animated {
  visibility: visible;
}
.page-home .lux-product-card__media--dual { position: relative; }
.page-home .lux-product-card__img--hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  flex: none;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-home .lux-product-card__media--dual:hover .lux-product-card__img--primary.product-card-img.is-loaded { opacity: 0; }
.page-home .lux-product-card__media--dual:hover .lux-product-card__img--hover.product-card-img.is-loaded { opacity: 1; transform: scale(1.02); }
.page-home .lux-product-card__media:not(.lux-product-card__media--dual):hover .lux-product-card__img--primary.product-card-img.is-loaded { transform: scale(1.02); }
.page-home .lux-discover__price {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--lux-serif);
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  color: var(--lux-gold);
}
.page-home .lux-quick-add {
  margin-top: auto;
  padding-top: 0.85rem;
  text-align: center;
  flex-shrink: 0;
}
.page-home .lux-quick-add__btn { min-height: 40px; padding: 0 1.25rem; font-size: var(--ui-font-size-sm); }

/* Home product grids — 4 → 3 → 2 → 2 (sliders excluded) */
.page-home .lux-home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(0.75rem, 2.5vw, 2rem);
}

.page-home .lux-home-product-grid > * {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}


@media (max-width: 1280px) {
  .page-home .lux-home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.7rem, 2.2vw, 1.5rem);
  }
}

@media (max-width: 1024px) {
  .page-home .lux-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.65rem, 2vw, 1.25rem);
  }

  .page-home .lux-product-showcase .lux-discover__title {
    font-size: clamp(0.82rem, 3.2vw, 1.05rem);
    letter-spacing: 0.06em;
    margin-top: clamp(0.65rem, 1.6vw, 1rem);
    min-height: calc(3 * 1.28em);
  }

  .page-home .lux-discover__price {
    font-size: clamp(0.88rem, 3.4vw, 1.15rem);
  }

  .page-home .lux-product-card__badges {
    top: 0.4rem;
    left: 0.4rem;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.15rem;
    max-width: calc(100% - 2.25rem);
  }

  .page-home .lux-badge {
    max-width: 100%;
    font-size: clamp(0.5625rem, 2.6vw, 0.625rem);
    padding: 0.16rem 0.38rem;
    letter-spacing: 0.08em;
  }

  .page-home .lux-wishlist {
    top: 0.4rem;
    right: 0.4rem;
    width: clamp(1.5rem, 7vw, 1.85rem);
    height: clamp(1.5rem, 7vw, 1.85rem);
  }

  .page-home .lux-wishlist svg {
    width: clamp(9px, 2.6vw, 11px);
    height: clamp(9px, 2.6vw, 11px);
  }

  .page-home .lux-home-product-grid .lux-card__caption h3 {
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  }
}

@media (max-width: 600px) {
  .page-home .lux-home-product-grid {
    gap: clamp(0.5rem, 2.8vw, 0.85rem);
  }

  .page-home .lux-home-product-grid .lux-card__caption {
    padding: clamp(0.75rem, 2.8vw, 1.1rem);
  }

  .page-home .lux-home-product-grid .lux-card__caption h3 {
    font-size: clamp(0.9rem, 3.6vw, 1.15rem);
    letter-spacing: 0.02em;
  }

  .page-home .lux-home-product-grid .lux-card__meta,
  .page-home .lux-home-product-grid .lux-btn--discover {
    display: none;
  }

  .page-home .lux-product-showcase .lux-discover__media {
    padding: clamp(0.5rem, 2.5vw, 0.85rem);
  }

  .page-home .lux-product-card__badges {
    top: 0.32rem;
    left: 0.32rem;
    gap: 0.12rem;
    max-width: calc(100% - 2rem);
  }

  .page-home .lux-badge {
    font-size: clamp(0.53125rem, 2.4vw, 0.6rem);
    padding: 0.14rem 0.32rem;
    letter-spacing: 0.06em;
  }

  .page-home .lux-wishlist {
    top: 0.32rem;
    right: 0.32rem;
    width: clamp(1.35rem, 6.5vw, 1.6rem);
    height: clamp(1.35rem, 6.5vw, 1.6rem);
  }

  .page-home .lux-wishlist svg {
    width: clamp(8px, 2.4vw, 10px);
    height: clamp(8px, 2.4vw, 10px);
  }

  .page-home .lux-quick-add__btn {
    min-height: 40px;
    padding: 0 1rem;
    font-size: clamp(0.625rem, 2.6vw, 0.75rem);
    letter-spacing: 0.14em;
  }
}

@media (max-width: 400px) {
  .page-home .lux-home-product-grid {
    gap: clamp(0.45rem, 2.5vw, 0.65rem);
  }

  .page-home .lux-product-showcase .lux-discover__title {
    font-size: clamp(0.75rem, 3.6vw, 0.9rem);
    -webkit-line-clamp: 3;
    min-height: calc(3 * 1.26em);
  }

  .page-home .lux-discover__category {
    font-size: clamp(0.5625rem, 2.8vw, 0.65rem);
    letter-spacing: 0.1em;
  }

  .page-home .lux-discover__price {
    font-size: clamp(0.8rem, 3.8vw, 0.95rem);
  }
}

@media (max-width: 380px) {
  .page-home .lux-product-card__badges {
    top: 0.28rem;
    left: 0.28rem;
    max-width: calc(100% - 1.85rem);
  }

  .page-home .lux-badge {
    font-size: 0.53125rem;
    padding: 0.12rem 0.28rem;
  }

  .page-home .lux-wishlist {
    width: 1.3rem;
    height: 1.3rem;
  }

  .page-home .lux-wishlist svg {
    width: 8px;
    height: 8px;
  }
}

/* Complete ritual */
.page-home .lux-ritual-bundle {
  background: linear-gradient(
    180deg,
    rgba(1, 47, 42, 0.06) 0%,
    rgba(1, 47, 42, 0.02) 48%,
    transparent 100%
  );
}

.page-home .lux-ritual-bundle__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.page-home .lux-ritual-bundle__step {
  position: relative;
  min-width: 0;
}

@media (min-width: 900px) {
  .page-home .lux-ritual-bundle__step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 2.35rem;
    right: calc(-0.5 * clamp(1rem, 2vw, 1.5rem));
    width: clamp(1rem, 2vw, 1.5rem);
    height: 1px;
    background: rgba(216, 194, 122, 0.35);
    pointer-events: none;
  }
}

.page-home .lux-ritual-bundle__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: var(--lux-text);
  border: 1px solid var(--lux-border);
  overflow: hidden;
  background: rgba(1, 47, 42, 0.12);
  transition:
    border-color 0.5s var(--lux-ease),
    transform 0.5s var(--lux-ease),
    background 0.5s var(--lux-ease);
}

.page-home .lux-ritual-bundle__card:hover,
.page-home .lux-ritual-bundle__card:focus-visible {
  border-color: rgba(216, 194, 122, 0.55);
  transform: translateY(-3px);
  background: rgba(1, 47, 42, 0.18);
}

.page-home .lux-ritual-bundle__step-num {
  display: block;
  padding: 0.85rem 1rem 0;
  font-family: var(--lux-sans);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  color: var(--lux-gold);
}

.page-home .lux-ritual-bundle__role {
  display: block;
  padding: 0.35rem 1rem 0.85rem;
  font-family: var(--lux-sans);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lux-muted);
}

.page-home .lux-ritual-bundle__media {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  padding: clamp(0.65rem, 2vw, 1rem);
  box-sizing: border-box;
  background: rgba(1, 47, 42, 0.2);
}

.page-home .lux-ritual-bundle__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 1.2s var(--lux-ease);
}

.page-home .lux-ritual-bundle__card:hover .lux-ritual-bundle__media img,
.page-home .lux-ritual-bundle__card:focus-visible .lux-ritual-bundle__media img {
  transform: scale(1.03);
}

.page-home .lux-ritual-bundle__name {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: clamp(0.85rem, 1.5vw, 1.1rem) 1rem clamp(1rem, 2vw, 1.25rem);
  font-family: var(--lux-serif);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.35;
  font-weight: 300;
}

.page-home .lux-ritual-bundle__footer {
  text-align: center;
  margin-top: clamp(2rem, 4vw, 2.75rem);
}

@media (max-width: 899px) {
  .page-home .lux-ritual-bundle__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 539px) {
  .page-home .lux-ritual-bundle__grid {
    grid-template-columns: 1fr;
    max-width: 22rem;
    margin-inline: auto;
  }
}

/* Daily rituals */
.page-home .lux-rituals__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
.page-home .lux-ritual-panel {
  border: 1px solid var(--lux-border);
  overflow: hidden;
  transition: border-color 0.6s var(--lux-ease);
}
.page-home .lux-ritual-panel:hover { border-color: rgba(216, 194, 122, 0.45); }
.page-home .lux-ritual-panel__media {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 3vw, 1.15rem);
  box-sizing: border-box;
  background: rgba(1, 47, 42, 0.2);
}

.page-home .lux-ritual-panel__media img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  transition: transform 1.4s var(--lux-ease);
}

.page-home .lux-ritual-panel:hover .lux-ritual-panel__media img {
  transform: scale(1.02);
}
.page-home .lux-ritual-panel__body { padding: clamp(1.5rem, 2.5vw, 2rem); }
.page-home .lux-ritual-panel__body h3 {
  margin: 0 0 0.75rem;
  font-family: var(--lux-serif);
  font-size: clamp(1.75rem, 2.2vw, 2.25rem);
  font-weight: 300;
}
.page-home .lux-ritual-panel__body p { margin: 0 0 1rem; color: var(--lux-muted); line-height: 1.7; font-size: 1rem; }
.page-home .lux-ritual-panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
.page-home .lux-ritual-panel__tags li {
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--lux-border);
  font-size: var(--ui-font-size-sm);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lux-gold);
}

/* Craftsmanship timeline */
.page-home .lux-timeline { border-top: 1px solid var(--lux-border); }
.page-home .lux-timeline__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: timeline;
}
.page-home .lux-timeline__step {
  padding: clamp(1.5rem, 2.5vw, 2rem) 0;
  border-top: 1px solid var(--lux-border);
}
.page-home .lux-timeline__index {
  display: block;
  margin-bottom: 1rem;
  font-family: var(--lux-sans);
  font-size: var(--ui-font-size);
  letter-spacing: 0.3em;
  color: var(--lux-gold);
}
.page-home .lux-timeline__step h3 {
  margin: 0 0 0.65rem;
  font-family: var(--lux-serif);
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  font-weight: 400;
}
.page-home .lux-timeline__step p { margin: 0; font-size: 1.125rem; line-height: 1.65; color: var(--lux-muted); }

/* Ingredient philosophy */
.page-home .lux-ingredients__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.5rem, 1.4vw, 1.75rem);
  align-items: stretch;
}
.page-home .lux-ingredient-card {
  border: 1px solid var(--lux-border);
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-home .lux-ingredient-card__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  flex-shrink: 0;
}
.page-home .lux-ingredient-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--lux-ease); }
.page-home .lux-ingredient-card:hover .lux-ingredient-card__media img { transform: scale(1.06); }
.page-home .lux-ingredient-card__body {
  padding: clamp(0.65rem, 1.2vw, 1.25rem) clamp(0.55rem, 1vw, 1.5rem) clamp(0.75rem, 1.4vw, 1.5rem);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page-home .lux-ingredient-card__body h3 {
  margin: 0 0 0.35rem;
  font-family: var(--lux-serif);
  font-size: clamp(0.85rem, 1.35vw, 1.85rem);
  font-weight: 400;
  line-height: 1.2;
}
.page-home .lux-ingredient-card__body p {
  margin: 0;
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.55;
  color: var(--lux-muted);
}
.page-home .lux-ingredients__cta { text-align: center; margin-top: 2.5rem; }

@media (max-width: 1200px) {
  .page-home .lux-ingredients__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.65rem, 2vw, 1.5rem);
  }

  .page-home .lux-ingredient-card__body h3 {
    font-size: clamp(0.95rem, 1.8vw, 1.45rem);
  }
}

@media (max-width: 900px) {
  .page-home .lux-ingredients__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.65rem, 2.2vw, 1.25rem);
  }

  .page-home .lux-ingredient-card__media {
    aspect-ratio: 1 / 1;
  }

  .page-home .lux-ingredient-card__body h3 {
    font-size: clamp(0.9rem, 2.4vw, 1.25rem);
  }

  .page-home .lux-ingredient-card__body p {
    font-size: clamp(0.8125rem, 1.8vw, 0.9375rem);
  }
}

@media (max-width: 640px) {
  .page-home .lux-ingredients__grid {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 22rem);
    margin-inline: auto;
    gap: clamp(0.75rem, 3.2vw, 1.15rem);
  }

  .page-home .lux-ingredient-card__media {
    aspect-ratio: 4 / 5;
  }

  .page-home .lux-ingredient-card__body {
    padding: clamp(0.85rem, 3vw, 1.1rem) clamp(0.75rem, 2.8vw, 1rem);
  }

  .page-home .lux-ingredient-card__body h3 {
    font-size: clamp(1.05rem, 4.2vw, 1.35rem);
    margin-bottom: 0.5rem;
  }

  .page-home .lux-ingredient-card__body p {
    font-size: clamp(0.875rem, 3.4vw, 1rem);
    line-height: 1.6;
  }
}

/* Gift experience */
.page-home .lux-gift__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.page-home .lux-gift__visual { overflow: hidden; }
.page-home .lux-gift__visual img { width: 100%; display: block; transition: transform 1.6s var(--lux-ease); filter: var(--lux-cine-filter); }
.page-home .lux-gift__visual:hover img { transform: scale(1.03); }
.page-home .lux-gift__features { margin: 2rem 0; padding: 0; list-style: none; }
.page-home .lux-gift__features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.85rem;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: var(--lux-body);
}
.page-home .lux-gift__icon {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lux-gold);
  flex-shrink: 0;
}

/* Quotes 3-col */
.page-home .lux-quotes__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 4vw, 3.5rem); }
.page-home .lux-quote--premium .lux-quote__text { font-size: clamp(1.35rem, 2.2vw, 2rem); }
.page-home .lux-quote--offset { margin-top: clamp(2rem, 5vw, 4rem); padding-left: 0; }
.page-home .lux-quote--offset::before { margin-left: 0; }

/* Sustainability */
.page-home .lux-sustain__media {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.page-home .lux-sustain__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: var(--lux-cine-filter);
}
.page-home .lux-sustain__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
}
.page-home .lux-sustain__card {
  padding: clamp(1.5rem, 2.5vw, 2rem);
  border: 1px solid var(--lux-border);
  transition: border-color 0.5s var(--lux-ease);
}
.page-home .lux-sustain__card:hover { border-color: rgba(216, 194, 122, 0.45); }
.page-home .lux-sustain__index { display: block; margin-bottom: 0.75rem; font-size: var(--ui-font-size); letter-spacing: 0.22em; color: var(--lux-gold); }
.page-home .lux-sustain__card h3 { margin: 0 0 0.5rem; font-family: var(--lux-serif); font-size: clamp(1.35rem, 1.8vw, 1.65rem); font-weight: 400; }
.page-home .lux-sustain__card p { margin: 0; font-size: 1.125rem; line-height: 1.65; color: var(--lux-muted); }
.page-home .lux-sustain__cta { text-align: center; margin-top: 2.5rem; }

/* Journal */
.page-home .lux-journal__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.5rem, 1.4vw, 1.75rem);
  align-items: stretch;
}
.page-home .lux-journal__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--lux-border);
  overflow: hidden;
  transition: border-color 0.5s var(--lux-ease);
}
.page-home .lux-journal__card:hover { border-color: rgba(216, 194, 122, 0.45); }
.page-home .lux-journal__media {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  flex-shrink: 0;
}
.page-home .lux-journal__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--lux-ease); }
.page-home .lux-journal__card:hover .lux-journal__media img { transform: scale(1.05); }
.page-home .lux-journal__body {
  padding: clamp(0.65rem, 1.2vw, 1.25rem) clamp(0.55rem, 1vw, 1.5rem) clamp(0.75rem, 1.4vw, 1.5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}
.page-home .lux-journal__date {
  font-size: clamp(14px, 0.55vw + 12px, 16px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lux-gold);
}
.page-home .lux-journal__body h3 {
  margin: clamp(0.35rem, 0.8vw, 0.65rem) 0 clamp(0.25rem, 0.5vw, 0.5rem);
  font-family: var(--lux-serif);
  font-size: clamp(0.85rem, 1.25vw, 1.65rem);
  font-weight: 400;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-home .lux-journal__body p {
  margin: 0;
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.55;
  color: var(--lux-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .page-home .lux-journal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.65rem, 2vw, 1.5rem);
  }

  .page-home .lux-journal__body h3 {
    font-size: clamp(0.95rem, 1.8vw, 1.45rem);
  }
}

@media (max-width: 900px) {
  .page-home .lux-journal__grid {
    gap: clamp(0.65rem, 2.2vw, 1.25rem);
  }

  .page-home .lux-journal__media {
    aspect-ratio: 16 / 10;
  }

  .page-home .lux-journal__body h3 {
    font-size: clamp(0.9rem, 2.4vw, 1.25rem);
  }

  .page-home .lux-journal__body p {
    font-size: clamp(0.8125rem, 1.8vw, 0.9375rem);
  }
}

@media (max-width: 640px) {
  .page-home .lux-journal__grid {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 22rem);
    margin-inline: auto;
    gap: clamp(0.75rem, 3.2vw, 1.15rem);
  }

  .page-home .lux-journal__media {
    aspect-ratio: 16 / 10;
  }

  .page-home .lux-journal__body {
    padding: clamp(0.85rem, 3vw, 1.1rem) clamp(0.75rem, 2.8vw, 1rem);
  }

  .page-home .lux-journal__body h3 {
    font-size: clamp(1.05rem, 4.2vw, 1.35rem);
    margin: 0.5rem 0 0.45rem;
    -webkit-line-clamp: 3;
  }

  .page-home .lux-journal__body p {
    font-size: clamp(0.875rem, 3.4vw, 1rem);
    line-height: 1.6;
    -webkit-line-clamp: 4;
  }
}

/* Instagram masonry */
.page-home .lux-insta__masonry {
  columns: 4;
  column-gap: clamp(0.5rem, 1vw, 0.85rem);
  padding: 0 var(--gutter) clamp(2rem, 4vw, 3rem);
}
.page-home .lux-insta__item {
  display: block;
  break-inside: avoid;
  margin-bottom: clamp(0.5rem, 1vw, 0.85rem);
  overflow: hidden;
  text-decoration: none;
}
.page-home .lux-insta__item img { width: 100%; display: block; transition: transform 1.2s var(--lux-ease), filter 0.8s var(--lux-ease); filter: var(--lux-cine-filter); }
.page-home .lux-insta__item:hover img { transform: scale(1.04); filter: brightness(1.05) saturate(0.98); }

/* Newsletter perks */
.page-home .lux-newsletter__perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.page-home .lux-newsletter__perks li {
  font-size: var(--ui-font-size);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lux-gold);
}

@media (max-width: 1024px) {
  .page-home .lux-rituals__grid { grid-template-columns: 1fr; }
  .page-home .lux-timeline__track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-home .lux-sustain__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-home .lux-gift__grid { grid-template-columns: 1fr; }
  .page-home .lux-quotes__grid { grid-template-columns: 1fr; }
  .page-home .lux-insta__masonry { columns: 2; }
}

@media (max-width: 600px) {
  .page-home .lux-timeline__track { grid-template-columns: 1fr; }
  .page-home .lux-sustain__grid { grid-template-columns: 1fr; }
}

.page-home .lux-discover__category {
  display: block;
  margin-top: clamp(0.5rem, 1.6vw, 0.75rem);
  min-height: 1.3em;
  font-size: clamp(0.625rem, 2vw, var(--ui-font-size-sm));
  letter-spacing: clamp(0.1em, 0.35vw, 0.2em);
  text-transform: uppercase;
  color: var(--lux-muted);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-home .lux-discover__category--empty {
  visibility: hidden;
}

.page-home .lux-discover .lux-discover__category {
  color: var(--discover-muted);
}

.page-home .lux-empty-state {
  text-align: center;
  padding: 2rem 0 3rem;
}

.page-home .lux-empty-state p {
  margin: 0 0 1.5rem;
  color: var(--lux-muted);
}

.page-home .lux-ritual-panel__products {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.page-home .lux-ritual-panel__products a {
  color: var(--lux-gold);
  text-decoration: none;
  font-size: 1rem;
}

.page-home .lux-ritual-panel__products li + li {
  margin-top: 0.35rem;
}

@media (prefers-reduced-motion: reduce) {
  .page-home .lux-hero__mist,
  .page-home .lux-hero__scroll span {
    animation: none;
  }

  .page-home .lux-hero__video {
    opacity: 1;
    transition: none;
  }

  html.page-home .lux-hero__copy > *,
  html.page-home .lux-hero__cta,
  .page-home [data-lux-reveal] {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .page-home .lux-product-card.wow,
  .page-home .lux-card.wow,
  .page-home .product-card-img {
    visibility: visible !important;
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
  }

  .page-home .lux-philosophy__visual--slideshow .lux-philosophy__slide {
    transition: none !important;
    opacity: 0 !important;
  }

  .page-home .lux-philosophy__visual--slideshow .lux-philosophy__slide.is-active {
    opacity: 1 !important;
  }

  .shop-page .lux-product-card.wow,
  .shop-page .product-card-img {
    visibility: visible !important;
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
  }
}

/* Shop — same product cards as homepage grids */
.shop-page {
  --lux-ivory: #f5f1e8;
  --lux-gold: #d8c27a;
  --lux-emerald: #012f2a;
  --lux-text: #fafaf7;
  --lux-muted: var(--text-muted);
  --lux-body: var(--text-body);
  --lux-border: rgba(216, 194, 122, 0.18);
  --lux-serif: var(--font-serif);
  --lux-sans: var(--font-serif);
  --lux-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.shop-page .lux-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 2rem;
  font-family: var(--lux-sans);
  font-size: var(--ui-font-size);
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.5s var(--lux-ease), color 0.5s var(--lux-ease), border-color 0.5s var(--lux-ease);
}

.shop-page .lux-btn--outline {
  background: transparent;
  color: var(--lux-text);
  border-color: rgba(216, 194, 122, 0.5);
}

.shop-page .lux-btn--outline:hover {
  border-color: var(--lux-gold);
  color: var(--lux-gold);
}

.shop-page .lux-home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(0.75rem, 2.5vw, 2rem);
}

.shop-page .lux-home-product-grid > * {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}

.shop-page .lux-discover__slide {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}

.shop-page .lux-discover__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.shop-page .lux-product-showcase .lux-discover__media {
  aspect-ratio: 4 / 5;
  padding: clamp(0.75rem, 3.2vw, 1.25rem);
  background: rgba(1, 47, 42, 0.2);
}

.shop-page .lux-discover__media {
  margin: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.shop-page .lux-product-showcase .lux-discover__title {
  color: var(--lux-text);
}

.shop-page .lux-product-showcase .lux-discover__category {
  color: var(--lux-muted);
}

.shop-page .lux-product-showcase .lux-discover__price {
  color: var(--lux-gold);
}

.shop-page .lux-discover__title {
  margin: clamp(1.35rem, 2.4vw, 1.85rem) 0 0;
  padding: 0 0.5rem;
  font-family: var(--lux-serif);
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lux-text);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(3 * 1.35em);
}

.shop-page .lux-discover__category {
  display: block;
  margin-top: clamp(0.5rem, 1.6vw, 0.75rem);
  min-height: 1.3em;
  font-size: clamp(0.625rem, 2vw, var(--ui-font-size-sm));
  letter-spacing: clamp(0.1em, 0.35vw, 0.2em);
  text-transform: uppercase;
  color: var(--lux-muted);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-page .lux-discover__category--empty {
  visibility: hidden;
}

.shop-page .lux-discover__price {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--lux-serif);
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  color: var(--lux-gold);
}

.shop-page .lux-product-card__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.shop-page .lux-product-card .lux-discover__card {
  flex: 1 1 auto;
}

.shop-page .lux-product-card__badges {
  position: absolute;
  top: clamp(0.35rem, 2vw, 1rem);
  left: clamp(0.35rem, 2vw, 1rem);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.12rem, 0.6vw, 0.4rem);
  max-width: calc(100% - clamp(2rem, 18%, 3.5rem));
  pointer-events: none;
}

.shop-page .lux-badge {
  display: inline-block;
  max-width: 100%;
  padding: clamp(0.18rem, 0.8vw, 0.35rem) clamp(0.35rem, 1.6vw, 0.65rem);
  font-family: var(--lux-sans);
  font-size: clamp(0.5625rem, 1.8vw, 0.6875rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: clamp(0.06em, 0.3vw, 0.16em);
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(1, 47, 42, 0.82);
  color: var(--lux-text);
  border: 1px solid var(--lux-border);
  box-sizing: border-box;
}

.shop-page .lux-badge--gold {
  background: var(--lux-gold);
  color: var(--lux-emerald);
  border-color: var(--lux-gold);
}

.shop-page .lux-wishlist {
  position: absolute;
  top: clamp(0.35rem, 2vw, 1rem);
  right: clamp(0.35rem, 2vw, 1rem);
  z-index: 3;
  width: clamp(1.5rem, 8vw, 2.25rem);
  height: clamp(1.5rem, 8vw, 2.25rem);
  padding: 0;
  border: 1px solid var(--lux-border);
  border-radius: 50%;
  background: rgba(1, 47, 42, 0.72);
  color: var(--lux-text);
  cursor: pointer;
  transition: border-color 0.4s var(--lux-ease), color 0.4s var(--lux-ease), transform 0.4s var(--lux-ease);
}

.shop-page .lux-wishlist svg {
  width: clamp(9px, 2.8vw, 14px);
  height: clamp(9px, 2.8vw, 14px);
  fill: currentColor;
}

.shop-page .lux-wishlist.is-active,
.shop-page .lux-wishlist:hover {
  border-color: var(--lux-gold);
  color: var(--lux-gold);
}

.shop-page .lux-product-card__media {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-page .lux-product-card__media-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.shop-page .lux-product-card__meta {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.shop-page .lux-product-card__media .thumb-overlay {
  opacity: 0;
  pointer-events: none;
}

.shop-page .lux-product-card__actions {
  position: absolute;
  left: 50%;
  bottom: clamp(12px, 4%, 18px);
  z-index: 4;
  transform: translate(-50%, 6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s var(--lux-ease), transform 0.35s var(--lux-ease);
}

.shop-page .lux-product-card__media:hover .thumb-overlay,
.shop-page .lux-product-card__media:focus-within .thumb-overlay {
  opacity: 1;
}

.shop-page .lux-product-card__media:hover .lux-product-card__actions,
.shop-page .lux-product-card__media:focus-within .lux-product-card__actions {
  opacity: 1;
  transform: translateX(-50%);
  pointer-events: auto;
}

.shop-page .lux-product-card__actions .quick-view {
  z-index: 4;
}

@media (hover: none) {
  .page-home .lux-product-card__actions,
  .shop-page .lux-product-card__actions {
    opacity: 1;
    transform: translateX(-50%);
    pointer-events: auto;
  }

  .page-home .lux-product-card__media .thumb-overlay,
  .shop-page .lux-product-card__media .thumb-overlay {
    opacity: 0;
  }
}

.shop-page .lux-product-card__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex: 0 1 auto;
  object-fit: contain;
  object-position: center center;
  transition: opacity 0.8s var(--lux-ease), transform 1.4s var(--lux-ease);
}

.shop-page .product-card-img[data-src]:not(.is-loaded) { opacity: 0; }

.shop-page .lux-product-card__img--primary.product-card-img.is-loaded {
  opacity: 1;
  transition: opacity 1.35s cubic-bezier(0.16, 1, 0.3, 1) var(--img-reveal-delay, 0ms), transform 1.4s var(--lux-ease);
}

.shop-page .lux-product-card__img--hover.product-card-img.is-loaded {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.shop-page .lux-product-card__media--dual { position: relative; }

.shop-page .lux-product-card__img--hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  flex: none;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
}

.shop-page .lux-product-card__media--dual:hover .lux-product-card__img--primary.product-card-img.is-loaded { opacity: 0; }

.shop-page .lux-product-card__media--dual:hover .lux-product-card__img--hover.product-card-img.is-loaded {
  opacity: 1;
  transform: scale(1.02);
}

.shop-page .lux-product-card__media:not(.lux-product-card__media--dual):hover .lux-product-card__img--primary.product-card-img.is-loaded {
  transform: scale(1.02);
}

.shop-page .lux-product-card .product-img-wrap:hover img,
.shop-page .lux-product-card .product-img-wrap:focus-visible img {
  transform: none;
}

.shop-page .lux-quick-add {
  margin-top: auto;
  padding-top: 0.85rem;
  text-align: center;
  flex-shrink: 0;
}

.shop-page .lux-quick-add__btn {
  min-height: 40px;
  padding: 0 1.25rem;
  font-size: var(--ui-font-size-sm);
}

.shop-page .lux-product-card.wow {
  visibility: hidden;
  will-change: opacity, transform;
}

.shop-page .lux-product-card.wow.animate__animated {
  visibility: visible;
}

@media (max-width: 1280px) {
  .shop-page .lux-home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.7rem, 2.2vw, 1.5rem);
  }
}

@media (max-width: 1024px) {
  .shop-page .lux-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.65rem, 2vw, 1.25rem);
  }

  .shop-page .lux-product-showcase .lux-discover__title {
    font-size: clamp(0.82rem, 3.2vw, 1.05rem);
    letter-spacing: 0.06em;
    margin-top: clamp(0.65rem, 1.6vw, 1rem);
    min-height: calc(3 * 1.28em);
  }

  .shop-page .lux-discover__price {
    font-size: clamp(0.88rem, 3.4vw, 1.15rem);
  }

  .shop-page .lux-product-card__badges {
    top: 0.4rem;
    left: 0.4rem;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.15rem;
    max-width: calc(100% - 2.25rem);
  }

  .shop-page .lux-badge {
    max-width: 100%;
    font-size: clamp(0.5625rem, 2.6vw, 0.625rem);
    padding: 0.16rem 0.38rem;
    letter-spacing: 0.08em;
  }

  .shop-page .lux-wishlist {
    top: 0.4rem;
    right: 0.4rem;
    width: clamp(1.5rem, 7vw, 1.85rem);
    height: clamp(1.5rem, 7vw, 1.85rem);
  }

  .shop-page .lux-wishlist svg {
    width: clamp(9px, 2.6vw, 11px);
    height: clamp(9px, 2.6vw, 11px);
  }
}

@media (max-width: 600px) {
  .shop-page .lux-home-product-grid {
    gap: clamp(0.5rem, 2.8vw, 0.85rem);
  }

  .shop-page .lux-product-showcase .lux-discover__media {
    padding: clamp(0.5rem, 2.5vw, 0.85rem);
  }

  .shop-page .lux-product-card__badges {
    top: 0.32rem;
    left: 0.32rem;
    gap: 0.12rem;
    max-width: calc(100% - 2rem);
  }

  .shop-page .lux-badge {
    font-size: clamp(0.53125rem, 2.4vw, 0.6rem);
    padding: 0.14rem 0.32rem;
    letter-spacing: 0.06em;
  }

  .shop-page .lux-wishlist {
    top: 0.32rem;
    right: 0.32rem;
    width: clamp(1.35rem, 6.5vw, 1.6rem);
    height: clamp(1.35rem, 6.5vw, 1.6rem);
  }

  .shop-page .lux-wishlist svg {
    width: clamp(8px, 2.4vw, 10px);
    height: clamp(8px, 2.4vw, 10px);
  }

  .shop-page .lux-quick-add__btn {
    min-height: 40px;
    padding: 0 1rem;
    font-size: clamp(0.625rem, 2.6vw, 0.75rem);
    letter-spacing: 0.14em;
  }
}

@media (max-width: 400px) {
  .shop-page .lux-home-product-grid {
    gap: clamp(0.45rem, 2.5vw, 0.65rem);
  }

  .shop-page .lux-product-showcase .lux-discover__title {
    font-size: clamp(0.75rem, 3.6vw, 0.9rem);
    -webkit-line-clamp: 3;
    min-height: calc(3 * 1.26em);
  }

  .shop-page .lux-discover__category {
    font-size: clamp(0.5625rem, 2.8vw, 0.65rem);
    letter-spacing: 0.1em;
  }

  .shop-page .lux-discover__price {
    font-size: clamp(0.8rem, 3.8vw, 0.95rem);
  }
}

@media (max-width: 380px) {
  .shop-page .lux-product-card__badges {
    top: 0.28rem;
    left: 0.28rem;
    max-width: calc(100% - 1.85rem);
  }

  .shop-page .lux-badge {
    font-size: 0.53125rem;
    padding: 0.12rem 0.28rem;
  }

  .shop-page .lux-wishlist {
    width: 1.3rem;
    height: 1.3rem;
  }

  .shop-page .lux-wishlist svg {
    width: 8px;
    height: 8px;
  }
}
