/* ============================================================================
   Spicy Mexico - Bowie, Texas
   Palette: talavera cobalt, salsa terracotta, masa cream, basalt night.
   Type: Petrona (display, self-hosted variable), Plus Jakarta Sans (text).
   Every colour pair used for text was computed, never eyeballed.
   ========================================================================== */

@font-face {
  font-family: 'Petrona';
  src: url('fonts/petrona-latin-var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jakarta';
  src: url('fonts/jakarta-latin-var.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --noche:   #101A24;
  --noche-2: #0B121A;
  --noche-3: #16232F;
  --cal:     #FAF3E7;
  --hueso:   #F2E6D3;
  --card:    #FFFCF6;
  --tinta:   #1B2731;
  --muted:   #4E5C68;
  --rule:    #D3BF9F;
  --rule-dk: #2C3E4E;
  --azul:    #1B4E8F;
  --azul-dp: #143E75;
  --azul-lt: #7FB4E8;
  --barro:   #B7451F;
  --barro-dp:#93340F;
  --barro-lt:#E9834F;
  --verde:   #4E7A3E;
  --dim:     #93A3B0;
  --txt-dk:  #ECE1CE;

  --disp: 'Petrona', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --sans: 'Jakarta', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;

  --shell: 1240px;
  --pad: 28px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--cal);
  color: var(--tinta);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--azul-dp); }

h1, h2, h3, h4 { font-family: var(--disp); font-weight: 700; line-height: 1.08; margin: 0; letter-spacing: -.012em; }

.shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 var(--pad); }

.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 {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--azul); color: #fff; padding: 12px 20px; border-radius: 0 0 8px 0;
  font-family: var(--sans); font-weight: 700;
}
.skip:focus { left: 0; }

:focus-visible { outline: 3px solid var(--barro-lt); outline-offset: 3px; }

/* ------------------------------------------------------------ dot texture */
.dotted { position: relative; }
.dotted::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(236, 225, 206, .085) 1px, transparent 1px);
  background-size: 22px 22px;
}
.dotted > * { position: relative; z-index: 1; }

/* ------------------------------------------------------------ preview bar */
.pbar { background: var(--noche-2); color: var(--txt-dk); border-bottom: 1px solid #253747; }
.pbar-in {
  display: flex; flex-wrap: wrap; gap: 10px 26px;
  align-items: center; justify-content: space-between; padding-top: 12px; padding-bottom: 12px;
}
.pbar-txt { margin: 0; font-size: 14.5px; line-height: 1.55; max-width: 62ch; color: #DBD1C0; }
.pbar-acts { margin: 0; display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; }
.pbar-btn {
  display: inline-block; background: var(--barro-lt); color: #16100B;
  font-size: 14px; font-weight: 700; text-decoration: none;
  padding: 9px 18px; border-radius: 999px; white-space: nowrap;
}
.pbar-btn:hover { background: #F49B6C; }
.pbar-mail { color: var(--azul-lt); font-size: 14px; text-decoration: underline; white-space: nowrap; }

/* ------------------------------------------------------------ masthead */
.mast {
  position: sticky; top: 0; z-index: 60;
  background: rgba(11, 18, 26, .93);
  backdrop-filter: saturate(150%) blur(9px);
  border-bottom: 1px solid #22333F;
}
.mast-in { display: flex; align-items: center; gap: 22px; min-height: 82px; }

.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; margin-right: auto; }
.brand-mark { width: 50px; height: 50px; border-radius: 9px; flex: none; }
.brand-txt { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--disp); font-weight: 700; font-size: 27px; color: var(--cal); letter-spacing: -.01em; }
.brand-sub { font-size: 11.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--dim); margin-top: 3px; font-weight: 600; }

