/**
 * AmourLuxe flagship navigation — typography, header, topbar, mega, drawer, search modal, footer rhythm.
 * Loads after nav-luxury.css; overrides legacy compact sizes.
 */

:root {
  --al-flagship-nav-track: clamp(0.875rem, 0.35vw + 0.8rem, 1.0625rem);
  --al-flagship-letter: 0.22em;
  --al-flagship-topbar: clamp(0.75rem, 0.15vw + 0.7rem, 0.875rem);
}

/* --- Topbar: minimal editorial rail ----------------------------------- */

.al-topbar--flagship {
  background: rgba(6, 5, 8, 0.92);
  color: rgba(244, 240, 234, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--al-font-body, "DM Sans", system-ui, sans-serif);
  font-size: var(--al-flagship-topbar);
  letter-spacing: 0.12em;
}

body.al-ui-ivory .al-topbar--flagship:not(.al-topbar--cinema) {
  background: rgba(255, 253, 250, 0.94);
  color: rgba(42, 38, 32, 0.72);
  border-bottom-color: rgba(18, 16, 14, 0.08);
}

.al-topbar--cinema {
  background: rgba(4, 3, 6, 0.96);
  color: rgba(244, 240, 234, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.al-topbar__inner--flagship {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 44px;
  padding-block: 0.35rem;
  flex-wrap: wrap;
}

.al-topbar__rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.75rem;
}

.al-topbar__rail-item {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.al-topbar__rail-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.95rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(201, 169, 98, 0.55);
}

.al-topbar__rail-item a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.al-topbar__rail-item a:hover,
.al-topbar__rail-item a:focus-visible {
  color: #e8d9b0;
  border-bottom-color: rgba(201, 169, 98, 0.45);
}

body.al-ui-ivory .al-topbar__rail-item a:hover,
body.al-ui-ivory .al-topbar__rail-item a:focus-visible {
  color: #12100e;
}

.al-topbar__rail-item--accent a {
  color: #e4cf94;
}

.al-topbar__rail-item--gold a {
  color: #e4cf94;
}

body.al-ui-ivory .al-topbar__rail-item--accent a {
  color: #6b5420;
}

.al-topbar__locale {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.al-topbar__meta {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.al-topbar__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(201, 169, 98, 0.5);
}

/* --- Sticky shell + header -------------------------------------------- */

.al-sticky-head--flagship {
  z-index: 90;
}

.al-header--flagship {
  background: linear-gradient(180deg, rgba(10, 9, 12, 0.94), rgba(10, 9, 12, 0.82));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(22px) saturate(140%);
  transition: box-shadow 0.35s ease, background 0.35s ease;
}

body.al-ui-ivory .al-header--flagship {
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.97), rgba(252, 249, 244, 0.92));
  border-bottom-color: rgba(18, 16, 14, 0.07);
}

.al-header.is-compact.al-header--flagship {
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.al-header__shell--flagship {
  display: grid;
  grid-template-columns: auto minmax(0, max-content) 1fr auto;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  padding: clamp(16px, 2.2vw, 22px) 0 clamp(12px, 1.6vw, 16px);
}

.al-header__center-spacer {
  min-width: 0;
}

.al-header__logo-mark .custom-logo-link {
  display: flex;
  align-items: center;
}

.al-header__logo-mark img {
  max-height: clamp(36px, 4.5vw, 52px);
  width: auto;
}

.al-logo--flagship .al-logo__title {
  font-family: var(--al-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.15rem, 1.2vw + 1rem, 1.55rem);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--al-text, #f4efe6);
}

body.al-ui-ivory .al-logo--flagship .al-logo__title {
  color: #12100e;
}

.al-logo--flagship .al-logo__tag {
  font-size: clamp(0.68rem, 0.2vw + 0.62rem, 0.78rem);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(201, 169, 98, 0.9);
  margin-top: 0.2rem;
}

body.al-ui-ivory .al-logo--flagship .al-logo__tag {
  color: #6b5420;
}

.al-search-command {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 1rem 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--al-text, #f4efe6);
  font-family: var(--al-font-body, "DM Sans", system-ui, sans-serif);
  font-size: clamp(0.8rem, 0.2vw + 0.75rem, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.2s ease;
}

body.al-ui-ivory .al-search-command {
  color: #12100e;
  border-color: rgba(18, 16, 14, 0.12);
  background: rgba(255, 255, 255, 0.75);
}

.al-search-command:hover,
.al-search-command:focus-visible {
  border-color: rgba(201, 169, 98, 0.45);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.al-search-command__label {
  padding-right: 0.15rem;
}

.al-header__tools--flagship {
  gap: clamp(8px, 1.2vw, 16px);
}

.al-icon-link--flagship {
  font-size: clamp(0.78rem, 0.15vw + 0.72rem, 0.88rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.5rem 0.65rem;
}

/* --- Flagship primary nav -------------------------------------------- */

.al-nav--flagship.al-nav--luxury {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
}

body.al-ui-ivory .al-nav--flagship.al-nav--luxury {
  border-top-color: rgba(18, 16, 14, 0.06);
  background: transparent;
}

.al-flagship-nav {
  display: flex;
  justify-content: center;
  padding: 0.35rem 0 1.1rem;
}

.al-flagship-nav__track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1.2vw, 14px) clamp(10px, 2vw, 28px);
  width: 100%;
}

.al-flagship-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: var(--al-font-nav, "Montserrat", system-ui, sans-serif);
  font-size: var(--al-flagship-nav-track);
  font-weight: 600;
  letter-spacing: var(--al-flagship-letter);
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(244, 240, 234, 0.72);
  padding: 0.55rem 0.15rem 0.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: color 0.25s ease;
}

body.al-ui-ivory .al-flagship-nav__link {
  color: rgba(42, 38, 32, 0.72);
}

.al-flagship-nav__link-text {
  position: relative;
  display: inline-block;
}

.al-flagship-nav__link-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.28rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(201, 169, 98, 0.1), rgba(201, 169, 98, 0.85), rgba(201, 169, 98, 0.1));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.al-flagship-nav__link:hover .al-flagship-nav__link-text::after,
.al-flagship-nav__link:focus-visible .al-flagship-nav__link-text::after,
.al-flagship-nav__link.is-active .al-flagship-nav__link-text::after {
  transform: scaleX(1);
}

.al-flagship-nav__link:hover,
.al-flagship-nav__link:focus-visible {
  color: #f8f4ec;
}

body.al-ui-ivory .al-flagship-nav__link:hover,
body.al-ui-ivory .al-flagship-nav__link:focus-visible {
  color: #12100e;
}

.al-flagship-nav__link.is-active {
  color: #e8d9b0;
}

