/* Typography: one sans (UI + body) + one serif (headlines) — load fonts in public/base.html */
:root {
  --rc-font-body: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --rc-font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --lux-nav-offset: 2.19rem;
}

@media (min-width: 640px) {
  :root {
    --lux-nav-offset: 2.27rem;
  }
}

/* In-page links (#book, #share-experience) clear the sticky marketing header */
html {
  scroll-padding-top: var(--lux-nav-offset);
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Slightly denser public booking + feedback forms */
.lux-form .field {
  padding: 7px 10px;
  font-size: 0.8125rem;
}
.lux-form textarea.field {
  min-height: 0;
  line-height: 1.4;
}

.lux-font-display {
  font-family: var(--rc-font-display);
}

.lux-font-body {
  font-family: var(--rc-font-body);
}

/* Display serif for these blocks — keeps templates free of ad-hoc font classes */
.lux-cat-tile__title,
.lux-types-guide__h1,
.lux-types-guide__h2,
.lux-journey__h2,
.lux-journey__title,
.lux-chatbot__title,
.lux-curt-hub__range-title,
.lux-curt-hub__header-name,
.lux-cat-hero h1 {
  font-family: var(--rc-font-display);
}

.lux-testimonials h2,
.lux-testimonials h3 {
  font-family: var(--rc-font-display);
}

.lux-site .page-hero h1,
.lux-site .page-hero h2 {
  font-family: var(--rc-font-display);
}

/* Category / hub: section titles not already covered by component classes */
.lux-curt-hub h2,
.lux-curt-hub .lux-curt-hub__room h3,
.lux-curt-hub #lux-curt-hub-promise p.font-medium.text-white {
  font-family: var(--rc-font-display);
}

#service-metros-heading,
section#collection > div > h2 {
  font-family: var(--rc-font-display);
}

.lux-testimonials .testimonial-card::before,
.lux-testimonials .review-float-card::before {
  font-family: var(--rc-font-display);
}

/* Rare Curtains — premium interior palette: cream, blush, wood, charcoal */
.lux-site {
  font-family: var(--rc-font-body);
  --lux-cream: #f7f0e8;
  --lux-blush: #f0e0dc;
  --lux-sand: #e8ddcf;
  --lux-ink: #1c1917;
  --lux-wood: #7c5e3c;
  --lux-gold: #b8860b;
  --lux-gold-soft: #c9a227;
  --lux-radial: radial-gradient(ellipse 120% 80% at 10% 0%, rgba(200, 170, 120, 0.18) 0%, transparent 50%);
}

/* Page chrome: soft cream wash only — hero sections carry photography; avoids a fixed collage behind scrolling content */
.lux-site .site-page-bg,
body.site-page-bg.lux-site {
  background-color: #f5f0e8;
  background-image:
    var(--lux-radial),
    linear-gradient(180deg, #faf6f0 0%, #f3ece4 40%, #ebe4dc 100%);
  background-size: 100% 100%, 100% 100%;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll;
}

/* Nav — light bar (check / compare to dark) */
.lux-nav {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(28, 25, 23, 0.08) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 2px rgba(28, 25, 23, 0.04);
}

/* Logo — typography from /static/css/brand-wordmark.css (.site-brand-wordmark) */
.lux-site-brand-link {
  text-decoration: none;
  line-height: 1.2;
}
.lux-site-brand {
  transition: filter 0.2s ease, transform 0.2s ease;
}
.lux-site-brand-link:hover .lux-site-brand {
  filter: brightness(1.08) saturate(1.05);
}

/* Nav pills: same warm cream / amber language as .quotation-premium .quotation-contact-inline */
.lux-nav-pill {
  padding: 0.18rem 0.3rem;
  border-radius: 0.5rem;
  color: #3e2723;
  font-weight: 600;
  font-size: 0.75rem;
  border: 1px solid rgba(194, 65, 12, 0.38);
  background: linear-gradient(
    165deg,
    rgba(255, 247, 237, 0.96) 0%,
    rgba(255, 237, 213, 0.94) 35%,
    rgba(252, 231, 243, 0.9) 70%,
    rgba(254, 243, 199, 0.92) 100%
  );
  box-shadow: 0 2px 10px rgba(154, 52, 18, 0.14);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.lux-nav-pill:hover {
  background: linear-gradient(165deg, #fff7ed 0%, #ffedd5 38%, #fef3c7 100%);
  color: #292524;
  border-color: rgba(194, 65, 12, 0.52);
  box-shadow: 0 3px 14px rgba(154, 52, 18, 0.18);
}

/* Pills: do not use a single .lux-nav a { color } — it overrode pill/CTA/WhatsApp */
.lux-nav a.lux-nav-pill {
  color: #3e2723;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.lux-nav a.lux-nav-pill:hover {
  color: #292524;
}

.lux-nav a.lux-nav-pill.lux-nav-active {
  color: #422006;
  font-weight: 700;
  background: linear-gradient(
    145deg,
    rgba(255, 237, 213, 0.98) 0%,
    rgba(254, 215, 170, 0.95) 45%,
    rgba(253, 242, 248, 0.96) 100%
  );
  border-color: rgba(217, 119, 6, 0.55);
  box-shadow: 0 2px 12px rgba(120, 53, 15, 0.2);
}

.lux-cta-nav {
  background: linear-gradient(135deg, #b45309 0%, #92400e 100%);
  color: #fff !important;
  padding: 0.24rem 0.54rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(146, 64, 14, 0.25);
}

.lux-cta-nav:hover {
  filter: brightness(1.05);
  color: #fff !important;
}

/* Header Book CTA: rainbow text (same stops as .site-brand-wordmark); soft chip is ::before only */
.lux-nav .lux-cta-nav {
  position: relative;
  z-index: 0;
  isolation: isolate;
  background-color: transparent;
  background-image: linear-gradient(
    90deg,
    #e11d48,
    #f97316,
    #eab308,
    #84cc16,
    #22c55e,
    #14b8a6,
    #0ea5e9,
    #6366f1,
    #a855f7,
    #ec4899,
    #db2777
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  border: none;
  box-shadow: none;
  font-weight: 700;
}

.lux-nav .lux-cta-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(28, 25, 23, 0.12);
}

.lux-nav .lux-cta-nav:hover {
  filter: brightness(1.12) saturate(1.06);
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

.lux-nav .lux-cta-nav:hover::before {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(28, 25, 23, 0.16);
}

@supports not (background-clip: text) {
  .lux-nav .lux-cta-nav {
    background-image: none;
    color: #9a3412 !important;
    -webkit-text-fill-color: currentColor;
  }

  .lux-nav .lux-cta-nav:hover {
    color: #7c2d12 !important;
    filter: none;
  }
}

/* Team, Login — readable on light header; WhatsApp stays emerald */
.lux-nav a[data-analytics-item="team_login"] {
  color: #57534e !important;
}

.lux-nav a[data-analytics-item="team_login"]:hover {
  color: #292524 !important;
}

.lux-nav a[data-analytics-item="header"] {
  color: #047857 !important;
}

.lux-nav a[data-analytics-item="header"]:hover {
  color: #065f46 !important;
}

@media (min-width: 640px) {
  .lux-nav-pill,
  .lux-curt-hub__pill,
  .lux-cta-nav {
    font-size: 0.875rem;
  }
}

/* Compact sticky header — all public marketing pages (same rhythm as former home-only bar) */
body.lux-site header.lux-nav > .max-w-7xl {
  padding-top: 0.231rem;
  padding-bottom: 0.231rem;
  gap: 0.231rem;
}

body.lux-site header.lux-nav > .max-w-7xl > div:first-child {
  gap: 0.231rem;
}

body.lux-site .lux-nav__row {
  row-gap: 0.165rem;
  column-gap: 0.149rem;
}

@media (min-width: 640px) {
  body.lux-site .lux-nav__row {
    column-gap: 0.215rem;
    row-gap: 0.182rem;
  }
}

body.lux-site .lux-nav-pill {
  padding: 0.099rem 0.242rem;
}

body.lux-site .lux-nav .lux-cta-nav {
  padding: 0.149rem 0.462rem;
}

/* Home hero — ~94% viewport height; image uses contain + zoom so width changes are visible */
.lux-hero--home {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  min-height: 94.05vh;
  min-height: 94.05dvh;
  background: #f0ebe4;
  overflow: hidden;
  isolation: isolate;
}

.lux-hero__stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
  min-height: 94.05vh;
  min-height: 94.05dvh;
  max-width: none;
  margin: 0;
  padding: 0;
}

.lux-hero__stack > .lux-hero__backdrop {
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  min-height: 94.05vh;
  min-height: 94.05dvh;
  max-width: none;
  justify-self: stretch;
}

.lux-hero__stack > .lux-hero__shell {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  justify-self: stretch;
}

/* Home: sit headline + CTAs higher (not dead-centre in the viewport) */
.lux-hero--home .lux-hero__stack > .lux-hero__shell {
  align-self: start;
}

.lux-hero__backdrop {
  position: relative;
  z-index: 0;
  line-height: 0;
  font-size: 0;
  width: 100%;
  min-width: 0;
  max-width: none;
  background: #f0ebe4;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  min-height: 94.05vh;
  min-height: 94.05dvh;
}

.lux-hero--home .lux-hero__backdrop {
  overflow: hidden;
}

.lux-hero--home .lux-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  min-width: 0;
  max-width: none;
  /* ~2∶1 collage in hero; gentle zoom so it reads slightly wider without hiding the detail column */
  object-fit: contain;
  object-position: center center;
  transform: scale(1.08);
  transform-origin: center center;
  filter: saturate(1.03) contrast(1.02) brightness(1.01);
  backface-visibility: hidden;
}

/* Light treatments so the art stays "bright luxe" while copy remains readable on the left */
.lux-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(20, 16, 14, 0.38) 0%,
    rgba(32, 28, 24, 0.1) 32%,
    rgba(0, 0, 0, 0) 50%
  ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 22%),
    linear-gradient(to top, rgba(240, 235, 228, 0.7) 0%, rgba(240, 235, 228, 0) 100%),
    radial-gradient(ellipse 100% 90% at 50% 48%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 100%);
  background-size: 100% 100%, 100% 100%, 100% 14%, 100% 100%;
  background-position: 0 0, 0 0, center bottom, center;
  background-repeat: no-repeat;
}

/* Bottom fade is a short, low-opacity band in .lux-hero__overlay (not a separate ::after on the photo) */

.lux-hero--home .lux-hero__shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 44rem;
  margin: 0;
  margin-right: auto;
  padding: max(0.15rem, calc(var(--lux-nav-offset) * 0.1 - 0.5rem)) 0.75rem 2.5rem 0.75rem;
  box-sizing: border-box;
}

