/* =========================================================
   Automotive News and Reviews — Luxury Editorial Magazine
   Prefix: anr- / lux-
   ========================================================= */

:root {
  --pearl: #F7F4EF;
  --ink: #1A1714;
  --gold: #C4A35A;
  --gold-soft: #E8D5A3;
  --champagne: #F0E6D2;
  --mist: #EDE8E0;
  --ink-soft: rgba(26, 23, 20, 0.62);
  --ink-faint: rgba(26, 23, 20, 0.12);
  --glass: rgba(247, 244, 239, 0.72);
  --nav-h: 4.5rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.dark-theme {
  --pearl: #141210;
  --ink: #F7F4EF;
  --champagne: #1E1B17;
  --mist: #1A1714;
  --ink-soft: rgba(247, 244, 239, 0.65);
  --ink-faint: rgba(247, 244, 239, 0.12);
  --glass: rgba(20, 18, 16, 0.78);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-text-size-adjust: 100%;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body.anr-body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ink);
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(196, 163, 90, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(232, 213, 163, 0.18), transparent 50%),
    var(--pearl);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; font-weight: 400; }
address { font-style: normal; }
button, input, textarea {
  font: inherit;
  color: inherit;
}

h1, h2, .lux-hero__brand, .anr-foot__brand, .lux-page-hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

h1 { font-size: clamp(2.4rem, 6vw, 4.8rem); }
h2 { font-size: clamp(1.85rem, 3.8vw, 3rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 500; }

.anr-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--pearl);
  padding: 0.75rem 1rem;
  z-index: 9999;
}
.anr-skip:focus { left: 1rem; top: 1rem; }

.anr-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  font-weight: 500;
}

.anr-rule {
  width: 3.5rem;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 1.25rem 0 1.5rem;
}

/* Buttons — weight 400/500 only */
.anr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  border: 1px solid transparent;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: transform 0.45s var(--ease), background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
  cursor: pointer;
  background: transparent;
}
.anr-btn:hover { transform: translateY(-2px); }
.anr-btn--gold {
  background: var(--gold);
  color: #1A1714;
  border-color: var(--gold);
}
.anr-btn--gold:hover { background: var(--gold-soft); border-color: var(--gold-soft); }
.anr-btn--ghost {
  border-color: rgba(196, 163, 90, 0.45);
  color: var(--ink);
}
.anr-btn--ghost:hover { border-color: var(--gold); background: rgba(196, 163, 90, 0.08); }
.anr-btn--ink {
  background: var(--ink);
  color: var(--pearl);
  border-color: var(--ink);
}

/* ---------- Nav glass ---------- */
.anr-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--nav-h);
  background: var(--glass);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-bottom: 1px solid var(--ink-faint);
}
.anr-nav__inner {
  max-width: 1320px;
  margin: 0 auto;
  height: 100%;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.anr-nav__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.anr-nav__mark {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.anr-nav__name {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.2;
}
.anr-nav__en {
  font-family: var(--font-display);
  font-size: clamp(0.85rem, 2vw, 1.05rem);
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anr-nav__jp {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  color: var(--ink-soft);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anr-nav__links {
  display: none;
  align-items: center;
  gap: 1.6rem;
}
.anr-nav__link {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--ink-soft);
  position: relative;
  padding: 0.25rem 0;
}
.anr-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.4s var(--ease);
}
.anr-nav__link:hover,
.anr-nav__link.is-here { color: var(--ink); }
.anr-nav__link:hover::after,
.anr-nav__link.is-here::after { width: 100%; }

.anr-nav__tools {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.anr-nav__linkedin,
.anr-nav__theme,
.anr-burger {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink-faint);
  background: transparent;
  cursor: pointer;
  color: var(--ink);
  transition: border-color 0.3s ease, color 0.3s ease;
}
.anr-nav__linkedin:hover,
.anr-nav__theme:hover { border-color: var(--gold); color: var(--gold); }
.anr-icon-moon { display: none; }
.dark-theme .anr-icon-sun { display: none; }
.dark-theme .anr-icon-moon { display: block; }

.anr-burger { gap: 5px; }
.anr-burger i {
  display: block;
  width: 14px;
  height: 1px;
  background: currentColor;
  transition: transform 0.4s var(--ease);
}
.anr-burger[aria-expanded="true"] i:first-child { transform: translateY(3px) rotate(45deg); }
.anr-burger[aria-expanded="true"] i:last-child { transform: translateY(-3px) rotate(-45deg); }

.anr-nav__rule {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: transparent;
}
.anr-nav__rule span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  transition: width 0.1s linear;
}

/* Flyout */
.anr-flyout {
  position: fixed;
  top: 0;
  right: 0;
  width: min(22rem, 88vw);
  height: 100%;
  z-index: 120;
  padding: 6rem 1.75rem 2rem;
  background: var(--pearl);
  border-left: 1px solid var(--ink-faint);
  transform: translateX(105%);
  transition: transform 0.55s var(--ease);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.anr-flyout.is-open { transform: translateX(0); }
.anr-flyout__eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  color: var(--gold);
  font-weight: 500;
}
.anr-flyout__brand {
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1.2;
}
.anr-flyout__jp {
  font-size: 0.78rem;
  color: var(--ink-soft);
  margin-bottom: 1rem;
}
.anr-flyout__nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.anr-flyout__nav a {
  display: block;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--ink-faint);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: color 0.3s ease, padding-left 0.35s var(--ease);
}
.anr-flyout__nav a:hover { color: var(--gold); padding-left: 0.4rem; }
.anr-flyout__addr {
  margin-top: auto;
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.8;
}
.anr-flyout__addr a:hover { color: var(--gold); }

