:root{
  --bg:#f7f1e8;
  --header-offset: 112px;
  --text:#34231e;
  --muted:#6b5a53;
  --accent:#8f1f25;
  --border:#e6d6c8;
  --shadow:0 12px 28px rgba(60,32,20,.10);
  --radius:20px;
  --max:1120px;
}
*{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  scroll-padding-top: var(--page-scroll-padding, 140px);
}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(214,173,96,.10), transparent 22%),
    linear-gradient(180deg,#fcf8f2 0%,var(--bg) 100%);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max), calc(100% - 28px));margin:0 auto}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:90;
  min-height:150px;
  padding:8px 0 4px;
  background:rgba(252,248,242,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(143,31,37,.12);
  box-shadow:0 6px 18px rgba(60,32,20,.04);
  transition:padding .22s ease, background .22s ease, box-shadow .22s ease, border-color .22s ease;
  transform:translateZ(0);
}
.site-header.is-shrunk{
  min-height:92px;
  padding:2px 0 0;
  background:rgba(252,248,242,.97);
  box-shadow:0 10px 24px rgba(60,32,20,.08);
}
.header-inner{
  min-height:130px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
  transition:gap .22s ease, padding .22s ease;
}
.site-header.is-shrunk .header-inner{
  min-height:78px;
  gap:6px;
}
.centered-brand{
  width:100%;
  display:flex;
  justify-content:center;
}
.logo-link{
  display:inline-block;
  line-height:0;
  border-radius:18px;
  transition:transform .18s ease;
  -webkit-tap-highlight-color:transparent;
}
.logo-link:hover{transform:scale(1.04)}
.logo-link:active{transform:scale(0.97)}
.header-logo{
  width:min(450px, 100vw);
  display:block;
  margin:0 auto;
  filter:drop-shadow(0 10px 20px rgba(60, 32, 20, 0.20));
  transition:width .22s ease, transform .22s ease, filter .22s ease;
  transform-origin:center top;
}
.logo-link:hover .header-logo{
  filter:drop-shadow(0 12px 22px rgba(60, 32, 20, 0.24));
}
.site-header.is-shrunk .header-logo{
  width:min(150px, 40vw);
  transform:scale(.9);
}
.centered-nav{
  width:100%;
  display:flex;
  justify-content:center;
  gap:26px;
  flex-wrap:wrap;
}
.nav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  font-size:15px;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-weight:700;
  padding-bottom:10px;
  transition:color .18s ease, transform .18s ease;
}
.nav a:hover{
  color:var(--accent);
  transform:translateY(-1px);
}

/* Sections */
.section{padding:50px 0}
#specials.section{padding-top:34px;padding-bottom:42px}
#photos.section{padding-top:38px;padding-bottom:42px}
#reviews.section{padding-top:38px;padding-bottom:42px}
#menu.section{padding-top:42px;padding-bottom:42px}
#visit.section{padding-top:42px;padding-bottom:48px}
.section-title{
  font-family:Inter, Arial, sans-serif;
  font-size:clamp(40px,5vw,64px);
  line-height:1;
  margin:0 0 8px;
  text-align:center;
  letter-spacing:-.025em;
}
.section-subtitle{
  margin:0 auto 22px;
  text-align:center;
  max-width:760px;
  color:var(--muted);
  font-size:17px;
  line-height:1.6;
}
.hero-card, .menu-card, .review-card, .map-wrap, .directions-card, .google-reviews-shell, .photo-carousel-shell{
  background:rgba(255,255,255,.82);
  border:1px solid var(--border);
  border-radius:18px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(4px);
}
.hero-card{overflow:hidden}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:0;
  align-items:stretch;
}
.hero-image{
  order:2;
}
.hero-copy{
  order:1;
}
.hero-image{
  background:linear-gradient(180deg, rgba(255,255,255,.25), rgba(255,255,255,0));
  padding:18px;
  border-left:1px solid rgba(230,214,200,.9);
}
.specials-banner{
  width:100%;
  height:auto;
  max-height:90vh;
  object-fit:contain;
  object-position:top center;
  background:#f7f1e8;
  border-radius:16px;
  padding:10px;
  transition:transform .18s ease;
}
.js-dynamic-specials .specials-banner,
.js-dynamic-specials .specials-lightbox-image{
  display:none !important;
}
.hero-copy{
  padding:28px 28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.badge{
  display:inline-block;
  align-self:flex-start;
  background:rgba(143,31,37,.08);
  color:var(--accent);
  border:1px solid rgba(143,31,37,.10);
  border-radius:999px;
  padding:8px 14px;
  font-weight:700;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:14px;
}
.hero-copy h1{
  margin:0 0 10px;
  font-size:clamp(42px,5vw,62px);
  line-height:.95;
  font-family:"Cormorant Garamond",serif;
}
.hero-lead{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.65;
  max-width:30rem;
}
.hero-highlights{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.highlight{
  background:rgba(143,31,37,.08);
  border:1px solid rgba(143,31,37,.15);
  border-radius:999px;
  padding:8px 14px;
  font-size:14px;
  font-weight:700;
  color:var(--accent);
}


  50%{transform:translateY(-2px); box-shadow:0 10px 24px rgba(143,31,37,.16);}
}


.hero-divider{
  width:72px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--accent), #d7b06a);
  margin:16px 0 14px;
}
.hero-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:16px;
}
.meta-card{
  background:rgba(143,31,37,.05);
  border:1px solid rgba(143,31,37,.08);
  border-radius:14px;
  padding:11px 13px;
  min-height:70px;
}
.meta-label{
  display:block;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--accent);
  font-weight:800;
  margin-bottom:6px;
}
.meta-card a,
.meta-card span:last-child{
  font-weight:700;
  color:var(--text);
}
.btn-row{display:flex;gap:12px;flex-wrap:wrap}
.centered-buttons{justify-content:center;margin-top:22px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:12px;
  font-weight:700;
  transition:.18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:linear-gradient(180deg,#a9272d 0%, var(--accent) 100%);
  color:#fff;
  box-shadow:0 8px 18px rgba(143,31,37,.22);
}
.btn-secondary{
  background:#fff;
  border:1px solid var(--border);
}
.btn-strong{min-width:180px}
.rating-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 16px;
  background:rgba(143,31,37,.08);
  border:1px solid rgba(143,31,37,.15);
  border-radius:12px;
  font-weight:800;
  color:var(--accent);
  font-size:14px;
  white-space:nowrap;
}