/* Copy sits on the image — no panel, no border; type uses shadow for contrast */
.lux-hero__copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 40rem;
  text-align: left;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}

/* Kicker — same Cormorant as hero title & sub; a touch smaller, subtle label */
.lux-hero--home .lux-hero__kicker {
  display: block;
  margin: 0;
  max-width: 100%;
  padding: 0;
  font-family: var(--rc-font-display);
  font-size: clamp(0.65rem, 0.7vw + 0.3rem, 0.8rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #fffefb;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55), 0 0 20px rgba(0, 0, 0, 0.25);
  background: none;
  border: none;
  box-shadow: none;
}

@media (max-width: 380px) {
  .lux-hero--home .lux-hero__kicker {
    letter-spacing: 0.06em;
    font-size: 0.62rem;
  }
}

.lux-hero--home .lux-hero__h1 {
  font-family: var(--rc-font-display);
  color: #fffefb;
  line-height: 1.3;
  font-size: clamp(1.1rem, 2vw + 0.4rem, 1.55rem);
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.01em;
  margin: 0;
  max-width: 22em;
  /* Slightly stronger halo on bright collage so copy stays sharp */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65), 0 2px 18px rgba(0, 0, 0, 0.45), 0 0 32px rgba(0, 0, 0, 0.2);
}

/* Same serif family as the tagline — reads as one story (buttons stay sans) */
.lux-hero--home .lux-hero__sub {
  font-family: var(--rc-font-display);
  color: rgba(255, 250, 245, 0.92);
  margin: 0.85rem 0 0 0;
  line-height: 1.6;
  font-size: clamp(0.9rem, 1.1vw + 0.35rem, 1.02rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  max-width: 32rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55), 0 1px 12px rgba(0, 0, 0, 0.35);
}

.lux-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.lux-hero-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.15rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #f5ede3;
  background: rgba(55, 44, 36, 0.28);
  border: 1px solid rgba(210, 190, 165, 0.42);
  box-shadow: 0 1px 3px rgba(40, 28, 22, 0.25);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lux-hero-ghost:hover {
  background: rgba(98, 78, 62, 0.35);
  border-color: rgba(232, 210, 185, 0.55);
  color: #fffdf9;
  transform: translateY(-1px);
}

/* Mobile / small tablet: same overlay hero as desktop (copy on the collage, not a separate cream band) */
@media (max-width: 767px) {
  /* Shorter hero, photo fills frame (no letterboxing) — matches desktop “full bleed collage” feel */
  .lux-hero--home,
  .lux-hero__stack,
  .lux-hero--home .lux-hero__backdrop {
    min-height: 88vh;
    min-height: 88dvh;
  }

  .lux-hero--home .lux-hero__img {
    object-fit: cover;
    object-position: 26% 42%;
    transform: scale(1.02);
    transform-origin: 28% 45%;
  }

  .lux-hero--home .lux-hero__overlay {
    background:
      linear-gradient(
        155deg,
        rgba(12, 10, 9, 0.82) 0%,
        rgba(12, 10, 9, 0.48) 36%,
        rgba(12, 10, 9, 0.22) 52%,
        rgba(10, 9, 8, 0.5) 100%
      ),
      linear-gradient(to top, rgba(8, 7, 6, 0.68) 0%, transparent 48%);
    background-size: 100% 100%, 100% 55%;
    background-position: 0 0, center bottom;
    background-repeat: no-repeat;
  }

  .lux-hero--home .lux-hero__shell {
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
    padding-top: 0.5rem;
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
    margin-left: auto;
    margin-right: auto;
    max-width: 26rem;
  }

  .lux-hero--home .lux-hero__h1 {
    font-size: clamp(1.32rem, 5vw + 0.55rem, 1.82rem);
    max-width: none;
  }

  .lux-hero--home .lux-hero__sub {
    color: rgba(255, 253, 248, 0.97);
    font-size: clamp(0.86rem, 3vw + 0.52rem, 0.98rem);
    text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.78),
      0 2px 18px rgba(0, 0, 0, 0.55);
  }

  .lux-hero--home strong {
    color: #fffdf8;
    font-weight: 600;
  }

  .lux-hero--home .lux-hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-top: 1.1rem;
    gap: 0.5rem;
  }

  .lux-hero--home .lux-hero__actions .lux-cta-nav,
  .lux-hero--home .lux-hero__actions .lux-hero-ghost {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    box-sizing: border-box;
  }

  /* One calm pill row; scroll horizontally instead of stacking */
  body.lux-site .lux-nav__row {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    gap: 0.45rem;
    padding-bottom: 0.2rem;
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
    margin-right: 0;
    scroll-padding-inline: 0.75rem;
    scrollbar-width: thin;
  }

  body.lux-site .lux-nav__row > a {
    flex-shrink: 0;
  }
}

