/* Luxury cosmetic public salon page — themeable */

body.lux-public {
  background: var(--lux-page-bg, #050506);
}

body.lux-public .site-nav {
  background: var(--lux-nav-bg, rgba(10, 10, 12, 0.92));
  border-bottom-color: var(--line, rgba(255, 77, 141, 0.18));
}

body.lux-public .site-nav .nav-inner {
  padding: 0.55rem 0;
}

body.lux-public .brand {
  color: var(--rose, #ff4d8d);
  font-size: 1.55rem;
}

body.lux-public .brand span {
  color: var(--gold-soft, #ffb0d0);
}

body.lux-public .nav-links a {
  color: var(--ink-soft, #b9a4ae);
}

body.lux-public .nav-links a:hover {
  color: var(--silk, #ff8fb8);
}

body.lux-public .site-footer {
  background: var(--lux-page-bg, #050506);
  border-top: 1px solid var(--line, rgba(255, 77, 141, 0.18));
  color: var(--ink-soft, #b9a4ae);
}

body.lux-public .site-footer .brand {
  color: var(--rose, #ff4d8d);
}

.lux-salon {
  --ink: #f7eef2;
  --ink-soft: #b9a4ae;
  --pearl: #0a0a0c;
  --mist: #121015;
  --blush: #1a1218;
  --card: #161218;
  --surface: #1a1619;
  --line: rgba(255, 77, 141, 0.18);
  --rose: #ff4d8d;
  --rose-deep: #ff2d78;
  --silk: #ff8fb8;
  --gold: #ff5c9a;
  --gold-soft: #ffb0d0;
  --star-empty: rgba(255, 255, 255, 0.22);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --radius: 22px;
  --display: "Fraunces", Georgia, serif;
  --body: "Sora", system-ui, sans-serif;
  --lux-page-bg: #050506;
  --lux-nav-bg: rgba(10, 10, 12, 0.92);
  --lux-bg-glow-1: rgba(255, 45, 120, 0.22);
  --lux-bg-glow-2: rgba(255, 77, 141, 0.14);
  color: var(--ink);
  background:
    radial-gradient(ellipse 80% 50% at 8% -8%, var(--lux-bg-glow-1), transparent 55%),
    radial-gradient(ellipse 70% 45% at 100% 12%, var(--lux-bg-glow-2), transparent 50%),
    linear-gradient(180deg, var(--lux-page-bg) 0%, var(--pearl) 40%, var(--mist) 100%);
  font-family: var(--body);
  overflow-x: clip;
}

/* Theme: Black & Pink (default) */
.lux-salon.theme-black_pink,
body.theme-black_pink {
  --ink: #f7eef2;
  --ink-soft: #b9a4ae;
  --pearl: #0a0a0c;
  --mist: #121015;
  --card: #161218;
  --surface: #1a1619;
  --line: rgba(255, 77, 141, 0.22);
  --rose: #ff4d8d;
  --rose-deep: #ff8fb8;
  --silk: #ff8fb8;
  --gold: #ff5c9a;
  --gold-soft: #ffb0d0;
  --star-empty: rgba(255, 255, 255, 0.22);
  --lux-page-bg: #050506;
  --lux-nav-bg: rgba(10, 10, 12, 0.92);
  --lux-bg-glow-1: rgba(255, 45, 120, 0.22);
  --lux-bg-glow-2: rgba(255, 77, 141, 0.14);
}

/* Theme: Rose Gold */
.lux-salon.theme-rose_gold,
body.theme-rose_gold {
  --ink: #f8f1ec;
  --ink-soft: #cbb7ad;
  --pearl: #140f0e;
  --mist: #1c1513;
  --card: #211816;
  --surface: #261c19;
  --line: rgba(212, 163, 115, 0.28);
  --rose: #e0b48a;
  --rose-deep: #f0d4b8;
  --silk: #e5c4a8;
  --gold: #d4a373;
  --gold-soft: #f0d4b8;
  --star-empty: rgba(255, 255, 255, 0.22);
  --lux-page-bg: #100c0b;
  --lux-nav-bg: rgba(20, 15, 14, 0.92);
  --lux-bg-glow-1: rgba(183, 110, 121, 0.28);
  --lux-bg-glow-2: rgba(212, 163, 115, 0.18);
}

/* Theme: Emerald Spa */
.lux-salon.theme-emerald,
body.theme-emerald {
  --ink: #eef8f5;
  --ink-soft: #a8c9c1;
  --pearl: #071412;
  --mist: #0d1c19;
  --card: #122420;
  --surface: #16302a;
  --line: rgba(58, 166, 145, 0.28);
  --rose: #5ec4ae;
  --rose-deep: #b8ebe0;
  --silk: #8fd4c4;
  --gold: #5ec4ae;
  --gold-soft: #b8ebe0;
  --star-empty: rgba(255, 255, 255, 0.22);
  --lux-page-bg: #06100e;
  --lux-nav-bg: rgba(7, 20, 18, 0.92);
  --lux-bg-glow-1: rgba(31, 122, 107, 0.3);
  --lux-bg-glow-2: rgba(58, 166, 145, 0.16);
}

/* Theme: Champagne Noir */
.lux-salon.theme-champagne,
body.theme-champagne {
  --ink: #f7f2e8;
  --ink-soft: #c2b79f;
  --pearl: #0f0e0c;
  --mist: #171512;
  --card: #1c1915;
  --surface: #221e18;
  --line: rgba(194, 168, 120, 0.28);
  --rose: #d4bc8a;
  --rose-deep: #f0e2c4;
  --silk: #e2d0ab;
  --gold: #d4bc8a;
  --gold-soft: #f0e2c4;
  --star-empty: rgba(255, 255, 255, 0.22);
  --lux-page-bg: #0c0b09;
  --lux-nav-bg: rgba(15, 14, 12, 0.92);
  --lux-bg-glow-1: rgba(194, 168, 120, 0.22);
  --lux-bg-glow-2: rgba(168, 139, 85, 0.14);
}

/* Theme: Soft Blush (light — high contrast) */
.lux-salon.theme-blush,
body.theme-blush {
  --ink: #1f1719;
  --ink-soft: #5c4f53;
  --pearl: #fff8f9;
  --mist: #f6eef0;
  --card: #ffffff;
  --surface: #ffffff;
  --line: rgba(154, 91, 102, 0.22);
  --rose: #9a5b66;
  --rose-deep: #7a3f4b;
  --silk: #9a5b66;
  --gold: #b8860b;
  --gold-soft: #9a5b66;
  --star-empty: rgba(31, 23, 25, 0.2);
  --shadow: 0 18px 40px rgba(31, 23, 25, 0.08);
  --lux-page-bg: #f7f2f3;
  --lux-nav-bg: rgba(255, 255, 255, 0.94);
  --lux-bg-glow-1: rgba(232, 180, 184, 0.4);
  --lux-bg-glow-2: rgba(217, 137, 149, 0.18);
}

.lux-salon.theme-blush {
  background:
    radial-gradient(ellipse 80% 50% at 8% -8%, var(--lux-bg-glow-1), transparent 55%),
    radial-gradient(ellipse 70% 45% at 100% 12%, var(--lux-bg-glow-2), transparent 50%),
    linear-gradient(180deg, #fffafb 0%, var(--pearl) 40%, #f3e9eb 100%);
}

/* Custom uses inline vars; keep fallbacks */
.lux-salon.theme-custom,
body.theme-custom {
  --surface: var(--card);
}

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

.lux-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold-soft);
}

.lux-kicker.dark { color: var(--silk); }

.lux-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.62rem 1.05rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.86rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lux-btn:hover { transform: translateY(-1px); }

.lux-btn-solid {
  background: linear-gradient(135deg, var(--rose) 0%, #c4185a 100%);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(255, 45, 120, 0.3);
}

.lux-btn-glass {
  color: #fff !important;
  border-color: rgba(255, 143, 184, 0.45);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

/* Hero — compact top block */
.lux-hero {
  position: relative;
  min-height: 0;
  display: grid;
  align-items: end;
  color: #fff;
}

.lux-hero-media {
  position: absolute;
  inset: 0;
  background-image: var(--lux-cover);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  animation: luxZoom 20s ease-in-out infinite alternate;
}

.lux-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.48) 52%, rgba(20, 0, 12, 0.72) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.88));
}

.lux-hero-glow {
  position: absolute;
  width: 36vw;
  height: 36vw;
  right: -10%;
  bottom: -22%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 45, 120, 0.38), transparent 68%);
  filter: blur(8px);
  animation: luxPulse 8s ease-in-out infinite alternate;
  pointer-events: none;
}

.lux-hero-inner {
  position: relative;
  z-index: 2;
  padding: 1.15rem 0 1rem;
  max-width: 46rem;
  animation: luxRise 0.85s ease both;
}

.lux-brand {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.85rem, 4vw, 2.55rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.lux-brand-sm {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  color: var(--rose);
  line-height: 1.15;
}

.lux-lead {
  margin: 0.45rem 0 0;
  max-width: 32rem;
  font-size: clamp(0.95rem, 1.7vw, 1.08rem);
  line-height: 1.45;
  color: rgba(255, 230, 240, 0.9);
  font-weight: 300;
}

.lux-hero-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-top: 0.95rem;
}

.lux-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0;
}

.lux-hero-rating {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0;
  color: rgba(255, 230, 240, 0.9);
  font-size: 0.84rem;
}

.lux-stars i {
  font-style: normal;
  color: rgba(255, 255, 255, 0.28);
  margin-right: 0.05rem;
}

.lux-stars i.on { color: var(--gold-soft); }
.lux-stars.dark i { color: var(--star-empty, rgba(255, 255, 255, 0.22)); }
.lux-stars.dark i.on { color: var(--gold); }

/* Sticky nav */
.lux-nav {
  position: sticky;
  top: 3.35rem;
  z-index: 50;
  background: rgba(10, 10, 12, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.lux-nav-track {
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  padding: 0.45rem 0;
  scrollbar-width: none;
}

.lux-nav-track::-webkit-scrollbar { display: none; }

.lux-nav-track a {
  flex: 0 0 auto;
  text-decoration: none;
  color: var(--ink-soft);
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 500;
  transition: 0.2s ease;
}

.lux-nav-track a.is-active,
.lux-nav-track a:hover {
  background: rgba(255, 45, 120, 0.16);
  color: var(--gold-soft);
}

/* Sections */
.lux-block { padding: 4.5rem 0; }
.lux-block-mist {
  background:
    linear-gradient(180deg, rgba(255, 45, 120, 0.08), transparent 40%),
    var(--mist);
}

.lux-head { margin-bottom: 2rem; max-width: 40rem; }
.lux-head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  color: var(--rose);
  line-height: 1.15;
}

.lux-sub {
  margin: 0.65rem 0 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.55;
}

.lux-empty { color: var(--ink-soft); }

/* Portfolio masonry */
.lux-masonry {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.9rem;
}

.lux-shot {
  margin: 0;
  grid-column: span 3;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
  min-height: 240px;
  border: 1px solid var(--line);
}

.lux-shot.wide { grid-column: span 6; }
.lux-shot.tall { grid-row: span 2; }

.lux-shot img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.lux-shot.tall img { min-height: 100%; }

.lux-shot:hover img { transform: scale(1.06); }

.lux-gallery-item {
  cursor: zoom-in;
}

.lux-gallery-item:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 3px;
}

.lux-gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 35%, rgba(0, 0, 0, 0.18) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.lux-gallery-item:hover::after {
  opacity: 1;
}

.lux-art.lux-gallery-item {
  position: relative;
}

.lux-shot figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.4rem 1rem 1rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.85));
  color: #fff;
  display: grid;
  gap: 0.15rem;
}

