:root{
  --bg:#070707;
  --bg2:#0d0d0d;
  --panel:#101010;
  --panel2:#151515;
  --gold:#d99a18;
  --gold2:#f0bd45;
  --gold-dark:#8c5b08;
  --white:#f7f7f7;
  --muted:#b8b8b8;
  --line:rgba(217,154,24,.42);
  --danger:#c71920;
  --success:#43b86b;
  --radius:14px;
  --shadow:0 18px 50px rgba(0,0,0,.45);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:var(--bg);
  color:var(--white);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.45;
}

button,
input,
select,
textarea{
  font:inherit;
}

button,
a{
  -webkit-tap-highlight-color:transparent;
}

a{
  color:inherit;
  text-decoration:none;
}

.hidden{
  display:none !important;
}


/* =========================
   HEADER
========================= */

.topbar{
  min-height:112px;
  display:grid;
  grid-template-columns:330px 1fr auto;
  align-items:center;
  gap:28px;
  padding:18px 42px;
  background:#050505;
  border-bottom:1px solid rgba(217,154,24,.28);
  position:relative;
  z-index:50;
}

.brand-wrap{
  display:inline-flex;
  flex-direction:column;
  width:max-content;
}

.brand{
  color:var(--gold2);
  font-family:Georgia,"Times New Roman",serif;
  font-size:40px;
  font-weight:900;
  letter-spacing:2px;
  line-height:1;
}

.brand-slogan{
  margin-top:7px;
  color:#fff;
  font-size:15px;
  font-weight:600;
  letter-spacing:1.3px;
}

.top-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}

.top-nav a{
  padding:15px 22px;
  border:1px solid transparent;
  border-radius:8px;
  font-weight:800;
  font-size:14px;
  letter-spacing:.5px;
  transition:.2s ease;
}

.top-nav a:hover,
.top-nav a.active{
  border-color:var(--gold);
  color:#111;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
}

.top-actions{
  display:flex;
  align-items:center;
  gap:16px;
}

.account-btn,
.cart-top-btn{
  background:transparent;
  color:#fff;
  border:0;
  display:flex;
  align-items:center;
  gap:9px;
  cursor:pointer;
  font-weight:700;
  font-size:15px;
}

.cart-top-btn{
  border:1px solid rgba(217,154,24,.45);
  border-radius:10px;
  padding:12px 14px;
}

.cart-top-btn b{
  display:grid;
  place-items:center;
  min-width:25px;
  height:25px;
  padding:0 6px;
  border-radius:50%;
  background:var(--gold);
  color:#111;
  font-size:13px;
}


/* =========================
   HERO
========================= */

.hero-premium{
  position:relative;
  display:grid;
  grid-template-columns:minmax(420px,1.05fr) minmax(420px,1fr) 420px;
  min-height:565px;
  overflow:hidden;
  background:
    radial-gradient(circle at 55% 45%,rgba(217,154,24,.12),transparent 30%),
    linear-gradient(100deg,#060606 0%,#0a0a0a 58%,#090909 100%);
  border-bottom:3px solid var(--gold);
}

.hero-premium:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.18;
  pointer-events:none;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 4px,
      rgba(255,255,255,.02) 5px
    );
}

.hero-copy{
  position:relative;
  z-index:3;
  padding:58px 15px 48px 54px;
}

.hero-eyebrow{
  margin-bottom:10px;
  font-weight:900;
  font-size:18px;
  letter-spacing:2px;
}

.hero-copy h1{
  margin:0;
  font-family:Impact,"Arial Narrow",sans-serif;
  font-size:74px;
  line-height:.98;
  letter-spacing:1px;
  color:#fff;
  text-transform:uppercase;
}

.hero-copy h1 span{
  display:block;
  color:var(--gold);
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-weight:700;
  font-size:48px;
  text-transform:none;
  letter-spacing:-1px;
  margin-top:9px;
}

.hero-separator{
  width:74px;
  height:3px;
  background:var(--gold);
  margin:24px 0 20px;
}