/* Honey-amber CTA — hero primary: larger than hub strip CTAs */
.lux-hero--home .lux-cta-nav {
  background: linear-gradient(135deg, #b7843f 0%, #8a5a32 100%) !important;
  color: #fffaf5 !important;
  font-size: 0.8125rem;
  padding: 0.6rem 1.15rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  box-shadow: 0 6px 24px -3px rgba(80, 48, 28, 0.42);
}

.lux-hero--inner {
  min-height: 48vh;
  padding-bottom: 2.5rem;
  align-items: flex-end;
}

.lux-hero--inner::after {
  height: 70%;
  background: linear-gradient(to top, var(--lux-cream) 0%, transparent 100%);
}

.lux-hero--inner .lux-hero__h1 {
  font-size: clamp(1.85rem, 3.2vw, 2.6rem);
  color: #fff;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.35);
}

.lux-hero--inner .lux-hero__sub {
  color: #57534e;
  font-size: 0.95rem;
}

/* Category page hero */
.lux-cat-hero {
  position: relative;
  padding: 4rem 0 3.5rem;
  background: linear-gradient(180deg, #faf6f0 0%, #f0e8df 100%);
  border-bottom: 1px solid rgba(120, 90, 60, 0.1);
}

.lux-cat-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--cat-hero-image, url("/static/images/hero-luxury-collage.png")) center 30% / cover;
  opacity: 0.32;
  filter: saturate(0.75);
}

.lux-cat-hero__inner {
  position: relative;
  z-index: 1;
}

/* Product grid */
.lux-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .lux-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .lux-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.lux-product-card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 30px rgba(60, 48, 40, 0.08);
  border: 1px solid rgba(120, 90, 60, 0.1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.lux-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(60, 48, 40, 0.14);
}

.lux-product-card__media {
  position: relative;
  aspect-ratio: 4/3;
  background: #292524;
  overflow: hidden;
}

.lux-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.lux-product-card:hover .lux-product-card__media img {
  transform: scale(1.05);
}

.lux-product-card__body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.lux-product-card__label {
  margin: 0 0 0.15rem;
  line-height: 1.2;
}

.lux-product-card__title {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--lux-ink);
  margin-top: 0.35rem;
  letter-spacing: -0.02em;
}

.lux-product-card__excerpt {
  color: #57534e;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-top: 0.5rem;
}

.lux-pill {
  display: inline-block;
  font-size: 0.7rem;
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  background: #fef3c7;
  color: #92400e;
  margin-top: 0.5rem;
}

.lux-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.lux-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.1rem;
  border-radius: 9999px;
  background: var(--lux-ink);
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 500;
  transition: background 0.2s ease;
}

.lux-btn-primary:hover {
  background: #44403c;
  color: #fff !important;
}

.lux-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.1rem;
  border-radius: 9999px;
  border: 1px solid rgba(60, 48, 40, 0.25);
  color: #44403c !important;
  font-size: 0.8rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.7);
  transition: border-color 0.2s, background 0.2s;
}

.lux-btn-ghost:hover {
  background: #fff;
  border-color: #92400e;
  color: #92400e !important;
}

/* Reveal on scroll */
.lux-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.lux-reveal.lux-reveal--visible {
  opacity: 1;
  transform: none;
}

/* Product detail */
.lux-pd-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .lux-pd-gallery {
    grid-template-columns: 1fr 100px;
  }
}

.lux-pd-hero {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #1c1917;
}

.lux-pd-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lux-pd-thumbs {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .lux-pd-thumbs {
    flex-direction: column;
    overflow-x: visible;
    overflow-y: auto;
    max-height: 28rem;
    padding-bottom: 0;
  }
}

.lux-pd-thumbs button {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.6rem;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s, border-color 0.2s;
}

.lux-pd-thumbs button.is-active,
.lux-pd-thumbs button:hover {
  opacity: 1;
  border-color: #b45309;
}

.lux-pd-thumbs button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lux-dl {
  display: grid;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.lux-dl > div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(120, 90, 60, 0.12);
}

.lux-dl dt {
  color: #78716c;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lux-dl dd {
  color: #292524;
  margin: 0;
  line-height: 1.5;
}

/* Home category tiles */
.lux-cat-tile {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  min-height: 10rem;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  text-decoration: none;
  color: #fff !important;
  background: #292524;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.lux-cat-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(40, 30, 25, 0.5) 0%, rgba(20, 15, 12, 0.85) 100%),
    var(--cat-tile-image, url("/static/images/hero-luxury-collage.png"));
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.lux-cat-tile:hover::before {
  transform: scale(1.04);
}

.lux-cat-tile__label {
  position: relative;
  z-index: 1;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fcd34d;
}

.lux-cat-tile__title {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 0.3rem;
}

.lux-why {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .lux-why {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .lux-why {
    grid-template-columns: repeat(4, 1fr);
  }
}

.lux-why-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(120, 90, 60, 0.1);
  box-shadow: 0 2px 16px rgba(60, 48, 40, 0.06);
}

.lux-why-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b45309;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

/* Booking form in luxury */
.lux-form input,
.lux-form textarea,
.lux-form select,
.lux-form .field {
  background: #fff;
  border-color: rgba(120, 90, 60, 0.15);
  border-radius: 0.75rem;
}

.lux-form input:focus,
.lux-form textarea:focus,
.lux-form .field:focus {
  border-color: #b45309;
  box-shadow: 0 0 0 3px rgba(180, 83, 9, 0.12);
}

.lux-form button[type="submit"] {
  background: linear-gradient(135deg, #1c1917 0%, #44403c 100%) !important;
  border-radius: 9999px;
}

/* Testimonials in luxury (override) */
.lux-testimonials {
  background: linear-gradient(180deg, #faf6f0 0%, #f3ece4 100%) !important;
  border-top: 1px solid rgba(120, 90, 60, 0.08);
}

.lux-testimonials .testimonial-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(120, 90, 60, 0.1);
}

.lux-testimonials .testimonial-avatar {
  border-color: rgba(120, 90, 60, 0.22);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.07);
}

/* Footer — editorial luxe: warm dark base, bronze accents, connect band + cream pill row */
.lux-foot {
  position: relative;
  border-top: none;
  color: #d6d3d1 !important;
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(212, 175, 105, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 100% 100%, rgba(90, 60, 40, 0.2) 0%, transparent 50%),
    linear-gradient(180deg, #292420 0%, #141210 52%, #0c0b0a 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 252, 248, 0.05);
}

.lux-foot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(212, 175, 105, 0.15) 20%,
    rgba(245, 230, 200, 0.45) 50%,
    rgba(212, 175, 105, 0.15) 80%,
    transparent 100%
  );
  pointer-events: none;
}