.anr-veil {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(26, 23, 20, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.anr-veil.is-on {
  opacity: 1;
  pointer-events: auto;
}

main#main { padding-top: 0; }

/* ---------- Hero ---------- */
.lux-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #F7F4EF;
}
.lux-hero__media {
  position: absolute;
  inset: -8% 0 -8% 0;
  background-size: cover;
  background-position: center 40%;
  will-change: transform;
}
.lux-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(26, 23, 20, 0.2) 0%, rgba(26, 23, 20, 0.48) 42%, rgba(20, 18, 16, 0.88) 100%),
    linear-gradient(90deg, rgba(26, 23, 20, 0.55) 0%, rgba(26, 23, 20, 0.18) 48%, transparent 72%),
    radial-gradient(ellipse 70% 55% at 78% 28%, rgba(196, 163, 90, 0.22), transparent 62%),
    radial-gradient(ellipse 50% 40% at 12% 80%, rgba(232, 213, 163, 0.12), transparent 55%);
  pointer-events: none;
}
.lux-hero__gold {
  position: absolute;
  left: 0;
  top: 20%;
  width: 1px;
  height: 40%;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  opacity: 0.7;
}
.lux-hero__content {
  position: relative;
  z-index: 2;
  width: min(720px, 92vw);
  padding: 0 1.25rem 5.5rem;
  max-width: 1320px;
  margin: 0 auto 0 0;
  margin-left: max(1.25rem, calc((100vw - 1320px) / 2 + 1.25rem));
}
.lux-hero__brand {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  letter-spacing: 0.06em;
  color: var(--gold-soft);
  margin-bottom: 0.2rem;
}
.lux-hero__brand-jp {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: rgba(247, 244, 239, 0.7);
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.lux-hero__title {
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  color: #F7F4EF;
  margin-bottom: 1.1rem;
}
.lux-hero__lead {
  max-width: 32rem;
  color: rgba(247, 244, 239, 0.78);
  margin-bottom: 1.75rem;
  font-size: 0.98rem;
}
.lux-hero__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.lux-hero .anr-btn--ghost { color: #F7F4EF; border-color: rgba(232, 213, 163, 0.45); }
.lux-hero .anr-btn--ghost:hover { background: rgba(232, 213, 163, 0.12); }
.lux-hero__scroll {
  position: absolute;
  right: 1.5rem;
  bottom: 2rem;
  z-index: 2;
  writing-mode: vertical-rl;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  color: rgba(247, 244, 239, 0.55);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lux-hero__scroll span {
  width: 1px;
  height: 3rem;
  background: linear-gradient(180deg, var(--gold), transparent);
  animation: luxPulse 2.4s ease-in-out infinite;
}

@keyframes luxPulse {
  0%, 100% { opacity: 0.35; transform: scaleY(0.85); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* ---------- Categories ---------- */
.lux-cats {
  padding: 5.5rem 0 4rem;
  max-width: 1320px;
  margin: 0 auto;
}
.lux-cats__head { padding: 0 1.25rem 2rem; max-width: 36rem; }
.lux-cats__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0 1.25rem 1rem;
  scroll-snap-type: x mandatory;
}
.lux-cats__track::-webkit-scrollbar { display: none; }
.lux-cat {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--ink-faint);
  border-bottom: 1px solid var(--ink-faint);
  border-right: 1px solid var(--ink-faint);
  min-height: 22rem;
  overflow: hidden;
  transition: background 0.4s ease, transform 0.45s var(--ease);
  background: linear-gradient(180deg, rgba(240, 230, 210, 0.35), transparent);
}
.lux-cat:first-child { border-left: 1px solid var(--ink-faint); }
.lux-cat:hover {
  background: var(--champagne);
  transform: translateY(-4px);
}
.lux-cat__media {
  display: block;
  flex: 1 1 auto;
  min-height: 11rem;
  background-size: cover;
  background-position: center;
  position: relative;
  filter: sepia(0.22) saturate(0.72) brightness(1.05);
  transition: transform 0.7s var(--ease), filter 0.45s ease;
}
.lux-cat__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(247, 244, 239, 0.08), rgba(26, 23, 20, 0.45)),
    linear-gradient(135deg, rgba(196, 163, 90, 0.28), transparent 55%);
  pointer-events: none;
}
.dark-theme .lux-cat__media {
  filter: sepia(0.28) saturate(0.65) brightness(0.88);
}
.dark-theme .lux-cat__media::after {
  background:
    linear-gradient(180deg, rgba(20, 18, 16, 0.2), rgba(20, 18, 16, 0.62)),
    linear-gradient(135deg, rgba(196, 163, 90, 0.32), transparent 55%);
}
.lux-cat:hover .lux-cat__media {
  transform: scale(1.04);
  filter: sepia(0.18) saturate(0.85) brightness(1.08);
}
.dark-theme .lux-cat:hover .lux-cat__media {
  filter: sepia(0.22) saturate(0.75) brightness(0.95);
}
.lux-cat__body {
  display: block;
  padding: 1.35rem 1.35rem 1.5rem;
}
.lux-cat__n {
  display: block;
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 0.85rem;
}
.lux-cat h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.lux-cat p { font-size: 0.88rem; color: var(--ink-soft); }

/* ---------- Philosophy ---------- */
.lux-philo {
  display: grid;
  gap: 2rem;
  padding: 4rem 1.25rem 5rem;
  max-width: 1320px;
  margin: 0 auto;
  border-top: 1px solid var(--ink-faint);
}
.lux-philo__sticky {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.lux-philo__sticky p:not(.anr-eyebrow) {
  color: var(--ink-soft);
  max-width: 28rem;
  margin-bottom: 1.75rem;
}
.lux-philo__visual {
  position: relative;
  width: 100%;
  margin: 2rem 0 0;
  overflow: hidden;
  isolation: isolate;
}
.lux-philo__img {
  min-height: clamp(220px, 32vw, 340px);
  background-size: cover;
  background-position: center 45%;
  background-color: var(--champagne);
  filter: saturate(0.88) contrast(1.02);
  will-change: transform;
}
.lux-philo__wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(160deg, rgba(196, 163, 90, 0.28) 0%, transparent 42%),
    linear-gradient(0deg, rgba(247, 244, 239, 0.55) 0%, transparent 38%),
    radial-gradient(ellipse 70% 55% at 80% 20%, rgba(232, 213, 163, 0.35), transparent 60%);
  mix-blend-mode: soft-light;
}
.dark-theme .lux-philo__wash {
  background:
    linear-gradient(160deg, rgba(196, 163, 90, 0.32) 0%, transparent 45%),
    linear-gradient(0deg, rgba(20, 18, 16, 0.55) 0%, transparent 40%),
    radial-gradient(ellipse 70% 55% at 80% 20%, rgba(232, 213, 163, 0.22), transparent 60%);
  mix-blend-mode: normal;
}
.lux-philo__scroll { display: flex; flex-direction: column; gap: 1rem; }
.lux-philo__block {
  padding: 1.75rem 1.5rem;
  background: var(--mist);
  border-left: 1px solid var(--gold);
  transition: transform 0.45s var(--ease), box-shadow 0.45s ease;
}
.lux-philo__block:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(26, 23, 20, 0.06);
}
.lux-philo__block span {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.75rem;
}
.lux-philo__block p { color: var(--ink-soft); margin-top: 0.5rem; font-size: 0.92rem; }

/* ---------- Fleet ---------- */
.lux-fleet {
  padding: 2rem 1.25rem 5rem;
  max-width: 1320px;
  margin: 0 auto;
}
.lux-fleet__head { margin-bottom: 2.5rem; max-width: 32rem; }
.lux-fleet__grid {
  display: grid;
  gap: 1.25rem;
}
.lux-fleet__card {
  display: grid;
  background: var(--champagne);
  overflow: hidden;
  transition: transform 0.5s var(--ease);
}
.lux-fleet__card:hover { transform: translateY(-4px); }
.lux-fleet__img {
  position: relative;
  min-height: 220px;
  background-size: cover;
  background-position: center;
}
.lux-fleet__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(240, 230, 210, 0.35) 100%),
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(196, 163, 90, 0.18), transparent 55%);
  pointer-events: none;
}
.lux-fleet__meta { padding: 1.35rem 1.4rem 1.6rem; }
.lux-fleet__price {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.lux-fleet__meta h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  margin-bottom: 0.45rem;
}
.lux-fleet__meta p { font-size: 0.9rem; color: var(--ink-soft); }

