/* THE GARAGE - Birmingham, AL
   Palette: charcoal #2b2825, cream #e8e2d3, concrete #8c877e, wood #5a4632, amber #d9a256 */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Zilla+Slab:wght@400;600;700&family=Kaushan+Script&display=swap');

:root{
  --charcoal:#2b2825;
  --cream:#e8e2d3;
  --concrete:#8c877e;
  --wood:#5a4632;
  --wood-dark:#3f3220;
  --amber:#d9a256;
  --text-muted-onlight:#5f5a52;
  --text-muted-ondark:#b5afa3;
  --text-muted-onwood:#c2bcb0;
  --max: 980px;
  --nav-height: 92px;
  --jump-nav-height: 48px;
  --font-script: 'Kaushan Script', cursive;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  position:relative;
  margin:0;
  background:var(--cream);
  color:var(--charcoal);
  font-family:'Zilla Slab', Georgia, serif;
  font-size:17px;
  line-height:1.6;
}

h1,h2,h3,.brand{
  font-family:'Anton', Impact, sans-serif;
  font-weight:400;
  letter-spacing:0.5px;
  text-transform:uppercase;
  margin:0 0 0.5em;
  color:var(--charcoal);
}

/* default links sit on light backgrounds: wood passes 6.9:1 on cream, wood-dark hover passes 9.6:1 */
a{color:var(--wood); text-decoration:none;}
a:hover, a:focus{color:var(--wood-dark); text-decoration:underline;}
a:focus-visible{outline:2px solid var(--wood-dark); outline-offset:2px;}

/* links on dark backgrounds (header/footer) get amber, which only passes contrast on charcoal, not cream */
.site-header a{color:var(--cream);}
.site-footer a{color:var(--amber);}
.site-header a:hover, .site-header a:focus{color:var(--amber);}
.site-footer a:hover, .site-footer a:focus{color:var(--cream);}
.site-header a:focus-visible, .site-footer a:focus-visible{outline-color:var(--amber);}

img{max-width:100%; display:block;}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* ---------- skip link ---------- */
.skip-link{
  position:absolute;
  left:-999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:100;
  background:var(--amber);
  color:var(--charcoal);
  font-family:'Anton', sans-serif;
  letter-spacing:0.5px;
  text-transform:uppercase;
  padding:0.75rem 1.25rem;
  border-radius:0 0 4px 0;
}
.skip-link:focus{
  left:0;
  top:0;
  width:auto;
  height:auto;
  outline:2px solid var(--wood-dark);
}

/* ---------- wire divider (signature element) ---------- */
.wire-divider{
  width:100%;
  height:40px;
  margin:2.5rem 0;
}
.wire-divider svg{width:100%; height:100%; display:block;}

/* ---------- header / nav ---------- */
.site-header{
  background:var(--charcoal);
  border-bottom:3px solid var(--wood);
  position:sticky;
  top:0;
  z-index:50;
}
.nav-wrap{
  max-width:var(--max);
  margin:0 auto;
  padding:0.75rem 1.25rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:0.75rem;
}
.brand{
  color:var(--cream);
  font-size:1.5rem;
  margin:0;
  display:flex;
  align-items:baseline;
  gap:0.5rem;
}
.brand .est{
  font-family:'Zilla Slab', serif;
  text-transform:none;
  font-size:0.7rem;
  color:var(--amber);
  letter-spacing:1px;
}
.brand a{color:inherit; display:flex; align-items:center; gap:0.55rem;}
.main-nav ul{
  list-style:none;
  display:flex;
  gap:0.5rem;
  margin:0;
  padding:0;
  flex-wrap:wrap;
}
.main-nav a{
  display:inline-block;
  color:var(--cream);
  font-family:'Zilla Slab', Georgia, serif;
  font-weight:600;
  font-size:1.05rem;
  letter-spacing:0.2px;
  text-transform:none;
  padding:0.6rem 1.15rem;
  border-radius:6px;
  border:1px solid transparent;
}
.main-nav a:hover, .main-nav a:focus{
  color:var(--cream);
  background:rgba(217,162,86,0.14);
  border-color:rgba(217,162,86,0.45);
  text-decoration:none;
}
.main-nav a.active{
  color:var(--charcoal);
  background:var(--amber);
  border-color:var(--amber);
}
.call-btn{flex-shrink:0;}
.site-header .call-btn,
.site-header .call-btn:hover,
.site-header .call-btn:focus{color:var(--charcoal);}
@media (max-width:640px){
  .nav-wrap{justify-content:center; text-align:center; padding:0.85rem 1rem;}
  .main-nav{order:3; width:100%;}
  .main-nav ul{justify-content:center; gap:0.35rem;}
  .main-nav a{padding:0.5rem 0.85rem; font-size:0.95rem;}
}

