
:root{
  --red:#e31b23;
  --red-dark:#b90e16;
  --yellow:#ffd11a;
  --ink:#171717;
  --muted:#6e6e73;
  --paper:#fffdf7;
  --surface:#ffffff;
  --line:#ece8df;
  --shadow:0 18px 60px rgba(20,20,20,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
button,input,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.app-shell{
  width:100%;
  min-height:100vh;
  background:var(--paper);
  overflow:hidden;
}
.topbar{
  height:78px;
  padding:12px max(22px,calc((100vw - 1440px)/2 + 34px));
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,253,247,.93);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.brand{display:flex;align-items:center;gap:11px}
.brand img{width:50px;height:50px;border-radius:14px;object-fit:contain;background:#fff}
.brand span{display:flex;flex-direction:column;line-height:1.08}
.brand strong{font-size:16px;letter-spacing:.02em}
.brand small{font-size:10px;color:var(--muted);font-weight:800;letter-spacing:.12em;margin-top:5px}
.top-actions{display:flex;align-items:center;gap:10px}
.status-dot{
  display:inline-flex;align-items:center;gap:8px;
  font-size:12px;font-weight:800;background:#eaf8ee;color:#167438;
  border-radius:999px;padding:9px 12px
}
.status-dot i{width:8px;height:8px;border-radius:50%;background:#24a855;box-shadow:0 0 0 5px rgba(36,168,85,.12)}
.icon-btn{
  width:40px;height:40px;border-radius:50%;display:grid;place-items:center;
  background:var(--ink);color:#fff
}
.icon-btn svg{width:18px;fill:currentColor}

.hero{
  min-height:clamp(560px,62vw,760px);
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  isolation:isolate;
}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 34%;z-index:-3}
.hero::after{
  content:"";position:absolute;inset:0;z-index:-2;
  background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.52) 44%,rgba(0,0,0,.1) 100%)
}
.hero-overlay{
  position:absolute;width:410px;height:410px;border-radius:50%;
  right:-90px;top:-120px;background:var(--yellow);opacity:.9;z-index:-1;
  mix-blend-mode:multiply
}
.hero-content{
  width:min(100%,1440px);margin:0 auto;
  padding:70px clamp(34px,6vw,90px) 88px;
  color:#fff
}
.hero-content>*{max-width:680px}
.eyebrow{
  display:inline-flex;
  font-size:11px;font-weight:900;letter-spacing:.18em;
  color:var(--yellow);margin-bottom:14px
}
.eyebrow.dark{color:var(--red)}
.hero h1{font-size:clamp(44px,7vw,82px);line-height:.94;letter-spacing:-.055em;margin:0 0 20px;font-weight:950}
.hero h1 span{color:var(--yellow)}
.hero p{max-width:520px;font-size:18px;line-height:1.55;color:rgba(255,255,255,.84);margin:0}
.hero-ctas{display:flex;gap:12px;margin-top:30px}
.primary-btn,.secondary-btn,.dark-btn,.whatsapp-btn{
  border:0;border-radius:14px;padding:14px 20px;font-weight:900;cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease
}
.primary-btn:hover,.secondary-btn:hover,.dark-btn:hover,.whatsapp-btn:hover{transform:translateY(-2px)}
.primary-btn{background:var(--yellow);color:var(--ink);box-shadow:0 12px 30px rgba(255,209,26,.2)}
.secondary-btn{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.32);backdrop-filter:blur(12px)}

