/*
Theme Name: Lav'Bar
Theme URI: https://www.lavbar.fr
Author: Lav'Bar Team
Author URI: https://www.lavbar.fr
Description: Un thème WordPress pour laverie Lav'Bar - Laverie, Café & Coworking à Boulogne-sur-Mer
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lavbar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Ce thème est basé sur le site statique Lav'Bar et converti pour WordPress.
*/
/* ===================================================================
   LAV'BAR — Feuille de style
   Palette : vert forêt, crème, doré. Esprit laverie chaleureuse + café.
   Display : Fraunces (serif à caractère). Corps : Outfit.
   =================================================================== */

:root {
  --vert: #1A342B;
  --vert-clair: #2E6B54;
  --vert-profond: #10231C;
  --creme: #F9F1E6;
  --creme-pur: #FDF8F0;
  --or: #B4945C;
  --or-clair: #D4BC8A;
  --rose: #D84F79;
  --texte: #23302B;
  --texte-doux: #5A6660;
  --blanc: #FFFFFF;

  --r: 16px;
  --r-lg: 26px;
  --max: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

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

body {
  font-family: 'Outfit', system-ui, sans-serif;
  color: var(--texte);
  background: var(--creme);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

/* ---- Typographie ---- */
.section-title {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: clamp(2rem, 4.5vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--vert);
}
.section-title.light { color: var(--creme); }
.section-title sup { font-size: 0.5em; }

.eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 14px;
}
.eyebrow.light { color: var(--or-clair); }

.lede {
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  color: var(--texte-doux);
  line-height: 1.7;
  max-width: 56ch;
}
.lede.light { color: rgba(249, 241, 230, 0.82); }

.link-arrow {
  display: inline-block;
  font-weight: 600;
  color: var(--vert-clair);
  border-bottom: 2px solid var(--or-clair);
  padding-bottom: 2px;
  transition: gap 0.3s var(--ease), color 0.2s;
}
.link-arrow:hover { color: var(--or); }

.section { padding: clamp(64px, 9vw, 120px) 0; }

.section-head { text-align: center; max-width: 640px; margin: 0 auto clamp(40px, 5vw, 64px); }
.section-head .eyebrow { margin-bottom: 10px; }

/* ---- Boutons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 100px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.98rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.3s var(--ease), background 0.3s, color 0.3s, border-color 0.3s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--vert); color: var(--creme); }
.btn-primary:hover { background: var(--vert-profond); }
.btn-ghost { background: transparent; color: var(--vert); border-color: rgba(26,52,43,0.25); }
.btn-ghost:hover { border-color: var(--vert); background: rgba(26,52,43,0.04); }
.btn-gold { background: var(--or); color: var(--vert-profond); }
.btn-gold:hover { background: var(--or-clair); }

/* ===================================================================
   ENTÊTE
   =================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(249, 241, 230, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(180, 148, 92, 0.18);
  transition: box-shadow 0.3s;
}
.site-header.scrolled { box-shadow: 0 4px 30px rgba(26, 52, 43, 0.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo-img { height: 52px; width: auto; border-radius: 50%; }

.nav-list { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-list a {
  padding: 9px 16px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 0.96rem;
  color: var(--vert);
  transition: background 0.2s, color 0.2s;
}
.nav-list a:hover { background: rgba(180, 148, 92, 0.14); }
.nav-list a.active { color: var(--or); font-weight: 600; }
.nav-cta { background: var(--vert) !important; color: var(--creme) !important; }
.nav-cta:hover { background: var(--vert-profond) !important; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2.5px; background: var(--vert); border-radius: 2px; transition: 0.3s var(--ease); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ===================================================================
   HERO
   =================================================================== */
.hero { position: relative; min-height: min(88vh, 760px); display: flex; align-items: center; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(16,35,28,0.92) 0%, rgba(16,35,28,0.74) 38%, rgba(16,35,28,0.30) 100%);
}
.hero-content { position: relative; z-index: 1; padding-top: 60px; padding-bottom: 60px; }
.hero-eyebrow {
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--or-clair); margin-bottom: 22px;
}
.hero-title {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: clamp(2.8rem, 8vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: var(--creme-pur);
  margin-bottom: 26px;
}
.hero-lede {
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  color: rgba(249, 241, 230, 0.88);
  max-width: 46ch;
  margin-bottom: 36px;
  line-height: 1.65;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero .btn-ghost { color: var(--creme); border-color: rgba(249,241,230,0.4); }
.hero .btn-ghost:hover { border-color: var(--creme); background: rgba(249,241,230,0.08); }
.hero-hours {
  font-size: 0.92rem; color: var(--or-clair); font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-flex; align-items: center; gap: 10px;
}
.hero-hours::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 4px rgba(216,79,121,0.25); }

/* ===================================================================
   INTRO
   =================================================================== */
.intro { background: var(--creme); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.intro-text .lede { margin: 22px 0 26px; }
.intro-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pillar {
  background: var(--creme-pur);
  border: 1px solid rgba(180,148,92,0.2);
  border-radius: var(--r);
  padding: 26px 22px;
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
}
.pillar:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(26,52,43,0.1); }
.pillar-icon { color: var(--or); font-size: 1.3rem; display: block; margin-bottom: 12px; }
.pillar h3 { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.18rem; color: var(--vert); margin-bottom: 6px; }
.pillar p { font-size: 0.94rem; color: var(--texte-doux); line-height: 1.55; }

/* ===================================================================
   CARTES SERVICES
   =================================================================== */
.services-preview { background: var(--creme-pur); }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: var(--blanc);
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid rgba(180,148,92,0.16);
  transition: transform 0.4s var(--ease), box-shadow 0.4s;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(26,52,43,0.14); }