/* ---------- hero ---------- */
.hero{
  position:relative;
  background:var(--charcoal);
  color:var(--cream);
  text-align:center;
  padding:0;
  overflow:hidden;
}
.hero-inner{
  position:relative;
  max-width:var(--max);
  margin:0 auto;
  padding:4rem 1.25rem 3rem;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:3rem;
  text-align:left;
  flex-wrap:wrap;
}
.hero-text{flex:1 1 380px; min-width:280px; text-align:left;}
.hero-poster-col{flex:0 1 340px; display:flex; justify-content:center;}
.hero h1{
  color:var(--cream);
  font-size:clamp(2.5rem, 6vw, 4.5rem);
  margin-bottom:0.25rem;
}
.hero .tagline{
  font-family:'Zilla Slab', serif;
  font-style:italic;
  color:var(--amber);
  font-size:1.1rem;
  margin-bottom:1.5rem;
}
.hero .lede{
  max-width:520px;
  margin:0 0 1.75rem;
  color:var(--text-muted-ondark);
}
@media (max-width:760px){
  .hero-inner{flex-direction:column; text-align:center; padding:2.5rem 1.25rem 2.25rem;}
  .hero-text{text-align:center;}
}
.btn{
  display:inline-flex;
  align-items:center;
  gap:0.5em;
  font-family:'Anton', sans-serif;
  letter-spacing:1px;
  text-transform:uppercase;
  background:var(--amber);
  color:var(--charcoal);
  padding:0.75rem 1.75rem;
  border-radius:2px;
  border:none;
}
.btn-icon{flex-shrink:0;}
.btn:hover{background:var(--cream); color:var(--charcoal); text-decoration:none;}
.btn.outline{
  background:transparent;
  border:2px solid var(--amber);
  color:var(--amber);
}
.btn.outline:hover{background:var(--amber); color:var(--charcoal); text-decoration:none;}

/* ---------- sections ---------- */
main{max-width:var(--max); margin:0 auto; padding:0 1.25rem 4rem;}
section{padding:2.5rem 0;}
.section-title{
  font-size:2rem;
  border-bottom:3px solid var(--wood);
  display:inline-block;
  padding-bottom:0.15em;
  margin-bottom:1.25rem;
}

.card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px,1fr));
  gap:1.5rem;
}
.card{
  background:#f2eee2;
  border:1px solid var(--concrete);
  border-radius:4px;
  padding:1.25rem 1.5rem;
}
.card h3{font-size:1.15rem; margin-bottom:0.4em;}
.script-title{
  font-family:var(--font-script);
  font-weight:400;
  text-transform:none;
  letter-spacing:normal;
  font-size:1.6rem;
  line-height:1.3;
}

