:root {
    --bg: #0a0a0a;
    --surface: #141414;
    --border: #2a2a2a;
    --text: #ffffff;
    --muted: #a0a0a0;
    --primary: #ff5e00;
    --primary-glow: rgba(255,94,0,0.4);
    --font-display: 'Arial Black', 'Impact', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.container { max-width: 900px; margin: 0 auto; padding: 0 16px; }

/* NAVBAR */
.navbar { position: sticky; top: 0; z-index: 50; background: rgba(10,10,10,0.85); backdrop-filter: blur(12px); border-bottom: 2px solid rgba(255,94,0,0.3); padding: 12px 0; }
.navbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav-logo { height: 48px; width: auto; filter: drop-shadow(0 0 20px rgba(255,94,0,0.6)); }
.cart-btn { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #ff5e00, #ff8c00); color: #fff; text-decoration: none; font-weight: 900; font-size: 14px; padding: 8px 16px; border-radius: 8px; letter-spacing: 1px; text-transform: uppercase; box-shadow: 0 0 20px rgba(255,94,0,0.5); transition: all 0.2s; border: none; cursor: pointer;}
.cart-count { background: #fff; color: #ff5e00; border-radius: 50%; min-width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; }

/* HERO - CENTERED */
.hero { position: relative; overflow: hidden; padding: 40px 0 60px; border-bottom: 2px solid rgba(255,94,0,0.3); text-align: center; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 30%, rgba(255,94,0,0.15), transparent 60%); }
.hero .container { display: flex; flex-direction: column; align-items: center; gap: 20px; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(255,94,0,0.4); background: rgba(255,94,0,0.1); border-radius: 999px; padding: 4px 12px; font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--primary); margin-bottom: 10px; text-transform: uppercase; }

/* FIX: MOVED PADDING TO .FIRE SO THE GRADIENT BOX EXPANDS */
.hero h1 { font-family: 'Impact', sans-serif; font-size: clamp(52px, 10vw, 82px); line-height: 0.9; letter-spacing: 2px; margin-bottom: 16px; margin-top:0; font-style: italic; text-transform: uppercase; transform: skewX(-5deg); }
.hero h1 .white { color: #fff; }
.hero h1 .fire { 
    background: linear-gradient(180deg, #ff5e00 0%, #ffcc00 100%); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    display: inline-block;
    padding-right: 15px; /* <--- This forces the paint box wider so the S fits! */
}
.hero p { color: var(--muted); font-size: 15px; max-width: 450px; margin-bottom: 24px; }
.hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }

.btn-gradient { display: inline-flex; align-items: center; justify-content:center; gap: 8px; background: linear-gradient(135deg, #ff5e00, #ff8c00); color: #fff; border-radius: 8px; padding: 12px 24px; font-weight: 900; font-size: 15px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; text-decoration: none; box-shadow: 0 0 20px rgba(255,94,0,0.5); }
.btn-outline { display: inline-flex; align-items: center; justify-content:center; gap: 8px; background: transparent; color: #fff; border: 1px solid #444; border-radius: 8px; padding: 12px 24px; font-weight: 700; font-size: 15px; cursor: pointer; text-decoration: none; }
.info-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: 100%; max-width: 500px; margin: 0 auto; }
.info-card { background: rgba(20,20,20,0.8); border: 1px solid #333; border-radius: 10px; padding: 12px; text-align: center; }
.info-card .label { display: flex; align-items: center; justify-content: center; gap: 4px; font-size: 11px; font-weight: 700; letter-spacing: 1px; color: var(--primary); text-transform: uppercase; margin-bottom: 4px; }
.info-card .value { font-weight: 700; font-size: 13px; }

/* HERO IMAGE */
.hero-img { position: relative; width: 100%; max-width: 650px; margin: 30px auto 0; }
.hero-img::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle, rgba(255,94,0,0.4), transparent 70%); filter: blur(40px); z-index: 0; }
.hero-img img { position: relative; z-index: 1; width: 110%; max-width: 110%; left: -5%; height: auto; filter: drop-shadow(0 0 40px rgba(255,94,0,0.4)); }

/* MENU */
.menu-section { padding: 40px 0 10px; }
.section-header { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.section-header h2 { font-family: var(--font-display); font-size: 28px; letter-spacing: 1px; text-transform: uppercase; margin:0; }
.section-line { height: 2px; flex: 1; background: linear-gradient(90deg, #ff5e00, transparent); border-radius: 999px; }
.menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.menu-card { background: var(--surface); border: 1px solid #2a2a2a; border-radius: 14px; overflow: hidden; cursor: pointer; transition: all 0.2s; position: relative; }
.menu-card:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: 0 12px 40px -10px rgba(255,94,0,0.4); }
.menu-card.featured { border-color: var(--primary); box-shadow: 0 0 30px rgba(255,94,0,0.2); }
.card-img { aspect-ratio: 4/3; overflow: hidden; background: #1a1a1a; position: relative; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.menu-card:hover .card-img img { transform: scale(1.05); }
.card-badge { position: absolute; top: 12px; left: 12px; background: #ff5e00; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: 1px; padding: 4px 8px; border-radius: 4px; text-transform: uppercase; }
.card-body { padding: 16px; }
.card-body .row { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.card-body h3 { font-family: var(--font-display); font-size: 18px; letter-spacing: 1px; margin:0;}
.card-body .price { color: var(--primary); font-weight: 900; font-size: 16px; white-space: nowrap; }
.card-body p { color: var(--muted); font-size: 13px; margin-top: 4px; line-height: 1.4; margin-bottom:0;}
.card-body .cta { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 900; letter-spacing: 1px; color: var(--primary); margin-top: 12px; text-transform: uppercase; }

/* POPUP MODAL */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); z-index: 100; display: flex; align-items: flex-end; justify-content: center; backdrop-filter: blur(5px); }
.modal-overlay.hidden { display: none; }
.modal-content { background: #111; width: 100%; max-width: 520px; height: 85vh; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: column; position: relative; border-top: 2px solid #ff5e00; }
.close-btn { position: absolute; top: 15px; right: 20px; background: none; border: none; color: #888; font-size: 28px; cursor: pointer; z-index: 2; }
.modal-scroll-area { flex: 1; overflow-y: auto; padding: 25px 20px; }
.modal-title { color: #ff5e00; font-family: var(--font-display); font-size: 24px; text-transform: uppercase; text-align: center; margin-bottom: 10px; letter-spacing:1px;}
.modal-desc { text-align: center; color: #999; font-size: 14px; margin-bottom: 25px; padding: 0 10px; }
.option-group-title { font-size: 13px; color: #fff; text-transform: uppercase; font-weight: bold; margin: 25px 0 10px 0; }
.custom-input-label { display: flex; align-items: center; background: #1a1a1a; border: 1px solid #333; padding: 15px; border-radius: 12px; margin-bottom: 8px; cursor: pointer; }
.custom-input-label input { display: none; }

/* CHECKBOX VS RADIO FIX */
.input-circle { width: 20px; height: 20px; border: 2px solid #555; border-radius: 50%; margin-right: 15px; position: relative; flex-shrink: 0; }
.custom-input-label input[type="checkbox"] + .input-circle { border-radius: 6px; } 
.custom-input-label input:checked + .input-circle { border-color: #ff5e00; }
.custom-input-label input:checked + .input-circle::after { content: ''; position: absolute; top: 4px; left: 4px; width: 8px; height: 8px; background: #ff5e00; border-radius: 50%; }
.custom-input-label input[type="checkbox"]:checked + .input-circle::after { border-radius: 2px; }

.input-text { flex: 1; font-size: 15px; color: #eee; }
.modal-footer { padding: 15px 20px 25px; background: #0a0a0a; border-top: 1px solid #222; display: flex; gap: 15px; align-items: center; }
.qty-selector { display: flex; align-items: center; background: #1a1a1a; border-radius: 12px; border: 1px solid #333; }
.qty-selector button { background: none; border: none; color: #fff; font-size: 20px; width: 40px; height: 50px; cursor: pointer; }
.qty-selector span { width: 30px; text-align: center; font-weight: bold; }
.add-to-cart-btn { flex: 1; background: linear-gradient(135deg, #ff5e00, #ff8c00); border: none; color: #fff; font-weight: 900; font-size: 16px; border-radius: 12px; height: 50px; cursor: pointer; text-transform:uppercase; }

/* CART & MISC STYLES */
.pageHead { padding: 20px 16px; border-bottom: 1px solid #222; display: flex; justify-content: space-between; align-items: center; background: #111; margin-bottom:20px;}
.pageHead h1 { font-family: var(--font-display); font-size: 24px; margin: 0; letter-spacing:1px; }
.pageHead a { color: #ff5e00; text-decoration: none; font-weight: bold; }
.panel { background: #111; border: 1px solid #222; border-radius: 16px; padding: 20px; margin-bottom: 20px; }
.panel h2 { color: #ff5e00; font-family: var(--font-display); font-size: 20px; margin-top: 0; margin-bottom:15px; letter-spacing:1px; text-transform:uppercase; }
.wideBtn { background: linear-gradient(135deg, #ff5e00, #ff8c00); color: #fff; border: none; border-radius: 12px; padding: 16px; font-weight: 900; font-size: 16px; width: 100%; text-align: center; cursor: pointer; text-decoration: none; display: block; text-transform:uppercase; margin-top:10px; }
.wideBtn.secondary { background: #1a1a1a; border: 1px solid #444; }
.stack { display: grid; gap: 12px; }
.total { display: flex; justify-content: space-between; font-size: 22px; margin: 20px 0; font-weight:bold; }
#cartList { list-style: none; padding: 0; margin:0; }
#cartList li { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: 1px solid #222; }
.remove { background: #333; color: #fff; border: none; padding: 6px 12px; border-radius: 6px; cursor: pointer; font-size: 12px; font-weight:bold; }
input, textarea { width: 100%; background: #1a1a1a; color: #fff; border: 1px solid #333; border-radius: 8px; padding: 14px; margin-bottom: 15px; font-size: 16px; }
.check { display: flex; align-items: center; background: #1a1a1a; padding: 14px; border-radius: 8px; margin-bottom: 10px; border: 1px solid #333; cursor:pointer;}
.check input { width: auto; margin-right: 12px; margin-bottom:0;}
.footer { border-top: 1px solid #222; padding: 40px 0; text-align: center; color: #888; font-size: 14px; margin-top:40px; }
.footer .brand { font-family: var(--font-display); font-size: 24px; letter-spacing: 2px; color: #ff5e00; margin-bottom:8px;}
.toast { position: fixed; bottom: 40px; left: 50%; transform: translateX(-50%); background: #ff5e00; color: #fff; padding: 12px 24px; border-radius: 999px; font-weight: 900; font-size: 14px; z-index: 1000; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }

@media (max-width: 768px) {
    .hero-img { margin-top: 20px; }
    .info-cards { grid-template-columns: repeat(3, 1fr); gap: 8px; }
}