/* Reviews */
.google-reviews-shell{
  padding:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(255,252,247,.84) 100%);
}
.google-reviews-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(230,214,200,.8);
  margin-bottom:18px;
}
.google-reviews-label{
  display:inline-block;
  background:rgba(143,31,37,.08);
  border:1px solid rgba(143,31,37,.10);
  border-radius:999px;
  padding:6px 12px;
  margin-bottom:10px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--accent);
  font-weight:800;
}
.google-rating-summary{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(28px,4vw,40px);
  font-weight:700;
  line-height:1;
}
.reviews-status{color:var(--muted);margin:8px 0 12px}
.reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.google-reviews-grid{gap:18px}
.review-card{
  padding:18px;
  transition:transform .18s ease, box-shadow .18s ease;
}
.review-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 34px rgba(60,32,20,.12);
}
.google-review-card{
  min-height:100%;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(230,214,200,.9);
  border-radius:18px;
  box-shadow:0 10px 24px rgba(60,32,20,.08);
  position:relative;
  overflow:hidden;
}
.google-review-card::before{
  content:"";
  position:absolute;
  top:0;
  left:24px;
  width:56px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--accent), #d7b06a);
}
.stars{
  color:#d59d1d;
  letter-spacing:.08em;
  font-size:18px;
  margin-bottom:10px;
}
.google-review-card p{
  margin:0 0 12px;
  color:var(--text);
  line-height:1.55;
  font-size:14px;
}
.review-author-row{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid rgba(230,214,200,.7);
}
.review-author-photo{
  width:32px;
  height:32px;
  border-radius:50%;
  object-fit:cover;
  flex:0 0 32px;
  border:2px solid rgba(143,31,37,.08);
}
.review-photo-fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(143,31,37,.10);
  color:var(--accent);
  font-weight:800;
}
.review-author{
  font-size:13px;
  font-weight:800;
  line-height:1.2;
}
.review-author a{color:var(--text)}
.review-author a:hover{color:var(--accent)}
.review-time{font-size:12px;color:var(--muted);margin-top:3px}
.google-attribution{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid rgba(230,214,200,.7);
  font-size:12px;
  color:var(--muted);
}

/* Google profile photos */
.photo-carousel-shell{
  overflow:hidden;
  padding:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(255,252,247,.84) 100%);
}
.photo-carousel-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(230,214,200,.8);
  margin-bottom:18px;
}
.photo-carousel-summary{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(28px,4vw,40px);
  font-weight:700;
  line-height:1;
}
.photo-carousel-controls{
  display:flex;
  gap:10px;
  flex:0 0 auto;
}
.carousel-btn{
  width:46px;
  height:46px;
  border:1px solid rgba(143,31,37,.14);
  border-radius:999px;
  background:#fff;
  color:var(--accent);
  font-size:30px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(60,32,20,.06);
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.carousel-btn:hover:not(:disabled){
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(60,32,20,.10);
}
.carousel-btn:disabled{
  opacity:.38;
  cursor:not-allowed;
}
.photo-carousel-viewport{
  overflow:hidden;
  border-radius:18px;
  background:#f2e8dc;
  border:1px solid rgba(230,214,200,.9);
  box-shadow:0 14px 28px rgba(60,32,20,.08);
}
.photo-carousel-track{
  display:flex;
  transform:translateX(0);
  transition:transform .35s ease;
}
.photo-slide{
  position:relative;
  flex:0 0 100%;
  aspect-ratio:16 / 9;
  min-height:360px;
  background:#f2e8dc;
}
.photo-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.photo-attribution{
  position:absolute;
  left:12px;
  bottom:12px;
  max-width:calc(100% - 24px);
  padding:6px 10px;
  border-radius:999px;
  background:rgba(52,35,30,.72);
  color:#fff;
  font-size:11px;
  line-height:1.4;
  backdrop-filter:blur(4px);
}
.photo-attribution a{
  color:#fff;
  text-decoration:underline;
}

/* Menu */
.menu-card{padding:20px}
.menu-group + .menu-group{margin-top:20px}
.menu-group h3,
.directions-copy h3{
  margin:0 0 10px;
  font-family:"Cormorant Garamond",serif;
  font-size:31px;
  color:var(--accent);
  border-bottom:1px solid var(--border);
  padding-bottom:8px;
}
.menu-item{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  padding:11px 0;
  border-bottom:1px solid rgba(230,214,200,.7);
}
.menu-item:last-child{border-bottom:0}
.menu-item h4{margin:0 0 3px;font-size:18px}
.menu-item p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}
.price{
  font-weight:800;
  color:var(--accent);
  white-space:nowrap;
  align-self:start;
  font-size:17px;
}

/* Directions */
.directions-card{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  padding:22px;
  align-items:start;
}
.directions-copy p{
  margin:0 0 13px;
  color:var(--muted);
  font-size:16px;
}
.map-wrap{overflow:hidden}
.map-wrap iframe{
  display:block;
  width:100%;
  height:460px;
  border:0;
}
.small-map iframe{
  height:300px;
  border-radius:16px;
}