/* ---------- Concierge ---------- */
.lux-concierge {
  display: grid;
  min-height: 70vh;
}
.lux-concierge__visual {
  min-height: 320px;
  background-size: cover;
  background-position: center;
}
.lux-concierge__copy {
  padding: 3.5rem 1.5rem;
  background: var(--mist);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.lux-concierge__list {
  width: 100%;
  margin: 0.5rem 0 2rem;
}
.lux-concierge__list li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--ink-faint);
  font-size: 0.95rem;
  display: flex;
  gap: 1rem;
  align-items: baseline;
}
.lux-concierge__list em {
  font-style: normal;
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1rem;
  min-width: 1.6rem;
}

/* ---------- Path timeline ---------- */
.lux-path {
  display: grid;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
  background: var(--champagne);
}
.lux-path__visual {
  position: relative;
  min-height: 280px;
  background-size: cover;
  background-position: center 40%;
  filter: saturate(0.72) brightness(1.04) sepia(0.18);
}
.lux-path__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(196, 163, 90, 0.28), transparent 55%),
    linear-gradient(180deg, rgba(247, 244, 239, 0.15), rgba(26, 23, 20, 0.22));
  pointer-events: none;
}
.dark-theme .lux-path__visual {
  filter: saturate(0.65) brightness(0.88) sepia(0.22);
}
.dark-theme .lux-path__visual::after {
  background:
    linear-gradient(135deg, rgba(196, 163, 90, 0.35), transparent 55%),
    linear-gradient(180deg, rgba(20, 18, 16, 0.25), rgba(20, 18, 16, 0.45));
}
.lux-path__body {
  padding: 3.5rem 1.5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lux-path__head { margin-bottom: 2.5rem; }
.lux-path__rail {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid var(--gold-soft);
  margin-left: 0.75rem;
}
.lux-path__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  padding: 0 0 2.5rem 1.5rem;
  position: relative;
}
.lux-path__step:last-child { padding-bottom: 0; }
.lux-path__n {
  position: absolute;
  left: -0.85rem;
  top: 0;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: var(--champagne);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 0.7rem;
  color: var(--gold);
}
.lux-path__step h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
  margin-left: 0.5rem;
}
.lux-path__step p {
  margin-left: 0.5rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

/* ---------- Voices ---------- */
.lux-voices {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 0 5rem;
  background:
    linear-gradient(180deg, rgba(240, 230, 210, 0.55), transparent 40%),
    var(--mist);
}
.lux-voices__visual {
  position: relative;
  min-height: clamp(220px, 30vw, 360px);
  background-size: cover;
  background-position: center 45%;
  filter: saturate(0.7) brightness(1.06) sepia(0.2);
}
.lux-voices__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(196, 163, 90, 0.3), transparent 55%),
    linear-gradient(180deg, rgba(247, 244, 239, 0.12), rgba(26, 23, 20, 0.28));
  pointer-events: none;
}
.dark-theme .lux-voices__visual {
  filter: saturate(0.62) brightness(0.88) sepia(0.24);
}
.dark-theme .lux-voices__visual::after {
  background:
    linear-gradient(135deg, rgba(196, 163, 90, 0.36), transparent 55%),
    linear-gradient(180deg, rgba(20, 18, 16, 0.28), rgba(20, 18, 16, 0.5));
}
.lux-voices__body {
  padding: 2.75rem 1.25rem 0;
}
.lux-voices__head { margin-bottom: 2rem; }
.lux-voices__grid {
  display: grid;
  gap: 1rem;
}
.lux-voice {
  margin: 0;
  padding: 1.75rem 1.5rem;
  background: var(--pearl);
  border: 1px solid var(--ink-faint);
  border-top: 1px solid var(--gold);
  transition: transform 0.45s var(--ease);
}
.lux-voice:hover { transform: translateY(-3px); }
.lux-voice p {
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.55;
  margin-bottom: 1.1rem;
}
.lux-voice cite {
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  font-weight: 500;
}

/* ---------- CTA ---------- */
.lux-cta {
  padding: 5.5rem 1.25rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--champagne);
}
.lux-cta__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
  transform: scale(1.06);
}
.lux-cta__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(247, 244, 239, 0.82) 0%, rgba(240, 230, 210, 0.72) 45%, rgba(247, 244, 239, 0.88) 100%),
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(196, 163, 90, 0.28), transparent 58%),
    radial-gradient(ellipse 50% 40% at 80% 10%, rgba(232, 213, 163, 0.22), transparent 55%);
  pointer-events: none;
}
.dark-theme .lux-cta__veil {
  background:
    linear-gradient(180deg, rgba(20, 18, 16, 0.86) 0%, rgba(30, 27, 23, 0.78) 45%, rgba(20, 18, 16, 0.9) 100%),
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(196, 163, 90, 0.22), transparent 58%),
    radial-gradient(ellipse 50% 40% at 80% 10%, rgba(232, 213, 163, 0.12), transparent 55%);
}
.lux-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lux-cta__inner h2 { margin-bottom: 0.85rem; }
.lux-cta__inner .anr-rule { margin-left: auto; margin-right: auto; }
.lux-cta__inner p:not(.anr-eyebrow) {
  color: var(--ink-soft);
  margin-bottom: 1.5rem;
}
.lux-cta__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  margin-bottom: 1.75rem;
}
.lux-cta__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }

