:root{
  --bg:#f7f1e8;
  --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:160px;
}
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{
  font-size:15px;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-weight:700;
  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}
#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{
  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{
  background:linear-gradient(180deg, rgba(255,255,255,.25), rgba(255,255,255,0));
  padding:18px;
  border-right: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;
}
.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);
}
.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);
}

/* 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{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}

@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-right: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;
  }
  .rating-badge{width:100%}
}

@media (max-width:640px){
  .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:1fr}
  .price{margin-top:6px}
  .specials-banner{
    padding:6px;
    max-height:80vh;
  }
  .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}
  .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: 112px;
  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 + .menu-group{
  margin-top: 18px !important;
}
.menu-group h3{
  background: linear-gradient(180deg, rgba(143,31,37,.03), rgba(143,31,37,0));
  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: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    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{
    margin-bottom: 14px;
  }
}


.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);
  }
}
