/*
 * LUXEN Premium Landing Page v5
 * Editorial luxury UI, mobile-first, ACF and Contact Form 7 compatible.
 * All rules are scoped to .luxen-page-shell or the landing-page body class.
 */

:root {
  --luxen-black: #050505;
  --luxen-ink: #0a0908;
  --luxen-surface: #11100e;
  --luxen-surface-soft: #171512;
  --luxen-gold: #d3a657;
  --luxen-gold-light: #f1d28a;
  --luxen-gold-deep: #9b6d25;
  --luxen-ivory: #f8f2e8;
  --luxen-sand: #dfd0bd;
  --luxen-muted: #9f9588;
  --luxen-success: #5ecb8d;
}

body.luxen-landing-body {
  margin: 0;
  background: var(--black, var(--luxen-black));
}

body.luxen-landing-body > header,
body.luxen-landing-body > footer,
body.luxen-landing-body .site-header:not(.luxen-page-shell .site-header) {
  display: none;
}

.luxen-page-shell {
  --black: var(--black, var(--luxen-black));
  --surface: var(--surface, var(--luxen-surface));
  --gold: var(--gold, var(--luxen-gold));
  --gold-light: var(--gold-light, var(--luxen-gold-light));
  --gold-deep: var(--gold-deep, var(--luxen-gold-deep));
  --ivory: var(--ivory, var(--luxen-ivory));
  --sand: var(--sand, var(--luxen-sand));
  --success: var(--success, var(--luxen-success));
  --muted: #a69b8c;
  --muted-strong: #c3b8a7;
  --line: rgba(241, 210, 138, .16);
  --line-soft: rgba(255, 255, 255, .08);
  --panel: #0d0c0b;
  --panel-raised: #13110f;
  --panel-warm: #17130e;
  --danger: #ff8a8a;
  --shadow-sm: 0 16px 38px rgba(0, 0, 0, .26);
  --shadow-md: 0 30px 90px rgba(0, 0, 0, .38);
  --shadow-gold: 0 22px 60px rgba(194, 139, 51, .2);
  --radius-xs: 10px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --radius-xl: 48px;
  --container: 1200px;
  --header-height: 78px;
  position: relative;
  min-height: 100vh;
  overflow: clip;
  color: var(--ivory);
  background: var(--black);
  font-family: "Hind Siliguri", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.luxen-page-shell *,
.luxen-page-shell *::before,
.luxen-page-shell *::after {
  box-sizing: border-box;
}

.luxen-page-shell html,
html:has(.luxen-page-shell) {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

.luxen-page-shell img,
.luxen-page-shell video,
.luxen-page-shell iframe {
  display: block;
  max-width: 100%;
}

.luxen-page-shell button,
.luxen-page-shell input,
.luxen-page-shell textarea,
.luxen-page-shell select {
  font: inherit;
}

.luxen-page-shell button,
.luxen-page-shell a {
  -webkit-tap-highlight-color: transparent;
}

.luxen-page-shell a {
  color: inherit;
  text-decoration: none;
}

.luxen-page-shell ::selection {
  color: #080706;
  background: var(--gold-light);
}

.luxen-page-shell .container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.luxen-page-shell .skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 99999;
  padding: 10px 15px;
  color: #070605;
  background: var(--ivory);
  border-radius: 10px;
  transform: translateY(-160%);
}

.luxen-page-shell .skip-link:focus {
  transform: translateY(0);
}

.luxen-page-shell :focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

.luxen-page-shell .section {
  position: relative;
  padding: 92px 0;
}

.luxen-page-shell .section-kicker,
.luxen-page-shell .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-light);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.luxen-page-shell .eyebrow-line {
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.luxen-page-shell h1,
.luxen-page-shell h2,
.luxen-page-shell h3,
.luxen-page-shell p {
  margin-top: 0;
}

.luxen-page-shell h1,
.luxen-page-shell h2 {
  letter-spacing: -.038em;
}

.luxen-page-shell h1 {
  margin-bottom: 20px;
  font-size: clamp(45px, 12vw, 82px);
  font-weight: 700;
  line-height: .98;
}

.luxen-page-shell h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 8.8vw, 68px);
  font-weight: 700;
  line-height: 1.04;
}

.luxen-page-shell h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.18;
}

.luxen-page-shell .section-intro {
  display: grid;
  gap: 20px;
  max-width: 820px;
  margin-bottom: 42px;
}

.luxen-page-shell .section-intro h2,
.luxen-page-shell .editorial-intro h2 {
  margin-top: 15px;
  margin-bottom: 0;
}

.luxen-page-shell .section-intro > p,
.luxen-page-shell .editorial-intro > p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

/* Buttons */
.luxen-page-shell .button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 23px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.luxen-page-shell .button:hover {
  transform: translateY(-2px);
}

.luxen-page-shell .button:active {
  transform: translateY(0) scale(.985);
}

.luxen-page-shell .button svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.luxen-page-shell .button-primary {
  color: #0a0805;
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 52%, var(--gold-deep));
  box-shadow: 0 16px 40px rgba(211, 166, 87, .25), inset 0 1px rgba(255, 255, 255, .55);
}

.luxen-page-shell .button-primary:hover {
  box-shadow: 0 22px 55px rgba(211, 166, 87, .38), inset 0 1px rgba(255, 255, 255, .6);
}

.luxen-page-shell .button-light {
  color: #090806;
  background: var(--ivory);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .2);
}

.luxen-page-shell .button-small {
  min-height: 44px;
  padding: 10px 17px;
  font-size: 14px;
}

.luxen-page-shell .button-header {
  color: #090806;
  background: var(--ivory);
}

.luxen-page-shell .button-header i {
  font-style: normal;
  font-size: 18px;
}

.luxen-page-shell .button-shimmer::after {
  content: "";
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -40%;
  z-index: -1;
  width: 27%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
  animation: luxenSweep 3.8s ease-in-out infinite;
}

@keyframes luxenSweep {
  0%, 58% { left: -45%; }
  88%, 100% { left: 125%; }
}

/* Announcement + Header */
.luxen-page-shell .announcement-bar {
  position: relative;
  z-index: 120;
  color: #15100a;
  background: linear-gradient(90deg, #9b6d25, #e5c574 48%, #9b6d25);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.luxen-page-shell .announcement-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  overflow: hidden;
}

.luxen-page-shell .announcement-separator {
  width: 3px;
  height: 3px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  opacity: .45;
}

.luxen-page-shell .site-header {
  position: sticky;
  top: 0;
  z-index: 110;
  min-height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(5, 5, 5, .72);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  transition: background .3s ease, border-color .3s ease;
}

.luxen-page-shell .site-header.is-scrolled {
  border-color: var(--line-soft);
  background: rgba(5, 5, 5, .94);
}

.luxen-page-shell .header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.luxen-page-shell .brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.luxen-page-shell .brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(241, 210, 138, .26);
  border-radius: 50%;
  background: #080706;
  box-shadow: inset 0 0 20px rgba(211, 166, 87, .05);
}

.luxen-page-shell .brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luxen-page-shell .brand-copy {
  display: grid;
  gap: 5px;
  line-height: 1;
}

.luxen-page-shell .brand-copy strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  letter-spacing: .14em;
}

.luxen-page-shell .brand-copy small {
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 7px;
  letter-spacing: .25em;
  white-space: nowrap;
}

.luxen-page-shell .desktop-nav {
  display: none;
}

/* Hero */
.luxen-page-shell .hero {
  position: relative;
  min-height: calc(100svh - 112px);
  display: grid;
  align-items: center;
  padding: 60px 0 88px;
  overflow: hidden;
  background:
    var(--luxen-hero-bg, none) center / cover no-repeat,
    radial-gradient(circle at 78% 20%, rgba(211, 166, 87, .13), transparent 27%),
    linear-gradient(145deg, #050505 0%, #0b0907 54%, #050505 100%);
}

.luxen-page-shell .hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(to bottom, transparent, #080706);
  pointer-events: none;
}

.luxen-page-shell .hero-noise {
  position: absolute;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.luxen-page-shell .hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.luxen-page-shell .hero-glow-one {
  width: 430px;
  height: 430px;
  right: -260px;
  top: 4%;
  border: 1px solid rgba(241, 210, 138, .12);
  box-shadow: 0 0 140px rgba(211, 166, 87, .07);
}

.luxen-page-shell .hero-glow-two {
  width: 260px;
  height: 260px;
  left: -180px;
  bottom: 4%;
  border: 1px solid rgba(241, 210, 138, .1);
}

.luxen-page-shell .hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 52px;
}

.luxen-page-shell .hero-copy {
  position: relative;
  z-index: 5;
}

.luxen-page-shell .hero-copy h1 {
  margin-top: 20px;
}

.luxen-page-shell .hero-copy h1 span {
  color: transparent;
  background: linear-gradient(98deg, #a8752b, #f4dda4 44%, #bd8734 78%);
  -webkit-background-clip: text;
  background-clip: text;
}

.luxen-page-shell .hero-lead {
  max-width: 630px;
  margin-bottom: 26px;
  color: var(--sand);
  font-size: 18px;
  line-height: 1.76;
}

.luxen-page-shell .hero-commerce-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 27px;
}

.luxen-page-shell .hero-price {
  display: flex;
  align-items: center;
  gap: 17px;
}

.luxen-page-shell .hero-offer-price {
  display: grid;
  gap: 2px;
}

.luxen-page-shell .hero-offer-price strong {
  color: var(--gold-light);
  font-size: 38px;
  line-height: 1;
}

.luxen-page-shell .hero-offer-price span,
.luxen-page-shell .hero-regular-price small {
  color: var(--muted);
  font-size: 11px;
}

.luxen-page-shell .hero-regular-price {
  display: grid;
  gap: 3px;
  padding-left: 17px;
  border-left: 1px solid var(--line);
}

.luxen-page-shell .hero-regular-price del {
  color: #817769;
  font-size: 18px;
}

.luxen-page-shell .hero-regular-price small {
  color: var(--success);
  font-weight: 700;
}

.luxen-page-shell .shipping-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  color: #b7f4ce;
  border: 1px solid rgba(94, 203, 141, .22);
  border-radius: 999px;
  background: rgba(94, 203, 141, .07);
  font-size: 13px;
  font-weight: 700;
}