/* Footer / back to top */
.footer{
  padding:24px 0 28px;
  text-align:center;
  color:var(--muted);
  font-size:13px;
}
.back-to-top{
  position:fixed;
  right:20px;
  bottom:20px;
  width:52px;
  height:52px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,#a9272d 0%, var(--accent) 100%);
  color:#fff;
  font-size:24px;
  font-weight:800;
  box-shadow:0 12px 28px rgba(143,31,37,.28);
  z-index:80;
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
  opacity:.96;
}
.back-to-top:hover{
  transform:translateY(-2px) scale(1.04);
  box-shadow:0 16px 32px rgba(143,31,37,.32);
}
.back-to-top:active{transform:scale(.96)}

/* Specials lightbox */
.specials-lightbox-trigger{
  position:relative;
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  cursor:zoom-in;
  border-radius:16px;
  overflow:hidden;
}
.specials-lightbox-trigger:hover .specials-banner,
.specials-lightbox-trigger:hover .dynamic-specials-card{
  transform:scale(1.01);
}
.specials-zoom-badge{
  position:absolute;
  right:16px;
  bottom:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(52,35,30,.78);
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 8px 20px rgba(0,0,0,.16);
  backdrop-filter:blur(4px);
  pointer-events:none;
}
.specials-lightbox{
  position:fixed;
  inset:0;
  display:none;
  z-index:9999;
}
.specials-lightbox.is-open{display:block}
.specials-lightbox-backdrop{
  position:absolute;
  inset:0;
  border:0;
  background:rgba(20,14,12,.82);
  backdrop-filter:blur(3px);
  cursor:zoom-out;
}
.specials-lightbox-inner{
  position:relative;
  z-index:2;
  width:min(96vw,1200px);
  max-height:92vh;
  margin:4vh auto;
  display:flex;
  align-items:center;
  justify-content:center;
}
.specials-lightbox-image{
  max-width:100%;
  max-height:92vh;
  object-fit:contain;
  border-radius:18px;
  box-shadow:0 18px 48px rgba(0,0,0,.28);
  background:#fff;
}
.specials-lightbox-close{
  position:absolute;
  top:12px;
  right:12px;
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#241713;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
body.lightbox-open{overflow:hidden}

/* Data-driven daily specials */
.dynamic-specials-embed{
  width:100%;
}
.dynamic-specials-card{
  width:100%;
  aspect-ratio: 4 / 5;
  min-height:760px;
  display:flex;
  flex-direction:column;
  padding:34px 34px 28px;
  border:8px solid #7d171b;
  border-radius:34px;
  background:
    linear-gradient(180deg, rgba(255,250,239,.92), rgba(247,232,205,.96)),
    #f7ead1;
  color:#241713;
  box-shadow:inset 0 0 0 4px #d9a33c, inset 0 0 0 9px #7d171b;
  font-family:"Cormorant Garamond", Georgia, serif;
}
.dynamic-specials-logo{
  margin:4px auto 0;
  width:92%;
  padding:18px 20px 12px;
  border:5px solid #d9a33c;
  border-radius:999px;
  background:#7d171b;
  color:#f8e6ac;
  text-align:center;
  text-transform:uppercase;
  font-size:clamp(30px,4.3vw,58px);
  line-height:.95;
  font-weight:700;
  letter-spacing:.02em;
  text-shadow:0 2px 0 rgba(0,0,0,.28);
}
.dynamic-specials-subtitle{
  text-align:center;
  margin-top:8px;
  color:#7d171b;
  font-family:Inter, Arial, sans-serif;
  font-size:15px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.dynamic-specials-date{
  margin:20px 0 18px;
  color:#7d171b;
  text-align:center;
  font-size:clamp(24px,3vw,42px);
  font-weight:700;
  line-height:1.05;
}
.dynamic-specials-date span{
  font-size:.86em;
}
.dynamic-specials-band{
  margin:0 -18px 12px;
  padding:8px 18px;
  background:#7d171b;
  border-top:3px solid #d9a33c;
  border-bottom:3px solid #d9a33c;
  color:#f8e6ac;
  text-align:center;
  text-transform:uppercase;
  font-size:clamp(26px,3.8vw,48px);
  font-weight:700;
  letter-spacing:.08em;
  line-height:1;
}
.dynamic-specials-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:end;
  padding:0 0 14px;
  border-bottom:2px solid rgba(125,23,27,.35);
}
.dynamic-specials-kicker{
  color:#7d171b;
  text-transform:uppercase;
  font-size:clamp(20px,2.8vw,34px);
  font-weight:700;
  letter-spacing:.14em;
  line-height:1;
}
.dynamic-specials-row strong,
.dynamic-specials-block li{
  font-size:clamp(22px,2.75vw,38px);
  line-height:1.18;
}
.dynamic-soup-price{
  text-align:right;
  white-space:nowrap;
}
.dynamic-soup-price span{
  display:block;
  color:#7d171b;
  font-size:clamp(18px,2.2vw,32px);
  font-weight:700;
}
.dynamic-soup-price strong{
  display:block;
}
.dynamic-specials-block{
  padding:10px 0 14px;
}
.dynamic-specials-block ul{
  list-style:none;
  margin:8px 0 0;
  padding:0;
}
.dynamic-specials-block li{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:start;
  margin-bottom:10px;
}
.dynamic-special-price{
  white-space:nowrap;
}
.dynamic-special-note{
  white-space:nowrap;
}
.dynamic-specials-side{
  margin-top:8px;
  font-size:clamp(20px,2.5vw,34px);
  line-height:1.15;
}
.dynamic-specials-side strong{
  text-transform:uppercase;
}
.dynamic-specials-extras{
  margin-top:auto !important;
  padding-top:12px !important;
  border-top:2px solid rgba(125,23,27,.25);
}
.has-many-specials .dynamic-specials-card{
  padding-left:28px;
  padding-right:28px;
}
.has-many-specials .dynamic-specials-block li,
.has-many-specials .dynamic-specials-side{
  font-size:clamp(19px,2.3vw,32px);
}
.dynamic-specials-lightbox-copy{
  width:min(92vw,760px);
  max-height:92vh;
  overflow:auto;
}
.dynamic-specials-lightbox-copy .dynamic-specials-card{
  min-height:0;
}

.specials-tool-page{
  background:#ece6dc;
}
.specials-tool{
  min-height:100vh;
  padding:18px;
}
.specials-toolbar{
  position:sticky;
  top:0;
  z-index:10;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  max-width:980px;
  margin:0 auto 18px;
  padding:12px;
  border:1px solid var(--border);
  border-radius:12px;
  background:rgba(255,255,255,.94);
  box-shadow:0 10px 24px rgba(60,32,20,.08);
}
.specials-toolbar span{
  display:block;
  color:var(--muted);
  font-size:13px;
}
.specials-tool-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.specials-tool-actions .btn{
  min-height:40px;
  padding:0 14px;
}
.specials-tool-actions .is-active{
  border-color:var(--accent);
  color:var(--accent);
}
.specials-artboard-wrap{
  display:flex;
  justify-content:center;
}
.specials-artboard{
  width:min(820px, calc(100vw - 36px));
}
.print-specials-mode .dynamic-specials-card{
  border-color:#111;
  background:#fff;
  color:#111;
  box-shadow:inset 0 0 0 4px #111;
}
.print-specials-mode .dynamic-specials-logo,
.print-specials-mode .dynamic-specials-band{
  background:#111;
  border-color:#111;
  color:#fff;
  text-shadow:none;
}
.print-specials-mode .dynamic-specials-subtitle,
.print-specials-mode .dynamic-specials-date,
.print-specials-mode .dynamic-specials-kicker,
.print-specials-mode .dynamic-soup-price span{
  color:#111;
}
.print-specials-mode .dynamic-specials-row,
.print-specials-mode .dynamic-specials-extras{
  border-color:#111;
}

@media print{
  @page{size:letter portrait;margin:.25in}
  body{
    background:#fff !important;
  }
  .specials-toolbar{
    display:none !important;
  }
  .specials-tool{
    padding:0;
  }
  .specials-artboard{
    width:100%;
  }
  .dynamic-specials-card{
    min-height:10.5in;
    border-color:#111 !important;
    background:#fff !important;
    color:#111 !important;
    box-shadow:inset 0 0 0 3px #111 !important;
    print-color-adjust:exact;
    -webkit-print-color-adjust:exact;
  }
}

@media (hover:none){
  .logo-link:hover{transform:none}
  .logo-link:active{transform:scale(.95)}
}

@media (max-width:1200px){
  .reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:900px){
  .reviews-grid,
  .directions-card,
  .hero-grid{
    grid-template-columns:1fr;
  }
  .centered-nav{gap:14px}
  .section{padding:42px 0}
  .hero-image{
    border-left:0;
    border-bottom:1px solid rgba(230,214,200,.9);
  }
  .hero-copy{padding:22px 18px}
  .hero-meta{grid-template-columns:1fr}
  .google-reviews-header{
    flex-direction:column;
    align-items:stretch;
  }
  .photo-carousel-header{
    align-items:center;
  }
  .rating-badge{width:100%}
}

@media (max-width:640px){
  .hero-image,
  .hero-copy{
    order:initial;
  }

  .site-header{
    min-height:118px !important;
    padding-top:6px !important;
    padding-bottom:2px !important;
  }
  .site-header.is-shrunk{
    min-height:56px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
  }
  .header-inner{
    min-height:102px !important;
    gap:8px !important;
  }
  .site-header.is-shrunk .header-inner{
    min-height:48px !important;
    gap:2px !important;
  }
  .header-logo{width:min(250px,82vw)}
  .site-header.is-shrunk .header-logo{
    width:min(120px,34vw) !important;
    transform:none !important;
    margin-bottom:0 !important;
  }
  .nav{
    width:100%;
    justify-content:center;
    gap:10px 14px;
  }
  .site-header.is-shrunk .nav{
    gap:6px 10px !important;
  }
  .nav a{font-size:13px}
  .site-header.is-shrunk .nav a{
    font-size:11px !important;
    line-height:1.1 !important;
  }
  .section{padding:36px 0}
  .btn{width:100%}
  .menu-item{grid-template-columns:minmax(0,1fr) auto; align-items:start; gap:10px}
  .menu-item > div:first-child{min-width:0}
  .price{margin-top:0; font-size:16px; text-align:right; align-self:start}
  .specials-banner{
    padding:6px;
    max-height:80vh;
  }
  .dynamic-specials-card{
    min-height:590px;
    padding:22px 18px 20px;
    border-radius:26px;
  }
  .dynamic-specials-logo{
    width:96%;
    font-size:30px;
  }
  .dynamic-specials-subtitle{
    font-size:11px;
  }
  .dynamic-specials-row{
    grid-template-columns:1fr;
    gap:8px;
  }
  .dynamic-soup-price{
    text-align:left;
  }
  .dynamic-specials-block li{
    grid-template-columns:1fr;
    gap:0;
  }
  .dynamic-special-price{
    justify-self:end;
  }
  .dynamic-special-note{
    white-space:normal;
  }
  .hero-copy h1{font-size:46px}
  .hero-highlights{justify-content:center}
  .specials-zoom-badge{
    right:10px;
    bottom:10px;
    min-height:32px;
    padding:0 10px;
    font-size:11px;
  }
  .specials-lightbox-inner{
    width:min(100vw - 16px, 1200px);
    margin:50px auto 12px;
    max-height:calc(100vh - 62px);
  }
  .specials-lightbox-image{
    max-height:calc(100vh - 62px);
    border-radius:14px;
  }
  .specials-lightbox-close{
    top:-38px;
    right:4px;
    width:38px;
    height:38px;
    font-size:24px;
  }
  .map-wrap iframe,.small-map iframe{height:300px}
  .photo-carousel-shell{
    padding:16px;
  }
  .photo-carousel-header{
    flex-direction:column;
    align-items:stretch;
  }
  .photo-carousel-controls{
    justify-content:flex-end;
  }
  .photo-slide{
    aspect-ratio:4 / 3;
    min-height:230px;
  }
  .back-to-top{
    right:14px;
    bottom:14px;
    width:48px;
    height:48px;
    font-size:22px;
  }
}


/* --- Seven-upgrade polish layer --- */

/* 1) Hero spacing + breathing room */
.hero-card{
  box-shadow: 0 16px 34px rgba(60,32,20,.11);
}
.hero-image{
  padding: 22px;
}
.hero-copy{
  padding: 36px 34px !important;
}
.hero-lead{
  max-width: 28rem;
  font-size: 16px !important;
}
.hero-highlights{
  margin-top: 14px;
  gap: 8px;
}
.highlight{
  background: rgba(143,31,37,.06);
  border-color: rgba(143,31,37,.10);
  padding: 7px 12px;
  font-size: 13px;
}
.hero-meta{
  margin-top: 2px;
}
.hero-actions{
  align-items: stretch;
}

/* 2) More premium typography hierarchy */
.section-title{
  font-size: clamp(36px,4.6vw,56px);
}
.menu-item h4{
  font-weight: 800;
  letter-spacing: -.01em;
}
.menu-item p{
  color: #7a6962;
}
.price{
  min-width: 78px;
  text-align: right;
}

/* 3) Better menu scanability */
.menu-mini-nav{
  position: sticky;
  top: calc(var(--header-offset, 112px) + var(--mini-nav-gap, 10px));
  z-index: 40;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 18px;
  padding: 10px 12px;
  background: rgba(252,248,242,.88);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(230,214,200,.8);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(60,32,20,.05);
  width: fit-content;
  max-width: 100%;
}
.menu-mini-nav a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(143,31,37,.05);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.menu-mini-nav a:hover{
  background: rgba(143,31,37,.11);
}
.menu-card{
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  backdrop-filter: none;
}
.menu-section-card{
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(230,214,200,.85);
  border-radius: 18px;
  padding: 18px 18px 8px;
  box-shadow: 0 10px 22px rgba(60,32,20,.06);
}
.menu-group{
  scroll-margin-top: var(--menu-anchor-offset, 190px);
}
.menu-group + .menu-group{
  margin-top: 18px !important;
}
.menu-group h3{
  background: none;
  border-bottom-color: rgba(230,214,200,.9);
  margin: -2px -2px 10px;
  padding: 6px 6px 10px;
}
.menu-item{
  transition: background .16s ease, transform .16s ease;
  border-radius: 10px;
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.menu-item:hover{
  background: rgba(143,31,37,.035);
  transform: translateX(2px);
}

/* 4) More editorial reviews: first review featured */
.google-reviews-grid{
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 16px;
}
.google-review-card:first-child{
  padding: 22px;
  box-shadow: 0 16px 34px rgba(60,32,20,.10);
}
.google-review-card:first-child p{
  font-size: 15px;
  line-height: 1.7;
}
.google-review-card:first-child .stars{
  font-size: 20px;
}
.google-review-card:first-child::before{
  width: 72px;
}
.google-review-card:not(:first-child){
  opacity: .98;
}

/* 5) Directions refinement */
.directions-card{
  grid-template-columns: 1fr .92fr;
}
.directions-copy p strong{
  color: var(--text);
}
.map-panel{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.small-map{
  border: 1px solid rgba(230,214,200,.9);
  box-shadow: 0 12px 26px rgba(60,32,20,.07);
}
.map-caption{
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}
.map-caption a{
  color: var(--accent);
  font-weight: 700;
}

/* 6) Header/nav gets more refined in shrink state */
.site-header.is-shrunk .nav{
  opacity: .88;
}
.site-header.is-shrunk .nav a{
  letter-spacing: .06em;
}

/* 7) Tiny motion, only where it adds polish */
.hero-copy > *{
  animation: fadeLift .5s ease both;
}
.hero-copy > *:nth-child(2){ animation-delay: .04s; }
.hero-copy > *:nth-child(3){ animation-delay: .08s; }
.hero-copy > *:nth-child(4){ animation-delay: .12s; }
.hero-copy > *:nth-child(5){ animation-delay: .16s; }
.hero-copy > *:nth-child(6){ animation-delay: .20s; }

@keyframes fadeLift{
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce){
  .hero-copy > *{
    animation: none !important;
  }
  .review-card,
  .menu-item,
  .btn,
  .logo-link,
  .nav a{
    transition: none !important;
  }
}

@media (max-width: 900px){
  .menu-mini-nav{
    position: static;
    width: 100%;
    border-radius: 18px;
    justify-content: center;
    overflow: visible;
    flex-wrap: wrap;
    padding: 10px;
  }
  .google-reviews-grid{
    grid-template-columns: 1fr;
  }
  .directions-card{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px){
  .hero-copy{
    padding: 22px 18px !important;
  }
  .menu-section-card{
    padding: 16px 14px 6px;
  }
  .menu-mini-nav{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-bottom: 14px;
    padding: 12px;
  }
  .menu-mini-nav a{
    width: 100%;
    min-width: 0;
    padding: 0 8px;
    font-size: 11px;
    letter-spacing: .05em;
    text-align: center;
  }
}


.menu-subgroup + .menu-subgroup{
  margin-top: 20px;
}

.menu-subheading{
  margin: 0 0 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (max-width: 640px){
  .site-header .logo img{
    transform: scale(1.5);
  }

  .site-header.is-shrunk .logo img{
    transform: scale(0.75);
  }
}


/* Active nav section highlight */

.nav a.is-active{
  color: var(--accent);
}

.nav a.is-active::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
}

@media (max-width: 640px){
  .nav a{
    padding-bottom:8px;
  }

  .nav a.is-active::after{
    bottom: 1px;
  }
}


.menu-section-heading-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:12px;
  background: none;
  border-bottom:1px solid rgba(230,214,200,.9);
  margin:-2px -2px 10px;
  padding:6px 6px 10px;
}
.menu-section-heading-row h3{
  background:none;
  border-bottom:0;
  margin:0;
  padding:0;
}
.menu-section-heading-row .menu-note{
  margin:0;
  white-space:nowrap;
}
@media (max-width:640px){
  .menu-section-heading-row{
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
  }
}
.menu-note{
  font-size:13px;
  color:var(--muted);
  margin: -6px 0 10px;
  font-style: italic;
}

.menu-subgroup-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:12px;
}
.menu-subgroup-header .menu-subheading{
  margin:0;
}
.menu-subgroup-header .menu-note{
  margin:0;
  white-space:nowrap;
}
@media (max-width:640px){
  .menu-subgroup-header{
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
  }
}

.reveal-section{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
}
.reveal-section.is-visible{
  opacity:1;
  transform:translateY(0);
}

.review-card{
  transition:transform .2s ease, box-shadow .2s ease;
}
.review-card:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 20px rgba(0,0,0,0.08);
}

@media (prefers-reduced-motion: reduce){
  .reveal-section{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
}

/* Staggered reveal for cards */
.reveal-section.is-visible .review-card,
.reveal-section.is-visible .menu-group{
  opacity:1;
  transform:translateY(0);
}
.review-card, .menu-group{
  opacity:0;
  transform:translateY(14px);
  transition:opacity .5s ease, transform .5s ease;
}
.reveal-section.is-visible .review-card:nth-child(1){transition-delay:.05s}
.reveal-section.is-visible .review-card:nth-child(2){transition-delay:.12s}
.reveal-section.is-visible .review-card:nth-child(3){transition-delay:.18s}

/* Nav underline animation */
.nav a{
  position:relative;
  transition:color .2s ease;
}
.nav a::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:2px;
  height:2px;
  background:var(--accent);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s ease;
}
.nav a.is-active::after,
.nav a:hover::after{
  transform:scaleX(1);
}

/* Menu hover refinement */
.menu-item{
  transition:background .2s ease, transform .2s ease;
}
.menu-item:hover{
  background:rgba(0,0,0,0.03);
  transform:translateX(2px);
}

/* Button hover polish */
.btn{
  transition:transform .2s ease, box-shadow .2s ease;
}
.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(0,0,0,0.08);
}


