/* ===========================================
   Template boutique-pop — "Vitrine concept store / lookbook"
   Playfair Display + DM Sans — Creme chaud / Terracotta
   Elegant, epure, lookbook
   =========================================== */

:root {
  --creme: #F5EFE0;
  --creme-dark: #EDE4CF;
  --terracotta: #C9784A;
  --noir: #1A1A1A;
  --text: #1A1A1A;
  --text-muted: #8A7A6A;
  --line: rgba(201,120,74,0.2);
  --line-dark: rgba(26,26,26,0.12);
  --nav-height: 68px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: var(--nav-height); }
body { background: var(--creme); color: var(--text); font-family: 'DM Sans', sans-serif; font-weight: 300; -webkit-font-smoothing: antialiased; font-size: 16px; line-height: 1.7; }
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; line-height: 1.15; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* Bandeau promo */
.bandeau-promo { background: var(--terracotta); color: #fff; text-align: center; padding: 10px 40px 10px 20px; font-size: 14px; font-weight: 500; position: fixed; top: 0; left: 0; right: 0; z-index: 200; font-family: 'DM Sans', sans-serif; }
.bandeau-close { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); background: none; border: none; font-size: 20px; cursor: pointer; color: inherit; }

/* Nav */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 20px 56px;
  display: flex; align-items: center; justify-content: space-between;
  background: var(--creme);
  border-bottom: 1px solid var(--line-dark);
  height: var(--nav-height);
}
.nav.scrolled { box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.bandeau-promo ~ .nav { top: 40px; }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; }
.nav-logo {
  font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; font-style: italic;
  color: var(--noir); letter-spacing: 0.04em; text-decoration: none;
}
.nav-logo-img { height: 40px; width: auto; display: block; object-fit: contain; }
.nav-logo-initiale { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--noir); color: var(--creme); font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; text-decoration: none; }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a {
  font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 300;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-muted); transition: color 0.2s; text-decoration: none;
}
.nav-links a:hover, .nav-links a.active { color: var(--terracotta); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 1px; background: var(--noir); margin: 5px 0; transition: all 0.3s; }

.btn-cta {
  display: inline-block; background: var(--noir); color: var(--creme);
  padding: 13px 40px;
  font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; white-space: nowrap; transition: background 0.2s;
  border: none; cursor: pointer;
}
.btn-cta:hover { background: var(--terracotta); }
.btn-cta-large { font-size: 0.85rem; padding: 16px 48px; margin-top: 24px; }
.section-terracotta .btn-cta { background: #fff; color: var(--noir); }
.section-terracotta .btn-cta:hover { background: var(--creme); }
.contact-phone { margin: 24px 0 8px; }
.phone-number { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; font-style: italic; color: #fff; text-decoration: none; display: inline-block; }

/* HERO LOOKBOOK */
.hero-lookbook {
  min-height: 100vh; background: var(--creme);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 100px 56px 80px; text-align: center;
}
.hero-lookbook-season {
  font-family: 'DM Sans', sans-serif; font-size: 0.65rem; font-weight: 300;
  letter-spacing: 0.5em; text-transform: uppercase; color: var(--text-muted);
  display: block; margin-bottom: 16px;
}
.hero-lookbook h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(5rem, 13vw, 14rem); font-weight: 700; font-style: italic;
  color: var(--noir); line-height: 0.88; margin-bottom: 0;
  letter-spacing: -0.02em;
}
.hero-lookbook-divider {
  width: 48px; height: 1px; background: var(--terracotta);
  margin: 32px auto;
}
.hero-lookbook-photo {
  width: 100%; max-width: 900px;
  aspect-ratio: 16/9; overflow: hidden; margin-bottom: 40px;
  position: relative;
}
.hero-lookbook-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  display: block;
}
.hero-lookbook-sub {
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 300;
  color: var(--text-muted); max-width: 480px; line-height: 1.75; margin-bottom: 36px;
}

