/* ===========================================
   Template fleuriste-bloom — Marche aux fleurs parisien
   Fraunces + Source Sans 3 — Vert botanique / Ivoire / Or
   =========================================== */

:root {
  --vert: #1E3A2F;
  --vert-mid: #2D5240;
  --ivoire: #F9F4EC;
  --rose: #D4A5A5;
  --or: #C9A55A;
  --text: #1E3A2F;
  --text-muted: #7A8C7E;
  --bg: #F9F4EC;
  --line: rgba(30,58,47,0.15);
  --line-light: rgba(249,244,236,0.2);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 68px; }
body { background: var(--bg); color: var(--text); font-family: 'Source Sans 3', sans-serif; font-weight: 300; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* -- Bandeau promo -- */
.bandeau-promo { background: var(--or); color: var(--vert); text-align: center; padding: 10px 48px 10px 16px; font-size: 13px; font-weight: 600; position: fixed; top: 0; left: 0; right: 0; z-index: 200; font-family: 'Source Sans 3', sans-serif; }
.bandeau-close { position: absolute; right: 14px; 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: 22px 56px;
  display: flex; align-items: center; justify-content: space-between;
  background: var(--vert);
  border-bottom: 1px solid var(--line-light);
  transition: background 0.3s;
}
.nav.scrolled { background: var(--vert); }
.bandeau-promo ~ .nav { top: 40px; }
.nav-container { display: contents; }
.nav-logo {
  font-family: 'Fraunces', serif;
  font-size: 1.3rem;
  font-weight: 400;
  font-style: italic;
  color: var(--ivoire);
  letter-spacing: 0.05em;
  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(--or); color: var(--vert); font-family: 'Fraunces', serif; font-size: 22px; text-decoration: none; }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(249,244,236,0.65);
  transition: color 0.2s;
  text-decoration: none;
}
.nav-links a:hover, .nav-links a.active { color: var(--or); }
.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(--ivoire); margin: 5px 0; transition: all 0.3s; }

/* -- BTN -- */
.btn-cta {
  display: inline-block;
  background: transparent;
  color: var(--ivoire);
  border: 1px solid var(--or);
  padding: 13px 40px;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
  cursor: pointer;
}
.btn-cta:hover { background: var(--or); color: var(--vert); border-color: var(--or); }
.btn-cta-large { font-size: 0.8rem; padding: 16px 44px; margin-top: 24px; }

/* sections claires : adapter couleur bouton */
.section-claire .btn-cta,
.section-beige .btn-cta {
  color: var(--vert);
  border-color: var(--vert);
}
.section-claire .btn-cta:hover,
.section-beige .btn-cta:hover {
  background: var(--vert);
  color: var(--ivoire);
}
.section-terracotta .btn-cta { background: #fff; color: var(--vert); border-color: #fff; }
.section-terracotta .btn-cta:hover { background: var(--ivoire); }
.contact-phone { margin: 24px 0 8px; }
.phone-number { font-family: 'Fraunces', serif; font-size: clamp(2rem, 5vw, 3.5rem); color: var(--or); text-decoration: none; display: inline-block; }
.section-terracotta .phone-number { color: #fff; }

/* -- HERO FLEUR -- */
.hero-fleur {
  min-height: 100vh;
  background: var(--vert);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  position: relative;
  overflow: hidden;
}
.hero-fleur-center {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 120px 40px 80px;
}
.hero-fleur-label {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--or);
  display: block;
  margin-bottom: 20px;
}
.hero-fleur-center h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(5rem, 13vw, 14rem);
  font-weight: 400;
  font-style: italic;
  color: var(--ivoire);
  line-height: 0.9;
  margin: 0 0 28px;
  letter-spacing: -0.01em;
  min-width: 0;
}
.hero-fleur-center p {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(249,244,236,0.65);
  line-height: 1.75;
  max-width: 360px;
  margin-bottom: 40px;
  min-width: 0;
}
/* Photos decalees en position absolue */
.hero-fleur-photo-tl {
  position: absolute;
  top: 60px;
  right: 5%;
  width: 28%;
  aspect-ratio: 3/4;
  overflow: hidden;
  z-index: 2;
  outline: 4px solid rgba(249,244,236,0.12);
  outline-offset: 4px;
}
.hero-fleur-photo-br {
  position: absolute;
  bottom: 60px;
  left: 5%;
  width: 22%;
  aspect-ratio: 2/3;
  overflow: hidden;
  z-index: 2;
  outline: 4px solid rgba(249,244,236,0.12);
  outline-offset: 4px;
}
.hero-fleur-photo-tl img,
.hero-fleur-photo-br img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* -- A PROPOS FLEUR -- */
.apropos-fleur {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 0;
  align-items: stretch;
  min-width: 0;
}
.apropos-fleur-img {
  overflow: hidden;
  min-width: 0;
}
.apropos-fleur-img img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  display: block;
}
.apropos-fleur-text {
  padding: 80px 72px;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.apropos-fleur-ornement {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
.apropos-fleur-ornement::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--or);
}
.apropos-fleur-ornement span {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--or);
}
.apropos-fleur-text h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  font-style: italic;
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.1;
  min-width: 0;
}
.apropos-fleur-text p {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 32px;
  min-width: 0;
}
.placeholder-img { background: var(--vert-mid); display: flex; align-items: center; justify-content: center; min-height: 200px; }
.placeholder-img span { color: rgba(249,244,236,0.5); font-size: 0.75rem; letter-spacing: 0.1em; }