.card-media { aspect-ratio: 4/3; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.card:hover .card-media img { transform: scale(1.06); }
.card-body { padding: 26px 24px 28px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.5rem; color: var(--vert); margin-bottom: 10px; }
.card-body p { color: var(--texte-doux); font-size: 0.98rem; margin-bottom: 18px; flex: 1; }

/* ===================================================================
   FIDÉLITÉ
   =================================================================== */
.fidelite { background: var(--vert); position: relative; overflow: hidden; }
.fidelite::before {
  content: ''; position: absolute; top: -120px; right: -120px;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(180,148,92,0.18), transparent 70%);
}
.fidelite-inner { position: relative; z-index: 1; max-width: 760px; }
.fidelite-text .lede { margin: 20px 0 30px; }
.fidelite-stamps { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.fidelite-stamps span {
  width: 56px; height: 56px; border-radius: 50%;
  border: 2px dashed rgba(212, 188, 138, 0.5);
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; color: var(--or-clair); font-size: 1.05rem;
}
.fidelite-stamps .stamp-free {
  flex-direction: column; gap: 0; line-height: 1;
  background: var(--or); border: 2px solid var(--or); color: var(--vert-profond);
}
.stamp-free small { font-size: 0.42rem; letter-spacing: 0.1em; font-weight: 700; }

/* ===================================================================
   BANDEAU CONTACT
   =================================================================== */
.contact-strip { background: var(--creme); }
.contact-strip-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
  background: var(--creme-pur);
  border: 1px solid rgba(180,148,92,0.2);
  border-radius: var(--r-lg);
  padding: clamp(36px, 5vw, 60px);
}
.contact-strip-inner .lede { margin-top: 14px; }
.contact-strip-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===================================================================
   PIED
   =================================================================== */
.site-footer { background: var(--vert-profond); color: rgba(249,241,230,0.78); padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; }
.footer-logo { height: 60px; border-radius: 50%; margin-bottom: 16px; }
.footer-brand p { font-family: 'Fraunces', serif; font-style: italic; font-size: 1.1rem; color: var(--or-clair); max-width: 30ch; }
.footer-col h4 { font-family: 'Fraunces', serif; font-weight: 600; color: var(--creme); font-size: 1.1rem; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; font-size: 0.95rem; }
.footer-col a { transition: color 0.2s; }
.footer-col a:hover { color: var(--or-clair); }
.footer-hours li { display: flex; justify-content: space-between; gap: 16px; }
.footer-hours span { color: rgba(249,241,230,0.55); }
.footer-social { margin-top: 6px; }
.footer-bottom { border-top: 1px solid rgba(249,241,230,0.12); padding: 22px 0; }
.footer-bottom p { font-size: 0.86rem; color: rgba(249,241,230,0.5); text-align: center; }

