/*
Theme Name: Calle 8 Sports
Theme URI: https://calle8sportsbar.com
Author: Calle 8 Sports Bar
Description: Custom sports-bar theme for Calle 8 Sports Bar & Grill, Little Havana. Matches the venue and social — not a generic restaurant template.
Version: 1.2.7
Text Domain: calle8-sports
*/

:root {
  --ink: #070707;
  --ember: #c71f25;
  --ember-dark: #9a181d;
  --gold: #e8b923;
  --cream: #f3eee4;
  --mute: #b9b0a4;
  --line: rgba(232, 185, 35, 0.28);
  --max: 1180px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
.site-main { overflow-x: clip; }
body {
  font-family: Barlow, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: var(--ink);
  color: var(--cream);
  line-height: 1.5;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); }
h1, h2, h3, .display {
  font-family: Oswald, "Arial Narrow", Impact, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 0.95;
  margin: 0;
}
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.topbar {
  background: #000;
  color: #ddd;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 16px;
  font-weight: 600;
}
.topbar a { color: var(--gold); text-decoration: none; font-weight: 800; }

.site-header {
  position: sticky; top: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 10px 22px;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.logo img { height: 52px; width: auto; }
.nav { display: flex; flex-wrap: wrap; gap: 2px; align-items: center; }
.nav a {
  color: #f4efe4; text-decoration: none;
  font-family: Oswald, sans-serif; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  font-size: 12px; padding: 8px 9px;
}
.nav a:hover, .nav a.current { color: var(--gold); }
.nav .cta {
  background: var(--ember); color: #fff !important;
  margin-left: 8px; padding: 10px 14px; border-radius: 2px;
}
.nav .cta:hover { background: var(--ember-dark); }
.burger {
  display: none; background: none; border: 0; color: var(--gold);
  font-size: 28px; cursor: pointer;
}
@media (max-width: 860px) {
  .burger { display: block; }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch;
    background: #000; padding: 8px 0 18px;
    border-bottom: 1px solid var(--line);
  }
  .site-header.open .nav { display: flex; }
  .nav a { padding: 14px 22px; font-size: 16px; }
  .nav .cta { margin: 8px 22px 0; text-align: center; }
  .logo img { height: 44px; }
}