/* -- SECTIONS -- */
.section { padding: 96px 0; background: var(--vert); }
.section-beige { background: var(--bg); }
.section-claire { background: var(--bg); }
.section-dark { background: var(--vert); color: var(--ivoire); }
.section-terracotta { background: var(--vert-mid); color: var(--ivoire); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 56px; }
.container-narrow { max-width: 700px; }
.section-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  font-style: italic;
  color: var(--ivoire);
  margin-bottom: 48px;
  text-align: center;
  min-width: 0;
}
.section-beige .section-title,
.section-claire .section-title { color: var(--text); }
.section-subtitle { text-align: center; color: rgba(249,244,236,0.65); max-width: 560px; margin: 0 auto 48px; font-size: 0.95rem; line-height: 1.75; font-weight: 300; min-width: 0; }
.section-beige .section-subtitle,
.section-claire .section-subtitle { color: var(--text-muted); }
.section-terracotta .section-subtitle { color: rgba(249,244,236,0.8); }

/* -- Tabs -- */
.tabs { display: flex; border-bottom: 1px solid var(--line-light); margin-bottom: 40px; }
.tab-btn {
  background: none; border: none; cursor: pointer;
  font-family: 'Source Sans 3', sans-serif; font-size: 0.75rem; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(249,244,236,0.55); padding: 12px 24px;
  border-bottom: 1px solid transparent; margin-bottom: -1px;
  transition: all 0.2s;
}
.tab-btn.active, .tab-btn:hover { color: var(--or); border-bottom-color: var(--or); }
.section-beige .tab-btn, .section-clara .tab-btn { color: var(--text-muted); }
.section-beige .tab-btn.active, .section-beige .tab-btn:hover { color: var(--vert); border-bottom-color: var(--vert); }

/* -- Menu / Catalogue -- */
.menu-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 48px; flex-wrap: wrap; }
.menu-tab { padding: 10px 24px; background: transparent; color: rgba(249,244,236,0.4); border: 1px solid rgba(249,244,236,0.2); font-family: 'Source Sans 3', sans-serif; font-size: 11px; font-weight: 400; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; transition: all 0.3s; }
.menu-tab:hover { border-color: var(--or); color: var(--or); }
.menu-tab.active { background: var(--or); border-color: var(--or); color: var(--vert); }
.menu-cat { display: none; }
.menu-cat.active { display: block; }
.menu-grid { max-width: 680px; margin: 0 auto; }
.menu-item { display: flex; align-items: baseline; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid rgba(249,244,236,0.1); }
.menu-item:last-child { border-bottom: none; }
.menu-item-info { flex: 1; min-width: 0; }
.menu-item-info h3 { font-family: 'Fraunces', serif; font-size: 20px; margin-bottom: 4px; color: var(--ivoire); font-weight: 400; min-width: 0; }
.menu-item-info p { font-size: 13px; color: rgba(249,244,236,0.4); min-width: 0; }
.menu-item-prix { font-family: 'Fraunces', serif; font-size: 20px; color: var(--or); white-space: nowrap; margin-left: 20px; flex-shrink: 0; }

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