.lux-shot figcaption span {
  opacity: 0.8;
  font-size: 0.82rem;
}

/* Artwork */
.lux-art-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 1rem;
}

.lux-art {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.lux-art img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.lux-art:hover img { transform: scale(1.04); }

.lux-art figcaption {
  padding: 0.8rem 0.95rem 1rem;
  display: grid;
  gap: 0.15rem;
}

.lux-art figcaption span {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.lux-reel-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 0.25rem;
}

.lux-art-row-after-reels {
  margin-top: 1.25rem;
}

.lux-reels {
  margin: 0 0 0.5rem;
}

.lux-reels-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  margin-bottom: 1rem;
}

.lux-reels-eyebrow {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--silk);
  font-weight: 650;
}

.lux-reels-count {
  margin: 0.15rem 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.lux-reels-toolbar .lux-btn {
  min-height: 2.45rem;
  padding: 0.55rem 1rem;
  font-size: 0.88rem;
}

.lux-reels-strip {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.35rem 0.15rem 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  align-items: flex-start;
}

.lux-reels-strip::-webkit-scrollbar {
  height: 6px;
}

.lux-reels-strip::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--rose) 45%, transparent);
  border-radius: 999px;
}

.lux-reel-card {
  /* Standard phone screen: ~9:16 (e.g. 270×480) */
  --phone-w: 270px;
  --phone-h: 480px;
  flex: 0 0 auto;
  width: var(--phone-w);
  scroll-snap-align: start;
  margin: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform 0.22s ease;
}