.lux-foot a {
  color: #e7e5e4;
}

.lux-foot a:hover {
  color: #f5e6c8;
}

.lux-foot-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .lux-foot-inner {
    gap: 2.25rem;
  }
}

.lux-foot-head {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

@media (min-width: 1024px) {
  .lux-foot-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem 2.5rem;
    padding-bottom: 1.25rem;
  }
}

.lux-foot-brand {
  position: relative;
  max-width: 38rem;
  padding-bottom: 0;
}

.lux-foot-brand__line {
  letter-spacing: 0.03em;
  line-height: 1.35;
}

.lux-foot-brand__tagline {
  margin: 0.6rem 0 0;
  font-family: var(--rc-font-display);
  font-size: clamp(0.8rem, 1.5vw + 0.35rem, 0.95rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1.55;
  color: rgba(231, 229, 228, 0.72);
  max-width: 34rem;
}

.lux-foot-connect {
  display: flex;
  flex-direction: column;
}

.lux-foot-connect-band {
  margin: 0 -0.75rem 0;
  padding: 1.5rem 0.75rem 1.65rem;
  border-radius: 1rem;
  background:
    radial-gradient(ellipse 88% 68% at 6% 16%, rgba(251, 207, 232, 0.44) 0%, transparent 52%),
    radial-gradient(ellipse 78% 58% at 94% 26%, rgba(254, 249, 195, 0.5) 0%, transparent 48%),
    radial-gradient(ellipse 70% 48% at 45% 98%, rgba(167, 243, 208, 0.34) 0%, transparent 50%),
    radial-gradient(ellipse 55% 45% at 78% 72%, rgba(196, 181, 253, 0.18) 0%, transparent 46%),
    linear-gradient(180deg, rgba(255, 253, 250, 0.65) 0%, rgba(252, 248, 242, 0.45) 100%);
}

@media (min-width: 640px) {
  .lux-foot-connect-band {
    margin: 0;
    padding: 1.75rem 1.25rem 1.9rem;
    border-radius: 1.25rem;
  }
}

.lux-foot-connect-title {
  margin: 0 0 0.95rem;
  text-align: center;
  font-family: var(--rc-font-body);
  font-size: clamp(0.88rem, 1.65vw, 1.02rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #78350f;
  line-height: 1.25;
}

.lux-foot-contact-pill {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0.55rem 0.65rem 0.6rem;
  background: linear-gradient(180deg, #fffefb 0%, #faf6ef 100%);
  border: 1px solid rgba(120, 83, 15, 0.1);
  border-radius: 9999px;
  box-shadow:
    0 6px 28px rgba(120, 53, 15, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

@media (min-width: 640px) {
  .lux-foot-contact-pill {
    padding: 0.68rem 1.1rem 0.72rem;
  }
}

.lux-foot-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 0.85rem;
  padding: 0;
  margin: 0;
  border: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 0.25rem;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 175, 105, 0.32) rgba(255, 255, 255, 0.04);
}

.lux-foot-nav::before,
.lux-foot-nav::after {
  content: "";
  flex: 0 0 0.25rem;
  width: 0.25rem;
  min-height: 1px;
  align-self: stretch;
  pointer-events: none;
}

.lux-foot-nav::-webkit-scrollbar {
  height: 3px;
}

.lux-foot-nav::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.lux-foot-nav::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 105, 0.35);
  border-radius: 999px;
}

@media (min-width: 640px) {
  .lux-foot-nav {
    gap: 0 1.05rem;
  }
}

@media (min-width: 1024px) {
  .lux-foot-nav {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.lux-foot-nav__link {
  flex-shrink: 0;
  white-space: nowrap;
  scroll-snap-align: start;
  font-size: clamp(0.6875rem, 0.3vw + 0.6rem, 0.75rem);
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #d6d3d1 !important;
  text-decoration: none;
  padding: 0.4rem 0.18rem;
  transition: color 0.2s ease;
}

.lux-foot-nav__link:hover {
  color: #f5e6c8 !important;
}

.lux-foot-nav__link--cta {
  color: #f5e6c8 !important;
  font-weight: 600;
}

.lux-foot-nav__link--cta:hover {
  color: #fef9c3 !important;
}

.lux-foot-nav__link--wa {
  color: #7dd3b0 !important;
}

.lux-foot-nav__link--wa:hover {
  color: #b6efd6 !important;
}

.lux-foot-contact.lux-foot-contact--inline {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.2rem 0.4rem;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0.15rem 0.25rem;
  scroll-padding-inline: 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(120, 53, 15, 0.2) transparent;
  border-top: none;
}

.lux-foot-contact.lux-foot-contact--inline::-webkit-scrollbar {
  height: 5px;
}

.lux-foot-contact.lux-foot-contact--inline::-webkit-scrollbar-thumb {
  background: rgba(120, 53, 15, 0.22);
  border-radius: 999px;
}

@media (min-width: 900px) {
  .lux-foot-contact.lux-foot-contact--inline {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.45rem;
    overflow-x: visible;
  }
}

.lux-foot-contact__sep {
  flex: 0 0 auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(120, 53, 15, 0.36);
  align-self: center;
}

@media (max-width: 899px) {
  .lux-foot-contact__sep {
    width: 3px;
    height: 3px;
    margin: 0 0.15rem;
    opacity: 0.75;
    flex-shrink: 0;
  }
}

.lux-foot-contact__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
  padding: 0.3rem 0.55rem 0.3rem 0.4rem;
  border-radius: 999px;
  text-decoration: none !important;
  color: #422006 !important;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background 0.2s ease;
}

.lux-foot-contact__item:focus-visible {
  outline: 2px solid #78350f;
  outline-offset: 2px;
}

.lux-foot-contact__item--static {
  pointer-events: none;
}

.lux-foot-contact__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #fff;
  border: none;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

.lux-foot-contact__item--phone .lux-foot-contact__icon {
  background: linear-gradient(145deg, #34d399, #059669);
  box-shadow: 0 2px 10px rgba(5, 150, 105, 0.35);
}

.lux-foot-contact__item--email .lux-foot-contact__icon {
  background: linear-gradient(145deg, #60a5fa, #2563eb);
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.32);
}

.lux-foot-contact__item--instagram .lux-foot-contact__icon {
  background: linear-gradient(145deg, #f472b6, #db2777);
  box-shadow: 0 2px 10px rgba(219, 39, 119, 0.3);
}

.lux-foot-contact__item--web .lux-foot-contact__icon {
  background: linear-gradient(145deg, #fb923c, #ea580c);
  box-shadow: 0 2px 10px rgba(234, 88, 12, 0.28);
}

.lux-foot-contact__copy {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
  white-space: nowrap;
  color: inherit;
}

.lux-foot-contact__copy--break {
  max-width: min(15rem, 60vw);
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 900px) {
  .lux-foot-contact__copy--break {
    max-width: 14rem;
  }
}

/* --- Product image moods: name + type read visually (works with Picsum or local fallback) --- */
.lux-mood {
  position: relative;
  overflow: hidden;
}

.lux-mood::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.lux-mood .lux-mood-img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.35s ease, transform 0.5s ease;
}

/* Sheers — soft, high-key daylight */
.lux-mood[data-mood="sheer_bright"] .lux-mood-img {
  filter: brightness(1.1) contrast(0.97) saturate(0.9);
}
.lux-mood[data-mood="sheer_bright"]::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 45%, rgba(200, 180, 150, 0.05) 100%);
}

/* Blackout range — room reads darker */
.lux-mood[data-mood="blackout_dim"] .lux-mood-img {
  filter: brightness(0.45) contrast(1.12) saturate(0.88);
}
.lux-mood[data-mood="blackout_dim"]::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
}

/* Cinema / zero-light */
.lux-mood[data-mood="blackout_cinema"] .lux-mood-img {
  filter: brightness(0.25) contrast(1.2) saturate(0.8);
}
.lux-mood[data-mood="blackout_cinema"]::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.75) 100%);
}