.surveillance{
  margin:0;
  font-size:20px;
  line-height:1.35;
  letter-spacing:.5px;
}

.surveillance strong{
  color:var(--gold2);
  font-size:23px;
}

.hero-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:25px;
  font-size:14px;
}

.hero-benefits span{
  padding-right:17px;
  border-right:1px solid rgba(217,154,24,.45);
}

.hero-benefits span:last-child{
  border-right:0;
}

.phone-block{
  display:flex;
  align-items:center;
  gap:15px;
  margin-top:30px;
  width:max-content;
}

.phone-icon{
  width:55px;
  height:55px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#111;
  border-radius:50%;
  font-size:28px;
}

.phone-block strong{
  display:block;
  font-size:29px;
  letter-spacing:2px;
}

.phone-block small{
  color:var(--gold2);
  font-size:14px;
}


/* =========================
   PHOTO HERO
========================= */

.hero-food{
  position:relative;
  min-height:565px;
  overflow:hidden;
}

.food-glow{
  position:absolute;
  width:440px;
  height:440px;
  border-radius:50%;
  background:rgba(217,154,24,.16);
  filter:blur(60px);
  left:50%;
  top:46%;
  transform:translate(-50%,-50%);
}

.hero-burger{
  position:absolute;
  z-index:2;
  width:94%;
  max-width:670px;
  height:82%;
  object-fit:cover;
  object-position:center;
  border-radius:34% 34% 12% 12%;
  left:50%;
  bottom:-3%;
  transform:translateX(-50%);
  filter:saturate(1.1) contrast(1.06);
  box-shadow:0 20px 70px rgba(0,0,0,.75);
}

.hero-badge{
  position:absolute;
  left:28px;
  bottom:28px;
  z-index:4;
  padding:12px 17px;
  border:1px solid var(--gold);
  background:rgba(4,4,4,.82);
  border-radius:10px;
  backdrop-filter:blur(6px);
}

.hero-badge strong{
  display:block;
  color:var(--gold2);
}

.hero-badge span{
  display:block;
  margin-top:2px;
  color:#ddd;
  font-size:12px;
}


/* =========================
   PANIER HERO
========================= */

.cart{
  position:relative;
  z-index:5;
  align-self:center;
  margin:22px 28px 22px 5px;
  padding:25px 26px;
  background:linear-gradient(145deg,#0e0e0e,#080808);
  border:1px solid var(--gold-dark);
  border-radius:14px;
  box-shadow:var(--shadow);
}

.cartHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-bottom:20px;
}

.cartHead h2{
  margin:0;
  color:var(--gold2);
  font-size:23px;
}

#closeCart{
  border:0;
  background:transparent;
  color:#fff;
  font-size:38px;
  line-height:1;
  cursor:pointer;
}

.cart-lines{
  min-height:76px;
}

.empty-cart{
  color:#aaa;
  margin:15px 0;
}

.site-cart-line{
  padding:13px 0;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.site-cart-desc{
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-weight:700;
}

.site-cart-desc small{
  display:block;
  margin-top:4px;
  color:#aaa;
  font-weight:400;
}

.site-cart-actions{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:12px;
}

.site-cart-actions button{
  min-width:42px;
  height:42px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.18);
  background:#111;
  color:#fff;
  cursor:pointer;
  font-weight:900;
}

.site-cart-actions .cart-remove{
  width:auto;
  padding:0 17px;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#111;
  border:0;
}

.cartTotal{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 0 14px;
  margin-top:12px;
  border-top:1px solid var(--line);
  font-size:17px;
}

.cartTotal strong{
  font-size:21px;
}

.order-mode-label{
  display:block;
  margin-top:8px;
}

.order-mode-label > span{
  display:block;
  margin-bottom:8px;
  font-weight:700;
}

#orderMode{
  width:100%;
  height:50px;
  padding:0 14px;
  border:1px solid #555;
  border-radius:9px;
  background:#0c0c0c;
  color:#fff;
  font-weight:800;
}