/* ---------- menu styling ---------- */
.menu-columns{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px,1fr));
  gap:2rem 2.5rem;
  margin-bottom:2rem;
}
.menu-group h3{
  font-size:1.2rem;
  color:var(--wood);
  border-bottom:2px dotted var(--concrete);
  padding-bottom:0.25em;
  margin-bottom:0.6em;
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:0.75em;
}
.menu-group .price-note{
  font-family:'Anton', sans-serif;
  font-size:1rem;
  color:var(--wood);
  font-weight:400;
  text-transform:none;
  letter-spacing:0.3px;
  white-space:nowrap;
}
.menu-line{
  display:flex;
  align-items:baseline;
  gap:0.4em;
  margin:0.3em 0;
}
.menu-line .name{white-space:nowrap;}
.menu-line .dots{
  flex:1;
  border-bottom:1px dotted var(--concrete);
  margin-bottom:0.3em;
}
.menu-line .price{white-space:nowrap; font-weight:600;}

/* ---------- soup cup/bowl sizes ---------- */
.soup-sizes{
  display:flex;
  justify-content:center;
  gap:0.85rem;
  margin-top:1rem;
}
.soup-size{
  flex:1 1 90px;
  max-width:110px;
  background:var(--cream);
  border:1px solid var(--concrete);
  border-radius:6px;
  padding:0.6rem 0.5rem 0.55rem;
  text-align:center;
}
.soup-size-label{
  display:block;
  font-family:'Anton', sans-serif;
  font-size:0.68rem;
  letter-spacing:0.5px;
  text-transform:uppercase;
  color:var(--text-muted-onlight);
  margin-bottom:0.3rem;
}
.soup-size-price{
  display:block;
  font-family:'Anton', sans-serif;
  font-size:1.1rem;
  color:var(--wood);
}

/* ---------- toppings: 3-column layout ---------- */
.topping-columns{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:1.5rem 2rem;
}
.topping-subhead{
  font-size:0.78rem;
  font-family:'Anton', sans-serif;
  letter-spacing:0.4px;
  text-transform:uppercase;
  color:var(--text-muted-onlight);
  margin:0 0 0.5rem;
}
@media (max-width:700px){
  .topping-columns{grid-template-columns:1fr 1fr;}
}
@media (max-width:480px){
  .topping-columns{grid-template-columns:1fr;}
}

.sandwich-feature{
  display:flex;
  gap:1.5rem;
  flex-wrap:wrap;
  margin:1.5rem 0;
}
.sandwich-feature .card{
  flex:1;
  min-width:220px;
  text-align:center;
  position:relative;
  border-width:2px;
  padding-top:1.5rem;
}
.sandwich-feature .card::before,
.sandwich-feature .card::after{
  content:"\2766";
  position:absolute;
  top:8px;
  font-size:0.7rem;
  color:var(--concrete);
}
.sandwich-feature .card::before{left:12px;}
.sandwich-feature .card::after{right:12px;}
.sandwich-feature .card h3{
  font-family:var(--font-script);
  font-weight:400;
  text-transform:none;
  letter-spacing:normal;
  font-size:1.9rem;
  margin-bottom:0.25em;
}
.sandwich-feature .price{
  font-family:'Anton', sans-serif;
  font-size:1.5rem;
  color:var(--wood);
}

/* ---------- two-price row (whole/half, cup/bowl, etc.) ---------- */
.price-pair{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:0.75rem 1.5rem;
  background:#f2eee2;
  border:1px solid var(--concrete);
  border-radius:4px;
  padding:0.9rem 1.25rem;
  margin:1rem 0;
}
.price-pair .name{
  font-weight:600;
  flex:1 1 160px;
}
.price-pair .sizes{
  display:flex;
  gap:1.75rem;
  flex-wrap:wrap;
}
.price-pair .size{
  display:flex;
  flex-direction:column;
  align-items:center;
  min-width:64px;
}
.price-pair .size-label{
  font-family:'Anton', sans-serif;
  font-size:0.68rem;
  letter-spacing:0.5px;
  text-transform:uppercase;
  color:var(--text-muted-onlight);
  margin-bottom:0.15rem;
}
.price-pair .size-price{
  font-family:'Anton', sans-serif;
  font-size:1.15rem;
  color:var(--wood);
}