.lux-reel-card.is-active {
  transform: translateY(-3px);
}

.lux-reel-card-media {
  position: relative;
  width: var(--phone-w);
  height: var(--phone-h);
  aspect-ratio: 9 / 16;
  border-radius: 28px;
  overflow: hidden;
  background: #0b0a0c;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.lux-reel-card.is-active .lux-reel-card-media {
  border-color: color-mix(in srgb, var(--rose) 65%, rgba(255, 255, 255, 0.2));
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.48),
    0 0 0 2px color-mix(in srgb, var(--rose) 40%, transparent);
}

.lux-reel-card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}

.lux-reel-card-play {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
}

.lux-reels-playicon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 1.05rem;
  backdrop-filter: blur(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.lux-reel-card.is-playing .lux-reels-playicon {
  opacity: 0;
  transform: scale(0.9);
}

.lux-reel-card.is-loading .lux-reels-playicon {
  opacity: 0;
}

.lux-reel-card.is-playing .lux-reel-card-play:hover .lux-reels-playicon,
.lux-reel-card.is-playing .lux-reel-card-play:focus-visible .lux-reels-playicon {
  opacity: 1;
}

.lux-reel-card-loading {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 0.55rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}

.lux-reel-card-loading[hidden] {
  display: none !important;
}

.lux-reels-spinner {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-top-color: #fff;
  animation: luxReelSpin 0.7s linear infinite;
}

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

.lux-reels-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
  z-index: 2;
}