.continue-btn{
  width:100%;
  margin-top:20px;
  padding:16px 20px;
  border:0;
  border-radius:9px;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#111;
  font-size:18px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 30px rgba(217,154,24,.18);
}

.secure-cart{
  margin-top:13px;
  text-align:center;
  color:#cfcfcf;
  font-size:13px;
}


/* =========================
   CATÉGORIES
========================= */

.category-bar{
  position:sticky;
  top:0;
  z-index:40;
  padding:10px 28px;
  background:#080808;
  border-bottom:1px solid var(--gold-dark);
  overflow-x:auto;
}

#cats{
  display:flex;
  gap:8px;
  min-width:max-content;
}

#cats button{
  min-height:50px;
  padding:0 20px;
  border-radius:8px;
  border:1px solid rgba(217,154,24,.45);
  background:#111;
  color:#fff;
  font-weight:900;
  cursor:pointer;
  transition:.18s ease;
}

#cats button:hover,
#cats button.active{
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#111;
  border-color:var(--gold2);
}


/* =========================
   CARTE PRODUITS
========================= */

.menu-section{
  padding:58px 4vw 70px;
  background:
    linear-gradient(rgba(8,8,8,.97),rgba(8,8,8,.97)),
    radial-gradient(circle at 50% 0%,rgba(217,154,24,.12),transparent 38%);
}

.section-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto 38px;
}

.section-heading > span{
  display:block;
  color:var(--gold2);
  font-weight:900;
  font-size:13px;
  letter-spacing:2px;
}

.section-heading h2{
  margin:7px 0 8px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:44px;
}

.section-heading p{
  margin:0;
  color:#aaa;
}

#products{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  max-width:1500px;
  margin:0 auto;
}

.product{
  overflow:hidden;
  background:#101010;
  border:1px solid rgba(217,154,24,.25);
  border-radius:13px;
  cursor:pointer;
  transition:.22s ease;
  box-shadow:0 14px 35px rgba(0,0,0,.25);
}

.product:hover{
  transform:translateY(-5px);
  border-color:var(--gold);
  box-shadow:0 18px 45px rgba(0,0,0,.45);
}

.product-photo{
  width:100%;
  height:220px;
  display:block;
  object-fit:cover;
  background:#1a1a1a;
}

.product > h3,
.product > div:not(.price){
  margin-left:18px;
  margin-right:18px;
}

.product h3{
  margin-top:16px;
  margin-bottom:6px;
  font-size:19px;
}

.product .price{
  padding:0 18px 18px;
  color:var(--gold2);
  font-size:22px;
  font-weight:900;
}


/* =========================
   INFOS BAS DE PAGE
========================= */

.info-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#090909;
  border-top:1px solid var(--gold-dark);
  border-bottom:1px solid var(--gold-dark);
  padding:32px 32px;
}

.info-box{
  display:flex;
  gap:18px;
  padding:0 28px;
  min-height:190px;
  border-right:1px solid rgba(217,154,24,.28);
}

.info-box:last-child{
  border-right:0;
}

.info-icon{
  flex:0 0 44px;
  color:var(--gold2);
  font-size:34px;
  line-height:1;
}

.info-box h3{
  margin:0 0 13px;
  color:var(--gold2);
  font-size:20px;
}

.info-box p{
  margin:6px 0;
  color:#ddd;
}

.gold-link{
  color:var(--gold2);
  text-decoration:underline;
}