/* ===================================================================
   RÉVÉLATION AU SCROLL
   =================================================================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width: 900px) {
  .nav-toggle { display: flex; z-index: 101; }
  .nav-list {
    position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px);
    flex-direction: column; align-items: flex-start; gap: 6px;
    background: var(--creme-pur); padding: 100px 28px 40px;
    transform: translateX(100%); transition: transform 0.4s var(--ease);
    box-shadow: -20px 0 60px rgba(26,52,43,0.15);
  }
  .nav-list.open { transform: translateX(0); }
  .nav-list a { width: 100%; font-size: 1.05rem; padding: 12px 16px; }
  .intro-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .intro-pillars { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1; }
  .fidelite-stamps span { width: 46px; height: 46px; font-size: 0.95rem; }
  .contact-strip-actions { width: 100%; }
  .contact-strip-actions .btn { flex: 1; }
}

/* ===================================================================
   PAGES INTÉRIEURES — bannière
   =================================================================== */
.page-hero {
  background: var(--vert);
  color: var(--creme);
  padding: clamp(70px, 10vw, 130px) 0 clamp(50px, 7vw, 90px);
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: ''; position: absolute; bottom: -100px; left: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(180,148,92,0.16), transparent 70%);
}
.page-hero .eyebrow { color: var(--or-clair); position: relative; z-index: 1; }
.page-title {
  font-family: 'Fraunces', serif; font-weight: 600;
  font-size: clamp(2.3rem, 5.5vw, 4rem); line-height: 1.04;
  letter-spacing: -0.025em; color: var(--creme-pur);
  max-width: 18ch; margin-bottom: 20px; position: relative; z-index: 1;
}
.page-hero .lede { color: rgba(249,241,230,0.82); position: relative; z-index: 1; }

/* ---- Sections "feature" alternées ---- */
.feature { background: var(--creme); }
.feature-alt { background: var(--creme-pur); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.feature-grid.reverse .feature-media { order: 2; }
.feature-media { border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 24px 60px rgba(26,52,43,0.16); }
.feature-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.feature-text .lede { margin: 20px 0 24px; }
.feature-list { list-style: none; margin-bottom: 26px; }
.feature-list li {
  position: relative; padding-left: 30px; margin-bottom: 12px;
  color: var(--texte); font-size: 1.02rem;
}
.feature-list li::before {
  content: ''; position: absolute; left: 0; top: 0.62em;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--creme); border: 2px solid var(--or);
}
.feature-list li::after {
  content: ''; position: absolute; left: 5px; top: calc(0.62em + 5px);
  width: 4px; height: 4px; border-radius: 50%; background: var(--or);
}

/* ---- Bandeau d'appel ---- */
.cta-band { background: var(--vert-profond); text-align: center; }
.cta-band-inner { max-width: 640px; margin: 0 auto; }
.cta-band-inner .lede { margin: 18px auto 30px; }

/* ===================================================================
   TARIFS
   =================================================================== */
.tarifs { background: var(--creme); }
.tarifs-alt { background: var(--creme-pur); }
.tarif-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tarif-cols.two { grid-template-columns: repeat(2, 1fr); max-width: 820px; margin: 0 auto; }
.tarif-card {
  background: var(--blanc);
  border: 1px solid rgba(180,148,92,0.18);
  border-radius: var(--r-lg);
  padding: 30px 28px;
}
.tarif-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.tarif-head:not(:first-child) { margin-top: 28px; }
.tarif-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--vert); color: var(--or-clair);
  border-radius: 12px; font-size: 1.1rem;
}
.tarif-head h2 { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.4rem; color: var(--vert); }
.price-list { list-style: none; }
.price-list li {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  padding: 10px 0; border-bottom: 1px dashed rgba(180,148,92,0.3);
}
.price-list li:last-child { border-bottom: none; }
.price-list span { color: var(--texte-doux); }
.price-list b { font-family: 'Fraunces', serif; font-weight: 600; color: var(--vert); font-size: 1.12rem; white-space: nowrap; }
.tarif-note { margin-top: 14px; font-size: 0.9rem; font-style: italic; color: var(--or); }
.tarif-fineprint { text-align: center; margin-top: 32px; font-size: 0.9rem; color: var(--texte-doux); max-width: 60ch; margin-left: auto; margin-right: auto; }