.lux-reels-progress-buffer,
.lux-reels-progress-play {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  display: block;
}

.lux-reels-progress-buffer {
  background: rgba(255, 255, 255, 0.35);
}

.lux-reels-progress-play {
  background: linear-gradient(90deg, var(--rose), #fff);
}

.lux-reel-card-meta {
  padding: 0.7rem 0.35rem 0.15rem;
  display: grid;
  gap: 0.12rem;
}

.lux-reel-card-meta strong {
  font-size: 0.95rem;
  color: var(--ink, inherit);
}

.lux-reel-card-meta span {
  color: var(--ink-soft);
  font-size: 0.8rem;
}

@media (max-width: 720px) {
  .lux-reel-card {
    --phone-w: 220px;
    --phone-h: 391px;
  }

  .lux-reel-card-media {
    border-radius: 24px;
  }
}

@media (max-width: 420px) {
  .lux-reel-card {
    --phone-w: 200px;
    --phone-h: 356px;
  }
}

/* Creative offer / package cards on public page */
.lux-creative-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.35rem;
}

.lux-creative-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lux-creative-item .offer-creative,
.lux-creative-item .package-creative {
  border: 1px solid color-mix(in srgb, var(--oc-1, var(--rose)) 28%, var(--line));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

.lux-creative-item .package-creative.theme-champagne {
  border-color: rgba(212, 176, 106, 0.45);
  box-shadow: 0 22px 48px rgba(138, 101, 40, 0.22);
}

.lux-creative-item .package-creative.theme-rose_gold {
  border-color: rgba(196, 122, 132, 0.4);
}

.lux-creative-item .package-creative.theme-emerald {
  border-color: rgba(42, 154, 134, 0.35);
}

.lux-creative-item .package-creative.theme-blush {
  border-color: rgba(224, 146, 158, 0.4);
}

.lux-offer-share .offer-share-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.lux-offer-share .btn {
  border-color: var(--line);
  color: var(--ink) !important;
  background: color-mix(in srgb, var(--rose) 12%, var(--card));
}

.lux-offer-share .btn-primary {
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  border-color: transparent;
  color: #fff !important;
}

.lux-offer-share .btn-ghost {
  background: transparent;
  color: var(--ink-soft) !important;
}

.lux-offer {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 1.45rem 1.35rem 1.25rem;
  color: #fff;
  background:
    linear-gradient(145deg, #0a0a0c 0%, #2a0f1c 45%, #ff2d78 130%);
  border: 1px solid rgba(255, 77, 141, 0.35);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lux-offer.live {
  background:
    linear-gradient(145deg, #050506 0%, #3a1028 42%, #ff4d8d 125%);
}

.lux-offer:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 60px rgba(255, 45, 120, 0.28);
}

.lux-offer-shine {
  position: absolute;
  inset: auto -20% 30% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 143, 184, 0.4), transparent 70%);
  pointer-events: none;
}

.lux-offer-top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}

