:root {
  --green: #87b91b;
  --green-dark: #5f870d;
  --green-soft: #f2f8e5;
  --brown: #6b3414;
  --cream: #fffaf2;
  --ink: #25231f;
  --muted: #6e6a62;
  --line: #e9e4da;
  --white: #fff;
  --shadow: 0 18px 50px rgba(48, 42, 31, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", sans-serif; color: var(--ink); background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(107,52,20,.08); }
.navbar { min-height: 82px; }
.brand-logo { width: 58px; height: 58px; object-fit: cover; object-position: center; border-radius: 50%; border: 2px solid var(--green); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: "DM Serif Display", serif; color: var(--brown); font-size: 1.32rem; font-weight: 400; }
.brand-copy small { margin-top: 5px; font-size: .67rem; text-transform: uppercase; letter-spacing: .12em; color: var(--green-dark); font-weight: 800; }
.nav-link { padding: .75rem .9rem !important; font-size: .88rem; font-weight: 750; color: #514b43; }
.nav-link:hover, .nav-link.active { color: var(--green-dark); }
.btn-order, .btn-primary-custom { background: var(--green); color: #fff; border: 0; border-radius: 999px; font-weight: 800; padding: .82rem 1.2rem; box-shadow: 0 10px 24px rgba(135,185,27,.25); }
.btn-order:hover, .btn-primary-custom:hover { background: var(--green-dark); color: #fff; transform: translateY(-1px); }
.btn-outline-custom { border: 1px solid rgba(107,52,20,.25); color: var(--brown); border-radius: 999px; font-weight: 800; padding: .82rem 1.2rem; }
.btn-outline-custom:hover { border-color: var(--brown); color: var(--brown); background: #fff; }
main { padding-top: 82px; }
.hero { min-height: 680px; background: radial-gradient(circle at 8% 15%, rgba(135,185,27,.20), transparent 32%), var(--cream); overflow: hidden; }
.hero .container, .hero .row { min-height: 680px; }
.eyebrow { color: var(--green-dark); text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 900; }
.hero h1, .page-hero h1, .section-title { font-family: "DM Serif Display", serif; color: var(--brown); font-weight: 400; }
.hero h1 { font-size: clamp(3rem, 6.5vw, 6rem); line-height: .94; letter-spacing: -.03em; max-width: 760px; }
.hero-lead { max-width: 610px; color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.hero-visual { position: relative; padding: 45px; }
.hero-image { width: 100%; height: 535px; object-fit: cover; border-radius: 42% 42% 12% 12%; box-shadow: var(--shadow); }
.hero-badge { position: absolute; left: 2px; bottom: 70px; width: 150px; height: 150px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-content: center; text-align: center; padding: 15px; transform: rotate(-8deg); box-shadow: 0 15px 35px rgba(71,101,9,.25); }
.hero-badge strong { font-family: "DM Serif Display", serif; font-size: 1.45rem; font-weight: 400; }
.hero-badge span { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.section-pad { padding: 100px 0; }
.section-soft { background: var(--green-soft); }
.section-title { font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1; }
.section-copy { color: var(--muted); line-height: 1.8; }
.feature-chip { display: inline-flex; gap: .5rem; align-items: center; background: #fff; border: 1px solid #e7efda; border-radius: 999px; padding: .65rem .9rem; color: #4f681c; font-size: .82rem; font-weight: 800; }
.products-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.product-card { min-height: 205px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: .22s ease; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-4px); border-color: rgba(135,185,27,.55); box-shadow: 0 16px 35px rgba(53,49,41,.08); }
.product-card-top { display: flex; justify-content: space-between; gap: 10px; align-items: start; }
.product-category { color: var(--green-dark); font-size: .67rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 900; }
.product-price { color: var(--brown); white-space: nowrap; }
.product-card h3 { font-family: "DM Serif Display", serif; color: var(--brown); font-size: 1.4rem; font-weight: 400; margin: 15px 0 7px; }
.product-card p { color: var(--muted); font-size: .82rem; line-height: 1.55; margin: 0 0 16px; flex-grow: 1; }
.product-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.product-tag { font-size: .63rem; border-radius: 999px; padding: .28rem .55rem; background: var(--green-soft); color: var(--green-dark); font-weight: 800; text-transform: uppercase; }
.artisan-image { width: 100%; height: 560px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.info-card { border-radius: 22px; padding: 25px; background: #fff; border: 1px solid var(--line); height: 100%; }
.info-icon { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: #fff; background: var(--green); font-size: 1.2rem; }
.info-card h3 { color: var(--brown); font-size: 1rem; font-weight: 900; margin: 18px 0 8px; }
.info-card p { color: var(--muted); font-size: .88rem; margin: 0; line-height: 1.65; }
.cta-band { border-radius: 32px; background: var(--brown); color: #fff; padding: 45px; }
.cta-band h2 { font-family: "DM Serif Display", serif; font-weight: 400; font-size: clamp(2rem, 4vw, 3.4rem); }
.page-hero { padding: 95px 0 70px; background: var(--cream); }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5rem); }
.filters-sticky { position: sticky; top: 81px; z-index: 10; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.filters-wrap { display: flex; align-items: center; gap: 10px; overflow-x: auto; padding: 18px 0; scrollbar-width: none; }
.filter-btn { border: 1px solid var(--line); border-radius: 999px; padding: .68rem 1rem; background: #fff; white-space: nowrap; font-weight: 800; font-size: .8rem; color: #625e56; }
.filter-btn.active, .filter-btn:hover { background: var(--green); border-color: var(--green); color: #fff; }
.search-wrap { position: relative; min-width: 240px; margin-left: auto; }
.search-wrap i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #888278; }
.search-wrap input { width: 100%; border: 1px solid var(--line); border-radius: 999px; padding: .72rem 1rem .72rem 2.35rem; outline: none; }
.search-wrap input:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(135,185,27,.10); }
.menu-meta { color: var(--muted); font-size: .86rem; }
.empty-state { text-align: center; padding: 70px 15px; color: var(--muted); }
.contact-card { padding: 34px; border: 1px solid var(--line); border-radius: 25px; background: #fff; height: 100%; }
.contact-card h2 { font-family: "DM Serif Display", serif; color: var(--brown); font-weight: 400; }
.contact-list { display: grid; gap: 18px; margin-top: 25px; }
.contact-item { display: flex; gap: 14px; align-items: start; }
.contact-item i { color: var(--green-dark); font-size: 1.15rem; }
.map-placeholder { min-height: 430px; border-radius: 25px; background: linear-gradient(135deg, #edf5df, #d9e8bd); display: grid; place-content: center; text-align: center; color: var(--green-dark); padding: 30px; }
.site-footer { background: #21170f; color: #fff; }
.footer-brand { font-family: "DM Serif Display", serif; font-size: 2rem; }
.footer-title { font-size: .75rem; text-transform: uppercase; letter-spacing: .13em; color: #a9cc61; font-weight: 900; }
.footer-text { color: rgba(255,255,255,.67); line-height: 1.7; }
.site-footer a:not(.social-link) { display: block; color: rgba(255,255,255,.67); margin-bottom: 9px; }
.site-footer a:hover { color: #fff; }
.social-link { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.09); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.10); padding: 18px 0; color: rgba(255,255,255,.45); font-size: .78rem; }
@media (max-width: 991.98px) {
  .navbar-collapse { background: #fff; margin: 10px -12px -8px; padding: 15px 20px 22px; border-top: 1px solid var(--line); }
  .hero, .hero .container, .hero .row { min-height: auto; }
  .hero { padding: 70px 0; }
  .hero-visual { padding: 10px 15px 0; }
  .hero-image { height: 440px; }
  .products-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .filters-wrap { flex-wrap: nowrap; }
  .search-wrap { min-width: 210px; }
}
@media (max-width: 575.98px) {
  .brand-copy small { display: none; }
  .brand-logo { width: 48px; height: 48px; }
  main { padding-top: 72px; }
  .navbar { min-height: 72px; }
  .hero { padding: 48px 0; }
  .hero h1 { font-size: 3.15rem; }
  .hero-image { height: 330px; border-radius: 28px; }
  .hero-badge { width: 118px; height: 118px; bottom: 18px; }
  .section-pad { padding: 70px 0; }
  .products-grid { grid-template-columns: 1fr; gap: 12px; }
  .product-card { min-height: 185px; }
  .artisan-image { height: 380px; }
  .filters-sticky { top: 71px; }
  .filters-wrap { display: grid; grid-template-columns: repeat(2, 1fr); overflow: visible; }
  .filter-btn { width: 100%; }
  .search-wrap { grid-column: 1 / -1; margin: 5px 0 0; min-width: 0; }
  .cta-band { padding: 30px 24px; }
}

/* Éphémère du mois */
.ephemere-section { background: #fff; }
.ephemere-card { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--cream); box-shadow: var(--shadow); }
.ephemere-image { width: 100%; height: 100%; min-height: 530px; object-fit: fill; }
.ephemere-content { display: flex; flex-direction: column; justify-content: center; width: 100%; padding: clamp(2rem, 5vw, 5rem); }
.ephemere-meta { display: flex; flex-wrap: wrap; gap: 12px; }
.ephemere-meta span { display: inline-flex; align-items: center; gap: 9px; border: 1px solid #e4ddcf; border-radius: 999px; background: #fff; padding: .7rem .95rem; color: var(--brown); font-size: .8rem; }
.ephemere-meta i { color: var(--green-dark); }
.sandwich-image { object-position: center; }
.facebook-nav { font-size: 1.15rem; color: #1877f2 !important; }
.map-embed { height: 100%; min-height: 530px; overflow: hidden; border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.site-footer a.footer-text, .site-footer .footer-text a { color: inherit; }
@media (max-width: 991.98px) {
  .ephemere-image { min-height: 390px; }
  .facebook-nav { padding-left: .9rem !important; }
}
@media (max-width: 575.98px) {
  .ephemere-card { border-radius: 22px; }
  .ephemere-image { min-height: 300px; }
  .ephemere-content { padding: 2rem 1.4rem; }
  .map-embed { min-height: 390px; }
}