/* ---------- Supplemental editorial cards ---------- */
.lux-extra {
  padding: 0 1.25rem 2rem;
}
.lux-extra__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  background: linear-gradient(135deg, rgba(240, 230, 210, 0.78), rgba(247, 244, 239, 0.92));
  border: 1px solid rgba(196, 163, 90, 0.18);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(26, 23, 20, 0.08);
  overflow: hidden;
}
.dark-theme .lux-extra__inner {
  background: linear-gradient(135deg, rgba(30, 27, 23, 0.94), rgba(20, 18, 16, 0.9));
  border-color: rgba(232, 213, 163, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}
.lux-extra__media {
  position: relative;
  min-height: 240px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.lux-extra__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(26, 23, 20, 0.08) 0%, rgba(26, 23, 20, 0.18) 38%, rgba(26, 23, 20, 0.78) 100%),
    linear-gradient(135deg, rgba(196, 163, 90, 0.3), transparent 55%);
  pointer-events: none;
}
.lux-extra__overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.4rem 1.35rem 1.5rem;
  color: #F7F4EF;
}
.lux-extra__label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 0.55rem;
  font-weight: 500;
}
.lux-extra__overlay h3 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  line-height: 1.15;
  margin-bottom: 0.45rem;
  color: #F7F4EF;
}
.lux-extra__overlay p {
  max-width: 24rem;
  color: rgba(247, 244, 239, 0.8);
  font-size: 0.92rem;
  line-height: 1.65;
}
.lux-extra__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 4rem);
}
.lux-extra__kicker {
  margin: -0.15rem 0 0;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.lux-extra__body h2 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  line-height: 1.08;
}
.lux-extra__body p:not(.anr-eyebrow) {
  margin: 0;
  max-width: 34rem;
  color: var(--ink-soft);
  line-height: 1.8;
}
.lux-extra__points {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
.lux-extra__points li {
  display: grid;
  gap: 0.18rem;
  padding: 0.9rem 1rem;
  background: rgba(247, 244, 239, 0.58);
  border-left: 2px solid rgba(196, 163, 90, 0.65);
}
.dark-theme .lux-extra__points li {
  background: rgba(247, 244, 239, 0.04);
}
.lux-extra__points strong {
  font-size: 0.9rem;
  font-weight: 600;
}
.lux-extra__points span {
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.6;
}
.lux-extra__body .anr-btn {
  margin-top: 1.5rem;
  align-self: flex-start;
}

/* ---------- Page hero ---------- */
.lux-page-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #F7F4EF;
  padding: calc(var(--nav-h) + 2rem) 1.25rem 4rem;
}
.lux-page-hero__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.lux-page-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 23, 20, 0.35), rgba(26, 23, 20, 0.78));
}
.lux-page-hero__copy { position: relative; z-index: 2; max-width: 40rem; }
.lux-page-hero__jp {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  color: var(--gold-soft);
  margin: 0.5rem 0 1rem;
  font-weight: 500;
}
.lux-page-hero__lead { color: rgba(247, 244, 239, 0.78); max-width: 34rem; }
.lux-page-hero--soft {
  min-height: auto;
  color: var(--ink);
  background:
    linear-gradient(135deg, var(--champagne), var(--pearl) 55%, var(--mist));
  padding-top: calc(var(--nav-h) + 3.5rem);
  padding-bottom: 3.5rem;
  align-items: center;
}
.lux-page-hero--soft .lux-page-hero__lead { color: var(--ink-soft); }
.lux-page-hero--soft h1 { color: var(--ink); }

/* ---------- Split ---------- */
.lux-split {
  display: grid;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 0 4rem;
}
.lux-split__visual {
  min-height: 340px;
  background-size: cover;
  background-position: center;
}
.lux-split__text {
  padding: 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.lux-split__text p {
  color: var(--ink-soft);
  margin-bottom: 1rem;
  max-width: 34rem;
}
.lux-split--rev .lux-split__text { order: -1; }

/* ---------- Miles / values ---------- */
.lux-miles,
.lux-values {
  padding: 3rem 1.25rem 5rem;
  max-width: 1320px;
  margin: 0 auto;
}
.lux-miles__head,
.lux-values__head { margin-bottom: 2rem; max-width: 32rem; }
.lux-miles__row,
.lux-values__grid {
  display: grid;
  gap: 1rem;
}
.lux-mile,
.lux-value {
  padding: 1.75rem 1.4rem;
  background: var(--mist);
  border-top: 1px solid var(--gold);
  transition: transform 0.45s var(--ease);
}
.lux-mile:hover,
.lux-value:hover { transform: translateY(-3px); }
.lux-mile__yr,
.lux-value span {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1.25rem;
  display: block;
  margin-bottom: 0.75rem;
}
.lux-mile p:last-child,
.lux-value p { color: var(--ink-soft); font-size: 0.9rem; margin-top: 0.5rem; }

.lux-quote {
  padding: 5rem 1.5rem;
  text-align: center;
  background: var(--ink);
  color: var(--pearl);
}
.lux-quote blockquote { margin: 0 auto; max-width: 36rem; }
.lux-quote p {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  line-height: 1.35;
  color: var(--gold-soft);
  margin-bottom: 1.5rem;
}
.lux-quote cite {
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: rgba(247, 244, 239, 0.55);
  font-weight: 500;
}

.lux-invite {
  padding: 5rem 1.25rem;
  text-align: center;
}
.lux-invite__inner {
  max-width: 36rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lux-invite__inner .anr-rule { margin-left: auto; margin-right: auto; }
.lux-invite__inner p { color: var(--ink-soft); margin-bottom: 1rem; }
.lux-invite__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin-top: 1rem; }

/* ---------- Services ---------- */
.lux-svc {
  padding: 1rem 1.25rem 4rem;
  max-width: 1320px;
  margin: 0 auto;
}
.lux-svc__grid {
  display: grid;
  gap: 1.25rem;
}
.lux-svc__card {
  display: grid;
  background: var(--champagne);
  overflow: hidden;
  transition: transform 0.45s var(--ease);
}
.lux-svc__card:hover { transform: translateY(-4px); }
.lux-svc__img {
  min-height: 200px;
  background-size: cover;
  background-position: center;
}
.lux-svc__body { padding: 1.4rem 1.4rem 1.7rem; }
.lux-svc__n {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.6rem;
}
.lux-svc__body h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.lux-svc__body p { color: var(--ink-soft); font-size: 0.9rem; }
.lux-svc__price {
  margin-top: 1rem !important;
  color: var(--gold) !important;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 0.82rem !important;
}

.lux-coll {
  padding: 3rem 1.25rem 5rem;
  max-width: 1320px;
  margin: 0 auto;
  border-top: 1px solid var(--ink-faint);
}
.lux-coll__head { margin-bottom: 2rem; }
.lux-coll__row {
  display: grid;
  gap: 0;
  border: 1px solid var(--ink-faint);
}
.lux-coll__item {
  padding: 1.75rem 1.4rem;
  border-bottom: 1px solid var(--ink-faint);
  transition: background 0.35s ease;
}
.lux-coll__item:last-child { border-bottom: 0; }
.lux-coll__item:hover { background: var(--champagne); }
.lux-coll__item h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.lux-coll__item p { color: var(--ink-soft); font-size: 0.9rem; }

/* ---------- Journal ---------- */
.lux-journal-hero { position: relative; min-height: 70vh; }
.lux-journal-hero__feature {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: flex-end;
  color: #F7F4EF;
  padding: calc(var(--nav-h) + 2rem) 1.25rem 3.5rem;
}
.lux-journal-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.lux-journal-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 23, 20, 0.2), rgba(26, 23, 20, 0.78));
}
.lux-journal-hero__copy { position: relative; z-index: 2; max-width: 38rem; }
.lux-journal-hero__copy p { color: rgba(247, 244, 239, 0.78); margin: 1rem 0; }
.lux-journal-hero__copy time {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--gold-soft);
}