.luxen-page-shell .shipping-pill i {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  color: #082414;
  border-radius: 50%;
  background: var(--success);
  font-style: normal;
  font-size: 11px;
}

.luxen-page-shell .hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 19px;
}

.luxen-page-shell .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 3px;
  color: var(--sand);
  border-bottom: 1px solid rgba(223, 208, 189, .35);
  font-weight: 600;
}

.luxen-page-shell .micro-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
}

.luxen-page-shell .micro-trust li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.luxen-page-shell .micro-trust li span {
  color: var(--gold);
}

.luxen-page-shell .hero-product-stage {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
}

.luxen-page-shell .hero-stage-ring {
  position: absolute;
  border: 1px solid rgba(241, 210, 138, .14);
  border-radius: 50%;
}

.luxen-page-shell .hero-stage-ring-one {
  width: min(96vw, 540px);
  aspect-ratio: 1;
}

.luxen-page-shell .hero-stage-ring-two {
  width: min(75vw, 390px);
  aspect-ratio: 1;
  border-style: dashed;
  animation: luxenRotate 36s linear infinite reverse;
}

@keyframes luxenRotate {
  to { transform: rotate(360deg); }
}

.luxen-page-shell .hero-product-card {
  position: relative;
  z-index: 3;
  width: min(100%, 520px);
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(241, 210, 138, .2);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .015)),
    #0d0c0a;
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(14px);
}

.luxen-page-shell .hero-product-card::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: -110px;
  right: -100px;
  border-radius: 50%;
  background: rgba(211, 166, 87, .11);
  filter: blur(5px);
}

.luxen-page-shell .hero-product-topline,
.luxen-page-shell .hero-product-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.luxen-page-shell .hero-product-topline {
  min-height: 40px;
  padding: 3px 6px 8px;
}

.luxen-page-shell .limited-tag {
  padding: 7px 10px;
  color: #0b0906;
  border-radius: 999px;
  background: var(--gold-light);
  font: 800 9px/1 Arial, sans-serif;
  letter-spacing: .13em;
}

.luxen-page-shell .hero-product-index {
  color: var(--muted);
  font: 700 9px Arial, sans-serif;
  letter-spacing: .16em;
}

.luxen-page-shell .hero-product-image-wrap {
  position: relative;
  min-height: 340px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  background: radial-gradient(circle at 50% 38%, #211b14 0, #0b0a09 55%, #080706 100%);
}

.luxen-page-shell .hero-product-image-wrap::before {
  content: "LUXEN";
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgba(241, 210, 138, .045);
  font-family: "Playfair Display", serif;
  font-size: clamp(70px, 18vw, 130px);
  letter-spacing: .12em;
  transform: translate(-50%, -50%);
}

.luxen-page-shell .hero-product-shadow {
  position: absolute;
  width: 66%;
  height: 18%;
  left: 50%;
  bottom: 7%;
  border-radius: 50%;
  background: rgba(0, 0, 0, .68);
  filter: blur(18px);
  transform: translateX(-50%);
}

.luxen-page-shell .hero-product-image-wrap img {
  position: relative;
  z-index: 2;
  width: 94%;
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 28px 45px rgba(0, 0, 0, .55));
  transition: opacity .22s ease, transform .55s cubic-bezier(.2, .7, .2, 1);
}

.luxen-page-shell .hero-product-card:hover .hero-product-image-wrap img {
  transform: scale(1.025) translateY(-4px);
}

.luxen-page-shell img.is-changing {
  opacity: .28;
}

.luxen-page-shell .hero-product-bottom {
  min-height: 65px;
  padding: 10px 7px 0;
}

.luxen-page-shell .hero-product-bottom > div:first-child {
  display: grid;
  gap: 2px;
  line-height: 1.25;
}

.luxen-page-shell .hero-product-bottom small {
  color: var(--muted);
  font-size: 11px;
}

.luxen-page-shell .hero-product-bottom strong {
  font-size: 16px;
}

.luxen-page-shell .colour-dots {
  display: flex;
  gap: 10px;
}

.luxen-page-shell .colour-dot {
  width: 31px;
  height: 31px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  background: #0b0a09;
  cursor: pointer;
}

.luxen-page-shell .colour-dot span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--swatch);
}

.luxen-page-shell .colour-dot.is-active {
  border-color: var(--gold-light);
  box-shadow: 0 0 0 3px rgba(241, 210, 138, .11);
}

.luxen-page-shell .hero-floating-proof {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border: 1px solid rgba(241, 210, 138, .19);
  border-radius: 15px;
  background: rgba(9, 8, 7, .9);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
  animation: luxenFloat 5s ease-in-out infinite;
}

.luxen-page-shell .hero-floating-proof-one {
  top: 8%;
  right: -2%;
}

.luxen-page-shell .hero-floating-proof-two {
  left: -1%;
  bottom: 10%;
  animation-delay: -2.4s;
}

@keyframes luxenFloat {
  50% { transform: translateY(-8px); }
}

.luxen-page-shell .proof-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #0a0805;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  font-weight: 900;
}

.luxen-page-shell .hero-floating-proof div {
  display: grid;
  gap: 2px;
  line-height: 1.15;
}

.luxen-page-shell .hero-floating-proof small {
  color: var(--muted);
  font: 700 7px Arial, sans-serif;
  letter-spacing: .13em;
}

.luxen-page-shell .hero-floating-proof strong {
  color: var(--gold-light);
  font-size: 12px;
}

/* Confidence rail */
.luxen-page-shell .confidence-rail {
  position: relative;
  z-index: 4;
  border-block: 1px solid var(--line-soft);
  background: #080706;
}

.luxen-page-shell .confidence-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.luxen-page-shell .confidence-item {
  position: relative;
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 17px 10px;
  border-bottom: 1px solid var(--line-soft);
}

.luxen-page-shell .confidence-item:nth-child(odd) {
  border-right: 1px solid var(--line-soft);
}

.luxen-page-shell .confidence-number {
  position: absolute;
  right: 9px;
  top: 7px;
  color: rgba(241, 210, 138, .25);
  font: 700 9px Arial, sans-serif;
}

.luxen-page-shell .confidence-icon {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--gold-light);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(211, 166, 87, .06);
  font-weight: 700;
}

.luxen-page-shell .confidence-item div {
  display: grid;
  gap: 2px;
  line-height: 1.28;
}

.luxen-page-shell .confidence-item strong {
  font-size: 14px;
}

.luxen-page-shell .confidence-item small {
  color: var(--muted);
  font-size: 11px;
}

/* Product narrative */
.luxen-page-shell .product-narrative {
  background:
    radial-gradient(circle at 92% 5%, rgba(211, 166, 87, .07), transparent 22%),
    linear-gradient(180deg, #080706 0%, #0d0b09 100%);
}

.luxen-page-shell .narrative-grid {
  display: grid;
  gap: 18px;
}

.luxen-page-shell .material-editorial-card {
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: #0b0a09;
  box-shadow: var(--shadow-sm);
}

.luxen-page-shell .material-image-wrap {
  position: relative;
  min-height: 330px;
  overflow: hidden;
}

.luxen-page-shell .material-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 5, 5, .72), transparent 45%);
}

.luxen-page-shell .material-image-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.luxen-page-shell .material-editorial-card:hover .material-image-wrap img {
  transform: scale(1.035);
}

.luxen-page-shell .material-chip {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 8px 11px;
  color: #0b0906;
  border-radius: 999px;
  background: var(--gold-light);
  font: 800 9px Arial, sans-serif;
  letter-spacing: .13em;
}

.luxen-page-shell .material-copy {
  padding: 28px;
}

.luxen-page-shell .material-copy h3 {
  margin-top: 14px;
  font-size: clamp(29px, 7vw, 42px);
}

.luxen-page-shell .material-copy > p {
  color: var(--muted);
  font-size: 16px;
}

.luxen-page-shell .spec-list {
  margin: 26px 0 0;
  border-top: 1px solid var(--line-soft);
}

.luxen-page-shell .spec-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line-soft);
}

.luxen-page-shell .spec-list dt {
  color: var(--muted);
}

.luxen-page-shell .spec-list dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.luxen-page-shell .feature-editorial-stack {
  display: grid;
  gap: 18px;
}

.luxen-page-shell .feature-editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.luxen-page-shell .feature-editorial-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01));
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.luxen-page-shell .feature-editorial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 210, 138, .28);
  background: linear-gradient(145deg, rgba(211, 166, 87, .06), rgba(255, 255, 255, .012));
}

.luxen-page-shell .feature-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-height: 80px;
}