@media (max-width: 900px) {
  .tarif-cols, .tarif-cols.two { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .feature-grid.reverse .feature-media { order: 0; }
}

/* ===================================================================
   ABONNEMENTS
   =================================================================== */
.plans { background: var(--creme); }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan {
  background: var(--blanc);
  border: 1px solid rgba(180,148,92,0.2);
  border-radius: var(--r-lg);
  padding: 34px 28px;
  display: flex; flex-direction: column;
  position: relative;
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
}
.plan:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(26,52,43,0.12); }
.plan-featured { background: var(--vert); border-color: var(--vert); transform: scale(1.03); }
.plan-featured:hover { transform: scale(1.03) translateY(-5px); }
.plan-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--or); color: var(--vert-profond);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 16px; border-radius: 100px; white-space: nowrap;
}
.plan-head { margin-bottom: 24px; padding-bottom: 22px; border-bottom: 1px solid rgba(180,148,92,0.25); }
.plan-featured .plan-head { border-color: rgba(212,188,138,0.3); }
.plan-head h2 { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.6rem; color: var(--vert); margin-bottom: 8px; }
.plan-featured .plan-head h2 { color: var(--creme); }
.plan-price { font-family: 'Fraunces', serif; font-weight: 700; font-size: 2.6rem; color: var(--or); line-height: 1; }
.plan-price span { font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 400; color: var(--texte-doux); }
.plan-featured .plan-price { color: var(--or-clair); }
.plan-featured .plan-price span { color: rgba(249,241,230,0.6); }
.plan-list { list-style: none; margin-bottom: 28px; flex: 1; }
.plan-list li { position: relative; padding-left: 28px; margin-bottom: 12px; color: var(--texte); }
.plan-list li::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  color: var(--or); font-weight: 700;
}
.plan-featured .plan-list li { color: rgba(249,241,230,0.9); }
.plan-featured .plan-list li::before { color: var(--or-clair); }
.plan-btn { width: 100%; }
.plan-featured .btn-ghost { color: var(--creme); border-color: rgba(249,241,230,0.4); }

/* Avantages */
.advantages { background: var(--creme-pur); }
.adv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
.adv-card {
  background: var(--blanc); border: 1px solid rgba(180,148,92,0.2);
  border-radius: var(--r-lg); padding: 34px 30px;
}
.adv-card h3 {
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.5rem; color: var(--vert);
  margin-bottom: 20px; padding-bottom: 14px; border-bottom: 2px solid var(--or-clair);
}

@media (max-width: 900px) {
  .plans-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .plan-featured { transform: none; }
  .plan-featured:hover { transform: translateY(-5px); }
  .adv-grid { grid-template-columns: 1fr; }
}

/* ===================================================================
   PRODUITS
   =================================================================== */
.products { background: var(--creme); }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product {
  background: var(--blanc); border: 1px solid rgba(180,148,92,0.18);
  border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.4s var(--ease), box-shadow 0.4s;
}
.product:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(26,52,43,0.14); }
.product-media { aspect-ratio: 3/4; overflow: hidden; background: var(--creme-pur); }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.product:hover .product-media img { transform: scale(1.05); }
.product-body { padding: 22px 22px 26px; flex: 1; display: flex; flex-direction: column; }
.product-body h2 { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.3rem; color: var(--vert); margin-bottom: 4px; }
.product-tag {
  display: inline-block; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--or); margin-bottom: 12px;
}
.product-body p:last-child { color: var(--texte-doux); font-size: 0.92rem; line-height: 1.55; }

.products-values {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin-top: 56px; padding-top: 44px; border-top: 1px solid rgba(180,148,92,0.25);
}
.value { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; }
.value span { font-size: 1.6rem; color: var(--or); }
.value p { font-weight: 500; color: var(--vert); font-size: 0.98rem; }