.lux-pill {
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 77, 141, 0.2);
  border: 1px solid rgba(255, 143, 184, 0.4);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold-soft);
}

.lux-offer-date {
  font-size: 0.8rem;
  color: rgba(255, 230, 240, 0.7);
}

.lux-offer-label {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 600;
  position: relative;
}

.lux-offer h3 {
  margin: 0.35rem 0 0;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1.1;
  position: relative;
}

.lux-offer-text {
  margin: 0.65rem 0 0;
  color: rgba(255, 230, 240, 0.82);
  line-height: 1.5;
  font-size: 0.95rem;
  min-height: 2.8em;
  position: relative;
}

.lux-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.55rem;
  margin-top: 1.1rem;
  position: relative;
}

.lux-price-row .was {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.5);
}

.lux-price-row .now {
  font-size: 1.65rem;
  font-weight: 700;
}

.lux-price-row .off {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 77, 141, 0.25);
  color: var(--gold-soft);
}

.lux-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
  position: relative;
}

.lux-tags span {
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.78rem;
}

.lux-tags.soft span {
  background: rgba(255, 45, 120, 0.12);
  border-color: rgba(255, 77, 141, 0.28);
  color: var(--ink-soft);
}

.lux-offer-share {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
}

.lux-offer-share .btn {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* Packages */
.lux-pkg-grid {
  display: grid;
  gap: 1rem;
}

.lux-pkg {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.1rem;
  align-items: start;
  padding: 1.35rem 1.4rem;
  border-radius: 20px;
  background: var(--surface, var(--card));
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.lux-pkg:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 77, 141, 0.45);
  box-shadow: var(--shadow);
}

.lux-pkg-num {
  font-family: var(--display);
  font-size: 2rem;
  color: var(--silk);
  line-height: 1;
}

.lux-pkg-body h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.75rem;
  color: var(--rose);
  line-height: 1.15;
}

.lux-pkg-body p {
  margin: 0.45rem 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.lux-pkg-price {
  text-align: right;
  min-width: 8rem;
}

.lux-pkg-price .was {
  display: block;
  text-decoration: line-through;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.lux-pkg-price .save {
  display: inline-block;
  margin: 0.2rem 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #7dffb2;
}

.lux-pkg-price strong {
  display: block;
  font-size: 1.5rem;
  color: var(--ink);
}

/* Services menu */
.lux-menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.4rem;
}

.lux-menu-tabs button {
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--ink-soft);
  border-radius: 999px;
  padding: 0.52rem 0.95rem;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.lux-menu-tabs button.is-active,
.lux-menu-tabs button:hover {
  background: var(--rose-deep);
  border-color: var(--rose-deep);
  color: #fff;
}

.lux-menu-panels { display: grid; gap: 1.5rem; }

.lux-menu-panel h3 {
  margin: 0 0 0.7rem;
  padding-left: 1.1rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--silk);
  font-weight: 700;
}

.lux-menu-panel ul {
  list-style: none;
  margin: 0;
  padding: 0.35rem 1.1rem;
  border-radius: 18px;
  background: var(--card);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.5rem;
}