body.al-ui-ivory .al-flagship-nav__link.is-active {
  color: #6b5420;
}

.al-flagship-nav__link--mega {
  gap: 0.35rem;
}

.al-mega__chev {
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.65;
}

.al-mega--flagship.al-mega--lv:not(.is-open) .al-mega__panel,
.al-mega--flagship.al-mega--lv:not(.is-open):hover .al-mega__panel,
.al-mega--discover.al-mega--lv:not(.is-open) .al-mega__panel,
.al-mega--discover.al-mega--lv:not(.is-open):hover .al-mega__panel {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.al-mega--flagship.al-mega--lv.is-open .al-mega__panel,
.al-mega--discover.al-mega--lv.is-open .al-mega__panel {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.al-mega__panel--lv {
  z-index: 96;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(18, 16, 14, 0.08);
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.995), rgba(246, 241, 232, 0.99));
  color: #12100e;
  box-shadow: 0 40px 100px rgba(6, 5, 8, 0.28);
  transform: none !important;
  left: 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.45s;
}

.al-mega--flagship.al-mega--lv.is-open .al-mega__panel--lv,
.al-mega--discover.al-mega--lv.is-open .al-mega__panel--lv {
  animation: al-mega-lv-reveal 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes al-mega-lv-reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.al-mega-scrim {
  position: fixed;
  inset: 0;
  z-index: 94;
  background: rgba(4, 3, 6, 0.42);
  backdrop-filter: blur(10px) saturate(120%);
  transition: opacity 0.35s ease;
}

.al-mega-scrim[hidden] {
  display: none !important;
}

body.al-mega-open .al-sticky-head--flagship,
body.al-mega-open .al-sticky-head--cinema {
  z-index: 95;
}

.al-mega__inner--lv {
  max-width: none;
  width: 100%;
  padding: clamp(1.5rem, 3vw, 2.75rem) clamp(1.25rem, 4vw, 3.5rem) clamp(1.25rem, 2.5vw, 2rem);
}

.al-mega__lv-root {
  max-width: 1680px;
  margin: 0 auto;
}

.al-mega__lv-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(320px, 1.5fr) minmax(240px, 0.85fr);
  gap: clamp(1.25rem, 2.5vw, 2.75rem);
  align-items: start;
}

@media (max-width: 1199px) {
  .al-mega__lv-grid {
    grid-template-columns: 1fr 1fr;
  }

  .al-mega__lv-right {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .al-mega__lv-grid {
    grid-template-columns: 1fr;
  }
}

.al-mega__lv-kicker {
  margin: 0 0 0.45rem;
  font-family: var(--al-font-body, "DM Sans", system-ui, sans-serif);
  font-size: clamp(0.68rem, 0.12vw + 0.64rem, 0.76rem);
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(18, 16, 14, 0.45);
}

.al-mega__lv-editorial {
  padding: 1.1rem 1.15rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 16, 14, 0.07);
  box-shadow: 0 18px 50px rgba(10, 8, 6, 0.06);
}