.luxen-page-shell .feature-card-head > span {
  color: rgba(241, 210, 138, .42);
  font: 700 10px Arial, sans-serif;
  letter-spacing: .12em;
}

.luxen-page-shell .feature-card-head i,
.luxen-page-shell .feature-card-head img {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  object-fit: cover;
  color: var(--gold-light);
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(211, 166, 87, .06);
  font-style: normal;
  font-size: 22px;
}

.luxen-page-shell .feature-editorial-card h3 {
  margin-top: auto;
  font-size: 20px;
}

.luxen-page-shell .feature-editorial-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.luxen-page-shell .comfort-editorial-card {
  position: relative;
  min-height: 430px;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 82% 36%, rgba(211, 166, 87, .15), transparent 30%),
    #0a0908;
}

.luxen-page-shell .comfort-copy {
  position: relative;
  z-index: 3;
  padding: 28px;
}

.luxen-page-shell .comfort-copy h3 {
  margin-top: 14px;
  font-size: clamp(30px, 7vw, 45px);
}

.luxen-page-shell .comfort-copy > p {
  color: var(--muted);
}

.luxen-page-shell .comfort-copy ul {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  border-top: 1px solid var(--line-soft);
}

.luxen-page-shell .comfort-copy li {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-soft);
}

.luxen-page-shell .comfort-copy li span {
  color: var(--gold);
  font: 700 10px Arial, sans-serif;
}

.luxen-page-shell .comfort-copy li strong {
  font-size: 14px;
}

.luxen-page-shell .comfort-image-wrap {
  position: relative;
  min-height: 310px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.luxen-page-shell .comfort-halo {
  position: absolute;
  width: 82%;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.luxen-page-shell .comfort-image-wrap img {
  position: relative;
  z-index: 2;
  width: 88%;
  object-fit: contain;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, .55));
}

/* Product experience */
.luxen-page-shell .product-experience {
  background: #070706;
}

.luxen-page-shell .experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.luxen-page-shell .experience-tile,
.luxen-page-shell .experience-lifestyle,
.luxen-page-shell .experience-video {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: #0d0c0b;
}

.luxen-page-shell .experience-tile {
  padding: 0;
  cursor: zoom-in;
}

.luxen-page-shell .experience-tile-1 {
  grid-column: 1 / -1;
  min-height: 430px;
}

.luxen-page-shell .experience-tile img,
.luxen-page-shell .experience-lifestyle img,
.luxen-page-shell .experience-video > img,
.luxen-page-shell .experience-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.luxen-page-shell .experience-tile:hover img,
.luxen-page-shell .experience-lifestyle:hover img {
  transform: scale(1.035);
}

.luxen-page-shell .experience-label {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  color: var(--ivory);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 13px;
  background: rgba(5, 5, 5, .72);
  backdrop-filter: blur(10px);
  text-align: left;
}

.luxen-page-shell .experience-label small {
  color: var(--gold);
  font: 700 9px Arial, sans-serif;
}

.luxen-page-shell .experience-label strong {
  font-size: 12px;
}

.luxen-page-shell .experience-label i {
  margin-left: auto;
  font-style: normal;
}

.luxen-page-shell .experience-lifestyle,
.luxen-page-shell .experience-video {
  grid-column: 1 / -1;
  min-height: 520px;
}

.luxen-page-shell .experience-lifestyle::after,
.luxen-page-shell .experience-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 4, 4, .94), rgba(4, 4, 4, .06) 72%);
}

.luxen-page-shell .experience-overlay,
.luxen-page-shell .video-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 27px;
  z-index: 3;
}

.luxen-page-shell .experience-overlay > span,
.luxen-page-shell .video-caption > span {
  color: var(--gold-light);
  font: 700 10px Arial, sans-serif;
  letter-spacing: .15em;
}

.luxen-page-shell .experience-overlay h3,
.luxen-page-shell .video-caption h3 {
  margin: 10px 0 20px;
  font-size: clamp(38px, 9vw, 64px);
}

.luxen-page-shell .video-caption p {
  max-width: 600px;
  margin-bottom: 0;
  color: var(--sand);
}

.luxen-page-shell .video-placeholder {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 13px;
}

.luxen-page-shell .video-placeholder span {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  color: #0a0805;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 18px rgba(241, 210, 138, .08);
}

.luxen-page-shell .video-placeholder small {
  color: var(--sand);
}

.luxen-page-shell .video-embed,
.luxen-page-shell .video-embed iframe {
  width: 100%;
  min-height: 520px;
  height: 100%;
}

/* Trust and reviews */
.luxen-page-shell .trust-conversion-section {
  background:
    radial-gradient(circle at 0 20%, rgba(211, 166, 87, .06), transparent 22%),
    #0c0a08;
}

.luxen-page-shell .trust-reasons-grid {
  display: grid;
  gap: 0;
  margin-bottom: 72px;
  border-top: 1px solid var(--line-soft);
}

.luxen-page-shell .trust-reason {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line-soft);
}

.luxen-page-shell .trust-reason > span {
  color: var(--gold);
  font: 700 10px Arial, sans-serif;
}

.luxen-page-shell .trust-reason h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.luxen-page-shell .trust-reason p {
  margin-bottom: 0;
  color: var(--muted);
}

.luxen-page-shell .reviews-panel {
  padding: 26px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01));
}

.luxen-page-shell .reviews-panel-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 26px;
}

.luxen-page-shell .reviews-panel-header h2 {
  margin: 14px 0 0;
}

.luxen-page-shell .rating-summary {
  display: grid;
  line-height: 1.08;
  text-align: right;
}

.luxen-page-shell .rating-summary strong {
  font-size: 42px;
}

.luxen-page-shell .rating-summary span,
.luxen-page-shell .stars {
  color: var(--gold);
  letter-spacing: .08em;
}

.luxen-page-shell .rating-summary small {
  color: var(--muted);
}

.luxen-page-shell .reviews-track {
  display: grid;
  gap: 14px;
}

.luxen-page-shell .review-card {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: #0b0a09;
}

.luxen-page-shell .review-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -75px;
  top: -75px;
  border-radius: 50%;
  background: rgba(211, 166, 87, .05);
}

.luxen-page-shell .review-quote {
  position: absolute;
  right: 18px;
  top: -4px;
  color: rgba(241, 210, 138, .15);
  font-family: Georgia, serif;
  font-size: 76px;
  line-height: 1;
}

.luxen-page-shell .review-card .stars {
  margin-bottom: 16px;
}

.luxen-page-shell .review-card > p {
  margin-bottom: 24px;
  color: var(--sand);
  font-size: 16px;
}

.luxen-page-shell .review-author {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: auto;
}

.luxen-page-shell .review-author img,
.luxen-page-shell .avatar {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  object-fit: cover;
  color: #0a0805;
  border-radius: 50%;
  background: var(--gold-light);
  font-weight: 700;
}

.luxen-page-shell .review-author div {
  display: grid;
  gap: 2px;
}

.luxen-page-shell .review-author small {
  color: var(--muted);
}

.luxen-page-shell .review-video-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 600;
}

/* Campaign */
.luxen-page-shell .campaign-event-panel {
  position: relative;
  display: grid;
  gap: 24px;
  margin-top: 26px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(241, 210, 138, .22);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 90% 0, rgba(211, 166, 87, .17), transparent 25%),
    linear-gradient(145deg, #19130c, #080706 62%);
  box-shadow: var(--shadow-md);
}

.luxen-page-shell .campaign-event-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 36px 36px;
}

.luxen-page-shell .campaign-event-copy,
.luxen-page-shell .campaign-prize-stack,
.luxen-page-shell .campaign-counter-wrap {
  position: relative;
  z-index: 2;
}

.luxen-page-shell .campaign-label {
  display: inline-flex;
  padding: 8px 12px;
  color: var(--gold-light);
  border: 1px solid rgba(241, 210, 138, .28);
  border-radius: 999px;
  font: 700 9px Arial, sans-serif;
  letter-spacing: .16em;
}

.luxen-page-shell .campaign-event-copy h2 {
  margin: 18px 0;
  font-size: clamp(38px, 8.5vw, 62px);
}

.luxen-page-shell .campaign-event-copy h2 span {
  color: transparent;
  background: linear-gradient(100deg, #ad7a30, #f2d894 50%, #b47b2c);
  -webkit-background-clip: text;
  background-clip: text;
}

.luxen-page-shell .campaign-event-copy > p {
  color: var(--sand);
}

.luxen-page-shell .campaign-rules {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.luxen-page-shell .campaign-rules span {
  padding: 7px 10px;
  color: var(--muted-strong);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, .025);
  font-size: 11px;
}

.luxen-page-shell .campaign-prize-stack {
  display: grid;
  gap: 10px;
}

.luxen-page-shell .campaign-prize {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  background: rgba(5, 5, 5, .48);
}

.luxen-page-shell .campaign-prize.is-featured {
  border-color: rgba(241, 210, 138, .42);
  background: rgba(211, 166, 87, .07);
}

.luxen-page-shell .campaign-prize > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  font-size: 28px;
}

.luxen-page-shell .campaign-prize div {
  display: grid;
  gap: 1px;
}

.luxen-page-shell .campaign-prize small {
  color: var(--gold-light);
  font-size: 10px;
}

.luxen-page-shell .campaign-prize h3 {
  margin: 0;
  font-size: 18px;
}

.luxen-page-shell .campaign-prize p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.luxen-page-shell .counter-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(5, 5, 5, .62);
  backdrop-filter: blur(10px);
}