/* ---------- generic card price emphasis ---------- */
.card .card-price{
  font-family:'Anton', sans-serif;
  font-size:1.3rem;
  color:var(--wood);
  margin:0.5rem 0 0;
}

/* ---------- small badges (dietary, tap, etc.) ---------- */
.badge{
  display:inline-flex;
  align-items:center;
  font-family:'Anton', sans-serif;
  font-size:0.68rem;
  letter-spacing:0.5px;
  text-transform:uppercase;
  color:var(--wood-dark);
  background:rgba(217,162,86,0.25);
  border:1px solid var(--amber);
  border-radius:3px;
  padding:0.15rem 0.45rem;
  margin-left:0.5rem;
  vertical-align:middle;
}

/* ---------- topping / ingredient tags ---------- */
.tag-list{
  display:flex;
  flex-wrap:wrap;
  gap:0.4rem;
  margin:0;
  padding:0;
  list-style:none;
}
.tag-list li{
  font-size:0.85rem;
  background:#f2eee2;
  border:1px solid var(--concrete);
  border-radius:20px;
  padding:0.25rem 0.75rem;
  color:var(--text-muted-onlight);
}

/* ---------- kitchen hours note ---------- */
.kitchen-note{
  font-size:0.88rem;
  color:var(--text-muted-onlight);
  background:#f2eee2;
  border:1px solid var(--concrete);
  border-radius:4px;
  padding:0.6rem 1rem;
  margin:0 0 1.25rem;
  display:inline-block;
}

.notice-bar{
  background:var(--wood);
  color:var(--cream);
  font-family:'Anton', sans-serif;
  font-size:0.85rem;
  letter-spacing:0.5px;
  text-align:center;
  padding:0.6rem 1rem;
  text-transform:uppercase;
}
.notice-bar span{margin:0 0.75rem;}

/* ---------- menu jump nav ---------- */
.menu-jump-nav{
  position:sticky;
  top:var(--nav-height, 92px);
  z-index:40;
  min-height:var(--jump-nav-height, 48px);
  display:flex;
  align-items:center;
  background:var(--cream);
  border-bottom:1px solid var(--concrete);
  padding:0.5rem 1.25rem;
  margin:0 -1.25rem 1.5rem;
}
.menu-jump-nav ul{
  list-style:none;
  margin:0 auto;
  padding:0;
  max-width:var(--max);
  width:100%;
  display:flex;
  gap:0.5rem;
  flex-wrap:wrap;
  justify-content:center;
}
.menu-jump-nav a{
  font-family:'Anton', sans-serif;
  font-size:0.8rem;
  letter-spacing:0.5px;
  text-transform:uppercase;
  color:var(--wood);
  padding:0.4rem 0.9rem;
  border:1px solid var(--concrete);
  border-radius:4px;
  text-decoration:none;
}
.menu-jump-nav a:hover, .menu-jump-nav a:focus{
  background:var(--amber);
  border-color:var(--amber);
  color:var(--charcoal);
}

/* ---------- menu section divider ---------- */
.menu-section-head{
  background:var(--wood);
  color:var(--cream);
  border-radius:6px;
  padding:1.5rem 1.75rem;
  margin:2.5rem 0 1.75rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.25rem;
  flex-wrap:wrap;
  /* the jump nav above is also sticky, so anchor jumps need extra
     clearance beyond the main header's scroll-padding-top or the
     section head lands hidden behind the jump nav bar */
  scroll-margin-top:calc(var(--nav-height) + var(--jump-nav-height) + 1rem);
}
.menu-section-head .head-text{flex:1 1 200px;}
.menu-jump-nav + .menu-section-head{margin-top:0;}
.menu-section-head h2{
  font-family:var(--font-script);
  font-weight:400;
  text-transform:none;
  letter-spacing:normal;
  font-size:2.4rem;
  color:var(--cream);
  border-bottom:3px solid var(--amber);
  display:inline-block;
  padding-bottom:0.1em;
  margin-bottom:0.4rem;
}
.menu-section-head p{color:var(--text-muted-onwood); margin:0;}