.payment-logos{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.payment-logos span{
  min-width:58px;
  padding:6px 9px;
  border-radius:5px;
  background:#f4f4f4;
  color:#111;
  text-align:center;
  font-size:13px;
  font-weight:900;
}


/* =========================
   FOOTER
========================= */

.footer{
  min-height:82px;
  padding:20px 38px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:20px;
  background:#050505;
  color:#cfcfcf;
  font-size:14px;
}

.footer nav{
  display:flex;
  gap:28px;
}

.footer nav a{
  color:var(--gold2);
  text-decoration:underline;
}

.socials{
  justify-self:end;
  display:flex;
  gap:16px;
}

.socials span{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:1px solid var(--gold);
  color:var(--gold2);
  border-radius:50%;
  font-weight:900;
}


/* =========================
   MODALE PRODUIT
========================= */

.product-modal,
.checkout-modal{
  position:fixed;
  inset:0;
  z-index:200;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(0,0,0,.78);
  backdrop-filter:blur(5px);
}

.product-modal-card,
.checkout-card{
  width:min(720px,100%);
  max-height:92vh;
  overflow:auto;
  background:#0d0d0d;
  border:1px solid var(--gold-dark);
  border-radius:16px;
  box-shadow:0 30px 100px rgba(0,0,0,.8);
}

.product-modal-head,
.checkout-head{
  position:sticky;
  top:0;
  z-index:3;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  padding:22px 24px;
  background:#0b0b0b;
  border-bottom:1px solid var(--line);
}

.product-modal-head small,
.checkout-head small{
  color:var(--gold2);
  font-weight:900;
  letter-spacing:1px;
}

.product-modal-head h2,
.checkout-head h2{
  margin:3px 0 0;
}

.product-modal-head button,
.checkout-head button{
  border:0;
  background:transparent;
  color:#fff;
  font-size:36px;
  cursor:pointer;
}

#productModalOptions{
  padding:20px 24px;
}

.site-option-group{
  margin-bottom:22px;
  padding-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,.1);
}

.site-option-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
  font-weight:900;
}

.site-option-choices{
  display:grid;
  gap:9px;
}

.site-option-choices label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:48px;
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  background:#121212;
}

.product-modal-total{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 24px;
  border-top:1px solid var(--line);
  font-size:18px;
}

.product-modal-total strong{
  color:var(--gold2);
  font-size:24px;
}

.product-modal-add{
  width:calc(100% - 48px);
  margin:0 24px 24px;
  padding:16px;
  border:0;
  border-radius:8px;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#111;
  font-weight:900;
  cursor:pointer;
}


/* =========================
   CHECKOUT
========================= */

.checkout-card{
  width:min(820px,100%);
}

.checkout-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  padding:0 24px;
  border-bottom:1px solid rgba(255,255,255,.1);
}

.checkout-steps span{
  padding:15px 8px;
  text-align:center;
  color:#888;
  font-size:13px;
  font-weight:800;
}

.checkout-steps span.active{
  color:var(--gold2);
  border-bottom:3px solid var(--gold);
}

.checkout-step{
  padding:24px;
}

.checkout-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.checkout-step label{
  display:block;
  margin-bottom:16px;
  color:#ddd;
  font-weight:700;
}

.checkout-step input,
.checkout-step select,
.checkout-step textarea{
  width:100%;
  margin-top:7px;
  padding:13px 14px;
  border:1px solid #444;
  border-radius:8px;
  outline:none;
  background:#111;
  color:#fff;
}

.checkout-step input:focus,
.checkout-step select:focus,
.checkout-step textarea:focus{
  border-color:var(--gold);
}

.checkout-step textarea{
  min-height:90px;
  resize:vertical;
}

.checkout-primary{
  min-height:52px;
  padding:0 22px;
  border:0;
  border-radius:8px;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#111;
  font-weight:900;
  cursor:pointer;
}

.checkout-nav{
  display:flex;
  justify-content:space-between;
  gap:15px;
  margin-top:18px;
}

.checkout-nav > button:first-child{
  padding:0 20px;
  min-height:50px;
  border:1px solid #555;
  border-radius:8px;
  background:#111;
  color:#fff;
}

.mode-buttons{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:20px;
}

.mode-buttons button{
  padding:15px;
  border:1px solid #555;
  border-radius:8px;
  background:#111;
  color:#fff;
  font-weight:900;
}

.mode-buttons button.active{
  border-color:var(--gold);
  background:rgba(217,154,24,.14);
  color:var(--gold2);
}

.delivery-zone-info{
  margin:15px 0;
  padding:13px 15px;
  border-radius:8px;
  background:#151515;
}