/* A PROPOS LOOKBOOK */
.apropos-look {
  display: grid; grid-template-columns: 2fr 3fr;
  gap: 72px; align-items: center; min-width: 0;
}
.apropos-look-img { aspect-ratio: 3/4; overflow: hidden; min-width: 0; }
.apropos-look-img img { width: 100%; height: 100%; object-fit: cover; }
.apropos-look-text { min-width: 0; }
.apropos-look-line {
  display: flex; align-items: center; gap: 12px; margin-bottom: 24px;
}
.apropos-look-line::before { content: ''; width: 32px; height: 1px; background: var(--terracotta); }
.apropos-look-line span {
  font-family: 'DM Sans', sans-serif; font-size: 0.65rem; font-weight: 300;
  letter-spacing: 0.35em; text-transform: uppercase; color: var(--terracotta);
}
.apropos-look-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 700; font-style: italic;
  color: var(--noir); margin-bottom: 20px; min-width: 0;
}
.apropos-look-text p {
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 300;
  color: var(--text-muted); line-height: 1.85; margin-bottom: 32px; min-width: 0;
}

/* Sections */
.section { padding: 96px 0; }
.section-beige { background: var(--creme-dark); }
.section-dark { background: var(--noir); color: var(--creme); }
.section-terracotta { background: var(--terracotta); color: #fff; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 56px; }
.container-narrow { max-width: 700px; }
.section-title {
  font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700; font-style: italic;
  color: var(--noir); margin-bottom: 48px; text-align: center;
}
.section-terracotta .section-title { color: #fff; }
.section-subtitle { text-align: center; color: var(--text-muted); max-width: 600px; margin: 0 auto 40px; font-size: 0.9rem; font-family: 'DM Sans', sans-serif; font-weight: 300; }
.section-dark .section-subtitle { color: rgba(245,239,224,0.55); }
.section-terracotta .section-subtitle { color: rgba(255,255,255,0.75); }

/* Tabs (catalogue, menu) */
.tabs { display: flex; border-bottom: 1px solid var(--line-dark); margin-bottom: 40px; }
.tab-btn {
  background: none; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 300;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--text-muted); padding: 12px 24px;
  border-bottom: 1px solid transparent; margin-bottom: -1px; transition: all 0.2s;
}
.tab-btn.active, .tab-btn:hover { color: var(--terracotta); border-bottom-color: var(--terracotta); }

/* Menu tabs (dark sections) */
.menu-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 40px; flex-wrap: wrap; }
.menu-tab { padding: 10px 24px; background: transparent; color: rgba(245,239,224,0.5); border: 1px solid rgba(245,239,224,0.2); border-radius: 0; font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 300; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; transition: all 0.2s; }
.menu-tab:hover { border-color: var(--creme); color: var(--creme); }
.menu-tab.active { background: var(--creme); border-color: var(--creme); color: var(--noir); }
.menu-cat { display: none; }
.menu-cat.active { display: block; }
.menu-grid { max-width: 700px; margin: 0 auto; }
.menu-item { display: flex; align-items: flex-start; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid rgba(245,239,224,0.12); }
.menu-item:last-child { border-bottom: none; }
.menu-item-info { min-width: 0; }
.menu-item-info h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; font-style: italic; margin-bottom: 4px; color: var(--creme); }
.menu-item-info p { font-size: 0.8rem; color: rgba(245,239,224,0.45); font-family: 'DM Sans', sans-serif; min-width: 0; }
.menu-item-prix { font-family: 'DM Sans', sans-serif; font-size: 18px; color: var(--creme); font-weight: 500; white-space: nowrap; margin-left: 16px; }

/* Split layout */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split-text { min-width: 0; }
.split-text h2 { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(1.5rem, 3vw, 2.5rem); margin-bottom: 16px; color: var(--noir); }
.split-text p { font-size: 0.9rem; line-height: 1.85; color: var(--text-muted); font-family: 'DM Sans', sans-serif; min-width: 0; font-weight: 300; }
.split-image { min-width: 0; }
.split-image img { width: 100%; object-fit: cover; }
.placeholder-img { background: var(--creme-dark); display: flex; align-items: center; justify-content: center; min-height: 200px; border: 1px solid var(--line-dark); }
.placeholder-img span { color: var(--text-muted); font-size: 0.8rem; }
.section-dark .placeholder-img { background: rgba(245,239,224,0.08); }