/* ---------- retro circular price badge ---------- */
.price-badge{
  width:88px;
  height:88px;
  border-radius:50%;
  border:2px solid var(--amber);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.price-badge .top{font-family:'Anton', sans-serif; font-size:1rem; color:var(--cream);}
.price-badge .divider{width:55%; border-top:1px dotted var(--amber); margin:0.2rem 0;}
.price-badge .label{font-family:'Anton', sans-serif; font-size:0.6rem; letter-spacing:0.5px; text-transform:uppercase; color:var(--text-muted-ondark);}
.price-badge .bottom{font-family:'Anton', sans-serif; font-size:0.85rem; color:var(--cream);}

/* ---------- retro oval badge (kitchen hours, etc.) ---------- */
.oval-badge-wrap{text-align:center; margin:0 0 1.5rem;}
.oval-badge{
  display:inline-block;
  background:var(--charcoal);
  color:var(--cream);
  font-family:var(--font-script);
  font-size:1.4rem;
  line-height:1;
  padding:0.4rem 1.5rem 0.3rem;
  border-radius:20px;
}
.oval-badge-wrap p{
  font-family:'Anton', sans-serif;
  font-size:0.95rem;
  letter-spacing:0.4px;
  text-transform:uppercase;
  color:var(--text-muted-onlight);
  margin:0.7rem 0 0;
}

.status-pill{
  display:inline-flex;
  align-items:center;
  gap:0.45em;
  font-family:'Zilla Slab', serif;
  font-size:0.85rem;
  color:var(--text-muted-ondark);
}
.status-pill.open{color:var(--text-muted-ondark);}
.status-pill.closed{color:var(--text-muted-ondark);}
.status-pill .dot{width:7px; height:7px; border-radius:50%; flex-shrink:0;}
.status-pill.open .dot{background:#6f9a63;}
.status-pill.closed .dot{background:#8c877e;}

/* ---------- about / story ---------- */
.about-photo{
  border-radius:4px;
  border:1px solid var(--concrete);
  margin-bottom:1.5rem;
}

/* ---------- poster brand mark ---------- */
.brand-mark{
  height:38px;
  width:auto;
  display:block;
  border-radius:3px;
}
.hero-poster{
  width:100%;
  max-width:340px;
  border-radius:6px;
  box-shadow:0 12px 40px rgba(0,0,0,0.5);
}

/* ---------- photo feature (2 massive photos) ---------- */
.photo-feature-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1.25rem;
  margin:1.5rem 0;
}
.photo-feature-2 img{
  width:100%;
  height:520px;
  object-fit:cover;
  border-radius:6px;
  border:1px solid var(--concrete);
  box-shadow:0 10px 30px rgba(0,0,0,0.15);
}
@media (max-width:760px){
  .photo-feature-2{grid-template-columns:1fr;}
  .photo-feature-2 img{height:360px;}
}
.photo-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:0.8rem;
  margin:1.5rem 0;
}
.photo-grid img{
  width:100%;
  aspect-ratio:3 / 4;
  height:auto;
  object-fit:cover;
  border-radius:4px;
  border:1px solid var(--concrete);
}
@media (max-width:700px){
  .photo-grid{grid-template-columns:repeat(2, 1fr);}
}

.history-photos{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1rem;
  margin:1.5rem 0;
}
.history-photos img{
  border-radius:4px;
  border:1px solid var(--concrete);
  width:100%;
  object-fit:cover;
  height:260px;
}
.history-photos figcaption{
  font-size:0.8rem;
  color:var(--text-muted-onlight);
  margin-top:0.4rem;
  font-style:italic;
}
.history-photos figure{margin:0;}
@media (max-width:640px){
  .history-photos{grid-template-columns:1fr;}
}
blockquote{
  font-family:'Zilla Slab', serif;
  font-style:italic;
  color:var(--wood);
  border-left:4px solid var(--amber);
  margin:1.5rem 0;
  padding:0.25rem 1.25rem;
}

/* ---------- order highlights ---------- */
.order-feature{
  display:flex;
  flex-wrap:wrap;
  background:#f2eee2;
  border:1px solid var(--concrete);
  border-radius:6px;
  overflow:hidden;
  margin-bottom:1.5rem;
}
.order-feature img{
  flex:1 1 320px;
  min-width:260px;
  width:100%;
  height:280px;
  object-fit:cover;
  display:block;
}
.order-feature-body{
  flex:1 1 320px;
  min-width:260px;
  padding:2rem 2.25rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.order-feature-body h3{font-size:1.5rem; margin-bottom:0.5em;}
.order-feature-body p{margin:0 0 1.25rem; color:var(--text-muted-onlight);}
.order-feature-body .btn{align-self:flex-start;}
.order-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:1.5rem;
}
.order-card{
  background:#f2eee2;
  border:1px solid var(--concrete);
  border-radius:6px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:transform 0.18s ease, box-shadow 0.18s ease;
}
.order-card:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 22px rgba(0,0,0,0.12);
}
.order-card img{
  width:100%;
  height:320px;
  object-fit:cover;
  display:block;
}
.order-card-body{padding:1.1rem 1.35rem 1.4rem;}
.order-card-body h3{font-size:1.1rem; margin-bottom:0.35em;}
.order-card-body p{margin:0; color:var(--text-muted-onlight); font-size:0.93rem;}
@media (max-width:600px){
  .order-grid{grid-template-columns:1fr;}
  .order-feature-body{padding:1.5rem 1.5rem 1.75rem;}
  .order-feature img{height:220px;}
}