.luxen-page-shell .counter-card h2 {
  margin: 12px 0 6px;
  font-size: clamp(29px, 7vw, 42px);
}

.luxen-page-shell .counter-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.luxen-page-shell .counter-visual {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  margin: 24px 0 15px;
  font-family: Arial, sans-serif;
}

.luxen-page-shell .counter-visual strong {
  color: var(--gold-light);
  font-size: clamp(62px, 16vw, 108px);
  line-height: .84;
  letter-spacing: -.06em;
}

.luxen-page-shell .counter-visual span {
  color: var(--muted);
  font-size: 20px;
}

.luxen-page-shell .progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}

.luxen-page-shell .progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-light));
  box-shadow: 0 0 18px rgba(241, 210, 138, .3);
  transition: width 1.1s cubic-bezier(.2, .7, .2, 1);
}

.luxen-page-shell .campaign-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 15px;
  padding: 14px 16px;
  color: #d3c4b1;
  border: 1px solid rgba(255, 190, 107, .16);
  border-radius: 13px;
  background: rgba(255, 190, 107, .035);
  font-size: 12px;
}

.luxen-page-shell .campaign-disclaimer strong {
  color: #ffbf70;
}

/* Checkout */
.luxen-page-shell .checkout-section {
  overflow: visible;
  background:
    radial-gradient(circle at 82% 12%, rgba(211, 166, 87, .12), transparent 24%),
    linear-gradient(160deg, #151008 0%, #070706 54%, #050505 100%);
}

.luxen-page-shell .checkout-backdrop {
  position: absolute;
  width: 760px;
  height: 760px;
  right: -450px;
  top: -350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(211, 166, 87, .14), transparent 68%);
  pointer-events: none;
}

.luxen-page-shell .checkout-heading {
  position: relative;
  max-width: 830px;
  margin-bottom: 42px;
  text-align: center;
}

.luxen-page-shell .checkout-heading h2 {
  margin-top: 14px;
}

.luxen-page-shell .checkout-heading p {
  max-width: 650px;
  margin-inline: auto;
  color: var(--sand);
  font-size: 17px;
}

.luxen-page-shell .checkout-experience {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(241, 210, 138, .22);
  border-radius: var(--radius-lg);
  background: #0b0a09;
  box-shadow: 0 38px 110px rgba(0, 0, 0, .44);
}

.luxen-page-shell .checkout-progress {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-bottom: 1px solid var(--line-soft);
  background: #0f0d0b;
}

.luxen-page-shell .checkout-progress > i {
  width: 14px;
  height: 1px;
  background: var(--line);
}

.luxen-page-shell .checkout-progress-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #6f675c;
  transition: color .25s ease;
}

.luxen-page-shell .checkout-progress-item > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line-soft);
  border-radius: 50%;
  background: #0b0a09;
  font: 700 10px Arial, sans-serif;
}

.luxen-page-shell .checkout-progress-item div {
  display: none;
}

.luxen-page-shell .checkout-progress-item small {
  color: inherit;
  font: 700 7px Arial, sans-serif;
  letter-spacing: .12em;
}

.luxen-page-shell .checkout-progress-item strong {
  font-size: 11px;
  white-space: nowrap;
}

.luxen-page-shell .checkout-progress-item.is-active,
.luxen-page-shell .checkout-progress-item.is-complete {
  color: var(--ivory);
}

.luxen-page-shell .checkout-progress-item.is-active > span {
  color: #0a0805;
  border-color: var(--gold-light);
  background: var(--gold-light);
  box-shadow: 0 0 0 5px rgba(241, 210, 138, .08);
}

.luxen-page-shell .checkout-progress-item.is-complete > span {
  color: #082413;
  border-color: var(--success);
  background: var(--success);
}

.luxen-page-shell .checkout-grid {
  display: grid;
}

.luxen-page-shell .checkout-product-summary {
  position: relative;
  padding: 18px;
  border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 50% 20%, rgba(211, 166, 87, .1), transparent 35%),
    #090807;
}

.luxen-page-shell .checkout-product-media {
  position: relative;
  min-height: 300px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: radial-gradient(circle at 50% 42%, #211a12, #0a0908 65%);
}

.luxen-page-shell .checkout-product-media::before {
  content: "LUXEN";
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgba(241, 210, 138, .045);
  font-family: "Playfair Display", serif;
  font-size: clamp(62px, 17vw, 112px);
  letter-spacing: .1em;
  transform: translate(-50%, -50%);
}

.luxen-page-shell .checkout-discount {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 3;
  padding: 7px 10px;
  color: #0b0906;
  border-radius: 999px;
  background: var(--gold-light);
  font: 800 9px Arial, sans-serif;
  letter-spacing: .1em;
}

.luxen-page-shell .checkout-media-halo {
  position: absolute;
  width: 82%;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.luxen-page-shell .checkout-product-media img {
  position: relative;
  z-index: 2;
  width: 92%;
  object-fit: contain;
  filter: drop-shadow(0 30px 48px rgba(0, 0, 0, .58));
  transition: opacity .22s ease, transform .4s ease;
}

.luxen-page-shell .checkout-product-copy {
  padding: 22px 5px 4px;
}

.luxen-page-shell .checkout-product-copy > small {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
}

.luxen-page-shell .checkout-product-copy > h3 {
  margin: 7px 0 18px;
  font-size: 27px;
}

.luxen-page-shell .checkout-selection-summary {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line-soft);
}

.luxen-page-shell .checkout-selection-summary > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-soft);
}

.luxen-page-shell .checkout-selection-summary span {
  color: var(--muted);
  font-size: 13px;
}

.luxen-page-shell .checkout-selection-summary strong {
  font-size: 13px;
  text-align: right;
}

.luxen-page-shell .checkout-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 14px;
}

.luxen-page-shell .checkout-price-row > div {
  display: grid;
  gap: 2px;
}

.luxen-page-shell .checkout-price-row small {
  color: var(--muted);
}

.luxen-page-shell .checkout-price-row strong {
  color: var(--gold-light);
  font-size: 34px;
  line-height: 1;
}

.luxen-page-shell .checkout-price-row del {
  color: #7f766a;
}

.luxen-page-shell .checkout-trust-list {
  display: grid;
  gap: 8px;
  padding: 14px 0 0;
  margin: 0;
  border-top: 1px solid var(--line-soft);
  list-style: none;
  color: var(--muted);
  font-size: 12px;
}

.luxen-page-shell .checkout-trust-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.luxen-page-shell .checkout-trust-list li span {
  color: var(--success);
}

.luxen-page-shell .checkout-workspace {
  min-width: 0;
}

.luxen-page-shell .checkout-step {
  padding: 24px 18px;
}

.luxen-page-shell .checkout-customer-step {
  border-top: 1px solid var(--line-soft);
  background: #0e0d0b;
}

.luxen-page-shell .checkout-step-heading {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 22px;
}

.luxen-page-shell .checkout-step-heading > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #0b0906;
  border-radius: 12px;
  background: var(--gold-light);
  font: 800 10px Arial, sans-serif;
}

.luxen-page-shell .checkout-step-heading div {
  min-width: 0;
}

.luxen-page-shell .checkout-step-heading small {
  color: var(--gold);
  font: 700 8px Arial, sans-serif;
  letter-spacing: .14em;
}

.luxen-page-shell .checkout-step-heading h3 {
  margin: 3px 0 2px;
  font-size: 25px;
}

.luxen-page-shell .checkout-step-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.luxen-page-shell .selection-validation-message {
  margin-bottom: 18px;
  padding: 11px 13px;
  color: #ffc6c6;
  border: 1px solid rgba(255, 138, 138, .25);
  border-radius: 12px;
  background: rgba(255, 138, 138, .07);
  font-size: 13px;
}

.luxen-page-shell .selection-validation-message[hidden] {
  display: none;
}

.luxen-page-shell .option-fieldset {
  min-width: 0;
  padding: 0;
  margin: 0 0 26px;
  border: 0;
}

.luxen-page-shell .option-fieldset:last-child {
  margin-bottom: 0;
}

.luxen-page-shell .option-fieldset-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 13px;
}

.luxen-page-shell .option-fieldset legend {
  padding: 0;
  color: var(--ivory);
  font-size: 17px;
  font-weight: 700;
}

.luxen-page-shell .option-fieldset-heading p {
  max-width: 310px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.luxen-page-shell .colour-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.luxen-page-shell .colour-card-option,
.luxen-page-shell .size-choice,
.luxen-page-shell .variation-choice {
  position: relative;
  display: block;
  cursor: pointer;
}

.luxen-page-shell .colour-card-option input,
.luxen-page-shell .size-choice input,
.luxen-page-shell .variation-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.luxen-page-shell .colour-card {
  position: relative;
  display: grid;
  overflow: visible;
  border: 1px solid var(--line-soft);
  border-radius: 17px;
  background: #0b0a09;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.luxen-page-shell .colour-card-option:hover .colour-card,
.luxen-page-shell .colour-card-option:focus-within .colour-card {
  transform: translateY(-3px);
  border-color: rgba(241, 210, 138, .35);
}

.luxen-page-shell .colour-card-option input:checked + .colour-card {
  border-color: var(--gold-light);
  box-shadow: 0 0 0 3px rgba(241, 210, 138, .09), var(--shadow-sm);
}

.luxen-page-shell .colour-card-image {
  height: 138px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  background: radial-gradient(circle at 50% 45%, #211b14, #080706 70%);
}

.luxen-page-shell .colour-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
}

.luxen-page-shell .colour-card-option:hover .colour-card-image img {
  transform: scale(1.045);
}

.luxen-page-shell .colour-card-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 11px;
}

.luxen-page-shell .colour-card-footer i {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 3px solid #0e0d0b;
  outline: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: var(--option-swatch);
}

.luxen-page-shell .colour-card-footer strong {
  font-size: 13px;
}

.luxen-page-shell .selection-check {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #082413;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .28);
  font-size: 11px;
  font-weight: 900;
  opacity: 0;
  transform: scale(.75);
  transition: opacity .2s ease, transform .2s ease;
}

.luxen-page-shell input:checked + * .selection-check,
.luxen-page-shell input:checked + .colour-card > .selection-check,
.luxen-page-shell input:checked + .variation-card > .selection-check {
  opacity: 1;
  transform: scale(1);
}

.luxen-page-shell .colour-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9px);
  z-index: 15;
  padding: 6px 9px;
  color: #0b0906;
  border-radius: 8px;
  background: var(--ivory);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, 5px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.luxen-page-shell .colour-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  border: 5px solid transparent;
  border-top-color: var(--ivory);
  transform: translateX(-50%);
}

