:root{
  --red:#b91626;
  --red-dark:#8f101d;
  --cream:#fff4df;
  --paper:#fffaf0;
  --ink:#211712;
  --muted:#78685b;
  --line:#ecd8b8;
  --shadow:0 22px 60px rgba(55,32,20,.16);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(185,22,38,.12), transparent 34%),
    linear-gradient(180deg,#fff8eb 0%,#f5e3c6 100%);
}
a{color:inherit}
.topbar{
  display:flex;
  justify-content:center;
  gap:26px;
  flex-wrap:wrap;
  padding:10px 18px;
  background:#22140f;
  color:#ffe9c4;
  font-size:13px;
  font-weight:800;
}
.site-header{
  position:sticky;
  top:0;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  max-width:1180px;
  margin:16px auto 0;
  padding:14px 18px;
  border:1px solid rgba(236,216,184,.8);
  border-radius:999px;
  background:rgba(255,250,240,.88);
  backdrop-filter:blur(16px);
  box-shadow:0 10px 35px rgba(50,28,16,.1);
}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-mark{
  display:grid;place-items:center;
  width:48px;height:48px;
  border-radius:16px;
  background:var(--red);
  color:white;
  font-family:"Bebas Neue",sans-serif;
  font-size:25px;
  letter-spacing:.04em;
  box-shadow:0 10px 20px rgba(185,22,38,.25);
}
.brand strong{display:block;font-weight:900;line-height:1}
.brand small{display:block;color:var(--muted);font-weight:700;font-size:12px;margin-top:4px}
.desktop-nav{display:flex;gap:8px}
.desktop-nav a{padding:10px 13px;border-radius:999px;text-decoration:none;font-weight:900;color:#3a2a22}
.desktop-nav a:hover{background:#f3dfbd}
.call-btn,.primary-btn,.secondary-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;
  padding:12px 18px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  border:0;
}
.call-btn,.primary-btn{background:var(--red);color:white;box-shadow:0 14px 30px rgba(185,22,38,.22)}
.secondary-btn{background:white;color:#2b1d17;border:1px solid var(--line)}
main{max-width:1180px;margin:0 auto;padding:24px 18px 110px}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;padding:42px 0 24px}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--red);font-size:12px;font-weight:900;margin:0 0 10px}
.status-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:900;font-size:13px;color:#513e34;margin-bottom:15px}
.status-pill.open{background:#eaf8e7;color:#236326;border-color:#b9dfb4}
.status-pill.closed{background:#fff0ef;color:#a01824;border-color:#efb8be}
h1{font-family:"Bebas Neue",sans-serif;font-size:clamp(56px,8vw,104px);line-height:.9;margin:0;letter-spacing:.01em;max-width:740px}
.hero-text{font-size:18px;line-height:1.65;color:#5c493e;max-width:660px;margin:22px 0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.trust-row span{padding:10px 12px;background:#fff;border:1px solid var(--line);border-radius:999px;font-weight:900;font-size:13px}
.hero-card{background:#fffaf0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.pizza-visual{position:relative;min-height:330px;background:#2a211c}
.pizza-visual img{width:100%;height:100%;min-height:330px;object-fit:cover;display:block}
.badge{position:absolute;left:18px;top:18px;background:#ffe8ae;color:#5e3416;padding:10px 14px;border-radius:999px;font-weight:1000;box-shadow:0 8px 20px rgba(0,0,0,.16)}
.quick-info{padding:20px;text-align:center}
.quick-info strong{display:block;font-size:20px;margin-bottom:12px}
.quick-info p{color:var(--muted);margin:12px 0 0;font-weight:700;line-height:1.5}
.quick-phone-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:520px;margin:0 auto}
.quick-phone-row a{display:flex;align-items:center;justify-content:center;min-height:58px;border-radius:20px;background:var(--red);color:white;text-decoration:none;font-size:20px;font-weight:1000;box-shadow:0 12px 24px rgba(185,22,38,.22)}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0 34px}
.why-grid article,.info-grid article,.review-cards article,.original-card{background:rgba(255,250,240,.9);border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 14px 35px rgba(70,42,20,.08)}
.why-grid strong{display:block;margin-bottom:8px}.why-grid span{color:var(--muted);font-weight:700;line-height:1.45}
.filters{display:flex;align-items:center;justify-content:space-between;gap:44px;margin-top:20px;padding:22px 0 18px}
.filters > div{min-width:260px}
h2{font-family:"Bebas Neue",sans-serif;font-size:clamp(38px,5vw,64px);line-height:1;margin:0}
.search-box{display:grid;gap:10px;font-weight:900;color:#5c493e;min-width:min(390px,100%);max-width:430px;margin-left:auto;padding:6px 0 0}
.search-box input{height:56px;border:1px solid var(--line);border-radius:999px;padding:0 22px;font:inherit;font-weight:800;background:#fffaf2;outline:none;box-shadow:0 8px 22px rgba(70,42,20,.05)}
.search-box input:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(185,22,38,.1)}
.category-tabs{display:flex;gap:10px;overflow-x:auto;padding:18px 0 20px;position:sticky;top:92px;z-index:10;background:linear-gradient(180deg,rgba(255,248,235,.95),rgba(255,248,235,.82));backdrop-filter:blur(12px)}
.tab{white-space:nowrap;border:1px solid var(--line);background:#fffaf0;border-radius:999px;padding:11px 16px;font-weight:1000;color:#412d23;cursor:pointer}
.tab.active{background:var(--ink);color:white;border-color:var(--ink)}
.menu-section{margin-bottom:30px}.section-title{display:flex;align-items:center;gap:14px;margin:6px 0 14px}.section-title h3{font-family:"Bebas Neue",sans-serif;font-size:36px;margin:0}.section-title span{height:1px;flex:1;background:var(--line)}
.items-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.menu-item{position:relative;display:grid;grid-template-columns:1fr auto;gap:10px;background:white;border:1px solid var(--line);border-radius:22px;padding:16px;min-height:150px;box-shadow:0 12px 25px rgba(70,42,20,.07);transition:transform .18s ease,box-shadow .18s ease}
.menu-item:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(70,42,20,.12)}
.item-badges{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:6px;min-height:24px}.item-badge{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:1000;color:#7c320e;background:#ffe7bc;border-radius:999px;padding:6px 8px}
.menu-item h4{font-size:20px;margin:0 0 8px;font-weight:1000}.menu-item p{margin:0;color:var(--muted);font-weight:650;line-height:1.45}.price{align-self:start;font-weight:1000;color:var(--red);font-size:20px;white-space:nowrap}.menu-note{grid-column:1/-1;margin:4px 0 0;color:#8c7767;font-size:13px;font-weight:700}.no-result{background:white;border:1px solid var(--line);border-radius:22px;padding:24px;font-weight:900;color:var(--muted)}
.original-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:30px 0}.original-card p{color:var(--muted);font-weight:700;line-height:1.55;margin:8px 0 0}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0}.info-icon{font-size:28px}.info-grid h3{font-size:24px;margin:10px 0}.info-grid p{color:var(--muted);line-height:1.55;font-weight:750}.info-grid a{font-weight:1000;color:var(--red)}
.reviews{margin:36px 0}.section-heading{text-align:center;margin-bottom:16px}.review-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-cards strong{color:#ffb000}.review-cards p{line-height:1.55;color:#4e3c32;font-weight:750}.review-cards span{color:var(--muted);font-weight:900;font-size:13px}
.seo-text{max-width:900px;margin:46px auto 10px;text-align:center;color:#5d493d;line-height:1.7}.seo-text h2{color:var(--ink);font-size:44px}.seo-text p{font-weight:700}
.mobile-sticky{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:40;gap:8px;padding:8px;background:rgba(34,20,15,.94);border-radius:24px;box-shadow:0 20px 45px rgba(0,0,0,.28);backdrop-filter:blur(14px)}
.mobile-sticky a{flex:1;display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:18px;background:#fff1d5;color:#281a13;text-decoration:none;font-weight:1000;font-size:14px;text-align:center}
.footer{display:grid;place-items:center;gap:6px;padding:28px 18px 110px;background:#21140f;color:#ffe8c2;text-align:center}.footer span{color:#d7bf9b;font-weight:700}
@media (max-width:980px){
  .desktop-nav{display:none}.site-header{margin:10px 10px 0;border-radius:24px}.call-btn{display:none}.hero{grid-template-columns:1fr;padding-top:26px}.why-grid{grid-template-columns:repeat(2,1fr)}.items-grid{grid-template-columns:1fr}.info-grid,.review-cards{grid-template-columns:1fr}.filters{align-items:stretch;flex-direction:column;gap:18px}.filters > div{min-width:0}.search-box{max-width:none;margin-left:0;padding-top:0}.category-tabs{top:82px}.mobile-sticky{display:flex}.quick-phone-row{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){
  .topbar{gap:10px;font-size:12px}.brand small{display:none}.brand-mark{width:42px;height:42px}.hero-actions .primary-btn,.hero-actions .secondary-btn{width:100%}h1{font-size:58px}.hero-text{font-size:16px}.quick-phone-row{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr}.menu-item{grid-template-columns:1fr}.price{justify-self:start}.original-card{display:grid;text-align:center}.original-card .primary-btn{width:100%}
}

/* V17 SEO local */
.google-review-cta{margin:18px auto 0;display:grid;place-items:center;gap:10px;text-align:center}
.google-review-cta p{margin:0;color:var(--muted);font-weight:800;line-height:1.5}
.local-keywords{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:18px}
.local-keywords span{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border:1px solid var(--line);border-radius:999px;background:#fffaf0;color:#3b2920;font-weight:1000;box-shadow:0 10px 24px rgba(70,42,20,.06)}
.seo-text strong{color:var(--ink)}
