/* LOWEELUXURY — Maison Fitting Room v7 */
.fitting-room-page.lfr-v7 {
  background: #040404;
}

.lfr-maison-head {
  padding: clamp(96px, 12vw, 128px) 0 clamp(28px, 4vw, 40px);
  text-align: center;
}

.lfr-maison-head__inner {
  max-width: 720px;
  margin: 0 auto;
}

.lfr-maison-head__eyebrow {
  margin: 0 0 14px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-mid);
}

.lfr-maison-head__title {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5.5vw, 58px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--gold-soft);
}

.lfr-maison-head__lead {
  margin: 0 auto 16px;
  max-width: 540px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  color: var(--muted);
}

.lfr-maison-head__sync {
  margin: 0;
}

.lfr-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.lfr-live-badge.is-live::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74, 222, 128, 0.6);
}

.lfr-maison {
  padding-bottom: clamp(64px, 8vw, 96px);
}

/* —— Stage (hero) —— */
.lfr-maison-stage {
  margin-bottom: clamp(28px, 4vw, 40px);
}

.lfr-maison-stage__frame {
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(14, 12, 10, 0.95), rgba(6, 5, 4, 0.98));
  overflow: hidden;
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(201, 168, 76, 0.12);
}

.lfr-maison-stage__chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.12);
}

.lfr-maison-stage__label {
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-mid);
}

.lfr-maison-stage__fullscreen {
  padding: 7px 14px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: 2px;
  background: transparent;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-soft);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.lfr-maison-stage__fullscreen:hover {
  background: rgba(201, 168, 76, 0.1);
  border-color: rgba(201, 168, 76, 0.55);
}

.lfr-maison-stage__viewport {
  position: relative;
  min-height: clamp(420px, 72vh, 820px);
  background: #080706;
  cursor: grab;
  touch-action: pan-y;
}

.lfr-maison-stage__viewport.is-dragging {
  cursor: grabbing;
}

.lfr-maison-canvas,
.lfr-ai-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(420px, 72vh, 820px);
  object-fit: contain;
  object-position: center bottom;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lfr-ai-image.is-visible {
  opacity: 1;
}

.lfr-ai-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.06em;
}

.lfr-ai-placeholder.is-hidden {
  display: none;
}

.lfr-ai-placeholder p {
  margin: 0;
  max-width: 320px;
  line-height: 1.65;
}

.lfr-stage__loading-sub {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.55);
}

.lfr-maison-stage__loading {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: rgba(4, 4, 4, 0.72);
  z-index: 2;
  pointer-events: none;
}

.lfr-maison-stage__loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.lfr-stage__spinner {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(201, 168, 76, 0.2);
  border-top-color: var(--gold-soft);
  border-radius: 50%;
  animation: lfr-spin 0.9s linear infinite;
}

@keyframes lfr-spin {
  to { transform: rotate(360deg); }
}

.lfr-stage__loading-text {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.lfr-maison-stage__caption {
  margin: 0;
  padding: 14px 18px;
  border-top: 1px solid rgba(201, 168, 76, 0.1);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}

.lfr-maison-stage__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 18px 16px;
  border-top: 1px solid rgba(201, 168, 76, 0.08);
}

.lfr-maison-views,
.lfr-maison-zoom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lfr-maison-ctrl {
  padding: 8px 14px;
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 2px;
  background: rgba(8, 8, 8, 0.6);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.lfr-maison-ctrl:hover {
  color: var(--gold-soft);
  border-color: rgba(201, 168, 76, 0.45);
}

.lfr-maison-ctrl.is-active {
  color: var(--gold-soft);
  border-color: rgba(201, 168, 76, 0.55);
  background: rgba(201, 168, 76, 0.1);
}

.lfr-maison-ctrl--icon {
  min-width: 36px;
  font-size: 16px;
  line-height: 1;
  padding: 6px 10px;
}

/* —— Product info strip —— */
.lfr-maison-info {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(20px, 3vw, 32px);
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 52px);
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(12, 10, 8, 0.9), rgba(6, 5, 4, 0.95));
}

.lfr-maison-info__brand {
  margin: 0 0 6px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-mid);
}

.lfr-maison-info__model {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text);
}

.lfr-maison-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 0;
}

.lfr-maison-info__row dt {
  margin: 0 0 2px;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.lfr-maison-info__row dd {
  margin: 0;
  font-size: 13px;
  color: var(--text);
}

.lfr-maison-info__price {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  color: var(--gold-soft);
}

.lfr-maison-info__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: min(100%, 220px);
}

.lfr-maison-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: 2px;
  background: transparent;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.lfr-maison-btn:hover {
  background: rgba(201, 168, 76, 0.12);
  border-color: rgba(201, 168, 76, 0.55);
}

.lfr-maison-btn--wa {
  border-color: rgba(37, 211, 102, 0.45);
  color: #25d366;
}

.lfr-maison-btn--wa:hover {
  background: rgba(37, 211, 102, 0.1);
}

