:root{
  --red:#a8282c;
  --red-dark:#8a1f22;
  --maroon:#6d1b1f;
  --olive:#6d6a2f;
  --ink:#2a231f;
  --ink-soft:#5b5148;
  --cream:#faf4e8;
  --line:#d8cdb9;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:'Karla', sans-serif;
  font-size:16px;
  line-height:1.6;
}
h1,h2,h3,.display{font-family:'Poppins', sans-serif; margin:0;}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
@media(max-width:700px){ .wrap{padding:0 20px;} }

/* ---------------- texture helpers ---------------- */
.tex-dark{
  background-color:#181513;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.05), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.04), transparent 45%),
    radial-gradient(circle at 60% 15%, rgba(255,255,255,0.03), transparent 35%),
    repeating-linear-gradient(125deg, rgba(255,255,255,0.015) 0 2px, transparent 2px 5px);
}
.tex-wood{
  background-color:#5c3d24;
  background-image:
    repeating-linear-gradient(92deg, rgba(0,0,0,0.18) 0 3px, rgba(255,255,255,0.03) 3px 6px, transparent 6px 26px),
    repeating-linear-gradient(90deg, rgba(60,35,15,0.5) 0 40px, rgba(90,55,25,0.5) 40px 90px),
    radial-gradient(ellipse at 30% 40%, rgba(120,80,40,0.4), transparent 60%);
}

.photo-fill{width:100%; height:100%; object-fit:cover; display:block;}

