:root {
  --ink: #171513;
  --cream: #f7f1e8;
  --paper: #fffdf9;
  --pink: #a83d61;
  --pink-dark: #7d2947;
  --gold: #c79b60;
  --muted: #6d665f;
  --radius: 1.3rem;
  --shadow: 0 22px 60px rgba(31, 20, 16, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 102px; display: flex; align-items: center; justify-content: space-between; padding: .55rem clamp(1rem, 4vw, 4.5rem); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(20,16,13,.08); }
.brand img { width: 245px; max-height: 88px; object-fit: contain; }
nav { display: flex; gap: 1.25rem; align-items: center; }
nav a { font-size: .95rem; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--pink); }
.nav-phone { white-space: nowrap; color: var(--pink-dark); padding: .58rem .8rem; border: 1px solid rgba(125,41,71,.24); border-radius: 999px; }
.nav-phone:hover { color: white; background: var(--pink-dark); }
.nav-cta { color: white !important; background: var(--pink); padding: .7rem 1.1rem; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: var(--ink); color: white; border-radius: 999px; padding: .65rem 1rem; font-weight: 700; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; color: white; overflow: hidden; padding-top: 102px; }
.hero::before, .universe-card::before, .split-media::after, .about-visual::after, .gallery-strip::after {
  content: "© La Muse Bouche d’Elo";
  position: absolute;
  right: .8rem;
  bottom: .7rem;
  z-index: 4;
  padding: .18rem .48rem;
  border-radius: .35rem;
  color: rgba(255,255,255,.88);
  background: rgba(0,0,0,.34);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.35;
  pointer-events: none;
}
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(15,10,8,.82) 0%, rgba(15,10,8,.48) 48%, rgba(15,10,8,.08) 85%); }
.hero-content { position: relative; z-index: 2; width: min(1100px, 86vw); margin-left: clamp(1.2rem, 7vw, 8rem); padding: 4rem 0; }
.eyebrow { margin: 0 0 1rem; font-weight: 700; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.pink { color: var(--pink); }
.hero-location span { white-space: nowrap; }
h1, h2 { font-family: "Playfair Display", serif; line-height: 1.06; margin: 0; }
h1 { font-size: clamp(3rem, 6.4vw, 5.8rem); max-width: 1100px; letter-spacing: -.04em; }
h2 { font-size: clamp(2.3rem, 4.8vw, 4.6rem); letter-spacing: -.035em; }
.hero-content > p:not(.eyebrow) { font-size: clamp(1rem, 1.8vw, 1.3rem); max-width: 620px; }
.hero-content .hero-slogan { max-width: 850px; margin: 1.4rem 0 .8rem; color: white; font: 600 clamp(1.15rem, 2vw, 1.65rem)/1.35 "Playfair Display", serif; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .8rem 1.3rem; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pink); color: white; }
.button-primary:hover { background: var(--pink-dark); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.65); backdrop-filter: blur(8px); }
.button-light { color: var(--pink-dark); background: white; }
.scroll-cue { position: absolute; z-index: 2; bottom: 2rem; right: clamp(1.2rem, 5vw, 5rem); color: white; text-decoration: none; font-size: .85rem; }

.section { padding: clamp(4.5rem, 9vw, 9rem) clamp(1.2rem, 6vw, 7rem); }
.section-intro { max-width: 760px; margin: 0 auto 3.2rem; text-align: center; }
.section-intro > p:last-child { color: var(--muted); font-size: 1.1rem; }
.universe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; max-width: 1450px; margin: auto; }
.universe-card { position: relative; min-height: 540px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); color: white; }
.universe-card img, .card-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.universe-card img { object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.25,1); }
.universe-card:hover img { transform: scale(1.045); }
.card-overlay { background: linear-gradient(0deg, rgba(12,8,6,.82), rgba(12,8,6,.05) 70%); }
.card-copy { position: absolute; inset: auto 1.7rem 1.7rem; display: grid; }
.card-copy small { text-transform: uppercase; letter-spacing: .12em; }
.card-copy strong { font: 700 2.2rem "Playfair Display", serif; }
.card-copy em { font-style: normal; margin-top: .4rem; opacity: .88; }