.delivery-zone-info.ok{
  border:1px solid var(--success);
}

.delivery-zone-info.warning{
  border:1px solid var(--gold);
}

.delivery-zone-info.blocked{
  border:1px solid var(--danger);
}

.checkout-summary{
  display:grid;
  gap:14px;
}

.co-summary-block{
  padding:16px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:8px;
  background:#111;
}

.co-summary-block h3{
  margin:0 0 9px;
  color:var(--gold2);
}

.co-summary-line{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:7px 0;
}

.co-summary-total{
  display:flex;
  justify-content:space-between;
  padding:18px 4px;
  font-size:21px;
  font-weight:900;
}

.co-summary-total strong{
  color:var(--gold2);
}

.checkout-note{
  margin-top:12px;
  color:#aaa;
  font-size:13px;
}


/* =========================
   TABLETTE
========================= */

@media(max-width:1180px){

  .topbar{
    grid-template-columns:1fr auto;
    padding:18px 24px;
  }

  .top-nav{
    display:none;
  }

  .hero-premium{
    grid-template-columns:1.05fr .95fr;
  }

  .cart-desktop{
    grid-column:1 / -1;
    margin:0 24px 28px;
  }

  .hero-food{
    min-height:500px;
  }

  .hero-copy h1{
    font-size:58px;
  }

  .hero-copy h1 span{
    font-size:39px;
  }

  #products{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .info-strip{
    grid-template-columns:1fr 1fr;
  }

  .info-box{
    border-bottom:1px solid rgba(217,154,24,.25);
    padding:25px;
  }
}


/* =========================
   MOBILE / TABLETTE PORTRAIT
========================= */

@media(max-width:760px){

  .topbar{
    min-height:auto;
    padding:14px 16px;
    grid-template-columns:1fr auto;
  }

  .brand{
    font-size:27px;
  }

  .brand-slogan{
    font-size:11px;
  }

  .account-btn{
    display:none;
  }

  .cart-top-btn span{
    display:none;
  }

  .hero-premium{
    display:block;
    min-height:auto;
  }

  .hero-copy{
    padding:36px 22px 20px;
  }

  .hero-eyebrow{
    font-size:14px;
  }

  .hero-copy h1{
    font-size:46px;
  }

  .hero-copy h1 span{
    font-size:31px;
  }

  .surveillance{
    font-size:15px;
  }

  .surveillance strong{
    font-size:17px;
  }

  .hero-benefits{
    gap:8px 12px;
  }

  .phone-block strong{
    font-size:23px;
  }

  .hero-food{
    min-height:360px;
  }

  .hero-burger{
    height:92%;
    width:96%;
  }

  .hero-badge{
    left:16px;
    bottom:15px;
  }

  .cart{
    margin:0 14px 18px;
  }

  .category-bar{
    padding:9px 12px;
  }

  #cats button{
    min-height:45px;
    padding:0 15px;
    font-size:13px;
  }

  .menu-section{
    padding:38px 14px 50px;
  }

  .section-heading h2{
    font-size:36px;
  }

  #products{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }

  .product-photo{
    height:160px;
  }

  .product h3{
    font-size:16px;
  }

  .product .price{
    font-size:19px;
  }

  .info-strip{
    grid-template-columns:1fr;
    padding:12px 20px;
  }

  .info-box{
    border-right:0;
    padding:24px 5px;
  }

  .footer{
    grid-template-columns:1fr;
    text-align:center;
  }

  .footer nav{
    justify-content:center;
  }

  .socials{
    justify-self:center;
  }

  .checkout-grid{
    grid-template-columns:1fr;
    gap:0;
  }
}


/* =========================
   PETIT MOBILE
========================= */

@media(max-width:480px){

  #products{
    grid-template-columns:1fr;
  }

  .product-photo{
    height:215px;
  }

  .hero-copy h1{
    font-size:39px;
  }

  .hero-copy h1 span{
    font-size:27px;
  }

  .cart{
    padding:20px 18px;
  }
}
/* ===== FENÊTRE OPTIONS BÉCHÉFAA — FOND BLANC ===== */

