:root {
  --ink: #24120e;
  --espresso: #140c09;
  --red: #7e2118;
  --red-bright: #a42d1e;
  --corn: #efb844;
  --cream: #f5eedf;
  --paper: #eee2cd;
  --sage: #6d7650;
  --white: #fffaf0;
  --border: rgba(36, 18, 14, 0.19);
  --display: "Libre Caslon Display", Georgia, serif;
  --sans: "Instrument Sans", sans-serif;
  --shadow: 0 26px 70px rgba(47, 18, 9, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topline {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  background: var(--corn);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.topline p { margin: 0; }
.topline a { text-decoration: none; }
.topline span { font-size: 7px; }

.site-header {
  position: absolute;
  inset: 34px 0 auto;
  z-index: 10;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-arch {
  width: 43px;
  height: 34px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  position: relative;
}
.brand-arch::after {
  content: "";
  position: absolute;
  left: 50%; top: 9px;
  width: 3px; height: 25px;
  background: currentColor;
  box-shadow: -11px 7px 0 currentColor, 11px 7px 0 currentColor;
  transform: translateX(-50%);
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 26px; font-weight: 400; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; font-size: 9px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { font-size: 13px; font-weight: 600; text-decoration: none; }
.site-nav a:not(.nav-order) { position: relative; }
.site-nav a:not(.nav-order)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--corn); transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.nav-order { padding: 14px 20px; border: 1px solid rgba(255,255,255,.55); transition: .25s ease; }
.nav-order:hover { background: var(--white); color: var(--ink); }
.language-switch { display: flex; align-items: center; gap: 4px; margin-left: -8px; color: rgba(255,255,255,.5); }
.language-switch button { min-width: 34px; min-height: 34px; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.58); font: 700 11px var(--sans); letter-spacing: .08em; cursor: pointer; }
.language-switch button[aria-pressed="true"] { color: var(--corn); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.language-switch button:focus-visible { outline: 2px solid var(--corn); outline-offset: 2px; }
.menu-toggle { display: none; }

.hero {
  min-height: max(720px, calc(100svh - 34px));
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: var(--espresso);
}
.hero-image { position: absolute; inset: 0; z-index: -4; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; transform: scale(1.015); animation: heroIn 1.5s cubic-bezier(.2,.75,.2,1) both; }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(20,8,4,.92) 0%, rgba(20,8,4,.64) 38%, rgba(20,8,4,.12) 70%), linear-gradient(0deg, rgba(20,8,4,.8) 0%, transparent 42%); }
.hero-pattern { position: absolute; z-index: -2; inset: 170px auto auto 0; width: 33vw; height: 42%; opacity: .07; background-image: radial-gradient(circle at 50% 100%, transparent 0 42px, var(--corn) 43px 46px, transparent 47px), radial-gradient(circle at 0 100%, transparent 0 28px, var(--corn) 29px 32px, transparent 33px); background-size: 160px 124px; }
.hero-content { width: min(760px, 70vw); margin: 0 0 clamp(120px, 15vh, 170px) clamp(24px, 7vw, 110px); }
.eyebrow { margin: 0 0 19px; color: var(--corn); font-size: 11px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow.dark { color: var(--red); }
h1, h2, h3, blockquote { font-family: var(--display); font-weight: 400; }
h1 { margin: 0; max-width: 790px; font-size: clamp(52px, 7.3vw, 105px); line-height: .93; letter-spacing: -.055em; }
.hero-title-mobile { display: none; }
h1 em, .story-copy h2 em { color: var(--corn); font-style: italic; }
.hero-intro { max-width: 570px; margin: 28px 0 34px; color: rgba(255,250,240,.78); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 23px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button:focus-visible, .menu-tab:focus-visible, .mobile-order-bar a:focus-visible { outline: 2px solid var(--corn); outline-offset: 3px; }
.button-primary { background: var(--corn); color: var(--ink); }
.button-primary:hover { background: #ffd069; }
.button-ghost { border-color: rgba(255,255,255,.45); color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.hero-proof { position: absolute; right: clamp(25px, 6vw, 94px); bottom: 58px; display: grid; grid-template-columns: auto auto; align-items: end; gap: 0 12px; }
.proof-score { grid-row: 1 / 3; font-family: var(--display); font-size: 65px; line-height: .85; }
.proof-stars { color: var(--corn); font-size: 12px; letter-spacing: 2px; }
.hero-proof p { margin: 5px 0 0; color: rgba(255,255,255,.65); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.hero-location { position: absolute; left: clamp(24px, 7vw, 110px); bottom: 45px; display: none; align-items: center; gap: 12px; text-decoration: none; }
.pin { width: 13px; height: 13px; border: 2px solid var(--corn); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.hero-location span:nth-child(2) { display: grid; gap: 3px; font-size: 11px; color: rgba(255,255,255,.7); }
.hero-location strong { color: white; text-transform: uppercase; letter-spacing: .1em; }

@keyframes heroIn { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.015); } }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

.ticker { overflow: hidden; background: var(--red); color: var(--white); border-top: 1px solid rgba(255,255,255,.18); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 32px; padding: 17px 0; animation: ticker 27s linear infinite; }
.ticker span { font-family: var(--display); font-size: 19px; }
.ticker i { color: var(--corn); font-style: normal; font-size: 10px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(85px, 10vw, 150px) clamp(22px, 6.5vw, 105px); }
.favorites { position: relative; overflow: hidden; background: var(--paper); }
.favorites::before { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; top: 40px; border: 1px solid rgba(126,33,24,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(126,33,24,.025), 0 0 0 140px rgba(126,33,24,.02); }
.section-heading { position: relative; display: grid; gap: 22px; margin-bottom: 55px; }
.section-heading h2, .review-heading h2 { margin: 0; font-size: clamp(46px, 6vw, 82px); line-height: .96; letter-spacing: -.05em; }
.section-heading > p { max-width: 620px; margin: 0; color: rgba(36,18,14,.68); line-height: 1.7; }
.menu-tabs { display: flex; gap: 7px; margin-bottom: 28px; overflow-x: auto; padding-bottom: 4px; }
.menu-tab { flex: 0 0 auto; padding: 11px 16px; color: var(--ink); border: 1px solid var(--border); background: transparent; font: 600 11px var(--sans); letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.menu-tab.active, .menu-tab:hover { background: var(--ink); color: var(--white); }
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.dish-card { min-height: 365px; display: flex; flex-direction: column; position: relative; padding: 30px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,250,240,.12); transition: background .25s ease, transform .25s ease, opacity .3s ease; }
.dish-card:hover { background: rgba(255,250,240,.55); z-index: 1; box-shadow: var(--shadow); transform: translateY(-4px); }
.dish-card.is-hidden { display: none; }
.dish-number { align-self: flex-end; color: rgba(36,18,14,.45); font-size: 11px; letter-spacing: .12em; }
.dish-kicker { margin: auto 0 8px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.dish-card h3 { margin: 0; font-size: clamp(35px, 3.5vw, 51px); line-height: .98; letter-spacing: -.04em; }
.dish-card > p:not(.dish-kicker), .dish-copy p:last-child { max-width: 390px; color: rgba(36,18,14,.65); font-size: 14px; line-height: 1.6; }
.photo-card { padding: 0; overflow: hidden; }
.dish-card-photo { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.dish-card-body { min-height: 330px; display: flex; flex: 1; flex-direction: column; padding: 28px 30px 30px; }
.dish-card-body .dish-number { align-self: flex-end; }
.dish-card-body .dish-kicker { margin: auto 0 8px; }
.dish-card-body > p:not(.dish-kicker) { max-width: 390px; color: rgba(36,18,14,.65); font-size: 14px; line-height: 1.6; }
.dish-bottom { margin-top: auto; display: flex; align-items: end; justify-content: space-between; padding-top: 25px; }
.dish-bottom span { color: rgba(36,18,14,.48); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.price { font-family: var(--display); font-size: 25px; font-weight: 400; }
.feature-dish { grid-column: span 2; display: grid; grid-template-columns: 1.15fr .85fr; padding: 0; overflow: hidden; }
.dish-image { min-height: 420px; background: url("public/images/optimized/taco-dinner-hero.jpg") 72% center / cover no-repeat; }
.dish-copy { display: flex; flex-direction: column; padding: 28px; }
.dish-copy .dish-number { margin-left: auto; }
.dish-copy > div { margin: auto 0; }
.dish-copy .price { margin-left: auto; }
.red-card { background: var(--red); color: var(--white); }
.red-card:hover { background: var(--red-bright); }
.red-card .dish-kicker, .red-card .dish-number { color: var(--corn); }
.red-card > p:not(.dish-kicker), .red-card .dish-card-body > p:not(.dish-kicker), .red-card .dish-bottom span { color: rgba(255,255,255,.7); }
.weekend-card { grid-column: 1 / -1; min-height: 260px; background: var(--corn); }
.center-action { text-align: center; margin-top: 45px; }
.text-link { display: inline-flex; gap: 24px; font-family: var(--display); font-size: 25px; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 6px; }
.center-action p { color: rgba(36,18,14,.48); font-size: 10px; letter-spacing: .05em; }

.story { min-height: 780px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; background: #ded8c8; color: var(--ink); }
.story-photo-wrap { position: relative; min-height: 720px; padding: 58px 0 58px 58px; }
.story-photo { height: 100%; min-height: 610px; background: url("public/images/optimized/taco-kitchen-prep-v2.jpg") center 52% / cover no-repeat; filter: saturate(.88) contrast(1.03); }
.story-photo-wrap::after { content: ""; position: absolute; top: 21px; right: -28px; width: 155px; height: 155px; border-radius: 50%; background: var(--red); opacity: .12; }
.photo-label { position: absolute; left: 76px; bottom: 72px; margin: 0; padding: 11px 16px; background: var(--paper); color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 130px); }
.story-copy .eyebrow { color: var(--red); }
.story-copy h2 { margin: 0 0 33px; font-size: clamp(53px, 6.4vw, 90px); line-height: .93; letter-spacing: -.055em; }
.story-copy h2 em { color: var(--red); }
.story-lead { color: var(--ink) !important; font-family: var(--display); font-size: 24px !important; line-height: 1.45 !important; }
.story-copy > p:not(.eyebrow) { max-width: 535px; color: rgba(36,18,14,.68); font-size: 15px; line-height: 1.75; }
.story-stat { display: flex; align-items: center; gap: 20px; margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--border); }
.story-stat strong { color: var(--red); font-family: var(--display); font-size: 42px; font-weight: 400; }
.story-stat span { max-width: 110px; font-size: 11px; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }

.reviews { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 8vw, 120px); align-items: start; background: var(--cream); }
.review-heading { align-self: start; padding-top: 18px; }
.review-heading h2 { max-width: 620px; font-size: clamp(46px, 5.4vw, 74px); }
.review-heading p { max-width: 500px; margin: 28px 0 0; color: rgba(36,18,14,.66); font-size: 16px; line-height: 1.7; }
.review-panel { overflow: hidden; border: 1px solid var(--border); background: var(--white); box-shadow: 0 18px 55px rgba(61,27,14,.07); }
.rating-lockup { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 28px; padding: clamp(32px, 4vw, 56px); background: var(--red); color: var(--white); }
.rating-number { font-family: var(--display); font-size: clamp(78px, 8vw, 112px); font-weight: 400; line-height: .8; }
.rating-lockup > div { display: grid; gap: 7px; }
.rating-lockup > div > strong { font-size: 15px; }
.rating-lockup > div > span { color: rgba(255,255,255,.66); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.review-stars { color: var(--corn); font-size: 13px; letter-spacing: 4px; }
.real-review-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.real-review { padding: 34px; border-right: 1px solid var(--border); }
.real-review:last-child { border-right: 0; }
.real-review blockquote { margin: 15px 0 28px; font-family: var(--display); font-size: 23px; line-height: 1.38; }
.real-review p { margin: 0; }
.real-review p strong, .real-review p span { display: block; }
.real-review p strong { font-size: 12px; }
.real-review p span { margin-top: 5px; color: rgba(36,18,14,.48); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.review-link { min-height: 130px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 30px 38px; background: var(--red); color: var(--white); text-decoration: none; }
.review-link span, .review-link strong { grid-column: 1; }
.review-link span { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.65); }
.review-link strong { font-family: var(--display); font-size: 28px; font-weight: 400; }
.review-link i { grid-column: 2; grid-row: 1 / 3; color: var(--corn); font-size: 29px; font-style: normal; transition: transform .2s ease; }
.review-link:hover i { transform: translate(4px, -4px); }
.review-note { margin: 0; padding: 16px 38px; color: rgba(36,18,14,.48); font-size: 10px; line-height: 1.45; }

.visit { min-height: 720px; display: grid; grid-template-columns: 1.2fr .8fr; position: relative; overflow: hidden; background: #d5c8ad; }
.visit-map { position: relative; min-height: 720px; overflow: hidden; background: #d8d0bd; }
.visit-map iframe { width: 100%; height: 100%; min-height: 720px; border: 0; filter: saturate(.75) contrast(.95); }
.visit-card { align-self: center; position: relative; z-index: 2; width: calc(100% + 45px); margin-left: -45px; padding: clamp(50px, 6vw, 90px); background: var(--red); color: var(--white); box-shadow: var(--shadow); }
.visit-card h2 { margin: 0 0 35px; font-size: clamp(52px, 6vw, 84px); line-height: .94; letter-spacing: -.05em; }
.visit-card address { color: rgba(255,255,255,.8); font-style: normal; font-size: 15px; line-height: 1.7; }
.hours-list { margin: 34px 0; border-top: 1px solid rgba(255,255,255,.22); }
.hours-list div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: 12px; }
.hours-list span { color: rgba(255,255,255,.67); }
.visit-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button-light { background: var(--white); color: var(--red); }
.phone-link { color: var(--corn); font-family: var(--display); font-size: 23px; text-decoration: none; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding: 55px clamp(24px, 6vw, 90px) 80px; background: var(--espresso); color: var(--white); }
.site-footer > p { color: rgba(255,255,255,.55); font-size: 12px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: var(--corn); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.concept-note { grid-column: 1 / -1; margin: 16px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: 9px !important; letter-spacing: .08em; text-transform: uppercase; }
.mobile-order-bar { display: none; }

@media (max-width: 980px) {
  .site-header { height: 80px; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.4); background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 19px; height: 1px; background: white; transition: .2s ease; }
  .site-nav { position: absolute; top: 80px; left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 18px 24px 25px; background: var(--espresso); border-top: 1px solid rgba(255,255,255,.12); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav-order { margin-top: 12px; text-align: center; }
  .language-switch { justify-content: center; margin: 14px 0 0; padding-top: 8px; }
  .hero-content { width: min(780px, 80vw); }
  .hero-pattern { width: 45vw; }
  .dish-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-dish { grid-column: span 2; }
  .story { grid-template-columns: 1fr; }
  .story-photo-wrap { min-height: 580px; padding: 45px 45px 0; }
  .story-photo { min-height: 535px; }
  .story-copy { padding-top: 90px; }
  .reviews { grid-template-columns: 1fr; }
  .review-heading { position: static; }
  .visit { grid-template-columns: 1fr; padding: 55px; }
  .visit-map { position: absolute; inset: 0; min-height: 100%; opacity: .45; }
  .visit-card { width: min(630px, 100%); margin: auto; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-self: end; }
}

@media (min-width: 661px) and (max-height: 780px) {
  h1 { font-size: clamp(52px, 6.2vw, 82px); }
  .hero-content { margin-bottom: 102px; }
  .hero-proof { bottom: 58px; }
}

@media (max-width: 660px) {
  body { padding-bottom: 62px; }
  .topline { height: 30px; gap: 8px; padding: 0 12px; }
  .topline p:nth-of-type(2), .topline span:nth-of-type(2) { display: none; }
  .topline { font-size: 9px; }
  .site-header { inset: 30px 0 auto; padding: 0 18px; }
  .brand-copy strong { font-size: 22px; }
  .brand-arch { width: 37px; height: 30px; }
  .hero { min-height: max(760px, calc(100svh - 30px)); align-items: flex-end; }
  .hero-image { object-position: 70% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(20,8,4,.98) 0%, rgba(20,8,4,.74) 58%, rgba(20,8,4,.27) 100%); }
  .hero-pattern { inset: 160px auto auto 0; width: 62vw; height: 37%; opacity: .065; background-size: 150px 118px; }
  .hero-content { width: auto; margin: 0 20px 142px; }
  h1 { font-size: clamp(48px, 13.8vw, 56px); line-height: 1; }
  .hero-title-desktop { display: none; }
  .hero-title-mobile { display: block; padding-bottom: 3px; }
  .hero-intro { margin: 22px 0 25px; font-size: 15px; }
  .hero-actions { flex-wrap: nowrap; }
  .hero-actions .button { min-width: 0; flex: 1; padding-inline: 15px; white-space: nowrap; }
  .hero-proof { right: 20px; bottom: 91px; gap: 0 8px; }
  .proof-score { font-size: 37px; }
  .proof-stars { align-self: end; font-size: 9px; letter-spacing: 1px; }
  .hero-proof p { margin-top: 3px; font-size: 7px; letter-spacing: .12em; }
  .hero-location { display: flex; left: 20px; bottom: 92px; gap: 9px; }
  .hero-location span:nth-child(2) { max-width: 132px; font-size: 10px; }
  .ticker-track { padding: 14px 0; }
  .ticker span { font-size: 16px; }
  .section { padding: 80px 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 38px; }
  .section-heading h2, .review-heading h2 { font-size: 49px; }
  .menu-tabs { margin-inline: -18px; padding-inline: 18px; }
  .dish-grid { grid-template-columns: 1fr; }
  .feature-dish { grid-column: auto; grid-template-columns: 1fr; }
  .dish-image { min-height: 330px; }
  .dish-card { min-height: 330px; }
  .feature-dish { min-height: auto; }
  .feature-dish .dish-copy { min-height: 330px; }
  .story-photo-wrap { min-height: 470px; padding: 25px 18px 0; }
  .story-photo { min-height: 445px; background-position: 52% center; }
  .photo-label { display: none; }
  .story-copy { padding: 75px 23px 90px; }
  .story-copy h2 { font-size: 56px; }
  .weekend-card { grid-column: auto; }
  .real-review-list { grid-template-columns: 1fr; }
  .real-review { border-right: 0; border-bottom: 1px solid var(--border); }
  .real-review:last-child { border-bottom: 0; }
  .review-link { padding: 25px; }
  .visit { min-height: 690px; padding: 24px 18px; }
  .visit-card { padding: 48px 24px; }
  .visit-card h2 { font-size: 55px; }
  .site-footer { grid-template-columns: 1fr; padding: 55px 22px 38px; }
  .footer-links { justify-self: start; }
  .mobile-order-bar { position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: .75fr 1.25fr; background: var(--espresso); box-shadow: 0 -8px 25px rgba(20,8,4,.25); }
  .mobile-order-bar a { display: flex; align-items: center; justify-content: center; color: white; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
  .mobile-order-bar a:last-child { background: var(--corn); color: var(--ink); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
