
:root{
  --bg:#0F0F0F;
  --panel:#1B1B1B;
  --panel-2:#151515;
  --text:#FFFFFF;
  --muted:#B3B3B3;
  --line:#252525;
  --orange:#FF6A00;
  --gold:#FFC247;
  --blue:#0D47A1;
  --green:#1DB954;
  --radius:18px;
  --radius2:24px;
  --shadow:0 18px 40px rgba(0,0,0,.28);
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font:inherit}
body.site-shell{min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
.wrap{max-width:var(--max);margin:auto;padding:0 24px}
.topbar{position:sticky;top:0;z-index:50;background:rgba(17,17,17,.9);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:82px}
.brand{display:flex;align-items:center;gap:12px;min-width:190px}
.brand img{height:72px;width:auto;filter:drop-shadow(0 0 8px rgba(255,106,0,.35))}
.links,.navActions{display:flex;align-items:center;gap:16px}
.links a{font-size:14px;font-weight:700;color:var(--muted)}
.links a:hover,.links a.is-active{color:#fff}
.btn{padding:11px 16px;border-radius:999px;font-weight:800;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;white-space:nowrap;box-shadow:var(--shadow)}
.btn-primary{background:var(--green);color:#052b12}
.btn-secondary{background:var(--blue);color:#fff}
.btn-ghost{background:#141414;color:#fff;border:1px solid var(--line);box-shadow:none}
.hero{padding:32px 0 20px}
.heroGrid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch}
.heroCard,.heroMedia,.panel,.card{background:var(--panel);border:1px solid rgba(255,255,255,.05);border-radius:var(--radius2);box-shadow:var(--shadow)}
.heroCard{padding:28px}
.heroMedia{overflow:hidden;min-height:100%}
.heroMedia img{width:100%;height:100%;object-fit:cover}
.kicker{font-size:12px;letter-spacing:.16em;color:var(--orange);font-weight:800;text-transform:uppercase}
.headline,.h1{margin:12px 0 10px;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:900;line-height:1.05}
.flame{color:var(--orange)}
.brandTitle{font-size:15px;font-weight:800;color:var(--gold);letter-spacing:.08em;text-transform:uppercase}
.subhead,.sub,.note{color:var(--muted);line-height:1.5}
.heroButtons,.ctaRow,.pills{display:flex;gap:12px;flex-wrap:wrap}
.heroButtons,.ctaRow{margin-top:20px}
.section{padding:24px 0 44px}
.sectionTitle{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}
.sectionTitle h2{margin:0;font-size:28px}
.tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.tile{position:relative;min-height:220px;overflow:hidden;border-radius:var(--radius);background:var(--panel);border:1px solid var(--line)}
.tile img{width:100%;height:100%;object-fit:cover}
.tileOverlay{position:absolute;inset:0;background:linear-gradient(transparent 25%,rgba(0,0,0,.85))}
.tileLabel{position:absolute;left:14px;bottom:14px;font-size:20px;font-weight:900}
.tileSub{display:block;margin-top:6px;font-size:13px;font-weight:700;color:#f5c28f}
.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.card{overflow:hidden;border-radius:var(--radius)}
.cardTop{display:flex;gap:14px;padding:14px;align-items:center}
.thumb{width:120px;height:78px;border-radius:14px;overflow:hidden;flex:0 0 auto;background:#0b0b0b}
.thumb img{width:100%;height:100%;object-fit:cover}
.cardTitle{margin:0;font-size:20px;font-weight:900}
.cardText{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.45}
.list{padding:0 14px 14px 32px;margin:0}
.list li{margin:7px 0;line-height:1.45}
.footer{border-top:1px solid var(--line);padding:20px 0;text-align:center;color:var(--muted);margin-top:auto}
.orderShell{height:calc(100vh - 82px);width:100%;background:#05070b}
.orderFrame{width:100%;height:100%;border:0;display:block}
.scheduleGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.scheduleCard{padding:18px;border-radius:var(--radius);background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow)}
.scheduleMeta{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 14px}
.badge{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:999px;background:#141414;border:1px solid var(--line);font-size:12px;font-weight:800;color:#ddd}
.emptyState{padding:28px;border-radius:var(--radius);background:var(--panel);border:1px dashed #333;color:var(--muted)}
.stack{display:grid;gap:14px}
.contactCard{padding:22px}
.contactLine{font-size:18px;font-weight:700}
.small{font-size:13px;color:var(--muted)}
@media (max-width:980px){.heroGrid,.grid,.scheduleGrid{grid-template-columns:1fr}.tiles{grid-template-columns:repeat(2,1fr)}.links{display:none}.nav{min-height:76px}.brand img{height:64px}}
@media (max-width:560px){.wrap{padding:0 16px}.hero{padding:22px 0 14px}.heroCard{padding:22px}.tiles{grid-template-columns:1fr}.tile{min-height:205px}.btn{width:100%}.heroButtons .btn,.ctaRow .btn{width:100%}.navActions{gap:10px;flex:1;justify-content:flex-end}.navActions .btn{width:auto}}


/* Home page cleanup */
.nav-single-row{justify-content:space-between}
.links-main{margin-left:auto;gap:20px;flex-wrap:wrap;justify-content:flex-end}
.links-main .nav-order{color:#fff;background:var(--green);padding:10px 16px;border-radius:999px;box-shadow:var(--shadow)}
.links-main .nav-order:hover{color:#052b12}
.hero-home{padding:34px 0 26px}
.heroCopy{display:flex;flex-direction:column;justify-content:center}
.heroMedia-home{min-height:420px}
.heroMedia-home img{object-position:center center}
.section-home-cats{padding-top:8px}
.sectionTitle-home{align-items:center}
.tiles-home-five{grid-template-columns:repeat(5,1fr)}
.tiles-home-five .tile{min-height:240px}
@media (max-width:1180px){.tiles-home-five{grid-template-columns:repeat(3,1fr)}}
@media (max-width:980px){.links-main{display:flex}.links-main .nav-order{padding:9px 14px}.tiles-home-five{grid-template-columns:repeat(2,1fr)}}
@media (max-width:720px){.links-main{gap:12px;font-size:13px}.brand{min-width:auto}.heroMedia-home{min-height:300px}}
@media (max-width:560px){.nav-single-row{align-items:flex-start;padding:10px 0}.links-main{width:100%;justify-content:flex-start}.tiles-home-five{grid-template-columns:1fr}}


.headline-home{margin-top:0}
.headline-accent{color:var(--orange)}
.brand-fire{color:var(--orange);font-weight:900;letter-spacing:.01em;text-shadow:0 0 10px rgba(255,106,0,.22)}
.hero-subhead{max-width:36rem;font-size:1.05rem;color:#c9c9c9}
.sectionTitle-home .small{display:none}


/* Order page fix */
:root{--pf-nav-h:82px;}
body.site-shell[data-page="order"]{overflow:hidden;}
.orderPage{flex:1;min-height:0;background:#05070b;}
.orderViewport{height:calc(100vh - var(--pf-nav-h));min-height:520px;width:100%;overflow:hidden;background:#05070b;}
.orderFrame{width:100%;height:100%;min-height:100%;border:0;display:block;background:#05070b;}
@media (max-width:560px){body.site-shell[data-page="order"] .topbar{position:sticky;} .orderViewport{min-height:460px;}}

.sectionTitle-home h2{font-size:30px;letter-spacing:.01em}
.tiles-home-five .tile{cursor:default}
.tiles-home-five .tile:hover{transform:none}