/* ---------- find us ---------- */
.find-feature{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:2.5rem;
}
.find-feature-body{
  flex:1 1 300px;
  min-width:260px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:0.15rem;
}
.find-address{
  display:flex;
  gap:0.75rem;
  align-items:flex-start;
  font-size:1.08rem;
  line-height:1.55;
  margin:0 0 1rem;
  color:var(--charcoal);
}
.find-address svg{flex-shrink:0; margin-top:0.25rem; color:var(--wood);}
.find-detail{
  display:flex;
  align-items:center;
  gap:0.75rem;
  margin:0 0 0.6rem;
  color:var(--charcoal);
}
.find-detail svg{flex-shrink:0; color:var(--wood);}
.find-detail .status-pill{color:var(--text-muted-onlight);}
.find-detail .status-pill.open .dot{background:#5f8a53;}
.find-detail .status-pill.closed .dot{background:var(--concrete);}
.find-feature-body .btn{margin-top:1rem; align-self:flex-start;}
.map-embed{
  flex:1 1 420px;
  min-width:280px;
  width:100%;
  border:1px solid var(--concrete);
  border-radius:6px;
  overflow:hidden;
  min-height:340px;
  align-self:stretch;
}
.map-embed iframe{width:100%; height:100%; min-height:340px; border:0;}
@media (max-width:760px){
  .find-feature{flex-direction:column;}
}
@media (max-width:520px){
  .menu-section-head{justify-content:center; text-align:center;}
  .menu-section-head .head-text{flex:1 1 100%;}
}

/* ---------- footer ---------- */
.site-footer{
  background:var(--charcoal);
  color:var(--cream);
  padding:2.25rem 1.25rem 0;
  font-size:0.95rem;
  border-top:1px solid rgba(232,226,211,0.18);
}
.footer-inner{max-width:var(--max); margin:0 auto;}

.footer-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:flex-start;
  column-gap:3rem;
  row-gap:1.5rem;
  padding-bottom:1.5rem;
  border-bottom:1px solid rgba(232,226,211,0.15);
}
.footer-brand{flex:0 1 320px;}
.footer-nav-col{flex:0 0 auto;}
.footer-hours-col{flex:0 0 auto;}
.footer-brand .brand{font-size:1.35rem; margin-bottom:0.5rem;}
.footer-tagline{
  color:var(--text-muted-ondark);
  font-size:0.92rem;
  max-width:32ch;
  margin:0 0 0.9rem;
}
.footer-social{display:flex; gap:0.6rem;}
.footer-social a{
  width:38px; height:38px;
  display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(232,226,211,0.25);
  border-radius:6px;
  color:var(--cream);
}
.footer-social a:hover, .footer-social a:focus{
  border-color:var(--amber);
  color:var(--amber);
  text-decoration:none;
}

