/* ===========================================================
   Pizzeria Da Vinci — démo BendeStudio
   DA : élégance italienne par la retenue (réf. Acqua & Farina / Luigia)
   + chaleur conviviale de quartier. Photo de plat brute, four à bois,
   récit du fait-maison. Transitions douces, jamais gadget.
   =========================================================== */

:root {
  --creme: #F5EDDF;
  --creme-2: #EFE4D1;
  --papier: #FBF6EC;
  --encre: #241C15;
  --charbon: #17110C;
  --charbon-2: #211812;
  --tomate: #BE4325;
  --tomate-clair: #D0563A;
  --basilic: #46603A;
  --dore: #C4923B;
  --grege: #7C6A55;
  --grege-clair: #9C8A73;
  --ligne: rgba(36,28,21,0.12);
  --ligne-claire: rgba(255,255,255,0.16);
  --ease: cubic-bezier(.22,1,.36,1);
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--creme); color: var(--encre);
  font-family: var(--sans); font-size: 16px; line-height: 1.6;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--tomate); color: var(--papier); }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; margin: 0; letter-spacing: -0.01em; line-height: 1.02; }
.serif-it { font-style: italic; }
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px); }

/* ── Boutons ── */
.btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--sans); font-weight: 600; font-size: 15px; padding: 14px 26px; border-radius: 4px; border: 1px solid transparent; cursor: pointer; transition: transform .3s var(--ease), background .25s ease, color .25s ease, border-color .25s ease; }
.btn-fill { background: var(--tomate); color: var(--papier); }
.btn-fill:hover { background: var(--tomate-clair); transform: translateY(-2px); }
.btn-line { background: transparent; border-color: currentColor; color: inherit; }
.btn-line:hover { background: var(--encre); color: var(--papier); border-color: var(--encre); transform: translateY(-2px); }
.btn-line.on-dark:hover { background: var(--papier); color: var(--charbon); border-color: var(--papier); }
.btn-sm { padding: 10px 18px; font-size: 14px; }

/* ── Nav ── */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(20px, 5vw, 56px); transition: background .35s ease, box-shadow .35s ease, padding .35s ease; }
.nav a.brand { font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: 0.01em; color: #fff; transition: color .35s ease; display: flex; align-items: baseline; gap: 8px; }
.nav .brand small { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; opacity: 0.75; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a.lk { font-size: 14.5px; font-weight: 500; color: rgba(255,255,255,0.9); position: relative; transition: color .3s ease; }
.nav-links a.lk::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .3s var(--ease); }
.nav-links a.lk:hover::after { right: 0; }
.nav.solid { background: var(--papier); box-shadow: 0 1px 0 var(--ligne), 0 10px 30px -20px rgba(36,28,21,0.4); }
.nav.solid a.brand { color: var(--encre); }
.nav.solid .nav-links a.lk { color: var(--encre); }
.nav-cta { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: 4px; background: var(--tomate); color: #fff; transition: background .25s ease, transform .25s var(--ease); }
.nav-cta:hover { background: var(--tomate-clair); transform: translateY(-1px); }
.nav-ham { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; z-index: 120; }
.nav-ham span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s var(--ease), opacity .2s ease, background .35s ease; }
.nav.solid .nav-ham span { background: var(--encre); }
.nav-ham.open span { background: var(--encre); }
.nav-ham.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-ham.open span:nth-child(2) { opacity: 0; }
.nav-ham.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Menu mobile ── */
.mob { position: fixed; inset: 0; z-index: 110; background: var(--papier); display: none; flex-direction: column; justify-content: center; padding: 80px clamp(24px,7vw,48px) 40px; gap: 6px; }
.mob.open { display: flex; }
.mob a { font-family: var(--serif); font-size: clamp(34px, 9vw, 52px); color: var(--encre); padding: 8px 0; border-bottom: 1px solid var(--ligne); }
.mob a:last-child { border-bottom: 0; color: var(--tomate); }

/* ── Hero ── */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,10,7,0.55) 0%, rgba(15,10,7,0.2) 32%, rgba(15,10,7,0.5) 62%, rgba(15,10,7,0.9) 100%); }
.hero__inner { position: relative; z-index: 2; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px,5vw,56px) clamp(52px, 8vh, 96px); color: #fff; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.82); margin-bottom: 22px; }
.hero__eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--dore); }
.hero h1 { font-size: clamp(46px, 8.5vw, 128px); line-height: 0.94; color: #fff; text-shadow: 0 2px 40px rgba(0,0,0,0.3); }
.hero h1 em { color: #fff; }
.hero__sub { max-width: 540px; font-size: clamp(16px, 1.7vw, 19px); line-height: 1.6; color: rgba(255,255,255,0.9); margin: 26px 0 0; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--ligne-claire); font-size: 14px; color: rgba(255,255,255,0.85); }
.hero__meta b { color: #fff; font-weight: 600; }
.hero__meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--dore); }
.stars { color: var(--dore); letter-spacing: 2px; }