.lux-menu-panel li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
}

.lux-menu-panel li:last-child { border-bottom: 0; }

.lux-menu-panel li div {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.lux-menu-panel li strong {
  font-size: 0.98rem;
  color: var(--ink);
}

.lux-menu-panel li span {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.lux-menu-panel li em {
  font-style: normal;
  color: var(--ink-soft);
  font-size: 0.8rem;
  white-space: nowrap;
}

.lux-menu-panel li b {
  color: var(--rose);
  font-size: 1.02rem;
  white-space: nowrap;
}

/* Professionals */
.lux-pro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}

.lux-pro-card {
  border-radius: 22px;
  overflow: hidden;
  background: var(--surface, var(--card));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.lux-pro-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 77, 141, 0.45);
  box-shadow: 0 24px 50px rgba(255, 45, 120, 0.18);
}

.lux-pro-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--pearl); color: var(--ink);
}

.lux-pro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.lux-pro-card:hover .lux-pro-photo img {
  transform: scale(1.05);
}

.lux-pro-photo-glow {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(10, 10, 12, 0.92));
  pointer-events: none;
}

.lux-pro-body {
  padding: 1.05rem 1.1rem 1.2rem;
}

.lux-pro-body h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.45rem;
  color: var(--ink);
  line-height: 1.15;
}

.lux-pro-role {
  margin: 0.3rem 0 0;
  color: var(--silk);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lux-pro-bio {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.lux-pro-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.85rem;
}

.lux-pro-skills span {
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold-soft);
  background: rgba(255, 45, 120, 0.12);
  border: 1px solid rgba(255, 77, 141, 0.28);
}

/* About + contact */
.lux-about {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 1.6rem;
  align-items: start;
}

.lux-about-main {
  padding: 0.2rem 0.4rem 0 0;
}

.lux-about-copy {
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 40rem;
}

.lux-about-copy p { margin: 0 0 0.9rem; }
.lux-about-copy p:last-child { margin-bottom: 0; }

.lux-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.lux-meta-chip {
  min-width: 8.5rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.lux-meta-chip span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--silk);
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.lux-meta-chip strong {
  font-size: 0.98rem;
  color: var(--ink);
}

.lux-contact {
  border-radius: 24px;
  background: var(--surface, var(--card));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 1.4rem 1.35rem 1.35rem;
}

.lux-contact-head h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.85rem;
  color: var(--rose);
  line-height: 1.1;
}

.lux-contact-row {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
}

.lux-contact-ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rose);
  background: rgba(255, 45, 120, 0.14);
  border: 1px solid rgba(255, 77, 141, 0.28);
}

.lux-contact-label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--silk);
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.lux-contact-row strong {
  display: block;
  font-size: 1.02rem;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.35;
}

.lux-contact-row p {
  margin: 0.2rem 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.lux-contact-row a {
  color: var(--rose);
  text-decoration: none;
}

.lux-contact-row a:hover { text-decoration: underline; }

.lux-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  margin-top: 0.2rem;
}

.lux-social-links a {
  font-weight: 700;
  color: var(--rose);
  text-decoration: none;
}

.lux-social-links a:hover {
  text-decoration: underline;
}

.lux-contact-days {
  padding: 0.95rem 0 0.35rem;
}

.lux-day-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.5rem;
}

.lux-day-chips span {
  min-width: 2.6rem;
  text-align: center;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: rgba(255, 45, 120, 0.14);
  border: 1px solid rgba(255, 77, 141, 0.28);
}

.lux-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

.lux-map-wrap {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface, var(--card));
  box-shadow: var(--shadow);
}

.lux-map {
  display: block;
  width: 100%;
  height: min(52vh, 420px);
  border: 0;
  background: #1a1216;
  z-index: 1;
}

.lux-map-status {
  margin: 0;
  padding: 0.65rem 1.15rem 0;
  font-size: 0.88rem;
  color: var(--silk);
}

.lux-map-marker {
  background: transparent !important;
  border: 0 !important;
}