.luxen-page-shell .colour-card-option:hover .colour-tooltip,
.luxen-page-shell .colour-card-option:focus-within .colour-tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}

.luxen-page-shell .size-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.luxen-page-shell .size-choice span {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--ivory);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: #0b0a09;
  font-size: 17px;
  font-weight: 700;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.luxen-page-shell .size-choice span small {
  color: var(--muted);
  font: 700 8px Arial, sans-serif;
}

.luxen-page-shell .size-choice:hover span {
  transform: translateY(-2px);
  border-color: rgba(241, 210, 138, .32);
}

.luxen-page-shell .size-choice input:checked + span {
  color: #0b0906;
  border-color: var(--gold-light);
  background: var(--gold-light);
  box-shadow: 0 10px 25px rgba(211, 166, 87, .18);
}

.luxen-page-shell .size-choice input:checked + span small {
  color: rgba(11, 9, 6, .58);
}

.luxen-page-shell .variation-choice-grid {
  display: grid;
  gap: 10px;
}

.luxen-page-shell .variation-card {
  position: relative;
  min-height: 102px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line-soft);
  border-radius: 17px;
  background: #0b0a09;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.luxen-page-shell .variation-card.has-image {
  grid-template-columns: 68px 1fr auto;
}

.luxen-page-shell .variation-choice:hover .variation-card {
  transform: translateY(-2px);
  border-color: rgba(241, 210, 138, .32);
}

.luxen-page-shell .variation-choice input:checked + .variation-card {
  border-color: var(--gold-light);
  background: linear-gradient(135deg, rgba(211, 166, 87, .1), rgba(255, 255, 255, .015));
  box-shadow: 0 0 0 3px rgba(241, 210, 138, .07);
}

.luxen-page-shell .variation-image {
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 13px;
  background: #080706;
}

.luxen-page-shell .variation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luxen-page-shell .variation-content {
  display: grid;
  gap: 3px;
}

.luxen-page-shell .variation-badge {
  width: fit-content;
  padding: 4px 7px;
  color: #0b0906;
  border-radius: 999px;
  background: var(--gold-light);
  font: 800 8px Arial, sans-serif;
  letter-spacing: .06em;
}

.luxen-page-shell .variation-content b {
  font-size: 15px;
}

.luxen-page-shell .variation-content em {
  color: var(--muted);
  font-style: normal;
  font-size: 11px;
}

.luxen-page-shell .variation-pricing {
  display: grid;
  justify-items: end;
  line-height: 1.1;
}

.luxen-page-shell .variation-pricing del {
  color: #7d7468;
  font-size: 11px;
}

.luxen-page-shell .variation-pricing strong {
  color: var(--gold-light);
  font-size: 20px;
}

.luxen-page-shell .has-selection-error {
  animation: luxenShake .35s ease;
}

@keyframes luxenShake {
  20% { transform: translateX(-4px); }
  40% { transform: translateX(4px); }
  60% { transform: translateX(-3px); }
  80% { transform: translateX(3px); }
}

/* Contact Form 7 */
.luxen-page-shell .checkout-cf7-wrap,
.luxen-page-shell .checkout-cf7-wrap .wpcf7,
.luxen-page-shell .checkout-cf7-wrap form {
  width: 100%;
}

.luxen-page-shell .order-form-stage.customer-details-stage > .stage-heading {
  display: none;
}

.luxen-page-shell .field-grid {
  display: grid;
  gap: 14px;
}

.luxen-page-shell .field {
  display: grid;
  gap: 7px;
}

.luxen-page-shell .field > span:first-child {
  color: var(--sand);
  font-size: 13px;
  font-weight: 600;
}

.luxen-page-shell .field em {
  color: var(--muted);
  font-style: normal;
  font-weight: 400;
}

.luxen-page-shell .field .wpcf7-form-control-wrap {
  display: block;
}

.luxen-page-shell .field input,
.luxen-page-shell .field textarea,
.luxen-page-shell .field select {
  width: 100%;
  min-height: 54px;
  padding: 13px 14px;
  color: var(--ivory);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 13px;
  outline: none;
  background: #090807;
  box-shadow: inset 0 1px rgba(255, 255, 255, .015);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.luxen-page-shell .field textarea {
  min-height: 102px;
  resize: vertical;
}

.luxen-page-shell .field input:focus,
.luxen-page-shell .field textarea:focus,
.luxen-page-shell .field select:focus {
  border-color: var(--gold);
  background: #0d0b09;
  box-shadow: 0 0 0 4px rgba(211, 166, 87, .08);
}

.luxen-page-shell .field input::placeholder,
.luxen-page-shell .field textarea::placeholder {
  color: #71695e;
}

.luxen-page-shell .field small {
  color: var(--muted);
  font-size: 10px;
}

.luxen-page-shell .luxen-native-fields {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.luxen-page-shell .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0;
  color: var(--muted);
  font-size: 12px;
  cursor: pointer;
}

.luxen-page-shell .consent .wpcf7-list-item {
  margin: 0;
}

.luxen-page-shell .consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--gold);
}

.luxen-page-shell .checkout-action-bar {
  display: grid;
  gap: 13px;
  padding: 16px;
  border: 1px solid var(--line-soft);
  border-radius: 17px;
  background: #090807;
}

.luxen-page-shell .checkout-action-bar > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 4px 12px;
}

.luxen-page-shell .checkout-action-bar small {
  color: var(--muted);
}

.luxen-page-shell .checkout-action-bar del {
  grid-column: 2;
  grid-row: 1;
  color: #756d62;
  font-size: 12px;
}

.luxen-page-shell .checkout-action-bar strong {
  grid-column: 2;
  grid-row: 2;
  color: var(--gold-light);
  font-size: 28px;
}

.luxen-page-shell .checkout-action-bar .wpcf7-submit,
.luxen-page-shell .checkout-action-bar .button-submit {
  width: 100%;
  min-height: 58px;
  padding: 14px 20px;
  color: #0b0906;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 52%, var(--gold-deep));
  box-shadow: 0 16px 40px rgba(211, 166, 87, .22), inset 0 1px rgba(255, 255, 255, .55);
  font-weight: 800;
  cursor: pointer;
}

.luxen-page-shell .checkout-action-bar .wpcf7-submit:disabled {
  opacity: .65;
  cursor: wait;
}

.luxen-page-shell .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}

.luxen-page-shell .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ff9c9c;
  font-size: 11px;
}

.luxen-page-shell .wpcf7 form .wpcf7-response-output {
  margin: 15px 0 0;
  padding: 11px 13px;
  border-width: 1px;
  border-radius: 12px;
  font-size: 13px;
}

.luxen-page-shell .wpcf7 form.sent .wpcf7-response-output {
  color: #bff4d2;
  border-color: rgba(94, 203, 141, .3);
  background: rgba(94, 203, 141, .07);
}

.luxen-page-shell .wpcf7 form.invalid .wpcf7-response-output,
.luxen-page-shell .wpcf7 form.failed .wpcf7-response-output,
.luxen-page-shell .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #ffc4c4;
  border-color: rgba(255, 138, 138, .28);
  background: rgba(255, 138, 138, .06);
}

.luxen-page-shell .form-note {
  margin: 12px 0 0;
  color: #7c7367;
  text-align: center;
  font-size: 10px;
}

/* FAQ */
.luxen-page-shell .checkout-faq {
  display: grid;
  gap: 34px;
  margin-top: 68px;
  padding-top: 56px;
  border-top: 1px solid var(--line-soft);
}

.luxen-page-shell .checkout-faq-intro h2 {
  margin-top: 14px;
}

.luxen-page-shell .checkout-faq-intro p {
  max-width: 520px;
  color: var(--muted);
}

.luxen-page-shell .accordion {
  border-top: 1px solid var(--line-soft);
}

.luxen-page-shell .faq-item {
  border-bottom: 1px solid var(--line-soft);
}

.luxen-page-shell .faq-item summary {
  position: relative;
  padding: 20px 44px 20px 0;
  list-style: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
}

.luxen-page-shell .faq-item summary::-webkit-details-marker {
  display: none;
}

.luxen-page-shell .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 50%;
  color: var(--gold);
  font: 300 29px Arial, sans-serif;
  transform: translateY(-50%);
  transition: transform .25s ease;
}