/* Horaires */
.horaires-table { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
.horaires-table tr { border-bottom: 1px solid var(--line-dark); }
.horaires-table td { padding: 10px 0; font-size: 0.9rem; color: var(--text-muted); font-family: 'DM Sans', sans-serif; font-weight: 300; }
.horaires-table .jour { font-weight: 500; color: var(--text); width: 120px; }
.horaires-table tr.ferme td { opacity: 0.4; }
.ferme .heures { color: var(--text-muted); font-style: italic; }
.coordonnees { margin-top: 28px; }
.coord-item { font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 300; color: var(--text-muted); margin-bottom: 8px; }
.coord-item a { color: var(--terracotta); }
.map-container iframe { display: block; width: 100%; min-height: 300px; border: 0; }

/* Footer */
.footer { background: var(--noir); color: rgba(245,239,224,0.45); padding: 48px 0 24px; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 32px; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; font-style: italic; color: var(--creme); display: block; margin-bottom: 12px; }
.footer h4 { color: rgba(245,239,224,0.6); margin-bottom: 12px; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 300; font-family: 'DM Sans', sans-serif; }
.footer a { color: rgba(245,239,224,0.45); text-decoration: none; }
.footer a:hover { color: var(--creme); }
.footer p { margin-bottom: 6px; }
.footer-bottom { border-top: 1px solid rgba(245,239,224,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 13px; }
.footer-credit { color: rgba(245,239,224,0.15); }
.footer-credit a { color: rgba(245,239,224,0.15); }

/* === Formulaires & succes (partage) === */
.resa-back { background: none; border: none; color: var(--terracotta); cursor: pointer; font-size: 0.9rem; margin-bottom: 16px; padding: 0; text-decoration: underline; }
.resa-form .form-group { margin-bottom: 16px; }
.resa-form label { display: block; font-weight: 500; margin-bottom: 6px; font-size: 0.92rem; font-family: 'DM Sans', sans-serif; }
.resa-form input, .resa-form select { width: 100%; padding: 10px 14px; border: 1px solid var(--line-dark); border-radius: 0; font-size: 1rem; box-sizing: border-box; font-family: 'DM Sans', sans-serif; background: var(--creme); }
.resa-form input:focus, .resa-form select:focus { outline: none; border-color: var(--terracotta); }
.form-error { color: #c0392b; font-size: 0.88rem; margin-bottom: 12px; padding: 8px 12px; background: #fdf0ef; border-radius: 0; }
.resa-success { text-align: center; padding: 40px 0; }
.resa-success-icon { font-size: 3.5rem; color: var(--terracotta); margin-bottom: 12px; }
.resa-success h3 { font-size: 1.4rem; margin-bottom: 8px; }
.resa-success p { color: var(--text-muted); margin-bottom: 24px; }

/* ---- Switcher langue ---- */
.lang-switcher { display: flex; align-items: center; gap: 4px; margin-left: 16px; }
.lang-btn { background: transparent; border: 1px solid var(--line-dark); color: inherit; border-radius: 0; padding: 3px 8px; font-size: 0.72rem; font-weight: 500; cursor: pointer; letter-spacing: 0.05em; transition: background 0.2s, color 0.2s; line-height: 1.4; font-family: 'DM Sans', sans-serif; }
.lang-btn:hover { background: rgba(201,120,74,0.1); }
.lang-btn.active { background: var(--noir); border-color: var(--noir); color: var(--creme); }

.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.3); z-index: 90; transition: transform 0.3s; }
.whatsapp-float:hover { transform: scale(1.1); }

/* Responsive */
@media (max-width: 900px) {
  .hero-lookbook { padding: 80px 24px 56px; }
  .hero-lookbook-photo { aspect-ratio: 4/3; }
  .apropos-look { grid-template-columns: 1fr; gap: 40px; }
  .split { grid-template-columns: 1fr; }
  .nav { padding: 16px 24px; }
  .nav-links { display: none; position: fixed; inset: 0; top: var(--nav-height); background: var(--creme); flex-direction: column; align-items: center; justify-content: center; gap: 24px; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .container { padding: 0 24px; }
  .section { padding: 64px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 360px) {
  .hero-lookbook h1 { font-size: 3.5rem; }
}