.lux-journal {
  padding: 4rem 1.25rem 3rem;
  max-width: 1320px;
  margin: 0 auto;
}
.lux-journal__head { margin-bottom: 2.5rem; max-width: 32rem; }
.lux-journal__grid {
  display: grid;
  gap: 1.5rem;
}
.lux-article {
  display: grid;
  background: var(--mist);
  overflow: hidden;
  transition: transform 0.45s var(--ease);
}
.lux-article:hover { transform: translateY(-4px); }
.lux-article__img {
  min-height: 200px;
  background-size: cover;
  background-position: center;
}
.lux-article__body { padding: 1.4rem 1.4rem 1.7rem; }
.lux-article__cat {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.lux-article__body h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.lux-article__body p { color: var(--ink-soft); font-size: 0.9rem; margin-bottom: 0.85rem; }
.lux-article__body time {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
}

/* ---------- Contact ---------- */
.lux-reach {
  display: grid;
  gap: 1rem;
  padding: 1rem 1.25rem 3rem;
  max-width: 1320px;
  margin: 0 auto;
}
.lux-reach__card {
  padding: 1.6rem 1.4rem;
  background: var(--mist);
  border-top: 1px solid var(--gold);
  transition: transform 0.45s var(--ease);
}
.lux-reach__card:hover { transform: translateY(-3px); }
.lux-reach__card span {
  font-family: var(--font-display);
  color: var(--gold);
  display: block;
  margin-bottom: 0.6rem;
}
.lux-reach__card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.35rem;
  margin-bottom: 0.4rem;
}
.lux-reach__card a:hover { color: var(--gold); }
.lux-reach__note {
  margin-top: 0.65rem;
  font-size: 0.78rem;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
}

.lux-contact {
  display: grid;
  gap: 3rem;
  padding: 2rem 1.25rem 5rem;
  max-width: 1320px;
  margin: 0 auto;
  border-top: 1px solid var(--ink-faint);
}
.lux-contact__form,
.lux-contact__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lux-contact__side p { color: var(--ink-soft); margin-bottom: 0.75rem; }
.lux-contact__map {
  width: 100%;
  margin: 1rem 0 1.5rem;
  border: 1px solid var(--ink-faint);
  overflow: hidden;
  aspect-ratio: 16 / 11;
}
.lux-contact__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.35) contrast(0.95) saturate(0.85);
}
.lux-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  width: 100%;
  margin-bottom: 1.1rem;
}
.lux-field span {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: var(--ink-soft);
}
.lux-field input,
.lux-field textarea,
.lux-field select {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid var(--ink-faint);
  background: var(--pearl);
  outline: none;
  transition: border-color 0.3s ease;
  resize: vertical;
  border-radius: 0;
  appearance: none;
}
.lux-field select {
  background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.25rem;
}
.lux-field input:focus,
.lux-field textarea:focus,
.lux-field select:focus { border-color: var(--gold); }
.lux-contact__errors {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid rgba(180, 60, 40, 0.35);
  background: rgba(180, 60, 40, 0.06);
  width: 100%;
}
.lux-contact__errors li { font-size: 0.88rem; color: #8a3428; }
.lux-contact__success {
  padding: 1.25rem;
  background: rgba(196, 163, 90, 0.15);
  border: 1px solid var(--gold-soft);
  width: 100%;
  color: var(--ink);
}

.lux-faq {
  padding: 2rem 1.25rem 5rem;
  max-width: 800px;
  margin: 0 auto;
}
.lux-faq__head { margin-bottom: 1.5rem; }
.lux-faq__item {
  border-bottom: 1px solid var(--ink-faint);
  padding: 1.1rem 0;
}
.lux-faq__item summary {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.03em;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.lux-faq__item summary::-webkit-details-marker { display: none; }
.lux-faq__item summary::after {
  content: "+";
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.2rem;
}
.lux-faq__item[open] summary::after { content: "–"; }
.lux-faq__item p {
  margin-top: 0.75rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

/* ===== Contact page redesign ===== */
.lux-ct-hero {
  position: relative;
  min-height: min(88vh, 820px);
  min-height: 88svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #F7F4EF;
  padding: calc(var(--nav-h) + 2.5rem) 1.25rem 4.5rem;
}
.lux-ct-hero__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 35%;
  transform: scale(1.04);
  animation: luxCtDrift 18s var(--ease) infinite alternate;
}
.lux-ct-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(26, 23, 20, 0.82) 0%, rgba(26, 23, 20, 0.55) 48%, rgba(26, 23, 20, 0.35) 100%),
    linear-gradient(180deg, rgba(26, 23, 20, 0.2), rgba(26, 23, 20, 0.72));
}
.lux-ct-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 40rem;
}
.lux-ct-hero h1 {
  font-size: clamp(2.6rem, 7vw, 5rem);
  color: #F7F4EF;
  margin-bottom: 0.35rem;
}
.lux-ct-hero__jp {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  color: var(--gold-soft);
  margin-bottom: 1.35rem;
  font-weight: 500;
}
.lux-ct-hero__headline {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 400;
  line-height: 1.3;
  color: rgba(247, 244, 239, 0.92);
  margin-bottom: 1rem;
  max-width: 22ch;
}
.lux-ct-hero__lead {
  color: rgba(247, 244, 239, 0.78);
  max-width: 34rem;
  margin-bottom: 1.75rem;
}
.lux-ct-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.lux-ct-hero__ghost {
  color: #F7F4EF;
  border-color: rgba(232, 213, 163, 0.45);
}
.lux-ct-hero__ghost:hover {
  background: rgba(232, 213, 163, 0.12);
  border-color: var(--gold-soft);
}
@keyframes luxCtDrift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.5%, -1%, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .lux-ct-hero__media { animation: none; transform: none; }
}