.nav { display: flex; gap: 30px; }
.nav a {
  color: var(--txt-dk); text-decoration: none; font-size: 15px; font-weight: 600;
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.nav a:hover { color: #fff; border-bottom-color: var(--barro-lt); }

.burger { display: none; }

/* ------------------------------------------------------------ buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--sans); font-weight: 700; font-size: 15.5px; letter-spacing: .005em;
  text-decoration: none; padding: 13px 24px; border-radius: 999px; border: 2px solid transparent;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-lg { font-size: 17px; padding: 16px 32px; }
.btn-salsa { background: var(--barro-lt); color: #16100B; }
.btn-salsa:hover { background: #F49B6C; }
.btn-azul { background: var(--azul); color: #fff; }
.btn-azul:hover { background: #23609F; }
.btn-ghost { border-color: rgba(236, 225, 206, .42); color: var(--txt-dk); }
.btn-ghost:hover { border-color: var(--barro-lt); color: #fff; }
.btn-ghost-dk { border-color: rgba(27, 39, 49, .32); color: var(--tinta); }
.btn-ghost-dk:hover { border-color: var(--azul); color: var(--azul-dp); }
.mast-cta { flex: none; }

/* ------------------------------------------------------------ section furniture */
.label {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase;
  margin: 0 0 20px;
}
.label::before { content: ''; width: 30px; height: 2px; background: currentColor; flex: none; opacity: .85; }
.label-dk { color: var(--barro-lt); }
.label-lt { color: var(--barro-dp); }

.sec { padding: 104px 0; }
.sec-dark { background: var(--noche); color: var(--txt-dk); }
.sec-dark-2 { background: var(--noche-2); color: var(--txt-dk); }
.sec-light { background: var(--cal); }
.sec-hueso { background: var(--hueso); }

.h-sec { font-size: 52px; line-height: 1.06; margin: 0 0 20px; max-width: 19ch; }
.sec-dark .h-sec, .sec-dark-2 .h-sec { color: #FFF8EC; }
.lede { font-size: 19.5px; line-height: 1.68; max-width: 62ch; margin: 0; color: var(--muted); }
.sec-dark .lede, .sec-dark-2 .lede { color: #CBBFAC; }

/* ------------------------------------------------------------ hero */
.hero {
  position: relative; overflow: hidden; background: var(--noche-2);
  min-height: 640px; display: flex; align-items: center;
  padding: 108px 0 96px;
}
.hero::before {
  content: ''; position: absolute; inset: -4%;
  background: #1a1310 url('assets/img/stock-hero-fajita-skillet.jpg') center 58% / cover no-repeat;
  animation: kb 30s ease-in-out infinite alternate;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(103deg, rgba(8,13,19,.94) 0%, rgba(8,13,19,.90) 40%, rgba(8,13,19,.55) 68%, rgba(8,13,19,.34) 100%),
    linear-gradient(to top, rgba(8,13,19,.72), rgba(8,13,19,0) 46%);
}
@keyframes kb {
  from { transform: scale(1) translate3d(0, 0, 0); }
  to   { transform: scale(1.09) translate3d(-1.4%, -1.6%, 0); }
}
.hero-in { position: relative; z-index: 2; }
.hero-copy { max-width: 40ch; }
.hero-eyebrow {
  margin: 0 0 22px; font-size: 12.5px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--barro-lt);
}
.hero-h {
  font-size: 74px; line-height: 1.02; color: #FFF8EC; margin: 0 0 24px; letter-spacing: -.022em;
}
/* The word stagger lives here, not in style attributes: the shipped CSP is
   style-src 'self', which blocks inline style="" outright. */
.hero-h .w { display: inline-block; opacity: 0; transform: translateY(20px); animation: rise .8s cubic-bezier(.2,.7,.3,1) forwards; }
.hero-h .w:nth-child(1) { animation-delay: .05s; }
.hero-h .w:nth-child(2) { animation-delay: .12s; }
.hero-h .w:nth-child(3) { animation-delay: .19s; }
.hero-h .w:nth-child(4) { animation-delay: .26s; }
.hero-h .w:nth-child(5) { animation-delay: .33s; }
.hero-h .w:nth-child(6) { animation-delay: .40s; }
.hero-h .w:nth-child(7) { animation-delay: .47s; }
.hero-h .w:nth-child(8) { animation-delay: .54s; }
.hero-h .w:nth-child(9) { animation-delay: .61s; }
@keyframes rise { to { opacity: 1; transform: none; } }
.hero-lede { font-size: 20px; line-height: 1.65; color: #D7CCB9; margin: 0 0 34px; max-width: 46ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 0; }

.hero-cards {
  position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 14px;
  margin-top: 46px;
}
.fact {
  background: rgba(12, 20, 28, .70);
  border: 1px solid rgba(236, 225, 206, .18);
  border-radius: 14px; padding: 16px 22px; min-width: 190px;
  opacity: 0; transform: translateY(14px); animation: rise .9s cubic-bezier(.2,.7,.3,1) .85s forwards;
  backdrop-filter: blur(3px);
}
.fact:nth-child(2) { animation-delay: 1.02s; }
.fact-n { font-family: var(--disp); font-size: 34px; font-weight: 700; color: #FFF8EC; line-height: 1.1; display: flex; align-items: baseline; gap: 8px; }
.fact-n .star { color: var(--barro-lt); font-size: 24px; }
.fact-k { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); margin: 5px 0 0; font-weight: 600; }

/* ------------------------------------------------------------ proof strip */
.strip { background: var(--azul-dp); color: #fff; padding: 22px 0; }
.strip-in { display: flex; flex-wrap: wrap; gap: 12px 44px; align-items: center; justify-content: center; }
.strip-i {
  display: inline-flex; align-items: center; gap: 11px;
  font-size: 15px; font-weight: 600; color: #EAF2FB;
}
.strip-i svg { width: 19px; height: 19px; flex: none; stroke: #A7CDF3; }

/* ------------------------------------------------------------ the table (about) */
.table-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: start; }
.table-body p { font-size: 19px; line-height: 1.75; color: #2C3A45; margin: 0 0 20px; max-width: 56ch; }
.table-body p:last-child { margin-bottom: 0; }
.table-body .first { font-size: 21px; color: var(--tinta); }

.specs { display: grid; gap: 0; border-top: 1px solid var(--rule); margin-top: 40px; }
.spec { display: flex; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--rule); align-items: baseline; }
.spec-k {
  flex: none; width: 132px; font-size: 12px; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; color: var(--barro-dp);
}
.spec-v { font-size: 17px; color: var(--tinta); margin: 0; }

/* explained slot */
.slot {
  border: 2px dashed #C0A97F; border-radius: 16px; background: rgba(255, 252, 246, .7);
  padding: 30px 32px;
}
.slot + .slot { margin-top: 20px; }
.slot-h {
  font-family: var(--sans); font-size: 12.5px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--barro-dp); margin: 0 0 14px;
}
.tok {
  display: inline-block; font-family: var(--sans); font-weight: 800; font-size: 15px;
  letter-spacing: .06em; color: var(--azul-dp); background: rgba(27, 78, 143, .10);
  border: 1px dashed rgba(27, 78, 143, .45); border-radius: 8px; padding: 7px 13px; margin: 0 0 14px;
}
.slot p { font-size: 16px; line-height: 1.68; color: var(--muted); margin: 0; }
.slot p + p { margin-top: 12px; }

/* ------------------------------------------------------------ order (dishes) */
.dish-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 54px;
}
.dish {
  position: relative; border-radius: 18px; overflow: hidden; background: var(--noche-3);
  border: 1px solid rgba(236, 225, 206, .12);
}
.dish-img { position: relative; aspect-ratio: 4 / 5; background: linear-gradient(150deg, #2A3742, #16232F); }
.dish-img img { width: 100%; height: 100%; object-fit: cover; }
.dish-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,13,19,.92) 6%, rgba(8,13,19,.32) 44%, rgba(8,13,19,0) 68%);
}
.dish-name {
  position: absolute; left: 24px; right: 24px; bottom: 20px; z-index: 2;
  font-family: var(--disp); font-size: 30px; font-weight: 700; color: #FFF8EC; line-height: 1.12;
}
.cap {
  font-size: 12.5px; line-height: 1.6; color: var(--dim); margin: 12px 2px 0; max-width: 62ch;
}
.cap-note { color: #8D9CA8; }

.menu-slot {
  margin-top: 34px; border: 2px dashed #4A6274; border-radius: 18px;
  background: rgba(22, 35, 47, .6); padding: 34px 34px;
}
.menu-slot .slot-h { color: var(--barro-lt); }
.menu-slot .tok { color: #BBD8F5; background: rgba(127, 180, 232, .12); border-color: rgba(127, 180, 232, .45); }
.menu-slot p { color: #B7AB99; font-size: 16px; line-height: 1.7; margin: 0; }
.menu-slot p + p { margin-top: 12px; }

/* ------------------------------------------------------------ reviews */
.pull {
  margin: 0 0 60px; max-width: 30ch;
}
.pull-stars { display: flex; gap: 5px; margin-bottom: 20px; }
.pull-stars svg { width: 24px; height: 24px; fill: var(--barro); }
.pull-q {
  font-family: var(--disp); font-weight: 500; font-size: 33px; line-height: 1.36;
  color: var(--tinta); margin: 0; max-width: 26ch;
  text-indent: -.44em;
}
.pull-by { margin: 22px 0 0; font-size: 14.5px; font-weight: 700; color: var(--barro-dp); letter-spacing: .04em; }
.pull-src { font-size: 13px; font-weight: 500; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; display: block; margin-top: 4px; }

.rev-top { display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: start; }

.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 8px; }
.rev {
  background: var(--card); border: 1px solid var(--rule); border-radius: 16px; padding: 26px 26px 24px;
  display: flex; flex-direction: column;
}
.rev-stars { display: flex; gap: 3px; margin-bottom: 15px; }
.rev-stars svg { width: 16px; height: 16px; fill: var(--barro); }
.rev-t { font-size: 16.5px; line-height: 1.66; color: #2C3A45; margin: 0 0 18px; flex: 1; }
.rev-by { font-size: 14px; font-weight: 700; color: var(--tinta); margin: 0; }
.rev-src { font-size: 12px; color: var(--muted); letter-spacing: .07em; text-transform: uppercase; margin: 3px 0 0; }

.score {
  background: var(--noche); color: var(--txt-dk); border-radius: 20px; padding: 34px 34px 30px;
}
.score-n { display: flex; align-items: baseline; gap: 12px; }
.score-v { font-family: var(--disp); font-size: 62px; font-weight: 700; color: #FFF8EC; line-height: 1; }
.score-star { color: var(--barro-lt); font-size: 30px; line-height: 1; }
.score-c { font-size: 15px; color: var(--dim); margin: 10px 0 0; }
.score-r { font-size: 15px; color: #CBBFAC; margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--rule-dk); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--rule-dk); }
.chip {
  display: inline-flex; align-items: baseline; gap: 7px;
  background: rgba(127, 180, 232, .12); border: 1px solid rgba(127, 180, 232, .3);
  border-radius: 999px; padding: 6px 13px; font-size: 13.5px; color: #DDE9F5;
}
.chip b { color: var(--azul-lt); font-weight: 800; font-size: 12.5px; }
.chip-src { font-size: 12.5px; color: #8D9CA8; margin: 14px 0 0; line-height: 1.6; }

/* ------------------------------------------------------------ visit */
.visit-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: start; margin-top: 46px; }

.hours { border-top: 1px solid var(--rule-dk); }
.hrow {
  display: flex; justify-content: space-between; gap: 20px; align-items: baseline;
  padding: 14px 0; border-bottom: 1px solid var(--rule-dk); font-size: 17px;
}
.hrow .d { color: #CBBFAC; font-weight: 600; }
.hrow .t { color: #FFF8EC; font-variant-numeric: tabular-nums; }
.hrow.on .d, .hrow.on .t { color: var(--barro-lt); }
.hrow.on .d::after { content: ' \00b7 today'; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; opacity: .85; }

.hours-mark {
  width: 230px; height: 230px; margin: 54px auto 0; opacity: .12; border-radius: 28px;
  filter: grayscale(.25);
}

.vcard {
  background: var(--noche-3); border: 1px solid rgba(236, 225, 206, .13);
  border-radius: 18px; padding: 30px 32px;
}
.vcard + .vcard { margin-top: 20px; }
.vcard-k { font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; color: var(--barro-lt); margin: 0 0 12px; }
.vcard p { margin: 0; font-size: 17.5px; line-height: 1.6; color: #E5DACA; }
.vcard p + p { margin-top: 8px; }
.vcard a { color: #FFF8EC; text-decoration: none; border-bottom: 1px solid rgba(233, 131, 79, .6); }
.vcard a:hover { color: var(--barro-lt); }
.vcard .big { font-family: var(--disp); font-size: 34px; font-weight: 700; line-height: 1.15; }
.vcard .big a { border-bottom: none; }
.vcard .note { font-size: 14.5px; color: var(--dim); margin-top: 10px; }
.vcard-acts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }

.dk-slot { border: 2px dashed #4A6274; border-radius: 18px; background: rgba(22, 35, 47, .55); padding: 26px 30px; }
.dk-slot .slot-h { color: var(--barro-lt); }
.dk-slot .tok { color: #BBD8F5; background: rgba(127, 180, 232, .12); border-color: rgba(127, 180, 232, .45); }
.dk-slot p { color: #B7AB99; font-size: 15.5px; line-height: 1.68; margin: 0; }

/* ------------------------------------------------------------ 404 */
.nf-sec { min-height: 74vh; display: flex; align-items: center; }
.nf-in { text-align: center; }
.nf-mark { margin: 0 auto 26px; border-radius: 13px; }
.nf-h { max-width: none; margin: 0 auto 18px; }
.nf-lede { margin: 0 auto 30px; }
.nf-acts { margin: 0; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ------------------------------------------------------------ closer */
.closer { background: var(--barro-dp); color: #FFF3E7; padding: 78px 0; text-align: center; }
.closer h2 { font-size: 46px; color: #FFF6EC; margin: 0 0 12px; }
.closer p { margin: 0 0 30px; font-size: 18.5px; color: #F3D9C6; }
.closer-tel {
  font-family: var(--disp); font-size: 52px; font-weight: 700; color: #FFF6EC;
  text-decoration: none; line-height: 1.1; display: inline-block; border-bottom: 3px solid rgba(255, 246, 236, .38);
}
.closer-tel:hover { border-bottom-color: #FFF6EC; }

/* ------------------------------------------------------------ preview footer block */
.preview { background: var(--hueso); border-top: 3px solid var(--azul); padding: 62px 0; }
.ap-h { font-family: var(--sans); font-size: 12.5px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--azul-dp); margin: 0 0 18px; }
.preview p { font-size: 16.5px; line-height: 1.72; color: #3A4750; margin: 0 0 14px; max-width: 74ch; }
.preview p:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ footer */
.foot { background: var(--noche-2); color: var(--txt-dk); padding: 62px 0 0; border-top: 3px solid var(--barro); }
.foot-in { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 46px; padding-bottom: 46px; }
.foot-brand .brand-mark { width: 54px; height: 54px; border-radius: 10px; margin-bottom: 14px; }
.foot-name { font-family: var(--disp); font-size: 26px; font-weight: 700; color: #FFF8EC; margin: 0 0 6px; }
.foot-sub { font-size: 15px; color: var(--dim); margin: 0; line-height: 1.6; }
.foot-k { font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; color: var(--barro-lt); margin: 0 0 14px; }
.foot-col a, .foot-col p { display: block; font-size: 15.5px; color: #D5CAB9; text-decoration: none; margin: 0 0 9px; }
.foot-col a:hover { color: #fff; }
.foot-bar { border-top: 1px solid #22333F; padding: 20px 0; }
.foot-bar p { margin: 0; font-size: 13.5px; color: #7E8D99; }

/* ------------------------------------------------------------ reveal */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .74s ease, transform .74s cubic-bezier(.2,.7,.3,1); }
.rv.in-view { opacity: 1; transform: none; }
.rv-1 { transition-delay: .07s; } .rv-2 { transition-delay: .14s; } .rv-3 { transition-delay: .21s; }
.rv-4 { transition-delay: .28s; } .rv-5 { transition-delay: .35s; }

/* ------------------------------------------------------------ responsive */
@media (max-width: 1080px) {
  .table-grid, .rev-top, .visit-grid { grid-template-columns: 1fr; gap: 46px; }
  .dish-grid, .rev-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-h { font-size: 58px; }
  .h-sec { font-size: 44px; }
  .foot-in { grid-template-columns: 1fr 1fr; gap: 34px; }
}

@media (max-width: 860px) {
  .nav {
    position: fixed; inset: 82px 0 auto; background: var(--noche-2);
    flex-direction: column; gap: 0; padding: 8px 0 18px;
    border-bottom: 1px solid #22333F; display: none;
  }
  .nav.open { display: flex; }
  .nav a { padding: 15px var(--pad); border-bottom: 1px solid #1B2A36; font-size: 17px; }
  .nav a:hover { border-bottom-color: #1B2A36; }
  .mast-cta { display: none; }
  .burger {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 46px; height: 46px; border: 1px solid #33475A; border-radius: 10px;
    background: transparent; cursor: pointer; padding: 0 11px; flex: none;
  }
  .burger span { display: block; height: 2px; background: var(--txt-dk); border-radius: 2px; }
}

@media (max-width: 720px) {
  :root { --pad: 20px; }
  body { font-size: 17px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-name { font-size: 22px; }
  .brand-sub { font-size: 9.5px; letter-spacing: .085em; }
  .mast-in { min-height: 70px; gap: 12px; }
  .nav { top: 70px; }
  .hours-mark { width: 150px; height: 150px; margin-top: 40px; opacity: .1; }
  .sec { padding: 68px 0; }
  .hero { min-height: 0; padding: 74px 0 64px; }
  .hero-h { font-size: 42px; letter-spacing: -.018em; }
  .hero-lede { font-size: 17.5px; }
  .hero-cta .btn { width: 100%; }
  .h-sec { font-size: 34px; }
  .lede { font-size: 17.5px; }
  .dish-grid, .rev-grid { grid-template-columns: 1fr; }
  .dish-name { font-size: 26px; }
  /* the hanging quote must not clip off-canvas at phone widths */
  .pull-q { font-size: 25px; text-indent: 0; }
  .pull { max-width: none; margin-bottom: 40px; }
  .score-v { font-size: 50px; }
  .closer h2 { font-size: 32px; }
  .closer-tel { font-size: 34px; }
  .vcard .big { font-size: 27px; }
  .foot-in { grid-template-columns: 1fr; gap: 30px; }
  .slot, .menu-slot, .dk-slot { padding: 24px 22px; }
  .spec { flex-direction: column; gap: 4px; }
  .spec-k { width: auto; }
  .strip-in { justify-content: flex-start; gap: 10px 26px; }
  .table-body p { font-size: 17.5px; }
  .table-body .first { font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .rv { opacity: 1; transform: none; }
  .hero-h .w, .fact { opacity: 1; transform: none; }
}
