:root {
  --ink: #070a0e;
  --ink-soft: #0c1117;
  --paper: #f1eee7;
  --muted: #a29c91;
  --gold: #d5ad65;
  --gold-bright: #f3d58f;
  --line: rgba(213, 173, 101, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
html, body { max-width: 100%; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: "Helvetica Neue", Arial, sans-serif; }
body.modal-open, body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 0 4.2vw;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(4,7,10,.94), rgba(4,7,10,.56));
  backdrop-filter: blur(18px);
  overflow: visible;
  isolation: isolate;
}

.brand { width: 188px; height: 74px; display: flex; align-items: center; overflow: visible; }
.brand img { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: contain; object-position: left center; display: block; }
.site-header nav { display: flex; justify-content: center; gap: clamp(16px, 2.2vw, 40px); }
.site-header nav a {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(241,238,231,.64);
  transition: color .25s ease;
}
.site-header nav a:hover { color: var(--gold-bright); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; position: relative; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(213,173,101,.38); background: rgba(7,10,14,.48); cursor: pointer; }
.menu-toggle-lines { position: absolute; inset: 0; display: grid; place-content: center; gap: 7px; }
.menu-toggle-lines i { display: block; width: 20px; height: 1px; background: var(--gold-bright); transition: transform .25s ease; }
.lang-switch, .outline-button, .text-button {
  border: 0;
  background: none;
  cursor: pointer;
}
.lang-switch { font-size: 11px; letter-spacing: .16em; padding: 12px; color: var(--muted); }
.outline-button {
  border: 1px solid rgba(213,173,101,.55);
  padding: 13px 18px;
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  transition: background .25s, color .25s;
}
.outline-button:hover { background: var(--gold); color: var(--ink); }
.theme-toggle { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 0 12px; border: 1px solid rgba(213,173,101,.35); background: rgba(7,10,14,.42); color: var(--gold-bright); cursor: pointer; }
.theme-toggle span { font-size: 17px; line-height: 1; }
.theme-toggle small { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.mobile-menu {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr min(88vw, 430px);
  animation: mobile-menu-fade .25s ease;
}
.mobile-menu-backdrop { border: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(9px); cursor: pointer; }
.mobile-menu-panel {
  min-width: 0;
  height: 100%;
  padding: 24px clamp(24px, 8vw, 42px) 34px;
  overflow-y: auto;
  background:
    radial-gradient(circle at 85% 18%, rgba(213,173,101,.16), transparent 28%),
    #080c11;
  border-left: 1px solid rgba(213,173,101,.24);
  box-shadow: -25px 0 70px rgba(0,0,0,.46);
  animation: mobile-menu-slide .36s cubic-bezier(.2,.75,.2,1);
}
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-menu-top > span { color: var(--gold); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }
.mobile-menu-close { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.13); background: transparent; color: var(--paper); font-size: 27px; cursor: pointer; }
.mobile-menu nav { display: grid; padding: 18px 0 24px; }
.mobile-menu nav a { display: grid; grid-template-columns: 34px 1fr; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.07); font-family: Georgia, serif; font-size: clamp(28px, 8vw, 42px); line-height: 1; }
.mobile-menu nav small { color: var(--gold); font-family: "Helvetica Neue", Arial, sans-serif; font-size: 8px; letter-spacing: .18em; }
.mobile-menu-contact { display: grid; gap: 12px; }
.mobile-menu-contact > a { color: var(--gold-bright); font-family: Georgia, serif; font-size: 25px; }
.mobile-menu-contact p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.mobile-menu-contact .gold-button { width: 100%; margin-top: 8px; justify-content: space-between; }
@keyframes mobile-menu-fade { from { opacity: 0; } }
@keyframes mobile-menu-slide { from { transform: translateX(100%); } }

.hero {
  --ink: #070a0e;
  --paper: #f1eee7;
  --muted: #a29c91;
  color: #f1eee7;
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 132px 7vw 86px;
}
.hero-slider, .hero-slide {
  position: absolute;
  inset: 0;
}
.hero-slide {
  background-position: 68% center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .9s ease, transform 6.5s ease;
}
.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.hero-slider {
  transform: scale(1.025);
  animation: hero-settle 1.8s cubic-bezier(.2,.7,.2,1) forwards;
}
.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,6,9,.95) 0%, rgba(3,6,9,.8) 28%, rgba(3,6,9,.18) 62%, rgba(3,6,9,.22) 100%),
    linear-gradient(0deg, rgba(3,6,9,.72), transparent 44%);
}
@keyframes hero-settle { to { transform: scale(1); } }
.hero-content { position: relative; z-index: 2; width: min(670px, 52vw); }
.eyebrow {
  margin: 0 0 24px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 10px;
  font-weight: 500;
}
h1, h2, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 {
  font-size: clamp(64px, 7.7vw, 132px);
  letter-spacing: -.055em;
  line-height: .84;
  margin: 0;
}
h1 em { color: var(--gold-bright); font-weight: 400; }
.hero-copy {
  width: min(530px, 90%);
  margin: 34px 0;
  color: rgba(241,238,231,.7);
  font-size: 15px;
  line-height: 1.75;
}
.hero-actions { display: flex; align-items: center; gap: 28px; }
.gold-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #11100d;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  transition: transform .25s, background .25s;
}
.gold-button:hover { transform: translateY(-2px); background: var(--gold-bright); }
.text-button {
  padding: 14px 0;
  color: var(--paper);
  border-bottom: 1px solid rgba(241,238,231,.28);
  font-size: 11px;
  letter-spacing: .08em;
}
.text-button span { color: var(--gold); margin-left: 20px; }
.scroll-cue {
  position: absolute;
  z-index: 2;
  left: 4.2vw;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(241,238,231,.45);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 9px;
}
.scroll-cue i { width: 52px; height: 1px; background: var(--gold); }
.hero-index { position: absolute; z-index: 2; right: 4.2vw; bottom: 34px; color: rgba(241,238,231,.34); font-size: 9px; letter-spacing: .2em; }
.hero-controls { position: absolute; z-index: 3; right: 4.2vw; top: 50%; transform: translateY(-50%); display: grid; place-items: center; gap: 12px; }
.hero-controls button { width: 38px; height: 38px; border: 1px solid rgba(241,238,231,.22); background: rgba(5,8,11,.38); color: var(--paper); cursor: pointer; }
.hero-controls [data-adx30-slide-dots] { display: grid; gap: 8px; }
.hero-controls [data-adx30-slide-dots] button { width: 5px; height: 5px; padding: 0; border: 0; border-radius: 50%; background: rgba(241,238,231,.38); }
.hero-controls [data-adx30-slide-dots] button.is-active { background: var(--gold-bright); transform: scale(1.65); }

