:root{
  --black:#080808;
  --charcoal:#171717;
  --red:#cf1019;
  --gold:#f3a915;
  --navy:#153d73;
  --cream:#f7f0e3;
  --white:#fff;
  --text:#232323;
  --shadow:0 18px 48px rgba(0,0,0,.24);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Roboto,Arial,sans-serif;color:var(--text);background:var(--cream);line-height:1.55}
img{display:block;max-width:100%}
a{color:inherit}
.container{width:min(1160px,calc(100% - 32px));margin:auto}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:10px;top:10px;background:white;padding:10px;z-index:999}
.site-header{position:sticky;top:0;z-index:50;background:rgba(8,8,8,.96);border-bottom:3px solid var(--red);color:#fff}
.nav-row{height:72px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.mini-brand{font:700 25px Oswald,sans-serif;text-decoration:none;letter-spacing:1px}
.mini-brand span{color:var(--red)}
nav{display:flex;gap:24px;align-items:center}
nav a{text-decoration:none;text-transform:uppercase;font:700 14px Oswald,sans-serif;letter-spacing:.8px}
nav a:hover{color:var(--gold)}
.nav-toggle{display:none;background:transparent;color:white;border:1px solid #777;padding:8px 12px;font-weight:bold}

.hero{background:
linear-gradient(115deg,rgba(0,0,0,.98),rgba(10,10,10,.88)),
radial-gradient(circle at 85% 20%,rgba(207,16,25,.28),transparent 32%);
color:#fff;padding:70px 0}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.kicker{margin:0 0 14px;color:var(--red);font:700 14px Oswald,sans-serif;letter-spacing:2.4px}
.kicker.gold{color:var(--gold)}
h1,h2,h3{font-family:Oswald,sans-serif;text-transform:uppercase}
h1{font-size:clamp(56px,7vw,94px);line-height:.95;margin:0 0 24px}
h2{font-size:clamp(43px,5vw,70px);line-height:1;margin:0 0 20px}
.hero-copy>p:not(.kicker){font-size:20px;color:#ddd;max-width:620px}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 22px;border:2px solid transparent;border-radius:4px;text-decoration:none;text-transform:uppercase;font:700 15px Oswald,sans-serif;letter-spacing:1px;cursor:pointer}
.btn.red{background:var(--red);color:white}
.btn.navy{background:var(--navy);color:white}
.btn.outline{border-color:white;color:white}
.btn.outline-dark{border-color:#222;color:#222}
.hero-info{margin-top:30px;display:flex;flex-wrap:wrap;gap:10px}
.hero-info span{border-left:3px solid var(--gold);padding:4px 12px;font-weight:700;font-size:14px}

.feature-strip{background:var(--red);color:#fff}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.feature-grid div{padding:20px;border-right:1px solid rgba(255,255,255,.25)}
.feature-grid div:last-child{border-right:0}
.feature-grid strong,.feature-grid span{display:block}
.feature-grid strong{font:700 20px Oswald,sans-serif}
.feature-grid span{font-size:13px;color:#f4d6d8}

.section{padding:90px 0}
.heading{max-width:780px;margin-bottom:42px}
.heading>p:last-child,.large{font-size:19px;color:#555}
.menu-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.food-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 10px 32px rgba(0,0,0,.12);border-bottom:5px solid var(--navy)}
.food-card.featured{border-bottom-color:var(--red)}
.food-card img{width:100%;aspect-ratio:1/1;object-fit:cover}
.food-card>div{padding:20px}
.food-card h3{margin:0;font-size:25px;display:flex;justify-content:space-between;gap:12px}
.food-card h3 span{color:var(--red)}
.food-card p{color:#555;margin-bottom:0}
.menu-tools{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}

.dark-section{background:linear-gradient(135deg,#090909,#1a1a1a);color:white}
.dark-section h2{color:white}
.dark-section .large{color:#ddd}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.pill-list span{background:#fff;color:#111;border-radius:999px;padding:9px 14px;font-weight:700}
.breakfast-panel{background:var(--red);border:8px solid white;outline:5px solid var(--navy);padding:45px;text-align:center;transform:rotate(1deg);box-shadow:var(--shadow)}
.breakfast-panel strong,.breakfast-panel span,.breakfast-panel small{display:block}
.breakfast-panel strong{font:700 100px/1 Oswald,sans-serif}
.breakfast-panel span{font:700 29px Oswald,sans-serif;text-transform:uppercase}
.breakfast-panel small{font-size:16px;margin-top:14px}

.cheesesteak-section{background:white}
.split-image{display:grid;grid-template-columns:1.2fr .8fr;gap:55px;align-items:center}
.split-image img{border-radius:14px;box-shadow:var(--shadow)}
.extras-section{background:#111;color:#fff}
.extras-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}
.extras-section h2{color:white}
.extras-section img{border-radius:14px;box-shadow:var(--shadow)}

.location-section{background:linear-gradient(135deg,#eee3d0,#fff)}
.location-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}
.map-card{border:8px solid white;box-shadow:var(--shadow);border-radius:12px;overflow:hidden}
.map-card iframe{width:100%;height:430px;border:0;display:block}

.catering-section{background:linear-gradient(135deg,#0c0c0c,#191919);color:#fff}
.catering-section h2{color:#fff}
.catering-section .large{color:#ddd}
.check-list{list-style:none;padding:0}
.check-list li{padding:10px 0 10px 30px;position:relative;border-bottom:1px solid #333}
.check-list li:before{content:"★";position:absolute;left:0;color:var(--gold)}
.contact-form{background:#fff;color:#222;padding:30px;border-radius:12px;border-top:6px solid var(--red)}
.contact-form h3{font-size:30px;margin:0 0 10px}
.contact-form label{display:grid;gap:5px;font-weight:700;margin-top:12px}
.contact-form input,.contact-form textarea{padding:12px;border:1px solid #bbb;border-radius:4px;font:inherit}
.contact-form button{width:100%;margin-top:18px}

.about-section{background:white}
.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:center}
.about-grid img{border-radius:20px;box-shadow:var(--shadow)}
.socials{display:grid;gap:10px;margin-top:22px}
.socials a{font-weight:700;color:var(--navy)}

footer{background:#060606;color:#aaa;padding:26px 0}
.footer-row{display:flex;justify-content:space-between;gap:20px}
.reveal{opacity:0;transform:translateY(20px);transition:.65s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:900px){
  .nav-toggle{display:block}
  nav{display:none;position:absolute;left:0;right:0;top:72px;background:#080808;padding:18px;flex-direction:column;align-items:stretch}
  nav.open{display:flex}
  .hero-grid,.two-col,.split-image,.extras-grid,.location-grid,.about-grid{grid-template-columns:1fr}
  .menu-cards{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .container{width:min(100% - 22px,1160px)}
  .hero{padding:42px 0 55px}
  h1{font-size:52px}
  h2{font-size:44px}
  .feature-grid{grid-template-columns:1fr}
  .feature-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.25)}
  .menu-cards{grid-template-columns:1fr}
  .section{padding:65px 0}
  .breakfast-panel{padding:30px 18px}
  .breakfast-panel strong{font-size:82px}
  .footer-row{display:grid}
}


.all-beef-banner{
  display:inline-block;
  margin:0 0 18px;
  padding:10px 16px;
  background:var(--gold);
  color:#111;
  border:3px solid #fff;
  border-radius:4px;
  font:700 20px Oswald,sans-serif;
  letter-spacing:1.2px;
  text-transform:uppercase;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
}

.hero-visual-placeholder{}
.btn.gold-btn{
  background:var(--gold);
  color:#111;
}
.btn.red:hover,
.btn.navy:hover,
.btn.gold-btn:hover{
  filter:brightness(1.08);
}


/* V2 homepage layout: no overlapping cards or floating controls */
.hero{
  overflow:hidden;
}
.hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(420px,560px);
  gap:56px;
  align-items:center;
}
.hero-copy{
  min-width:0;
}
.hero-visual{
  display:grid;
  gap:18px;
  width:100%;
  align-self:center;
}
.hero-logo{
  width:100%;
  max-height:470px;
  object-fit:cover;
  border-radius:20px;
  border:2px solid #333;
  box-shadow:var(--shadow);
}
.hero-feature-card{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  align-items:center;
  overflow:hidden;
  background:#fff;
  color:#111;
  text-decoration:none;
  border-radius:14px;
  border-left:7px solid var(--red);
  box-shadow:0 14px 38px rgba(0,0,0,.36);
}
.hero-feature-card img{
  width:150px;
  height:150px;
  object-fit:cover;
}
.hero-feature-card div{
  padding:18px 20px;
}
.hero-feature-card strong,
.hero-feature-card span{
  display:block;
}
.hero-feature-card strong{
  color:var(--red);
  font:700 25px Oswald,sans-serif;
  letter-spacing:.5px;
}
.hero-feature-card span{
  margin-top:5px;
  font-weight:700;
}
.hero .actions{
  align-items:stretch;
}
.hero .btn{
  min-width:150px;
}
@media(max-width:1050px){
  .hero-grid{
    grid-template-columns:1fr 430px;
    gap:36px;
  }
}
@media(max-width:900px){
  .hero-grid{
    grid-template-columns:1fr;
  }
  .hero-visual{
    max-width:650px;
    margin:auto;
  }
}
@media(max-width:620px){
  .hero-feature-card{
    grid-template-columns:105px minmax(0,1fr);
  }
  .hero-feature-card img{
    width:105px;
    height:105px;
  }
  .hero-feature-card div{
    padding:12px 14px;
  }
  .hero-feature-card strong{
    font-size:20px;
  }
  .hero-feature-card span{
    font-size:12px;
  }
  .hero .actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .hero .btn{
    width:100%;
  }
}

.home-location-card{
  margin-top:24px;
  padding:20px 22px;
  max-width:560px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.18);
  border-left:6px solid var(--red);
  border-radius:10px;
}
.home-location-card .location-label{
  margin:0 0 4px;
  color:var(--gold);
  font:700 14px Oswald,sans-serif;
  letter-spacing:2px;
}
.home-location-card h3{
  margin:0 0 8px;
  color:#fff;
  font-size:28px;
}
.home-location-card p{
  margin:0 0 16px;
  color:#eee;
  font-size:17px;
}
.home-location-card .btn{
  min-height:43px;
}
.home-location-card small{
  display:block;
  margin-top:13px;
  color:#ccc;
}
