:root{--cream:#fff8e8;--paper:#fffdf8;--ink:#2a1b18;--muted:#735f56;--pink:#c80a58;--pink-dark:#98043f;--green:#34720e;--gold:#d9a62e;--line:#ecdcb9;--shadow:0 20px 50px rgba(93,47,17,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,78px);background:rgba(255,253,248,.95);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(217,166,46,.22)}.brand{display:flex;align-items:center;gap:12px;font-family:'Playfair Display',serif;font-weight:800;font-size:1.25rem}.brand img{width:58px;height:58px;object-fit:cover;border-radius:50%}.site-header nav{display:flex;gap:34px;font-weight:600}.site-header nav a:hover{color:var(--pink)}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--pink);color:#fff;padding:14px 24px;font:700 1rem 'DM Sans',sans-serif;cursor:pointer;box-shadow:0 8px 20px rgba(200,10,88,.22);transition:.2s transform,.2s background}.button:hover{background:var(--pink-dark);transform:translateY(-2px)}.button-small{padding:10px 19px;font-size:.92rem}.hero{min-height:630px;position:relative;display:flex;align-items:center;overflow:hidden;background:#3a1d10}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(35,13,7,.84) 0%,rgba(35,13,7,.62) 34%,rgba(35,13,7,.08) 68%,rgba(35,13,7,.03))}.hero-content{position:relative;color:#fff;width:min(1180px,90vw);margin:auto}.hero-content>*{max-width:590px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:800;color:var(--green)}.hero .eyebrow{color:#ffd86e}.hero h1,.section h2,.feature h2,.contact-section h2{font-family:'Playfair Display',serif;line-height:1.03;margin:.22em 0}.hero h1{font-size:clamp(3.6rem,7vw,6.8rem);letter-spacing:-.045em}.hero p{font-size:1.18rem;line-height:1.65}.hero-actions{display:flex;gap:24px;align-items:center;margin-top:28px}.text-link{font-weight:700;border-bottom:1px solid rgba(255,255,255,.7)}.promise{display:grid;grid-template-columns:repeat(3,1fr);max-width:1100px;margin:-36px auto 0;position:relative;z-index:2;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:25px 20px}.promise div{display:flex;flex-direction:column;align-items:center}.promise div+div{border-left:1px solid var(--line)}.promise strong{color:var(--pink);font-size:1.06rem}.promise span{color:var(--muted);font-size:.92rem}.section{max-width:1180px;margin:auto;padding:105px 24px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:42px}.section-heading h2,.feature h2,.contact-section h2{font-size:clamp(2.25rem,4vw,4rem);letter-spacing:-.035em}.section-heading p{max-width:450px;color:var(--muted)}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.menu-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;display:flex;flex-direction:column;min-height:215px;box-shadow:0 8px 25px rgba(90,49,24,.05);transition:.2s}.menu-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.menu-card .dish-icon{font-size:2rem}.menu-card h3{font:700 1.35rem 'Playfair Display',serif;margin:13px 0 5px}.menu-card p{color:var(--muted);margin:0 0 18px}.menu-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.price{font-weight:800;color:var(--green)}.add-button{width:42px;height:42px;border-radius:50%;border:1px solid var(--pink);background:#fff;color:var(--pink);font-size:1.55rem;cursor:pointer}.add-button:hover{background:var(--pink);color:#fff}.feature{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;background:var(--cream)}.feature-image{height:620px;overflow:hidden}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-copy{padding:clamp(45px,7vw,110px)}.feature-copy p,.feature-copy li{color:var(--muted)}.feature-copy ul{padding-left:20px}.feature-copy li{margin:14px 0}.order-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.order-intro h2{font-size:clamp(2.4rem,4vw,4rem)}.order-intro p{color:var(--muted)}.order-intro ol{list-style:none;padding:15px 0;margin:20px 0}.order-intro li{display:flex;align-items:center;gap:12px;margin:16px 0;font-weight:600}.order-intro li span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--cream);color:var(--pink);border:1px solid var(--line)}.order-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.order-card-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:18px}.order-card h3{font:700 1.7rem 'Playfair Display',serif;margin:0}.order-card-head span{font-weight:700;color:var(--green)}.order-lines{padding:14px 0}.empty-order{color:var(--muted);text-align:center;background:var(--cream);padding:18px;border-radius:12px}.order-line{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #f3ead6}.qty{display:flex;align-items:center;gap:8px}.qty button{border:1px solid var(--line);background:#fff;border-radius:50%;width:28px;height:28px;cursor:pointer}.remove{border:0;background:none;color:var(--pink);cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}label,legend{font-weight:600;font-size:.92rem}input,textarea{display:block;width:100%;margin-top:7px;border:1px solid #d8c7a5;border-radius:10px;padding:12px;font:inherit;background:#fff}input:focus,textarea:focus{outline:3px solid rgba(200,10,88,.14);border-color:var(--pink)}fieldset{border:0;padding:17px 0;margin:0}.choice{display:inline-flex;align-items:center;margin-right:22px;font-weight:500}.choice input{width:auto;margin:0 8px 0 0}.whatsapp{width:100%;margin-top:18px;background:#238b45}.whatsapp:hover{background:#176d34}.form-note{text-align:center;color:var(--muted);font-size:.82rem;margin-bottom:0}.contact-section{display:grid;grid-template-columns:160px 1fr auto;gap:38px;align-items:center;margin:0 auto 70px;max-width:1180px;padding:38px;background:var(--pink-dark);color:#fff;border-radius:24px}.contact-section img{width:150px;height:150px;border-radius:50%;object-fit:cover}.contact-section .eyebrow{color:#ffdd74}.contact-section h2{font-size:2.8rem}.contact-section p{margin:0;opacity:.85}.button.light{background:#fff;color:var(--pink-dark);white-space:nowrap}footer{background:#291713;color:#fff;padding:45px clamp(22px,5vw,78px);display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}footer div:first-child{display:flex;flex-direction:column}footer strong{font:700 1.35rem 'Playfair Display',serif}footer span,footer p{color:#cbbab3}.footer-links{display:flex;gap:28px;font-weight:700}footer p{grid-column:1/-1;font-size:.8rem;margin:0}.mobile-order{display:none}
@media(max-width:850px){.site-header nav,.site-header>.button{display:none}.hero{min-height:690px;align-items:end}.hero-image{object-position:58% center}.hero-shade{background:linear-gradient(0deg,rgba(35,13,7,.92) 0%,rgba(35,13,7,.58) 58%,rgba(35,13,7,.1))}.hero-content{padding-bottom:70px}.hero h1{font-size:3.7rem}.promise{margin:0;border-radius:0;box-shadow:none}.menu-grid{grid-template-columns:repeat(2,1fr)}.section-heading,.order-section{display:block}.section-heading p{margin-top:20px}.feature{grid-template-columns:1fr}.feature-image{height:430px}.order-intro{margin-bottom:40px}.contact-section{margin:0;border-radius:0;grid-template-columns:90px 1fr}.contact-section img{width:90px;height:90px}.contact-section .button{grid-column:1/-1}.mobile-order{display:block;position:fixed;bottom:0;left:0;right:0;padding:10px 18px;background:rgba(255,255,255,.94);z-index:30;border-top:1px solid var(--line)}.mobile-order .button{width:100%;padding:12px}body{padding-bottom:70px}}
@media(max-width:560px){.site-header{height:70px;padding:0 16px}.brand img{width:48px;height:48px}.brand span{font-size:1.05rem}.hero{min-height:620px}.hero-content{width:auto;margin:0 20px 50px}.hero h1{font-size:3.2rem}.hero p{font-size:1.02rem}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.promise{grid-template-columns:1fr;padding:0 20px}.promise div{padding:15px 0}.promise div+div{border-left:0;border-top:1px solid var(--line)}.section{padding:75px 18px}.menu-grid{grid-template-columns:1fr}.feature-image{height:330px}.feature-copy{padding:55px 22px}.form-grid{grid-template-columns:1fr}.order-card{padding:22px 17px}.order-line{grid-template-columns:1fr auto}.order-line .remove{grid-column:1/-1;text-align:right}.contact-section{padding:35px 20px;grid-template-columns:1fr;text-align:center}.contact-section img{margin:auto}.contact-section h2{font-size:2.25rem}footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}}
.brand img{width:64px;height:68px;object-fit:contain;border-radius:0;filter:drop-shadow(0 4px 5px rgba(74,28,12,.16))}.contact-section img{width:160px;height:170px;border-radius:0;object-fit:contain;filter:drop-shadow(0 12px 14px rgba(38,8,15,.28))}.site-header nav .active{color:var(--pink)}.gallery-page{background:linear-gradient(180deg,var(--cream),#fff 34%)}.gallery-hero{min-height:470px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;max-width:1180px;margin:auto;padding:70px 24px 25px}.gallery-hero h1{font:800 clamp(3.1rem,6vw,6rem)/.98 'Playfair Display',serif;letter-spacing:-.045em;margin:.18em 0}.gallery-hero p{max-width:650px;color:var(--muted);font-size:1.08rem}.gallery-hero img{height:400px;width:100%;object-fit:contain;filter:drop-shadow(0 22px 25px rgba(74,28,12,.17))}.gallery-grid{max-width:1180px;margin:auto;padding:35px 24px 100px;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:360px;gap:18px}.gallery-item{position:relative;border:0;padding:0;border-radius:20px;overflow:hidden;background:#eee;cursor:zoom-in;box-shadow:var(--shadow)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.gallery-item:hover img{transform:scale(1.035)}.gallery-item span{position:absolute;left:18px;bottom:16px;background:rgba(42,27,24,.82);color:#fff;border-radius:999px;padding:8px 15px;font-weight:700;backdrop-filter:blur(8px)}.gallery-wide{grid-column:1/-1}.gallery-note{max-width:1180px;margin:0 auto 80px;padding:45px;border:1px solid var(--line);border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:35px;background:#fff}.gallery-note h2{font:700 clamp(2rem,4vw,3.3rem)/1.08 'Playfair Display',serif;margin:.2em 0}.gallery-note p{max-width:700px;color:var(--muted)}.gallery-note .button{white-space:nowrap}.lightbox{width:min(1100px,92vw);max-width:none;border:0;border-radius:18px;padding:12px;background:#211513;color:#fff;box-shadow:0 30px 100px #000}.lightbox::backdrop{background:rgba(15,7,5,.85);backdrop-filter:blur(5px)}.lightbox img{width:100%;max-height:78vh;object-fit:contain;border-radius:11px}.lightbox p{text-align:center;margin:10px 0 4px;font-weight:700}.lightbox-close{position:absolute;right:22px;top:20px;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:1.8rem;line-height:1;cursor:pointer;color:#211513}
@media(max-width:850px){.gallery-hero{grid-template-columns:1fr;min-height:auto;text-align:center;padding-top:55px}.gallery-hero p{margin-left:auto;margin-right:auto}.gallery-hero img{height:330px}.gallery-grid{grid-auto-rows:300px}.gallery-note{margin:0 20px 60px}}
@media(max-width:560px){.brand img{width:48px;height:54px}.gallery-hero h1{font-size:3.25rem}.gallery-hero img{height:285px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:280px;padding:20px 16px 70px}.gallery-wide{grid-column:auto}.gallery-note{display:block;padding:32px 22px}.gallery-note .button{margin-top:15px;width:100%}}
.menu-card .dish-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#fff4d4,#fffaf0);color:var(--pink);border:1px solid #efd79b;box-shadow:0 7px 16px rgba(160,99,21,.1)}.menu-card:nth-child(3n+2) .dish-icon{color:var(--green)}.menu-card .dish-icon svg{width:27px;height:27px}.menu-card:hover .dish-icon{background:var(--pink);color:#fff;border-color:var(--pink)}

/* Panier visible pendant la sélection */
.menu-section{max-width:1320px}.menu-shopping-layout{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:24px;align-items:start}.menu-shopping-layout .menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-cart{position:sticky;top:106px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.menu-cart-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--line)}.menu-cart-head h3{font:700 1.55rem 'Playfair Display',serif;margin:.1em 0 0}.cart-count{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border-radius:999px;background:var(--pink);color:#fff;font-weight:800}.menu-cart-lines{padding:10px 0;max-height:330px;overflow:auto}.menu-cart-lines .order-line{grid-template-columns:minmax(0,1fr) auto}.menu-cart-lines .remove{grid-column:1/-1;text-align:right;font-size:.8rem}.menu-cart-total{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:16px;color:var(--muted);font-size:.86rem}.menu-cart-total strong{color:var(--green);text-align:right}.menu-cart-button{width:100%;padding:12px 15px;margin-top:8px;font-size:.92rem}
@media(max-width:850px){.menu-shopping-layout{display:block}.menu-cart{display:none}.mobile-order{display:flex;align-items:center;justify-content:space-between;gap:14px}.mobile-order div{display:flex;flex-direction:column;line-height:1.25}.mobile-order strong{color:var(--pink)}.mobile-order span{font-size:.75rem;color:var(--muted)}.mobile-order .button{width:auto;padding:11px 18px;font-size:.88rem}}
@media(max-width:560px){.menu-shopping-layout .menu-grid{grid-template-columns:1fr}.mobile-order{padding:9px 12px}.mobile-order .button{padding:10px 14px}}
.menu-cart-button:disabled{background:#cabeb8;color:#fff;box-shadow:none;cursor:not-allowed;transform:none}.cart-attention{animation:cartPulse .85s ease}@keyframes cartPulse{0%,100%{box-shadow:var(--shadow)}45%{box-shadow:0 0 0 5px rgba(200,10,88,.18),0 22px 55px rgba(93,47,17,.18)}}.mobile-cart-overlay{display:none}
@media(max-width:850px){body.cart-open{overflow:hidden}.mobile-cart-overlay{display:flex;position:fixed;inset:0;z-index:50;background:rgba(42,27,24,.48);align-items:flex-end}.mobile-cart-overlay[hidden]{display:none}.mobile-cart-sheet{width:100%;max-height:78vh;overflow:auto;background:#fff;border-radius:24px 24px 0 0;padding:22px 20px calc(24px + env(safe-area-inset-bottom));box-shadow:0 -20px 60px rgba(42,27,24,.25);animation:sheetUp .25s ease}.mobile-cart-sheet .menu-cart-head h3{font:700 1.55rem 'Playfair Display',serif;margin:.1em 0 0}.mobile-cart-close{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:1.65rem;line-height:1;cursor:pointer}.mobile-cart-sheet .menu-cart-lines{max-height:38vh}.mobile-cart-sheet .order-line{grid-template-columns:minmax(0,1fr) auto}.mobile-cart-sheet .remove{grid-column:1/-1;text-align:right}.mobile-cart-sheet .menu-cart-button{width:100%}@keyframes sheetUp{from{transform:translateY(100%)}to{transform:translateY(0)}}}
