/* SteakOut 212 - base design (from the approved static design) */
:root {
  --ink: #090909;
  --surface: #111111;
  --surface-2: #181818;
  --line: rgba(255, 255, 255, 0.13);
  --muted: #a9a9a9;
  --paper: #f7f4ec;
  --yellow: #ffc400;
  --orange: #f28c00;
  --white: #ffffff;
  --display: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .17;
  background-image: radial-gradient(circle at 20% 10%, rgba(255,255,255,.14) 0 1px, transparent 1.5px), radial-gradient(circle at 80% 45%, rgba(255,196,0,.12) 0 1px, transparent 1.4px);
  background-size: 18px 18px, 23px 23px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--yellow); color: var(--ink); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(0,0,0,.84), rgba(0,0,0,.25));
}
.nav-shell { width: min(1280px, calc(100% - 40px)); margin: auto; height: 92px; display: flex; align-items: center; gap: 38px; }
.brand { width: 210px; }
.brand img { width: 100%; height: 67px; object-fit: contain; object-position: left center; }
.primary-nav { margin-left: auto; display: flex; gap: 32px; align-items: center; }
.primary-nav a { color: #d6d6d6; font-size: .92rem; font-weight: 700; transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--yellow); }
.header-call { border-left: 1px solid rgba(255,255,255,.18); padding-left: 28px; display: grid; line-height: 1.25; }
.header-call span { color: var(--yellow); font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.header-call strong { font-size: .94rem; }
.menu-toggle { display: none; margin-left: auto; background: transparent; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: white; margin: 5px 0; }

.hero { min-height: 850px; height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; background: #070707; }
.hero-image { position: absolute; inset: 0; background: url("../img/hero-food.jpg") center/cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.99) 0%, rgba(5,5,5,.92) 32%, rgba(5,5,5,.28) 66%, rgba(5,5,5,.12) 100%), linear-gradient(180deg, rgba(5,5,5,.4), transparent 30%, rgba(5,5,5,.55)); }
.hero-grid { position: relative; z-index: 2; padding-top: 72px; }
.hero-copy { width: min(620px, 100%); }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--yellow); font-size: .77rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 36px; height: 2px; background: var(--yellow); }
h1, h2, h3 { line-height: .96; margin: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: .015em; text-transform: uppercase; }
h1 { font-size: clamp(5rem, 8.5vw, 8.4rem); max-width: 700px; }
h1 em { color: var(--yellow); font-style: normal; }
.hero-intro { color: #d0d0d0; max-width: 570px; font-size: 1.12rem; margin: 25px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 25px; border: 1px solid transparent; font-weight: 800; font-size: .93rem; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: #ffd641; }
.button-secondary { border-color: rgba(255,255,255,.28); background: rgba(0,0,0,.35); color: white; }
.button-secondary:hover { border-color: var(--yellow); color: var(--yellow); }
.button-dark { background: var(--ink); color: white; }
.hero-points { list-style: none; display: flex; gap: 28px; margin: 36px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.15); color: #d8d8d8; font-size: .82rem; font-weight: 600; }
.hero-points span { color: var(--yellow); margin-right: 7px; font-size: .68rem; }
.scroll-cue { position: absolute; z-index: 3; right: 34px; bottom: 38px; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; color: #c7c7c7; display: flex; align-items: center; gap: 10px; }
.scroll-cue span { width: 1px; height: 48px; background: var(--yellow); }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--surface); }
.ticker-track { width: max-content; padding: 18px 0; display: flex; align-items: center; gap: 28px; color: white; font-family: var(--display); font-size: 1.5rem; letter-spacing: .06em; text-transform: uppercase; animation: drift 35s linear infinite; }
.ticker i { color: var(--yellow); font-size: .65rem; font-style: normal; }
@keyframes drift { to { transform: translateX(-35%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .ticker-track { animation: none; } .button { transition: none; } }

.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; margin-bottom: 38px; }
.section-heading h2, .feature-copy h2, .order-section h2, .location-copy h2 { font-size: clamp(3.5rem, 6vw, 6.4rem); }
.section-lead { color: var(--muted); margin: 0 0 5px; max-width: 510px; }
.filter-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.filter { min-height: 44px; border: 1px solid var(--line); background: var(--surface); color: #c6c6c6; padding: 0 18px; cursor: pointer; font-size: .86rem; font-weight: 700; }
.filter:hover, .filter:focus-visible, .filter.active { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.menu-card { min-height: 275px; position: relative; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(17,17,17,.74); overflow: hidden; }
.menu-card[hidden] { display: none; }
.menu-card.featured { background: var(--yellow); color: var(--ink); }
.card-top { display: flex; justify-content: space-between; gap: 15px; align-items: center; position: relative; z-index: 1; }
.tag { color: var(--yellow); text-transform: uppercase; letter-spacing: .12em; font-size: .67rem; font-weight: 900; }
.menu-card.featured .tag { color: #5f4900; }
.price { font-family: var(--display); font-size: 1.85rem; line-height: 1; }
.menu-card h3 { position: relative; z-index: 1; margin-top: 42px; font-family: var(--display); font-size: 2.25rem; text-transform: uppercase; font-weight: 400; }
.menu-card p { position: relative; z-index: 1; margin: 12px 0 0; color: var(--muted); font-size: .9rem; max-width: 350px; }
.menu-card.featured p { color: #332b12; }
.card-number { position: absolute; right: 10px; bottom: -33px; color: rgba(255,255,255,.035); font-family: var(--display); font-size: 9rem; line-height: 1; }
.menu-card.featured .card-number { color: rgba(0,0,0,.07); }
.menu-note { color: #7d7d7d; font-size: .78rem; margin: 20px 0 0; }

.feature-band { background: var(--paper); color: var(--ink); padding: 110px 0; }
.feature-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 82px; }
.feature-visual { position: relative; min-height: 620px; background: #111; overflow: hidden; }
.feature-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 69% center; }
.feature-visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(0,0,0,.08); box-shadow: inset 0 0 0 10px rgba(255,255,255,.08); }
.feature-stamp { position: absolute; z-index: 2; left: 24px; bottom: 24px; width: 118px; height: 118px; border-radius: 50%; background: var(--yellow); display: grid; place-content: center; text-align: center; color: var(--ink); transform: rotate(-8deg); }
.feature-stamp strong { font-family: var(--display); font-size: 3rem; line-height: .8; }
.feature-stamp span { width: 80px; font-size: .62rem; text-transform: uppercase; font-weight: 900; line-height: 1.1; margin-top: 7px; }
.feature-copy .kicker { color: #8e6900; }
.feature-copy > p:not(.kicker) { color: #59564e; max-width: 570px; }
.favourite-list { list-style: none; padding: 0; margin: 34px 0 24px; border-top: 1px solid #cac6bb; }
.favourite-list li { display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid #cac6bb; }
.favourite-list li > span { font-size: .72rem; font-weight: 900; color: #9c7600; }
.favourite-list strong { display: block; font-size: 1rem; }
.favourite-list small { color: #777268; }
.favourite-list b { font-family: var(--display); font-size: 1.65rem; font-weight: 400; }
.text-link { font-weight: 900; border-bottom: 2px solid var(--yellow); padding-bottom: 4px; }

.why-section { background: var(--surface); }
.section-heading.compact { grid-template-columns: 1fr; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.promise-grid article { min-height: 320px; padding: 34px; border-right: 1px solid var(--line); }
.promise-grid article:last-child { border-right: 0; }
.promise-icon { display: inline-grid; place-content: center; width: 52px; height: 52px; border: 1px solid var(--yellow); color: var(--yellow); font-size: .72rem; font-weight: 900; }
.promise-grid h3 { margin: 70px 0 14px; font-family: var(--display); font-size: 2.4rem; font-weight: 400; text-transform: uppercase; }
.promise-grid p { margin: 0; color: var(--muted); }

.order-section { padding: 82px 0; background: var(--yellow); color: var(--ink); }
.order-grid { display: grid; grid-template-columns: .9fr 1.25fr auto; gap: 54px; align-items: center; }
.kicker.dark { color: #6d5300; }
.order-section h2 { max-width: 360px; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.steps li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; }
.steps li > span { width: 38px; height: 38px; display: grid; place-content: center; background: var(--ink); color: var(--yellow); font-size: .73rem; font-weight: 900; }
.steps strong { display: block; text-transform: uppercase; font-size: .8rem; letter-spacing: .12em; }
.steps p { margin: 0; font-size: .82rem; color: #5c4808; }

.location-section { background: var(--ink); }
.location-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; }
.address { font-size: 1.2rem; color: #d9d9d9; margin: 30px 0; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hours-note { color: #777; font-size: .82rem; margin-top: 18px; }
.location-card { min-height: 460px; padding: 46px; background: var(--yellow); color: var(--ink); position: relative; overflow: hidden; }
.location-card::after { content: attr(data-area); position: absolute; right: -25px; bottom: -70px; font-family: var(--display); font-size: 13rem; color: rgba(0,0,0,.07); }
.pin { width: 54px; height: 54px; border: 2px solid var(--ink); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); display: grid; place-content: center; margin-bottom: 50px; }
.pin span { width: 13px; height: 13px; border-radius: 50%; background: var(--ink); }
.location-card > p { margin: 0; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 900; }
.location-card h3 { font-family: var(--display); font-size: 3.8rem; font-weight: 400; text-transform: uppercase; }
.location-card dl { position: relative; z-index: 1; margin: 38px 0 0; }
.location-card dl div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 11px 0; border-top: 1px solid rgba(0,0,0,.22); }
.location-card dt { text-transform: uppercase; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.location-card dd { margin: 0; font-weight: 700; }

.site-footer { border-top: 1px solid var(--line); background: #050505; padding: 40px 0 90px; }
.footer-grid { display: grid; grid-template-columns: 220px 1fr auto; gap: 30px; align-items: center; }
.footer-brand img { height: 62px; object-fit: contain; object-position: left; }
.footer-grid > p { color: #707070; font-size: .82rem; }
.footer-links { display: flex; gap: 22px; font-size: .82rem; font-weight: 700; }
.footer-links a:hover { color: var(--yellow); }
.mobile-order-bar { display: none; }

@media (max-width: 980px) {
  .nav-shell { height: 78px; }
  .brand { width: 170px; }
  .brand img { height: 56px; }
  .menu-toggle { display: block; }
  .header-call { display: none; }
  .primary-nav { display: none; position: absolute; top: 78px; left: 20px; right: 20px; padding: 18px; background: #111; border: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 8px; border-bottom: 1px solid var(--line); }
  .primary-nav a:last-child { border-bottom: 0; }
  .hero { min-height: 760px; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,5,5,.97), rgba(5,5,5,.7) 58%, rgba(5,5,5,.38)), linear-gradient(180deg, rgba(5,5,5,.25), transparent 40%, rgba(5,5,5,.7)); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .location-grid { grid-template-columns: 1fr; gap: 48px; }
  .feature-visual { min-height: 540px; }
  .order-grid { grid-template-columns: 1fr 1.15fr; }
  .order-grid > .button { grid-column: 1 / -1; width: fit-content; }
  .footer-grid { grid-template-columns: 180px 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  :root { --container: min(100% - 28px, 1180px); }
  body { padding-bottom: 74px; }
  .section { padding: 76px 0; }
  .site-header { position: absolute; }
  .nav-shell { width: calc(100% - 28px); }
  .hero { min-height: 720px; height: auto; padding: 145px 0 90px; }
  .hero-image { background-position: 67% center; opacity: .72; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,5,5,.97), rgba(5,5,5,.62)), linear-gradient(180deg, transparent 40%, #050505 92%); }
  .hero-grid { padding-top: 0; }
  h1 { font-size: clamp(4.3rem, 22vw, 6.8rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-points { display: grid; gap: 8px; }
  .scroll-cue { display: none; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 235px; }
  .section-heading h2, .feature-copy h2, .order-section h2, .location-copy h2 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .feature-band { padding: 76px 0; }
  .feature-visual { min-height: 420px; }
  .feature-grid { gap: 38px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid article { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-grid article:last-child { border-bottom: 0; }
  .promise-grid h3 { margin-top: 42px; }
  .order-grid { grid-template-columns: 1fr; gap: 35px; }
  .order-grid > .button { grid-column: auto; width: 100%; }
  .location-grid { gap: 40px; }
  .location-actions { display: grid; }
  .location-card { min-height: 410px; padding: 32px; }
  .location-card h3 { font-size: 3rem; }
  .location-card dl div { grid-template-columns: 74px 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand img { width: 190px; }
  .footer-links { grid-column: auto; flex-wrap: wrap; }
  .mobile-order-bar { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; min-height: 74px; padding: 9px 14px; background: var(--yellow); color: var(--ink); display: flex; align-items: center; justify-content: space-between; box-shadow: 0 -12px 30px rgba(0,0,0,.3); }
  .mobile-order-bar div { display: grid; line-height: 1.15; }
  .mobile-order-bar small { text-transform: uppercase; letter-spacing: .12em; font-size: .61rem; font-weight: 900; }
  .mobile-order-bar strong { font-size: .95rem; }
  .mobile-order-bar a { background: var(--ink); color: white; padding: 12px 18px; font-weight: 900; font-size: .82rem; }
}

@media (max-width: 400px) {
  .brand { width: 145px; }
  .filter { flex: 1 1 calc(50% - 8px); padding-inline: 10px; }
  .location-card dl div { grid-template-columns: 1fr; gap: 2px; }
}

/* ==========================================================================
   WordPress / ordering additions
   ========================================================================== */

.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* Header basket */
.header-cart { position: relative; display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: .82rem; font-weight: 800; transition: border-color .2s ease, color .2s ease; }
.header-cart:hover, .header-cart:focus-visible { border-color: var(--yellow); color: var(--yellow); }
.header-cart-count { min-width: 22px; height: 22px; padding: 0 6px; display: inline-grid; place-content: center; background: rgba(255,255,255,.14); color: #fff; font-size: .72rem; border-radius: 11px; }
.header-cart.has-items .header-cart-count { background: var(--yellow); color: var(--ink); }
.primary-nav + .header-cart { margin-left: -6px; }

/* Orderable menu cards */
.menu-card { display: flex; flex-direction: column; }
.menu-card h3 a { transition: color .2s ease; }
.menu-card:not(.featured) h3 a:hover { color: var(--yellow); }
.menu-card .price del { display: block; font-size: 1rem; opacity: .55; }
.menu-card .price ins { text-decoration: none; }
.card-actions { position: relative; z-index: 1; margin-top: auto; padding-top: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.card-actions .button.card-add { min-height: 42px; padding: 0 16px; gap: 10px; border: 1px solid rgba(255,255,255,.28); background: transparent; color: #fff; font-size: .82rem; font-weight: 800; border-radius: 0; line-height: 1; }
.card-actions .button.card-add::after { content: "+"; font-size: 1.1rem; font-weight: 700; }
.card-actions .button.card-add:hover { background: var(--yellow); border-color: var(--yellow); color: var(--ink); transform: none; }
.card-actions .button.card-add.loading { opacity: .6; pointer-events: none; }
.card-actions .button.card-add.loading::after { content: "…"; }
.card-actions .button.card-add.added::after { content: "✓"; }
.card-actions .added_to_cart { font-size: .8rem; font-weight: 800; color: var(--yellow); border-bottom: 1px solid currentColor; }
.menu-card.featured .button.card-add { background: var(--ink); border-color: var(--ink); color: #fff; }
.menu-card.featured .button.card-add:hover { background: #262626; color: var(--yellow); }
.menu-card.featured .added_to_cart { color: var(--ink); }
.menu-card.sold-out { opacity: .55; }
.menu-empty { padding: 40px; border: 1px dashed var(--line); color: var(--muted); display: grid; gap: 18px; justify-items: start; }
.feature-copy .favourite-list a:hover { color: #8e6900; }

/* Added-to-order toast */
.order-toast { position: fixed; z-index: 60; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; align-items: center; gap: 22px; padding: 14px 18px 14px 22px; background: var(--paper); color: var(--ink); box-shadow: 0 18px 40px rgba(0,0,0,.45); font-weight: 700; font-size: .9rem; max-width: calc(100% - 28px); }
.order-toast[hidden] { display: none; }
.order-toast a { background: var(--ink); color: #fff; padding: 9px 14px; font-weight: 900; font-size: .8rem; white-space: nowrap; }
.order-toast a:hover { color: var(--yellow); }

/* Inner pages */
.page-banner { position: relative; padding: 170px 0 64px; background: radial-gradient(circle at 85% 0%, rgba(255,196,0,.12), transparent 45%), #070707; border-bottom: 1px solid var(--line); }
.page-title { font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: clamp(3.4rem, 7vw, 6.2rem); letter-spacing: .015em; }
.breadcrumbs { margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.breadcrumbs a { color: var(--yellow); }
.page-content, .shop-content { padding: 64px 0 110px; }
.entry-content { max-width: 100%; }
.entry-content > :first-child { margin-top: 0; }
.entry-content a:not(.button) { color: var(--yellow); }
.entry-content h2, .entry-content h3 { font-family: var(--display); font-weight: 400; text-transform: uppercase; margin: 1.4em 0 .5em; }
.entry-content h2 { font-size: 2.6rem; }
.entry-content h3 { font-size: 1.9rem; }
.post-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.post-item { padding: 32px; background: var(--surface); }
.post-item h2 { font-size: 2.4rem; margin-bottom: 10px; }
.post-item h2 a:hover { color: var(--yellow); }
.footer-legal { grid-column: 1 / -1; margin: 0; color: #555 !important; font-size: .75rem !important; }

@media (max-width: 1100px) {
  .primary-nav { gap: 22px; }
  .nav-shell { gap: 24px; }
  .header-cart-label { display: none; }
}
@media (max-width: 980px) {
  .header-cart { margin-left: auto; }
  .primary-nav + .header-cart { margin-left: auto; }
  .menu-toggle { margin-left: 0; }
  .page-banner { padding-top: 140px; }
}
@media (max-width: 700px) {
  .page-banner { padding: 128px 0 44px; }
  .page-content, .shop-content { padding: 44px 0 76px; }
  .order-toast { bottom: 88px; width: calc(100% - 28px); justify-content: space-between; }
}

/* ==========================================================================
   Full menu: category scroller, grouped sections, unpriced dishes
   ========================================================================== */

.filter-scroll { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; scroll-snap-type: x proximity; padding-bottom: 2px; }
.filter-scroll::-webkit-scrollbar { display: none; }
.filter-scroll .filter { flex: 0 0 auto; white-space: nowrap; scroll-snap-align: start; }
@media (min-width: 981px) { .filter-scroll { flex-wrap: wrap; overflow: visible; } }
.menu-more { margin: 28px 0 0; }
.price-tbc { font-family: var(--body); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.card-actions .button.card-call::after { content: "↗"; font-size: .9rem; }
.menu-card h3 { margin-top: 34px; }

.menu-jump { position: sticky; top: 0; z-index: 15; background: rgba(9,9,9,.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.admin-bar .menu-jump { top: 32px; }
.menu-jump .filter-row { margin: 0 auto; padding: 12px 0; }
@media (min-width: 981px) { .menu-jump .filter-row { gap: 6px; } }
.menu-jump .filter { min-height: 38px; font-size: .8rem; padding: 0 14px; }
.menu-block { scroll-margin-top: 90px; margin-bottom: 72px; }
.menu-block-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.menu-block-head h2 { font-size: clamp(2.6rem, 5vw, 4rem); }
.menu-block-head span { color: var(--muted); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* ==========================================================================
   Dish options (product page + pop-up)
   ========================================================================== */

.mod-group { border: 0; margin: 0 0 22px; padding: 0; min-width: 0; }
.mod-group legend { padding: 0; margin-bottom: 10px; font-family: var(--display); font-size: 1.6rem; text-transform: uppercase; letter-spacing: .02em; line-height: 1; }
.mod-group legend small { font-family: var(--body); font-size: .66rem; font-weight: 800; letter-spacing: .12em; color: var(--yellow); margin-left: 8px; vertical-align: middle; }
.mod-options { display: flex; flex-wrap: wrap; gap: 8px; }
.mod-option { position: relative; cursor: pointer; }
.mod-option input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.mod-option span { display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.22); background: #111; color: #ddd; font-size: .84rem; font-weight: 700; line-height: 1.2; transition: background .15s ease, border-color .15s ease, color .15s ease; }
.mod-option span em { font-style: normal; color: var(--yellow); font-weight: 800; }
.mod-option:hover span { border-color: var(--yellow); }
.mod-option input:checked + span { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.mod-option input:checked + span em { color: var(--ink); }
.mod-option input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }
.mod-checkbox .mod-option input:checked + span::before { content: "✓"; }

.woocommerce div.product form.cart .mod-fields { flex: 1 0 100%; margin-bottom: 8px; }
.call-to-order { margin: 28px 0; padding: 22px; border: 1px solid var(--line); background: var(--surface); }
.call-to-order p { margin: 0 0 16px; color: #cfcfcf; }

.mod-dialog { width: min(640px, calc(100% - 28px)); max-height: min(88vh, 900px); padding: 0; border: 1px solid var(--line); background: #0d0d0d; color: #fff; overflow: hidden; }
.mod-dialog[open] { display: flex; }
.mod-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(3px); }
.mod-form { display: flex; flex-direction: column; width: 100%; max-height: inherit; }
.mod-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 26px 28px 18px; border-bottom: 1px solid var(--line); }
.mod-head .kicker { margin-bottom: 8px; }
.mod-head h2 { font-size: clamp(2.4rem, 6vw, 3.4rem); }
.mod-details { display: inline-block; margin-top: 8px; color: var(--muted); font-size: .8rem; border-bottom: 1px solid currentColor; }
.mod-details:hover { color: var(--yellow); }
.mod-close { flex: 0 0 auto; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; color: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.mod-close:hover { border-color: var(--yellow); color: var(--yellow); }
.mod-body { flex: 1 1 auto; overflow-y: auto; padding: 22px 28px 4px; overscroll-behavior: contain; }
.mod-error { margin: 0; padding: 10px 28px; background: #2a0f0c; color: #ffb1a8; font-size: .86rem; font-weight: 700; }
.mod-foot { display: flex; gap: 10px; padding: 16px 28px 22px; border-top: 1px solid var(--line); background: #0d0d0d; }
.mod-qty { display: flex; border: 1px solid rgba(255,255,255,.22); }
.mod-qty button { width: 44px; border: 0; background: transparent; color: #fff; font-size: 1.2rem; cursor: pointer; }
.mod-qty button:hover { color: var(--yellow); }
.mod-qty input { width: 44px; border: 0; background: transparent; color: #fff; text-align: center; font: inherit; font-weight: 800; -moz-appearance: textfield; }
.mod-qty input::-webkit-inner-spin-button, .mod-qty input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.mod-submit { flex: 1; cursor: pointer; font-family: var(--body); gap: 6px; white-space: nowrap; padding: 0 16px; }
.mod-submit.loading { opacity: .6; }

@media (max-width: 700px) {
  .mod-dialog { width: 100%; max-width: 100%; max-height: 92vh; margin: auto 0 0; border-left: 0; border-right: 0; border-bottom: 0; }
  .mod-head, .mod-body, .mod-foot { padding-left: 18px; padding-right: 18px; }
  .mod-error { padding-left: 18px; padding-right: 18px; }
  .mod-qty button { width: 36px; }
  .mod-qty input { width: 32px; }
  .menu-block-head { flex-direction: column; gap: 4px; }
  .admin-bar .menu-jump { top: 0; }
}
