/* Premium home content only. Header and footer intentionally remain isolated. */
.main:has(.lux-home) { max-width: none; }

.lux-home {
  --lux-red: #d0473e;
  --lux-ink: #211b19;
  --lux-cream: #f7f1ed;
  --lux-line: rgba(33, 27, 25, 0.14);
  color: var(--lux-ink);
  font-family: var(--font-body, "Gantari", sans-serif);
}

.lux-home h1,
.lux-home h2 {
  font-family: var(--font-display, "Gantari", sans-serif);
  font-weight: 500;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.lux-home img { display: block; width: 100%; }
.lux-home a { color: inherit; text-decoration: none; }

.lux-kicker {
  margin: 0 0 0.8rem;
  color: var(--lux-red);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.lux-kicker--light { color: rgba(255, 255, 255, 0.82); }

.lux-hero {
  position: relative;
  width: calc(100% + 2.5rem);
  min-height: clamp(620px, 78vh, 860px);
  margin: -1.25rem 0 0 -1.25rem;
  overflow: hidden;
  background: #8e756b;
  color: #fff;
  isolation: isolate;
}

.lux-hero__image,
.lux-hero__shade {
  position: absolute;
  inset: 0;
  height: 100%;
}

.lux-hero__image {
  z-index: -2;
  display: block;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  animation: luxHeroReveal 1.2s cubic-bezier(.22,1,.36,1) both;
}

.lux-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(27, 19, 17, 0.67) 0%, rgba(27, 19, 17, 0.28) 48%, rgba(27, 19, 17, 0.05) 76%),
    linear-gradient(0deg, rgba(27, 19, 17, 0.26), transparent 42%);
}

.lux-hero__content {
  display: flex;
  min-height: inherit;
  width: min(1280px, calc(100% - 3rem));
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 5rem 0 7rem;
}

.lux-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.25rem, 7vw, 7.2rem);
  line-height: 0.94;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.16);
}

.lux-hero__lead {
  max-width: 580px;
  margin: 1.7rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.7;
}

.lux-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2.25rem;
}

.lux-hero__actions a {
  min-width: 135px;
  padding: 0.9rem 1.25rem;
  border: 1px solid rgba(255,255,255,.72);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.lux-hero__actions a:hover {
  background: #fff;
  color: var(--lux-ink);
  transform: translateY(-2px);
}

.lux-hero__scroll {
  position: absolute;
  right: max(1.5rem, calc((100vw - 1280px) / 2));
  bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255,255,255,.76);
  font-size: .65rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lux-hero__scroll i { width: 44px; height: 1px; background: currentColor; }

.lux-section {
  width: min(1280px, calc(100vw - 3rem));
  margin: 0 auto;
  padding: clamp(5.5rem, 9vw, 9rem) 0;
}

.lux-section__head { margin: 0 auto clamp(2.4rem, 5vw, 4.5rem); text-align: center; }
.lux-section__head h2,
.lux-products__head h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4.4vw, 4.5rem);
  line-height: 1.05;
}

/* Childrensalon-style 4 equal square edits */
.lux-spotlights {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.lux-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem;
}

.lux-spotlight {
  display: block;
  text-align: center;
  color: var(--lux-ink) !important;
}

.lux-spotlight__media {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  line-height: 0;
  background: #cfc2ba;
}

.lux-hero > picture {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.lux-spotlight__media picture,
.lux-category-card > picture,
.lux-testimonial-card__media picture {
  display: contents;
}

.lux-spotlight__media img {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  transition: transform .55s cubic-bezier(.22,1,.36,1), opacity .35s ease;
}

.lux-spotlight:hover .lux-spotlight__media img {
  transform: scale(1.03);
  opacity: 0.9;
}

.lux-spotlight__label {
  display: block;
  margin: 0.85rem 0 0;
  font-family: var(--font-body, "Gantari", sans-serif);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lux-ink);
}

.lux-category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(520px, 62vh);
  gap: 1rem;
}

.lux-category-card {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  background: #cfc2ba;
}

.lux-category-card--1,
.lux-category-card--2 {
  grid-column: span 1;
  grid-row: span 1;
}

.lux-category-card img {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  transition: transform .7s cubic-bezier(.22,1,.36,1);
}