.lfr-maison-btn--gold {
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.25), rgba(201, 168, 76, 0.08));
  border-color: rgba(201, 168, 76, 0.55);
}

/* —— Collection rail —— */
.lfr-maison-collection {
  margin-bottom: clamp(32px, 4vw, 48px);
}

.lfr-maison-collection__head {
  margin-bottom: 16px;
}

.lfr-maison-collection__title {
  margin: 0 0 6px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text);
}

.lfr-maison-collection__note {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}

.lfr-brand-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.lfr-brand-btn {
  padding: 8px 14px;
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.5);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.2s;
}

.lfr-brand-btn.is-active,
.lfr-brand-btn:hover {
  color: var(--gold-soft);
  border-color: rgba(201, 168, 76, 0.45);
  background: rgba(201, 168, 76, 0.08);
}

.lfr-maison-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.lfr-maison-rail::-webkit-scrollbar {
  height: 4px;
}

.lfr-maison-rail::-webkit-scrollbar-thumb {
  background: rgba(201, 168, 76, 0.35);
  border-radius: 2px;
}

.lfr-inv-card {
  flex: 0 0 min(200px, 42vw);
  scroll-snap-align: start;
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 4px;
  background: rgba(10, 9, 8, 0.85);
  padding: 0;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}

.lfr-inv-card:hover {
  border-color: rgba(201, 168, 76, 0.35);
}

.lfr-inv-card.is-active {
  border-color: rgba(201, 168, 76, 0.6);
  box-shadow: 0 0 24px rgba(201, 168, 76, 0.12);
}

.lfr-inv-card__img-wrap {
  aspect-ratio: 1;
  overflow: hidden;
  background: #0a0908;
}

.lfr-inv-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lfr-inv-card__body {
  padding: 12px;
}

.lfr-inv-card__brand {
  display: block;
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-mid);
  margin-bottom: 4px;
}

.lfr-inv-card__model {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: var(--text);
  margin-bottom: 6px;
}

.lfr-inv-card__price {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 15px;
  color: var(--gold-soft);
}

.lfr-inv-card__status {
  display: inline-block;
  margin-top: 6px;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lfr-inv-card__status.is-available { color: #4ade80; }
.lfr-inv-card__status.is-reserved { color: #fbbf24; }
.lfr-inv-card__status.is-appointment { color: var(--muted); }

.lfr-inventory-empty {
  padding: 24px;
  text-align: center;
  width: 100%;
}

/* —— Advisors —— */
.lfr-maison-advisors__head {
  margin-bottom: 12px;
}

.lfr-maison-advisors__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text);
}

.lfr-maison-advisors__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lfr-advisor-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px 8px 8px;
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.6);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.lfr-advisor-pill.is-active {
  border-color: rgba(201, 168, 76, 0.55);
  background: rgba(201, 168, 76, 0.08);
}

.lfr-advisor-pill__thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.lfr-advisor-pill__label {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--text);
}

.lfr-maison-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 28px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.lfr-maison-trust li::before {
  content: "◆ ";
  color: var(--gold-mid);
  font-size: 7px;
}

/* —— Detail modal —— */
.lfr-maison-modal {
  border: none;
  padding: 0;
  max-width: min(520px, 92vw);
  background: transparent;
}

.lfr-maison-modal::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.lfr-maison-modal__inner {
  position: relative;
  padding: clamp(24px, 4vw, 32px);
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 4px;
  background: #0a0908;
}

.lfr-maison-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
}

.lfr-maison-modal__brand {
  margin: 0 0 4px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-mid);
}

.lfr-maison-modal__title {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  color: var(--text);
}

.lfr-maison-modal__price {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  color: var(--gold-soft);
}

.lfr-maison-modal__specs {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

.lfr-maison-modal__specs div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px;
  font-size: 13px;
}

.lfr-maison-modal__specs dt {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lfr-maison-modal__desc {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.lfr-maison-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* —— Fullscreen showroom —— */
.lfr-showroom {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.lfr-showroom.is-open {
  display: flex;
}

.lfr-showroom__inner {
  position: relative;
  width: min(1200px, 100%);
  max-height: 96vh;
}

.lfr-showroom__close {
  position: absolute;
  top: -40px;
  right: 0;
  border: none;
  background: none;
  font-size: 32px;
  color: var(--gold-soft);
  cursor: pointer;
  z-index: 2;
}

.lfr-showroom__body .lfr-maison-stage__viewport {
  min-height: 85vh;
}

.lfr-showroom__body .lfr-maison-canvas {
  min-height: 85vh;
}

/* —— Responsive —— */
@media (max-width: 768px) {
  .lfr-maison-info {
    grid-template-columns: 1fr;
  }

  .lfr-maison-info__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .lfr-maison-btn {
    flex: 1 1 calc(50% - 5px);
    min-width: 140px;
  }

  .lfr-maison-info__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .lfr-maison-stage__controls {
    flex-direction: column;
    align-items: stretch;
  }

  .lfr-maison-views {
    justify-content: center;
  }
}