/* Header jitter fix */
.site-header{
  will-change: transform;
  transform: translateZ(0);
}

@media (min-width: 641px){
  .site-header{
    min-height: 154px !important;
  }

  .site-header.is-shrunk{
    min-height: 92px !important;
  }

  .header-inner{
    min-height: 132px !important;
  }

  .site-header.is-shrunk .header-inner{
    min-height: 76px !important;
  }

  .site-header.is-shrunk .header-logo{
    transform: none !important;
  }
}

.site-footer{
  background:#f7f3eb;
  border-top:1px solid #e5dccf;
  padding:40px 20px;
  margin-top:60px;
}

.footer-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:30px;
}

.site-footer h3{
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#8f1f25;
}

.site-footer p{
  font-size:14px;
  line-height:1.6;
  color:#333;
}

@media (max-width:768px){
  .footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:480px){
  .footer-grid{
    grid-template-columns:1fr;
  }
}

.social-links{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.social-links a{
  text-decoration:none;
  color:#333;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:8px;
  transition:color .2s ease;
}

.social-links a:hover{
  color:#8f1f25;
}

.icon{
  display:inline-flex;
  width:22px;
  height:22px;
  align-items:center;
  justify-content:center;
  border:1px solid #8f1f25;
  border-radius:4px;
  font-size:13px;
  color:#8f1f25;
}

.footer-bottom{
  text-align:center;
  margin-top:30px;
  font-size:13px;
  color:#666;
}

.delivery-badge{
  margin-left:12px;
  font-size:13px;
  color:var(--accent);
  font-weight:600;
  align-self:center;
}

.hero-badges{
  display:flex;
  gap:8px;
  margin-left:12px;
  flex-wrap:wrap;
}

.pill{
  padding:5px 10px;
  font-size:12px;
  border-radius:999px;
  border:1px solid var(--accent);
  color:var(--accent);
  font-weight:600;
  white-space:nowrap;
}

@media (max-width:640px){
  .hero-badges{
    margin-left:0;
    margin-top:8px;
  }
}


/* Mobile-safe menu visibility fix */
#menu.reveal-section,
#menu.reveal-section.is-visible{
  opacity:1 !important;
  transform:none !important;
  transition:none !important;
}