.luxen-page-shell .faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.luxen-page-shell .faq-item div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .32s ease;
}

.luxen-page-shell .faq-item[open] div {
  grid-template-rows: 1fr;
}

.luxen-page-shell .faq-item p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 42px 20px 0;
  color: var(--muted);
}

/* Footer */
.luxen-page-shell .site-footer {
  padding: 68px 0 112px;
  border-top: 1px solid var(--line-soft);
  background: #050505;
}

.luxen-page-shell .footer-grid {
  display: grid;
  gap: 34px;
}

.luxen-page-shell .footer-brand p {
  max-width: 340px;
  margin-top: 17px;
  color: var(--muted);
}

.luxen-page-shell .footer-grid h3 {
  margin: 0 0 12px;
  color: var(--gold-light);
  font-size: 14px;
}

.luxen-page-shell .footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.luxen-page-shell .footer-grid a:not(.brand) {
  color: var(--muted);
  font-size: 14px;
}

.luxen-page-shell .footer-grid a:hover {
  color: var(--gold-light);
}

.luxen-page-shell .footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
  padding-top: 21px;
  border-top: 1px solid var(--line-soft);
  color: #776e63;
  font-size: 11px;
}

/* Mobile order bar + Lightbox */
.luxen-page-shell .mobile-order-bar {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 9px 9px 15px;
  border: 1px solid rgba(241, 210, 138, .24);
  border-radius: 18px;
  background: rgba(9, 8, 7, .94);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .55);
  backdrop-filter: blur(16px);
  transform: translateY(150%);
  transition: transform .34s ease;
}

.luxen-page-shell .mobile-order-bar.is-visible {
  transform: translateY(0);
}

.luxen-page-shell .mobile-order-bar > div {
  display: grid;
  line-height: 1.1;
}

.luxen-page-shell .mobile-order-bar small {
  color: var(--muted);
}

.luxen-page-shell .mobile-order-bar strong {
  color: var(--gold-light);
  font-size: 20px;
}

.luxen-page-shell .mobile-order-bar .button {
  min-height: 44px;
  padding: 10px 18px;
}

.luxen-page-shell .lightbox {
  width: min(94vw, 920px);
  max-height: 92vh;
  padding: 0;
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: #070706;
  box-shadow: var(--shadow-md);
}

.luxen-page-shell .lightbox::backdrop {
  background: rgba(0, 0, 0, .88);
  backdrop-filter: blur(9px);
}

.luxen-page-shell .lightbox img {
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 21px;
}

.luxen-page-shell .lightbox button {
  position: absolute;
  right: -8px;
  top: -14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #0a0805;
  background: var(--gold-light);
  font-size: 29px;
  cursor: pointer;
}

/* Reveal — progressive enhancement.
   IMPORTANT: content is visible by default. Animation is optional and can never
   become a dependency for rendering. This prevents blank sections in Facebook/
   Instagram in-app browsers, cached webviews, JS blockers and slow connections. */
.luxen-page-shell .reveal {
  opacity: 1;
  transform: none;
}

.luxen-page-shell .reveal.is-visible {
  animation: luxen-reveal-in .68s cubic-bezier(.2, .7, .2, 1) both;
}

.luxen-page-shell .reveal-delay.is-visible {
  animation-delay: .12s;
}

@keyframes luxen-reveal-in {
  from {
    opacity: .01;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Tablet */
@media (min-width: 680px) {
  .luxen-page-shell .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .luxen-page-shell .section {
    padding: 108px 0;
  }

  .luxen-page-shell .confidence-item {
    padding: 19px 16px;
  }

  .luxen-page-shell .narrative-grid {
    grid-template-columns: .9fr 1.1fr;
    align-items: stretch;
  }

  .luxen-page-shell .material-editorial-card {
    display: grid;
    grid-template-rows: minmax(340px, .95fr) auto;
  }

  .luxen-page-shell .material-image-wrap,
  .luxen-page-shell .material-image-wrap img {
    min-height: 100%;
    height: 100%;
  }

  .luxen-page-shell .comfort-editorial-card {
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
  }

  .luxen-page-shell .comfort-image-wrap {
    min-height: 100%;
  }

  .luxen-page-shell .experience-grid {
    grid-template-columns: 1.2fr .8fr .8fr;
    grid-template-rows: 280px 280px;
  }

  .luxen-page-shell .experience-tile-1 {
    grid-column: 1;
    grid-row: 1 / 3;
    min-height: 0;
  }

  .luxen-page-shell .experience-tile-4 {
    grid-column: 2 / 4;
  }

  .luxen-page-shell .experience-lifestyle,
  .luxen-page-shell .experience-video {
    grid-column: 1 / -1;
    min-height: 620px;
  }

  .luxen-page-shell .reviews-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .luxen-page-shell .campaign-prize-stack {
    grid-template-columns: 1fr 1fr;
  }

  .luxen-page-shell .checkout-progress-item div {
    display: grid;
    gap: 1px;
    line-height: 1.08;
  }

  .luxen-page-shell .checkout-progress > i {
    width: 28px;
  }

  .luxen-page-shell .checkout-step {
    padding: 30px;
  }

  .luxen-page-shell .colour-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .luxen-page-shell .size-choice-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .luxen-page-shell .field-grid {
    grid-template-columns: 1fr 1fr;
  }

  .luxen-page-shell .field-full {
    grid-column: 1 / -1;
  }

  .luxen-page-shell .checkout-action-bar {
    grid-template-columns: 1fr minmax(280px, .9fr);
    align-items: center;
  }

  .luxen-page-shell .checkout-action-bar > div {
    max-width: 260px;
  }

  .luxen-page-shell .footer-grid {
    grid-template-columns: 1.5fr .7fr .7fr;
  }
}

/* Desktop */
@media (min-width: 960px) {
  .luxen-page-shell {
    --header-height: 84px;
  }

  .luxen-page-shell .announcement-inner {
    min-height: 38px;
    gap: 16px;
    font-size: 13px;
  }

  .luxen-page-shell .brand-mark {
    width: 48px;
    height: 48px;
  }

  .luxen-page-shell .brand-copy strong {
    font-size: 23px;
  }

  .luxen-page-shell .brand-copy small {
    font-size: 8px;
  }

  .luxen-page-shell .desktop-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    color: var(--muted);
    font-size: 14px;
  }

  .luxen-page-shell .desktop-nav a {
    position: relative;
    padding: 7px 0;
  }

  .luxen-page-shell .desktop-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 1px;
    background: var(--gold);
    transition: right .25s ease;
  }

  .luxen-page-shell .desktop-nav a:hover {
    color: var(--ivory);
  }

  .luxen-page-shell .desktop-nav a:hover::after {
    right: 0;
  }

  .luxen-page-shell .hero {
    min-height: calc(100vh - 122px);
    padding: 74px 0 96px;
  }

  .luxen-page-shell .hero-grid {
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 76px;
  }

  .luxen-page-shell .hero h1 {
    font-size: clamp(66px, 6vw, 92px);
  }

  .luxen-page-shell .hero-product-stage {
    min-height: 630px;
  }

  .luxen-page-shell .hero-product-image-wrap {
    min-height: 440px;
  }

  .luxen-page-shell .hero-floating-proof-one {
    right: -8%;
  }

  .luxen-page-shell .hero-floating-proof-two {
    left: -8%;
  }

  .luxen-page-shell .confidence-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .luxen-page-shell .confidence-item {
    min-height: 126px;
    border-right: 1px solid var(--line-soft);
    border-bottom: 0;
  }

  .luxen-page-shell .confidence-item:last-child {
    border-right: 0;
  }

  .luxen-page-shell .section {
    padding: 132px 0;
  }

  .luxen-page-shell .editorial-intro,
  .luxen-page-shell .section-intro {
    max-width: none;
    grid-template-columns: 1.1fr .9fr;
    align-items: end;
    gap: 80px;
  }

  .luxen-page-shell .editorial-intro > p,
  .luxen-page-shell .section-intro > p {
    justify-self: end;
    margin-bottom: 5px;
  }

  .luxen-page-shell .narrative-grid {
    grid-template-columns: .94fr 1.06fr;
    gap: 20px;
  }

  .luxen-page-shell .material-copy {
    padding: 34px;
  }

  .luxen-page-shell .feature-editorial-card {
    min-height: 275px;
    padding: 25px;
  }

  .luxen-page-shell .comfort-copy {
    padding: 36px;
  }

  .luxen-page-shell .experience-lifestyle,
  .luxen-page-shell .experience-video {
    min-height: 720px;
  }

  .luxen-page-shell .experience-overlay,
  .luxen-page-shell .video-caption {
    left: 60px;
    right: 60px;
    bottom: 55px;
  }

  .luxen-page-shell .trust-reasons-grid {
    grid-template-columns: repeat(4, 1fr);
    border-left: 1px solid var(--line-soft);
  }

  .luxen-page-shell .trust-reason {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px;
    border-right: 1px solid var(--line-soft);
  }

  .luxen-page-shell .reviews-panel {
    padding: 38px;
  }

  .luxen-page-shell .reviews-track {
    grid-template-columns: repeat(3, 1fr);
  }

  .luxen-page-shell .campaign-event-panel {
    grid-template-columns: 1.08fr .92fr;
    gap: 34px;
    padding: 42px;
  }

  .luxen-page-shell .campaign-counter-wrap {
    grid-column: 1 / -1;
  }

  .luxen-page-shell .counter-card {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 28px 50px;
    padding: 34px;
  }

  .luxen-page-shell .counter-visual {
    margin: 0;
  }

  .luxen-page-shell .progress-track {
    grid-column: 1 / -1;
  }

  .luxen-page-shell .checkout-heading {
    margin-bottom: 50px;
  }

  .luxen-page-shell .checkout-progress {
    padding: 19px 26px;
  }

  .luxen-page-shell .checkout-progress > i {
    width: 60px;
  }

  .luxen-page-shell .checkout-grid {
    grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
    align-items: stretch;
  }

  .luxen-page-shell .checkout-product-summary {
    position: relative;
    padding: 24px;
    border-right: 1px solid var(--line-soft);
    border-bottom: 0;
  }

  .luxen-page-shell .checkout-product-summary {
    align-self: stretch;
  }

  .luxen-page-shell .checkout-product-media {
    min-height: 400px;
  }

  .luxen-page-shell .checkout-step {
    padding: 38px 40px;
  }

  .luxen-page-shell .colour-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .luxen-page-shell .colour-card-image {
    height: 150px;
  }

  .luxen-page-shell .variation-card {
    min-height: 112px;
    padding: 18px;
  }

  .luxen-page-shell .checkout-faq {
    grid-template-columns: .78fr 1.22fr;
    align-items: start;
    gap: 90px;
    margin-top: 88px;
  }

  .luxen-page-shell .checkout-faq-intro {
    position: sticky;
    top: 120px;
  }

  .luxen-page-shell .mobile-order-bar {
    display: none;
  }

  .luxen-page-shell .site-footer {
    padding-bottom: 64px;
  }
}