.restaurant, .salle { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; background: var(--cream); }
.salle { grid-template-columns: .9fr 1.1fr; background: var(--paper); }
.split-media { position: relative; }
.split-media > img { width: 100%; min-height: 600px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-copy > p { color: var(--muted); font-size: 1.08rem; }
.menu-card { margin-top: 2rem; padding: 1.4rem 1.5rem; border-radius: 1rem; color: white; background: linear-gradient(135deg, var(--pink), var(--pink-dark)); box-shadow: 0 16px 36px rgba(158,15,78,.2); }
.menu-card > div { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.menu-card small { font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.menu-card strong { font: 700 2.6rem/1 "Playfair Display", serif; white-space: nowrap; }
.menu-card p { display: flex; gap: .55rem; margin: 1rem 0 .65rem; }
.menu-card p span { padding: .35rem .7rem; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; font-size: .83rem; font-weight: 700; }
.menu-card em { font-size: .83rem; font-style: normal; opacity: .86; }
.info-row { display: flex; gap: 2rem; padding: 1.25rem 0; margin: 2rem 0 1rem; border-block: 1px solid rgba(23,21,19,.14); }
.text-link { display: inline-block; color: var(--pink-dark); font-weight: 700; text-decoration: none; margin-top: 1rem; }
.collage { position: relative; padding: 0 4rem 4rem 0; }
.collage img:first-child { width: 82%; margin-left: auto; }
.collage img:last-child { position: absolute; width: 45%; left: 0; bottom: 0; border: 9px solid var(--paper); border-radius: 1rem; box-shadow: var(--shadow); }

.about { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: center; }
.about-visual { position: relative; padding: 0 0 5rem 4rem; }
.about-visual img { width: 100%; min-height: 620px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-visual p { position: absolute; left: 0; bottom: 0; margin: 0; display: flex; align-items: center; gap: 1rem; width: 290px; padding: 1.4rem; border-radius: 1rem; color: white; background: var(--pink); box-shadow: var(--shadow); }
.about-visual p strong { font: 700 5rem/1 "Playfair Display", serif; }
.about-visual p span { font-size: .74rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.about-copy > p { color: var(--muted); }
.about-copy blockquote { margin: 2rem 0; padding: 1.5rem 0 1.5rem 1.5rem; border-left: 4px solid var(--pink); font: 600 clamp(1.4rem, 2.6vw, 2.1rem)/1.3 "Playfair Display", serif; color: var(--pink-dark); }

.traiteur { background: var(--ink); color: white; }
.section-intro.light > p:last-child { color: rgba(255,255,255,.7); }
.gallery-strip { position: relative; max-width: 1450px; margin: 0 auto 2.5rem; display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 1rem; align-items: center; }
.gallery-strip img { width: 100%; height: 430px; object-fit: cover; border-radius: 1rem; }
.gallery-strip img:nth-child(2) { height: 500px; }
.button.center { width: max-content; margin: auto; display: flex; }

.nearby { background: #f3ede4; }
.nearby-intro { max-width: 840px; margin-bottom: 3.5rem; }
.nearby-intro > p:last-child { color: var(--muted); font-size: 1.08rem; }
.nearby-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.nearby-card { display: flex; min-height: 280px; padding: 2rem; border: 1px solid rgba(23,21,19,.14); border-radius: 22px; background: rgba(255,255,255,.72); flex-direction: column; text-decoration: none; transition: transform .25s, box-shadow .25s, border-color .25s; }
.nearby-card:hover { border-color: var(--pink); box-shadow: 0 18px 45px rgba(58,37,28,.1); transform: translateY(-5px); }
.nearby-card span { color: var(--pink-dark); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.nearby-card h3 { margin: .7rem 0; font: 600 clamp(1.45rem, 2.2vw, 2rem)/1.15 "Playfair Display", serif; }
.nearby-card p { margin: 0 0 1.5rem; color: var(--muted); }
.nearby-card em { margin-top: auto; color: var(--pink-dark); font-size: .82rem; font-style: normal; font-weight: 700; }
.visit-dialog { width: min(560px, calc(100% - 2rem)); padding: clamp(2rem, 5vw, 3rem); border: 0; border-radius: 24px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(16,14,13,.32); }
.visit-dialog::backdrop { background: rgba(16,14,13,.62); backdrop-filter: blur(5px); }
.visit-dialog[open] { animation: dialog-in .22s ease-out; }
.visit-dialog h3 { margin: .6rem 2.5rem 1rem 0; font: 600 clamp(2rem, 5vw, 3rem)/1.05 "Playfair Display", serif; }
.visit-dialog > p:not(.eyebrow) { margin-bottom: 1.8rem; color: var(--muted); font-size: 1.05rem; }
.visit-dialog .button { width: auto; }
.visit-dialog-close { position: absolute; top: 1rem; right: 1rem; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #eee6dc; color: var(--ink); font-size: 1.7rem; line-height: 1; cursor: pointer; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.press { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 7vw, 8rem); background: var(--cream); }
.press-heading { position: sticky; top: 140px; align-self: start; }
.press-list { border-top: 1px solid rgba(23,21,19,.18); }
.press-list a { display: grid; grid-template-columns: 135px 1fr auto; gap: 1.5rem; align-items: center; padding: 1.7rem 0; border-bottom: 1px solid rgba(23,21,19,.18); text-decoration: none; }
.press-list a:hover strong { color: var(--pink); }
.press-list span { color: var(--pink-dark); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.press-list strong { font: 600 1.25rem/1.25 "Playfair Display", serif; transition: color .2s; }
.press-list em { color: var(--muted); font-size: .8rem; font-style: normal; white-space: nowrap; }

.contact { display: flex; align-items: end; justify-content: space-between; gap: 3rem; background: var(--pink); color: white; }
.contact-actions { text-align: right; }
.contact-email { display: block; margin-top: 1rem; color: white; font-weight: 700; overflow-wrap: anywhere; }
.contact-actions p { margin-bottom: 0; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 2rem clamp(1.2rem, 6vw, 7rem); background: #100e0d; color: rgba(255,255,255,.68); font-size: .85rem; }
footer img { width: 130px; filter: brightness(0) invert(1); opacity: .86; }
footer a { color: rgba(255,255,255,.82); }
.footer-links { display: flex; gap: 1.1rem; align-items: center; }

.legal-page { background: var(--cream); }
.legal-back { color: var(--pink-dark); font-weight: 700; text-decoration: none; }
.legal-main { width: min(900px, calc(100% - 2.4rem)); margin: 0 auto; padding: 170px 0 6rem; }
.legal-main > h1 { margin-bottom: 3rem; color: var(--ink); }
.legal-main section { margin: 0 0 1.2rem; padding: clamp(1.4rem, 4vw, 2.4rem); border: 1px solid rgba(23,21,19,.1); border-radius: 1rem; background: var(--paper); }
.legal-main section h2 { margin-bottom: 1rem; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.legal-main section p { color: var(--muted); }
.legal-main section a { color: var(--pink-dark); font-weight: 600; }
.legal-update { color: var(--muted); font-size: .85rem; }

@media (max-width: 1120px) {
  .site-header { height: 86px; }
  .brand img { width: 180px; max-height: 74px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 86px; left: 0; right: 0; padding: 1.2rem; background: white; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: .5rem; }
  .nav-phone { text-align: center; }
  .hero { padding-top: 86px; }
  .hero-shade { background: linear-gradient(0deg, rgba(15,10,8,.78), rgba(15,10,8,.2)); }
  .hero-content { margin: auto 1.2rem 5rem; align-self: end; }
  .universe-grid { grid-template-columns: 1fr; }
  .universe-card { min-height: 430px; }
  .restaurant, .salle, .about, .press { grid-template-columns: 1fr; }
  .nearby-grid { grid-template-columns: 1fr 1fr; }
  .salle .split-copy { order: 2; }
  .split-media > img { min-height: 400px; }
  .gallery-strip { grid-template-columns: 1fr 1fr; }
  .gallery-strip img, .gallery-strip img:nth-child(2) { height: 350px; }
  .gallery-strip img:last-child { display: none; }
  .contact { align-items: start; flex-direction: column; }
  .press-heading { position: static; }
  .contact-actions { text-align: left; }
  footer { flex-direction: column; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 560px) {
  .hero-location { font-size: .68rem; letter-spacing: .1em; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.1rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .gallery-strip { grid-template-columns: 1fr; }
  .gallery-strip img:nth-child(2) { display: none; }
  .collage { padding: 0; }
  .collage img:first-child { width: 100%; }
  .collage img:last-child { display: none; }
  .about-visual { padding: 0 0 3.5rem 2rem; }
  .about-visual img { min-height: 440px; }
  .about-visual p { width: 240px; }
  .press-list a { grid-template-columns: 1fr; gap: .4rem; }
  .nearby-grid { grid-template-columns: 1fr; }
  .info-row { flex-direction: column; gap: .4rem; }
  .menu-card p { flex-wrap: wrap; }
}

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