.lux-ct-desk {
  padding: 4rem 1.25rem 2rem;
  max-width: 1320px;
  margin: 0 auto;
}
.lux-ct-desk__head {
  max-width: 32rem;
  margin-bottom: 2rem;
}
.lux-ct-desk__row {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--ink-faint);
}
.lux-ct-line {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.35rem 0.15rem;
  border-bottom: 1px solid var(--ink-faint);
  transition: background 0.35s var(--ease), padding-left 0.35s var(--ease);
}
.lux-ct-line:hover {
  background: rgba(196, 163, 90, 0.06);
  padding-left: 0.5rem;
}
.lux-ct-line__n {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1.15rem;
  padding-top: 0.15rem;
}
.lux-ct-line__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.lux-ct-line__label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.lux-ct-line__value {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.lux-ct-line__note {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.lux-ct-compose {
  display: grid;
  gap: 2rem;
  padding: 2rem 1.25rem 5rem;
  max-width: 1320px;
  margin: 0 auto;
}
.lux-ct-compose__form {
  background:
    linear-gradient(160deg, rgba(240, 230, 210, 0.7), rgba(247, 244, 239, 0.95)),
    var(--champagne);
  border: 1px solid rgba(196, 163, 90, 0.22);
  padding: clamp(1.5rem, 4vw, 2.75rem);
}
.lux-ct-compose__lead {
  color: var(--ink-soft);
  margin: 0 0 1.5rem;
  max-width: 34rem;
}
.lux-ct-form__grid {
  display: grid;
  gap: 0 1rem;
}
.lux-ct-compose__visit {
  display: grid;
  gap: 0;
  background: var(--mist);
  border: 1px solid var(--ink-faint);
  overflow: hidden;
}
.lux-ct-visit__shot {
  min-height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.lux-ct-visit__shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(26, 23, 20, 0.35));
}
.lux-ct-visit__panel {
  padding: clamp(1.4rem, 3vw, 2.25rem);
}
.lux-ct-visit__panel p,
.lux-ct-visit__panel address {
  color: var(--ink-soft);
  margin-bottom: 0.85rem;
}
.lux-ct-visit__hours {
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}

.lux-ct-expect {
  padding: 1rem 1.25rem 4.5rem;
  max-width: 1320px;
  margin: 0 auto;
}
.lux-ct-expect__head {
  max-width: 32rem;
  margin-bottom: 2rem;
}
.lux-ct-expect__list {
  display: grid;
  gap: 1rem;
  counter-reset: none;
}
.lux-ct-expect__list li {
  padding: 1.5rem 1.35rem;
  background: var(--pearl);
  border-left: 2px solid var(--gold);
  box-shadow: 0 12px 32px rgba(26, 23, 20, 0.04);
  transition: transform 0.4s var(--ease);
}
.lux-ct-expect__list li:hover { transform: translateY(-3px); }
.lux-ct-expect__list span {
  font-family: var(--font-display);
  color: var(--gold);
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1.15rem;
}
.lux-ct-expect__list h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.35rem;
  margin-bottom: 0.45rem;
}
.lux-ct-expect__list p {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.lux-ct-faq {
  padding: 1rem 1.25rem 4.5rem;
  max-width: 820px;
  margin: 0 auto;
}
.lux-ct-faq__head { margin-bottom: 1.5rem; }

.lux-ct-close {
  padding: 0 1.25rem 5rem;
}
.lux-ct-close__inner {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(3rem, 7vw, 5rem) 1.5rem;
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(196, 163, 90, 0.18), transparent 60%),
    var(--ink);
  color: rgba(247, 244, 239, 0.82);
}
.lux-ct-close__inner .anr-rule {
  margin-left: auto;
  margin-right: auto;
  background: var(--gold);
}
.lux-ct-close__inner h2 { color: #F7F4EF; }
.lux-ct-close__inner p { max-width: 34rem; margin: 0 auto 1.5rem; }
.lux-ct-close__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.lux-ct-close .anr-btn--ghost {
  color: #F7F4EF;
  border-color: rgba(232, 213, 163, 0.4);
}
.lux-ct-close .anr-btn--ghost:hover {
  background: rgba(232, 213, 163, 0.1);
}

/* ---------- Footer ---------- */
.anr-foot {
  background: var(--ink);
  color: rgba(247, 244, 239, 0.78);
  padding: 4rem 1.25rem 2rem;
  position: relative;
}
.anr-foot__rule {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.anr-foot__grid {
  max-width: 1320px;
  margin: 0 auto 3rem;
  display: grid;
  gap: 2.5rem;
}
.anr-foot__brand {
  font-family: var(--font-display);
  font-size: 1.55rem;
  color: var(--pearl);
  margin-bottom: 0.25rem;
}
.anr-foot__jp {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--gold-soft);
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.anr-foot__tag {
  color: var(--gold);
  font-size: 0.9rem;
  margin-bottom: 0.85rem;
  font-family: var(--font-display);
}
.anr-foot__blurb {
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  max-width: 22rem;
}
.anr-foot h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--gold-soft);
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.anr-foot ul { display: flex; flex-direction: column; gap: 0.55rem; }
.anr-foot a { transition: color 0.3s ease; }
.anr-foot a:hover { color: var(--gold); }
.anr-foot__reach p { font-size: 0.88rem; margin-bottom: 0.65rem; line-height: 1.7; }

.anr-social {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(196, 163, 90, 0.4);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--gold-soft);
  transition: background 0.3s ease, border-color 0.3s ease;
}
.anr-social:hover {
  background: rgba(196, 163, 90, 0.12);
  border-color: var(--gold);
  color: var(--gold-soft);
}

