/*
Theme Name: Crustious Pizza
Theme URI: https://crustious.com
Author: Crustious
Description: A custom premium restaurant WordPress theme for Crustious Pizza.
Version: 1.0
Text Domain: crustious
*/

:root{--black:#070707;--dark:#111;--orange:#f26a00;--yellow:#ffc400;--red:#c71919;--cream:#fff5dc;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--black);color:var(--white)}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.announcement{background:linear-gradient(90deg,var(--red),var(--orange));text-align:center;font-weight:800;padding:10px 16px}
.site-header{position:sticky;top:0;z-index:99;display:flex;align-items:center;justify-content:space-between;gap:20px;background:rgba(7,7,7,.95);border-bottom:2px solid var(--yellow);padding:14px 6%;backdrop-filter:blur(10px)}
.logo img{height:82px;object-fit:contain}
.nav{display:flex;gap:24px;font-weight:800;flex-wrap:wrap}
.nav a:hover{color:var(--yellow)}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:900;transition:.2s;margin:6px}
.btn-primary{background:var(--yellow);color:#111;box-shadow:0 5px 0 var(--red)}
.btn-outline{border:2px solid var(--yellow);color:#fff}
.btn-white{border:2px solid var(--orange);background:#fff;color:#111}
.btn:hover{transform:translateY(-2px)}
.hero{min-height:82vh;padding:80px 6%;display:grid;grid-template-columns:1.12fr .88fr;gap:40px;align-items:center;background:radial-gradient(circle at 80% 40%,rgba(255,196,0,.25),transparent 28%),linear-gradient(135deg,#060606 0%,#151515 55%,#3b1600 100%)}
.eyebrow,.section-head span{color:var(--yellow);font-weight:900;text-transform:uppercase;letter-spacing:2px}
.hero h1{font-size:clamp(44px,7vw,86px);line-height:.92;margin:14px 0;color:var(--yellow);text-transform:uppercase}
.hero p{font-size:20px;line-height:1.7;max-width:680px;color:#f5f5f5}
.food-circle{width:min(420px,100%);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,var(--yellow),var(--orange));color:#111;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;border:12px solid rgba(255,255,255,.12);box-shadow:0 30px 80px rgba(255,106,0,.25)}
.food-circle .emoji{font-size:92px}
.food-circle h3{font-size:38px;margin:8px 0}
.quick-info{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;color:#111}
.quick-info div{text-align:center;padding:26px;border-right:1px solid #eee}
.quick-info strong{display:block;color:var(--red);font-size:22px;margin-bottom:6px}
.section{padding:78px 6%;background:#fff;color:#111}
.section.dark{background:#101010;color:#fff}
.section-head{text-align:center;max-width:760px;margin:0 auto 40px}
.section-head h2{font-size:clamp(34px,5vw,56px);margin:10px 0;text-transform:uppercase}
.section-head p{font-size:18px;line-height:1.6;color:#555}
.dark .section-head p{color:#ddd}
.menu-images{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.menu-images a{background:#111;padding:10px;border-radius:22px;border:3px solid var(--yellow);box-shadow:0 20px 40px rgba(0,0,0,.12)}
.menu-images img{border-radius:14px;width:100%;height:100%;object-fit:cover}
.center{text-align:center;margin-top:34px}
.deal-grid,.category-grid,.branch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.deal-card,.category,.branch-card,.about-card{border-radius:24px;padding:28px;border:2px solid var(--yellow);background:linear-gradient(180deg,#1d1d1d,#0d0d0d);box-shadow:0 20px 50px rgba(0,0,0,.25)}
.deal-card h3,.category h3{color:var(--yellow);font-size:26px;margin:0 0 12px}
.deal-card strong{color:var(--yellow);font-size:32px}
.category{background:#fff8e1;color:#111;text-align:center}
.category span{font-size:52px}
.branch-section{background:var(--cream)}
.branch-grid{grid-template-columns:1fr 1fr}
.branch-card{background:#111;color:#fff}
.branch-card h3{font-size:28px;color:var(--yellow);margin-top:0}
.about{background:linear-gradient(135deg,#fff5dc,#fff)}
.about-card{max-width:980px;margin:0 auto;background:#111;color:#fff;text-align:center}
.about-card h2{font-size:44px;color:var(--yellow)}
.about-card p{font-size:19px;line-height:1.8;color:#eee}
.contact-section{text-align:center}
.site-footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px;background:#050505;border-top:3px solid var(--yellow);padding:36px 6%;align-items:center}
.site-footer img{height:80px}
.site-footer h4{color:var(--yellow);font-size:22px;margin:0 0 8px}
.site-footer p{line-height:1.6;color:#eee}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;background:#25d366;color:#fff;border-radius:999px;padding:14px 20px;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.3);z-index:100}
@media(max-width:960px){
.site-header{flex-wrap:wrap;justify-content:center}.nav{width:100%;justify-content:center}.hero{grid-template-columns:1fr;text-align:center}.hero p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.menu-images,.branch-grid,.site-footer{grid-template-columns:1fr}.deal-grid,.category-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
.logo img{height:70px}.quick-info{grid-template-columns:1fr}.deal-grid,.category-grid{grid-template-columns:1fr}.section{padding:58px 5%}.floating-whatsapp{left:14px;right:14px;text-align:center}.hero h1{font-size:40px}
}
