:root {
  --green-deep: #0f4d3a;
  --green: #17734f;
  --coral: #e9483e;
  --coral-dark: #c73429;
  --gold: #f0a93f;
  --cream: #fdf6ea;
  --cream-alt: #f7ecd8;
  --ink: #1e2a24;
  --whatsapp: #25d366;
  --whatsapp-dark: #1ebc59;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(15, 77, 58, 0.12);
  --max-width: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, .brand__logo {
  font-family: "Baloo 2", sans-serif;
}

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

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

.icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

/* Topbar */
.topbar {
  background: var(--green-deep);
  color: #fdf6ea;
  font-size: 0.85rem;
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 8px 24px;
  flex-wrap: wrap;
}
.topbar__item {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0.92;
}
.topbar__item:hover { opacity: 1; }
.topbar__item--email { word-break: break-all; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253, 246, 234, 0.97);
  border-bottom: 1px solid rgba(15, 77, 58, 0.08);
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 24px;
}
.brand__logo {
  height: 64px;
  width: auto;
}
.nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
  margin-right: 24px;
}
.nav a {
  color: var(--green-deep);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
}
.nav a:hover { color: var(--coral); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin-left: 12px;
}
.nav-toggle span {
  width: 26px;
  height: 3px;
  background: var(--green-deep);
  border-radius: 2px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--whatsapp {
  background: var(--whatsapp);
  color: #fff;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
}
.btn--whatsapp:hover { background: var(--whatsapp-dark); }
.btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.7);
}
.btn--outline:hover { background: rgba(255,255,255,0.12); }
.btn--lg { padding: 15px 28px; font-size: 1.05rem; }
.btn--header { flex-shrink: 0; }

/* Hero */
.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(15,77,58,0.88), rgba(15,77,58,0.72)),
    url("../assets/images/beatrice-rollup-traiteur.jpg") center 25% / cover;
  color: #fff;
  padding: 90px 0;
}
.hero__inner { max-width: 760px; position: relative; z-index: 2; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  font-size: 0.8rem;
  color: var(--coral-dark);
  margin: 0 0 10px;
}
.eyebrow--light { color: var(--gold); }
.hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  margin: 0 0 20px;
  line-height: 1.15;
}
.hero__lead {
  font-size: 1.1rem;
  max-width: 620px;
  margin: 0 0 32px;
  color: #f2f2ea;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero--page {
  min-height: 420px;
  padding: 70px 0;
}
.hero--commander {
  background:
    linear-gradient(120deg, rgba(15,77,58,0.9), rgba(15,77,58,0.75)),
    url("../assets/images/plat-riz-djondjon-poulet.jpg") center 35% / cover;
}
.hero--evenementiel {
  background:
    linear-gradient(120deg, rgba(15,77,58,0.88), rgba(15,77,58,0.72)),
    url("../assets/images/beatrice-gala-reussite-paris.jpg") center 20% / cover;
}
.order-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px 18px;
  border-radius: 999px;
  margin-top: 26px;
}

/* Trust bar */
.trust {
  background: var(--gold);
  padding: 26px 0;
}
.trust__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
}
.trust__item {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  color: var(--green-deep);
}
.trust__item strong {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.3rem;
}
.trust__item span { font-size: 0.85rem; font-weight: 700; opacity: 0.85; }

/* Sections */
.section { padding: 90px 0; }
.section--alt { background: var(--cream-alt); }
.section__title {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin: 0 0 16px;
  color: var(--green-deep);
}
.section__lead {
  max-width: 680px;
  color: #4a564e;
  margin-bottom: 44px;
}

