:root {
  color-scheme: dark;
  --bg: #050505;
  --panel: #0d0c0a;
  --panel-soft: #15120e;
  --text: #f4efe5;
  --muted: #a99e8a;
  --gold: #c9a45c;
  --gold-light: #e3c88d;
  --line: rgba(201, 164, 92, 0.28);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  background: linear-gradient(to bottom, rgba(5,5,5,.92), rgba(5,5,5,.55), transparent);
  backdrop-filter: blur(8px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: .32em;
  font-size: 1.3rem;
}
.brand-emblem {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(201,164,92,.4);
  box-shadow: 0 0 24px rgba(201,164,92,.12);
}
.topbar nav { display: flex; gap: clamp(.9rem, 2vw, 2rem); color: #d7cbb7; font-size: .86rem; margin-left:auto; }
.topbar nav a { position: relative; }
.topbar nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.45rem;
  height: 1px;
  background: var(--gold);
  transition: right .25s ease;
}
.topbar nav a:hover::after { right: 0; }

.language-switcher { display:flex; align-items:center; gap:.3rem; margin-left:1.25rem; padding-left:1rem; border-left:1px solid rgba(201,164,92,.22); }
.language-switcher a { min-width:32px; padding:.3rem .38rem; border:1px solid transparent; border-radius:999px; color:#9f9585; text-align:center; font-size:.66rem; letter-spacing:.1em; transition:color .2s ease,border-color .2s ease,background .2s ease; }
.language-switcher a:hover, .language-switcher a[aria-current="page"] { color:var(--gold-light); border-color:var(--line); background:rgba(201,164,92,.06); }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 140px 7vw 9vh;
}
.hero-media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 38%, rgba(201,164,92,.22), transparent 24%),
    url('/assets/logo-alix-officiel.webp') center right 7% / min(49vw, 720px) auto no-repeat,
    linear-gradient(115deg, #030303 0%, #0a0806 55%, #110d08 100%);
  transform: scale(1.02);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.82) 40%, rgba(5,5,5,.18) 74%, rgba(5,5,5,.35) 100%),
              linear-gradient(0deg, rgba(5,5,5,.78), transparent 45%);
}
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .74rem;
  font-weight: 700;
}
h1, h2, h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.03;
}
h1 { font-size: clamp(3.7rem, 8vw, 8.2rem); }
h2 { font-size: clamp(2.4rem, 5vw, 5rem); }
h3 { font-size: clamp(1.4rem, 2vw, 1.95rem); margin: 0 0 1rem; }
.signature {
  margin: 1.1rem 0 1.6rem;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
}
.hero-copy { max-width: 620px; color: #d9d0c1; font-size: 1.1rem; }
.actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: .9rem 1.45rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .76rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #080706; }
.button-ghost { background: transparent; color: var(--gold-light); }
.button-full { width: 100%; }
.hero-index {
  position: absolute;
  right: 5vw;
  bottom: 4vh;
  z-index: 2;
  color: var(--gold-light);
  letter-spacing: .24em;
}

.section { width: min(var(--max), 90vw); margin: 0 auto; padding: 9rem 0; }
.manifesto { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; border-bottom: 1px solid var(--line); }
.manifesto-copy { color: var(--muted); font-size: 1.08rem; }
.manifesto-copy p:first-child { margin-top: 0; }

.catalogue { border-bottom: 1px solid var(--line); display: grid; gap: 2.25rem; }
.catalogue-intro { max-width: 820px; }
.catalogue-intro p:last-child { color: var(--muted); max-width: 760px; }
.catalogue-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.catalogue-card { padding: 2rem; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.02), transparent), var(--panel); box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.card-kicker { margin: 0 0 .8rem; color: var(--gold-light); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 700; }
.catalogue-card p:last-of-type { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: .85rem; color: var(--gold-light); text-transform: uppercase; letter-spacing: .12em; font-size: .73rem; font-weight: 700; }
.text-link::after { content: "→"; }