/* ── Bandeau défilant ── */
.marq { background: var(--charbon); color: var(--creme); overflow: hidden; border-top: 1px solid rgba(255,255,255,0.06); }
.marq__track { display: flex; width: max-content; animation: marq 34s linear infinite; }
.marq__track > div { display: flex; align-items: center; gap: 26px; padding: 16px 26px 16px 0; }
.marq span { font-family: var(--serif); font-style: italic; font-size: 22px; white-space: nowrap; }
.marq .sep { color: var(--tomate); font-size: 15px; font-style: normal; }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Sections génériques ── */
.section { position: relative; padding: clamp(80px, 12vh, 140px) 0; }
.kicker { display: inline-flex; align-items: center; gap: 12px; font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--tomate); margin-bottom: 16px; }
.kicker::before { content: ''; width: 28px; height: 1px; background: var(--tomate); }
.section h2 { font-size: clamp(34px, 5vw, 66px); color: var(--encre); }
.lead { max-width: 540px; font-size: 17px; color: var(--grege); margin: 20px 0 0; }

/* ── Le feu (section sombre, storytelling process) ── */
.feu { position: relative; background: var(--charbon); color: var(--creme); overflow: hidden; }
.feu .kicker { color: var(--dore); }
.feu .kicker::before { background: var(--dore); }
.feu h2 { color: var(--papier); }
.feu__bg { position: absolute; inset: 0; z-index: 0; opacity: 0.28; }
.feu__bg img { width: 100%; height: 100%; object-fit: cover; }
.feu__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, var(--charbon) 0%, rgba(23,17,12,0.65) 45%, var(--charbon) 100%); }
.feu .wrap { position: relative; z-index: 2; }
.feu__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 54px); margin-top: 60px; }
.pilier { border-top: 1px solid var(--ligne-claire); padding-top: 22px; }
.pilier .num { font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--dore); }
.pilier h3 { font-size: 27px; color: var(--papier); margin: 8px 0 12px; }
.pilier p { font-size: 15px; color: rgba(245,237,223,0.72); margin: 0; line-height: 1.65; }

/* ── Signatures ── */
.sig-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.6vw, 22px); margin-top: 56px; }
.sig { position: relative; border-radius: 8px; overflow: hidden; background: var(--charbon); aspect-ratio: 3/4; display: block; }
.sig img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.sig:hover img { transform: scale(1.05); }
.sig::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,10,7,0) 38%, rgba(15,10,7,0.9) 100%); }
.sig__tag { position: absolute; top: 14px; left: 14px; z-index: 3; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--charbon); background: var(--dore); padding: 5px 11px; border-radius: 3px; }
.sig__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 20px; color: #fff; }
.sig__body h3 { font-size: 27px; color: #fff; }
.sig__body p { font-size: 13px; color: rgba(255,255,255,0.82); margin: 6px 0 0; line-height: 1.5; }
.sig__body .prix { display: inline-block; margin-top: 12px; font-family: var(--serif); font-size: 18px; color: var(--dore); }

/* ── Aperçu carte (catégories) ── */
.cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 56px; border-top: 1px solid var(--ligne); }
.cat-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 22px 8px; border-bottom: 1px solid var(--ligne); transition: padding-left .35s var(--ease), background .35s ease; }
.cat-row:hover { padding-left: 20px; background: rgba(190,67,37,0.05); }
.cat-row h3 { font-size: clamp(24px, 3vw, 34px); color: var(--encre); }
.cat-row .co { font-size: 14px; color: var(--grege); max-width: 340px; text-align: right; }
@media (min-width: 741px) { .cats .cat-row:nth-child(odd) { border-right: 1px solid var(--ligne); padding-right: 34px; } .cats .cat-row:nth-child(even) { padding-left: 34px; } .cats .cat-row:nth-child(even):hover { padding-left: 46px; } }