.lux-map-pin {
  display: block;
  color: var(--rose, #ff4d8d);
  filter: drop-shadow(0 6px 10px rgba(20, 8, 14, 0.35));
  line-height: 0;
  animation: lux-map-pin-in 0.45s ease both;
}

.lux-map-pin svg {
  display: block;
}

@keyframes lux-map-pin-in {
  from { transform: translateY(-10px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.lux-map .leaflet-popup-content-wrapper {
  border-radius: 14px;
  font-family: inherit;
  box-shadow: 0 10px 28px rgba(20, 8, 14, 0.2);
}

.lux-map .leaflet-popup-content {
  margin: 0.7rem 0.85rem;
  font-size: 0.9rem;
  line-height: 1.35;
}

.lux-map .leaflet-popup-content strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #1a1216;
}

.lux-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 1rem 1.15rem 1.15rem;
  border-top: 1px solid var(--line);
}

.lux-btn-outline {
  color: var(--rose-deep) !important;
  border-color: var(--line);
  background: transparent;
}

.lux-btn-outline:hover {
  background: rgba(255, 45, 120, 0.12);
}

/* Reviews */
.lux-rating-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.lux-reviews {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 1.4rem;
  align-items: start;
}

.lux-review-list { display: grid; gap: 0.9rem; }

.lux-review {
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  background: var(--card);
  border: 1px solid var(--line);
  border-left: 3px solid var(--rose);
}

.lux-review header {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.55rem;
}

.lux-review-who {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.lux-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold-soft);
  background: rgba(255, 45, 120, 0.16);
  flex: 0 0 auto;
}

.lux-review p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.lux-review time {
  display: block;
  margin-top: 0.55rem;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.lux-review-empty {
  padding: 2rem 1.4rem;
  border-radius: 18px;
  border: 1px dashed rgba(255, 77, 141, 0.4);
  background: color-mix(in srgb, var(--card) 85%, transparent);
  text-align: center;
  color: var(--ink-soft);
}

.lux-review-empty .lux-stars {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
}

.lux-review-empty p {
  margin: 0 auto;
  max-width: 26rem;
  line-height: 1.55;
}

.lux-rate-form {
  position: sticky;
  top: 5.4rem;
  padding: 1.35rem 1.35rem 1.45rem;
  border-radius: 22px;
  background: var(--surface, var(--card));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.lux-rate-form h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.7rem;
  color: var(--rose);
}

.lux-rate-form > p {
  margin: 0.35rem 0 1rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.lux-rate-form .form-group {
  margin-bottom: 0.9rem;
}

.lux-rate-form .form-group label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}

.lux-rate-form .form-group label em {
  font-style: normal;
  font-weight: 500;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.lux-rate-form .form-control {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--pearl); color: var(--ink);
  padding: 0.7rem 0.85rem;
  font: inherit;
  color: var(--ink);
}

.lux-rate-form .form-control::placeholder {
  color: rgba(185, 164, 174, 0.7);
}

.lux-rate-form .form-control:focus {
  outline: none;
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(255, 45, 120, 0.22);
}

.lux-rate-stars {
  margin: 0 0 1.1rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(255, 45, 120, 0.08);
  border: 1px solid var(--line);
}

.lux-star-picker {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.15rem;
  margin-top: 0.45rem;
}

.lux-star-picker input.lux-star-input {
  display: none;
}

.lux-star-picker label {
  cursor: pointer;
  font-size: 2.15rem;
  line-height: 1;
  color: var(--star-empty, rgba(255, 255, 255, 0.22));
  transition: color 0.15s ease, transform 0.15s ease;
  user-select: none;
  padding: 0 0.05rem;
}

.lux-star-picker label:hover,
.lux-star-picker label:hover ~ label,
.lux-star-picker input:checked ~ label {
  color: var(--gold);
}

.lux-star-picker label:hover {
  transform: scale(1.08);
}

.lux-star-hint {
  margin: 0.45rem 0 0;
  font-size: 0.86rem;
  color: var(--ink-soft);
  min-height: 1.2em;
}

.lux-star-hint.is-set {
  color: var(--gold-soft);
  font-weight: 600;
}

.lux-field-error {
  margin-top: 0.35rem;
  color: #ff8fab;
  font-size: 0.84rem;
}

.lux-field-error ul {
  margin: 0;
  padding-left: 1.1rem;
}

/* Finale */
.lux-finale {
  padding: 4.2rem 0;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 45, 120, 0.35), transparent 40%),
    linear-gradient(135deg, #2a0a18 0%, #0a0a0c 55%, #050506 100%);
}

.lux-finale h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
}