.section { padding: 140px 7vw; }
.adx30-site section[id] { scroll-margin-top: 92px; }
.section-intro { display: grid; grid-template-columns: .6fr 1.45fr 1fr; gap: 5vw; align-items: start; margin-bottom: 72px; }
.section-intro h2, .experience h2, .maison h2, .modal h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.5vw, 86px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 400;
  margin: 0;
}
.section-intro > p:last-child { color: var(--muted); line-height: 1.8; font-size: 14px; max-width: 420px; }
.collection { background: #0b0f14; }
.collection-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(290px, 34vw); gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; padding: 8px 7vw 42px; margin: 0 -7vw; }
.collection-scroller .collection-card { min-height: 460px; scroll-snap-align: start; }
.collection-scroller .collection-card::before { background-image: linear-gradient(0deg, rgba(5,8,11,.97) 2%, rgba(5,8,11,.18) 70%), var(--category-image); background-position: center; }
.category-controls { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 18px; }
.category-controls span { margin-right: auto; color: var(--muted); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.category-controls button { width: 46px; height: 46px; border: 1px solid rgba(213,173,101,.36); background: transparent; color: var(--gold); cursor: pointer; }
.collection-card {
  --ink: #070a0e;
  --paper: #f1eee7;
  --muted: #a29c91;
  color: #f1eee7;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(circle at 70% 35%, rgba(213,173,101,.16), transparent 27%),
    linear-gradient(145deg, #131a21, #080c11 66%);
  transition: transform .4s, border-color .4s;
}
.collection-card::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: .72;
  transform: scale(1.035);
  filter: saturate(.72) contrast(1.08);
  transition: transform .8s cubic-bezier(.2,.7,.2,1), opacity .5s ease, filter .5s ease;
}
.collection-card:hover::before { transform: scale(1.09); opacity: .88; filter: saturate(.9) contrast(1.04); }
.collection-card:hover { transform: translateY(-7px); border-color: rgba(213,173,101,.35); }
.collection-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 85%;
  aspect-ratio: 2.1;
  top: 34%;
  right: -8%;
  border-top: 2px solid rgba(236,208,145,.36);
  border-radius: 50% 65% 0 0;
  transform: rotate(-8deg);
  filter: drop-shadow(0 0 12px rgba(213,173,101,.12));
}
.collection-card > span { color: var(--gold); font-size: 10px; letter-spacing: .2em; }
.collection-card h3 { font-family: Georgia, serif; font-size: 34px; font-weight: 400; margin: 0 0 12px; }
.collection-card p { color: var(--muted); font-size: 13px; line-height: 1.6; max-width: 280px; }
.collection-card button, .service-list button {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(213,173,101,.36);
  background: rgba(7,10,14,.7);
  color: var(--gold);
  cursor: pointer;
}