/* Hotel layered — warm evening, soft lamp glow */
.lux-mood[data-mood="hotel_dim"] .lux-mood-img {
  filter: brightness(0.55) contrast(1.02) sepia(0.12) saturate(0.9);
}
.lux-mood[data-mood="hotel_dim"]::after {
  background: linear-gradient(165deg, rgba(80, 50, 30, 0.25) 0%, rgba(0, 0, 0, 0.35) 100%);
}

/* Sheer + drape double stack */
.lux-mood[data-mood="layered_warm"] .lux-mood-img {
  filter: brightness(0.78) contrast(1.04) sepia(0.08) saturate(0.92);
}
.lux-mood[data-mood="layered_warm"]::after {
  background: linear-gradient(90deg, rgba(255, 250, 240, 0.1) 0%, transparent 40%, rgba(20, 15, 10, 0.25) 100%);
}

/* Classic living / premium curtains */
.lux-mood[data-mood="living_warm"] .lux-mood-img {
  filter: brightness(0.88) contrast(1.03) sepia(0.06) saturate(0.95);
}
.lux-mood[data-mood="living_warm"]::after {
  background: linear-gradient(to top, rgba(30, 20, 12, 0.15) 0%, transparent 55%);
}

/* Velvet / brocade evening elegance */
.lux-mood[data-mood="luxe_dim"] .lux-mood-img {
  filter: brightness(0.62) contrast(1.08) saturate(0.85);
}
.lux-mood[data-mood="luxe_dim"]::after {
  background: linear-gradient(120deg, rgba(40, 20, 15, 0.35) 0%, rgba(0, 0, 0, 0.15) 100%);
}

/* Indian salon / formal living */
.lux-mood[data-mood="indian_salon_warm"] .lux-mood-img {
  filter: brightness(0.75) contrast(1.04) sepia(0.2) saturate(0.9);
}
.lux-mood[data-mood="indian_salon_warm"]::after {
  background: linear-gradient(180deg, rgba(200, 160, 80, 0.12) 0%, rgba(20, 10, 5, 0.35) 100%);
}

/* Stitching / headers */
.lux-mood[data-mood="stitching_neutral"] .lux-mood-img {
  filter: brightness(0.9) contrast(1.05) saturate(0.75);
}
.lux-mood[data-mood="stitching_neutral"]::after {
  background: linear-gradient(to bottom, rgba(60, 50, 45, 0.08) 0%, rgba(0, 0, 0, 0.12) 100%);
}

/* --- Homepage: Atelier journey (dark editorial interlude, not a dashed timeline) --- */
.lux-journey {
  position: relative;
  padding: 2.5rem 0 2.75rem;
  overflow: hidden;
  color: #e7e5e4;
}

.lux-journey__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 55% at 50% -10%, rgba(180, 130, 60, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse 70% 40% at 100% 80%, rgba(80, 60, 40, 0.2) 0%, transparent 50%),
    linear-gradient(165deg, #0c0a09 0%, #1c1917 38%, #292524 72%, #1a1816 100%);
  pointer-events: none;
}

.lux-journey__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.lux-journey__eyebrow {
  text-align: center;
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #d6b68a;
  margin-bottom: 0.5rem;
}

.lux-journey__h2 {
  text-align: center;
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #fafaf9;
  line-height: 1.2;
  margin: 0;
}

.lux-journey__intro {
  text-align: center;
  max-width: 32rem;
  margin: 0.6rem auto 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #a8a29e;
  font-weight: 300;
}

.lux-journey__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .lux-journey__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.9rem;
  }
}

@media (min-width: 1024px) {
  .lux-journey__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem 0.65rem;
    align-items: stretch;
  }
}

.lux-journey__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.85rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(41, 37, 36, 0.65) 0%, rgba(28, 25, 23, 0.9) 100%);
  border: 1px solid rgba(180, 130, 60, 0.18);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.3s ease;
}

.lux-journey__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(244, 208, 127, 0.35) 0%, transparent 42%, rgba(100, 80, 60, 0.15) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
  opacity: 0.6;
}

.lux-journey__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  border-color: rgba(212, 175, 110, 0.35);
}

.lux-journey__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0c0a09;
}

.lux-journey__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.88) contrast(1.04) saturate(0.9);
  transition: transform 0.6s ease, filter 0.4s ease;
}

.lux-journey__card:hover .lux-journey__img {
  transform: scale(1.03);
  filter: brightness(0.95) contrast(1.02) saturate(0.95);
}

/* Simulates a team t-shirt “Rare Curtains” until a real on-site team photo is added. */
.lux-journey__media--tee .lux-journey__tee {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  margin: 0;
  pointer-events: none;
  z-index: 1;
}