@media (min-width: 1180px) {
  .luxen-page-shell .checkout-grid {
    grid-template-columns: 390px minmax(0, 1fr);
  }

  .luxen-page-shell .checkout-product-media {
    min-height: 430px;
  }

  .luxen-page-shell .checkout-step {
    padding: 42px 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .luxen-page-shell,
  .luxen-page-shell * {
    scroll-behavior: auto !important;
  }

  .luxen-page-shell *,
  .luxen-page-shell *::before,
  .luxen-page-shell *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .luxen-page-shell .reveal,
  .luxen-page-shell .reveal.is-visible {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}


/* ================================================================
   LUXEN v6 — shipping, size guide, return assurance and video fixes
   ================================================================ */
.luxen-page-shell .checkout-price-breakdown {
  display:grid;gap:0;margin:22px 0 0;padding:16px 18px;border:1px solid rgba(241,210,138,.17);border-radius:18px;background:rgba(255,255,255,.025)
}
.luxen-page-shell .checkout-price-breakdown>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:8px 0;color:var(--muted)}
.luxen-page-shell .checkout-price-breakdown>div+div{border-top:1px solid rgba(255,255,255,.06)}
.luxen-page-shell .checkout-price-breakdown strong{color:var(--ivory);font-size:16px}
.luxen-page-shell .checkout-price-breakdown .checkout-total-line{margin-top:4px;padding-top:13px;color:var(--ivory)}
.luxen-page-shell .checkout-price-breakdown .checkout-total-line strong{color:var(--gold-light);font-size:27px;line-height:1}
.luxen-page-shell .checkout-regular-reference{display:flex;align-items:center;justify-content:flex-end;gap:9px;margin-top:9px;color:var(--muted);font-size:12px}
.luxen-page-shell .checkout-regular-reference del{color:#8c8274}

.luxen-page-shell .option-fieldset-heading-with-action{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
.luxen-page-shell .option-fieldset-heading-with-action>div{min-width:0}
.luxen-page-shell .size-guide-trigger{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;min-height:38px;padding:8px 13px;border:1px solid rgba(241,210,138,.28);border-radius:999px;color:var(--gold-light);background:rgba(211,166,87,.07);font-weight:700;font-size:12px;cursor:pointer;transition:.22s ease}
.luxen-page-shell .size-guide-trigger:hover{transform:translateY(-1px);background:rgba(211,166,87,.13);border-color:rgba(241,210,138,.5)}
.luxen-page-shell .size-guide-trigger span{font-family:Arial,sans-serif;font-size:14px}

.luxen-page-shell .size-guide-dialog{width:min(96vw,1050px);max-height:94vh;padding:0;border:0;border-radius:26px;background:#0b0a09;color:var(--ivory);box-shadow:0 40px 120px rgba(0,0,0,.65);overflow:hidden}
.luxen-page-shell .size-guide-dialog::backdrop{background:rgba(3,3,3,.82);backdrop-filter:blur(10px)}
.luxen-page-shell .size-guide-dialog-card{display:grid;max-height:94vh}
.luxen-page-shell .size-guide-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.025)}
.luxen-page-shell .size-guide-dialog-head small{display:block;color:var(--gold);font:700 9px/1.2 Arial,sans-serif;letter-spacing:.16em}
.luxen-page-shell .size-guide-dialog-head h3{margin:5px 0 0;font-size:20px}
.luxen-page-shell .size-guide-close{display:grid;place-items:center;width:40px;height:40px;flex:0 0 auto;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:var(--ivory);background:rgba(255,255,255,.05);font-size:28px;cursor:pointer}
.luxen-page-shell .size-guide-image-wrap{overflow:auto;background:#f7f7f7}
.luxen-page-shell .size-guide-image-wrap img{width:100%;height:auto;max-height:76vh;object-fit:contain;margin:auto}
.luxen-page-shell .size-guide-dialog-card>p{margin:0;padding:13px 20px;color:var(--muted);font-size:13px;border-top:1px solid var(--line)}

.luxen-page-shell .shipping-choice-grid{display:grid;gap:10px;grid-template-columns:1fr}
.luxen-page-shell .shipping-choice{position:relative;display:block;cursor:pointer}
.luxen-page-shell .shipping-choice input{position:absolute;opacity:0;pointer-events:none}
.luxen-page-shell .shipping-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;min-height:76px;padding:15px 16px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:rgba(255,255,255,.025);transition:border-color .22s ease,background .22s ease,transform .22s ease,box-shadow .22s ease}
.luxen-page-shell .shipping-choice:hover .shipping-card{transform:translateY(-2px);border-color:rgba(241,210,138,.3);background:rgba(255,255,255,.04)}
.luxen-page-shell .shipping-radio-dot{width:19px;height:19px;border:2px solid rgba(255,255,255,.3);border-radius:50%;box-shadow:inset 0 0 0 4px #11100e;transition:.2s}
.luxen-page-shell .shipping-content{display:grid;gap:2px;min-width:0}
.luxen-page-shell .shipping-content b{font-size:15px;color:var(--ivory)}
.luxen-page-shell .shipping-content small{color:var(--muted);font-size:11px}
.luxen-page-shell .shipping-price{color:var(--gold-light);font-size:16px;font-weight:800;white-space:nowrap}
.luxen-page-shell .shipping-card>em{position:absolute;right:12px;top:-9px;padding:4px 8px;border-radius:999px;color:#171009;background:var(--gold-light);font:800 8px/1 Arial,sans-serif;letter-spacing:.05em;font-style:normal}
.luxen-page-shell .shipping-choice input:checked+.shipping-card{border-color:rgba(241,210,138,.65);background:linear-gradient(135deg,rgba(211,166,87,.12),rgba(255,255,255,.03));box-shadow:0 0 0 3px rgba(211,166,87,.08)}
.luxen-page-shell .shipping-choice input:checked+.shipping-card .shipping-radio-dot{border-color:var(--gold-light);background:var(--gold-light)}

.luxen-page-shell .return-assurance-section{overflow:hidden;background:linear-gradient(180deg,#070707,#0d0b08);border-block:1px solid rgba(241,210,138,.1)}
.luxen-page-shell .return-assurance-grid{display:grid;gap:34px;align-items:start}
.luxen-page-shell .return-assurance-copy{position:relative;padding:30px;border:1px solid rgba(241,210,138,.22);border-radius:30px;background:radial-gradient(circle at 85% 12%,rgba(211,166,87,.12),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.015));box-shadow:0 26px 70px rgba(0,0,0,.22)}
.luxen-page-shell .return-assurance-copy h2{margin:15px 0 17px;font-size:clamp(36px,8vw,62px);line-height:1.05;letter-spacing:-.035em}
.luxen-page-shell .return-assurance-copy>p{max-width:620px;margin:0;color:var(--sand);font-size:16px}
.luxen-page-shell .return-highlight{display:flex;align-items:center;gap:15px;margin:27px 0 22px;padding:16px 0;border-block:1px solid var(--line)}
.luxen-page-shell .return-highlight strong{color:var(--gold-light);font-size:43px;line-height:1}
.luxen-page-shell .return-highlight span{max-width:140px;color:var(--muted);font-size:12px;line-height:1.3}
.luxen-page-shell .return-policy-link{display:inline-flex;align-items:center;gap:10px;color:var(--ivory);font-weight:700;border-bottom:1px solid rgba(241,210,138,.35);padding-bottom:4px}
.luxen-page-shell .return-policy-link span{color:var(--gold)}
.luxen-page-shell .return-policy-points{display:grid;gap:10px}
.luxen-page-shell .return-policy-point{display:grid;grid-template-columns:auto 1fr;gap:16px;padding:21px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#0d0c0a;transition:.25s ease}
.luxen-page-shell .return-policy-point:hover{transform:translateX(4px);border-color:rgba(241,210,138,.22)}
.luxen-page-shell .return-policy-point>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:13px;color:var(--gold-light);background:rgba(211,166,87,.07);font:700 10px Arial,sans-serif}
.luxen-page-shell .return-policy-point h3{margin:0 0 4px;font-size:18px}
.luxen-page-shell .return-policy-point p{margin:0;color:var(--muted);font-size:13px}

/* Real video must stay completely unobstructed so native controls and iframe controls remain clickable. */
.luxen-page-shell .experience-video.has-real-video{background:#000;min-height:0;aspect-ratio:16/9;overflow:hidden}
.luxen-page-shell .experience-video.has-real-video::after{display:none!important}
.luxen-page-shell .experience-video.has-real-video video,
.luxen-page-shell .experience-video.has-real-video .video-embed,
.luxen-page-shell .experience-video.has-real-video .video-embed iframe{position:relative;z-index:2;width:100%;height:100%;min-height:0;aspect-ratio:16/9;object-fit:contain;border:0;background:#000}
.luxen-page-shell .experience-video.has-real-video .video-caption{display:none!important}

@media(min-width:680px){
  .luxen-page-shell .shipping-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .luxen-page-shell .return-policy-points{grid-template-columns:1fr 1fr}
}
@media(min-width:980px){
  .luxen-page-shell .return-assurance-grid{grid-template-columns:.9fr 1.1fr;gap:22px}
  .luxen-page-shell .return-assurance-copy{position:sticky;top:118px}
  .luxen-page-shell .return-policy-points{grid-template-columns:1fr 1fr}
}
@media(max-width:679px){
  .luxen-page-shell .option-fieldset-heading-with-action{align-items:flex-start}
  .luxen-page-shell .size-guide-trigger{margin-top:1px}
  .luxen-page-shell .shipping-card{grid-template-columns:auto 1fr auto;min-height:72px;padding:13px}
  .luxen-page-shell .return-assurance-copy{padding:23px}
  .luxen-page-shell .return-policy-point{padding:17px}
}

/* ================================================================
   LUXEN v7 — quantity, mobile confirmation summary and hero counter
   ================================================================ */
.luxen-page-shell .hero-counter-wrap{
  width:min(100%,470px);
  margin-top:24px;
}
.luxen-page-shell .counter-card-compact{
  display:block;
  padding:15px 16px 13px;
  color:inherit;
  border:1px solid rgba(241,210,138,.22);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(211,166,87,.08),rgba(255,255,255,.025));
  box-shadow:0 16px 44px rgba(0,0,0,.18);
  backdrop-filter:blur(12px);
  text-decoration:none;
  transition:transform .22s ease,border-color .22s ease,background .22s ease;
}
.luxen-page-shell a.counter-card-compact:hover{
  transform:translateY(-2px);
  border-color:rgba(241,210,138,.4);
  background:linear-gradient(135deg,rgba(211,166,87,.12),rgba(255,255,255,.035));
}
.luxen-page-shell .compact-counter-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.luxen-page-shell .compact-counter-top .section-kicker{
  font-size:9px;
  letter-spacing:.16em;
}
.luxen-page-shell .compact-counter-arrow{
  color:var(--gold-light);
  font:700 15px Arial,sans-serif;
}
.luxen-page-shell .compact-counter-main{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin:9px 0 11px;
}
.luxen-page-shell .compact-counter-main>div{
  display:flex;
  align-items:baseline;
  gap:6px;
  font-family:Arial,sans-serif;
  white-space:nowrap;
}
.luxen-page-shell .compact-counter-main strong{
  color:var(--gold-light);
  font-size:33px;
  line-height:.92;
  letter-spacing:-.04em;
}
.luxen-page-shell .compact-counter-main>div span{
  color:var(--muted);
  font-size:13px;
}
.luxen-page-shell .compact-counter-main small{
  max-width:170px;
  color:var(--sand);
  text-align:right;
  font-size:11px;
  line-height:1.25;
}
.luxen-page-shell .counter-card-compact .progress-track{
  height:4px;
  margin:0;
}

.luxen-page-shell .quantity-selector-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:17px;
  background:rgba(255,255,255,.025);
}
.luxen-page-shell .quantity-stepper{
  display:grid;
  grid-template-columns:46px minmax(52px,68px) 46px;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(241,210,138,.22);
  border-radius:999px;
  background:#090807;
  box-shadow:inset 0 1px rgba(255,255,255,.02);
}
.luxen-page-shell .quantity-stepper button{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  padding:0;
  color:var(--ivory);
  border:0;
  background:transparent;
  font:500 24px/1 Arial,sans-serif;
  cursor:pointer;
  transition:color .2s ease,background .2s ease;
}
.luxen-page-shell .quantity-stepper button:hover:not(:disabled){
  color:#0b0906;
  background:var(--gold-light);
}
.luxen-page-shell .quantity-stepper button:disabled{
  color:#5c554c;
  cursor:not-allowed;
}
.luxen-page-shell .quantity-stepper output{
  min-width:52px;
  display:grid;
  place-items:center;
  align-self:stretch;
  color:var(--gold-light);
  border-inline:1px solid rgba(255,255,255,.08);
  font-size:20px;
  font-weight:800;
}
.luxen-page-shell .quantity-unit-price{
  display:grid;
  justify-items:end;
  gap:2px;
  line-height:1.1;
}
.luxen-page-shell .quantity-unit-price small{
  color:var(--muted);
  font-size:10px;
}
.luxen-page-shell .quantity-unit-price strong{
  color:var(--gold-light);
  font-size:20px;
}

.luxen-page-shell .mobile-final-order-summary{
  display:none;
}

@media(max-width:959px){
  .luxen-page-shell .mobile-final-order-summary{
    display:block;
    margin:20px 0 17px;
    padding:17px;
    border:1px solid rgba(241,210,138,.22);
    border-radius:20px;
    background:linear-gradient(145deg,rgba(211,166,87,.075),rgba(255,255,255,.02));
    box-shadow:0 18px 46px rgba(0,0,0,.18);
  }
  .luxen-page-shell .mobile-final-summary-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-bottom:14px;
  }
  .luxen-page-shell .mobile-final-summary-head>div{
    display:grid;
    gap:2px;
  }
  .luxen-page-shell .mobile-final-summary-head small{
    color:var(--gold);
    font:700 8px/1.2 Arial,sans-serif;
    letter-spacing:.15em;
  }
  .luxen-page-shell .mobile-final-summary-head strong{
    font-size:18px;
  }
  .luxen-page-shell .mobile-final-summary-head>span{
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#082413;
    background:var(--success);
    font-size:13px;
    font-weight:800;
  }
  .luxen-page-shell .mobile-final-selection-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .luxen-page-shell .mobile-final-selection-grid>div{
    min-width:0;
    padding:10px 11px;
    border:1px solid rgba(255,255,255,.07);
    border-radius:12px;
    background:rgba(5,5,5,.34);
  }
  .luxen-page-shell .mobile-final-selection-grid span,
  .luxen-page-shell .mobile-final-price-grid span{
    display:block;
    color:var(--muted);
    font-size:10px;
  }
  .luxen-page-shell .mobile-final-selection-grid b{
    display:block;
    margin-top:2px;
    overflow:hidden;
    color:var(--ivory);
    font-size:13px;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .luxen-page-shell .mobile-summary-wide{
    grid-column:1/-1;
  }
  .luxen-page-shell .mobile-final-price-grid{
    display:grid;
    gap:0;
    margin-top:12px;
    padding-top:10px;
    border-top:1px solid rgba(255,255,255,.08);
  }
  .luxen-page-shell .mobile-final-price-grid>div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:6px 0;
  }
  .luxen-page-shell .mobile-final-price-grid strong{
    color:var(--ivory);
    font-size:14px;
  }
  .luxen-page-shell .mobile-final-price-grid .mobile-final-total{
    margin-top:3px;
    padding-top:10px;
    border-top:1px solid rgba(241,210,138,.16);
  }
  .luxen-page-shell .mobile-final-price-grid .mobile-final-total span{
    color:var(--sand);
    font-size:12px;
    font-weight:700;
  }
  .luxen-page-shell .mobile-final-price-grid .mobile-final-total strong{
    color:var(--gold-light);
    font-size:24px;
  }
  .luxen-page-shell .checkout-action-bar{
    margin-top:0;
  }
}

@media(max-width:679px){
  .luxen-page-shell .hero-counter-wrap{
    width:100%;
    margin-top:20px;
  }
  .luxen-page-shell .compact-counter-main{
    align-items:center;
  }
  .luxen-page-shell .compact-counter-main strong{
    font-size:29px;
  }
  .luxen-page-shell .compact-counter-main small{
    max-width:145px;
    font-size:10px;
  }
  .luxen-page-shell .quantity-selector-wrap{
    padding:13px;
  }
  .luxen-page-shell .quantity-stepper{
    grid-template-columns:42px 52px 42px;
  }
  .luxen-page-shell .quantity-stepper button{
    width:42px;
    height:44px;
  }
  .luxen-page-shell .quantity-unit-price strong{
    font-size:18px;
  }
}

/* Embedded social-browser reliability.
   Facebook / Instagram ad traffic must never depend on scroll observers or
   entrance animations to render content. The PHP body class is server-side, so
   this remains effective even if JavaScript is delayed, blocked or restored
   from an in-app browser cache. */
body.luxen-embedded-webview .luxen-page-shell .reveal,
body.luxen-embedded-webview .luxen-page-shell .reveal.is-visible,
body.luxen-embedded-webview .luxen-page-shell .reveal-delay.is-visible {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}