/* Activities split (Accueil) */
.activities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}
.activity-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.activity-card__media {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.activity-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity-card__media-face { object-position: center 12%; }
.activity-card__body {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.activity-card__tag {
  align-self: flex-start;
  background: var(--gold);
  color: var(--green-deep);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.activity-card--commander .activity-card__tag {
  background: var(--coral);
  color: #fff;
}
.activity-card__body h3 {
  color: var(--green-deep);
  font-size: 1.4rem;
  margin: 0 0 12px;
}
.activity-card__body p {
  color: #4a564e;
  margin: 0 0 22px;
  flex: 1;
}

/* Cheffe */
.cheffe__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.cheffe__media {
  position: relative;
}
.cheffe__photo {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.cheffe__photo--small {
  position: absolute;
  width: 55%;
  bottom: -30px;
  right: -30px;
  border: 6px solid var(--cream);
  aspect-ratio: 4/3;
  object-position: center 12%;
}
.cheffe__text h2 { color: var(--green-deep); margin: 0 0 20px; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.cheffe__text p { color: #384a3f; }
.cheffe__list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cheffe__list li {
  font-weight: 700;
  color: var(--green-deep);
  padding-left: 28px;
  position: relative;
}
.cheffe__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--coral);
  font-weight: 800;
}

/* Services */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}
.service-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
}
.service-card__icon { font-size: 2rem; margin-bottom: 14px; }
.service-card h3 { margin: 0 0 10px; color: var(--green-deep); font-size: 1.1rem; }
.service-card p { margin: 0; color: #4a564e; font-size: 0.95rem; }

/* Formulas */
.formulas {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.formula-card {
  flex: 1 1 260px;
  background: var(--green-deep);
  color: #fff;
  border-radius: var(--radius);
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow);
}
.formula-card--accent { background: var(--coral); }
.formula-card__label { font-family: "Baloo 2", sans-serif; font-size: 1.15rem; }
.formula-card__desc { opacity: 0.85; font-size: 0.85rem; flex: 1; margin-left: 12px; }
.formula-card__price { font-family: "Baloo 2", sans-serif; font-size: 1.5rem; color: var(--gold); }

/* Dishes grid */
.dishes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  margin-bottom: 60px;
}
.dish-card {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}
.dish-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.dish-card:hover img { transform: scale(1.06); }
.dish-card figcaption {
  padding: 14px 16px 18px;
  font-weight: 700;
  color: var(--green-deep);
  font-size: 0.95rem;
}
.dish-card__order {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--whatsapp-dark);
  text-decoration: none;
}
.dish-card__order .icon { width: 14px; height: 14px; }
.dish-card__order:hover { text-decoration: underline; }

/* Menu categories */
.menu-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 36px;
}
.menu-cat h3 {
  color: var(--coral-dark);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 8px;
  margin-bottom: 14px;
  font-size: 1.05rem;
}
.menu-cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #384a3f;
  font-size: 0.95rem;
}

.price-tags {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.price-tag {
  background: var(--gold);
  color: var(--green-deep);
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.gallery-grid img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease;
}
.gallery-grid img:hover { transform: scale(1.03); }

/* Contact */
.contact {
  background: var(--green-deep);
  color: #fff;
}
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
.contact__grid--single { grid-template-columns: 1fr; max-width: 640px; }
.contact h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0 0 18px; }
.contact__lead { color: #cfe3d9; max-width: 560px; }
.contact__inline-link { color: var(--gold); font-weight: 800; text-decoration: underline; }
.contact__links {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact__link {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.08);
  padding: 12px 18px;
  border-radius: 12px;
  transition: background 0.15s ease;
}
.contact__link:hover { background: rgba(255,255,255,0.18); }

.contact__form {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px;
  color: var(--ink);
  box-shadow: var(--shadow);
}
.contact__form h3 { margin: 0 0 20px; color: var(--green-deep); }
.contact__form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--green-deep);
  margin-bottom: 16px;
}
.contact__form input,
.contact__form textarea {
  font-family: inherit;
  font-size: 1rem;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1.5px solid #d8e2dc;
  resize: vertical;
}
.contact__form input:focus,
.contact__form textarea:focus {
  outline: none;
  border-color: var(--green);
}
.contact__form button { width: 100%; justify-content: center; margin-top: 6px; }