.hero {
  position: relative; min-height: 92vh;
  display: grid; place-items: center; text-align: center;
  padding: 56px 20px 72px;
  background-color: #000;
  overflow: hidden;
}
.hero-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0; pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.25) 40%, rgba(0,0,0,.78) 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: 980px; }
.kicker {
  color: var(--gold); font-family: Oswald, sans-serif; font-style: italic;
  font-weight: 500; letter-spacing: 0.06em; font-size: clamp(16px, 2.4vw, 24px);
  margin-bottom: 10px;
}
.hero h1 { font-size: clamp(40px, 8vw, 86px); color: #fff; text-shadow: 0 4px 28px rgba(0,0,0,.5); }
.hero p { max-width: 640px; margin: 16px auto 28px; font-size: clamp(16px, 2vw, 20px); color: var(--cream); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 12px 26px; text-decoration: none;
  font-family: Oswald, sans-serif; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; font-size: 16px; border-radius: 2px; border: 2px solid transparent;
}
.btn-ember { background: var(--ember); color: #fff; border-color: var(--ember); }
.btn-ember:hover { background: var(--ember-dark); border-color: var(--ember-dark); color: #fff; }
.btn-gold { background: transparent; color: var(--gold); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold); color: var(--ink); }

.ticker {
  background: var(--ember); color: #fff; overflow: hidden;
  font-family: Oswald, sans-serif; letter-spacing: 0.12em; text-transform: uppercase;
  font-size: 14px; padding: 12px 8px; white-space: nowrap; text-align: center;
}
.ticker span { display: inline-block; padding: 4px 22px; }
@media (max-width: 800px) {
  .ticker { white-space: normal; line-height: 1.7; }
  .ticker span { display: inline; padding: 0 10px; }
}

.section { padding: 72px 0; }
.section-cream { background: var(--cream); color: var(--ink); }
.section-cream h2, .section-cream h3 { color: var(--ink); }
.eyebrow {
  color: var(--gold); font-family: Oswald, sans-serif; letter-spacing: 0.16em;
  text-transform: uppercase; font-size: 12px; font-weight: 600; margin-bottom: 10px;
}
/* Gold #e8b923 on cream #f3eee4 fails WCAG for small text. Darker gold on cream only. */
.section-cream .eyebrow { color: #6a4e00; }
.split { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: center; }
.split img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; border-radius: 4px; }
.split iframe { width: 100%; min-height: 340px; height: 340px; border: 0; border-radius: 4px; }
.rule { width: 72px; height: 3px; background: var(--gold); border: 0; margin: 20px 0 0; }
@media (max-width: 800px) {
  .split { grid-template-columns: 1fr; }
  .hero { min-height: 78vh; }
}

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: #111; border: 1px solid var(--line); padding: 28px 22px;
  min-height: 200px;
}
.card h3 { font-size: 26px; margin-bottom: 10px; color: #fff; }
.card p { color: var(--mute); margin: 0; }
@media (max-width: 800px) { .cards { grid-template-columns: 1fr; } }

.grid-photos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.grid-photos img { width: 100%; height: 220px; object-fit: cover; }
.grid-photos img:first-child { grid-column: span 2; grid-row: span 2; height: 448px; }
@media (max-width: 800px) {
  .grid-photos { grid-template-columns: 1fr 1fr; }
  .grid-photos img, .grid-photos img:first-child { height: 180px; grid-column: auto; grid-row: auto; }
}

.page-hero {
  padding: 88px 20px 48px; text-align: center;
  background-color: #000;
  position: relative;
  min-height: 42vh;
  overflow: hidden;
  display: grid; place-items: end center;
}
.page-hero .hero-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0; pointer-events: none;
}
.page-hero::after { content:""; position:absolute; inset:0; z-index:1; background:rgba(0,0,0,.55); }
.page-hero .wrap { position: relative; z-index: 2; padding-bottom: 8px; }
.page-hero h1 { font-size: clamp(36px, 6vw, 64px); color: #fff; }

.content-block { background: var(--cream); color: #1a1410; padding: 56px 0 80px; }
.content-block .prose { max-width: 720px; margin: 0 auto; font-size: 18px; line-height: 1.7; }
.content-block .gos-index-copy {
  max-width: 720px;
  margin: 40px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(26, 20, 16, 0.12);
  color: #1a1410;
}
.content-block .gos-index-copy h2 { margin: 0 0 12px; }
.content-block .gos-index-copy p { margin: 0 0 12px; font-size: 18px; line-height: 1.7; }
.content-block .prose h2 { margin: 28px 0 10px; }
.content-block .prose img { width: 100%; height: auto; margin: 16px 0; border-radius: 4px; }
.content-block .gos-pack { max-width: 840px; margin: 0 auto; }
.content-block .gos-root {
  max-width: none;
  margin: 0;
  padding: 0;
  color: #1a1410;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  font-size: 17px;
  line-height: 1.6;
}
.content-block .gos-root h1 { display: none; }
.content-block .gos-root h2,
.content-block .gos-root h3 {
  font-family: Barlow, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 8px;
}
.content-block .gos-blog-post-hero,
.content-block .gos-howto-hero,
.content-block .gos-page-hero,
.content-block .gos-top,
.content-block .gos-footer { display: none !important; }
.content-block .gos-lede {
  margin: 0 0 1.1rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4a433c;
}
.content-block .gos-byline {
  margin: 0 0 1.15rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ember);
}
.content-block .gos-root p:empty { display: none; }

.gos-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  align-items: center;
  font-size: 13px;
  color: #6b5c4e;
  margin: 0 0 14px;
}
.gos-crumbs a { color: var(--ember); text-decoration: none; font-weight: 700; }
.gos-crumbs a:hover { text-decoration: underline; }

.gos-hop {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}
.gos-hop a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(26,20,16,0.14);
  border-radius: 999px;
  background: #fff;
  color: #1a1410 !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.gos-hop a:hover { border-color: var(--ember); color: var(--ember) !important; }
.gos-hop a.gos-hop-cta {
  background: var(--ember);
  color: #fff !important;
  border-color: var(--ember);
}
.gos-hop a.gos-hop-cta:hover { background: var(--ember-dark); border-color: var(--ember-dark); color: #fff !important; }

.gos-howto-list,
.gos-howto-grid {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: grid !important;
  gap: 14px;
}
/* Theme already prints <h1> in .page-hero — hide Bridge duplicate */
.growthos-page-h1-wrap { display: none !important; }
@media (min-width: 700px) {
  .gos-howto-grid { grid-template-columns: 1fr 1fr; }
}
.gos-howto-card { margin: 0; padding: 0; border: 0; background: none; }
.gos-howto-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid rgba(26,20,16,0.12);
  border-radius: 12px;
  padding: 18px 18px 16px;
  text-decoration: none;
  color: #1a1410;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}
.gos-howto-card-link:hover {
  border-color: rgba(199,31,37,0.45);
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  color: #1a1410;
}
.gos-howto-card-body { display: flex; flex-direction: column; height: 100%; }
.gos-howto-card-kicker {
  display: block;
  color: var(--ember);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.gos-howto-card-title {
  display: block;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 8px;
  color: #1a1410;
  text-transform: none;
}
.gos-howto-card-desc {
  display: block;
  color: #4a433c;
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0 0 14px;
  flex: 1;
}
.gos-howto-card-more {
  display: inline-block;
  color: var(--ember);
  font-weight: 700;
  font-size: 0.92rem;
  margin-top: auto;
}

.gos-howto-steps {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: grid;
  gap: 12px;
  counter-reset: c8step;
}
.gos-howto-step {
  counter-increment: c8step;
  position: relative;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(26,20,16,0.12);
  border-radius: 12px;
  padding: 16px 16px 16px 64px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}
.gos-howto-step::before {
  content: counter(c8step);
  position: absolute;
  left: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ember);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Oswald, "Arial Narrow", sans-serif;
}
.gos-howto-step h2 {
  font-size: 1.12rem !important;
  margin: 0 0 6px !important;
}
.gos-howto-step p {
  margin: 0;
  color: #4a433c;
  line-height: 1.55;
}
.gos-howto-step a { color: var(--ember); font-weight: 700; }

.gos-faq-list { display: grid; gap: 12px; }
.gos-faq-item {
  background: #fff;
  border: 1px solid rgba(26,20,16,0.12);
  border-left: 4px solid var(--ember);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}
.gos-faq-q { font-size: 1.12rem; margin: 0 0 8px; }
.gos-faq-a, .gos-faq-a p { margin: 0; color: #4a433c; }

.blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 6px;
  color: #1a1410;
  overflow: hidden;
  border: 1px solid rgba(26,20,16,0.1);
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}
.blog-card-photo { display: block; background: #111; }
.blog-card img, .blog-card-photo img {
  width: 100%; height: 220px; object-fit: cover; border-radius: 0;
}
.blog-card-body { padding: 18px 18px 22px; }
.blog-card h2 { font-size: 22px; margin: 0 0 8px; text-transform: none; letter-spacing: 0; line-height: 1.2; }
.blog-card h2 a { color: var(--ink); text-decoration: none; }
.blog-card p { margin: 0; color: #4a433c; font-size: 15px; line-height: 1.5; }
@media (max-width: 800px) {
  .blog-list { grid-template-columns: 1fr; }
  .blog-card img, .blog-card-photo img { height: 200px; }
  .page-hero { min-height: 34vh; padding: 64px 16px 32px; }
}

.jobs { display: grid; gap: 14px; }
.job { background: #fff; border-left: 4px solid var(--ember); padding: 18px 20px; color: #1a1410; }
.job h3 { color: var(--ink); font-size: 22px; margin-bottom: 6px; }

.form { display: grid; gap: 12px; max-width: 560px; }
.form input, .form textarea, .form select {
  width: 100%; padding: 12px 14px; border: 1px solid #ccc; background: #fff;
  font: inherit; color: #111;
}
.form button { cursor: pointer; }
.notice { padding: 12px 14px; background: #123; border: 1px solid var(--gold); margin-bottom: 16px; }

.pdf-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 18px; }
.pdf-frame { width: 100%; min-height: 3800px; height: 420vh; border: 0; background: #111; display: block; }
@media (max-width: 800px) {
  .pdf-frame { min-height: 85vh; height: 85vh; }
  .section { padding: 48px 0; }
  .page-hero { padding: 64px 16px 36px; }
  .btn { min-height: 48px; }
  .actions { width: 100%; }
  .actions .btn { flex: 1 1 140px; }
}

.site-footer {
  background: #000; border-top: 1px solid var(--line);
  padding: 48px 0 28px; color: #cfc6ba;
}
.foot-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 28px; }
.site-footer h3 { color: var(--ember); font-size: 22px; margin-bottom: 10px; }
.site-footer a { color: var(--gold); text-decoration: none; }
.site-footer a[href^="tel"] {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
#book, #c8-opentable { scroll-margin-top: 96px; }
.tiny { margin-top: 28px; font-size: 12px; color: #888; }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr; } }

@media (max-width: 800px) {
  .page-hero { min-height: 26vh; padding: 52px 16px 22px; }
  .content-block { padding: 24px 0 52px; }
  .content-block .gos-lede { font-size: 1rem; margin-bottom: 1rem; }
  .gos-howto-grid { grid-template-columns: 1fr; gap: 12px; }
  .gos-howto-card-link { padding: 16px; }
  .gos-howto-card-title { font-size: 1.18rem; }
  .gos-howto-step { padding: 16px 14px 16px 58px; }
  .gos-howto-step::before { left: 12px; top: 14px; }
  .gos-hop a { min-height: 44px; font-size: 14px; }
  .wrap { width: min(var(--max), calc(100% - 32px)); }
}

/* Previous-agency chat overlay (invisible widget, gray screen) */
iframe[src*="apigateway"],
iframe[src*="webchat"],
script[src*="apigateway"],
[data-widget-id="dadd21a5-8459-11f1-9a73-eae0b79d2d82"],
#webchat-container,
.webchat-overlay,
.wc-widget,
.wc-overlay,
div[id^="webchat"],
div[class*="webchat"],
div[class*="Webchat"],
div[id*="apigateway"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

/* Avada chrome leftovers — never hide Fusion content on blog/FAQ/HowTo */
body.home .fusion-builder-row,
body.home .fusion-fullwidth,
body.home .fusion-text,
body.home .fusion-page-title-bar,
body.home .awb-page-title-bar { display: none !important; }
.fusion-tb-header,
.fusion-tb-footer,
.awb-off-canvas-wrap,
.awb-off-canvas,
#awb-oc-3964 { display: none !important; visibility: hidden !important; pointer-events: none !important; }
html.awb-off-canvas-active,
body.awb-off-canvas-active,
html.fusion-html-overflow-hidden,
body.fusion-html-overflow-hidden {
  overflow: auto !important;
}

body.page-template-page-first-round { background: #070707; }
body.page-template-page-first-round .site-footer { display: none !important; }

/* GrowthOS SEO H1 is for crawlers — never a visible chip */
.growthos-h1,
.growthos-h1-wrap,
.growthos-page-h1-wrap,
.growthos-page-h1-wrap[data-growthos-page-h1],
.growthos-page-h1,
.growthos-h1-wrap[data-growthos-h1] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  left: -9999px !important;
}

/* Eat & Play landing — square-ish cards, 2px radius, gold 1px */
.c8ep-gold { color: var(--gold); }
.c8ep-tag {
  color: var(--gold); font-family: Oswald, sans-serif;
  letter-spacing: 0.16em; text-transform: uppercase; font-size: 12px; font-weight: 600;
  margin-bottom: 8px;
}
.c8ep-price {
  font-family: Oswald, "Arial Narrow", Impact, sans-serif;
  font-weight: 700; letter-spacing: 0.03em; line-height: 0.95;
  color: var(--gold); font-size: clamp(36px, 5vw, 52px); margin: 6px 0 12px;
}
.cards-2 { grid-template-columns: 1fr 1fr; }
.cards-2 .card, .cards-room .card, .grid-photos img { border-radius: 2px; }
.card.featured { border: 2px solid var(--gold); }
.c8ep-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 16px 0 20px; }
.c8ep-stat {
  border: 1px solid var(--line); border-radius: 2px; padding: 10px 12px;
}
.c8ep-stat b {
  display: block; font-family: Oswald, sans-serif; color: #fff;
  font-size: 18px; letter-spacing: 0.04em; text-transform: uppercase;
}
.c8ep-stat span {
  color: var(--mute); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
}
.c8ep-note { margin: 22px 0 0; color: var(--mute); font-size: 15px; }
.section-cream .c8ep-sauces { color: #4a433c; }
.c8ep-hash {
  font-family: Oswald, sans-serif; color: var(--ember);
  letter-spacing: 0.08em; font-size: 22px; margin: 12px 0 0;
}
.c8ep-legal { margin: 20px 0 0; font-size: 12px; color: #6a5c48; }
.cards-room { grid-template-columns: repeat(5, 1fr); }
.cards-room .card { min-height: 0; padding: 18px 16px; }
.cards-room .card h3 { font-size: 20px; }
@media (max-width: 980px) {
  .cards-room { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 800px) {
  .cards-2, .cards-room { grid-template-columns: 1fr; }
}

/* —— 1.2.0 finished sports-bar pass —— */
.hero-kicker {
  color: var(--cream);
  font-size: clamp(16px, 2.2vw, 20px);
  margin: 12px auto 0;
  max-width: 36rem;
}
.page-hero p { color: var(--cream); max-width: 36rem; margin: 12px auto 0; font-size: 1.05rem; }
.page-hero .pdf-actions { justify-content: center; }

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat-row > div {
  background: #0b0b0b;
  padding: 22px 16px;
  text-align: center;
}
.stat-row b {
  display: block;
  font-family: Oswald, sans-serif;
  font-size: clamp(18px, 2.4vw, 26px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.stat-row span { color: var(--mute); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
@media (max-width: 800px) {
  .stat-row { grid-template-columns: 1fr 1fr; }
}

.card-photo { padding: 0; overflow: hidden; }
.card-photo img { width: 100%; height: 180px; object-fit: cover; }
.card-photo .card-body { padding: 22px 20px 24px; }
.card-photo h3 { margin-bottom: 8px; }

.menu-lede {
  max-width: 46rem;
  margin: 0 auto 18px;
  font-size: 1.05rem;
  line-height: 1.5;
  text-align: center;
  color: #3a322c;
}
.menu-plates {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 0 22px;
}
.menu-plate {
  margin: 0;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  border: 1px solid rgba(26,20,16,0.08);
}
.menu-plate img { width: 100%; height: 148px; object-fit: cover; }
.menu-plate figcaption {
  padding: 8px 10px 10px;
  font-size: 13px;
  color: #4a433c;
  line-height: 1.35;
}
.menu-plate strong {
  display: block;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink);
  font-size: 16px;
  margin-bottom: 4px;
}
.menu-copy { max-width: 46rem; margin: 0 auto 28px; }
@media (max-width: 980px) {
  .menu-plates { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .menu-plates { grid-template-columns: 1fr; }
  .menu-plate img { height: 240px; }
}

.ot-wrap { max-width: 920px; margin: 0 auto; }
.ot-embed {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(26,20,16,0.12);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  min-height: 560px;
}
.ot-embed iframe {
  display: block;
  width: 100%;
  min-height: 560px;
  height: 640px;
  border: 0;
  background: #fff;
}
.ot-mobile { display: none; }
@media (max-width: 800px) {
  .ot-desktop { display: none; }
  .ot-mobile { display: block; }
  .ot-embed, .ot-embed iframe {
    min-height: 720px;
    height: min(86vh, 820px);
  }
}

/* OpenTable must sit above the sticky header if it still portals a picker */
body > div[class*="ot-"],
body > iframe[src*="opentable"],
.ot-dtp-picker,
.ot-overlay,
.ot-fullscreen,
[class*="ot-overlay"],
[id^="ot-"] {
  z-index: 10050 !important;
  max-width: 100vw !important;
}
iframe[src*="opentable.com"] { max-width: 100%; }

.story-strip { margin: 28px 0 0; }
.story-strip .grid-photos { margin-top: 8px; }

.c8-sticky {
  display: none;
}
@media (max-width: 800px) {
  .c8-sticky {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 180;
    background: #000;
    border-top: 1px solid var(--line);
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    gap: 8px;
  }
  .c8-sticky a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    text-decoration: none;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 2px;
    color: var(--gold);
    border: 1px solid var(--gold);
  }
  .c8-sticky a:first-child {
    background: var(--ember);
    border-color: var(--ember);
    color: #fff;
  }
  body.c8-live, body { padding-bottom: 72px; }
  body.page-template-page-first-round { padding-bottom: 0; }
  body.page-template-page-first-round .c8-sticky { display: none !important; }
}

.notice {
  padding: 12px 14px;
  background: #fff8e6;
  border: 1px solid var(--gold);
  color: #1a1410;
  margin-bottom: 16px;
  border-radius: 2px;
}

.grid-photos img { border-radius: 2px; }

.prose a.btn { color: #fff; }
.prose a.btn-gold { color: var(--gold); }
.prose a.btn-gold:hover { color: var(--ink); }

/* Cream / manilla pages: never set gold text on cream */
.content-block a:not(.btn):not(.tel-hit),
.section-cream a:not(.btn):not(.tel-hit),
.prose a:not(.btn):not(.tel-hit) {
  color: #8a1518;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.content-block a:not(.btn):not(.tel-hit):hover,
.section-cream a:not(.btn):not(.tel-hit):hover {
  color: var(--ember);
}

.tel-hit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  background: var(--ember);
  color: #fff !important;
  border-radius: 2px;
  text-decoration: none !important;
  font-weight: 700;
  font-family: Oswald, "Arial Narrow", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 15px;
}
.tel-hit:hover { background: var(--ember-dark); color: #fff !important; }

.form-label {
  font-family: Oswald, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4a433c;
  font-weight: 600;
}
.form input[type="date"] { min-height: 48px; }

.menu-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0 auto 28px;
  padding: 0;
}
.menu-chips li {
  font-family: Oswald, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(26,20,16,0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
}
.menu-seo {
  max-width: 40rem;
  margin: 18px auto 0;
  text-align: center;
  font-size: 14px;
  color: #4a433c;
  line-height: 1.55;
}
.menu-page .pdf-frame { display: none; }
.menu-page.content-block { padding: 28px 0 40px; }

.menu-board {
  column-count: 2;
  column-gap: 28px;
  margin: 0 0 18px;
}
.menu-sec {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin: 0 0 14px;
  display: inline-block;
  width: 100%;
}
.menu-sec h2 {
  color: var(--ember);
  font-size: 20px;
  margin: 0 0 6px;
}
.menu-sec-note { margin: 0 0 8px; font-size: 13px; color: #5a514a; }
.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1px 12px;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(26,20,16,0.14);
}
.menu-item dt { font-weight: 700; color: var(--ink); }
.menu-item .price {
  font-family: Oswald, sans-serif;
  color: var(--ember);
  letter-spacing: 0.04em;
}
.menu-item dd:not(.price) {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 14px;
  color: #4a433c;
  line-height: 1.45;
}
.hh-banner {
  text-align: center;
  background: #fff;
  border: 1px solid rgba(199,31,37,0.25);
  color: var(--ember-dark);
  font-weight: 700;
  padding: 14px 18px;
  margin: 0 0 22px;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: stretch;
}
.visit-card {
  background: #fff;
  padding: 28px 26px 30px;
  border-radius: 8px;
  color: #1a1410;
  box-shadow: 0 12px 32px rgba(0,0,0,0.06);
}
.visit-card h2 { font-size: 34px; margin: 6px 0 12px; }
.visit-card address { font-style: normal; margin: 0 0 16px; line-height: 1.5; }
.visit-list { list-style: none; margin: 0 0 18px; padding: 0; }
.visit-list li { padding: 8px 0; border-top: 1px solid rgba(26,20,16,0.08); }
.visit-map iframe {
  width: 100%; height: 100%; min-height: 360px; border: 0; border-radius: 8px;
}
.visit-links { margin: 14px 0 0; font-size: 14px; }
.btn-wa {
  background: #128c7e; color: #fff !important;
  gap: 8px;
}
.btn-wa:hover { background: #0e6f64; }
.wa-card {
  background: #128c7e;
  color: #fff;
  padding: 28px 26px;
  border-radius: 8px;
  text-align: center;
}
.wa-card-kicker { letter-spacing: 0.14em; text-transform: uppercase; font-size: 12px; margin: 0 0 8px; opacity: 0.9; }
.wa-card-num { font-family: Oswald, sans-serif; font-size: 32px; margin: 0; }
.wa-card-note { margin: 8px 0 0; opacity: 0.9; }
.ot-book {
  background: #fff;
  padding: 28px 22px 32px;
  border-radius: 8px;
  text-align: center;
  min-height: 180px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.06);
}
#c8-ot-host {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.article-photo {
  margin: 1.25rem 0 1.5rem;
}
.article-photo img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
@media (max-width: 800px) {
  .menu-board { column-count: 1; }
  .contact-grid { grid-template-columns: 1fr; }
  .visit-map iframe { min-height: 280px; }
}

.page-hero-tall { min-height: 52vh; }
@media (max-width: 800px) {
  .page-hero-tall { min-height: 38vh; }
}
