
:root{
  --bg:#070707;
  --panel:#101010;
  --panel-2:#151515;
  --line:#2a2a2a;
  --text:#f5f5f5;
  --muted:#9f9f9f;
  --orange:#ff6a00;
  --orange-2:#ff8a00;
  --yellow:#ffc107;
  --green:#43b047;
  --shadow:0 24px 80px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Montserrat',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 80% 5%,rgba(255,106,0,.09),transparent 25%),
    var(--bg);
  color:var(--text);
}
button,input,textarea{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
.topbar{
  height:88px;
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 5vw;
  background:rgba(7,7,7,.88);
  border-bottom:1px solid rgba(255,106,0,.18);
  backdrop-filter:blur(16px);
}
.brand{display:flex;align-items:center;gap:14px;min-width:max-content}
.brand img{width:58px;height:58px;object-fit:contain;border-radius:50%}
.brand-text{display:flex;flex-direction:column}
.brand-text>span{font-size:23px;font-weight:900;letter-spacing:.04em}
.brand-text b{color:var(--orange)}
.brand-text small{font-size:10px;text-transform:uppercase;color:var(--muted);letter-spacing:.18em;margin-top:3px}
.desktop-nav{display:flex;gap:28px;color:#d0d0d0;font-size:14px;font-weight:700}
.desktop-nav a:hover{color:var(--orange)}
.cart-button{
  border:1px solid rgba(255,106,0,.55);
  background:#111;
  color:#fff;
  padding:11px 14px;
  border-radius:12px;
  display:flex;gap:10px;align-items:center;font-weight:800
}
.cart-button strong{
  display:grid;place-items:center;
  min-width:24px;height:24px;padding:0 6px;
  border-radius:999px;background:var(--orange);color:#fff
}
main{overflow:hidden}
.hero{
  min-height:650px;
  padding:70px 6vw 55px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  max-width:1440px;
  margin:auto;
}
.eyebrow{text-transform:uppercase;color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.18em}
.hero h1,.menu-section h2,.combo-card h2,.about h2{
  margin:14px 0 16px;
  line-height:.9;
  font-size:clamp(54px,7vw,108px);
  letter-spacing:-.045em;
  font-weight:900;
}
.hero h1 span{color:var(--orange)}
.hero-copy>p{max-width:600px;color:#bdbdbd;font-size:18px;line-height:1.65}
.hero-actions{display:flex;gap:12px;margin-top:30px}
.btn{
  border:none;
  border-radius:11px;
  padding:15px 21px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:.18s transform,.18s background,.18s border
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:white;box-shadow:0 12px 35px rgba(255,106,0,.22)}
.btn-secondary{background:#111;color:#fff;border:1px solid #333}
.btn-wide{width:100%}
.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:35px;max-width:660px}
.benefits div{background:#0e0e0e;border:1px solid #202020;border-radius:14px;padding:14px}
.benefits b,.benefits span{display:block}
.benefits b{font-size:14px}
.benefits span{font-size:11px;color:var(--muted);margin-top:5px}
.hero-product{position:relative;min-height:500px;display:grid;place-items:center}
.hero-product img{
  width:min(620px,95%);
  max-height:520px;
  object-fit:contain;
  position:relative;
  z-index:2;
  border-radius:28px;
  filter:drop-shadow(0 28px 55px rgba(0,0,0,.55))
}
.glow{
  position:absolute;width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,106,0,.28),rgba(255,106,0,.03) 45%,transparent 70%);
  filter:blur(12px)
}
.hero-badge{
  position:absolute;right:4%;bottom:10%;
  z-index:3;background:#0d0d0d;border:1px solid rgba(255,106,0,.5);
  padding:10px 14px;border-radius:999px;font-weight:900;color:var(--orange);font-size:12px
}
.categories{
  display:flex;gap:10px;overflow:auto;
  padding:0 6vw 30px;
  max-width:1440px;margin:auto
}
.category{
  border:1px solid #292929;background:#111;color:#bbb;
  border-radius:12px;padding:12px 18px;font-weight:800;white-space:nowrap
}
.category.active,.category:hover{background:var(--orange);color:#fff;border-color:var(--orange)}
.menu-section{padding:20px 6vw 80px;max-width:1440px;margin:auto}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}
.section-head h2{font-size:clamp(42px,5vw,76px);margin-bottom:0}
.section-head p{max-width:520px;color:var(--muted);line-height:1.6;font-size:13px}
.product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px
}
.product{
  background:linear-gradient(180deg,#141414,#0d0d0d);
  border:1px solid #262626;
  border-radius:18px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-width:0;
  transition:.18s transform,.18s border
}
.product:hover{transform:translateY(-4px);border-color:rgba(255,106,0,.55)}
.product-image{position:relative;background:radial-gradient(circle at 50% 60%,rgba(255,106,0,.15),transparent 55%);height:220px;padding:16px;display:grid;place-items:center}
.product-image img{width:100%;height:100%;object-fit:contain;border-radius:16px}
.tag{position:absolute;top:12px;left:12px;padding:6px 8px;border-radius:8px;background:var(--orange);font-size:10px;font-weight:900;text-transform:uppercase}
.product-body{padding:17px;display:flex;flex-direction:column;gap:9px;flex:1}
.product h3{margin:0;font-size:18px}
.product p{margin:0;color:#9b9b9b;font-size:12px;line-height:1.5;flex:1}
.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:7px}
.price{font-size:21px;font-weight:900}
.add-btn{
  border:none;border-radius:10px;padding:11px 13px;
  background:var(--orange);color:#fff;font-weight:900
}
.combo-section{padding:0 6vw 80px;max-width:1440px;margin:auto}
.combo-card{
  display:grid;grid-template-columns:1fr 1fr;align-items:center;
  border:1px solid #282828;border-radius:24px;padding:45px;
  background:
    radial-gradient(circle at 85% 40%,rgba(255,106,0,.16),transparent 35%),
    #101010;
  overflow:hidden
}
.combo-card h2{font-size:clamp(50px,6vw,90px)}
.combo-card p{color:var(--muted)}
.combo-card img{width:100%;height:350px;object-fit:contain;border-radius:22px}
.combo-price{font-size:18px;margin:20px 0}.combo-price strong{font-size:34px;color:var(--orange)}
.info-section{
  padding:0 6vw 90px;
  max-width:1440px;margin:auto;
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px
}
.info-section article{border:1px solid #242424;background:#0f0f0f;border-radius:18px;padding:25px}
.info-icon{font-size:30px;color:var(--orange)}
.info-section h3{font-size:20px;margin:15px 0 8px}
.info-section p{color:#999;font-size:13px;line-height:1.6;margin:0}
.about{
  max-width:1200px;margin:0 auto 100px;
  padding:40px 6vw;
  display:grid;grid-template-columns:280px 1fr;align-items:center;gap:45px
}
.about img{width:100%;border-radius:50%}
.about h2{font-size:clamp(40px,5vw,76px)}
.about p{color:#aaa;line-height:1.8;max-width:700px}
footer{
  border-top:1px solid #222;
  padding:30px 6vw;
  display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;
  color:#8e8e8e;font-size:12px
}
footer>div{display:flex;gap:18px;flex-wrap:wrap}
footer strong{color:var(--orange)}
.cart-drawer{
  position:fixed;right:0;top:0;bottom:0;width:min(440px,100%);
  background:#0c0c0c;border-left:1px solid #2a2a2a;z-index:101;
  transform:translateX(103%);transition:.22s transform ease;
  padding:23px;display:flex;flex-direction:column;box-shadow:var(--shadow)
}
.cart-drawer.open{transform:none}
.drawer-head{display:flex;justify-content:space-between;align-items:center}
.drawer-head small{color:var(--orange);font-weight:800;text-transform:uppercase}
.drawer-head h2{margin:4px 0 0;font-size:30px}
.icon-button{width:40px;height:40px;border-radius:50%;border:1px solid #333;background:#111;color:#fff;font-size:24px}
.cart-items{flex:1;overflow:auto;margin:18px 0}
.empty{border:1px dashed #333;border-radius:16px;padding:28px;text-align:center;color:#777}
.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #222}
.cart-item img{width:64px;height:64px;object-fit:cover;border-radius:12px}
.cart-item h4{margin:0 0 4px;font-size:13px}
.cart-item small{color:#888}
.qty{display:flex;align-items:center;gap:7px}
.qty button{width:28px;height:28px;border-radius:8px;border:1px solid #333;background:#151515;color:#fff}
.promo-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:16px}
.promo-row input{background:#111;border:1px solid #333;border-radius:10px;color:#fff;padding:12px}
.promo-row button{background:#191919;border:1px solid #333;color:#fff;border-radius:10px;padding:0 14px;font-weight:800}
.totals{border-top:1px solid #292929;padding-top:12px}
.totals>div{display:flex;justify-content:space-between;padding:7px 0;color:#aaa}
.totals strong{color:#fff}
.grand-total{font-size:21px!important;color:#fff!important;border-top:1px solid #222;margin-top:6px;padding:15px 0!important}
.grand-total strong{color:var(--orange)}
.discount-row strong{color:#55c769}.hidden{display:none!important}
.backdrop{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:90;opacity:0;pointer-events:none;transition:.2s}
.backdrop.show{opacity:1;pointer-events:auto}
.modal{position:fixed;inset:0;z-index:110;display:grid;place-items:center;padding:20px;opacity:0;pointer-events:none;transition:.2s}
.modal.show{opacity:1;pointer-events:auto}
.modal-card{width:min(620px,100%);max-height:90vh;overflow:auto;background:#0d0d0d;border:1px solid #333;border-radius:22px;padding:24px;box-shadow:var(--shadow)}
.mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:20px 0}
.mode{border:1px solid #333;background:#141414;color:#bbb;border-radius:10px;padding:12px;font-weight:800}
.mode.active{background:var(--orange);border-color:var(--orange);color:#fff}
form{display:grid;gap:14px}
form label{display:grid;gap:7px;color:#bbb;font-size:12px;font-weight:700}
form input,form textarea{background:#111;border:1px solid #343434;border-radius:10px;color:#fff;padding:13px;outline:none}
form input:focus,form textarea:focus{border-color:var(--orange)}
.payment-options{display:grid;gap:8px;border:1px solid #262626;border-radius:12px;padding:12px}
.payment-options label{display:flex;align-items:center;gap:10px}
.toast{
  position:fixed;left:50%;bottom:24px;z-index:130;
  transform:translate(-50%,30px);opacity:0;
  background:#161616;border:1px solid #333;color:#fff;
  padding:13px 18px;border-radius:12px;box-shadow:var(--shadow);
  transition:.22s
}
.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1050px){
  .desktop-nav{display:none}
  .hero{grid-template-columns:1fr;padding-top:45px}
  .hero-product{min-height:360px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .combo-card{grid-template-columns:1fr}
  .about{grid-template-columns:180px 1fr}
}
@media(max-width:680px){
  .topbar{height:72px;padding:0 14px}
  .brand img{width:48px;height:48px}
  .brand-text>span{font-size:17px}
  .brand-text small{display:none}
  .cart-button span{display:none}
  .hero{padding:38px 16px 35px}
  .hero h1{font-size:54px}
  .hero-copy>p{font-size:15px}
  .hero-product{min-height:300px}
  .hero-product img{max-height:290px}
  .hero-badge{right:0;bottom:3%}
  .benefits{grid-template-columns:1fr}
  .categories{padding:0 16px 25px}
  .menu-section,.combo-section,.info-section{padding-left:16px;padding-right:16px}
  .section-head{display:block}
  .section-head p{margin-top:15px}
  .product-grid{grid-template-columns:1fr}
  .product-image{height:230px}
  .combo-card{padding:25px}
  .combo-card img{height:260px}
  .info-section{grid-template-columns:1fr}
  .about{grid-template-columns:1fr;padding:0 35px;margin-bottom:65px}
  .about img{width:160px}
  footer{padding:24px 16px}
}