.lux-finale p {
  margin: 0.7rem auto 1.4rem;
  max-width: 28rem;
  color: rgba(255, 230, 240, 0.84);
}

.lux-finale-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}

@keyframes luxZoom {
  from { transform: scale(1.04); }
  to { transform: scale(1.1); }
}

@keyframes luxPulse {
  from { opacity: 0.55; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1.08); }
}

@keyframes luxRise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 960px) {
  .lux-masonry { grid-template-columns: 1fr 1fr; }
  .lux-shot,
  .lux-shot.wide,
  .lux-shot.tall {
    grid-column: span 1;
    grid-row: auto;
  }
  .lux-shot.wide { grid-column: 1 / -1; }
  .lux-pkg { grid-template-columns: 1fr; }
  .lux-pkg-price {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.8rem;
    align-items: baseline;
  }
  .lux-menu-panel ul { grid-template-columns: 1fr; }
  .lux-about,
  .lux-reviews { grid-template-columns: 1fr; }
  .lux-rate-form { position: static; }
  .lux-hero { min-height: 0; }
  .lux-hero-inner { padding: 0.95rem 0 0.85rem; }
  .lux-hero-bar { gap: 0.55rem 0.85rem; }
}

@media (max-width: 560px) {
  .lux-masonry { grid-template-columns: 1fr; }
  .lux-shot.wide { grid-column: span 1; }
}

/* Image lightbox — portfolio & artwork */
body.lux-lightbox-open {
  overflow: hidden;
}

.lux-lightbox[hidden] {
  display: none !important;
}

.lux-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.lux-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 6, 8, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lux-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 96vw);
  max-height: min(92vh, 960px);
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0.85rem;
  animation: luxLbIn 0.28s ease;
}

@keyframes luxLbIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.lux-lightbox-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(70vh, 720px);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.06), transparent 40%),
    #0d0b0c;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.lux-lightbox-image {
  max-width: 100%;
  max-height: min(78vh, 780px);
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.lux-lightbox-image.is-shown {
  opacity: 1;
  transform: none;
}

.lux-lightbox-loader {
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--rose, #ff4d8d);
  animation: luxLbSpin 0.7s linear infinite;
}

.lux-lightbox-loader[hidden] {
  display: none !important;
}

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

.lux-lightbox-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0.35rem;
  color: #fff;
}

.lux-lightbox-copy {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.lux-lightbox-copy strong {
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.lux-lightbox-copy span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.lux-lightbox-counter {
  flex-shrink: 0;
  font-size: 0.84rem;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.72);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.lux-lightbox-close,
.lux-lightbox-nav {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(18, 14, 16, 0.72);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.lux-lightbox-close:hover,
.lux-lightbox-nav:hover {
  background: color-mix(in srgb, var(--rose, #ff4d8d) 42%, rgba(18, 14, 16, 0.85));
  border-color: rgba(255, 255, 255, 0.28);
}

.lux-lightbox-close {
  top: 0.55rem;
  right: 0.55rem;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  font-size: 1.55rem;
  line-height: 1;
}

.lux-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  font-size: 1.7rem;
  line-height: 1;
}

.lux-lightbox-nav:hover {
  transform: translateY(-50%);
}

.lux-lightbox-prev { left: 0.55rem; }
.lux-lightbox-next { right: 0.55rem; }

.lux-lightbox-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

@media (max-width: 720px) {
  .lux-lightbox {
    padding: 0.55rem;
  }

  .lux-lightbox-stage {
    min-height: min(62vh, 560px);
    border-radius: 14px;
  }

  .lux-lightbox-image {
    max-height: min(62vh, 560px);
  }

  .lux-lightbox-nav {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.45rem;
  }

  .lux-lightbox-prev { left: 0.35rem; }
  .lux-lightbox-next { right: 0.35rem; }

  .lux-lightbox-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }
}