/* Footer */
.site-footer {
  background: #0b3527;
  color: #cfe3d9;
  padding: 48px 0 28px;
  text-align: center;
}
.site-footer__logo {
  height: 56px;
  margin: 0 auto 16px;
  filter: brightness(1.05);
}
.site-footer__links {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 18px 0;
}
.site-footer__links a { color: #fff; text-decoration: none; font-weight: 700; }
.site-footer__links a:hover { color: var(--gold); }
.site-footer__links--legal a { font-weight: 600; opacity: 0.85; font-size: 0.85rem; }
.site-footer__copy { font-size: 0.8rem; opacity: 0.7; margin-top: 20px; }
.site-footer__credit { font-size: 0.78rem; opacity: 0.6; margin-top: 6px; }
.site-footer__credit a { color: inherit; text-decoration: underline; }
.site-footer__credit a:hover { color: var(--gold); }

/* Pages légales */
.legal-content { max-width: 760px; }
.legal-content h2 {
  color: var(--green-deep);
  margin-top: 40px;
  font-size: 1.3rem;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 {
  color: var(--coral-dark);
  margin-top: 26px;
  font-size: 1.05rem;
}
.legal-content p, .legal-content li { color: #3a453e; line-height: 1.7; }
.legal-content ul { padding-left: 20px; }
.legal-content .placeholder {
  background: var(--cream-alt);
  border: 1px dashed var(--gold);
  padding: 1px 8px;
  border-radius: 6px;
  font-weight: 700;
  color: var(--coral-dark);
}
.legal-content__updated {
  font-size: 0.85rem;
  color: #6a756f;
  margin-top: 36px;
}

/* Floating WhatsApp */
.float-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: var(--whatsapp);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.45);
  z-index: 60;
  transition: transform 0.2s ease;
}
.float-whatsapp .icon { width: 30px; height: 30px; fill: #fff; }
.float-whatsapp:hover { transform: scale(1.08); }

/* Formules à la carte (menu cards + fiche modal) */
.menu-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
  margin-bottom: 56px;
}
.menu-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  cursor: pointer;
  border: none;
  text-align: left;
  padding: 0;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.menu-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(15,77,58,0.16); }
.menu-card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.menu-card__media img { width: 100%; height: 100%; object-fit: cover; }
.menu-card__price {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--gold);
  color: var(--green-deep);
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.menu-card__body { padding: 16px 18px 20px; flex: 1; display: flex; flex-direction: column; }
.menu-card__body h3 { margin: 0 0 6px; color: var(--green-deep); font-size: 1.05rem; }
.menu-card__body p { margin: 0; color: #5a655e; font-size: 0.88rem; flex: 1; }
.menu-card__link {
  margin-top: 14px;
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--coral-dark);
}

/* Modal / fiche produit */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 30, 22, 0.6);
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 16px;
  overflow-y: auto;
  z-index: 200;
}
.modal-overlay.is-open { display: flex; }
.modal {
  background: #fff;
  border-radius: var(--radius);
  max-width: 640px;
  width: 100%;
  overflow: hidden;
  position: relative;
  animation: modal-in 0.2s ease;
}
@keyframes modal-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.9);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  color: var(--green-deep);
}
.modal__media { aspect-ratio: 16/9; overflow: hidden; }
.modal__media img { width: 100%; height: 100%; object-fit: cover; }
.modal__body { padding: 26px 28px 30px; }
.modal__body h3 {
  color: var(--green-deep);
  font-size: 1.4rem;
  margin: 0 0 6px;
  font-family: "Baloo 2", sans-serif;
}
.modal__price {
  display: inline-block;
  background: var(--coral);
  color: #fff;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 0.9rem;
  margin-bottom: 14px;
}
.modal__price span { opacity: 0.85; font-weight: 600; font-size: 0.8rem; }
.modal__desc { color: #4a564e; margin: 0 0 22px; }
.option-group { margin-bottom: 22px; }
.option-group__label {
  display: block;
  font-weight: 800;
  color: var(--green-deep);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.option-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.95rem;
  color: #33403a;
}
.option-row:hover { background: var(--cream-alt); }
.option-row input { accent-color: var(--green); width: 16px; height: 16px; flex-shrink: 0; }
.option-row img.option-row__thumb {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  object-fit: cover;
}
.modal__cta {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}

/* Boissons catégorisées */
.drinks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 36px;
}
.drinks-col h3 {
  color: var(--coral-dark);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 8px;
  margin-bottom: 14px;
  font-size: 1.05rem;
}
.drink-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  color: #384a3f;
  font-size: 0.95rem;
}
.drink-item__photo {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--cream-alt);
}

/* Responsive */
@media (max-width: 900px) {
  .cheffe__grid, .contact__grid { grid-template-columns: 1fr; }
  .cheffe__media { margin-bottom: 60px; }
  .cheffe__photo--small { right: 0; bottom: -24px; width: 60%; }
}

@media (max-width: 760px) {
  .topbar { display: none; }
  .site-header__inner { flex-wrap: wrap; }
  .nav {
    position: static;
    order: 10;
    width: 100%;
    background: var(--cream);
    flex-direction: column;
    padding: 10px 0 16px;
    gap: 14px;
    display: none;
    border-top: 1px solid rgba(15,77,58,0.08);
  }
  .nav.is-open { display: flex; }
  .nav-toggle { display: flex; }
  .btn--header { display: none; }
  .hero { min-height: auto; padding: 70px 0; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { justify-content: center; }
}