#menu .menu-group,
#menu.reveal-section.is-visible .menu-group{
  opacity:1 !important;
  transform:none !important;
  transition:none !important;
}


/* Mobile hero pill badge alignment fix */
@media (max-width: 640px){
  .hero-highlights{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px 14px;
    margin-top:22px;
    margin-bottom:22px;
    justify-content:stretch;
  }

  .highlight{
    width:100%;
    text-align:center;
    padding:11px 12px;
    font-size:13px;
    line-height:1.2;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:58px;
  }

  .hero-divider{
    margin:8px 0 18px;
  }

  .hero-meta{
    margin-top:0;
  }
}


/* Desktop hero spacing fix after mobile badge cleanup */
@media (min-width: 641px){
  .hero-highlights{
    margin-bottom: 18px;
  }
  .hero-divider{
    margin: 0 0 18px;
  }
  .hero-meta{
    margin-top: 0;
  }
}

/* Desktop footer layout restore */
.site-footer .footer-grid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:40px;
  align-items:start;
}
.site-footer .footer-grid > div{
  min-width:0;
}
.site-footer a{
  color:inherit;
}
@media (min-width: 769px){
  .site-footer{
    padding-top:48px;
    padding-bottom:36px;
  }
  .site-footer .footer-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  }
}



/* Mobile sticky menu nav + stable header paint fix */
@media (max-width: 900px){
  .menu-mini-nav{
    position: sticky !important;
    top: calc(var(--header-offset, 96px) + 8px);
    z-index: 85;
  }
}