@media (max-width: 900px) {
  .products-grid { grid-template-columns: 1fr 1fr; }
  .products-values { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 480px) {
  .products-grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
}

/* ===================================================================
   CONTACT
   =================================================================== */
.contact-page { background: var(--creme); }
.contact-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 6vw, 70px); }
.info-block { margin-bottom: 36px; }
.info-block:last-child { margin-bottom: 0; }
.info-title {
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.25rem; color: var(--vert);
  margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--or-clair); display: inline-block;
}
.info-block p { color: var(--texte-doux); line-height: 1.7; margin-bottom: 8px; }
.info-block a { color: var(--vert-clair); font-weight: 500; }
.info-block a:hover { color: var(--or); }
.hours-list { list-style: none; }
.hours-list li {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 9px 0; border-bottom: 1px dashed rgba(180,148,92,0.3); color: var(--texte);
}
.hours-list li:last-child { border-bottom: none; }
.hours-list span { color: var(--texte-doux); }
.hours-list .closed { color: var(--rose); font-weight: 500; }
.hours-list .closed span { color: var(--rose); }

.contact-form-wrap { background: var(--creme-pur); border: 1px solid rgba(180,148,92,0.2); border-radius: var(--r-lg); padding: clamp(28px, 4vw, 44px); }
.contact-form-wrap .lede { margin: 12px 0 26px; }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-weight: 600; font-size: 0.9rem; color: var(--vert); }
.field input, .field select, .field textarea {
  font-family: 'Outfit', sans-serif; font-size: 1rem; color: var(--texte);
  background: var(--blanc); border: 1.5px solid rgba(180,148,92,0.3);
  border-radius: 12px; padding: 13px 15px; transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--or);
  box-shadow: 0 0 0 3px rgba(180,148,92,0.18);
}
.field textarea { resize: vertical; }
.contact-form .btn { align-self: flex-start; margin-top: 4px; }
.form-status { font-size: 0.95rem; font-weight: 500; min-height: 1.4em; }
.form-status.ok { color: var(--vert-clair); }
.form-status.err { color: var(--rose); }

/* Carte */
.map-section { line-height: 0; }
.map-section iframe { display: block; filter: saturate(0.92); }

@media (max-width: 860px) {
  .contact-layout { grid-template-columns: 1fr; }
}

/* ===================================================================
   À PROPOS — valeurs
   =================================================================== */
.about-values { background: var(--creme-pur); }
.about-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.av-card {
  background: var(--blanc); border: 1px solid rgba(180,148,92,0.18);
  border-radius: var(--r-lg); padding: 34px 28px; text-align: center;
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
}
.av-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(26,52,43,0.1); }
.av-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--creme); color: var(--or); font-size: 1.5rem; margin-bottom: 18px;
}
.av-card h3 { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.25rem; color: var(--vert); margin-bottom: 10px; }
.av-card p { color: var(--texte-doux); font-size: 0.96rem; line-height: 1.55; }

@media (max-width: 900px) {
  .about-values-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
}

/* ===================================================================
   PAGES LÉGALES — texte lisible
   =================================================================== */
.legal { background: var(--creme); }
.legal-content { max-width: 760px; margin: 0 auto; }
.legal-content h2 {
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.5rem; color: var(--vert);
  margin: 40px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--or-clair);
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.15rem; color: var(--vert-clair); margin: 26px 0 8px; }
.legal-content p { color: var(--texte); line-height: 1.75; margin-bottom: 16px; }
.legal-content ul { list-style: none; margin: 0 0 16px; }
.legal-content ul li {
  position: relative; padding-left: 26px; margin-bottom: 10px; color: var(--texte); line-height: 1.7;
}
.legal-content ul li::before {
  content: ''; position: absolute; left: 0; top: 0.62em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--or);
}
.legal-content a { color: var(--vert-clair); font-weight: 500; border-bottom: 1px solid var(--or-clair); }
.legal-content a:hover { color: var(--or); }
.legal-updated { font-size: 0.9rem; color: var(--texte-doux); font-style: italic; margin-bottom: 36px; }
.legal-fill {
  background: var(--creme-pur); border-left: 3px solid var(--or);
  border-radius: 8px; padding: 4px 10px; font-style: italic; color: var(--or);
  font-weight: 500;
}
.legal-note {
  background: #FBF1E3; border: 1px solid rgba(180,148,92,0.3);
  border-radius: var(--r); padding: 20px 24px; margin-top: 40px;
}
.legal-note strong { color: var(--vert); }
.legal-note p { font-size: 0.92rem; color: var(--texte-doux); margin-bottom: 0; }