.product-modal{
  background:rgba(0,0,0,.72);
}

.product-modal-card{
  background:#ffffff;
  color:#111111;
  border:2px solid #d99a18;
  border-radius:18px;
  box-shadow:0 25px 80px rgba(0,0,0,.55);
}

.product-modal-head{
  background:#ffffff;
  color:#111111;
  border-bottom:2px solid #d99a18;
}

.product-modal-head small{
  color:#b87900;
  font-weight:900;
}

.product-modal-head h2{
  color:#111111;
}

.product-modal-head button{
  color:#111111;
}

#productModalOptions{
  background:#ffffff;
}

.site-option-group{
  border-bottom:1px solid #dddddd;
}

.site-option-head{
  color:#111111;
}

.site-option-head small{
  color:#777777;
}

/* Boutons de choix */

.option-choice{
  width:100%;
  min-height:52px;
  padding:12px 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;

  border:2px solid #d99a18;
  border-radius:10px;

  background:#ffffff;
  color:#111111;

  font-weight:800;
  text-align:left;
  cursor:pointer;

  transition:.15s ease;
}

.option-choice b{
  color:#b87900;
}

/* Quand on appuie */

.option-choice:active{
  transform:scale(.98);
}

/* OPTION SÉLECTIONNÉE */

.option-choice.selected{
  background:#d99a18 !important;
  color:#111111 !important;
  border-color:#111111 !important;
  box-shadow:0 0 0 2px #d99a18;
}

.option-choice.selected b{
  color:#111111 !important;
}

/* Petit repère ✓ sur l'option sélectionnée */

.option-choice.selected::after{
  content:"✓";
  width:26px;
  height:26px;
  flex:0 0 26px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#111111;
  color:#ffffff;
  font-weight:900;
}

/* Total */

.product-modal-total{
  background:#f7f7f7;
  color:#111111;
  border-top:1px solid #dddddd;
}

.product-modal-total strong{
  color:#b87900;
}

/* Ajouter au panier */

.product-modal-add{
  background:#111111;
  color:#ffffff;
  border:2px solid #d99a18;
  font-size:17px;
}

.product-modal-add:active{
  background:#d99a18;
  color:#111111;
}


/* =========================================
   BÉCHÉFAA — AJUSTEMENTS DESIGN FINAL
========================================= */

/* LOGO OFFICIEL */

.brand-wrap{
  display:flex;
  align-items:center;
  gap:14px;
}

.brand-logo{
  width:74px;
  height:74px;
  object-fit:contain;
  border-radius:8px;
}

.brand-text{
  display:flex;
  flex-direction:column;
}

.brand{
  font-size:36px;
  line-height:1;
}

.brand-slogan{
  margin-top:6px;
  color:#d99a18;
  font-size:14px;
  font-weight:900;
  letter-spacing:2px;
}


/* =========================================
   PANIER COMPACT À DROITE DU HERO
========================================= */

.hero-premium{
  grid-template-columns:minmax(390px,1fr) minmax(420px,1.15fr) 355px;
  min-height:520px;
}

.cart-desktop{
  align-self:start;
  width:auto;
  margin:18px 24px 18px 0;
  padding:18px 20px;
  border-radius:12px;
  min-height:0;
}

.cartHead{
  margin-bottom:12px;
}

.cartHead h2{
  font-size:19px;
}

#closeCart{
  font-size:28px;
}

.cart-lines{
  min-height:42px;
  max-height:190px;
  overflow-y:auto;
}

.empty-cart{
  margin:10px 0;
  font-size:14px;
}

.cartTotal{
  padding:13px 0 9px;
  margin-top:8px;
  font-size:15px;
}

.cartTotal strong{
  font-size:17px;
}

.order-mode-label{
  font-size:14px;
}

#orderMode{
  height:44px;
  font-size:14px;
}