@media (max-width: 640px){
  .site-header,
  .site-header.is-shrunk{
    min-height: auto;
    padding: 10px 0 6px;
    background: rgba(252,248,242,.98);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 6px 18px rgba(60,32,20,.06);
  }

  .header-inner,
  .site-header.is-shrunk .header-inner{
    min-height: auto;
    gap: 8px;
    padding: 0;
  }

  .centered-brand{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo-link{
    display: inline-block;
    opacity: 1;
    visibility: visible;
  }

  .header-logo,
  .site-header.is-shrunk .header-logo{
    width: min(280px, 72vw);
    max-width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    filter: drop-shadow(0 8px 18px rgba(60,32,20,.18));
  }

  .menu-mini-nav{
    position: sticky !important;
    top: calc(var(--header-offset, 96px) + 8px);
    z-index: 85;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: center;
    width: 100%;
    margin-bottom: 14px;
    padding: 12px;
    background: rgba(252,248,242,.98);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* Footer mobile overflow fix */
.site-footer{
  overflow-x:hidden;
}
.site-footer .container,
.site-footer .footer-grid,
.site-footer .footer-grid > div{
  min-width:0;
}
.site-footer p,
.site-footer a,
.site-footer .social-links a,
.footer-bottom{
  overflow-wrap:anywhere;
  word-break:break-word;
}
.footer-bottom{
  max-width:min(var(--max), calc(100% - 28px));
  margin:30px auto 0;
  padding:0 14px;
  line-height:1.6;
}

@media (max-width: 640px){
  .site-footer{
    padding:32px 0 24px;
    margin-top:44px;
  }

  .site-footer .footer-grid{
    grid-template-columns:1fr !important;
    gap:18px;
  }

  .site-footer .footer-grid > div{
    padding-bottom:14px;
    border-bottom:1px solid rgba(230,214,200,.7);
  }

  .site-footer .footer-grid > div:last-child{
    border-bottom:0;
    padding-bottom:0;
  }

  .site-footer p,
  .site-footer a,
  .site-footer .social-links a{
    font-size:14px;
    line-height:1.6;
  }

  .social-links{
    gap:10px;
  }

  .social-links a{
    align-items:flex-start;
  }

  .footer-bottom{
    margin-top:22px;
    font-size:12px;
  }
}


/* Final category pill layout: desktop single-row scroll, mobile 4+3 centered */
@media (min-width: 641px){
  .menu-mini-nav{
    display:flex !important;
    flex-wrap:nowrap !important;
    justify-content:center !important;
    align-items:center;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 18px !important;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    border-radius:999px;
  }

  .menu-mini-nav::-webkit-scrollbar{
    display:none;
  }

  .menu-mini-nav a{
    flex:0 0 auto;
    white-space:nowrap;
  }
}

@media (max-width: 640px){
  .menu-mini-nav{
    display:grid !important;
    grid-template-columns:repeat(8, minmax(0, 1fr));
    justify-content:center !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 14px !important;
    padding:12px !important;
    overflow:visible;
  }

  .menu-mini-nav a{
    grid-column:span 2;
    width:100%;
    min-width:0;
    padding:0 8px;
    font-size:11px;
    letter-spacing:.05em;
    text-align:center;
    white-space:normal;
  }

  .menu-mini-nav a:nth-child(5){ grid-column: 2 / span 2; }
  .menu-mini-nav a:nth-child(6){ grid-column: 4 / span 2; }
  .menu-mini-nav a:nth-child(7){ grid-column: 6 / span 2; }
}

/* Portrait mobile: right-align size labels under salads and catering */
@media (max-width: 640px) and (orientation: portrait){
  .menu-section-heading-row .menu-note,
  .menu-subgroup-header .menu-note{
    width:100%;
    text-align:right !important;
    white-space:normal;
  }

  .menu-section-heading-row,
  .menu-subgroup-header{
    align-items:stretch;
  }
}


/* Size labels moved into item descriptions */
.menu-size-note{
  display:block;
  margin-top:4px !important;
  font-size:13px !important;
  color:var(--muted) !important;
  font-style:italic;
  text-align:left !important;
}


/* Final nav underline alignment: keep hover + active inside header */
.nav a{
  padding-bottom: 10px;
}
.nav a::after{
  bottom: 2px !important;
}
@media (max-width: 640px){
  .nav a::after{
    bottom: 1px !important;
  }
}

/* Original-template specials overlay */
.dynamic-specials-card{
  position:relative !important;
  display:block !important;
  width:100% !important;
  aspect-ratio:1350 / 1860 !important;
  min-height:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:url("assets/daily-specials-template.png") center / 100% 100% no-repeat !important;
  box-shadow:none !important;
  color:#241713 !important;
  overflow:hidden !important;
  container-type:inline-size;
  font-family:"Cormorant Garamond", Georgia, serif;
  transition:transform .18s ease;
}

.dynamic-specials-date,
.dynamic-soup-name,
.dynamic-soup-price,
.dynamic-specials-main,
.dynamic-specials-sandwiches{
  position:absolute;
  z-index:2;
  font-family:Inter, Arial, sans-serif;
}

.dynamic-specials-date{
  top:22.2%;
  left:18%;
  right:18%;
  color:#761a1d;
  text-align:center;
  font-size:4.1cqw;
  font-weight:700;
  line-height:1.02;
  letter-spacing:.02em;
}

.dynamic-specials-date span{
  font-size:.95em;
}

.dynamic-soup-name{
  top:40.95%;
  left:7.2%;
  right:35%;
  font-size:3.1cqw;
  font-weight:700;
  line-height:1.08;
}

.dynamic-soup-price{
  top:40.95%;
  left:70%;
  right:8%;
  text-align:center;
  white-space:nowrap;
  font-size:3.1cqw;
  font-weight:700;
  line-height:1.08;
}

.dynamic-specials-main{
  top:49.4%;
  left:7.2%;
  right:7.5%;
  height:26.6%;
  display:flex;
  flex-direction:column;
}

.dynamic-specials-sandwiches{
  top:82.5%;
  left:7.2%;
  right:7.5%;
  bottom:6.3%;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.dynamic-specials-block{
  padding:0 !important;
}

.dynamic-specials-block ul{
  list-style:none;
  margin:0 !important;
  padding:0 !important;
}

.dynamic-specials-block li{
  display:grid;
  grid-template-columns:minmax(0,1fr) 17%;
  gap:2.2cqw;
  align-items:start;
  margin:0 0 1.05cqw !important;
  font-size:3.24cqw !important;
  line-height:1.13 !important;
  font-weight:700;
}

.dynamic-specials-main li{
  grid-template-columns:minmax(0,1fr) 21%;
}

.dynamic-specials-sandwiches li{
  font-size:2.82cqw !important;
  line-height:1.08 !important;
}

.dynamic-special-price{
  justify-self:end;
  white-space:nowrap;
  transform:translateX(-15px);
}

.dynamic-special-note{
  white-space:normal !important;
}

.dynamic-specials-side{
  margin-top:auto !important;
  padding-top:.3cqw;
  font-size:3.08cqw !important;
  line-height:1.08 !important;
  font-weight:700;
}

.dynamic-specials-side strong{
  text-transform:uppercase;
}

.dynamic-specials-extras{
  margin-top:auto !important;
  padding-top:1.4cqw !important;
  border-top:0 !important;
}

.has-few-specials .dynamic-specials-main li{
  font-size:3.55cqw !important;
  line-height:1.15 !important;
}

.has-few-specials .dynamic-specials-main li{
  margin-bottom:1.5cqw !important;
}

.has-standard-specials .dynamic-specials-main li{
  font-size:3.34cqw !important;
}

.has-many-specials .dynamic-specials-main li{
  font-size:2.72cqw !important;
  line-height:1.1 !important;
}

.has-many-specials .dynamic-specials-main li{
  margin-bottom:.72cqw !important;
}

.has-extra-specials .dynamic-specials-main li{
  font-size:2.48cqw !important;
  line-height:1.06 !important;
}

.has-extra-specials .dynamic-specials-main li{
  margin-bottom:.34cqw !important;
}

.dynamic-specials-lightbox-copy{
  width:min(92vw,760px) !important;
}

.dynamic-specials-lightbox-copy .dynamic-specials-card{
  max-height:92vh;
}

.specials-artboard{
  width:min(760px, calc(100vw - 36px)) !important;
}

.print-specials-mode .dynamic-specials-card{
  background:url("assets/daily-specials-print-template-clean.png?v=20260427-1") center / 100% 100% no-repeat !important;
  color:#111 !important;
}

.print-specials-mode .dynamic-specials-date{
  color:#111 !important;
}

@media print{
  @page{
    size:letter portrait;
    margin:.5in;
  }

  html,
  body,
  .specials-tool-page{
    width:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    background:#fff !important;
  }

  .specials-tool{
    min-height:0 !important;
    padding:0 !important;
    margin:0 !important;
  }

  .specials-artboard-wrap{
    display:block !important;
    margin:0 !important;
    padding:0 !important;
  }

  .specials-artboard{
    width:7.25in !important;
    max-width:7.25in !important;
    margin:0 auto !important;
    padding:0 !important;
  }

  .dynamic-specials-card{
    min-height:0 !important;
    height:9.989in !important;
    width:7.25in !important;
    margin:0 !important;
    background:url("assets/daily-specials-print-template-clean.png?v=20260427-1") center / 100% 100% no-repeat !important;
    color:#111 !important;
    box-shadow:none !important;
    transform:none !important;
    page-break-inside:avoid;
    break-inside:avoid;
  }
}

@media (max-width:640px){
  .dynamic-specials-card{
    min-height:0 !important;
    padding:0 !important;
  }

  .dynamic-specials-date{
    top:20.6%;
    font-size:3.7cqw;
    line-height:1;
  }

  .dynamic-specials-block li{
    grid-template-columns:minmax(0,1fr) 18%;
    gap:1.6cqw;
  }

  .dynamic-specials-main li{
    grid-template-columns:minmax(0,1fr) 22%;
  }

  .dynamic-special-price{
    justify-self:end;
  }
}

@media print and (max-width:640px){
  @page{
    size:letter portrait;
    margin:.5in;
  }

  html,
  body,
  .specials-tool-page,
  .specials-tool{
    width:auto !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
  }

  .specials-artboard{
    width:6.85in !important;
    max-width:6.85in !important;
    margin:0 auto !important;
    padding:0 !important;
  }

  .dynamic-specials-card{
    width:6.85in !important;
    height:9.439in !important;
    max-height:9.439in !important;
    margin:0 !important;
    page-break-after:avoid;
    page-break-before:avoid;
  }
}