/* ── Bloc commande en ligne (la nouveauté) ── */
.nova { position: relative; background: var(--encre); color: var(--papier); border-radius: 12px; overflow: hidden; display: grid; grid-template-columns: 1.1fr 1fr; }
.nova__txt { padding: clamp(34px, 5vw, 68px); }
.nova__txt .kicker { color: var(--dore); }
.nova__txt .kicker::before { background: var(--dore); }
.nova__txt h2 { color: var(--papier); font-size: clamp(30px, 4vw, 52px); }
.nova__txt p { color: rgba(251,246,236,0.78); font-size: 16.5px; margin: 20px 0 30px; max-width: 420px; }
.nova__steps { display: flex; gap: 26px; margin: 0 0 34px; padding: 0; list-style: none; flex-wrap: wrap; }
.nova__steps li { font-size: 14px; color: rgba(251,246,236,0.72); }
.nova__steps b { display: block; font-family: var(--serif); font-style: italic; font-size: 30px; color: var(--dore); line-height: 1; margin-bottom: 6px; }
.nova__img { position: relative; min-height: 320px; }
.nova__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ── Infos / localisation ── */
.infos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 60px); margin-top: 56px; align-items: start; }
.info-block + .info-block { margin-top: 26px; }
.info-block h3 { font-size: 21px; color: var(--encre); margin-bottom: 8px; }
.info-block p, .info-block a { font-size: 15.5px; color: var(--grege); line-height: 1.7; }
.info-block a.tel { color: var(--tomate); font-weight: 600; }
.hours { border-top: 1px solid var(--ligne); }
.hours div { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--ligne); font-size: 15px; }
.hours span:first-child { color: var(--encre); font-weight: 500; }
.hours span:last-child { color: var(--grege); }
.map-embed { border-radius: 10px; overflow: hidden; border: 1px solid var(--ligne); min-height: 340px; height: 100%; }
.map-embed iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; filter: saturate(0.92); }
.fid { margin-top: 22px; display: inline-flex; align-items: center; gap: 12px; background: var(--creme-2); border: 1px solid var(--ligne); border-radius: 8px; padding: 14px 18px; font-size: 14.5px; color: var(--encre); }
.fid b { color: var(--tomate); }

/* ── Footer ── */
.footer { background: var(--charbon); color: var(--creme); padding: clamp(56px, 8vh, 88px) 0 34px; }
.footer__top { display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; }
.footer__brand { font-family: var(--serif); font-size: 30px; color: var(--papier); }
.footer__brand small { display: block; font-family: var(--sans); font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--grege-clair); margin-top: 6px; }
.footer p, .footer a { color: rgba(245,237,223,0.72); font-size: 14.5px; line-height: 1.8; }
.footer a:hover { color: var(--papier); }
.footer__col h4 { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--grege-clair); margin: 0 0 12px; font-family: var(--sans); font-weight: 700; }
.footer__cols { display: flex; gap: clamp(30px, 6vw, 72px); flex-wrap: wrap; }
.footer__bottom { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 13px; color: var(--grege-clair); }
.footer__bottom a { color: var(--grege-clair); }