.continue-btn{
  margin-top:13px;
  padding:13px;
  font-size:16px;
}

.secure-cart{
  margin-top:9px;
  font-size:12px;
}


/* PETITES PHOTOS DANS LE PANIER */

.site-cart-desc{
  display:grid;
  grid-template-columns:52px 1fr auto;
  align-items:center;
  gap:10px;
}

.site-cart-desc img{
  width:52px;
  height:52px;
  object-fit:cover;
  border-radius:7px;
}

.site-cart-desc small{
  line-height:1.25;
}

.site-cart-actions{
  justify-content:flex-end;
}

.site-cart-actions button{
  min-width:34px;
  height:34px;
}

.site-cart-actions .cart-remove{
  padding:0 10px;
  font-size:12px;
}


/* =========================================
   FENÊTRE PERSONNALISER — BLANCHE
========================================= */

.product-modal-card{
  background:#fff;
  color:#111;
  border:2px solid #d99a18;
  max-width:760px;
}

.product-modal-head{
  background:#fff;
  color:#111;
  border-bottom:2px solid #d99a18;
}

.product-modal-head h2{
  color:#111;
}

.product-modal-head small{
  color:#a96d00;
}

.product-modal-head button{
  color:#111;
}

#productModalOptions{
  background:#fff;
  padding:18px 22px;
}

.site-option-group{
  border-bottom:1px solid #ddd;
  padding-bottom:17px;
  margin-bottom:17px;
}

.site-option-head{
  color:#111;
  margin-bottom:10px;
}

.site-option-head span{
  font-size:17px;
}

.site-option-head small{
  color:#777;
}


/* OPTIONS EN PETITS BOUTONS CÔTE À CÔTE */

.site-option-choices{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.option-choice{
  width:auto;
  min-height:40px;
  padding:8px 13px;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;

  border:1.5px solid #d99a18;
  border-radius:8px;

  background:#fff;
  color:#111;

  font-size:14px;
  font-weight:800;
  cursor:pointer;
}

.option-choice b{
  color:#a96d00;
  font-size:12px;
}

.option-choice:hover{
  background:#fff8e8;
}

.option-choice.selected{
  background:#d99a18 !important;
  color:#111 !important;
  border-color:#111 !important;
  box-shadow:0 0 0 1px #d99a18;
}

.option-choice.selected b{
  color:#111 !important;
}

.option-choice.selected::after{
  content:"✓";
  display:inline-grid;
  place-items:center;
  width:20px;
  height:20px;
  margin-left:3px;
  border-radius:50%;
  background:#111;
  color:#fff;
  font-size:12px;
  font-weight:900;
}


/* TOTAL ET AJOUT PANIER */

.product-modal-total{
  background:#f5f5f5;
  color:#111;
  border-top:1px solid #ddd;
}

.product-modal-total strong{
  color:#b87900;
}

.product-modal-add{
  background:#111;
  color:#fff;
  border:2px solid #d99a18;
}

.product-modal-add:hover{
  background:#d99a18;
  color:#111;
}


/* =========================================
   RESPONSIVE TABLETTE
========================================= */

@media(max-width:1180px){

  .hero-premium{
    grid-template-columns:1fr 1fr;
  }

  .cart-desktop{
    grid-column:1 / -1;
    width:calc(100% - 40px);
    margin:0 20px 22px;
  }

  .brand-logo{
    width:62px;
    height:62px;
  }

  .brand{
    font-size:31px;
  }
}


/* =========================================
   RESPONSIVE MOBILE
========================================= */

@media(max-width:760px){

  .brand-logo{
    width:48px;
    height:48px;
  }

  .brand{
    font-size:24px;
  }

  .brand-slogan{
    font-size:10px;
  }

  .hero-premium{
    display:block;
  }

  .cart-desktop{
    width:calc(100% - 28px);
    margin:0 14px 18px;
  }

  .site-option-choices{
    gap:7px;
  }

  .option-choice{
    min-height:42px;
    padding:8px 11px;
    font-size:13px;
  }
}