.footer-buttons{display:flex; flex-wrap:wrap; gap:0.6rem; margin-top:0.85rem;}
.btn-sm{padding:0.5rem 1rem; font-size:0.78rem;}

.footer-col h4{
  font-family:'Zilla Slab', serif;
  font-style:italic;
  font-weight:600;
  font-size:0.95rem;
  letter-spacing:0.3px;
  text-transform:uppercase;
  color:var(--amber);
  margin:0 0 0.9rem;
}
.footer-col ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:0.6rem;}
.footer-col ul a{font-family:'Zilla Slab', serif; font-size:0.95rem;}

.footer-contact{margin-bottom:1.1rem;}
.footer-contact p{margin:0 0 0.5rem; color:var(--text-muted-ondark); font-size:0.92rem;}
.footer-contact .email{font-weight:700; color:var(--cream);}

.footer-hours-col .status-pill{margin-bottom:0.7rem;}
.footer-hours-col p{margin:0;}

.footer-hours{margin-top:0.2rem;}
.footer-hours .hours-row{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  font-size:0.87rem;
  color:var(--text-muted-ondark);
  padding:0.2rem 0;
  border-bottom:1px dotted rgba(232,226,211,0.12);
}
.footer-hours .hours-row:last-child{border-bottom:none;}
.footer-hours .hours-row span:first-child{color:var(--cream);}

.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:0.75rem;
  padding:1rem 0 1.25rem;
  font-size:0.85rem;
  color:var(--text-muted-ondark);
}
.footer-bottom a{color:var(--text-muted-ondark); text-decoration:underline;}
.footer-bottom a:hover, .footer-bottom a:focus{color:var(--amber);}

@media (max-width:760px){
  .footer-grid{flex-direction:column; gap:2rem;}
}

/* ---------- lightbox (click-to-enlarge images) ---------- */
.lightbox-img{cursor:zoom-in;}
.lightbox-img:focus-visible{outline:2px solid var(--wood-dark); outline-offset:2px;}

.lightbox-overlay{
  position:fixed;
  inset:0;
  background:rgba(20,17,14,0.92);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:4vh 4vw;
  z-index:1000;
  opacity:0;
  visibility:hidden;
  transition:opacity 0.2s ease;
}
.lightbox-overlay.is-open{
  opacity:1;
  visibility:visible;
}
.lightbox-figure{
  max-width:100%;
  max-height:100%;
  margin:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0.75rem;
}
.lightbox-figure img{
  max-width:100%;
  max-height:80vh;
  width:auto;
  border-radius:4px;
  box-shadow:0 10px 40px rgba(0,0,0,0.5);
}
.lightbox-caption{
  color:var(--cream);
  font-size:0.9rem;
  text-align:center;
  max-width:70ch;
}
.lightbox-close{
  position:absolute;
  top:1rem;
  right:1.25rem;
  width:44px;
  height:44px;
  border-radius:50%;
  border:none;
  background:rgba(232,226,211,0.15);
  color:var(--cream);
  font-family:'Anton', sans-serif;
  font-size:1.5rem;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lightbox-close:hover, .lightbox-close:focus{
  background:rgba(232,226,211,0.3);
}
.lightbox-close:focus-visible{
  outline:2px solid var(--amber);
  outline-offset:2px;
}