.product { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.product-frame {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  padding: 3rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: radial-gradient(circle at 50% 35%, rgba(201,164,92,.14), transparent 45%), var(--panel);
  box-shadow: 0 40px 100px rgba(0,0,0,.45);
}
.product-frame::before, .product-frame::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(201,164,92,.12);
  pointer-events: none;
}
.product-frame picture { display: grid; place-items: center; width: 100%; }
.product-frame img { width: min(100%, 780px); height: auto; object-fit: contain; filter: drop-shadow(0 22px 45px rgba(0,0,0,.5)); }
.product-edition, .product-number {
  position: absolute;
  bottom: 2rem;
  font-size: .72rem;
  letter-spacing: .18em;
  color: var(--gold-light);
}
.product-edition { left: 2rem; }
.product-number { right: 2rem; }
.visual-note { color: #756d60; font-size: .78rem; }
.product-info h2 { margin-bottom: 1.5rem; }
.product-lead { color: var(--muted); font-size: 1.14rem; }
.price-row {
  margin: 2.4rem 0 1.2rem;
  padding: 1.45rem 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.price-block { display: grid; gap: .15rem; }
.launch-label { color: var(--gold-light); text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; }
.price { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 5rem); line-height: 1; }
.old-price { color: #8f8678; text-decoration: line-through; font-size: .95rem; }
.price-caption { color: #8f8678; font-size: .95rem; text-transform: uppercase; letter-spacing: .12em; }
.availability {
  align-self: center;
  color: var(--gold-light);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .65rem 1rem;
  white-space: nowrap;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.rarity-line { margin: 0 0 2rem; color: #d8c7a6; font-family: Georgia, "Times New Roman", serif; font-style: italic; }

.custom-order-card { margin: 0 0 1.4rem; padding: 1.35rem 1.45rem; border: 1px solid rgba(201,164,92,.32); background: linear-gradient(135deg, rgba(201,164,92,.08), rgba(255,255,255,.015)); }
.custom-order-card p { margin:0; color:#d7cbb7; }
.custom-order-card .card-kicker { margin-bottom:.55rem; color:var(--gold-light); }
.specs { margin: 0; }
.specs div { display: grid; grid-template-columns: 140px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(201,164,92,.13); }
.specs dt { color: #d9c9aa; }
.specs dd { margin: 0; color: var(--muted); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: 2rem; }
.trust-grid span { padding: .85rem 1rem; border: 1px solid var(--line); color: #cfc2ae; text-align: center; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.product-actions { margin-top: 2rem; }
.accessory-product { border-top: 1px solid var(--line); }
.accessory-product .product-info { order: 1; }
.accessory-product .product-visual { order: 2; }

.number-section { text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.number-section h2 { max-width: 900px; margin: 0 auto; }
.number-track { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; margin: 4rem 0 2rem; }
.number-track span {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 3vw, 2.3rem);
}
.center-copy { max-width: 700px; margin: 0 auto; color: var(--muted); }

.reservation { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.reservation-copy { position: sticky; top: 110px; }
.reservation-copy p:last-child { color: var(--muted); font-size: 1.08rem; }
.reservation-form {
  display: grid;
  gap: 1.15rem;
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255,255,255,.02), transparent), var(--panel);
}
.reservation-form label { display: grid; gap: .5rem; color: #d9cdb9; font-size: .85rem; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(201,164,92,.25);
  border-radius: 4px;
  background: #080706;
  color: var(--text);
  padding: .92rem 1rem;
  font: inherit;
}
input:focus, select:focus, textarea:focus { outline: 1px solid var(--gold); border-color: var(--gold); }
.consent { grid-template-columns: auto 1fr !important; align-items: start; }
.consent input { width: 18px; height: 18px; margin-top: .2rem; }
.hidden-field { position: absolute; left: -9999px; }
.form-note { color: #766e61; font-size: .75rem; text-align: center; }

.details-section { padding-top: 2rem; }
.details-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.detail-card { padding: 2rem; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.02), transparent), var(--panel-soft); }
.detail-card p, .detail-card li, .detail-card dd { color: var(--muted); }
.detail-card blockquote { margin: 1rem 0; padding-left: 1rem; border-left: 1px solid var(--gold); color: #d9c9aa; font-family: Georgia, "Times New Roman", serif; font-style: italic; }
.detail-list { margin: 0; }
.detail-list div { display: grid; grid-template-columns: 140px 1fr; gap: .85rem; padding: .75rem 0; border-bottom: 1px solid rgba(201,164,92,.12); }
.detail-list dt { color: #d9c9aa; }
.detail-list dd { margin: 0; }
.care-list { margin: 0; padding-left: 1rem; }
.care-list li + li { margin-top: .6rem; }

footer {
  border-top: 1px solid var(--line);
  padding: 4rem 5vw;
  text-align: center;
  color: var(--muted);
}
.footer-signature { width: min(440px, 84vw); height: auto; display:block; margin: 0 auto 1.1rem; filter: drop-shadow(0 18px 38px rgba(0,0,0,.55)); }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.5rem; margin: 1.5rem 0; color: #d8c9ae; }

@media (max-width: 900px) {
  .topbar { padding: 0 4vw; }
  .topbar nav { display: none; }
  .language-switcher { margin-left:auto; padding-left:.65rem; gap:.12rem; }
  .language-switcher a { min-width:29px; padding:.28rem .26rem; }
  .hero { padding: 125px 6vw 7vh; }
  .hero-media { background-size: min(85vw, 620px) auto; background-position: center 10%; opacity: .55; }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.62) 62%, rgba(5,5,5,.35) 100%); }
  .manifesto, .product, .reservation, .catalogue-grid, .details-grid { grid-template-columns: 1fr; }
  .reservation-copy { position: static; }
  .product-frame { min-height: 520px; }
  .accessory-product .product-info, .accessory-product .product-visual { order: initial; }
}

@media (max-width: 620px) {
  .brand { gap:.5rem; letter-spacing:.22em; font-size:1.05rem; }
  .brand-emblem { width:38px; height:38px; }
  .language-switcher { border-left:0; padding-left:0; }
  .language-switcher a { min-width:27px; font-size:.61rem; }
  .section { padding: 6rem 0; }
  .hero-index { display: none; }
  .actions { display: grid; }
  .price-row { align-items: flex-start; flex-direction: column; }
  .specs div, .detail-list div { grid-template-columns: 1fr; gap: .25rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .number-track { grid-template-columns: repeat(3, 1fr); }
  .product-frame { min-height: 430px; padding: 1rem; }
  .product-edition, .product-number { bottom: 1.2rem; }
  .product-edition { left: 1.2rem; }
  .product-number { right: 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

.footer-identity { display:flex; flex-direction:column; gap:.25rem; margin-top:.4rem; color:#746c5f; font-size:.72rem; letter-spacing:.04em; line-height:1.5; }
.footer-identity small { font-size:inherit; }
.legal-page { max-width:900px; margin:0 auto; }
.legal-page h2 { margin-top:2.25rem; font-size:1.35rem; color:#c9a45a; }
.legal-page a:not(.button) { color:#d5b568; }