.anr-foot__base {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(247, 244, 239, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.78rem;
}
.anr-top {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  border: 1px solid rgba(196, 163, 90, 0.35);
  color: var(--gold-soft);
  padding: 0.45rem 0.85rem;
  cursor: pointer;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  transition: border-color 0.3s ease;
}
.anr-top:hover { border-color: var(--gold); }

.anr-chat {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 90;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: var(--pearl);
  color: var(--gold);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(26, 23, 20, 0.12);
  transition: transform 0.4s var(--ease), background 0.3s ease;
}
.anr-chat:hover {
  transform: translateY(-3px);
  background: var(--champagne);
}

/* ---------- Supplemental sections ---------- */
.lux-extra {
  padding: 0 1.25rem 1.6rem;
}
.lux-extra__inner {
  position: relative;
  display: grid;
  gap: 0;
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(232, 213, 163, 0.18) 0%, rgba(240, 230, 210, 0.94) 30%, rgba(247, 244, 239, 0.98) 100%);
  border: 1px solid rgba(196, 163, 90, 0.18);
  box-shadow: 0 24px 60px rgba(26, 23, 20, 0.08);
}
.lux-extra__inner > .anr-eyebrow,
.lux-extra__inner > h2,
.lux-extra__inner > p,
.lux-extra__inner > a {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.lux-extra__inner > .anr-eyebrow { margin-top: 1.5rem; }
.lux-extra__inner > h2 {
  margin-bottom: 0.85rem;
  max-width: 22rem;
}
.lux-extra__inner > p {
  margin-bottom: 1.6rem;
  max-width: 38rem;
  color: var(--ink-soft);
}
.lux-extra__inner > a {
  margin-bottom: 1.5rem;
  width: fit-content;
}
.lux-extra__media {
  position: relative;
  min-height: 240px;
  background-size: cover;
  background-position: center;
  background-color: var(--champagne);
}
.lux-extra__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(26, 23, 20, 0.06) 0%, rgba(26, 23, 20, 0.26) 100%),
    radial-gradient(circle at top right, rgba(232, 213, 163, 0.45), transparent 42%);
}
.lux-extra__body {
  position: relative;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9rem;
  min-height: 100%;
}
.lux-extra__body::before {
  content: "";
  position: absolute;
  inset: 1.1rem auto 1.1rem 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(196, 163, 90, 0.52) 20%, rgba(196, 163, 90, 0.1) 100%);
}
.lux-extra__body h2 {
  max-width: 15ch;
}
.lux-extra__body p {
  max-width: 34rem;
  color: var(--ink-soft);
}
.dark-theme .lux-extra__inner {
  background:
    linear-gradient(135deg, rgba(196, 163, 90, 0.12) 0%, rgba(30, 27, 23, 0.96) 32%, rgba(20, 18, 16, 0.98) 100%);
  border-color: rgba(196, 163, 90, 0.22);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.dark-theme .lux-extra__media::after {
  background:
    linear-gradient(180deg, rgba(10, 9, 8, 0.04) 0%, rgba(10, 9, 8, 0.4) 100%),
    radial-gradient(circle at top right, rgba(196, 163, 90, 0.26), transparent 42%);
}

/* ---------- Reveals ---------- */
.js [data-reveal],
.js [data-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.js [data-reveal="right"] { transform: translateX(32px); }
.js [data-reveal="left"] { transform: translateX(-32px); }
.js [data-reveal="scale"] { transform: scale(0.97); }
.js [data-reveal].is-in,
.js [data-reveal-stagger].is-in > * {
  opacity: 1;
  transform: none;
}
.js [data-reveal-stagger].is-in > *:nth-child(2) { transition-delay: 0.08s; }
.js [data-reveal-stagger].is-in > *:nth-child(3) { transition-delay: 0.16s; }
.js [data-reveal-stagger].is-in > *:nth-child(4) { transition-delay: 0.24s; }
.js [data-reveal-stagger].is-in > *:nth-child(5) { transition-delay: 0.32s; }
.js [data-reveal-stagger].is-in > *:nth-child(6) { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal],
  .js [data-reveal-stagger] > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .lux-hero__scroll span { animation: none; }
}

/* ---------- Desktop ---------- */
@media (min-width: 768px) {
  .lux-extra__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
  .lux-extra__media {
    min-height: 360px;
  }
  .lux-extra__media--right {
    order: 2;
  }
  .lux-philo {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 3.5rem;
    align-items: start;
  }
  .lux-philo__sticky {
    position: sticky;
    top: calc(var(--nav-h) + 2rem);
  }
  .lux-fleet__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .lux-fleet__card--lead {
    grid-row: 1 / span 2;
  }
  .lux-fleet__card--lead .lux-fleet__img { min-height: 100%; }
  .lux-concierge { grid-template-columns: 1.15fr 1fr; }
  .lux-path { grid-template-columns: 1fr 1.1fr; }
  .lux-path__visual { min-height: 100%; }
  .lux-path__body { padding: 4.5rem 3rem 5rem 2.5rem; }
  .lux-voices__grid { grid-template-columns: repeat(3, 1fr); }
  .lux-miles__row { grid-template-columns: repeat(2, 1fr); }
  .lux-values__grid { grid-template-columns: repeat(3, 1fr); }
  .lux-split { grid-template-columns: 1fr 1fr; }
  .lux-split--rev .lux-split__text { order: 0; }
  .lux-svc__grid { grid-template-columns: repeat(2, 1fr); }
  .lux-svc__card--wide { grid-column: 1 / -1; grid-template-columns: 1.2fr 1fr; }
  .lux-coll__row { grid-template-columns: repeat(4, 1fr); }
  .lux-coll__item {
    border-bottom: 0;
    border-right: 1px solid var(--ink-faint);
  }
  .lux-coll__item:last-child { border-right: 0; }
  .lux-journal__grid { grid-template-columns: repeat(3, 1fr); }
  .lux-reach { grid-template-columns: repeat(2, 1fr); }
  .lux-contact { grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
  .lux-ct-desk__row { grid-template-columns: repeat(2, 1fr); border-top: 0; gap: 0; }
  .lux-ct-line {
    border: 1px solid var(--ink-faint);
    border-left: 0;
    border-top: 0;
    padding: 1.5rem 1.25rem;
  }
  .lux-ct-desk__row .lux-ct-line:nth-child(odd) { border-left: 1px solid var(--ink-faint); }
  .lux-ct-desk__row .lux-ct-line:nth-child(-n+2) { border-top: 1px solid var(--ink-faint); }
  .lux-ct-compose { grid-template-columns: 1.05fr 0.95fr; gap: 1.5rem; align-items: start; }
  .lux-ct-form__grid { grid-template-columns: 1fr 1fr; }
  .lux-ct-expect__list { grid-template-columns: repeat(2, 1fr); }
  .anr-foot__grid { grid-template-columns: 1.4fr 0.7fr 0.9fr 1fr; }
}

@media (min-width: 1024px) {
  .anr-nav__links { display: flex; }
  .anr-burger { display: none; }
  .lux-cats__track {
    grid-auto-flow: unset;
    grid-template-columns: repeat(5, 1fr);
    overflow: visible;
  }
  .lux-reach { grid-template-columns: repeat(4, 1fr); }
  .lux-ct-desk__row { grid-template-columns: repeat(4, 1fr); }
  .lux-ct-desk__row .lux-ct-line { border-left: 0; }
  .lux-ct-desk__row .lux-ct-line:first-child { border-left: 1px solid var(--ink-faint); }
  .lux-ct-desk__row .lux-ct-line:nth-child(-n+4) { border-top: 1px solid var(--ink-faint); }
  .lux-ct-expect__list { grid-template-columns: repeat(4, 1fr); }
  .lux-miles__row { grid-template-columns: repeat(4, 1fr); }
  .lux-svc__grid { grid-template-columns: repeat(3, 1fr); }
  .lux-svc__card--wide { grid-column: span 2; }
}
/* ===== HOMEPAGE v2 — magazine editorial (unique from other sites) ===== */
.lux-cover {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #1a1714;
}
.lux-cover__media {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
}
.lux-cover__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,23,20,0.25) 0%, rgba(26,23,20,0.55) 45%, rgba(26,23,20,0.92) 100%);
}
.lux-cover__frame {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, 720px);
  margin: 0 auto 4rem;
  padding: 2rem 2rem 2.25rem;
  background: rgba(247,244,239,0.94);
  border-top: 1px solid var(--gold);
}
.lux-cover__issue {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.75rem;
}
.lux-cover__brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  margin: 0;
  font-weight: 500;
}
.lux-cover__brand-jp { margin: 0.15rem 0 1rem; font-size: 0.9rem; color: var(--ink-soft); }
.lux-cover__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.85rem;
}
.lux-cover__lead {
  color: var(--ink-soft);
  line-height: 1.7;
  margin: 0 0 1.35rem;
  max-width: 32em;
}

.lux-spread {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--pearl, #F7F4EF);
}
@media (min-width: 900px) {
  .lux-spread { grid-template-columns: 0.9fr 1.1fr; min-height: 80vh; }
}
.lux-spread__quote {
  background: #1a1714;
  color: #F7F4EF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 4.5rem);
}
.lux-spread__quote p {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.35;
  font-weight: 500;
  margin: 0 0 1.5rem;
}
.lux-spread__quote cite {
  font-style: normal;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  color: var(--gold);
  text-transform: uppercase;
}
.lux-spread__essay {
  padding: clamp(2.5rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lux-spread__essay h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  margin: 0.5rem 0 1rem;
}
.lux-spread__essay > p { color: var(--ink-soft); line-height: 1.8; margin: 0 0 1rem; max-width: 36em; }
.lux-spread__fig { margin: 1.75rem 0 0; }
.lux-spread__img {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
}
.lux-spread__fig figcaption {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
}

.lux-runway { padding: 4rem 0 3rem; background: #F7F4EF; }
.lux-runway__head { width: min(100% - 2.5rem, 1100px); margin: 0 auto 1.5rem; }
.lux-runway__head h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 500;
}
.lux-runway__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 280px);
  gap: 1rem;
  overflow-x: auto;
  padding: 0.5rem max(1.25rem, calc((100% - 1100px) / 2)) 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.lux-runway__track::-webkit-scrollbar { display: none; }