/* ── Reveals (pattern SSLE/portfolio) ── */
.reveal { opacity: 0; transform: translateY(38px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-img { overflow: hidden; }
.reveal-img > img { clip-path: inset(12% 3% 12% 3%); transform: scale(1.1); transition: clip-path 1.15s var(--ease), transform 1.15s var(--ease); }
.reveal-img.in > img { clip-path: inset(0 0 0 0); transform: none; }

/* ── Filigrane démo ── */
.demo-mark { position: fixed; bottom: 12px; left: 12px; z-index: 90; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(36,28,21,0.4); background: rgba(251,246,236,0.7); padding: 5px 9px; border-radius: 4px; pointer-events: none; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }

@media (prefers-reduced-motion: reduce) {
  .marq__track { animation: none; }
  .reveal, .reveal-img > img { transition: none; opacity: 1; transform: none; clip-path: none; }
}

/* ── Responsive ── */
@media (max-width: 940px) {
  .sig-grid { grid-template-columns: repeat(2, 1fr); }
  .nova { grid-template-columns: 1fr; }
  .nova__img { min-height: 260px; order: -1; }
  .feu__grid { grid-template-columns: 1fr; gap: 26px; }
  .infos-grid { grid-template-columns: 1fr; }
}
@media (max-width: 740px) {
  .nav-links, .nav > .nav-cta { display: none; }
  .nav-ham { display: flex; }
  .cats { grid-template-columns: 1fr; }
  .cat-row .co { display: none; }
  .hero { align-items: flex-end; }
}

/* ===========================================================
   Commander : catalogue + panier
   =========================================================== */
.page-pad { padding-top: 74px; }
.order-head { background: var(--charbon); color: var(--papier); padding: clamp(40px,7vh,72px) 0 clamp(30px,5vh,46px); }
.order-head .kicker { color: var(--dore); }
.order-head .kicker::before { background: var(--dore); }
.order-head h1 { font-size: clamp(38px,6vw,72px); color: var(--papier); }
.order-head p { color: rgba(251,246,236,0.7); margin: 16px 0 0; max-width: 480px; }
.mode-toggle { display: inline-flex; background: rgba(255,255,255,0.08); border: 1px solid var(--ligne-claire); border-radius: 6px; padding: 4px; margin-top: 26px; }
.mode-toggle button { font-family: var(--sans); font-size: 14px; font-weight: 600; color: rgba(251,246,236,0.7); background: none; border: 0; padding: 9px 18px; border-radius: 4px; cursor: pointer; transition: background .25s ease, color .25s ease; }
.mode-toggle button.on { background: var(--tomate); color: #fff; }

.order-wrap { display: grid; grid-template-columns: 1fr 350px; gap: clamp(24px,3vw,44px); align-items: start; padding: clamp(30px,5vh,52px) 0 100px; }
.filters { position: sticky; top: 74px; z-index: 20; display: flex; flex-wrap: wrap; gap: 8px; padding: 14px 0; margin-bottom: 8px; background: var(--creme); }
.filters button { font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--encre); background: transparent; border: 1px solid var(--ligne); padding: 9px 17px; border-radius: 999px; cursor: pointer; transition: all .25s ease; }
.filters button:hover { border-color: var(--tomate); color: var(--tomate); }
.filters button.on { background: var(--encre); color: var(--papier); border-color: var(--encre); }

.cat-title { font-family: var(--serif); font-size: clamp(26px,3.4vw,38px); color: var(--encre); margin: 40px 0 4px; scroll-margin-top: 140px; }
.cat-title:first-of-type { margin-top: 8px; }
.cat-sub { font-size: 14.5px; color: var(--grege); margin: 0 0 22px; }
.menu-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 34px; }
.p-item { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; padding: 18px 0; border-bottom: 1px solid var(--ligne); }
.p-item__info { min-width: 0; }
.p-item__name { font-family: var(--serif); font-size: 21px; color: var(--encre); display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.p-item__name .badge { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--tomate); background: rgba(190,67,37,0.1); padding: 3px 8px; border-radius: 3px; }
.p-item__ing { font-size: 13.5px; color: var(--grege); margin: 5px 0 0; line-height: 1.5; }
.p-item__buy { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.size-row { display: inline-flex; gap: 6px; }
.size-btn { font-family: var(--sans); font-size: 13px; font-weight: 600; color: var(--encre); background: var(--papier); border: 1px solid var(--ligne); border-radius: 6px; padding: 7px 9px; cursor: pointer; line-height: 1.2; text-align: center; transition: all .2s ease; min-width: 62px; }
.size-btn small { display: block; font-size: 10.5px; font-weight: 500; color: var(--grege); }
.size-btn:hover { border-color: var(--tomate); }
.size-btn.on { background: var(--tomate); color: #fff; border-color: var(--tomate); }
.size-btn.on small { color: rgba(255,255,255,0.85); }
.add-btn { display: inline-flex; align-items: center; gap: 6px; font-family: var(--sans); font-size: 13px; font-weight: 600; color: #fff; background: var(--encre); border: 0; border-radius: 6px; padding: 9px 16px; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.add-btn:hover { background: var(--tomate); transform: translateY(-1px); }
.add-btn.ok { background: var(--basilic); }

/* Panier */
.cart { position: sticky; top: 90px; background: var(--papier); border: 1px solid var(--ligne); border-radius: 10px; overflow: hidden; box-shadow: 0 30px 60px -40px rgba(36,28,21,0.4); }
.cart__head { padding: 20px 22px; border-bottom: 1px solid var(--ligne); display: flex; align-items: center; justify-content: space-between; }
.cart__head h3 { font-size: 22px; }
.cart__count { font-size: 13px; color: var(--grege); }
.cart__items { max-height: 44vh; overflow-y: auto; padding: 6px 22px; }
.cart__empty { padding: 34px 22px; text-align: center; color: var(--grege); font-size: 14.5px; }
.c-line { display: flex; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--ligne); }
.c-line:last-child { border-bottom: 0; }
.c-line__main { flex: 1; min-width: 0; }
.c-line__name { font-family: var(--serif); font-size: 17px; color: var(--encre); }
.c-line__meta { font-size: 12.5px; color: var(--grege); margin-top: 2px; }
.c-line__ctrl { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--ligne); border-radius: 6px; }
.qty button { width: 26px; height: 26px; background: none; border: 0; cursor: pointer; font-size: 16px; color: var(--encre); line-height: 1; }
.qty span { min-width: 22px; text-align: center; font-size: 13px; font-weight: 600; }
.c-line__rm { font-size: 12px; color: var(--grege); background: none; border: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 2px; }
.c-line__price { font-family: var(--serif); font-size: 17px; color: var(--encre); white-space: nowrap; }
.cart__foot { padding: 18px 22px 22px; border-top: 1px solid var(--ligne); background: var(--creme-2); }
.cart__row { display: flex; justify-content: space-between; font-size: 14px; color: var(--grege); margin-bottom: 8px; }
.cart__total { display: flex; justify-content: space-between; align-items: baseline; margin: 8px 0 16px; }
.cart__total span { font-size: 14px; color: var(--encre); font-weight: 600; }
.cart__total b { font-family: var(--serif); font-size: 30px; color: var(--encre); font-weight: 400; }
.cart__cta { width: 100%; justify-content: center; }
.cart__note { font-size: 11.5px; color: var(--grege); text-align: center; margin: 12px 0 0; }

/* Panier flottant mobile */
.cart-fab { display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60; align-items: center; justify-content: space-between; background: var(--tomate); color: #fff; border: 0; border-radius: 10px; padding: 15px 20px; font-family: var(--sans); font-size: 15px; font-weight: 600; cursor: pointer; box-shadow: 0 16px 36px -14px rgba(190,67,37,0.7); }
.cart-fab b { font-family: var(--serif); font-weight: 400; }

/* Récap (modal) */
.modal { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(23,17,12,0.6); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.modal.open { display: flex; }
.modal__box { background: var(--papier); border-radius: 12px; max-width: 460px; width: 100%; padding: clamp(28px,5vw,44px); text-align: center; }
.modal__box .tick { width: 58px; height: 58px; border-radius: 50%; background: var(--basilic); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 20px; }
.modal__box h3 { font-size: 30px; margin-bottom: 12px; }
.modal__box p { color: var(--grege); font-size: 15px; margin: 0 0 8px; }
.modal__box .demo-tag { font-size: 12px; color: var(--tomate); margin-top: 16px; }

@media (max-width: 940px) {
  .order-wrap { grid-template-columns: 1fr; }
  .cart { display: none; }
  .cart.as-drawer { display: block; position: fixed; inset: auto 0 0 0; top: auto; max-height: 86vh; border-radius: 14px 14px 0 0; z-index: 210; transform: translateY(100%); transition: transform .35s var(--ease); }
  .cart.as-drawer.open { transform: none; }
  .cart-fab { display: flex; }
  .menu-list { grid-template-columns: 1fr; }
}

/* ── Contact ── */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(28px,4vw,64px); align-items: start; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 12.5px; font-weight: 600; color: var(--encre); margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; background: var(--papier); border: 1px solid var(--ligne); border-radius: 7px; padding: 13px 15px; font-family: var(--sans); font-size: 15px; color: var(--encre); outline: none; transition: border-color .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--tomate); }
.field textarea { resize: vertical; min-height: 120px; }
.field-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-ok { display: none; padding: 30px; background: var(--creme-2); border: 1px solid var(--ligne); border-radius: 10px; text-align: center; }
.form-ok.show { display: block; }
.form-ok h3 { font-size: 26px; margin-bottom: 8px; }
.form-ok p { color: var(--grege); font-size: 15px; margin: 0; }
.map-big { border-radius: 10px; overflow: hidden; border: 1px solid var(--ligne); margin-top: 56px; height: 420px; }
.map-big iframe { width: 100%; height: 100%; border: 0; filter: saturate(0.92); }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } .field-2 { grid-template-columns: 1fr; } }