.al-mega__lv-editorial-title {
  margin: 0 0 0.65rem;
  font-family: var(--al-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.35rem, 1vw + 1.1rem, 1.85rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #100e0c;
}

.al-mega__lv-editorial-lede {
  margin: 0 0 1rem;
  font-size: clamp(0.92rem, 0.2vw + 0.86rem, 1.02rem);
  line-height: 1.55;
  color: rgba(18, 16, 14, 0.72);
}

.al-mega__lv-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: #3d2f12;
  border-bottom: 1px solid rgba(201, 169, 98, 0.55);
  padding-bottom: 0.2rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.al-mega__lv-cta:hover {
  color: #12100e;
  border-bottom-color: #12100e;
}

.al-mega__lv-season {
  margin-top: 1.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(18, 16, 14, 0.08);
}

.al-mega__lv-season-copy {
  margin: 0 0 0.75rem;
  font-size: clamp(0.88rem, 0.15vw + 0.82rem, 0.98rem);
  line-height: 1.5;
  color: rgba(18, 16, 14, 0.68);
}

.al-mega__lv-textlink {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b5420;
  text-decoration: none;
  border-bottom: 1px solid rgba(107, 84, 32, 0.35);
}

.al-mega__lv-ai {
  margin-top: 1.35rem;
}

.al-mega__lv-ai-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.al-mega__lv-ai-link {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.65rem 0.75rem;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(18, 16, 14, 0.06);
  background: rgba(255, 255, 255, 0.55);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.al-mega__lv-ai-link:hover {
  border-color: rgba(201, 169, 98, 0.45);
  box-shadow: 0 12px 36px rgba(10, 8, 6, 0.08);
  transform: translateY(-2px);
}

.al-mega__lv-ai-k {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(18, 16, 14, 0.45);
}

.al-mega__lv-ai-label {
  font-size: clamp(0.9rem, 0.15vw + 0.85rem, 1rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.al-mega__lv-trend-cats,
.al-mega__lv-recent,
.al-mega__lv-budget {
  margin-top: 1.25rem;
}

.al-mega__lv-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.al-mega__lv-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: clamp(0.72rem, 0.1vw + 0.68rem, 0.8rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a1814;
  border: 1px solid rgba(18, 16, 14, 0.1);
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.2s ease;
}

.al-mega__lv-chip:hover {
  border-color: rgba(201, 169, 98, 0.5);
  background: rgba(201, 169, 98, 0.12);
  transform: translateY(-1px);
}

.al-mega__lv-chip--budget {
  letter-spacing: 0.1em;
}

.al-mega__lv-recent-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.al-mega__lv-recent-link {
  display: block;
  padding: 0.45rem 0;
  font-size: clamp(0.88rem, 0.12vw + 0.84rem, 0.96rem);
  font-weight: 500;
  text-decoration: none;
  color: #1a1814;
  border-bottom: 1px solid rgba(18, 16, 14, 0.06);
}

.al-mega__lv-recent-link:hover {
  color: #6b5420;
}

.al-mega__lv-hub-title {
  margin: 0 0 0.35rem;
  font-family: var(--al-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.1rem, 0.5vw + 1rem, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(18, 16, 14, 0.55);
}

.al-mega__lv-hub-sub {
  margin: 0 0 1.15rem;
  font-size: clamp(0.82rem, 0.12vw + 0.78rem, 0.92rem);
  line-height: 1.45;
  color: rgba(18, 16, 14, 0.5);
}

.al-mega__lv-cat-grid {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 0.75rem;
}

@media (min-width: 900px) {
  .al-mega__lv-cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.al-mega__lv-cat {
  display: block;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  text-decoration: none;
  color: #141210;
  font-size: clamp(0.82rem, 0.12vw + 0.78rem, 0.92rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.45);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.al-mega__lv-cat:hover {
  border-color: rgba(201, 169, 98, 0.35);
  background: rgba(255, 255, 255, 0.85);
}

.al-mega__lv-brandhouse-head {
  margin-bottom: 0.85rem;
}

.al-mega__lv-brand-scroll {
  max-height: min(52vh, 520px);
  overflow-y: auto;
  padding-right: 0.35rem;
  scrollbar-width: thin;
}

.al-mega__brand-group {
  margin-bottom: 1.5rem;
}

.al-mega__brand-group-title {
  margin: 0 0 0.65rem;
  font-size: clamp(0.72rem, 0.1vw + 0.68rem, 0.8rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(18, 16, 14, 0.48);
}

.al-mega__brand-rail {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.al-mega__brand-card {
  flex: 0 0 min(220px, 78vw);
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  padding: 0.75rem 0.85rem;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(18, 16, 14, 0.08);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 244, 236, 0.75));
  box-shadow: 0 14px 40px rgba(10, 8, 6, 0.06);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.al-mega__brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(10, 8, 6, 0.12);
  border-color: rgba(201, 169, 98, 0.4);
}

.al-mega__brand-card__visual {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, rgba(201, 169, 98, 0.35), rgba(18, 16, 14, 0.85));
  color: #faf7f2;
  font-family: var(--al-font-display, "Cormorant Garamond", serif);
}

.al-mega__brand-card__initials {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.al-mega__brand-card__name {
  display: block;
  font-size: clamp(0.92rem, 0.12vw + 0.88rem, 1.02rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.al-mega__brand-card__tagline {
  display: block;
  margin-top: 0.2rem;
  font-size: clamp(0.78rem, 0.1vw + 0.74rem, 0.86rem);
  color: rgba(18, 16, 14, 0.55);
  line-height: 1.35;
}

.al-mega__brand-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.45rem;
}

.al-mega__badge {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  border: 1px solid rgba(18, 16, 14, 0.12);
  color: rgba(18, 16, 14, 0.65);
}

.al-mega__badge--ai {
  border-color: rgba(120, 90, 200, 0.35);
  color: #4b3b7a;
  background: rgba(120, 90, 200, 0.08);
}

.al-mega__badge--trending {
  border-color: rgba(201, 169, 98, 0.55);
  color: #5c4818;
  background: rgba(201, 169, 98, 0.12);
}

.al-mega__badge--vip {
  border-color: rgba(18, 16, 14, 0.35);
  background: #12100e;
  color: #f4efe6;
}

.al-mega__badge--new {
  border-color: rgba(46, 125, 90, 0.35);
  color: #1f5a3f;
  background: rgba(46, 125, 90, 0.08);
}

.al-mega__badge--verified,
.al-mega__badge--featured {
  border-color: rgba(46, 110, 160, 0.35);
  color: #1f4a6e;
  background: rgba(46, 110, 160, 0.08);
}

.al-mega__lv-popular-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.al-mega__lv-popular-link {
  display: block;
  padding: 0.4rem 0;
  font-size: clamp(0.86rem, 0.1vw + 0.82rem, 0.94rem);
  text-decoration: none;
  color: #1a1814;
  border-bottom: 1px solid rgba(18, 16, 14, 0.06);
}

.al-mega__lv-popular-link:hover {
  color: #6b5420;
}

.al-mega__lv-campaign {
  position: relative;
  min-height: clamp(220px, 32vh, 360px);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(18, 16, 14, 0.08);
  background:
    linear-gradient(120deg, rgba(18, 16, 14, 0.75), rgba(40, 32, 28, 0.35)),
    radial-gradient(120% 80% at 80% 20%, rgba(201, 169, 98, 0.35), transparent 55%),
    #1a1512;
}

.al-mega__lv-campaign--image {
  background-image: linear-gradient(120deg, rgba(12, 10, 8, 0.65), rgba(18, 16, 14, 0.25)), var(--al-mega-campaign-bg);
  background-size: cover;
  background-position: center;
}

.al-mega__lv-campaign-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 5, 8, 0.1), rgba(6, 5, 8, 0.55));
  pointer-events: none;
}

.al-mega__lv-campaign-copy {
  position: relative;
  z-index: 1;
  padding: clamp(1.1rem, 2vw, 1.65rem);
  color: #faf7f2;
  max-width: 28rem;
}

.al-mega__lv-campaign-k {
  margin: 0 0 0.35rem;
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.75;
}

.al-mega__lv-campaign-h {
  margin: 0 0 0.5rem;
  font-family: var(--al-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.5rem, 1.2vw + 1.2rem, 2.1rem);
  font-weight: 500;
  letter-spacing: 0.06em;
}

.al-mega__lv-campaign-p {
  margin: 0 0 1.1rem;
  font-size: clamp(0.88rem, 0.15vw + 0.82rem, 0.98rem);
  line-height: 1.5;
  opacity: 0.88;
}

.al-mega__lv-campaign-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.al-mega__lv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.al-mega__lv-btn--solid {
  background: linear-gradient(120deg, #e8cf7a, #c9a227);
  color: #141008;
  border: none;
}

.al-mega__lv-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #faf7f2;
  background: rgba(255, 255, 255, 0.06);
}

.al-mega__lv-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.al-mega__lv-concierge {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.al-mega__lv-concierge-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: center;
  padding: 0.65rem 0.75rem;
  border-radius: 14px;
  text-decoration: none;
  color: #12100e;
  border: 1px solid rgba(18, 16, 14, 0.08);
  background: rgba(255, 255, 255, 0.65);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.al-mega__lv-concierge-row:hover {
  border-color: rgba(201, 169, 98, 0.45);
  background: rgba(255, 255, 255, 0.95);
}

.al-mega__lv-concierge-icon {
  font-size: 1rem;
  opacity: 0.75;
}

.al-mega__lv-concierge-k {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(18, 16, 14, 0.45);
}

.al-mega__lv-concierge-t {
  display: block;
  font-size: clamp(0.86rem, 0.1vw + 0.82rem, 0.94rem);
  font-weight: 600;
}

.al-mega__lv-conv-trust {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.al-mega__lv-pill {
  display: inline-block;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(18, 16, 14, 0.1);
  color: rgba(18, 16, 14, 0.55);
}

.al-mega__lv-trust {
  margin-top: clamp(1.25rem, 2vw, 2rem);
  padding-top: clamp(1rem, 1.5vw, 1.35rem);
  border-top: 1px solid rgba(18, 16, 14, 0.08);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem 1.25rem;
}

.al-mega__trust-cell {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.al-mega__trust-label {
  font-size: clamp(0.72rem, 0.08vw + 0.7rem, 0.8rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(18, 16, 14, 0.55);
}

.al-mega__trust-sub {
  font-size: clamp(0.78rem, 0.08vw + 0.74rem, 0.86rem);
  color: rgba(18, 16, 14, 0.45);
}

@media (prefers-reduced-motion: reduce) {
  .al-mega--flagship.al-mega--lv.is-open .al-mega__panel--lv,
  .al-mega--discover.al-mega--lv.is-open .al-mega__panel--lv {
    animation: none;
  }
}

/* --- Luxury search modal --------------------------------------------- */

body.al-search-modal-open {
  overflow: hidden;
}

.al-search-luxury {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(24px, 6vh, 72px) 1rem 2rem;
}

.al-search-luxury[hidden] {
  display: none !important;
}

.al-search-luxury__scrim {
  position: absolute;
  inset: 0;
  background: rgba(4, 3, 6, 0.72);
  backdrop-filter: blur(14px);
}

.al-search-luxury__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: calc(100vh - 48px);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(165deg, rgba(22, 20, 28, 0.98), rgba(12, 11, 16, 0.98));
  color: #f4f0ea;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.45);
  animation: al-search-reveal 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@keyframes al-search-reveal {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.al-search-luxury__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex: 0 0 auto;
}

.al-search-luxury__form {
  flex: 0 0 auto;
}

.al-search-luxury__kicker {
  margin: 0;
  font-family: var(--al-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.35rem, 1.2vw + 1.1rem, 1.85rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.al-search-luxury__close {
  border: 0;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}

.al-search-luxury__field {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.al-search-luxury__live {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.al-search-luxury__live[hidden] {
  display: none !important;
}

.al-search-luxury__live-k {
  margin: 0 0 0.55rem;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.6;
}

.al-search-luxury__live-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.al-search-luxury__live-link {
  display: block;
  padding: 0.45rem 0.15rem;
  font-size: clamp(0.9rem, 0.12vw + 0.86rem, 1rem);
  font-weight: 500;
  text-decoration: none;
  color: #f6f2ea;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: color 0.2s ease;
}

.al-search-luxury__live-link:hover {
  color: #e8d9b0;
}

.al-search-luxury__input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #faf7f2;
  font-size: clamp(1.05rem, 0.5vw + 0.95rem, 1.25rem);
  padding: 1rem 1.1rem;
  letter-spacing: 0.02em;
}

.al-search-luxury__input::placeholder {
  color: rgba(244, 240, 234, 0.45);
}

.al-search-luxury__voice {
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: rgba(244, 240, 234, 0.75);
  padding: 0 0.85rem;
  cursor: pointer;
}

.al-search-luxury__submit {
  border: 0;
  padding: 0 1.35rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.8rem;
  background: linear-gradient(120deg, #e8cf7a, #c9a227);
  color: #141008;
  cursor: pointer;
}

.al-search-luxury__visual {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.12);
}

.al-search-luxury__visual-label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  cursor: pointer;
}

.al-search-luxury__visual-text {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.75;
}

.al-search-luxury__visual-input {
  font-size: 0.85rem;
  opacity: 0.9;
}

.al-search-luxury__hint {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  line-height: 1.45;
  opacity: 0.72;
}

.al-search-luxury__section {
  margin-top: 1.35rem;
}

.al-search-luxury__label {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.65;
}

.al-search-luxury__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.al-search-luxury__chip {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: inherit;
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.al-search-luxury__chip:hover {
  border-color: rgba(201, 169, 98, 0.45);
  background: rgba(201, 169, 98, 0.12);
}

.al-search-luxury__recent {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.al-search-luxury__recent-btn {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: #f0ebe3;
  font: inherit;
  font-size: 0.95rem;
  padding: 0.35rem 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.al-search-luxury__ai {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
}

.al-search-luxury__ai-text {
  margin: 0;
  flex: 1;
  min-width: 200px;
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.78;
}

/* --- Search discovery engine (predictive + rails) -------------------- */

.al-search-luxury__body-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.15rem;
}

.al-search-luxury__predictive {
  margin-top: 1rem;
}

.al-search-luxury__predictive[hidden] {
  display: none !important;
}

.al-search-luxury__predictive-k {
  margin: 0 0 0.65rem;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.62;
}

.al-search-luxury__loading,
.al-search-luxury__empty-msg {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(244, 240, 234, 0.78);
}

.al-search-luxury__loading[hidden],
.al-search-luxury__empty-msg[hidden] {
  display: none !important;
}

.al-search-luxury__results {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.al-search-luxury__result-li {
  margin: 0;
}

.al-search-luxury__card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.55rem 0.35rem;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.al-search-luxury__card:hover,
.al-search-luxury__card:focus-visible {
  border-color: rgba(214, 181, 109, 0.35);
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

.al-search-luxury__card--plain {
  grid-template-columns: 1fr;
  padding: 0.45rem 0.35rem;
}

.al-search-luxury__card-media {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.al-search-luxury__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.al-search-luxury__card-media--empty {
  background: linear-gradient(135deg, rgba(214, 181, 109, 0.15), rgba(255, 255, 255, 0.04));
}

.al-search-luxury__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.al-search-luxury__card-title {
  font-family: var(--al-font-nav, "Montserrat", system-ui, sans-serif);
  font-size: clamp(0.82rem, 0.9vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.al-search-luxury__card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: baseline;
  font-size: 0.78rem;
  opacity: 0.82;
}

.al-search-luxury__card-cat {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.62rem;
  color: rgba(214, 181, 109, 0.85);
}

.al-search-luxury__card-price {
  font-weight: 600;
  color: #f4f0ea;
}

.al-search-luxury__fallback {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
}

.al-search-luxury__fallback[hidden] {
  display: none !important;
}

.al-search-luxury__fallback-link {
  color: #e8d9b0;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.al-search-luxury__tiers {
  margin-top: 1rem;
}

.al-search-luxury__tiers[hidden] {
  display: none !important;
}

.al-search-luxury__tier-note {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  line-height: 1.45;
  opacity: 0.55;
}

.al-search-luxury__tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

@media (max-width: 640px) {
  .al-search-luxury__tier-grid {
    grid-template-columns: 1fr;
  }
}

.al-search-luxury__tier-col {
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.2);
}

.al-search-luxury__tier-title {
  margin: 0 0 0.45rem;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(214, 181, 109, 0.88);
}

.al-search-luxury__tier-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.al-search-luxury__tier-link {
  font-size: 0.82rem;
  text-decoration: none;
  color: rgba(248, 244, 236, 0.88);
}

.al-search-luxury__tier-link:hover {
  color: #e8d9b0;
}

.al-search-luxury__mini-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .al-search-luxury__mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.al-search-luxury__mini-li {
  margin: 0;
}

.al-search-luxury__mini-li .al-search-luxury__card {
  grid-template-columns: 56px minmax(0, 1fr);
  min-height: 64px;
}

.al-search-luxury__mini-li .al-search-luxury__card-media {
  width: 56px;
  height: 56px;
}

.al-search-luxury__mini-li .al-search-luxury__card-title {
  font-size: 0.78rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.al-search-luxury__chips--dense {
  gap: 0.4rem;
}

.al-search-luxury__chip--ai {
  border-color: rgba(120, 160, 255, 0.28);
  background: rgba(80, 110, 200, 0.1);
}

.al-search-luxury__visual-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.al-search-luxury__visual-copy {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.al-search-luxury__visual-trigger {
  align-self: flex-start;
  border-radius: 999px;
  border: 1px solid rgba(214, 181, 109, 0.45);
  background: rgba(214, 181, 109, 0.12);
  color: #f6f2ea;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.45rem 0.95rem;
  cursor: pointer;
}

.al-search-luxury__visual-trigger:focus-visible {
  outline: 2px solid rgba(214, 181, 109, 0.55);
  outline-offset: 2px;
}

.al-search-luxury__visual-preview {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.al-search-luxury__visual-preview[hidden] {
  display: none !important;
}

.al-search-luxury__visual-preview img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.al-search-luxury__visual-clear {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 0;
  background: rgba(12, 10, 16, 0.92);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

/* --- Drawer — immersive ---------------------------------------------- */

.al-drawer--flagship .al-drawer__panel {
  width: min(100%, 100vw);
  max-width: 520px;
  background: linear-gradient(200deg, rgba(14, 12, 18, 0.99), rgba(8, 7, 11, 0.98));
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 540px) {
  .al-drawer--flagship .al-drawer__panel {
    max-width: none;
    width: 100%;
    border-left: none;
  }
}

.al-drawer__head--flagship {
  padding: clamp(1.25rem, 4vw, 1.75rem) clamp(1.25rem, 4vw, 1.75rem) 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.al-drawer__eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(201, 169, 98, 0.85);
}

.al-drawer__head--flagship .al-drawer__title {
  margin: 0;
  font-family: var(--al-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.5rem, 2vw + 1.1rem, 2rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: none;
  color: #faf7f2;
}

.al-drawer__body--flagship {
  padding: 1.25rem clamp(1.25rem, 4vw, 1.75rem) 2.5rem;
}

.al-drawer__hero {
  margin-bottom: 1.25rem;
}

.al-drawer__hero-link {
  display: block;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(125deg, rgba(201, 169, 98, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(201, 169, 98, 0.25);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.al-drawer__hero-link:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 169, 98, 0.45);
}

.al-drawer__hero-kicker {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 0.35rem;
}

.al-drawer__hero-title {
  display: block;
  font-family: var(--al-font-display, "Cormorant Garamond", serif);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
}

.al-drawer__hero-sub {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.88rem;
  opacity: 0.75;
  line-height: 1.45;
}

.al-drawer__quick--flagship {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.al-drawer__quick-pill {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(244, 240, 234, 0.88);
}

.al-drawer__quick-pill--gold {
  border-color: rgba(201, 169, 98, 0.45);
  background: rgba(201, 169, 98, 0.15);
  color: #f8f0dc;
}

.al-drawer__search-launch {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #faf7f2;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.al-drawer__houses-intro {
  margin: 0 0 1rem;
  font-size: clamp(0.86rem, 0.12vw + 0.8rem, 0.95rem);
  line-height: 1.5;
  color: rgba(244, 240, 234, 0.65);
}

.al-drawer__lux-accordion {
  margin-bottom: 0.5rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.al-drawer__lux-accordion-sum {
  list-style: none;
  cursor: pointer;
  padding: 0.85rem 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 240, 234, 0.88);
}

.al-drawer__lux-accordion-sum::-webkit-details-marker {
  display: none;
}

.al-drawer__lux-accordion[open] .al-drawer__lux-accordion-sum {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.al-drawer__lux-accordion-body {
  padding: 0.35rem 0.5rem 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.al-drawer__lux-brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: center;
  padding: 0.55rem 0.5rem;
  border-radius: 12px;
  text-decoration: none;
  color: #faf7f2;
  transition: background 0.2s ease;
}

.al-drawer__lux-brand:hover {
  background: rgba(255, 255, 255, 0.06);
}

.al-drawer__lux-brand-m {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--al-font-display, "Cormorant Garamond", serif);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: linear-gradient(145deg, rgba(201, 169, 98, 0.35), rgba(18, 16, 14, 0.85));
  color: #faf7f2;
}

.al-drawer__lux-brand-name {
  display: block;
  font-size: clamp(0.92rem, 0.1vw + 0.88rem, 1rem);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.al-drawer__lux-brand-line {
  display: block;
  margin-top: 0.15rem;
  font-size: clamp(0.78rem, 0.08vw + 0.74rem, 0.86rem);
  color: rgba(244, 240, 234, 0.55);
}

.al-drawer__tabs--flagship {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.al-drawer__section--flagship {
  margin-bottom: 1.75rem;
}

.al-drawer__section--flagship .al-drawer__section-title {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 0.65rem;
  opacity: 0.55;
}

.al-drawer__section--flagship .al-drawer__section-link {
  font-size: clamp(0.95rem, 0.3vw + 0.88rem, 1.08rem);
  padding: 0.65rem 0;
  letter-spacing: 0.06em;
  text-transform: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 1199px) {
  .al-header__shell--flagship {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "menu brand tools";
  }

  .al-header__brand {
    grid-area: brand;
    justify-self: center;
  }

  .al-menu-trigger {
    grid-area: menu;
  }

  .al-header__tools--flagship-mobile {
    grid-area: tools;
    display: flex;
  }

  .al-header__center-spacer {
    display: none;
  }

  .al-header__tools--flagship {
    display: none;
  }

  .al-nav--desktop {
    display: none;
  }
}

.al-footer .al-footer__list a,
.al-footer .al-footer__col-title {
  font-size: clamp(0.88rem, 0.2vw + 0.82rem, 0.98rem);
}

.al-footer .al-footer__col-title {
  letter-spacing: 0.18em;
}

.al-footer .al-footer__list a {
  letter-spacing: 0.05em;
}

.al-footer__newsletter-text {
  font-size: clamp(0.92rem, 0.25vw + 0.85rem, 1.02rem);
  line-height: 1.55;
}

/* ========================================================================
   Flagship cinema mega + shell (2.9) — editorial / discovery / maisons
   ======================================================================== */

.al-topbar__inner--cinema {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem 1.25rem;
  flex-wrap: nowrap;
}

.al-topbar__rail--left {
  grid-column: 1;
  justify-self: start;
}

.al-topbar__vip {
  grid-column: 2;
  margin: 0;
  justify-self: center;
  text-align: center;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(244, 240, 234, 0.88);
}

.al-topbar__inner--cinema .al-topbar__locale {
  grid-column: 3;
  justify-self: end;
}

.al-topbar--cinema .al-topbar__meta {
  color: rgba(244, 240, 234, 0.72);
}

.al-topbar--cinema .al-topbar__rail-item {
  color: rgba(244, 240, 234, 0.78);
}

.al-topbar--cinema .al-topbar__rail-item a:hover,
.al-topbar--cinema .al-topbar__rail-item a:focus-visible {
  color: #f0e4c8;
}

@media (max-width: 720px) {
  .al-topbar__inner--cinema {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .al-topbar__rail--left {
    justify-self: center;
  }

  .al-topbar__inner--cinema .al-topbar__locale {
    justify-self: center;
  }
}

.al-header--cinema-ivory {
  background: linear-gradient(180deg, #fffefb 0%, #faf6ee 100%) !important;
  border-bottom: 1px solid rgba(18, 16, 14, 0.06) !important;
  box-shadow: 0 14px 48px rgba(10, 9, 12, 0.06);
}

.al-header--cinema-ivory .al-search-command {
  border-color: rgba(18, 16, 14, 0.1);
  background: rgba(255, 255, 255, 0.82);
  color: #12100e;
}

.al-header--cinema-ivory .al-icon-link--flagship {
  color: #12100e;
}

.al-flagship-nav__flash {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: #12100e;
  color: #faf7f2;
  text-decoration: none;
  font-size: clamp(0.68rem, 0.15vw + 0.64rem, 0.76rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid rgba(214, 181, 109, 0.35);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.25s ease;
}

.al-flagship-nav__flash:hover,
.al-flagship-nav__flash:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 36px rgba(6, 5, 8, 0.28);
  outline: none;
}

.al-flagship-nav__flash-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.65em;
  height: 0.65em;
  margin-right: 0.35rem;
  color: #e4cf94;
  background: linear-gradient(135deg, #f5e5a8, #c9a962);
  clip-path: polygon(40% 0%, 100% 50%, 40% 100%, 0% 50%);
}

.al-mega__inner--cinema.al-mega__inner--lv {
  padding: clamp(1.75rem, 3vw, 3rem) clamp(1rem, 3.5vw, 3.25rem) clamp(1rem, 2vw, 1.75rem);
}

.al-mega__lv-grid--cinema {
  display: grid;
  grid-template-columns: minmax(260px, 1.05fr) minmax(0, 2.25fr) minmax(248px, 0.98fr);
  gap: clamp(1.5rem, 2.8vw, 3rem);
  align-items: stretch;
}

@media (max-width: 1199px) {
  .al-mega__lv-grid--cinema {
    grid-template-columns: 1fr;
  }
}

.al-mega__lv-left--cinema {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.al-mega__lv-cinema-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(280px, 32vh, 380px);
  border-radius: 0;
  box-shadow: 0 28px 90px rgba(6, 5, 8, 0.22);
}

.al-mega__lv-cinema-visual {
  position: absolute;
  inset: 0;
  background-image: var(--al-mega-editorial);
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.al-mega__lv-cinema-card:hover .al-mega__lv-cinema-visual {
  transform: scale(1.07);
}

.al-mega__lv-cinema-visual--gradient {
  background-image: radial-gradient(120% 100% at 18% 0%, #4a433c 0%, #1a1714 52%, #0a0908 100%);
}

.al-mega__lv-cinema-overlay {
  position: relative;
  z-index: 2;
  min-height: clamp(280px, 32vh, 380px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.25rem, 2vw, 2rem);
  color: #faf7f2;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 5, 8, 0.35) 38%, rgba(6, 5, 8, 0.92) 100%);
}

.al-mega__lv-cinema-k {
  margin: 0 0 0.35rem;
  font-size: 0.64rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.78;
}

.al-mega__lv-cinema-h {
  margin: 0 0 0.45rem;
  font-family: var(--al-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.65rem, 2.5vw, 2.45rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.05;
}

.al-mega__lv-cinema-p {
  margin: 0 0 1rem;
  max-width: 28ch;
  font-size: clamp(0.82rem, 0.2vw + 0.78rem, 0.95rem);
  line-height: 1.55;
  color: rgba(250, 247, 242, 0.82);
}

.al-mega__lv-cinema-cta {
  align-self: flex-start;
  display: inline-flex;
  padding: 0.55rem 1.15rem;
  border: 1px solid rgba(228, 207, 148, 0.65);
  color: #faf7f2;
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.al-mega__lv-cinema-cta:hover,
.al-mega__lv-cinema-cta:focus-visible {
  background: rgba(228, 207, 148, 0.12);
  outline: none;
}

.al-mega__lv-ai-rail {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(18, 16, 14, 0.08);
  background: rgba(255, 253, 250, 0.65);
}

.al-mega__lv-rail-k {
  margin: 0 0 0.55rem;
  font-size: 0.6rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(18, 16, 14, 0.45);
}

.al-mega__lv-ai-min {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.al-mega__lv-ai-min-link {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.4rem 0;
  text-decoration: none;
  color: #12100e;
  border-bottom: 1px solid rgba(18, 16, 14, 0.06);
  transition: color 0.2s ease, padding-left 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.al-mega__lv-ai-min-link:hover,
.al-mega__lv-ai-min-link:focus-visible {
  color: #6b5420;
  padding-left: 0.25rem;
  outline: none;
}

.al-mega__lv-ai-min-k {
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(18, 16, 14, 0.45);
}

.al-mega__lv-ai-min-l {
  font-size: clamp(0.82rem, 0.15vw + 0.78rem, 0.92rem);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.al-mega__lv-stylist {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(18, 16, 14, 0.1);
  text-decoration: none;
  color: #12100e;
  background: linear-gradient(135deg, rgba(255, 253, 250, 0.95), rgba(246, 241, 232, 0.9));
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.al-mega__lv-stylist:hover,
.al-mega__lv-stylist:focus-visible {
  box-shadow: 0 14px 40px rgba(6, 5, 8, 0.12);
  transform: translateY(-1px);
  outline: none;
}

.al-mega__lv-stylist-orb {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #f4e8cf, #c9a962 42%, #2a241c 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.al-mega__lv-stylist-k {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(18, 16, 14, 0.45);
}

.al-mega__lv-stylist-t {
  display: block;
  font-size: clamp(0.88rem, 0.2vw + 0.82rem, 1rem);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.al-mega__lv-orbit {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.al-mega__lv-orbit-chip {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 16, 14, 0.1);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #12100e;
  background: rgba(255, 253, 250, 0.75);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.al-mega__lv-orbit-chip:hover,
.al-mega__lv-orbit-chip:focus-visible {
  border-color: rgba(201, 169, 98, 0.55);
  background: rgba(255, 253, 250, 0.95);
  outline: none;
}

.al-mega__lv-center--cinema {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.75rem);
  align-content: start;
}

@media (max-width: 1199px) {
  .al-mega__lv-center--cinema {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .al-mega__lv-center--cinema {
    grid-template-columns: 1fr;
  }
}

.al-mega__lv-col-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(18, 16, 14, 0.08);
}

.al-mega__lv-col-title {
  margin: 0;
  font-size: 0.64rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(18, 16, 14, 0.55);
}

.al-mega__lv-col-all {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(18, 16, 14, 0.45);
  white-space: nowrap;
}

.al-mega__lv-col-all:hover,
.al-mega__lv-col-all:focus-visible {
  color: #6b5420;
  outline: none;
}

.al-mega__lv-women-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.al-mega__lv-women-link {
  display: block;
  padding: 0.42rem 0;
  font-size: clamp(0.92rem, 0.2vw + 0.86rem, 1.05rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #12100e;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, padding-left 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.al-mega__lv-women-link:hover,
.al-mega__lv-women-link:focus-visible {
  color: #6b5420;
  padding-left: 0.2rem;
  border-bottom-color: rgba(201, 169, 98, 0.35);
  outline: none;
}

.al-mega__lv-visual-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.al-mega__lv-visual-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.45rem 0.35rem;
  border-radius: 0.65rem;
  text-decoration: none;
  color: #12100e;
  transition: background 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.al-mega__lv-visual-row:hover,
.al-mega__lv-visual-row:focus-visible {
  background: rgba(255, 253, 250, 0.85);
  transform: translateX(2px);
  outline: none;
}

.al-mega__lv-visual-label {
  flex: 1;
  font-size: clamp(0.88rem, 0.18vw + 0.82rem, 0.98rem);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.al-mega__lv-visual-badge {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(18, 16, 14, 0.12);
}

.al-mega__lv-visual-badge--vip {
  background: linear-gradient(145deg, #e4cf94, #9a7b3a);
}

.al-mega__lv-visual-badge--trending {
  background: linear-gradient(145deg, #c8a27a, #5c3d28);
}

.al-mega__lv-visual-badge--new {
  background: #12100e;
}

.al-mega__glyph {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid rgba(18, 16, 14, 0.1);
  background: linear-gradient(145deg, #fffefb, #ebe4d8);
  position: relative;
}

.al-mega__glyph--bag::after {
  content: "";
  position: absolute;
  inset: 11px 9px 8px;
  border-radius: 40% 40% 30% 30%;
  border: 1px solid rgba(18, 16, 14, 0.18);
}

.al-mega__glyph--tote::after {
  content: "";
  position: absolute;
  inset: 10px 7px 9px;
  border: 1px solid rgba(18, 16, 14, 0.2);
  border-radius: 4px;
}

.al-mega__glyph--heel::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 9px;
  height: 14px;
  border-left: 1px solid rgba(18, 16, 14, 0.22);
  border-bottom: 1px solid rgba(18, 16, 14, 0.22);
  transform: skewX(-8deg);
}

.al-mega__glyph--sneaker::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 12px;
  height: 10px;
  border-radius: 6px;
  border: 1px solid rgba(18, 16, 14, 0.2);
}

.al-mega__glyph--jewel::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(18, 16, 14, 0.2);
  transform: rotate(45deg);
  border-radius: 3px;
}

.al-mega__glyph--watch::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px solid rgba(18, 16, 14, 0.22);
}

.al-mega__glyph--sun::after {
  content: "";
  position: absolute;
  inset: 11px 10px;
  border-radius: 40% 40% 45% 45%;
  border: 1px solid rgba(18, 16, 14, 0.22);
}

.al-mega__glyph--belt::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 1px;
  background: rgba(18, 16, 14, 0.25);
  transform: translateY(-50%);
}

.al-mega__lv-right--cinema {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.al-mega__lv-houses-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.al-mega__lv-houses-k {
  margin: 0;
  font-size: 0.62rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(18, 16, 14, 0.5);
}

.al-mega__lv-houses-all {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(18, 16, 14, 0.45);
}

.al-mega__lv-houses-all:hover,
.al-mega__lv-houses-all:focus-visible {
  color: #6b5420;
  outline: none;
}

.al-mega__lv-houses {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.al-mega__lv-house {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.35rem;
  text-decoration: none;
  color: #12100e;
  border-bottom: 1px solid rgba(18, 16, 14, 0.06);
  transition: background 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.al-mega__lv-house:hover,
.al-mega__lv-house:focus-visible {
  background: rgba(255, 253, 250, 0.75);
  transform: translateX(2px);
  outline: none;
}

.al-mega__lv-house-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #faf7f2;
  background: radial-gradient(circle at 30% 20%, #4a433c, #12100e 70%);
  border: 1px solid rgba(228, 207, 148, 0.35);
  flex-shrink: 0;
}

.al-mega__lv-house-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.al-mega__lv-house-name {
  font-size: clamp(0.88rem, 0.18vw + 0.82rem, 0.98rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.al-mega__lv-house-line {
  font-size: clamp(0.72rem, 0.12vw + 0.68rem, 0.82rem);
  color: rgba(18, 16, 14, 0.45);
  letter-spacing: 0.04em;
}

.al-mega__lv-house-badges {
  display: flex;
  gap: 0.25rem;
  margin-top: 0.15rem;
}

.al-mega__lv-house-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(18, 16, 14, 0.2);
}

.al-mega__lv-house-dot--vip {
  background: linear-gradient(145deg, #e4cf94, #7a622c);
}

.al-mega__lv-house-dot--trending {
  background: #c9a962;
}

.al-mega__lv-house-dot--new {
  background: #12100e;
}

.al-mega__lv-house-dot--ai {
  background: #6b8cff;
}

.al-mega__lv-house-dot--verified {
  background: #2f7d62;
}

.al-mega__lv-house-dot--featured {
  background: #8b5cf6;
}

.al-mega__lv-side-campaign {
  position: relative;
  min-height: clamp(220px, 28vh, 320px);
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(160deg, #2a241c, #0f0e0d);
  border: 1px solid rgba(18, 16, 14, 0.12);
}

.al-mega__lv-side-campaign--image {
  background-image: var(--al-mega-side-bg);
  background-size: cover;
  background-position: center;
}

.al-mega__lv-side-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 5, 8, 0.1) 0%, rgba(6, 5, 8, 0.75) 100%);
}

.al-mega__lv-side-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem 1.1rem;
  color: #faf7f2;
}

.al-mega__lv-side-k {
  margin: 0 0 0.35rem;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.78;
}

.al-mega__lv-side-h {
  margin: 0 0 0.85rem;
  font-family: var(--al-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  letter-spacing: 0.06em;
}

.al-mega__lv-side-cta {
  align-self: flex-start;
  display: inline-flex;
  padding: 0.5rem 1rem;
  background: rgba(250, 247, 242, 0.12);
  border: 1px solid rgba(228, 207, 148, 0.45);
  color: #faf7f2;
  text-decoration: none;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.al-mega__lv-side-actions {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.al-mega__lv-side-link {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(18, 16, 14, 0.55);
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(18, 16, 14, 0.06);
  transition: color 0.2s ease;
}

.al-mega__lv-side-link:hover,
.al-mega__lv-side-link:focus-visible {
  color: #6b5420;
  outline: none;
}

.al-mega__lv-trust--icons {
  margin-top: clamp(1.25rem, 2vw, 2rem);
  padding-top: 1rem;
  border-top: 1px solid rgba(18, 16, 14, 0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 0.75rem;
  background: linear-gradient(180deg, rgba(246, 241, 232, 0.55), rgba(255, 253, 250, 0.35));
}

.al-mega__trust-icon-cell {
  flex: 1 1 120px;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  padding: 0.5rem 0.25rem;
}

.al-mega__trust-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(18, 16, 14, 0.12);
  position: relative;
  background: rgba(255, 253, 250, 0.85);
}

.al-mega__trust-icon::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 98, 0.45);
}

.al-mega__trust-icon-label {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(18, 16, 14, 0.55);
  max-width: 12ch;
  line-height: 1.35;
}

.al-mega__lv-popular--cinema {
  grid-column: 1 / -1;
  margin-top: 0.5rem;
  padding: 0.85rem 1rem;
  border: 1px dashed rgba(18, 16, 14, 0.12);
  background: rgba(255, 253, 250, 0.5);
}

/* --- Gender mega: 3- and 4-column editorial lattice ------------------- */

.al-mega__lv-center--cols-3,
.al-mega__lv-center--cols-4 {
  display: grid;
  gap: clamp(1rem, 2vw, 1.75rem);
  align-items: start;
}

.al-mega__lv-center--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.al-mega__lv-center--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .al-mega__lv-center--cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .al-mega__lv-center--cols-3,
  .al-mega__lv-center--cols-4 {
    grid-template-columns: 1fr;
  }
}

.al-mega__lv-ai-rail--extended {
  max-height: min(70vh, 520px);
  overflow-y: auto;
  padding-right: 0.35rem;
  scrollbar-width: thin;
}

/* --- Brands universe mega --------------------------------------------- */

.al-mega__inner--brands-universe .al-mega__lv-root {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.al-mega__brands-head {
  max-width: 52rem;
}

.al-mega__brands-k {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.72;
}

.al-mega__brands-h {
  margin: 0 0 0.5rem;
  font-family: var(--al-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  letter-spacing: 0.04em;
}

.al-mega__brands-p {
  margin: 0;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.55;
  color: rgba(18, 16, 14, 0.62);
}

.al-mega__brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.al-mega__brands-group {
  padding: 1rem 1rem 1.1rem;
  border: 1px solid rgba(18, 16, 14, 0.08);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.92), rgba(246, 241, 232, 0.55));
}

.al-mega__brands-group-title {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(18, 16, 14, 0.72);
}

.al-mega__brands-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.al-mega__brand-tile {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.55rem 0.4rem;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(18, 16, 14, 0.06);
  transition: background 0.2s ease, transform 0.2s ease;
}

.al-mega__brand-tile:hover,
.al-mega__brand-tile:focus-visible {
  background: rgba(255, 253, 250, 0.65);
  outline: none;
  transform: translateX(2px);
}

.al-mega__brand-mark {
  flex: 0 0 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  border: 1px solid rgba(18, 16, 14, 0.12);
  background: rgba(255, 253, 250, 0.9);
}

.al-mega__brand-name {
  display: block;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.al-mega__brand-line {
  display: block;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(18, 16, 14, 0.55);
}

.al-mega__brands-campaign {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
  gap: 1rem;
  align-items: stretch;
}

@media (max-width: 900px) {
  .al-mega__brands-campaign {
    grid-template-columns: 1fr;
  }
}

.al-mega__brands-side-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.5rem 0;
}

.al-trust-strip--flagship {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.85rem 0;
  font-size: clamp(0.78rem, 0.9vw, 0.9rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(18, 16, 14, 0.65);
}

/* --- Reference image alignment: flash CTA, header cluster, mega noir depth --- */

.al-header__left-cluster {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex: 1 1 40%;
  min-width: 0;
}

.al-search-command--inline {
  flex: 1 1 auto;
  max-width: min(320px, 42vw);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 181, 109, 0.35);
  background: rgba(8, 8, 10, 0.55);
  color: rgba(244, 240, 234, 0.82);
  font-family: var(--al-font-nav, "Montserrat", sans-serif);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.al-search-command--inline:hover,
.al-search-command--inline:focus-visible {
  border-color: rgba(214, 181, 109, 0.65);
  background: rgba(12, 12, 14, 0.75);
  outline: none;
}

.al-search-command__placeholder {
  opacity: 0.72;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.al-icon-link--ai .al-icon-link__ai-glow {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 160, 255, 0.35) 0%, transparent 70%);
  opacity: 0.85;
  pointer-events: none;
}

.al-icon-link--ai {
  position: relative;
}

.al-flagship-nav__link--flash-deals {
  color: #f3e6c8 !important;
  text-shadow: 0 0 18px rgba(214, 181, 109, 0.35);
}

.al-mega__inner--lv.al-mega__inner--cinema {
  background: linear-gradient(165deg, #060607 0%, #101014 42%, #0a0a0c 100%);
  color: rgba(248, 244, 236, 0.92);
  border: 1px solid rgba(214, 181, 109, 0.12);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
}

body.al-ui-ivory .al-mega__inner--lv.al-mega__inner--cinema {
  background: linear-gradient(165deg, #fdfbf7 0%, #f0ebe2 55%, #faf7f2 100%);
  color: rgba(22, 20, 18, 0.92);
  border-color: rgba(18, 16, 14, 0.08);
  box-shadow: 0 32px 90px rgba(18, 16, 14, 0.12);
}