/* ================= HEADER ================= */
header{background:#fff; position:relative; z-index:30; border-bottom:1px solid #eee;}
.nav-inner{
  max-width:1180px; margin:0 auto; padding:20px 32px 26px;
  min-height:118px;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  position:relative;
}
nav.links{display:flex; gap:34px; align-items:center; padding-top:14px;}
nav.links a{color:var(--red); font-weight:600; font-size:15px;}
nav.links a.active{text-decoration:underline;}
nav.links a:hover{color:var(--red-dark); text-decoration:underline;}

.header-right{display:flex; align-items:center; gap:18px; padding-top:8px;}
.call-line{text-align:center; font-size:14px; color:var(--red); font-weight:600; line-height:1.35;}
.call-line a{color:var(--red); font-weight:700; font-size:15px;}
.call-line span{display:block; font-weight:600; font-size:13px;}
.btn{
  display:inline-block; font-weight:700; font-size:14px;
  padding:13px 22px; border-radius:3px; text-align:center; border:none; cursor:pointer;
  font-family:'Karla', sans-serif;
}
.btn-red{background:var(--red); color:#fff;}
.btn-red:hover{background:var(--red-dark);}

.logo-badge{
  position:absolute; left:50%; top:8px; transform:translateX(-50%);
  width:160px;
}
.site-logo{width:100%; height:auto; display:block;}

@media(max-width:880px){
  .nav-inner{flex-direction:column; align-items:center; gap:14px; padding-bottom:24px;}
  .logo-badge{position:static; transform:none; order:-1; margin-top:6px;}
  nav.links{gap:22px; padding-top:0;}
  .header-right{flex-direction:column; gap:12px; padding-top:0;}
}

/* ================= HERO (generic) ================= */
.hero{color:#fff; position:relative; overflow:hidden;}
.hero-grid{display:grid; grid-template-columns:1fr 1fr; align-items:stretch; min-height:520px;}
.hero-text{padding:70px 48px 70px 0; display:flex; flex-direction:column; justify-content:center;}
.hero-text h1{font-weight:800; text-transform:uppercase; font-size:clamp(1.9rem, 4vw, 3rem); line-height:1.15; margin-bottom:10px;}
.hero-text .script{font-family:'Caveat', cursive; font-weight:700; color:#fff; font-size:clamp(2.6rem,5vw,4rem); line-height:0.95; margin:4px 0;}
.hero-photo{position:relative;}
.hero-photo img{width:100%; height:100%; object-fit:cover; min-height:420px;}
.hero-buttons{display:flex; gap:18px; flex-wrap:wrap; margin-top:22px;}
.hero-buttons button, .hero-buttons a{
  background:var(--red); color:#fff; font-weight:700; font-size:15px;
  letter-spacing:0.05em; padding:16px 34px; border-radius:2px; text-transform:uppercase;
  border:none; cursor:pointer; font-family:'Karla',sans-serif;
}
.hero-buttons button:hover, .hero-buttons a:hover{background:var(--red-dark);}
@media(max-width:880px){
  .hero-grid{grid-template-columns:1fr;}
  .hero-text{padding:50px 24px;}
  .hero-photo img{min-height:280px;}
}

/* ================= SPECIALS BAR ================= */
.specials-bar{
  background:var(--maroon); color:#fff; text-align:center; padding:22px 20px;
  font-size:1.2rem; font-weight:500; cursor:pointer; border:none; width:100%;
  font-family:'Karla', sans-serif;
}
.specials-bar b{font-weight:700;}
.specials-bar:hover{background:var(--red-dark);}

/* ================= QUALITY SECTION ================= */
.quality{background:var(--cream); padding:70px 0;}
.quality-inner{max-width:760px;}
.quality-inner.right{margin-left:auto;}
.quality h2{color:var(--olive); font-weight:700; font-size:2rem; margin-bottom:20px;}
.quality p{color:var(--ink); font-size:1.05rem; max-width:70ch;}

/* ================= FEATURE (photo + text) ================= */
.feature{background:var(--cream); padding:20px 0 80px;}
.feature-grid{display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;}
.feature-grid.reverse .feature-photo{order:2;}
.feature-photo{overflow:hidden; border-radius:2px;}
.feature-photo img{width:100%; height:100%; object-fit:cover; display:block; max-height:460px;}
.feature-text .script{font-family:'Caveat', cursive; font-weight:700; font-size:2.6rem; color:var(--olive); line-height:1;}
.feature-text h3{font-weight:700; font-size:1.9rem; margin:8px 0 18px; color:var(--ink);}
.feature-text p{color:var(--ink-soft); max-width:46ch; margin-bottom:22px;}
.link-arrow{color:var(--red); font-weight:700; font-size:15px; display:inline-flex; align-items:center; gap:6px;}
.link-arrow:hover{text-decoration:underline;}
@media(max-width:880px){ .feature-grid{grid-template-columns:1fr;} .feature-grid .feature-photo{order:1;} }

/* ================= SUBS & WINGS / two photo cols ================= */
.subs-wings{background:#fff; padding:0 0 80px;}
.sw-grid{display:grid; grid-template-columns:1fr 1fr; gap:60px;}
.sw-grid h3{color:var(--olive); font-weight:600; font-size:1.7rem; margin-bottom:14px;}
.sw-grid p{color:var(--ink-soft); max-width:40ch; margin-bottom:26px;}
.sw-grid .sw-photo{margin-bottom:22px; border-radius:2px; overflow:hidden;}
.sw-grid .sw-photo img{width:100%; height:260px; object-fit:cover; display:block;}
@media(max-width:700px){ .sw-grid{grid-template-columns:1fr;} }

/* ================= INGREDIENTS BANNER ================= */
.ingredients{color:#fff; padding:64px 0 0; text-align:center;}
.ingredients h2{font-weight:800; text-transform:uppercase; font-size:clamp(1.5rem,3.2vw,2.3rem); margin-bottom:34px;}
.ing-photos{display:grid; grid-template-columns:repeat(3,1fr); gap:6px; margin-top:10px;}
.ing-photos img{width:100%; height:260px; object-fit:cover; display:block;}
.dots{display:flex; gap:8px; justify-content:center; padding:26px 0;}
.dots span{width:8px; height:8px; border-radius:50%; background:#fff; opacity:0.9;}
.dots span.off{background:transparent; border:1px solid #fff; opacity:0.6;}
@media(max-width:700px){ .ing-photos{grid-template-columns:1fr;} .ing-photos img{height:200px;} }

/* ================= TESTIMONIAL ================= */
.testimonial{background:#fff; padding:70px 0; position:relative; overflow:hidden;}
.test-grid{display:grid; grid-template-columns:1.3fr 1fr; gap:40px; align-items:center; position:relative; z-index:2;}
.test-grid blockquote{margin:0 0 14px; font-size:1.5rem; color:var(--ink); font-weight:500; line-height:1.4; max-width:22ch;}
.test-grid cite{font-style:normal; color:var(--ink-soft); font-size:0.95rem;}
.test-side{color:var(--ink-soft); font-size:1.05rem;}
.test-side a{color:var(--red); font-weight:700;}
.test-side a:hover{text-decoration:underline;}
.veg-art{position:absolute; right:-40px; top:50%; transform:translateY(-50%); width:520px; opacity:0.5; z-index:1;}
@media(max-width:880px){ .test-grid{grid-template-columns:1fr;} .veg-art{display:none;} }

/* ================= CATERING ================= */
.catering{background:var(--cream); padding:60px 0;}
.cat-grid{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:30px;}
.cat-grid h2{font-weight:700; font-size:1.7rem; color:var(--olive); max-width:16ch;}
.cat-grid h2 .script{display:block; font-family:'Caveat', cursive; font-weight:700; font-size:3.4rem; color:var(--olive); line-height:1; margin-top:6px;}
.cat-phones{text-align:right; font-size:1.05rem;}
.cat-phones div{margin-bottom:6px;}
.cat-phones a, .cat-phones b{color:var(--red); font-weight:700;}
@media(max-width:880px){ .cat-grid{flex-direction:column; align-items:flex-start;} .cat-phones{text-align:left;} }

/* ================= INSTAGRAM ================= */
.instabar{padding:22px 0 0; text-align:center; color:#fff;}
.instabar .insta-head{display:inline-flex; align-items:center; gap:10px; font-weight:700; letter-spacing:0.02em; margin-bottom:22px;}
.instabar svg{width:20px; height:20px;}
.insta-grid{display:grid; grid-template-columns:repeat(9,1fr); gap:2px;}
.insta-grid img{width:100%; height:150px; object-fit:cover; display:block;}
@media(max-width:880px){ .insta-grid{grid-template-columns:repeat(3,1fr);} .insta-grid img{height:120px;} }

/* ================= GIFT CARD ================= */
.giftcard{color:#fff; position:relative;}
.gift-grid{display:grid; grid-template-columns:1.2fr 1fr; align-items:stretch; min-height:340px;}
.gift-text{padding:60px 48px; display:flex; flex-direction:column; justify-content:center;}
.gift-text h2{font-weight:800; font-size:clamp(1.6rem,3.4vw,2.2rem); margin-bottom:2px;}
.gift-text .script{font-family:'Caveat', cursive; font-weight:700; font-size:clamp(2.2rem,4.6vw,3.2rem); color:#fff; margin-bottom:24px; line-height:1.1;}
.gift-photo img{width:100%; height:100%; object-fit:cover; min-height:260px;}
@media(max-width:880px){ .gift-grid{grid-template-columns:1fr;} .gift-text{padding:44px 24px;} }

/* ================= LOCATIONS ================= */
.locations{background:var(--cream); padding:0;}
.map-block{
  background-color:#dbe1e6;
  background-image:
    repeating-linear-gradient(100deg, rgba(255,255,255,0.7) 0 2px, transparent 2px 90px),
    repeating-linear-gradient(10deg, rgba(255,255,255,0.7) 0 2px, transparent 2px 130px);
  height:260px;
}
.loc-panel{background:var(--cream); padding:50px 0 70px; margin-top:-1px;}
.loc-cols{display:grid; grid-template-columns:repeat(2,1fr);}
.loc-col{padding:0 34px; border-left:1px solid var(--line);}
.loc-col:first-child{border-left:none; padding-left:0;}
.loc-col h3{color:var(--maroon); font-weight:700; font-size:1.5rem; margin-bottom:18px;}
.loc-col h4{font-size:13px; font-weight:700; color:var(--ink); margin:0 0 6px;}
.loc-block{margin-bottom:20px;}
.loc-block p{margin:0; color:var(--ink-soft); font-size:0.95rem;}
.loc-block a{color:var(--ink-soft); font-weight:700;}
@media(max-width:880px){
  .loc-cols{grid-template-columns:1fr; gap:34px;}
  .loc-col{border-left:none; padding-left:0; border-top:1px solid var(--line); padding-top:28px;}
  .loc-col:first-child{border-top:none; padding-top:0;}
}

/* ================= FOOTER ================= */
footer{background:#fff; padding:40px 0 26px;}
.foot-inner{display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px; margin-bottom:20px;}
.footer-logo{height:38px; width:auto; display:block;}
.foot-nav{display:flex; gap:26px;}
.foot-nav a{color:var(--red); font-weight:600; font-size:14px;}
.foot-nav a:hover{text-decoration:underline;}
.foot-social{display:flex; gap:14px;}
.foot-social a{width:34px; height:34px; border-radius:50%; background:var(--cream); display:flex; align-items:center; justify-content:center; color:var(--ink);}
.foot-social svg{width:16px; height:16px;}
footer hr{border:none; border-top:2px solid var(--red); margin:0 0 18px;}
.foot-copy{text-align:center; font-size:13px; color:var(--ink-soft);}

/* ================= MODAL (Everyday Specials) ================= */
.modal-overlay{
  position:fixed; inset:0; background:rgba(20,15,12,0.65); display:none;
  align-items:center; justify-content:center; z-index:100; padding:20px;
}
.modal-overlay.open{display:flex;}
.modal-box{
  background:#fff; border-radius:4px; max-width:460px; width:100%;
  padding:44px 38px; position:relative; text-align:center;
}
.modal-close{
  position:absolute; top:14px; right:14px; width:30px; height:30px; border-radius:50%;
  background:var(--red); color:#fff; border:none; font-size:16px; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
}
.modal-close:hover{background:var(--red-dark);}
.modal-box h3{color:var(--maroon); font-size:1.5rem; font-weight:700; margin-bottom:22px;}
.special-item{margin-bottom:20px;}
.special-item p{margin:0 0 4px; color:var(--ink); font-weight:600;}
.special-item .price{color:var(--red); font-weight:800; font-size:1.15rem;}
.special-item small{display:block; color:var(--ink-soft); font-weight:400; font-size:0.85rem; margin-top:2px;}
.modal-combo-label{font-weight:700; color:var(--olive); margin:18px 0 10px; text-transform:uppercase; font-size:0.8rem; letter-spacing:0.06em;}

/* ================= MENU PAGE ================= */
.menu-section{padding:56px 0; border-bottom:1px solid var(--line);}
.menu-section:last-of-type{border-bottom:none;}
.menu-section.cream{background:var(--cream);}
.menu-section h2{color:var(--olive); font-weight:700; font-size:1.9rem; margin-bottom:30px; text-align:center;}
.menu-cols{display:grid; grid-template-columns:1fr 1fr 1fr; gap:34px;}
.menu-cols.two{grid-template-columns:1fr 1fr;}
.menu-item{margin-bottom:26px;}
.menu-item-head{display:flex; justify-content:space-between; align-items:baseline; gap:10px; border-bottom:1px dotted var(--line); padding-bottom:4px; margin-bottom:6px;}
.menu-item-head h4{font-size:1.02rem; font-weight:700; margin:0;}
.menu-item-head .price{color:var(--red); font-weight:700; white-space:nowrap;}
.menu-item p{margin:0; color:var(--ink-soft); font-size:0.92rem;}
.menu-note{text-align:center; color:var(--ink-soft); font-size:0.9rem; margin-top:10px; max-width:70ch; margin-left:auto; margin-right:auto;}
.menu-section-media{display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:start; margin-bottom:20px;}
.menu-section-media img{border-radius:2px; width:100%; height:100%; object-fit:cover; max-height:340px;}
@media(max-width:880px){
  .menu-cols{grid-template-columns:1fr;}
  .menu-cols.two{grid-template-columns:1fr;}
  .menu-section-media{grid-template-columns:1fr;}
}
.full-bleed-photo{width:100%; height:340px; object-fit:cover; display:block;}
@media(max-width:700px){ .full-bleed-photo{height:220px;} }

/* ================= ABOUT PAGE ================= */
.about-hero{color:#fff; position:relative;}
.about-hero-grid{display:grid; grid-template-columns:1fr 1fr; align-items:stretch; min-height:480px;}
.about-hero-text{padding:70px 48px 70px 0; display:flex; flex-direction:column; justify-content:center;}
.about-hero-text .script{font-family:'Caveat', cursive; font-weight:700; font-size:clamp(2.6rem,5.4vw,4.2rem); line-height:1; margin:6px 0;}
.about-hero-text h1{font-weight:600; font-size:clamp(1.3rem,2.6vw,1.9rem); text-transform:none; max-width:20ch;}
.about-hero-text p{color:#e6dccb; max-width:48ch; margin-top:18px;}
.about-hero-photo img{width:100%; height:100%; object-fit:cover; min-height:420px;}
@media(max-width:880px){ .about-hero-grid{grid-template-columns:1fr;} .about-hero-text{padding:50px 24px;} }

.meet-section{background:#fff; padding:80px 0;}
.meet-grid{display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start;}
.meet-grid .script{font-family:'Caveat', cursive; font-weight:700; font-size:2.6rem; color:var(--olive); display:inline;}
.meet-grid h3{font-weight:600; font-size:1.9rem; margin-bottom:18px; color:var(--ink);}
.meet-grid p{color:var(--ink-soft); margin-bottom:16px; max-width:54ch;}
.meet-photo img{border-radius:2px; width:100%;}
.meet-photo figcaption{margin-top:10px; font-size:0.85rem; color:var(--ink-soft); font-style:italic;}
@media(max-width:880px){ .meet-grid{grid-template-columns:1fr;} }