/* -- Split layout -- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split-text h2 { font-family: 'Fraunces', serif; font-style: italic; color: var(--text); min-width: 0; }
.split-text p { color: var(--text-muted); line-height: 1.8; min-width: 0; }
.split-image img { width: 100%; object-fit: cover; }

/* -- Footer -- */
.footer { background: #111E17; border-top: 1px solid var(--line-light); padding: 48px 0 24px; font-size: 14px; color: rgba(249,244,236,0.45); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 32px; }
.footer-logo { font-family: 'Fraunces', serif; font-size: 24px; color: var(--ivoire); display: block; margin-bottom: 12px; font-style: italic; }
.footer h4 { color: rgba(249,244,236,0.55); margin-bottom: 12px; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-family: 'Source Sans 3', sans-serif; font-weight: 400; }
.footer a { color: rgba(249,244,236,0.45); text-decoration: none; }
.footer a:hover { color: var(--or); }
.footer p { margin-bottom: 6px; }
.footer-bottom { border-top: 1px solid rgba(249,244,236,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 13px; }
.footer-credit { color: rgba(249,244,236,0.18); }
.footer-credit a { color: rgba(249,244,236,0.18); }

/* -- Formulaires -- */
.resa-back { background: none; border: none; color: var(--or); cursor: pointer; font-size: 0.88rem; margin-bottom: 16px; padding: 0; text-decoration: underline; }
.resa-form .form-group { margin-bottom: 16px; }
.resa-form label { display: block; font-weight: 400; margin-bottom: 6px; font-size: 0.88rem; }
.resa-form input, .resa-form select, .resa-form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); font-size: 1rem; font-family: inherit; background: #fff; color: var(--text); }
.resa-form input:focus, .resa-form select:focus, .resa-form textarea:focus { outline: none; border-color: var(--or); }
.form-error { color: #c0392b; font-size: 0.85rem; margin-bottom: 12px; padding: 8px 12px; background: #fdf0ef; }
.resa-success { text-align: center; padding: 40px 0; }
.resa-success-icon { font-size: 3rem; color: var(--or); margin-bottom: 12px; }
.resa-success h3 { font-size: 1.4rem; margin-bottom: 8px; }
.resa-success p { color: var(--text-muted); margin-bottom: 24px; }

/* -- Lang switcher -- */
.lang-switcher { display: flex; align-items: center; gap: 4px; margin-left: 16px; }
.lang-btn { background: transparent; border: 1px solid var(--line-light); color: rgba(249,244,236,0.55); padding: 3px 7px; font-size: 0.7rem; font-weight: 400; cursor: pointer; transition: all 0.2s; }
.lang-btn:hover { border-color: var(--or); color: var(--or); }
.lang-btn.active { background: var(--or); border-color: var(--or); color: var(--vert); }

/* -- WhatsApp -- */
.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.2); z-index: 90; transition: transform 0.3s; }
.whatsapp-float:hover { transform: scale(1.1); }

/* -- Responsive -- */
@media (max-width: 900px) {
  .hero-fleur { grid-template-columns: 1fr; }
  .hero-fleur-photo-tl { width: 45%; top: 80px; right: 2%; }
  .hero-fleur-photo-br { display: none; }
  .hero-fleur-center { padding: 120px 24px 80px; }
  .apropos-fleur { grid-template-columns: 1fr; }
  .apropos-fleur-img img { min-height: 280px; }
  .apropos-fleur-text { padding: 48px 24px; }
  .split { grid-template-columns: 1fr; }
  .split-image { order: -1; }
  .nav { padding: 16px 24px; }
  .nav-links { display: none; position: fixed; inset: 0; background: var(--vert); flex-direction: column; align-items: center; justify-content: center; gap: 24px; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .container { padding: 0 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .section { padding: 64px 0; }
}
@media (max-width: 480px) {
  .hero-fleur-center h1 { font-size: 3.5rem; }
  .hero-fleur-photo-tl { width: 35%; top: 90px; }
}