.lux-journey__tee-mark {
  display: inline-block;
  line-height: 1.1;
  text-align: center;
  border-radius: 0.2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

/* Dark “print” plate behind rainbow wordmark (gradient is on inner .site-brand-wordmark) */
.lux-journey__tee-mark--wordmark {
  padding: 0.35em 0.5em 0.4em;
  max-width: 9rem;
  background: rgba(26, 24, 21, 0.88);
  border: 1px solid rgba(251, 191, 36, 0.45);
}

.lux-journey__tee-mark--wordmark .site-brand-wordmark {
  font-size: clamp(0.62rem, 1.85vw, 0.88rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.lux-journey__body {
  padding: 0.75rem 0.7rem 0.9rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.lux-journey__index {
  display: block;
  font-family: var(--rc-font-display);
  font-size: 1.55rem;
  line-height: 1;
  background: linear-gradient(135deg, #fcd34d 0%, #b45309 50%, #d97706 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.95;
  margin-bottom: 0.1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.lux-journey__title {
  font-size: 0.95rem;
  font-weight: 500;
  color: #fafaf9;
  margin: 0;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.lux-journey__text {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #c4c2be;
  font-weight: 400;
}

@media (min-width: 640px) {
  .lux-journey__text {
    font-size: 0.8125rem;
  }
}

.lux-journey__text em {
  color: #d6d3d1;
  font-style: italic;
  font-weight: 400;
}

.lux-journey__footer {
  text-align: center;
  margin-top: 1.25rem;
}

.lux-journey__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.35rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1c1917;
  text-decoration: none;
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 45%, #b45309 100%);
  border-radius: 9999px;
  box-shadow: 0 6px 24px rgba(180, 83, 9, 0.35);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.lux-journey__cta:hover {
  filter: brightness(1.08);
  color: #1c1917;
  transform: translateY(-1px);
}

/* Client-submitted + moderated feedback */
.lux-feedback-published {
  border-radius: 1.1rem;
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(120, 90, 60, 0.12);
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.05);
}

.lux-testimonials .lux-form input,
.lux-testimonials .lux-form textarea,
.lux-testimonials .lux-form select,
.lux-testimonials .lux-form .field {
  font-family: var(--rc-font-body);
}

/* --- Floating site assistant (quick links + simple FAQ) --- */
.lux-chatbot {
  position: fixed;
  z-index: 100;
  right: max(1rem, env(safe-area-inset-right, 0));
  bottom: max(1rem, env(safe-area-inset-bottom, 0));
  left: auto;
  width: max-content;
  max-width: min(100vw - 1.5rem, 22rem);
  pointer-events: none;
  font-family: var(--rc-font-body);
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #292524;
}

.lux-chatbot * {
  box-sizing: border-box;
}

.lux-chatbot__stack {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 0.5rem;
  pointer-events: auto;
  max-width: min(100vw - 1.5rem, 20.5rem);
}

.lux-chatbot__panel {
  display: none;
  width: 100%;
  max-height: min(32rem, 70vh);
  flex-direction: column;
  background: #fffefb;
  border: 1px solid rgba(120, 90, 60, 0.2);
  border-radius: 1rem;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}

.lux-chatbot--open .lux-chatbot__panel {
  display: flex;
}

.lux-chatbot__head {
  padding: 0.9rem 1rem 0.6rem;
  background: linear-gradient(160deg, #1c1917 0%, #292524 100%);
  color: #fafaf9;
}

.lux-chatbot__title {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  color: #fff;
}

.lux-chatbot__sub {
  margin: 0.35rem 0 0;
  font-size: 0.7rem;
  line-height: 1.4;
  color: #a8a29e;
  font-weight: 400;
}

.lux-chatbot__scroll {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 auto;
  max-height: min(20rem, 45vh);
}

.lux-chatbot__messages {
  flex: 1 1 auto;
  overflow: auto;
  padding: 0.65rem 0.75rem 0.5rem;
  -webkit-overflow-scrolling: touch;
  background: #faf6f0;
}

.lux-chatbot__row {
  display: flex;
  margin-bottom: 0.5rem;
  justify-content: flex-start;
}

.lux-chatbot__row--user {
  justify-content: flex-end;
}

.lux-chatbot__bubble {
  max-width: 90%;
  margin: 0;
  padding: 0.45rem 0.6rem;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.lux-chatbot__bubble--bot {
  background: #fff;
  border: 1px solid rgba(120, 90, 60, 0.12);
  color: #44403c;
  border-top-left-radius: 0.2rem;
}

.lux-chatbot__bubble--user {
  background: #1c1917;
  color: #fafaf9;
  border: 1px solid #44403c;
  border-top-right-radius: 0.2rem;
}

.lux-chatbot__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.45rem 0.65rem 0.65rem;
  background: #faf6f0;
  border-top: 1px solid rgba(120, 90, 60, 0.08);
}

.lux-chatbot__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.55rem;
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1.2;
  color: #44403c;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(120, 90, 60, 0.18);
  border-radius: 9999px;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.lux-chatbot__chip:hover {
  background: #fff7ed;
  border-color: rgba(180, 83, 9, 0.4);
  color: #1c1917;
}

.lux-chatbot__chip--wa {
  color: #047857;
  border-color: rgba(4, 120, 87, 0.35);
}

.lux-chatbot__chip--wa:hover {
  background: #ecfdf5;
  color: #065f46;
}

.lux-chatbot__form {
  display: flex;
  gap: 0.4rem;
  padding: 0.55rem 0.6rem 0.65rem;
  border-top: 1px solid rgba(120, 90, 60, 0.12);
  background: #fff;
}

.lux-chatbot__input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.4rem 0.5rem;
  font-size: 0.75rem;
  border: 1px solid rgba(120, 90, 60, 0.2);
  border-radius: 0.5rem;
  color: #1c1917;
}

.lux-chatbot__input::placeholder {
  color: #a8a29e;
}

.lux-chatbot__input:focus {
  outline: none;
  border-color: #b45309;
  box-shadow: 0 0 0 2px rgba(180, 83, 9, 0.15);
}

.lux-chatbot__send {
  flex-shrink: 0;
  padding: 0.4rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1c1917;
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 70%, #b45309 100%);
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
}

.lux-chatbot__send:hover {
  filter: brightness(1.04);
}

.lux-chatbot__send:focus-visible {
  outline: 2px solid #b45309;
  outline-offset: 1px;
}

@keyframes lux-chatbot-fab-breathe {
  0%,
  100% {
    box-shadow:
      0 6px 20px rgba(0, 0, 0, 0.35),
      0 0 0 0 rgba(245, 158, 11, 0.35),
      0 0 18px rgba(245, 158, 11, 0.12);
  }
  55% {
    box-shadow:
      0 8px 28px rgba(0, 0, 0, 0.38),
      0 0 0 5px rgba(245, 158, 11, 0.08),
      0 0 26px rgba(251, 191, 36, 0.32);
  }
}

.lux-chatbot__fab {
  position: relative;
  z-index: 1;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fffbeb;
  background:
    radial-gradient(120% 100% at 32% 18%, #4a4541 0%, transparent 48%),
    linear-gradient(155deg, #0f0d0b 0%, #1c1917 42%, #292524 100%);
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(251, 191, 36, 0.35),
    0 0 0 0 rgba(245, 158, 11, 0.35),
    0 0 18px rgba(245, 158, 11, 0.12);
  border: 1.5px solid rgba(252, 211, 77, 0.5);
  pointer-events: auto;
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  animation: lux-chatbot-fab-breathe 2.6s ease-in-out infinite;
}

.lux-chatbot__fab:hover {
  transform: translateY(-2px) scale(1.04);
  border-color: rgba(252, 211, 77, 0.85);
  color: #fff;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(253, 230, 138, 0.55),
    0 0 32px rgba(251, 191, 36, 0.45);
  animation: none;
}

.lux-chatbot__fab:focus-visible {
  outline: 2px solid #fde047;
  outline-offset: 3px;
  animation: none;
}

.lux-chatbot--open .lux-chatbot__fab {
  animation: none;
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(251, 191, 36, 0.45);
}

@keyframes lux-chatbot-hello-drift {
  0%,
  100% {
    transform: translateY(0) translateX(0) scale(1);
  }
  50% {
    transform: translateY(-4px) translateX(1px) scale(1.04);
  }
}

@keyframes lux-chatbot-bubble-glow {
  0%,
  100% {
    box-shadow:
      0 2px 14px rgba(0, 0, 0, 0.12),
      0 0 0 1px rgba(255, 255, 255, 0.55) inset,
      0 0 18px rgba(236, 72, 153, 0.45),
      0 0 28px rgba(6, 182, 212, 0.25);
  }
  50% {
    box-shadow:
      0 4px 22px rgba(0, 0, 0, 0.14),
      0 0 0 1px rgba(255, 255, 255, 0.65) inset,
      0 0 26px rgba(244, 114, 182, 0.65),
      0 0 38px rgba(34, 211, 238, 0.4),
      0 0 20px rgba(250, 204, 21, 0.35);
  }
}

@keyframes lux-chatbot-hello-wave {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(12deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(8deg);
  }
}

.lux-chatbot__fab-waver {
  position: absolute;
  z-index: 2;
  top: -0.6rem;
  right: 0.05rem;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  animation: lux-chatbot-hello-drift 2.4s ease-in-out infinite;
  filter: drop-shadow(0 4px 8px rgba(236, 72, 153, 0.35)) drop-shadow(0 2px 12px rgba(6, 182, 212, 0.25));
}

.lux-chatbot__fab-waver-bubble {
  display: block;
  width: 3.1rem;
  height: 3.65rem;
  padding: 0.1rem 0.15rem 0.05rem;
  background: linear-gradient(
    140deg,
    #fff1f2 0%,
    #fef3c7 22%,
    #dbeafe 48%,
    #fce7f3 72%,
    #fef9c3 100%
  );
  border: 2px solid rgba(244, 114, 182, 0.7);
  border-radius: 0.95rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.55) inset,
    0 2px 14px rgba(0, 0, 0, 0.12),
    0 0 18px rgba(236, 72, 153, 0.45),
    0 0 28px rgba(6, 182, 212, 0.25);
  animation: lux-chatbot-bubble-glow 2.1s ease-in-out infinite;
}

.lux-chatbot__waver-figure {
  display: block;
  width: 100%;
  height: 100%;
}

.lux-chatbot__waver-arm {
  transform-origin: 0 0;
  transform-box: fill-box;
  animation: lux-chatbot-hello-wave 1.3s ease-in-out infinite;
}

.lux-chatbot--open .lux-chatbot__fab-waver {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}

.lux-chatbot__fab-icons {
  position: relative;
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.15));
}

.lux-chatbot__icon {
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
}

.lux-chatbot__icon--close {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  inset: 0;
  margin: auto;
}

.lux-chatbot--open .lux-chatbot__icon--open {
  display: none;
}

.lux-chatbot--open .lux-chatbot__icon--close {
  display: block;
}

/* --- /curtains premium hub (ranges, headers, rooms) --- */
.lux-curt-hub__strip {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.lux-curt-hub__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.3rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #57534e;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(120, 90, 60, 0.15);
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.lux-curt-hub__pill:hover {
  background: #fff;
  border-color: rgba(180, 83, 9, 0.35);
  color: #1c1917;
}

.lux-curt-hub__pill--accent {
  color: #1c1917;
  background: linear-gradient(135deg, #fde68a 0%, #fbbf24 45%, #d97706 100%);
  border-color: rgba(180, 83, 9, 0.25);
}

.lux-curt-hub__pill--accent:hover {
  filter: brightness(1.03);
  color: #0c0a09;
}

.lux-curt-hub__range-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .lux-curt-hub__range-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem;
  }
}

@media (min-width: 1024px) {
  .lux-curt-hub__range-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.lux-curt-hub__range-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.15rem 1.1rem 1.25rem;
  text-align: left;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(120, 90, 60, 0.12);
  border-radius: 0.9rem;
  box-shadow: 0 2px 14px rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  min-height: 100%;
}

.lux-curt-hub__range-card:hover {
  border-color: rgba(180, 83, 9, 0.28);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.lux-curt-hub__range-kicker {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b45309;
}

.lux-curt-hub__range-title {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1c1917;
}

.lux-curt-hub__range-desc {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #57534e;
  flex: 1 1 auto;
}

.lux-curt-hub__range-cta {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #92400e;
  letter-spacing: 0.02em;
}

.lux-curt-hub__header-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .lux-curt-hub__header-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .lux-curt-hub__header-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
  }
}

.lux-curt-hub__header-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.1rem 1rem 1.2rem;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, #fffefb 0%, #faf5f0 100%);
  border: 1px solid rgba(120, 90, 60, 0.14);
  border-radius: 0.85rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lux-curt-hub__header-card:hover {
  border-color: rgba(180, 83, 9, 0.35);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.lux-curt-hub__header-name {
  font-size: 1.1rem;
  font-weight: 500;
  color: #1c1917;
  margin: 0;
}

.lux-curt-hub__header-desc {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #57534e;
  margin: 0.5rem 0 0;
  flex: 1 1 auto;
}

.lux-curt-hub__header-use {
  font-size: 0.65rem;
  line-height: 1.4;
  color: #a8a29e;
  margin-top: 0.55rem;
  font-style: italic;
}

.lux-curt-hub__header-more {
  margin-top: 0.6rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: #b45309;
}

.lux-curt-hub__room {
  padding: 1.1rem 1.15rem;
  background: #fff;
  border: 1px solid rgba(120, 90, 60, 0.1);
  border-radius: 0.75rem;
  box-shadow: 0 1px 8px rgba(15, 23, 42, 0.03);
}

/* --- /curtain-types infographic guide --- */
.lux-types-guide {
  --t-rose: #9f6b6b;
  --t-cream: #faf5f0;
  --t-paper: #fffcf9;
}

.lux-types-guide__hero {
  background:
    linear-gradient(180deg, rgba(244, 232, 228, 0.9) 0%, rgba(250, 245, 240, 0.82) 45%, rgba(235, 228, 220, 0.92) 100%),
    url("/static/images/hero-luxury-collage.png") center 38% / cover;
  border-bottom: 1px solid rgba(120, 90, 60, 0.12);
}

.lux-types-guide__kicker {
  display: inline-block;
  padding: 0.2rem 0.9rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  background: var(--t-rose);
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.lux-types-guide__h1 {
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  font-weight: 500;
  color: #3f2a28;
  margin: 0.6rem 0 0;
  letter-spacing: 0.02em;
}

.lux-types-guide__subhead {
  margin: 0.75rem auto 0;
  max-width: 28rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #5c4d4a;
}

.lux-types-guide__deco {
  margin-top: 0.75rem;
  color: var(--t-rose);
  opacity: 0.6;
  font-size: 0.9rem;
  letter-spacing: 0.5em;
}

.lux-types-guide__section {
  padding: 1.25rem 0;
  border-bottom: 1px dashed rgba(120, 90, 60, 0.15);
}

.lux-types-guide__section--popular {
  background: var(--t-paper);
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(120, 90, 60, 0.1);
  border-bottom: 1px solid rgba(120, 90, 60, 0.1);
}

.lux-types-guide__h2 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #3f2a28;
  margin: 0 0 0.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
}

.lux-types-guide__h2-emoji {
  font-size: 1.1em;
  line-height: 1;
}

.lux-types-guide__h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1c1917;
  margin: 0 0 0.35rem;
  font-family: var(--rc-font-body);
}

.lux-types-guide__lead {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #6b5d59;
  margin: 0 0 0.9rem;
  max-width: 40rem;
}

.lux-types-guide__chip-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

@media (min-width: 480px) {
  .lux-types-guide__chip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .lux-types-guide__chip-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lux-types-guide__fabric {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.3;
  color: #44403c;
  padding: 0.4rem 0.5rem;
  background: #fff;
  border: 1px solid rgba(120, 90, 60, 0.12);
  border-radius: 0.4rem;
}

.lux-types-guide__swatch {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}
.lux-types-guide__swatch--cotton {
  background: #f5f0e6;
}
.lux-types-guide__swatch--linen {
  background: #d4c4a8;
}
.lux-types-guide__swatch--silk {
  background: #fce7f3;
}
.lux-types-guide__swatch--velvet {
  background: #4a3728;
}
.lux-types-guide__swatch--jacq {
  background: linear-gradient(135deg, #e7e0d8, #8b7355);
}
.lux-types-guide__swatch--poly {
  background: #e2e8f0;
}
.lux-types-guide__swatch--bo {
  background: #1e293b;
}

/* Image-led type cards (curtain types guide) */
.lux-types-guide__fig {
  width: 100%;
  background: #f4f0eb;
  border-bottom: 1px solid rgba(120, 90, 60, 0.1);
  overflow: hidden;
}

.lux-types-guide__fig img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  display: block;
}

.lux-types-guide__image-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 480px) {
  .lux-types-guide__image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .lux-types-guide__image-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .lux-types-guide__image-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.lux-types-guide__type-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(120, 90, 60, 0.12);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.04);
}

.lux-types-guide__type-card .lux-types-guide__h3 {
  margin: 0.6rem 0.85rem 0.25rem;
  padding: 0;
}

.lux-types-guide__type-card p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #5c4d4a;
  padding: 0 0.85rem 0.9rem;
}

.lux-types-guide__style-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .lux-types-guide__style-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lux-types-guide__style-card {
  text-decoration: none;
  color: inherit;
  padding: 1rem;
  background: #fff;
  border: 1px solid rgba(120, 90, 60, 0.14);
  border-radius: 0.5rem;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s;
  display: block;
}

.lux-types-guide__style-card:hover {
  border-color: rgba(159, 107, 107, 0.45);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.lux-types-guide__style-card--static {
  cursor: default;
}

.lux-types-guide__style-card--visual {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.lux-types-guide__style-card--visual .lux-types-guide__h3 {
  margin: 0.6rem 0.85rem 0.25rem;
  padding: 0;
}

.lux-types-guide__style-card--visual p {
  padding: 0 0.85rem 0.9rem;
}

.lux-types-guide__style-card p,
.lux-types-guide__special p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #5c4d4a;
}

.lux-types-guide__special-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .lux-types-guide__special-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lux-types-guide__special {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 1rem 1.05rem;
  background: linear-gradient(165deg, #fff 0%, #f9f2ec 100%);
  border: 1px solid rgba(159, 107, 107, 0.25);
  border-radius: 0.5rem;
  transition: box-shadow 0.2s;
}
.lux-types-guide__special:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.lux-types-guide__special--visual {
  background: #fff;
  border: 1px solid rgba(120, 90, 60, 0.14);
  border-radius: 0.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.04);
}

.lux-types-guide__special--visual:hover {
  border-color: rgba(159, 107, 107, 0.4);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.lux-types-guide__special--visual .lux-types-guide__h3 {
  margin: 0.6rem 0.85rem 0.25rem;
  padding: 0;
}

.lux-types-guide__special--visual p {
  padding: 0 0.85rem 0.9rem;
}

.lux-types-guide__design-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 700px) {
  .lux-types-guide__design-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lux-types-guide__design-row .lux-types-guide__type-card {
  text-align: left;
}

.lux-types-guide__design-card {
  text-align: center;
  padding: 0.75rem 0.5rem;
}

.lux-types-guide__mock {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 5.5rem;
  margin: 0 auto 0.5rem;
  border-radius: 0.35rem;
  border: 1px solid rgba(120, 90, 60, 0.15);
}
.lux-types-guide__mock--plain {
  background: #e7e1db;
}
.lux-types-guide__mock--print {
  background: repeating-linear-gradient(
    45deg,
    #f4e4dc,
    #f4e4dc 6px,
    #e8d4cf 6px,
    #e8d4cf 12px
  );
}
.lux-types-guide__mock--tex {
  background: linear-gradient(160deg, #d6cfc4 0%, #9c8b7a 100%);
}

.lux-types-guide__checklist {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #4b423f;
}
.lux-types-guide__checklist li {
  position: relative;
  padding-left: 1.25rem;
}
.lux-types-guide__checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--t-rose);
  font-weight: 700;
  font-size: 0.75rem;
}

.lux-types-guide__pro {
  padding: 1.5rem 1.1rem;
  background: linear-gradient(120deg, #faf0ec 0%, #f0e6df 100%);
  border: 1px solid rgba(120, 90, 60, 0.12);
  border-radius: 0.75rem;
}

.lux-types-guide__pro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 0.75rem;
  text-align: left;
}
@media (min-width: 768px) {
  .lux-types-guide__pro-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lux-types-guide__pro-item p {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #5c4d4a;
}

.lux-types-guide__footer {
  padding-top: 0.5rem;
}

.lux-nav a.lux-nav-active.lux-nav-pill {
  border-color: rgba(217, 119, 6, 0.55);
  background: linear-gradient(
    145deg,
    rgba(255, 237, 213, 0.98) 0%,
    rgba(254, 215, 170, 0.95) 45%,
    rgba(253, 242, 248, 0.96) 100%
  );
}

@media (max-width: 380px) {
  .lux-chatbot {
    right: 0.5rem;
    bottom: 0.5rem;
  }
  .lux-chatbot__stack {
    max-width: calc(100vw - 1rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lux-chatbot__fab {
    transition: none;
    animation: none;
  }
  .lux-chatbot__fab:hover {
    transform: none;
  }
  .lux-chatbot__fab-waver,
  .lux-chatbot__fab-waver-bubble,
  .lux-chatbot__waver-arm {
    animation: none;
  }
  .lux-chatbot__fab-waver {
    filter: none;
  }
  .lux-journey__card,
  .lux-journey__img,
  .lux-journey__cta {
    transition: none;
  }
  .lux-journey__card:hover {
    transform: none;
  }
  .lux-journey__card:hover .lux-journey__img {
    transform: none;
  }
  .lux-curt-hub__range-card:hover {
    transform: none;
  }
}

/* --- Mobile / low-power GPUs (Android Chrome often janks on fixed + blur + long animations) --- */
@media (max-width: 1024px) {
  .lux-site .site-page-bg,
  body.site-page-bg.lux-site {
    background-attachment: scroll;
  }

  .lux-nav {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: #ffffff !important;
  }

  .lux-curt-hub__strip {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255, 255, 255, 0.94);
  }
}

@media (max-width: 768px) {
  /* SVG noise + blend is subtle; drop it to save compositing on phones */
  .lux-journey__bg::after {
    display: none;
  }
}

/* Chatbot: multiple infinite keyframes — keep desktop polish, quiet on small screens */
@media (max-width: 640px) {
  .lux-chatbot__fab {
    animation: none;
  }

  .lux-chatbot__fab-waver,
  .lux-chatbot__fab-waver-bubble,
  .lux-chatbot__waver-arm {
    animation: none;
  }

  .lux-chatbot__fab-waver {
    filter: none;
  }
}