.lux-runway__item {
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.lux-runway__img {
  display: block;
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
  border-bottom: 2px solid var(--gold);
}
.lux-runway__meta { display: flex; flex-direction: column; gap: 0.2rem; }
.lux-runway__meta em {
  font-style: normal;
  font-family: "Cormorant Garamond", serif;
  color: var(--gold);
  font-size: 1.1rem;
}
.lux-runway__meta strong { font-weight: 500; font-size: 1.05rem; }
.lux-runway__meta span { font-size: 0.85rem; color: var(--ink-soft); }

.lux-salon { padding: 3rem 0 4rem; background: #F7F4EF; }
.lux-salon__head { width: min(100% - 2.5rem, 1100px); margin: 0 auto 1.5rem; }
.lux-salon__head h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 500;
}
.lux-salon__mosaic {
  width: min(100% - 2.5rem, 1100px);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .lux-salon__mosaic { grid-template-columns: 1.4fr 0.8fr; min-height: 560px; }
}
.lux-salon__lead,
.lux-salon__mini {
  position: relative;
  overflow: hidden;
  background: #1a1714;
  color: #F7F4EF;
  display: flex;
  flex-direction: column;
}
.lux-salon__img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.75;
}
.lux-salon__lead { min-height: 420px; }
.lux-salon__side { display: grid; gap: 1rem; }
.lux-salon__mini { min-height: 200px; }
.lux-salon__cap {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  margin-top: auto;
  background: linear-gradient(transparent, rgba(26,23,20,0.92));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: inherit;
}
.lux-salon__price { color: var(--gold); font-size: 0.85rem; margin: 0 0 0.35rem; }
.lux-salon__cap h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-weight: 500;
  margin: 0 0 0.35rem;
}
.lux-salon__cap p:last-child { margin: 0; font-size: 0.9rem; color: rgba(247,244,239,0.7); }

.lux-menu {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 70vh;
}
@media (min-width: 900px) {
  .lux-menu { grid-template-columns: 1fr 1fr; }
}
.lux-menu__visual {
  min-height: 320px;
  background-size: cover;
  background-position: center;
}
.lux-menu__copy {
  background: #F7F4EF;
  padding: clamp(2rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lux-menu__copy h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 500;
  margin: 0.5rem 0 1rem;
}
.lux-menu__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
}
.lux-menu__list li {
  display: grid;
  grid-template-columns: 2.5rem 1fr auto;
  gap: 0.75rem;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(196,163,90,0.35);
}
.lux-menu__list em {
  font-style: normal;
  font-family: "Cormorant Garamond", serif;
  color: var(--gold);
  font-size: 1.1rem;
}
.lux-menu__list span { font-weight: 500; }
.lux-menu__list small { color: var(--ink-soft); font-size: 0.82rem; }

.lux-ceremony {
  background: #F7F4EF;
  padding: 4rem max(1.25rem, calc((100% - 720px) / 2));
}
.lux-ceremony__head h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 500;
}
.lux-ceremony__rail {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  border-left: 1px solid var(--gold);
}
.lux-ceremony__step {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  padding: 0 0 2rem 1.5rem;
  position: relative;
}
.lux-ceremony__step::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0.35rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}
.lux-ceremony__n {
  font-family: "Cormorant Garamond", serif;
  color: var(--gold);
  font-size: 1.25rem;
}
.lux-ceremony__step h3 { margin: 0 0 0.35rem; font-weight: 500; font-size: 1.1rem; }
.lux-ceremony__step p { margin: 0; color: var(--ink-soft); line-height: 1.7; font-size: 0.95rem; }

.lux-letters {
  background: #EFEBE3;
  padding: 4rem max(1.25rem, calc((100% - 900px) / 2));
}
.lux-letters__head h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 500;
}
.lux-letters__grid {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 700px) {
  .lux-letters__grid { grid-template-columns: repeat(3, 1fr); }
}
.lux-letter {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.lux-letter p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 500;
  margin: 0 0 1rem;
}
.lux-letter cite {
  font-style: normal;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
}

.lux-desk {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.25rem;
  overflow: hidden;
}
.lux-desk__wash {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(0.2) brightness(0.55);
}
.lux-desk__card {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  background: rgba(247,244,239,0.96);
  padding: 2.25rem 2rem;
  border-top: 2px solid var(--gold);
}
.lux-desk__card h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  margin: 0.5rem 0 0.75rem;
}
.lux-desk__card > p { color: var(--ink-soft); line-height: 1.7; margin: 0 0 1.25rem; }
.lux-desk__meta {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  padding: 0;
}
.lux-desk__meta div {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.5rem;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(26,23,20,0.1);
  padding-bottom: 0.55rem;
}
.lux-desk__meta dt {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.lux-desk__meta dd { margin: 0; }

/* ===== Mobile polish ===== */
@media (max-width: 767px) {
  .lux-cover {
    min-height: 100svh;
  }
  .lux-cover__frame {
    padding: 1.25rem 1rem;
  }
  .lux-hero__scroll {
    display: none;
  }
  .js [data-reveal="left"],
  .js [data-reveal="right"] {
    transform: translateY(22px);
  }
  .lux-hero__actions,
  .lux-extra__body,
  .lux-desk__card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .lux-hero__actions .anr-btn,
  .lux-extra__body .anr-btn,
  .lux-desk__card .anr-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .lux-extra {
    padding: 0 0.85rem 1.5rem;
  }
  .lux-extra__media {
    min-height: 200px;
  }
  .lux-extra__overlay {
    padding: 1.1rem 1rem 1.2rem;
  }
  .lux-extra__overlay h3 {
    font-size: clamp(1.2rem, 5.5vw, 1.55rem);
  }
  .lux-extra__body {
    padding: 1.35rem 1.15rem 1.6rem;
    gap: 0.7rem;
  }
  .lux-extra__points li {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
  .lux-extra__body h2,
  .lux-cover__title {
    word-break: auto-phrase;
    overflow-wrap: anywhere;
  }
  .lux-ct-hero {
    min-height: 100svh;
    padding-bottom: 3rem;
  }
  .lux-ct-hero__cta,
  .lux-ct-close__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .lux-ct-hero__cta .anr-btn,
  .lux-ct-close__actions .anr-btn,
  .lux-ct-compose__form .anr-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .lux-ct-compose__form,
  .lux-ct-visit__panel {
    padding: 1.35rem 1.15rem 1.6rem;
  }
  .lux-ct-hero h1,
  .lux-ct-hero__headline {
    overflow-wrap: anywhere;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .lux-cover__brand {
    font-size: clamp(1.6rem, 9vw, 2.2rem);
  }
  .lux-extra__inner {
    border-radius: 1.1rem;
  }
  .anr-btn--lg {
    padding: 0.95rem 1.25rem;
  }
}