.quick-info{
  width:min(calc(100% - 68px),1372px);margin:-28px auto 0;position:relative;z-index:5;
  background:#fff;border-radius:20px;box-shadow:var(--shadow);
  display:grid;grid-template-columns:1.35fr 1fr 1fr;overflow:hidden
}
.quick-info>a,.quick-info>div{
  display:flex;align-items:center;gap:13px;padding:20px 24px;min-height:82px
}
.quick-info>*+*{border-left:1px solid var(--line)}
.info-icon{width:37px;height:37px;border-radius:12px;display:grid;place-items:center;background:#fff4d2;color:var(--red);font-weight:900}
.quick-info span:last-child{display:flex;flex-direction:column;gap:3px;min-width:0}
.quick-info small{font-size:11px;color:var(--muted)}
.quick-info strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.promo-card{
  width:min(calc(100% - 68px),1372px);margin:70px auto 32px;
  border-radius:28px;
  overflow:hidden;
  display:grid;grid-template-columns:44% 56%;
  min-height:360px;
  background:var(--yellow);
  box-shadow:0 14px 50px rgba(212,166,0,.18)
}
.promo-card>img{width:100%;height:100%;object-fit:cover}
.promo-copy{
  padding:40px 42px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;
  background:
    radial-gradient(circle at 87% 17%,rgba(255,255,255,.55) 0 3px,transparent 4px),
    linear-gradient(135deg,#ffd41d,#ffc400);
  background-size:23px 23px,auto;
}
.promo-tag{font-size:10px;font-weight:950;letter-spacing:.16em;background:var(--red);color:#fff;padding:8px 10px;border-radius:999px}
.promo-copy h2{font-size:clamp(31px,4vw,50px);line-height:1.05;margin:18px 0 12px;letter-spacing:-.04em}
.promo-copy p{font-size:18px;line-height:1.6;margin:0 0 22px;max-width:520px}
.dark-btn{background:var(--ink);color:#fff}

.menu-section{width:min(100%,1440px);margin-inline:auto;padding:80px 34px}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}
.section-heading h2,.story-copy h2{font-size:clamp(34px,5vw,58px);letter-spacing:-.045em;line-height:1;margin:0}
.search-box{
  width:min(340px,100%);height:50px;border-radius:15px;background:#fff;border:1px solid var(--line);
  display:flex;align-items:center;gap:10px;padding:0 15px;box-shadow:0 8px 20px rgba(0,0,0,.04)
}
.search-box svg{width:19px;fill:none;stroke:var(--muted);stroke-width:2}
.search-box input{border:0;outline:0;background:transparent;width:100%;font-size:14px}

.category-tabs{
  display:flex;gap:10px;overflow:auto;padding:30px 0 20px;scrollbar-width:none
}
.category-tabs::-webkit-scrollbar{display:none}
.tab{
  border:1px solid var(--line);background:#fff;padding:11px 16px;border-radius:999px;font-weight:850;white-space:nowrap;cursor:pointer;color:#5e5e62
}
.tab.active{background:var(--ink);color:#fff;border-color:var(--ink)}

.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{
  background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;
  display:flex;flex-direction:column;min-height:100%;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease
}
.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px rgba(0,0,0,.08);border-color:#e1d9c9}
.product-media{height:205px;position:relative;overflow:hidden;background:#f1eee7}
.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.product-card:hover .product-media img{transform:scale(1.035)}
.product-badge{position:absolute;left:12px;top:12px;background:var(--yellow);color:#171717;font-size:10px;font-weight:950;padding:7px 9px;border-radius:999px;box-shadow:0 6px 16px rgba(0,0,0,.08)}
.product-content{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}
.product-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.product-title-row h3{font-size:20px;line-height:1.15;margin:0;letter-spacing:-.025em}
.product-price{font-weight:950;color:var(--red);white-space:nowrap}
.product-desc{font-size:13px;line-height:1.5;color:var(--muted);margin:0;min-height:40px}
.size-options{display:flex;gap:8px;flex-wrap:wrap}
.size-chip{
  flex:1;min-width:86px;padding:9px 10px;border:1px solid var(--line);border-radius:12px;
  background:#faf9f6;cursor:pointer;font-size:12px;font-weight:850;text-align:center
}
.size-chip.active{background:#fff1f1;border-color:#f2a5a8;color:var(--red)}
.add-btn{
  margin-top:auto;width:100%;border:0;border-radius:13px;background:var(--ink);color:#fff;
  padding:12px 14px;font-weight:900;cursor:pointer;display:flex;justify-content:center;gap:8px
}
.add-btn:hover{background:var(--red)}
.add-btn:active,.primary-btn:active,.dark-btn:active{transform:scale(.97)}
.empty-state{text-align:center;padding:70px 20px;color:var(--muted)}
.empty-state strong{display:block;color:var(--ink);font-size:19px;margin-bottom:8px}

.story-section{
  width:min(calc(100% - 68px),1372px);margin:25px auto 70px;padding:34px;
  display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;
  background:#f4f0e8;border-radius:28px
}
.story-copy p{font-size:16px;line-height:1.65;color:var(--muted);max-width:520px}
.story-badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.story-badges span{background:#fff;padding:10px 12px;border-radius:999px;font-size:12px;font-weight:850}
.story-gallery{height:470px;display:grid;grid-template-columns:1.1fr .9fr;gap:12px}
.story-gallery img{width:100%;height:100%;object-fit:cover;border-radius:20px}
.story-gallery img:last-child{margin-top:45px;height:calc(100% - 45px)}

footer{
  padding:34px max(30px,calc((100vw - 1440px)/2 + 34px)) 115px;background:#171717;color:#fff;
  display:flex;align-items:center;gap:18px;flex-wrap:wrap
}
footer img{width:54px;height:54px;object-fit:contain;background:#fff;border-radius:14px}
footer p{margin:0;color:#c7c7c7;flex:1;font-size:13px}
footer a{font-weight:900}

.cart-fab{
  position:fixed;left:50%;transform:translateX(-50%);bottom:max(16px,env(safe-area-inset-bottom));
  z-index:80;border:0;border-radius:18px;background:var(--red);color:#fff;box-shadow:0 18px 50px rgba(227,27,35,.35);
  display:flex;align-items:center;gap:10px;padding:13px 16px;cursor:pointer;min-width:310px;justify-content:center
}
.cart-fab:hover{background:var(--red-dark)}
.cart-icon{font-size:20px}
.cart-label{font-weight:900}
.cart-count{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--red);font-size:11px;font-weight:950}
.cart-fab strong{margin-left:auto;padding-left:10px;border-left:1px solid rgba(255,255,255,.25);font-size:13px}

.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.44);backdrop-filter:blur(4px);z-index:90}
.cart-drawer{
  position:fixed;right:0;top:0;bottom:0;width:min(440px,100%);z-index:100;background:#fff;
  padding:24px;display:flex;flex-direction:column;transform:translateX(105%);
  transition:transform .28s cubic-bezier(.22,.75,.25,1);box-shadow:-18px 0 60px rgba(0,0,0,.18)
}
.cart-drawer.open{transform:translateX(0)}
.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:18px}
.drawer-head small{color:var(--red);font-weight:950;letter-spacing:.13em}
.drawer-head h2{margin:4px 0 0;font-size:30px;letter-spacing:-.04em}
.close-btn{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:27px;cursor:pointer}
.cart-items{overflow:auto;flex:1;padding:15px 0}
.cart-item{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px 0;border-bottom:1px solid var(--line)}
.cart-item h4{margin:0 0 5px;font-size:15px}
.cart-item small{color:var(--muted)}
.qty-controls{display:flex;align-items:center;gap:8px;margin-top:10px}
.qty-controls button{width:29px;height:29px;border-radius:9px;border:1px solid var(--line);background:#fff;font-weight:950;cursor:pointer}
.qty-controls span{font-size:13px;font-weight:900;min-width:18px;text-align:center}
.remove-item{border:0;background:transparent;color:var(--red);font-size:12px;font-weight:850;cursor:pointer;padding:0;margin-left:6px}
.item-price{font-weight:950;color:var(--red);white-space:nowrap}
.cart-empty{text-align:center;margin:auto;padding:40px 0;color:var(--muted)}
.cart-empty span{font-size:42px;display:block;margin-bottom:10px}
.cart-empty strong{display:block;color:var(--ink);font-size:18px}
.cart-empty p{font-size:13px}
.order-note{border-top:1px solid var(--line);padding-top:16px}
.order-note label{display:block;font-size:12px;font-weight:900;margin-bottom:8px}
.order-note textarea{width:100%;resize:none;border:1px solid var(--line);border-radius:12px;padding:12px;outline:0}
.drawer-total{display:flex;justify-content:space-between;align-items:center;padding:18px 0 13px}
.drawer-total strong{font-size:21px}
.whatsapp-btn{width:100%;background:#23a455;color:#fff;font-size:14px}
.whatsapp-btn:disabled{background:#c7c7c7;cursor:not-allowed;transform:none}
.order-disclaimer{text-align:center;color:var(--muted);font-size:10px;margin:9px 0 0}
.toast{
  position:fixed;left:50%;bottom:94px;transform:translate(-50%,16px);
  background:#171717;color:#fff;padding:11px 15px;border-radius:12px;font-size:13px;font-weight:800;
  opacity:0;pointer-events:none;transition:.25s;z-index:110;box-shadow:0 12px 30px rgba(0,0,0,.18)
}
.toast.show{opacity:1;transform:translate(-50%,0)}

/* Le mouvement reste discret et respecte les préférences d’accessibilité. */
.reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .7s ease,transform .7s cubic-bezier(.2,.75,.25,1);
}
.reveal.is-visible{opacity:1;transform:none}
.product-card.reveal{transition-delay:var(--reveal-delay,0ms)}
.cart-fab.bump{animation:cart-bump .42s ease}
.status-dot i{animation:status-pulse 2s ease-out infinite}
.hero-content{animation:hero-enter .85s cubic-bezier(.2,.75,.25,1) both}
.promo-card{position:relative}
.promo-card::after{
  content:"";position:absolute;inset:-60% auto auto -15%;width:28%;height:220%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);
  transform:rotate(18deg);animation:promo-shine 5s ease-in-out infinite;pointer-events:none
}
@keyframes hero-enter{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}
@keyframes cart-bump{40%{transform:translateX(-50%) scale(1.07)}}
@keyframes status-pulse{70%{box-shadow:0 0 0 5px rgba(36,168,85,.12)}100%{box-shadow:0 0 0 11px rgba(36,168,85,0)}}
@keyframes promo-shine{0%,65%{left:-35%}100%{left:125%}}

@media (max-width:900px){
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .quick-info{grid-template-columns:1fr 1fr}
  .quick-info>*:last-child{grid-column:1/-1;border-left:0;border-top:1px solid var(--line)}
  .promo-card{grid-template-columns:1fr;min-height:0}
  .promo-card>img{height:290px}
  .story-section{grid-template-columns:1fr}
}
@media (max-width:650px){
  .app-shell{box-shadow:none}
  .topbar{height:68px;padding:9px 14px}
  .brand img{width:44px;height:44px}
  .brand strong{font-size:14px}
  .brand small{font-size:8px}
  .status-dot{display:none}
  .hero{min-height:520px}
  .hero::after{background:linear-gradient(0deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.48) 68%,rgba(0,0,0,.18) 100%)}
  .hero-img{object-position:58% center}
  .hero-content{padding:38px 22px 46px}
  .hero h1{font-size:49px}
  .hero p{font-size:15px;max-width:92%}
  .hero-ctas{width:100%}
  .hero-ctas>*{flex:1;text-align:center}
  .quick-info{margin:-18px 14px 0;grid-template-columns:1fr}
  .quick-info>a,.quick-info>div{min-height:67px;padding:14px 16px}
  .quick-info>*+*{border-left:0;border-top:1px solid var(--line)}
  .quick-info>*:last-child{grid-column:auto}
  .promo-card{margin:48px 14px 10px;border-radius:22px}
  .promo-card{width:calc(100% - 28px)}
  .promo-card>img{height:270px}
  .promo-copy{padding:28px 22px}
  .promo-copy h2{font-size:34px}
  .promo-copy p{font-size:15px}
  .menu-section{padding:56px 14px}
  .section-heading{align-items:flex-start;flex-direction:column;gap:22px}
  .search-box{width:100%}
  .products-grid{grid-template-columns:1fr;gap:14px}
  .product-card{display:grid;grid-template-columns:118px 1fr;min-height:172px}
  .product-media{height:100%;min-height:172px}
  .product-content{padding:14px;gap:8px}
  .product-title-row h3{font-size:17px}
  .product-desc{font-size:12px;min-height:0}
  .size-chip{min-width:66px;padding:7px 6px;font-size:10px}
  .add-btn{padding:10px;font-size:12px}
  .story-section{margin:0 14px 48px;padding:25px 18px}
  .story-section{width:calc(100% - 28px)}
  .story-gallery{height:330px}
  footer{padding:28px 18px 110px}
  footer p{flex-basis:70%}
  .cart-fab{width:calc(100% - 28px);min-width:0}
}
@media (min-width:901px) and (max-width:1180px){
  .products-grid{grid-template-columns:repeat(3,1fr)}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition-duration:.01ms!important}
  .reveal{opacity:1;transform:none}
}
@media (max-width:390px){
  .product-card{grid-template-columns:105px 1fr}
  .product-media{min-height:180px}
  .product-desc{display:none}
  .cart-label{font-size:13px}
}