/* ===========================================================
   Refonte v2 : hero vidéo, plat héros, formule midi, transitions
   =========================================================== */
.hero__bg video { width: 100%; height: 100%; object-fit: cover; }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.7); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 42px; background: linear-gradient(var(--dore), transparent); animation: cue 2.2s ease-in-out infinite; transform-origin: top; }
@keyframes cue { 0%,100% { transform: scaleY(0.3); opacity: 0.4; } 50% { transform: scaleY(1); opacity: 1; } }

/* Plat héros : grande image + texte, parallaxe + reveal */
.feature { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: stretch; gap: 0; background: var(--charbon); color: var(--papier); overflow: hidden; }
.feature__media { position: relative; overflow: hidden; min-height: 520px; }
.feature__media img { position: absolute; inset: -8% 0; width: 100%; height: 116%; object-fit: cover; }
.feature__body { padding: clamp(40px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; }
.feature__body .kicker { color: var(--dore); }
.feature__body .kicker::before { background: var(--dore); }
.feature__body h2 { color: var(--papier); font-size: clamp(38px, 5vw, 68px); }
.feature__body p { color: rgba(251,246,236,0.78); font-size: 17px; line-height: 1.7; margin: 22px 0 0; max-width: 440px; }
.feature__price { display: inline-flex; align-items: baseline; gap: 10px; margin-top: 26px; font-family: var(--serif); }
.feature__price b { font-size: 34px; color: var(--dore); font-weight: 400; }
.feature__price span { font-size: 14px; color: rgba(251,246,236,0.6); font-family: var(--sans); }
@media (max-width: 860px) { .feature { grid-template-columns: 1fr; } .feature__media { min-height: 300px; order: -1; } }

/* Formule midi : section vedette */
.formule { position: relative; background: var(--tomate); color: #fff; overflow: hidden; }
.formule::after { content: '\1F355'; position: absolute; right: -30px; bottom: -40px; font-size: 320px; opacity: 0.06; pointer-events: none; }
.formule .wrap { position: relative; z-index: 2; }
.formule .kicker { color: #fff; }
.formule .kicker::before { background: rgba(255,255,255,0.6); }
.formule h2 { color: #fff; font-size: clamp(34px, 5vw, 64px); }
.formule__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(28px, 5vw, 70px); align-items: center; margin-top: 20px; }
.formule__steps { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 2px; }
.formule__steps li { display: flex; align-items: baseline; gap: 14px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.22); font-size: 17px; }
.formule__steps li:last-child { border-bottom: 0; }
.formule__steps b { font-family: var(--serif); font-style: italic; font-size: 20px; color: rgba(255,255,255,0.75); min-width: 26px; }
.formule__card { background: rgba(0,0,0,0.16); border: 1px solid rgba(255,255,255,0.25); border-radius: 12px; padding: clamp(28px, 4vw, 44px); text-align: center; }
.formule__card .big { font-family: var(--serif); font-size: clamp(70px, 10vw, 120px); line-height: 0.9; color: #fff; }
.formule__card .big small { font-size: 28px; vertical-align: top; }
.formule__card p { color: rgba(255,255,255,0.85); font-size: 15px; margin: 12px 0 0; }
.formule__card .liv { margin-top: 16px; font-size: 13.5px; color: rgba(255,255,255,0.7); border-top: 1px solid rgba(255,255,255,0.2); padding-top: 14px; }
@media (max-width: 780px) { .formule__grid { grid-template-columns: 1fr; } }

/* À côté des pizzas : mini-cartes */
.mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.mini { background: var(--papier); border: 1px solid var(--ligne); border-radius: 10px; padding: 26px; transition: transform .35s var(--ease), box-shadow .35s ease; }
.mini:hover { transform: translateY(-5px); box-shadow: 0 26px 50px -30px rgba(36,28,21,0.4); }
.mini h3 { font-size: 24px; color: var(--encre); margin-bottom: 8px; }
.mini p { font-size: 13.5px; color: var(--grege); line-height: 1.55; margin: 0; }
.mini .from { display: inline-block; margin-top: 14px; font-family: var(--serif); font-size: 16px; color: var(--tomate); }
@media (max-width: 860px) { .mini-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .mini-grid { grid-template-columns: 1fr; } }