.inventory { background: linear-gradient(180deg, #090d12, #0d1319); }
.inventory-intro { grid-template-columns: .55fr 1.25fr 1fr; }
.inventory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.inventory-card { overflow: hidden; border: 1px solid rgba(255,255,255,.08); background: #0a0f14; }
.inventory-card, .inventory-empty { --ink:#070a0e; --paper:#f1eee7; --muted:#a29c91; color:#f1eee7; }
.inventory-image { aspect-ratio: 16 / 10; background: radial-gradient(circle at 68% 35%, rgba(213,173,101,.22), transparent 29%), linear-gradient(145deg,#17202a,#070a0e); background-size: cover; background-position: center; }
.inventory-copy { padding: 26px; }
.inventory-status { color: var(--gold); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.inventory-copy h3 { margin: 12px 0 22px; font-family: Georgia,serif; font-size: 28px; font-weight: 400; }
.inventory-facts { display: flex; justify-content: space-between; gap: 14px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); color: var(--muted); font-size: 12px; }
.inventory-facts strong { color: var(--gold-bright); font-size: 15px; font-weight: 500; }
.inventory-copy button { width: 100%; display: flex; justify-content: space-between; margin-top: 22px; padding: 14px 0; border: 0; border-top: 1px solid rgba(213,173,101,.24); background: none; color: var(--paper); cursor: pointer; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.inventory-empty { padding: clamp(38px,6vw,76px); border: 1px solid rgba(213,173,101,.24); background: radial-gradient(circle at 80% 20%,rgba(213,173,101,.13),transparent 30%),#0a0f14; }
.inventory-empty > span { color: var(--gold); font-size: 9px; letter-spacing: .2em; }
.inventory-empty h3 { max-width: 720px; margin: 22px 0 16px; font-family: Georgia,serif; font-size: clamp(38px,5vw,68px); line-height: 1; font-weight: 400; }
.inventory-empty p { max-width: 620px; margin: 0 0 30px; color: var(--muted); line-height: 1.8; }
.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); padding: 0 7vw 110px; background: #0d1319; }
.trust-strip article { padding: 28px; border-top: 1px solid rgba(213,173,101,.35); border-right: 1px solid rgba(255,255,255,.07); }
.trust-strip article:last-child { border-right: 0; }
.trust-strip span { display: block; margin-bottom: 20px; color: var(--gold); font-size: 9px; letter-spacing: .16em; }
.trust-strip strong { font-family: Georgia,serif; font-size: 22px; font-weight: 400; }
.trust-strip p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.experience {
  position: relative;
  min-height: 830px;
  padding: 160px 7vw;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  overflow: hidden;
  background: #070a0e;
}
.experience::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #070a0e 8%, rgba(7,10,14,.92) 42%, rgba(7,10,14,.26) 100%),
    var(--adx30-editorial-rear) 68% center / cover no-repeat;
  opacity: .58;
  filter: saturate(.7) contrast(1.08);
}
.experience-copy { max-width: 690px; position: relative; z-index: 2; }
.experience-copy > p:last-child { max-width: 540px; margin-top: 34px; color: var(--muted); line-height: 1.9; }
.experience blockquote { position: relative; z-index: 2; max-width: 470px; margin: 190px 0 0; font-size: clamp(30px, 3vw, 52px); line-height: 1.12; color: var(--gold-bright); }
.experience-line { position: absolute; left: 7vw; top: 110px; width: 80px; height: 1px; background: var(--gold); }
.experience-orbit {
  position: absolute;
  right: -10vw;
  top: 50%;
  width: 54vw;
  aspect-ratio: 1;
  transform: translateY(-50%);
  border: 1px solid rgba(213,173,101,.16);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.experience-orbit::before, .experience-orbit::after { content: ""; position: absolute; border: 1px solid rgba(213,173,101,.1); border-radius: inherit; inset: 11%; }
.experience-orbit::after { inset: 25%; }
.experience-orbit span { color: rgba(213,173,101,.06); font-family: Georgia, serif; font-style: italic; font-size: 12vw; }

.services { background: #f1eee7; color: #171715; }
.services-intro { grid-template-columns: .55fr 1.45fr; }
.services .eyebrow { color: #8a682e; }
.service-list { border-top: 1px solid rgba(14,14,12,.17); }
.service-list article {
  position: relative;
  display: grid;
  grid-template-columns: .3fr 1fr 1.25fr 48px;
  align-items: center;
  gap: 32px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(14,14,12,.17);
  transition: padding .3s, background .3s;
}
.service-list article:hover { padding-left: 18px; background: rgba(213,173,101,.08); }
.service-list span { color: #9d793b; font-size: 10px; letter-spacing: .15em; }
.service-list h3 { font-family: Georgia, serif; font-size: clamp(24px, 2.3vw, 38px); font-weight: 400; margin: 0; }
.service-list p { color: #454038; line-height: 1.7; font-size: clamp(17px, 1.35vw, 21px); max-width: 720px; }
.service-list button { position: static; background: transparent; color: #74551e; border-color: rgba(116,85,30,.3); }

.financing { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px,9vw,140px); padding: 140px 8vw; background: radial-gradient(circle at 72% 30%,rgba(213,173,101,.17),transparent 27%),linear-gradient(135deg,#0b1016,#151d25); }
.financing-copy h2 { max-width: 720px; margin: 0; font-family: Georgia,serif; font-size: clamp(48px,5.8vw,88px); line-height: .96; letter-spacing: -.045em; font-weight: 400; }
.financing-copy > p:last-of-type { max-width: 620px; margin: 30px 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.financing-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.financing-actions > a { padding-bottom: 6px; border-bottom: 1px solid rgba(213,173,101,.55); color: var(--gold-bright); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.financing-steps { border-top: 1px solid rgba(213,173,101,.3); }
.financing-steps article { display: grid; grid-template-columns: 42px 1fr; gap: 8px 18px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.financing-steps span { grid-row: 1 / 3; color: var(--gold); font-size: 9px; letter-spacing: .15em; }
.financing-steps h3 { margin: 0; font-family: Georgia,serif; font-size: 27px; font-weight: 400; }
.financing-steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.financing-form-fields { display:grid; gap:16px; margin:0; padding:20px; border:1px solid rgba(213,173,101,.24); }
.financing-form-fields legend { padding:0 8px; color:var(--gold-bright); font-family:Georgia,serif; font-size:20px; text-transform:none; letter-spacing:0; }
.financing-form-fields > p { margin:0; color:var(--muted); font-size:11px; line-height:1.55; text-transform:none; letter-spacing:0; }
.local-search { background: var(--ink-soft); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.faq-grid details { padding: 28px; border: 1px solid var(--line); background: rgba(255,255,255,.018); }
.faq-grid summary { list-style: none; display: flex; justify-content: space-between; gap: 24px; cursor: pointer; font-family: Georgia,serif; font-size: clamp(21px,2vw,29px); line-height: 1.18; }
.faq-grid summary::-webkit-details-marker { display:none; }
.faq-grid summary::after { content:"+"; flex:0 0 auto; color:var(--gold); }
.faq-grid details[open] summary::after { content:"−"; }
.faq-grid p { margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.authenticity { display:grid; grid-template-columns:1fr 1fr; min-height:680px; background:#080c11; }
.authenticity-image { min-height:560px; background-position:center; background-size:cover; filter:saturate(.78) contrast(1.04); }
.authenticity-copy { display:flex; flex-direction:column; justify-content:center; padding:clamp(70px,9vw,150px); }
.authenticity-copy h2 { margin:0; font-family:Georgia,serif; font-size:clamp(48px,5.6vw,84px); line-height:.98; letter-spacing:-.045em; font-weight:400; }
.authenticity-copy > p:last-of-type { margin:30px 0; color:var(--muted); font-size:16px; line-height:1.85; }
.authenticity-actions { display:flex; align-items:center; gap:24px; flex-wrap:wrap; }
.authenticity-actions > span { color:var(--muted); font-size:10px; letter-spacing:.1em; text-transform:uppercase; }

.maison {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8vw;
  padding: 120px 8vw;
  background: linear-gradient(135deg, #080b0f, #10161c);
  overflow: hidden;
}
.maison::before { content: ""; position: absolute; width: 60vw; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); transform: rotate(-28deg); left: -12vw; top: 50%; opacity: .45; }
.maison-mark { position: relative; z-index: 2; padding: 7vw 3vw; border: 1px solid rgba(213,173,101,.15); background: rgba(255,255,255,.018); backdrop-filter: blur(10px); }
.maison-mark img { width: 100%; filter: drop-shadow(0 14px 40px rgba(213,173,101,.1)); }
.maison-copy { position: relative; z-index: 2; }
.maison-copy > p:nth-of-type(2) { color: var(--muted); max-width: 520px; line-height: 1.85; margin: 30px 0; }

.contact-section {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(60px, 9vw, 150px);
  padding: 140px 8vw;
  background:
    linear-gradient(90deg, rgba(7,10,14,.96), rgba(7,10,14,.64)),
    var(--adx30-editorial-front) 78% center / cover no-repeat;
  overflow: hidden;
}
.contact-heading .contact-map { position: relative; z-index: 2; width: 100%; min-height: 390px; margin-top: 42px; overflow: hidden; border: 1px solid rgba(213,173,101,.34); box-shadow: 0 28px 80px rgba(0,0,0,.28); border-radius: 4px; }
.contact-map iframe { display: block; width: 100%; height: 390px; border: 0; filter: grayscale(.9) contrast(1.08) brightness(.78); }
.contact-map::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(90deg,rgba(7,10,14,.45),transparent 55%); }
.contact-map-card { position:absolute; z-index:2; left:28px; bottom:28px; width:min(430px,calc(100% - 56px)); padding:28px; background:rgba(7,10,14,.93); border:1px solid rgba(213,173,101,.5); box-shadow:0 18px 55px rgba(0,0,0,.34); backdrop-filter:blur(14px); }
.contact-map-kicker { display:block; margin-bottom:12px; color:var(--gold); font-size:9px; letter-spacing:.18em; text-transform:uppercase; }
.contact-map-card strong { display:block; color:var(--paper); font:400 clamp(25px,2.2vw,36px)/1.08 Georgia,serif; }
.contact-map-card p { margin:13px 0 22px; color:var(--muted); font-size:14px; line-height:1.65; }
.contact-map-card div { display:flex; flex-wrap:wrap; gap:10px 20px; }
.contact-map-card a { color:var(--gold-bright); font-size:10px; letter-spacing:.11em; text-transform:uppercase; border-bottom:1px solid rgba(213,173,101,.48); padding-bottom:4px; }

.adx30-site[data-theme="bright"] { --ink:#f3f0e8; --ink-soft:#e7e1d7; --paper:#171713; --muted:#615d55; --line:rgba(128,91,34,.22); background:#f3f0e8; color:#171713; }
.adx30-site[data-theme="bright"] .site-header { background:linear-gradient(180deg,rgba(248,245,238,.96),rgba(248,245,238,.78)); border-color:rgba(44,39,31,.11); }
.adx30-site[data-theme="bright"] .site-header nav a { color:rgba(23,23,19,.82); }
.adx30-site[data-theme="bright"] .site-header .brand img { filter:sepia(.15) saturate(1.2) brightness(.62) contrast(1.55); }
.adx30-site[data-theme="bright"] .theme-toggle { background:rgba(255,255,255,.5); color:#76551d; }
.adx30-site[data-theme="bright"] .outline-button { color:#76551d; border-color:rgba(118,85,29,.65); }
.adx30-site[data-theme="bright"] .collection, .adx30-site[data-theme="bright"] .inventory, .adx30-site[data-theme="bright"] .trust-strip { background:#ebe6dc; }
.adx30-site[data-theme="bright"] .experience { background:#e7e1d7; }
.adx30-site[data-theme="bright"] .experience::before { background:linear-gradient(90deg,#f2eee6 5%,rgba(242,238,230,.96) 43%,rgba(214,205,191,.74) 100%),var(--adx30-editorial-rear) 68% center/cover no-repeat; opacity:.72; }
.adx30-site[data-theme="bright"] .experience blockquote { color:#6d4a13; text-shadow:0 1px 0 rgba(255,255,255,.5); }
.adx30-site[data-theme="bright"] .experience-copy > p:last-child { color:#47423a; }
.adx30-site[data-theme="bright"] .maison { background:linear-gradient(135deg,#eee9df,#ded6c8); }
.adx30-site[data-theme="bright"] .maison-mark { background:linear-gradient(145deg,#171713,#28231b); border-color:rgba(151,105,34,.52); box-shadow:0 28px 80px rgba(65,48,23,.2); }
.adx30-site[data-theme="bright"] .maison-mark img { filter:contrast(1.12) saturate(1.2) drop-shadow(0 10px 28px rgba(213,173,101,.18)); }
.adx30-site[data-theme="bright"] .financing { background:radial-gradient(circle at 72% 30%,rgba(173,126,54,.16),transparent 27%),linear-gradient(135deg,#eee9df,#ddd4c5); }
.adx30-site[data-theme="bright"] .financing-steps article, .adx30-site[data-theme="bright"] .contact-details article { border-color:rgba(23,23,19,.12); }
.adx30-site[data-theme="bright"] .contact-section { background:linear-gradient(90deg,rgba(235,229,218,.98),rgba(235,229,218,.88)),var(--adx30-editorial-front) 78% center/cover no-repeat; }
.adx30-site[data-theme="bright"] .contact-map iframe { filter:grayscale(.7) contrast(1.02) brightness(1.02); }
.adx30-site[data-theme="bright"] .contact-map-card { background:rgba(249,246,239,.94); box-shadow:0 18px 55px rgba(55,43,22,.18); }
.adx30-site[data-theme="bright"] .contact-map-card strong { color:#171713; }
.adx30-site[data-theme="bright"] .contact-map-card p { color:#565149; }
.adx30-site[data-theme="bright"] .contact-map-card a { color:#68470f; border-color:rgba(104,71,15,.5); }
.adx30-site[data-theme="bright"] .contact-details h3 { color:#72501a; }
.adx30-site[data-theme="bright"] .contact-details p,
.adx30-site[data-theme="bright"] .contact-hours dt { color:#4f4a42; }
.adx30-site[data-theme="bright"] .contact-details article > a:not(.contact-phone),
.adx30-site[data-theme="bright"] .contact-phone,
.adx30-site[data-theme="bright"] .contact-hours dd { color:#171713; }
.adx30-site[data-theme="bright"] footer { background:#e4ddd1; border-color:rgba(23,23,19,.12); }
.adx30-site[data-theme="bright"] .mobile-conversion-bar { color:#f1eee7; }
.adx30-site[data-theme="bright"] .mobile-menu-panel, .adx30-site[data-theme="bright"] .modal { --ink:#070a0e; --paper:#f1eee7; --muted:#a29c91; color:#f1eee7; }
.contact-section::after { content: "CONTACT"; position: absolute; right: -1vw; bottom: -2vw; color: rgba(213,173,101,.035); font-family: Georgia, serif; font-size: 14vw; line-height: .75; pointer-events: none; }
.contact-heading, .contact-details { position: relative; z-index: 2; }
.contact-heading h2 { max-width: 690px; margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 5.8vw, 88px); line-height: .96; letter-spacing: -.045em; font-weight: 400; }
.contact-heading > p:nth-of-type(2) { max-width: 560px; margin: 30px 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.contact-details { border-top: 1px solid rgba(213,173,101,.28); }
.contact-details article { display: grid; grid-template-columns: 42px 1fr; gap: 8px 20px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-details article > span { grid-row: 1 / 4; color: var(--gold); font-size: 9px; letter-spacing: .18em; }
.contact-details h3 { margin: 0; color: var(--gold-bright); font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.contact-details p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.contact-details article > a:not(.contact-phone) { width: fit-content; margin-top: 8px; color: var(--paper); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid rgba(213,173,101,.5); }
.contact-details article > a span { color: var(--gold); margin-left: 8px; }
.contact-phone { width: fit-content; color: var(--paper); font-family: Georgia, serif; font-size: clamp(26px, 3vw, 38px); line-height: 1.2; }
.contact-hours dl { margin: 8px 0 0; }
.contact-hours dl div { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.contact-hours dt, .contact-hours dd { margin: 0; color: var(--muted); font-size: 12px; }
.contact-hours dd { color: var(--paper); }

.service-list h3 { font-size: clamp(30px, 2.65vw, 44px) !important; line-height: 1.08; }
.service-list p { font-size: clamp(18px, 1.42vw, 22px) !important; line-height: 1.72; }
.authenticity-copy:only-child { grid-column: 1 / -1; width: min(100%, 1040px); margin-inline: auto; text-align: center; align-items: center; }
.authenticity-copy:only-child > p:last-of-type { max-width: 720px; }
.adx30-site, .adx30-site .contact-section { border-left: 0 !important; }

footer { display: grid; grid-template-columns: 1fr auto auto 1fr; align-items: center; gap: 26px 34px; padding: 46px 5vw; border-top: 1px solid rgba(255,255,255,.08); color: rgba(241,238,231,.46); font-size: 10px; letter-spacing: .1em; }
footer img { width: 150px; }
footer > p:last-child { text-align: right; }
.footer-links { display: flex; gap: 18px; }
.footer-links button { border: 0; background: none; padding: 8px 0; color: inherit; cursor: pointer; }
.footer-links button:hover { color: var(--gold); }
.seo-footer-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.06); }
.seo-footer-links a:hover { color: var(--gold); }

.modal-shell { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(0,0,0,.78); backdrop-filter: blur(16px); animation: modal-fade .25s ease; }
@keyframes modal-fade { from { opacity: 0; } }
.modal { position: relative; width: min(1080px, 96vw); max-height: 90vh; overflow: auto; background: #0b0f14; border: 1px solid rgba(213,173,101,.3); box-shadow: 0 40px 100px rgba(0,0,0,.65); animation: modal-rise .35s ease; }
@keyframes modal-rise { from { opacity: 0; transform: translateY(16px) scale(.985); } }
.modal-close { position: absolute; z-index: 3; right: 18px; top: 16px; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.26); color: var(--paper); font-size: 25px; cursor: pointer; }
.modal-concierge { display: grid; grid-template-columns: .78fr 1.22fr; }
.modal-visual { min-height: 660px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 42px; background: radial-gradient(circle at 50% 42%, rgba(213,173,101,.2), transparent 30%), linear-gradient(145deg, #101820, #06090c); border-right: 1px solid rgba(213,173,101,.16); }
.modal-visual img { width: min(350px, 90%); }
.modal-visual p { margin-top: 70px; color: rgba(213,173,101,.45); font-size: 9px; letter-spacing: .28em; }
.modal-content { padding: 72px 64px; }
.modal-content > p:nth-of-type(2) { color: var(--muted); line-height: 1.65; }
form { margin-top: 32px; display: grid; gap: 18px; }
form label { display: grid; gap: 8px; color: #aaa399; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 0; outline: none; padding: 13px 14px; background: rgba(255,255,255,.035); color: var(--paper); transition: border-color .2s; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); }
select option { background: #0b0f14; }
textarea { resize: vertical; }
form .gold-button { margin-top: 4px; }
.form-honeypot { position: fixed !important; inset: 0 auto auto 0 !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.privacy-consent { grid-template-columns: 20px 1fr; align-items: start; gap: 11px; text-transform: none; letter-spacing: 0; font-size: 11px; line-height: 1.55; }
.privacy-consent input { width: 18px; height: 18px; margin: 0; padding: 0; accent-color: var(--gold); }
.success-state { width: 100%; min-height: 330px; display: grid; grid-template-columns: minmax(0, 1fr); place-items: center; align-content: center; text-align: center; gap: 18px; }
.success-state > span { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; border: 1px solid var(--gold); color: var(--gold); font-size: 26px; }
.success-state h3 { display: block; width: min(100%, 470px); margin: 0; font-family: Georgia, serif; font-size: clamp(28px, 3vw, 38px); line-height: 1.18; font-weight: 400; }
.success-state h3 > span { display: block; }
.success-state > p { width: min(100%, 430px); margin: -4px 0 4px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.success-state button { justify-self: center; padding: 8px 2px; background: none; color: var(--gold); border: 0; border-bottom: 1px solid var(--gold); cursor: pointer; }
.modal-legal { width: min(820px, 96vw); }
.legal-content { padding: 72px clamp(28px, 6vw, 82px); }
.legal-content h2 { font-size: clamp(42px, 5vw, 68px); }
.legal-date, .legal-content article p, .legal-note { color: var(--muted); line-height: 1.75; }
.legal-date { padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.1); }
.legal-content article { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.legal-content article h3 { color: var(--gold-bright); font-family: Georgia, serif; font-weight: 400; font-size: 20px; margin: 0 0 8px; }
.legal-content article p { margin: 0; font-size: 13px; }
.legal-note { font-size: 11px; font-style: italic; margin: 24px 0; }
.modal-vehicle-law { width: min(940px, 96vw); }
.legal-table-wrap { margin-top: 20px; overflow-x: auto; border: 1px solid rgba(213,173,101,.18); }
.legal-table { width: 100%; min-width: 620px; border-collapse: collapse; color: var(--paper); }
.legal-table th, .legal-table td { padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left; vertical-align: top; font-size: 12px; line-height: 1.5; }
.legal-table th { color: var(--gold-bright); background: rgba(213,173,101,.08); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.legal-table td:first-child { color: var(--gold); font-family: Georgia, serif; font-size: 20px; }
.legal-caption { margin: 10px 0 0 !important; font-size: 11px !important; font-style: italic; }
.legal-sources { display: grid; gap: 9px; margin: 26px 0; padding: 22px; border: 1px solid rgba(213,173,101,.2); background: rgba(213,173,101,.05); }
.legal-sources strong { color: var(--gold-bright); font-family: Georgia, serif; font-weight: 400; font-size: 18px; }
.legal-sources a { width: fit-content; color: var(--muted); font-size: 12px; line-height: 1.5; border-bottom: 1px solid rgba(213,173,101,.28); }
.legal-sources a:hover { color: var(--gold-bright); }
.vehicle-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 34px 0; background: rgba(255,255,255,.08); }
.vehicle-detail-grid div { display: grid; gap: 7px; padding: 18px; background: #0b0f14; }
.vehicle-detail-grid span { color: var(--gold); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.vehicle-detail-grid strong { font-size: 14px; font-weight: 500; }
.vehicle-description { color: var(--muted); font-size: 14px; line-height: 1.8; }
.mobile-conversion-bar { display: none; }
.seo-page { min-height: 100vh; padding: 130px max(24px,7vw) 80px; background: radial-gradient(circle at 85% 10%,rgba(213,173,101,.12),transparent 28%),var(--ink); }
.seo-page-header { position:fixed; z-index:20; top:0; left:0; right:0; height:92px; display:flex; align-items:center; justify-content:space-between; padding:0 5vw; border-bottom:1px solid rgba(255,255,255,.08); background:rgba(5,8,11,.88); backdrop-filter:blur(16px); }
.seo-page-header .brand { display:block; width:170px; height:68px; margin:0; }
.seo-page-header nav { display:flex; gap:30px; color:var(--muted); font-size:10px; letter-spacing:.14em; text-transform:uppercase; }
.seo-page-header nav a:hover { color:var(--gold); }
.seo-page-inner { max-width:1080px; margin:0 auto; }
.seo-breadcrumb { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:56px; color:var(--muted); font-size:10px; letter-spacing:.08em; }
.seo-breadcrumb a { color:var(--gold); }
.seo-page h1 { font-size: clamp(52px,8vw,94px); line-height: .95; }
.seo-page h2 { margin: 52px 0 18px; font-family: Georgia,serif; font-size: 38px; font-weight: 400; }
.seo-page p { color: var(--muted); font-size: 16px; line-height: 1.85; }
.seo-page-back { display: inline-block; margin-top: 48px; color: var(--gold); border-bottom: 1px solid var(--gold); padding-bottom: 6px; }
.seo-value-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin:72px 0; background:rgba(213,173,101,.24); border:1px solid rgba(213,173,101,.24); }
.seo-value-grid article { padding:32px; background:#0b0f14; }
.seo-value-grid span { color:var(--gold); font-size:9px; letter-spacing:.15em; }
.seo-value-grid h2 { margin:22px 0 14px; font-size:28px; }
.seo-value-grid p { font-size:14px; }
.seo-value-grid a { color:var(--gold-bright); font-size:10px; letter-spacing:.1em; text-transform:uppercase; }
.seo-faq { margin:90px 0; }
.seo-faq > h2 { margin:0 0 30px; font-size:clamp(42px,5vw,66px); }
.seo-faq details { padding:24px 0; border-top:1px solid rgba(255,255,255,.1); }
.seo-faq details:last-child { border-bottom:1px solid rgba(255,255,255,.1); }
.seo-faq summary { cursor:pointer; color:var(--paper); font-family:Georgia,serif; font-size:23px; }
.seo-faq details p { max-width:780px; margin:16px 0 0; font-size:14px; }
.seo-contact-card { display:grid; grid-template-columns:1fr auto; align-items:center; gap:50px; margin-top:80px; padding:46px; border:1px solid rgba(213,173,101,.28); background:rgba(213,173,101,.05); }
.seo-contact-card h2 { margin:0; font-size:42px; }
.seo-contact-card > div:last-child { display:grid; gap:16px; justify-items:start; }
.seo-contact-card > div:last-child > a:last-child { color:var(--gold); border-bottom:1px solid var(--gold); padding-bottom:5px; font-size:11px; }

@media (max-width: 1160px) {
  .site-header { grid-template-columns: 170px 1fr; height: 78px; }
  .brand { width: 160px; height: 64px; }
  .site-header nav { display: none; }
  .header-actions { justify-content: end; }
  .menu-toggle { display: block; }
  .hero { padding-left: 7vw; }
  .hero-content { width: min(620px, 78vw); }
  .section-intro { grid-template-columns: 1fr; gap: 12px; }
  .inventory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .collection-card { min-height: 360px; transform: none; }
  .collection-card:hover { transform: translateY(-4px); }
  .experience { grid-template-columns: 1fr; min-height: 850px; }
  .experience blockquote { margin: 40px 0 0; }
  .experience-orbit { width: 75vw; right: -28vw; top: 68%; }
  .service-list article { grid-template-columns: 60px 1fr 48px; }
  .service-list p { grid-column: 2; margin-top: -18px; }
  .service-list button { grid-column: 3; grid-row: 1; }
  .maison { grid-template-columns: 1fr; }
  .authenticity { grid-template-columns:1fr; }
  .authenticity-image { min-height:480px; }
  .contact-section { grid-template-columns: 1fr; }
  .financing { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p:last-child { text-align: left; }
}

@media (max-width: 640px) {
  html, body { width: 100% !important; max-width: 100% !important; overflow-x: hidden !important; }
  .adx30-site .elementor,
  .adx30-site .elementor-element,
  .adx30-site .elementor-widget,
  .adx30-site .elementor-widget-container,
  .adx30-elementor-container,
  .adx30-section-fragment { width: 100% !important; min-width: 0 !important; max-width: 100% !important; }
  .adx30-elementor-container,
  .adx30-section-fragment { overflow-x: clip; }
  .site-header { height: 72px; padding: 0 16px; grid-template-columns: 1fr auto; gap: 12px; }
  .brand { width: 126px; height: 52px; }
  .header-actions { gap: 6px; }
  .lang-switch { padding: 10px 8px; }
  .outline-button { display: none; }
  .hero { min-height: max(780px, 100svh); padding: 112px 22px 70px; align-items: flex-end; }
  .hero-slider { height: 66%; }
  .hero-slide { background-position: 64% top; }
  .hero-vignette { background: linear-gradient(0deg, #05080b 28%, rgba(5,8,11,.42) 72%, rgba(5,8,11,.22)); }
  .hero-content { width: 100%; }
  h1 { font-size: clamp(50px, 15.5vw, 68px); }
  .hero-copy { width: 100%; font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .scroll-cue, .hero-index { display: none; }
  .hero-controls { top: 35%; right: 16px; }
  .section { padding: 86px 22px; }
  .section-intro { margin-bottom: 46px; }
  .section-intro h2, .experience h2, .maison h2 { font-size: clamp(40px, 12vw, 48px); }
  .collection-card { min-height: 300px; }
  .inventory-grid { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr; padding: 0 22px 80px; }
  .trust-strip article { border-right: 0; }
  .experience { min-height: 680px; padding: 96px 22px; align-content: center; }
  .experience::before { background-position: 72% center; opacity: .42; }
  .experience-orbit { width: 110vw; right: -52vw; }
  .experience blockquote { font-size: 30px; }
  .services-intro { display: block; }
  .service-list article { grid-template-columns: 40px 1fr 40px; gap: 12px; padding: 26px 0; }
  .service-list p { grid-column: 1 / -1; margin: 0; }
  .collection-scroller { width: calc(100% + 44px); max-width: none; margin-left: -22px; margin-right: -22px; grid-auto-columns: minmax(260px, 83vw); padding-left: 22px; padding-right: 22px; padding-bottom: 30px; }
  .collection-scroller .collection-card { min-height: 390px; }
  .category-controls span { font-size: 8px; }
  .financing { padding: 90px 22px; gap: 52px; }
  .financing-copy h2 { font-size: clamp(44px,13vw,58px); }
  .maison { min-height: auto; padding: 84px 22px; gap: 50px; }
  .maison-mark { padding: 55px 16px; }
  .contact-section { padding: 88px 22px; gap: 58px; background-position: 70% center; }
  .contact-heading h2 { font-size: clamp(44px, 13vw, 56px); }
  .contact-details article { grid-template-columns: 32px 1fr; gap: 8px 14px; padding: 26px 0; }
  .contact-phone { font-size: 30px; }
  .contact-hours dl div { grid-template-columns: 1fr; gap: 4px; }
  .contact-heading .contact-map, .contact-map iframe { min-height: 480px; height: 480px; }
  .contact-map-card { left:14px; bottom:14px; width:calc(100% - 28px); padding:22px; }
  footer { grid-template-columns: 1fr; padding: 40px 22px; gap: 18px; }
  .footer-links { flex-wrap: wrap; column-gap: 18px; row-gap: 4px; }
  .modal-shell { padding: 10px; }
  .modal { width: 100%; max-width: 100%; }
  .modal-concierge { display: block; }
  .modal-visual { min-height: 180px; padding: 38px; }
  .modal-visual img { width: 240px; }
  .modal-visual p { display: none; }
  .modal-content { padding: 42px 24px; }
  .modal-content h2 { font-size: 42px; }
  .success-state { min-height: 290px; padding: 18px 0; }
  .success-state h3 { font-size: clamp(28px, 9vw, 34px); }
  .form-row { grid-template-columns: 1fr; }
  .legal-content { padding: 58px 24px 34px; }
  .vehicle-detail-grid { grid-template-columns: 1fr; }
  .mobile-conversion-bar { position: fixed; z-index: 48; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: .7fr .7fr 1.45fr 1fr; gap: 1px; padding: 1px; background: rgba(213,173,101,.55); box-shadow: 0 14px 44px rgba(0,0,0,.48); backdrop-filter: blur(16px); }
  .mobile-conversion-bar a, .mobile-conversion-bar button { min-width: 0; padding: 14px 6px; border: 0; background: rgba(7,10,14,.94); color: var(--paper); text-align: center; text-transform: uppercase; letter-spacing: .05em; font-size: 8px; cursor: pointer; }
  .mobile-conversion-bar button { color: #14110d; background: var(--gold); font-weight: 700; }
  .seo-footer-links { justify-content: flex-start; }
  .seo-value-grid { grid-template-columns:1fr; }
  .seo-contact-card { grid-template-columns:1fr; }
  .seo-page-header nav { display:none; }
  .seo-page-header { height:74px; }
  .seo-page { padding-top:110px; }
  .authenticity-image { min-height:340px; }
  .authenticity-copy { padding:80px 22px; }
  #gt_float_wrapper, .gt_float_switcher, .gt_switcher_wrapper, .gtranslate_wrapper { bottom:84px !important; }
  #gt_float_wrapper, .gt_float_switcher, .gt_switcher_wrapper, .gtranslate_wrapper { max-width: calc(100vw - 24px) !important; right: 12px !important; }
  .mobile-menu { display: block; width: 100%; height: 100%; max-width: 100%; overflow: hidden; }
  .mobile-menu-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; }
  .mobile-menu-panel { position: absolute; inset: 0; width: 100%; max-width: 100%; height: 100%; border-left: 0; padding: max(22px, env(safe-area-inset-top)) 22px max(30px, env(safe-area-inset-bottom)); }
  .mobile-menu nav a { font-size: clamp(27px, 8.5vw, 38px); overflow-wrap: anywhere; }
  .legal-content, .contact-details, footer { overflow-wrap: anywhere; }
  body { padding-bottom: 64px; }
}

@media (max-width: 380px) {
  .hero { padding-left: 18px; padding-right: 18px; }
  h1 { font-size: 49px; }
  .gold-button { padding-left: 18px; padding-right: 18px; }
  .section, .experience, .maison, .contact-section { padding-left: 18px; padding-right: 18px; }
  .collection-card { padding: 24px; }
  .mobile-menu { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body.admin-bar .site-header { top: 32px; }
.adx30-site { width: 100%; max-width: 100%; overflow-x: clip; overflow-y: auto; }
.adx30-site:not(.menu-open):not(.modal-open) { overflow-y: auto; }
.adx30-site .elementor,
.adx30-site .elementor-element,
.adx30-site .elementor-widget,
.adx30-site .elementor-widget-container,
.adx30-site .adx30-section-fragment { min-width: 0; max-width: 100%; }
.adx30-site .mobile-menu,
.adx30-site .modal-shell,
.adx30-site .mobile-conversion-bar { max-width: 100vw; }
.elementor-element-adx30container { padding: 0 !important; gap: 0 !important; }
.adx30-elementor-container,
.adx30-elementor-container > .e-con-inner,
.adx30-elementor-container > .elementor-widget,
.adx30-elementor-container > .elementor-widget > .elementor-widget-container { padding: 0 !important; margin: 0 !important; gap: 0 !important; max-width: none !important; }
.elementor-editor-active .adx30-section-fragment { position: relative; }
.elementor-editor-active .adx30-section-fragment::before { content: attr(data-section); position: absolute; z-index: 100; top: 8px; left: 8px; padding: 6px 9px; background: rgba(7,10,14,.82); color: #d5ad65; border: 1px solid rgba(213,173,101,.35); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; pointer-events: none; }
.adx30-editor-notice { padding: 38px; border: 1px dashed rgba(213,173,101,.45); color: #8a682e; background: #f1eee7; font: 16px/1.6 Georgia,serif; }

/* Premium interaction polish for the Elementor-native composition. */
.adx30-section-fragment section { transition: background-color .45s ease, color .45s ease; }
.adx30-section-fragment .gold-button { box-shadow: 0 10px 34px rgba(213,173,101,.12); }
.adx30-section-fragment .gold-button:hover { box-shadow: 0 16px 44px rgba(213,173,101,.22); }
.adx30-section-fragment .collection-card,
.adx30-section-fragment .service-list article,
.adx30-section-fragment .faq-grid details { will-change: transform; }
.adx30-section-fragment .faq-grid details[open] { border-color: rgba(213,173,101,.48); background: rgba(213,173,101,.055); }
.adx30-section-fragment .contact-map { border-radius: 2px; }
.adx30-site img { max-width: 100%; height: auto; }
.adx30-site .brand img { width: 100%; height: 100%; max-width: none; object-fit: contain; object-position: left center; }
.adx30-site [hidden] { display: none !important; }
.adx30-lang-en { display: none !important; }
.adx30-site[data-lang="en"] .adx30-lang-fr { display: none !important; }
.adx30-site[data-lang="en"] .adx30-lang-en { display: revert !important; }

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
