:root {
    --lmq-black: #070707;
    --lmq-black-2: #0e0d0d;
    --lmq-ink: #171313;
    --lmq-gold: #cda85b;
    --lmq-gold-light: #f0d38e;
    --lmq-cream: #f1eadc;
    --lmq-smoke: #aea79c;
    --lmq-burgundy: #4a1018;
    --lmq-line: rgba(205, 168, 91, .23);
    --lmq-serif: "Cormorant Garamond", Georgia, serif;
    --lmq-sans: "Manrope", Arial, sans-serif;
}

body.lmq-page-active { margin: 0 !important; overflow-x: hidden !important; background: var(--lmq-black); }
body.lmq-page-active .site-header,
body.lmq-page-active .site-footer,
body.lmq-page-active #masthead,
body.lmq-page-active #colophon,
body.lmq-page-active .wp-block-template-part,
body.lmq-page-active .entry-header,
body.lmq-page-active .page-header,
body.lmq-page-active .post-thumbnail,
body.lmq-page-active .wp-block-post-title,
body.lmq-page-active .entry-title,
body.lmq-page-active .page-title { display: none !important; }
body.lmq-page-active .wp-site-blocks,
body.lmq-page-active .site,
body.lmq-page-active .site-content,
body.lmq-page-active .content-area,
body.lmq-page-active .site-main,
body.lmq-page-active main,
body.lmq-page-active article,
body.lmq-page-active .entry-content,
body.lmq-page-active .wp-block-post-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.lmq-page-active .wp-site-blocks > *,
body.lmq-page-active main > *,
body.lmq-page-active article > *,
body.lmq-page-active .entry-content > *,
body.lmq-page-active .wp-block-post-content > * { max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }

.lmq-site, .lmq-site * { box-sizing: border-box; }
.lmq-site { width: 100%; max-width: none; margin: 0; overflow: clip; background: var(--lmq-black); color: var(--lmq-cream); font-family: var(--lmq-sans); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
.lmq-site img { display: block; max-width: 100%; height: auto; }
.lmq-site a { color: inherit; text-decoration: none; }
.lmq-site h1, .lmq-site h2, .lmq-site h3, .lmq-site p { margin-top: 0; }
.lmq-site [id] { scroll-margin-top: 84px; }
.lmq-shell { width: min(1200px, calc(100% - 54px)); margin-inline: auto; }
.lmq-skip { position: fixed; top: -100px; left: 18px; z-index: 10000; padding: 10px 15px; background: #fff; color: #000 !important; }
.lmq-skip:focus { top: 18px; }
.lmq-sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.lmq-age-gate { position: fixed; z-index: 99999; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(0,0,0,.92); backdrop-filter: blur(18px); }
.lmq-age-gate[hidden] { display: none; }
.lmq-age-gate__panel { width: min(560px, 100%); padding: 55px 45px; border: 1px solid var(--lmq-line); background: radial-gradient(circle at 50% 0, #241919, #090909 60%); text-align: center; box-shadow: 0 35px 90px rgba(0,0,0,.72); }
.lmq-age-gate__panel > img { width: 205px; margin: 0 auto 25px; }
.lmq-age-gate__panel h2 { margin-bottom: 12px; font: 500 clamp(35px, 6vw, 49px)/1.1 var(--lmq-serif); }
.lmq-age-gate__panel > p:not(.lmq-eyebrow) { color: var(--lmq-smoke); }
.lmq-age-gate__actions { display: flex; justify-content: center; gap: 12px; margin: 30px 0 20px; }
.lmq-age-gate__panel small { color: #756f66; font-size: 10px; }

.lmq-header { position: absolute; z-index: 80; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.13); transition: background .3s ease, border .3s ease; }
.lmq-header.is-sticky { position: fixed; background: rgba(6,6,6,.94); border-color: var(--lmq-line); backdrop-filter: blur(15px); }
.admin-bar .lmq-header.is-sticky { top: 32px; }
.lmq-header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.lmq-brand img { width: 82px; height: auto; }
.lmq-nav { display: flex; align-items: center; gap: 20px; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.lmq-nav a:not(.lmq-nav__shop) { position: relative; color: rgba(255,255,255,.8); }
.lmq-nav a:not(.lmq-nav__shop)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--lmq-gold); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.lmq-nav a:hover::after, .lmq-nav a:focus-visible::after { transform: scaleX(1); }
.lmq-nav__shop { padding: 10px 17px; border: 1px solid var(--lmq-gold); color: var(--lmq-gold-light) !important; }
.lmq-menu-toggle { display: none; width: 45px; height: 42px; border: 0; background: transparent; color: #fff; cursor: pointer; }
.lmq-menu-toggle > span:not(.lmq-sr) { display: block; width: 25px; height: 1px; margin: 6px auto; background: currentColor; }

.lmq-hero { position: relative; min-height: min(920px, 100vh); display: flex; align-items: center; overflow: hidden; }
.lmq-hero__media { position: absolute; inset: -3%; background: url("../images/vue-generale.webp") center/cover no-repeat; animation: lmq-zoom 17s ease-out both; }
.lmq-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.54) 46%, rgba(0,0,0,.25) 70%, rgba(0,0,0,.72) 100%), linear-gradient(0deg, rgba(0,0,0,.84), transparent 45%); }
.lmq-hero__content { position: relative; z-index: 2; padding: 160px 0 120px; }
.lmq-eyebrow, .lmq-kicker { color: var(--lmq-gold); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .28em; }
.lmq-hero h1 { max-width: 800px; margin: 24px 0 28px; color: #fff; font: 500 clamp(70px, 10vw, 138px)/.8 var(--lmq-serif); letter-spacing: -.04em; }
.lmq-hero h1 em { color: var(--lmq-gold-light); font-weight: 400; }
.lmq-hero__lead { max-width: 590px; color: rgba(255,255,255,.77); font: 400 20px/1.7 var(--lmq-serif); }
.lmq-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.lmq-btn { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; padding: 13px 23px; border: 1px solid transparent; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border .2s ease; }
.lmq-btn:hover, .lmq-btn:focus-visible { transform: translateY(-2px); }
.lmq-btn--gold { background: var(--lmq-gold); color: #080808 !important; }
.lmq-btn--gold:hover { background: var(--lmq-gold-light); }
.lmq-btn--glass { border-color: rgba(255,255,255,.38); background: rgba(0,0,0,.18); color: #fff !important; backdrop-filter: blur(8px); }
.lmq-btn--outline { border-color: var(--lmq-line); color: var(--lmq-gold-light) !important; }
.lmq-btn--outline-light { border-color: rgba(255,255,255,.35); color: #fff !important; }
.lmq-hero__meta { position: absolute; z-index: 2; right: 4vw; bottom: 35px; left: 4vw; display: flex; justify-content: space-between; color: rgba(255,255,255,.53); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.lmq-marquee { overflow: hidden; padding: 16px 0; border-top: 1px solid var(--lmq-line); border-bottom: 1px solid var(--lmq-line); background: #0a0909; color: var(--lmq-gold-light); }
.lmq-marquee > div { display: flex; min-width: max-content; align-items: center; gap: 34px; font: italic 400 22px/1 var(--lmq-serif); animation: lmq-scroll 24s linear infinite; }
.lmq-marquee i { color: var(--lmq-gold); font-size: 9px; }

.lmq-section { padding: 125px 0; }
.lmq-intro { background: var(--lmq-cream); color: var(--lmq-ink); }
.lmq-intro__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 95px; }
.lmq-intro h2, .lmq-signatures h2, .lmq-gallery h2, .lmq-info h2, .lmq-feature h2, .lmq-rates h2, .lmq-agenda h2, .lmq-special h2, .lmq-hymn h2, .lmq-dress h2, .lmq-bar h2, .lmq-press h2 { margin: 18px 0 30px; font: 500 clamp(50px, 6vw, 76px)/.98 var(--lmq-serif); letter-spacing: -.035em; }
.lmq-intro__lead { color: #403838; font: 500 24px/1.48 var(--lmq-serif); }
.lmq-intro__manifesto span { display: block; }
.lmq-intro__manifesto span + span { margin-top: 3px; }
.lmq-intro__copy > p:not(.lmq-kicker):not(.lmq-intro__lead) { color: #706861; }
.lmq-text-link { display: inline-flex; gap: 10px; margin-top: 18px; padding-bottom: 4px; border-bottom: 1px solid var(--lmq-gold); color: #6f4d16 !important; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.lmq-intro__visual { position: relative; }
.lmq-intro__visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: 50% 48%; box-shadow: 0 35px 70px rgba(26,16,16,.2); }
.lmq-intro__stamp { position: absolute; right: -34px; bottom: -34px; display: grid; place-items: center; width: 136px; height: 136px; overflow: hidden; padding: 6px; border: 1px solid var(--lmq-gold); border-radius: 50%; background: var(--lmq-black); color: var(--lmq-gold-light); cursor: pointer; box-shadow: 0 18px 45px rgba(0,0,0,.35); animation: lmq-logo-float 4s ease-in-out infinite; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.lmq-intro__stamp::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(240,211,142,.25); border-radius: inherit; pointer-events: none; }
.lmq-logo-player video { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.lmq-logo-player small { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 5px 3px; border-radius: 20px; background: rgba(0,0,0,.76); color: var(--lmq-gold-light); font: 700 7px/1 var(--lmq-sans); text-transform: uppercase; letter-spacing: .12em; opacity: 0; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease; }
.lmq-logo-player:hover, .lmq-logo-player:focus-visible, .lmq-logo-player.is-playing { transform: translateY(-5px) scale(1.06); border-color: var(--lmq-gold-light); box-shadow: 0 22px 55px rgba(57,26,31,.48), 0 0 0 5px rgba(205,168,91,.1); animation-play-state: paused; outline: none; }
.lmq-logo-player:hover small, .lmq-logo-player:focus-visible small, .lmq-logo-player.is-playing small { opacity: 1; transform: none; }

.lmq-signatures { padding: 120px 0; background: #0d0b0b; }
.lmq-heading { margin-bottom: 55px; }
.lmq-signatures h2, .lmq-gallery h2, .lmq-info h2, .lmq-feature h2, .lmq-rates h2, .lmq-agenda h2, .lmq-special h2, .lmq-hymn h2, .lmq-dress h2, .lmq-bar h2, .lmq-press h2 { color: var(--lmq-cream); }
.lmq-signatures__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--lmq-line); border-left: 1px solid var(--lmq-line); }
.lmq-signature { min-height: 330px; padding: 37px 34px; border-right: 1px solid var(--lmq-line); border-bottom: 1px solid var(--lmq-line); background: linear-gradient(145deg, rgba(255,255,255,.025), transparent); }
.lmq-signature > span { color: var(--lmq-gold); font: 500 13px/1 var(--lmq-serif); }
.lmq-signature h3 { margin: 75px 0 18px; color: #fff; font: 500 31px/1.1 var(--lmq-serif); }
.lmq-signature p { color: #8f8881; font-size: 14px; }

.lmq-feature { display: grid; min-height: 620px; grid-template-columns: 1.05fr .95fr; }
.lmq-feature__image { background: linear-gradient(rgba(26,0,4,.1), rgba(26,0,4,.1)), url("../images/escalier.webp") center/cover no-repeat; }
.lmq-feature__copy { display: flex; flex-direction: column; justify-content: center; padding: 90px max(6vw, 55px); background: var(--lmq-burgundy); }
.lmq-feature__copy p:not(.lmq-kicker) { max-width: 540px; color: rgba(255,255,255,.7); }
.lmq-feature__copy .lmq-btn { width: fit-content; margin-top: 20px; }

.lmq-rates { background: #090808; }
.lmq-rates .lmq-heading--split > p, .lmq-agenda .lmq-heading + p { color: #999188; }
.lmq-rates__legend, .lmq-rate { display: grid; grid-template-columns: 1.65fr repeat(4, 1fr); }
.lmq-rates__legend { padding: 0 24px 15px; color: #706960; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.lmq-rates__list { border-top: 1px solid var(--lmq-line); border-left: 1px solid var(--lmq-line); }
.lmq-rate { border-bottom: 1px solid var(--lmq-line); }
.lmq-rate > div { min-height: 145px; display: flex; flex-direction: column; justify-content: center; padding: 22px 24px; border-right: 1px solid var(--lmq-line); }
.lmq-rate__day h3 { margin: 0 0 5px; color: var(--lmq-gold-light); font: 500 28px/1 var(--lmq-serif); }
.lmq-rate__day p { margin: 0 0 8px; color: #a29b93; font-size: 11px; }
.lmq-rate__day small { color: var(--lmq-gold); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.lmq-rate strong { color: #e6dfd2; font: 500 15px/1.5 var(--lmq-serif); }
.lmq-rate [data-label]::before { display: none; content: attr(data-label); }
.lmq-note { margin: 22px 0 0; color: #777068; font-size: 11px; }

.lmq-agenda { background: var(--lmq-burgundy); }
.lmq-agenda__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(240,211,142,.26); border-left: 1px solid rgba(240,211,142,.26); }
.lmq-event { min-height: 320px; padding: 34px 29px; border-right: 1px solid rgba(240,211,142,.26); border-bottom: 1px solid rgba(240,211,142,.26); }
.lmq-event > span { color: var(--lmq-gold-light); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.lmq-event h3 { margin: 66px 0 18px; color: #fff; font: 500 29px/1.05 var(--lmq-serif); }
.lmq-event p { min-height: 92px; color: rgba(255,255,255,.68); font-size: 13px; }
.lmq-event small { color: var(--lmq-gold-light); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.lmq-text-link--light { margin-top: 34px; color: var(--lmq-gold-light) !important; }

.lmq-special { position: relative; background: #0b0909; }
.lmq-special .lmq-heading--split > p { color: #999188; }
.lmq-special__feature { display: grid; min-height: 540px; grid-template-columns: .92fr 1.08fr; border: 1px solid var(--lmq-line); background: linear-gradient(145deg, #481119, #260b10); box-shadow: 0 35px 80px rgba(0,0,0,.35); }
.lmq-special__visual { position: relative; min-height: 540px; background: linear-gradient(0deg, rgba(0,0,0,.4), rgba(0,0,0,.04)), url("../images/soiree-speciale-bleue.webp") center 48%/cover no-repeat; }
.lmq-special__visual::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(240,211,142,.3); pointer-events: none; }
.lmq-special__visual > span { position: absolute; z-index: 1; right: 35px; bottom: 35px; padding: 10px 14px; border: 1px solid var(--lmq-gold); background: rgba(0,0,0,.72); color: var(--lmq-gold-light); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.lmq-special__copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(36px, 6vw, 86px); }
.lmq-special__date { margin-bottom: 25px; color: var(--lmq-gold-light); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }
.lmq-special__copy h3 { max-width: 560px; margin: 0 0 24px; color: #fff; font: 500 clamp(42px, 5vw, 66px)/.98 var(--lmq-serif); letter-spacing: -.025em; }
.lmq-special__copy > p:not(.lmq-special__date) { max-width: 580px; color: rgba(255,255,255,.68); }
.lmq-special__copy .lmq-actions { margin-top: 27px; }

.lmq-hymn { position: relative; overflow: hidden; background: radial-gradient(circle at 12% 20%, rgba(113,38,49,.34), transparent 32%), radial-gradient(circle at 88% 85%, rgba(205,168,91,.12), transparent 30%), #070707; }
.lmq-hymn::before { content: "LM"; position: absolute; right: -3vw; bottom: -13vw; color: rgba(205,168,91,.035); font: 500 clamp(260px, 38vw, 600px)/.7 var(--lmq-serif); letter-spacing: -.1em; pointer-events: none; }
.lmq-hymn__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.lmq-hymn__art { position: relative; padding: 16px; border: 1px solid var(--lmq-line); background: linear-gradient(145deg, rgba(205,168,91,.08), rgba(255,255,255,.015)); box-shadow: 0 35px 85px rgba(0,0,0,.46); }
.lmq-hymn__art::before, .lmq-hymn__art::after { content: ""; position: absolute; width: 54px; height: 54px; border-color: var(--lmq-gold); opacity: .66; pointer-events: none; }
.lmq-hymn__art::before { top: -1px; left: -1px; border-top: 1px solid; border-left: 1px solid; }
.lmq-hymn__art::after { right: -1px; bottom: -1px; border-right: 1px solid; border-bottom: 1px solid; }
.lmq-hymn__art img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.78) contrast(1.08); }
.lmq-hymn__art > span { position: absolute; right: -31px; bottom: 34px; display: grid; place-items: center; width: 118px; height: 118px; border: 1px solid var(--lmq-gold); border-radius: 50%; background: rgba(6,6,6,.94); color: var(--lmq-gold-light); font: 500 38px/1 var(--lmq-serif); box-shadow: 0 20px 45px rgba(0,0,0,.46); }
.lmq-hymn__art > span small { display: block; margin-top: -23px; color: var(--lmq-gold); font: 700 7px/1 var(--lmq-sans); text-transform: uppercase; letter-spacing: .12em; }
.lmq-hymn__copy h2 em { color: var(--lmq-gold-light); font-weight: 400; }
.lmq-hymn__copy > p:not(.lmq-kicker):not(.lmq-hymn__note) { max-width: 590px; color: #9d958d; }
.lmq-audio { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 22px; margin-top: 34px; padding: 24px; border: 1px solid var(--lmq-line); background: rgba(255,255,255,.035); backdrop-filter: blur(10px); }
.lmq-audio audio { display: none; }
.lmq-audio__toggle { display: grid; place-items: center; width: 66px; height: 66px; padding: 0; border: 1px solid var(--lmq-gold); border-radius: 50%; background: var(--lmq-gold); color: #080808; font-size: 19px; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.lmq-audio__toggle:hover, .lmq-audio__toggle:focus-visible { transform: scale(1.06); background: var(--lmq-gold-light); box-shadow: 0 0 0 7px rgba(205,168,91,.1); outline: none; }
.lmq-audio__play { margin-left: 3px; }
.lmq-audio__pause { display: none; font-weight: 700; letter-spacing: -4px; transform: translateX(-2px); }
.lmq-audio.is-playing .lmq-audio__play { display: none; }
.lmq-audio.is-playing .lmq-audio__pause { display: block; }
.lmq-audio__body { min-width: 0; }
.lmq-audio__title { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.lmq-audio__title strong { overflow: hidden; color: #fff; font: 500 21px/1.2 var(--lmq-serif); text-overflow: ellipsis; white-space: nowrap; }
.lmq-audio__title span { flex: none; color: var(--lmq-gold); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.lmq-audio__progress { width: 100%; height: 3px; margin: 0; accent-color: var(--lmq-gold); cursor: pointer; }
.lmq-audio__times { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-top: 8px; color: #7d766f; font-size: 9px; }
.lmq-audio__times span { overflow: hidden; text-align: center; text-transform: uppercase; letter-spacing: .15em; white-space: nowrap; }
.lmq-hymn__note { margin: 13px 0 0; color: #6f6963; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.lmq-dress { min-height: 720px; display: grid; grid-template-columns: .9fr 1.1fr; background: #0b0a0a; }
.lmq-dress__image { min-height: 620px; background: linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.35)), url("../images/xlux-2374.webp") center/cover no-repeat; }
.lmq-dress__content { display: flex; flex-direction: column; justify-content: center; padding: 95px max(6vw, 60px); }
.lmq-dress__content > p:not(.lmq-kicker):not(.lmq-dress__warning) { max-width: 620px; color: #9b948c; }
.lmq-dress__rules { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 28px; border-top: 1px solid var(--lmq-line); border-left: 1px solid var(--lmq-line); }
.lmq-dress__rules article { min-height: 205px; padding: 25px; border-right: 1px solid var(--lmq-line); border-bottom: 1px solid var(--lmq-line); }
.lmq-dress__rules span { color: var(--lmq-gold); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.lmq-dress__rules h3 { margin: 34px 0 8px; color: #fff; font: 500 25px/1.1 var(--lmq-serif); }
.lmq-dress__rules p { color: #8d867f; font-size: 12px; }
.lmq-dress__warning { margin: 25px 0 0; padding-left: 17px; border-left: 2px solid var(--lmq-gold); color: #b7aea5; font-size: 11px; }

.lmq-bar { background: var(--lmq-cream); color: var(--lmq-ink); }
.lmq-bar h2 { color: var(--lmq-ink); }
.lmq-bar .lmq-heading--split > p { color: #716a63; }
.lmq-bar__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.lmq-menu-card { padding: 38px; border: 1px solid rgba(23,19,19,.17); background: rgba(255,255,255,.36); }
.lmq-menu-card h3 { margin: 0 0 27px; padding-bottom: 18px; border-bottom: 1px solid rgba(23,19,19,.17); font: 500 32px/1 var(--lmq-serif); }
.lmq-menu-card > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px dotted rgba(23,19,19,.19); color: #5f5852; font-size: 12px; }
.lmq-menu-card > div strong { color: #805d24; white-space: nowrap; }
.lmq-menu-card aside { display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; margin-top: 32px; padding: 25px; background: var(--lmq-burgundy); color: #fff; }
.lmq-menu-card aside strong { color: var(--lmq-gold-light); }
.lmq-menu-card aside small { grid-column: 1 / -1; color: rgba(255,255,255,.62); }

.lmq-gallery { background: #080707; }
.lmq-heading--split { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.lmq-heading--split > p { max-width: 400px; color: #8e8880; font-size: 13px; }
.lmq-gallery__grid { display: grid; grid-auto-flow: dense; grid-auto-rows: 230px; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.lmq-gallery__item { position: relative; overflow: hidden; padding: 0; border: 0; background: #151313; cursor: zoom-in; }
.lmq-gallery__item:nth-child(7n+1), .lmq-gallery__item:nth-child(7n+5) { grid-row: span 2; }
.lmq-gallery__item:nth-child(9n+3) { grid-column: span 2; }
.lmq-gallery__item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.03); transition: transform .55s ease, filter .55s ease; }
.lmq-gallery__item:hover img, .lmq-gallery__item:focus-visible img { transform: scale(1.055); filter: saturate(1) contrast(1.02); }
.lmq-gallery__item > span { position: absolute; right: 14px; bottom: 10px; color: rgba(255,255,255,.65); font: 500 10px/1 var(--lmq-serif); }

.lmq-press { background: #0d0b0b; }
.lmq-press__grid { border-top: 1px solid var(--lmq-line); }
.lmq-partner { position: relative; display: grid; grid-template-columns: 1fr 2fr auto; align-items: center; gap: 30px; min-height: 105px; padding: 22px 28px; border-bottom: 1px solid var(--lmq-line); transition: background .2s ease; }
.lmq-partner:hover, .lmq-partner:focus-visible { background: rgba(205,168,91,.06); }
.lmq-partner strong { color: var(--lmq-gold-light); font: 500 25px/1 var(--lmq-serif); }
.lmq-partner span { color: #8f8881; font-size: 12px; }
.lmq-partner i { color: var(--lmq-gold); font-style: normal; }

.lmq-info { padding: 125px 0; background: var(--lmq-cream); color: var(--lmq-ink); }
.lmq-info__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.lmq-info h2 { color: var(--lmq-ink); }
.lmq-info__intro > p:not(.lmq-kicker) { color: #716a63; }
.lmq-info__cards { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(23,19,19,.17); border-left: 1px solid rgba(23,19,19,.17); }
.lmq-info-card { min-height: 240px; padding: 28px 27px; border-right: 1px solid rgba(23,19,19,.17); border-bottom: 1px solid rgba(23,19,19,.17); }
.lmq-info-card > span { color: #946d2d; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.lmq-info-card h3 { margin: 38px 0 17px; font: 500 24px/1.3 var(--lmq-serif); }
.lmq-info-card > a, .lmq-info-card small { color: #776e65; font-size: 10px; }
.lmq-info-card > a { padding-bottom: 3px; border-bottom: 1px solid #b89451; }

.lmq-newsletter { padding: 110px 0; border-top: 1px solid var(--lmq-line); border-bottom: 1px solid var(--lmq-line); background: radial-gradient(circle at 15% 25%, rgba(74,16,24,.72), transparent 42%), #090707; }
.lmq-newsletter__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.lmq-newsletter h2 { margin: 18px 0 25px; color: var(--lmq-cream); font: 500 clamp(50px, 6vw, 76px)/.98 var(--lmq-serif); letter-spacing: -.035em; }
.lmq-newsletter__copy > p:last-child { max-width: 500px; color: #a59d94; }
.lmq-newsletter__form { position: relative; padding: 42px; border: 1px solid var(--lmq-line); background: rgba(255,255,255,.025); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.lmq-newsletter__form > label:first-of-type { display: block; margin-bottom: 11px; color: var(--lmq-gold-light); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.lmq-newsletter__row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.lmq-newsletter__row input { min-width: 0; padding: 15px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 0; outline: 0; background: rgba(0,0,0,.24); color: #fff; font: 500 14px/1.4 var(--lmq-sans); }
.lmq-newsletter__row input::placeholder { color: #79726d; }
.lmq-newsletter__row input:focus { border-color: var(--lmq-gold); box-shadow: 0 0 0 2px rgba(205,168,91,.12); }
.lmq-newsletter__consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin-top: 17px; color: #89817a; font-size: 10px; line-height: 1.55; cursor: pointer; }
.lmq-newsletter__consent input { margin-top: 3px; accent-color: var(--lmq-gold); }
.lmq-newsletter__message { margin: 19px 0 0; color: var(--lmq-gold-light); font-size: 12px; }
.lmq-newsletter__message.is-success { color: #b9d6af; }
.lmq-newsletter__message.is-error { color: #e2aaa5; }
.lmq-newsletter__trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.lmq-cta { position: relative; padding: 115px 0; overflow: hidden; background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.76)), url("../images/bar-nuit.webp") center/cover no-repeat; }
.lmq-cta__inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.lmq-cta__inner > img { width: 235px; }
.lmq-cta__inner > p { margin: 20px 0 0; color: var(--lmq-gold-light); font: italic 400 34px/1.2 var(--lmq-serif); }
.lmq-footer { padding: 30px 0; border-top: 1px solid var(--lmq-line); background: #050505; color: #6f6963; }
.lmq-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.lmq-footer p { margin: 0; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.lmq-footer nav { display: flex; gap: 20px; font-size: 10px; }
.lmq-footer a:hover { color: var(--lmq-gold-light); }

.lmq-lightbox { position: fixed; z-index: 99998; inset: 0; display: none; align-items: center; justify-content: center; padding: 35px; background: rgba(0,0,0,.94); }
.lmq-lightbox.is-open { display: flex; }
.lmq-lightbox img { max-width: min(1300px, 94vw); max-height: 88vh; object-fit: contain; box-shadow: 0 25px 80px #000; }
.lmq-lightbox button { position: absolute; top: 22px; right: 28px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: transparent; color: #fff; font: 300 32px/1 var(--lmq-sans); cursor: pointer; }

.lmq-reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.lmq-reveal[data-delay="1"] { transition-delay: .12s; }
.lmq-reveal[data-delay="2"] { transition-delay: .24s; }
.lmq-reveal[data-delay="3"] { transition-delay: .36s; }
.lmq-reveal.is-visible { opacity: 1; transform: none; }

@keyframes lmq-zoom { from { transform: scale(1.06); } to { transform: scale(1); } }
@keyframes lmq-scroll { to { transform: translateX(-50%); } }
@keyframes lmq-logo-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -7px; } }

@media (max-width: 1100px) {
    .lmq-menu-toggle { display: block; }
    .lmq-nav { position: absolute; top: 86px; right: 0; left: 0; display: none; padding: 25px max(27px, calc((100vw - 1046px) / 2)); background: rgba(6,6,6,.98); }
    .lmq-nav.is-open { display: grid; gap: 20px; }
    .lmq-nav__shop { width: fit-content; }
}

@media (max-width: 980px) {
    .lmq-intro__grid, .lmq-info__grid { gap: 60px; }
    .lmq-gallery__grid { grid-template-columns: repeat(3, 1fr); }
    .lmq-agenda__grid { grid-template-columns: repeat(2, 1fr); }
    .lmq-nav { gap: 13px; font-size: 9px; }
}

@media (max-width: 820px) {
    .lmq-shell { width: min(100% - 34px, 690px); }
    .lmq-header__inner { min-height: 75px; }
    .lmq-menu-toggle { display: block; }
    .lmq-nav { position: absolute; top: 75px; right: 0; left: 0; display: none; padding: 25px max(20px, calc((100vw - 690px) / 2)); background: rgba(6,6,6,.98); }
    .lmq-nav.is-open { display: grid; gap: 20px; }
    .lmq-nav__shop { width: fit-content; }
    .lmq-hero h1 { font-size: clamp(66px, 16vw, 105px); }
    .lmq-intro__grid, .lmq-info__grid, .lmq-hymn__grid, .lmq-special__feature, .lmq-feature, .lmq-heading--split, .lmq-dress, .lmq-bar__grid, .lmq-newsletter__grid { grid-template-columns: 1fr; }
    .lmq-intro__grid, .lmq-info__grid, .lmq-hymn__grid, .lmq-heading--split, .lmq-newsletter__grid { gap: 48px; }
    .lmq-intro__visual { order: -1; }
    .lmq-intro__stamp { right: -10px; }
    .lmq-signatures__grid { grid-template-columns: 1fr; }
    .lmq-signature { min-height: 260px; }
    .lmq-signature h3 { margin-top: 45px; }
    .lmq-feature__image { min-height: 500px; }
    .lmq-special__visual { min-height: 500px; }
    .lmq-dress__image { min-height: 520px; }
    .lmq-rates__legend { display: none; }
    .lmq-rate { grid-template-columns: repeat(2, 1fr); }
    .lmq-rate__day { grid-column: 1 / -1; }
    .lmq-rate > div { min-height: 115px; }
    .lmq-rate [data-label]::before { display: block; margin-bottom: 8px; color: #756e66; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
    .lmq-gallery__grid { grid-template-columns: repeat(2, 1fr); }
    .lmq-gallery__item:nth-child(9n+3) { grid-column: auto; }
    .admin-bar .lmq-header.is-sticky { top: 46px; }
}

@media (max-width: 560px) {
    .lmq-shell { width: calc(100% - 28px); }
    .lmq-age-gate__panel { padding: 42px 20px; }
    .lmq-age-gate__actions { flex-direction: column; }
    .lmq-age-gate__actions .lmq-btn { width: 100%; }
    .lmq-hero { min-height: 790px; }
    .lmq-hero__content { padding-top: 140px; }
    .lmq-hero h1 { font-size: 68px; }
    .lmq-hero__lead { font-size: 18px; }
    .lmq-actions .lmq-btn { width: 100%; }
    .lmq-hero__meta { gap: 12px; }
    .lmq-hero__meta span:nth-child(2) { display: none; }
    .lmq-section, .lmq-signatures, .lmq-info { padding: 85px 0; }
    .lmq-intro h2, .lmq-signatures h2, .lmq-gallery h2, .lmq-info h2, .lmq-feature h2, .lmq-rates h2, .lmq-agenda h2, .lmq-special h2, .lmq-hymn h2, .lmq-dress h2, .lmq-bar h2, .lmq-press h2 { font-size: 49px; }
    .lmq-gallery__grid { grid-auto-rows: 195px; }
    .lmq-gallery__item:nth-child(7n+1), .lmq-gallery__item:nth-child(7n+5) { grid-row: span 1; }
    .lmq-info__cards { grid-template-columns: 1fr; }
    .lmq-newsletter { padding: 85px 0; }
    .lmq-newsletter__form { padding: 30px 22px; }
    .lmq-newsletter__row { grid-template-columns: 1fr; }
    .lmq-feature__image { min-height: 370px; }
    .lmq-feature__copy { padding: 70px 24px; }
    .lmq-special__visual { min-height: 410px; }
    .lmq-special__copy { padding: 55px 24px; }
    .lmq-dress__content { padding: 70px 24px; }
    .lmq-intro__stamp { width: 124px; height: 124px; }
    .lmq-hymn__art > span { right: -8px; bottom: -22px; width: 103px; height: 103px; }
    .lmq-audio { grid-template-columns: 1fr; }
    .lmq-audio__toggle { width: 58px; height: 58px; }
    .lmq-audio__title { align-items: flex-start; flex-direction: column; gap: 5px; }
    .lmq-dress__rules, .lmq-agenda__grid, .lmq-rate { grid-template-columns: 1fr; }
    .lmq-rate__day { grid-column: auto; }
    .lmq-menu-card { padding: 28px 20px; }
    .lmq-partner { grid-template-columns: 1fr auto; gap: 10px; }
    .lmq-partner span { grid-column: 1 / -1; }
    .lmq-footer__inner { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    .lmq-site *, .lmq-site *::before, .lmq-site *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
    .lmq-reveal { opacity: 1; transform: none; }
}