.lux-category-card:hover img { transform: scale(1.035); }
.lux-category-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(25,17,15,.58), transparent 58%);
}

.lux-category-card__copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(1.4rem, 3vw, 2.7rem);
}

.lux-category-card__copy small {
  display: block;
  margin-bottom: .35rem;
  color: rgba(255,255,255,.8);
  font-size: .75rem;
  letter-spacing: .05em;
}

.lux-category-card__copy strong {
  display: block;
  font-family: var(--font-display, "Gantari", sans-serif);
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-weight: 500;
  line-height: 1;
}

.lux-category-card__copy i {
  display: inline-block;
  margin-top: 1rem;
  border-bottom: 1px solid rgba(255,255,255,.7);
  font-size: .7rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lux-products.homeProductArea {
  margin: 0 auto;
  padding-top: clamp(4.5rem, 8vw, 8rem);
  padding-bottom: clamp(4.5rem, 8vw, 8rem);
  background-image: linear-gradient(90deg, transparent, var(--lux-line) 12%, var(--lux-line) 88%, transparent);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

.lux-products__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.6rem;
}

.lux-products__head > a {
  flex: none;
  padding-bottom: .25rem;
  border-bottom: 1px solid var(--lux-ink);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lux-products .home-shop-track {
  position: relative;
}

.lux-products .home-shop-owl.productOwl {
  display: flex;
  gap: 1.5rem;
  overflow-x: hidden;
  padding: .25rem 2.75rem 1.5rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  contain: layout style;
}

.lux-products .home-shop-owl .product-card,
.lux-products .home-shop-owl .productitem {
  /* Align with listing sf-card / home-shop-rail cell scale */
  flex: 0 0 clamp(240px, 20vw, 300px);
  min-width: 0;
  scroll-snap-align: start;
  contain: layout paint style;
}

.lux-values {
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  padding: 1.65rem 1rem;
  background: var(--lux-red, #d0473e);
  color: #fff;
}

.lux-values__inner {
  display: grid;
  width: min(1360px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lux-values article {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-height: 72px;
  padding: .35rem 1rem;
  border-left: 1px solid rgba(255,255,255,.28);
}

.lux-values article:first-child { border-left: 0; }
.lux-values article > span {
  flex: 0 0 auto;
  font-family: var(--font-display, "Gantari", sans-serif);
  font-size: 1.55rem;
  line-height: 1;
  opacity: .92;
}
.lux-values article > div { min-width: 0; }
.lux-values h3 {
  margin: 0 0 .2rem;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.25;
}
.lux-values p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: .68rem;
  line-height: 1.4;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .lux-values {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .lux-values__inner {
    display: flex;
    width: max-content;
    min-width: 100%;
    grid-template-columns: none;
  }
  .lux-values article {
    flex: 0 0 240px;
  }
}

/* Skip paint/layout for below-fold product rails until near viewport.
   Testimonials intentionally omit section-level content-visibility — unlock
   + sticky header backdrop-filter caused main-thread freeze on scroll-in. */
.lux-products.home-shop-rail {
  content-visibility: auto;
  contain-intrinsic-size: auto 560px;
}

/* Testimonials: horizontal snap rail — 1 / 2 / 3 cards visible by breakpoint.
   Native scroll + arrows + JS autoplay (no transform carousel). */
.lux-testimonials {
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(5.5rem, 9vw, 9rem);
}

.lux-testimonials .reveal,
.lux-testimonials .reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

.lux-testimonials__head {
  max-width: 36rem;
  margin-bottom: clamp(2.75rem, 5vw, 4.25rem);
}

.lux-testimonials__head .lux-kicker {
  margin-bottom: 1rem;
}

.lux-testimonials__head h2 {
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.lux-testimonial-stage {
  position: relative;
  margin-inline: -0.15rem;
}

.lux-testimonial-nav {
  position: absolute;
  top: 38%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(33, 27, 25, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--lux-ink);
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 1px 0 rgba(33, 27, 25, 0.04);
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}

.lux-testimonial-nav:hover,
.lux-testimonial-nav:focus-visible {
  border-color: var(--lux-red, #d0473e);
  color: var(--lux-red, #d0473e);
  outline: none;
}

.lux-testimonial-nav--prev { left: 0.15rem; }
.lux-testimonial-nav--next { right: 0.15rem; }

.lux-testimonial-nav[hidden],
.lux-testimonial-stage.is-static .lux-testimonial-nav {
  display: none;
}

.lux-testimonial-rail {
  --lux-t-gap: 1rem;
  --lux-t-visible: 1;
  display: flex;
  gap: var(--lux-t-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y pinch-zoom;
  padding: 0.2rem 2.6rem 0.75rem;
  scrollbar-width: none;
  contain: layout style;
}

.lux-testimonial-rail::-webkit-scrollbar {
  display: none;
  height: 0;
}

.lux-testimonial-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(
    (100% - (var(--lux-t-visible) - 1) * var(--lux-t-gap)) / var(--lux-t-visible)
  );
  scroll-snap-align: start;
  margin: 0;
  background: var(--lux-cream);
  overflow: hidden;
  min-width: 0;
}

.lux-testimonial-card__media {
  aspect-ratio: 5 / 6;
  overflow: hidden;
  background: #e8e0db;
}

.lux-testimonial-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lux-testimonial-card__media img:not([src]) {
  visibility: hidden;
}

.lux-testimonial-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.35rem 1.25rem 1.45rem;
  flex: 1;
}

.lux-testimonial-card__stars {
  margin: 0;
  color: var(--lux-red, #d0473e);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  line-height: 1;
}

.lux-testimonial-card blockquote {
  margin: 0;
  font-family: var(--font-display, "Gantari", sans-serif);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lux-testimonial-card figcaption {
  margin-top: auto;
  padding-top: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lux-ink);
}

.lux-testimonial-card figcaption small {
  display: block;
  margin-top: 0.35rem;
  color: #8a7f7a;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
}

@media (min-width: 720px) {
  .lux-testimonial-rail {
    --lux-t-gap: 1.75rem;
    --lux-t-visible: 2;
    overflow-x: hidden;
    touch-action: pan-y pinch-zoom;
    padding: 0.25rem 2.85rem 0.85rem;
  }

  .lux-testimonial-card__body {
    padding: 1.45rem 1.35rem 1.55rem;
  }
}

@media (min-width: 960px) {
  .lux-testimonial-rail {
    --lux-t-gap: 1.85rem;
    --lux-t-visible: 3;
    padding: 0.3rem 2.95rem 1rem;
  }

  .lux-testimonial-card__body {
    padding: 1.5rem 1.45rem 1.6rem;
    gap: 0.9rem;
  }
}

@media (max-width: 719px) {
  .lux-testimonial-nav {
    width: 2.15rem;
    height: 2.15rem;
  }

  .lux-testimonial-nav--prev { left: 0.1rem; }
  .lux-testimonial-nav--next { right: 0.1rem; }

  .lux-testimonial-card__body {
    padding: 1.25rem 1.2rem 1.35rem;
    gap: 0.75rem;
  }
}

.lux-editorial {
  display: grid;
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  color: #fff;
}

.lux-editorial__panel {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  min-height: 280px;
  overflow: hidden;
  color: #fff !important;
  background-color: #2b3935;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: filter .35s ease;
}

.lux-editorial__panel--girl { background-color: #3a2f33; }
.lux-editorial__panel--boy { background-color: #2b3935; }
.lux-editorial__panel:hover { filter: brightness(1.03); }

.lux-editorial__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(18, 14, 12, .52) 0%,
    rgba(18, 14, 12, .28) 38%,
    rgba(18, 14, 12, .08) 68%,
    transparent 100%
  );
  pointer-events: none;
}

.lux-editorial__copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(1.5rem, 4vw, 3.25rem);
  max-width: 22rem;
}

.lux-editorial__title {
  display: block;
  margin: 0;
  color: #fff;
  font-family: inherit;
  font-size: clamp(1.85rem, 3.2vw, 2.85rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.1;
}

.lux-editorial__text {
  display: block;
  max-width: 26ch;
  margin: .65rem 0 1.35rem;
  color: rgba(255, 255, 255, .92);
  font-style: normal;
  font-size: clamp(.95rem, 1.35vw, 1.1rem);
  font-weight: 400;
  line-height: 1.45;
}

.lux-editorial__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: .7rem 1.45rem;
  border-radius: 999px;
  background: #fff;
  color: #111 !important;
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
  transition: transform .25s ease, background-color .25s ease;
}

.lux-editorial__panel:hover .lux-editorial__cta {
  transform: translateY(-1px);
  background: #f7f7f7;
}

.lux-newsletter {
  width: calc(100% + 2.5rem);
  margin: 0 0 0 -1.25rem;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background:
    linear-gradient(180deg, rgba(247, 241, 237, 0.35) 0%, var(--lux-cream) 28%, var(--lux-cream) 100%);
  border-top: 1px solid var(--lux-line);
}

.lux-newsletter__inner {
  display: grid;
  width: min(1040px, calc(100vw - 3rem));
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: end;
  gap: clamp(2.5rem, 7vw, 6.5rem);
}

.lux-newsletter__copy .lux-kicker { margin-bottom: 1rem; }

.lux-newsletter__copy h2 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.35rem, 4.2vw, 3.85rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.lux-newsletter__lead {
  max-width: 28ch;
  margin: 1.15rem 0 0;
  color: #6d625d;
  font-family: "Literata", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.lux-newsletter__form {
  display: grid;
  gap: 0.85rem;
  padding-bottom: 0.35rem;
}

.lux-newsletter__row {
  display: flex;
  align-items: stretch;
  gap: 0.65rem;
  border-bottom: 1px solid var(--lux-ink);
}

.lux-newsletter__row input {
  min-width: 0;
  flex: 1;
  padding: 1.05rem 0.15rem;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--lux-ink);
  font: inherit;
  font-size: 1rem;
}

.lux-newsletter__row input::placeholder {
  color: #9a908a;
}

.lux-newsletter__row input:focus {
  outline: none;
}

.lux-newsletter__row:focus-within {
  border-bottom-color: var(--lux-red);
}

.lux-newsletter__row button {
  flex-shrink: 0;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0 0.15rem 0 0.5rem;
  border: 0;
  background: transparent;
  color: var(--lux-red);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease;
}

.lux-newsletter__row button span {
  display: inline-block;
  transition: transform 0.2s ease;
}

.lux-newsletter__row button:hover {
  color: #b33a33;
}

.lux-newsletter__row button:hover span {
  transform: translateX(3px);
}

.lux-newsletter__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  color: #8a817c;
  font-size: 0.68rem;
  line-height: 1.5;
  cursor: pointer;
}

.lux-newsletter__consent input {
  flex-shrink: 0;
  margin-top: 0.12rem;
  accent-color: var(--lux-red);
}

.lux-newsletter__consent a {
  color: #5c534f;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.lux-newsletter__consent a:hover {
  color: var(--lux-ink);
}

.lux-newsletter__status {
  min-height: 1.3em;
  margin: 0;
  color: var(--lux-red);
  font-size: 0.75rem;
}

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

@keyframes luxHeroReveal {
  from { opacity: 0; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 900px) {
  .lux-hero {
    width: calc(100% + 1.7rem);
    margin-top: -.85rem;
    margin-left: -.85rem;
  }
  .lux-values,
  .lux-editorial {
    width: calc(100% + 1.7rem);
    margin-left: -.85rem;
  }
  .lux-spotlight-grid { grid-template-columns: 1fr 1fr; gap: 0.55rem; }
  .lux-category-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 380px; }
  .lux-category-card--1, .lux-category-card--2 { grid-column: span 1; grid-row: span 1; }
  .lux-values { padding: 1.25rem .75rem; }
  .lux-values__inner {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .lux-values article {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.22);
    padding: 1rem .65rem;
  }
  .lux-values article:nth-child(1),
  .lux-values article:nth-child(2) { border-top: 0; }
  .lux-values article:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,.22);
  }
  .lux-editorial { grid-template-columns: 1fr; }
  .lux-editorial__panel { aspect-ratio: 16 / 10; min-height: 240px; }
  .lux-editorial__copy { max-width: none; padding-right: 20%; }
  .lux-newsletter { width: calc(100% + 1.7rem); margin-left: -.85rem; }
  .lux-newsletter__inner { grid-template-columns: 1fr; gap: 2rem; align-items: start; }
  .lux-newsletter__copy h2 { max-width: none; }
  .lux-newsletter__lead { max-width: 36ch; }
}

@media (max-width: 640px) {
  .lux-hero { min-height: 680px; }
  .lux-hero__content { width: calc(100% - 2rem); justify-content: flex-end; padding-bottom: 5.5rem; }
  .lux-hero__shade { background: linear-gradient(0deg, rgba(27,19,17,.78), rgba(27,19,17,.06) 80%); }
  .lux-hero h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .lux-hero__actions { display: grid; width: 100%; grid-template-columns: 1fr 1fr; }
  .lux-hero__actions a { min-width: 0; padding-inline: .5rem; }
  .lux-hero__scroll { display: none; }
  .lux-section { width: calc(100vw - 2rem); padding: 4.5rem 0; }
  .lux-section__head { margin-bottom: 2rem; }
  .lux-spotlight-grid { gap: 0.4rem; }
  .lux-spotlight__label { font-size: 0.62rem; letter-spacing: 0.11em; }
  .lux-category-grid { grid-template-columns: 1fr; grid-auto-rows: 430px; gap: .75rem; }
  .lux-category-card--1, .lux-category-card--2 { grid-column: 1; }
  .lux-products__head { align-items: flex-end; }
  .lux-products__head .lux-kicker { max-width: 210px; }
  .lux-products__head h2 { font-size: 2.45rem; }
  .lux-products .home-shop-owl.productOwl {
    gap: 0.75rem;
    padding-inline: 1.85rem;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    /* pan-x alone trapped vertical page scroll over the rail on mobile */
    touch-action: pan-x pan-y;
  }
  .lux-products .home-shop-owl .product-card,
  .lux-products .home-shop-owl .productitem {
    flex: 0 0 calc((100% - 0.75rem) / 1.75);
    min-width: 0;
  }
  .lux-values {
    padding: .9rem .55rem;
    overflow-x: visible;
  }
  .lux-values__inner {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .lux-values article {
    flex: none;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.22);
    border-right: 0;
    padding: .85rem .5rem;
    min-height: 64px;
    gap: .55rem;
    align-items: flex-start;
  }
  .lux-values article:nth-child(1),
  .lux-values article:nth-child(2) { border-top: 0; }
  .lux-values article:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,.22);
  }
  .lux-values article > span { font-size: 1.35rem; }
  .lux-values h3 { font-size: .65rem; letter-spacing: .05em; }
  .lux-values p { font-size: .62rem; line-height: 1.35; }
  .lux-editorial__panel { aspect-ratio: 4 / 3; min-height: 220px; }
  .lux-editorial__copy { padding: 1.4rem 1.25rem; }
  .lux-editorial__title { font-size: 1.85rem; }
  .lux-newsletter { padding: 4rem 0; }
  .lux-newsletter__inner { width: calc(100vw - 2rem); }
  .lux-newsletter__row {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: 0;
  }
  .lux-newsletter__row input {
    padding: 0.95rem 0;
    border-bottom: 1px solid var(--lux-ink);
  }
  .lux-newsletter__row:focus-within { border-bottom-color: transparent; }
  .lux-newsletter__row:focus-within input { border-bottom-color: var(--lux-red); }
  .lux-newsletter__row button {
    justify-content: flex-start;
    padding: 1rem 0 0.15rem;
    border-bottom: 1px solid transparent;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lux-hero__image { animation: none; }
  .lux-category-card img, .lux-hero__actions a,
  .lux-spotlight__media img,
  .lux-editorial__panel,
  .lux-editorial__cta,
  .lux-newsletter__row button,
  .lux-newsletter__row button span { transition: none; }
  .lux-testimonial-rail { scroll-behavior: auto; }
}

/* Homepage SEO prose block */
.lux-seo {
  padding: 3.5rem 0 4rem;
  background: linear-gradient(180deg, #faf8f6 0%, #fff 100%);
  border-top: 1px solid rgba(28, 20, 18, 0.06);
}
.lux-seo__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.lux-seo__title {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 500;
  margin: 0 0 1rem;
  color: var(--color-ink, #1c1412);
  letter-spacing: -0.01em;
}
.lux-seo__prose {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--color-ink-muted, #5c534f);
}
.lux-seo__prose p {
  margin: 0 0 0.85rem;
}
