@font-face {
  font-family: "Barlow Condensed";
  src: url("/assets/barlow-condensed-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #101e2b;
  --ink-soft: #21364a;
  --paper: #f5f7f5;
  --white: #fff;
  --lime: #c8ef73;
  --green: #255a42;
  --coral: #ffa77f;
  --text: #172631;
  --muted: #52636e;
  --rule: #d6deda;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; background: var(--paper); color: var(--text); font: 16px/1.5 var(--body); }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
a { color: inherit; text-underline-offset: .2em; }
a:hover { text-underline-offset: .3em; }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 3px solid #163c33; outline-offset: 3px; box-shadow: 0 0 0 6px #fff; }
[hidden] { display: none !important; }
.page-wrap { width: min(100% - 64px, 1360px); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 20; background: var(--lime); color: var(--ink); padding: 10px 14px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { background: var(--ink); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); }
.site-header-inner { width: min(100% - 64px, 1360px); min-height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; flex: 0 0 auto; }
.brand-mark { display: inline-flex; width: 52px; height: 52px; flex: 0 0 auto; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-name { display: block; font-family: var(--display); font-weight: 700; font-size: 22px; line-height: .89; text-transform: uppercase; letter-spacing: .008em; }
.icon { width: 15px; height: 15px; display: inline-block; flex: 0 0 auto; vertical-align: -.15em; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 44px); white-space: nowrap; }
.main-nav a { color: #e1e9e7; font-size: 13px; font-weight: 700; text-decoration: none; padding: 11px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--lime); border-color: var(--lime); }

.home-hero, .league-hero, .venue-hero { position: relative; overflow: hidden; isolation: isolate; background: var(--ink); color: var(--white); }
.hero-image, .league-hero::before, .venue-hero::before { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; }
.hero-image { background-image: url("/assets/food-hero.webp"); }
.home-hero::after, .league-hero::after, .venue-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,20,32,.94) 0%, rgba(8,20,32,.76) 38%, rgba(8,20,32,.12) 78%), linear-gradient(0deg, rgba(8,20,32,.42), transparent 35%); pointer-events: none; }
.hero-content { position: relative; min-height: 360px; padding-block: 42px 49px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-content h1, .league-hero h1, .venue-hero h1, .plain-hero h1 { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: -.025em; line-height: .91; }
.hero-content h1 { font-size: clamp(64px, 8vw, 96px); max-width: 720px; margin: 0 0 22px; }
.hero-content h1 span { color: var(--lime); }
.search-shell { width: min(100%, 615px); }
.search-shell label { display: block; margin-bottom: 10px; font-size: 13px; font-weight: 700; letter-spacing: .03em; }
.search-input-wrap { display: flex; align-items: center; min-height: 64px; background: var(--white); color: var(--text); box-shadow: 0 15px 32px rgba(2,9,16,.19); }
.search-input-wrap .near-me { display: inline-grid; place-items: center; align-self: stretch; width: 64px; flex: 0 0 64px; margin: 0; padding: 0; border: 0; border-right: 1px solid var(--rule); border-radius: 0; background: var(--white); color: var(--green); }
.search-input-wrap .near-me:hover, .search-input-wrap .near-me[aria-pressed="true"] { background: var(--lime); color: var(--ink); }
.search-input-wrap .near-me[aria-busy="true"] { background: #e9efe9; }
.search-input-wrap .near-me svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.search-input-wrap input { width: 100%; min-width: 0; height: 64px; border: 0; outline: 0; padding: 0 17px; background: transparent; color: var(--ink); font-size: 18px; caret-color: var(--green); }
.search-input-wrap input::placeholder { color: #586a74; opacity: 1; }
.search-input-wrap:focus-within { outline: 3px solid var(--lime); outline-offset: 3px; }
.search-go { display: inline-flex; align-items: center; gap: 9px; align-self: stretch; border: 0; padding: 0 20px; background: var(--lime); color: var(--ink); white-space: nowrap; font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; }
.search-go-mobile { display: none; }
.search-go:hover { background: #daf9a2; }
.directory { padding-block: 52px 90px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.section-heading h2, .about-essentials h2, .venue-article h2, .contact-block h3 { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: -.015em; line-height: 1; }
.section-heading h2 { margin: 0 0 8px; font-size: clamp(42px, 5vw, 62px); }
.directory .section-heading h2 { margin-bottom: 0; }
.section-heading p { margin: 0; color: var(--muted); }
.filter-bar { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 32px; padding-block: 18px; border-top: 1px solid var(--text); border-bottom: 1px solid var(--rule); }
.select-control { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; font-weight: 700; }
.filter-bar select { min-width: 160px; border: 1px solid #7f938b; background: var(--white); color: var(--text); padding: 9px 32px 9px 12px; font-weight: 700; }
.check-control { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; cursor: pointer; }
.check-control input { width: 18px; height: 18px; accent-color: var(--green); margin: 0; }
.location-status { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.result-count { margin: 8px 0 12px; color: var(--muted); font-size: 13px; font-weight: 700; }
.zip-note { margin: -4px 0 14px; color: var(--muted); font-size: 12px; }
.zip-note a { color: var(--green); font-weight: 700; }
.venue-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 36px; }
.venue-row { position: relative; display: block; min-width: 0; padding: 26px 28px 24px 0; border-bottom: 1px solid var(--rule); text-decoration: none; transition: background-color .2s ease; }
.venue-row:hover { background: #e9efe9; }
.venue-row-upper { display: flex; align-items: center; gap: 14px; margin-bottom: 17px; }
.venue-icon { width: 64px; height: 64px; flex: 0 0 auto; object-fit: contain; }
.venue-row-head { display: flex; align-items: flex-start; flex-direction: column; gap: 7px; }
.league-tag { font: 700 15px/1 var(--display); letter-spacing: .04em; color: var(--green); }
.directory-league .league-tag { display: none; }
.venue-row h3 { font: 700 clamp(25px, 2.6vw, 34px)/.98 var(--display); text-transform: uppercase; letter-spacing: -.01em; margin: 0 0 10px; }
.venue-location { color: var(--muted); font-size: 13px; margin: 0; }
.venue-row .venue-event-scope { margin: 7px 0 0; color: var(--green); font-size: 12px; font-weight: 700; line-height: 1.4; }
.venue-food-leads { margin: 15px 0 0; color: var(--text); font-size: 12px; line-height: 1.45; }
.venue-food-leads strong { color: var(--green); text-transform: uppercase; font-size: 11px; letter-spacing: .02em; margin-right: 5px; }
.venue-search-match, .venue-distance { margin: 9px 0 0; color: var(--green); font-size: 12px; font-weight: 700; }
.venue-distance { color: var(--muted); font-weight: 500; }
.venue-row-foot { display: flex; flex-wrap: wrap; gap: 6px 15px; margin-top: 21px; font-size: 12px; font-weight: 700; }
.venue-row-foot span + span { color: var(--muted); font-weight: 500; }
.row-arrow { position: absolute; bottom: 22px; right: 4px; color: var(--green); }
.row-arrow .icon { width: 21px; height: 21px; }
.empty-state { padding: 50px 0; border-bottom: 1px solid var(--rule); }
.empty-state h3 { margin: 0 0 5px; font: 700 32px/1 var(--display); text-transform: uppercase; }
.empty-state p { color: var(--muted); }
.empty-state button { border: 0; background: var(--ink); color: white; padding: 11px 16px; font-weight: 700; }

.league-links { padding-block: 0 110px; }
.league-pair { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.league-panel { position: relative; isolation: isolate; min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); text-decoration: none; padding: 28px 32px; overflow: hidden; }
.league-panel::before, .league-panel::after { content: ""; position: absolute; inset: 0; z-index: -1; }
.league-panel::before { background-size: cover; background-position: center; transition: transform .45s ease; }
.league-panel:hover::before { transform: scale(1.04); }
.league-panel::after { background: linear-gradient(90deg, rgba(8,20,32,.85), rgba(8,20,32,.05)), linear-gradient(0deg, rgba(8,20,32,.67), transparent 55%); }
.nfl-panel::before { background-image: url("/assets/stadium-night.webp"); }
.mlb-panel::before { background-image: url("/assets/ballpark-day.webp"); }
.nba-panel::before { background-image: url("/assets/basketball-arena.webp"); }
.nhl-panel::before { background-image: url("/assets/hockey-arena.webp"); }
.concerts-panel::before { background-image: url("/assets/concert-arena.webp"); }
.league-panel > span { font-size: 13px; font-weight: 700; }
.league-panel h3 { margin: 0; font: 700 clamp(72px, 10vw, 150px)/.8 var(--display); text-transform: uppercase; }
.concerts-panel { padding-inline: 20px; }
.concerts-panel h3 { font-size: clamp(40px, 3.25vw, 52px); }
.league-panel b { font-size: 13px; }

.league-hero::before, .venue-hero::before { content: ""; background-image: var(--league-image, var(--venue-image)); }
.league-hero-inner { min-height: 310px; padding-block: 38px 44px; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; }
.back-link { display: inline-block; color: inherit; margin-bottom: 30px; font-size: 13px; font-weight: 800; text-decoration: none; }
.back-link:hover { text-decoration: underline; }
.league-hero h1 { font-size: clamp(65px, 10vw, 96px); margin: 0 0 15px; }

.venue-hero::before { background-image: var(--venue-image); }
.venue-hero-inner { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding-block: 23px 27px; }
.venue-hero-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.venue-hero-icon { display: flex; align-items: center; justify-content: center; width: 88px; height: 88px; flex: 0 0 auto; padding: 7px; background: var(--paper); }
.venue-hero-icon img { width: 100%; height: 100%; object-fit: contain; }
.breadcrumbs { display: flex; gap: 10px; color: #e3eee8; font-size: 13px; }
.breadcrumbs a { font-weight: 700; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.venue-title-block h1 { max-width: 850px; font-size: clamp(55px, 8vw, 96px); margin: 0 0 12px; }
.venue-title-prefix { display: block; margin-bottom: 10px; color: var(--lime); font: 700 clamp(25px, 3vw, 35px)/1 var(--display); letter-spacing: .02em; }
.venue-title-block p { font-size: 18px; margin: 0; }
.venue-title-block .venue-event-scope { margin-top: 10px; color: var(--lime); font-size: 15px; font-weight: 700; }
.venue-layout { padding-block: 27px 90px; }
.venue-article { max-width: 1060px; min-width: 0; }
.section-count { display: inline-block; vertical-align: middle; margin-left: 5px; color: var(--muted); font: 700 16px/1 var(--body); }
.stand-note { max-width: 72ch; margin: 0 0 16px; color: var(--green); font-size: 14px; line-height: 1.5; }
.concert-note { max-width: 72ch; margin: 0 0 16px; color: var(--text); font-size: 14px; line-height: 1.5; }
.safety-note { max-width: 72ch; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 10px 0; font-size: 13px; line-height: 1.5; }
.where-summary { margin: 22px 0 28px; border-top: 1px solid var(--ink); }
.where-heading { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 3px 16px; padding: 13px 0 9px; }
.where-heading h3 { margin: 0; font: 700 28px/1 var(--display); text-transform: uppercase; }
.where-summary ul { margin: 0; padding: 0; list-style: none; }
.where-row { display: grid; gap: 3px; padding: 11px 0 12px; border-bottom: 1px solid var(--rule); }
.where-status { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.where-item { display: grid; gap: 1px; min-width: 0; line-height: 1.35; }
.where-item strong { font-size: 15px; }
.where-item > span, .where-access { color: var(--muted); font-size: 12px; }
.where-access { line-height: 1.4; }
@media (min-width: 720px) {
  .where-row { grid-template-columns: 105px minmax(0, 1fr) minmax(180px, .65fr); align-items: start; gap: 18px; }
}
.food-categories { display: flex; overflow-x: auto; margin-top: 18px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule); scrollbar-width: thin; }
.food-category { display: flex; flex: 1 0 150px; align-items: center; gap: 10px; min-height: 68px; padding: 10px 14px; text-decoration: none; white-space: nowrap; transition: background-color .2s ease; }
.food-category:first-child { padding-left: 0; }
.food-category + .food-category { border-left: 1px solid var(--rule); }
.food-category:hover, .food-category:focus-visible { background: #e9efe9; }
.food-category img { display: block; width: 36px; height: 36px; flex: 0 0 auto; }
.food-category-name { font-size: 13px; font-weight: 800; }
.food-category-count { margin-left: auto; color: var(--muted); font-size: 12px; font-weight: 700; }
.article-section { border-top: 1px solid var(--ink); margin-top: 60px; padding-top: 23px; }
.food-section { border-top: 0; margin-top: 0; padding-top: 0; }
.article-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 20px; }
.article-heading h2 { font-size: clamp(42px, 5vw, 58px); margin: 0 0 8px; }
.article-heading p { margin: 0; color: var(--muted); }
.food-group { margin-top: 24px; scroll-margin-top: 18px; }
.food-group:target h3 { color: var(--green); }
.food-group h3 { display: flex; align-items: center; gap: 9px; font: 700 28px/1 var(--display); text-transform: uppercase; margin: 0; }
.food-group-icon { display: block; width: 32px; height: 32px; flex: 0 0 auto; margin-right: 3px; }
.food-group-count { color: var(--muted); font: 700 12px/1 var(--body); }
.food-group ul { padding: 0; margin: 10px 0 0; list-style: none; }
.food-row { display: grid; grid-template-columns: 32px minmax(0, 1fr); align-items: start; gap: 12px; border-bottom: 1px solid var(--rule); padding: 17px 0; }
.food-item-icon { display: block; width: 32px; height: 32px; object-fit: contain; }
.food-row-main { min-width: 0; }
.food-row-main h3, .food-row-main h4 { margin: 0 0 5px; font-size: 16px; line-height: 1.3; }
.food-row-main p { margin: 0; color: var(--muted); font-size: 13px; }
.food-row-main .food-meta { margin-top: 6px; color: var(--green); font-weight: 700; }
.food-row-main .food-service { margin-top: 6px; color: var(--text); }
.report-disclosure { margin-top: 11px; }
.report-disclosure summary { width: max-content; color: var(--green); cursor: pointer; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.report-disclosure summary:hover { color: var(--ink); }
.report-form { display: grid; gap: 11px; max-width: 590px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--rule); }
.report-form fieldset { margin: 0; padding: 0; border: 0; }
.report-form legend { margin-bottom: 7px; font-size: 13px; font-weight: 700; }
.report-options { display: flex; flex-wrap: wrap; gap: 8px 17px; }
.report-options label { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; }
.report-options input { margin: 0; accent-color: var(--green); }
.report-extra { display: grid; gap: 10px; }
.report-extra label { display: grid; gap: 4px; font-size: 12px; font-weight: 700; }
.report-extra input { width: 100%; min-height: 40px; padding: 7px 9px; border: 1px solid var(--rule); border-radius: 0; background: var(--white); color: var(--text); font-size: 14px; }
.report-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.food-row-main .report-review-note { color: var(--muted); font-size: 12px; }
.report-submit { width: max-content; min-height: 40px; padding: 8px 15px; border: 0; border-radius: 0; background: var(--green); color: var(--white); font-size: 12px; font-weight: 800; }
.report-submit:hover { background: var(--ink); }
.report-feedback { margin: 0 0 24px; padding: 12px 0; border-top: 1px solid var(--green); border-bottom: 1px solid var(--rule); color: var(--green); font-size: 14px; font-weight: 700; }
@media (min-width: 520px) {
  .report-extra { grid-template-columns: minmax(0, 1fr) 180px; }
}
.menu-leads ul { padding: 0; margin: 0; list-style: none; }
.lead-only { border-top: 0; margin-top: 0; padding-top: 0; }
.menu-leads .food-row-main .lead-meta { color: var(--muted); font-weight: 600; }
.menu-leads .food-row-main .lead-note { max-width: 72ch; margin-top: 6px; color: var(--muted); line-height: 1.5; }
.food-row-main .food-caution { max-width: 65ch; margin-top: 9px; color: #743c28; line-height: 1.5; }
.food-caution strong { color: #66301e; }
.policy-detail { max-width: 72ch; line-height: 1.65; }
.article-section > p { max-width: 72ch; line-height: 1.65; }
.article-section > a { display: inline-block; margin-top: 7px; color: var(--green); font-weight: 700; }
.contact-block { margin-top: 33px; padding-top: 20px; border-top: 1px solid var(--rule); }
.contact-block h3 { margin: 0 0 12px; font-size: 28px; }
.contact-block p { margin: 5px 0; overflow-wrap: anywhere; }
.contact-block strong { display: inline-block; min-width: 62px; }
.related-venues { border-top: 1px solid var(--ink); padding-block: 28px 85px; }
.related-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.related-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 58px); }
.related-heading a { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; color: var(--green); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.related-heading .icon { width: 18px; height: 18px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.related-card { display: grid; grid-template-columns: 76px minmax(0, 1fr) 18px; align-items: start; gap: 12px; min-height: 162px; padding: 20px 16px; border: 1px solid var(--rule); background: var(--paper); color: var(--text); text-decoration: none; transition: background-color .2s ease, border-color .2s ease; }
.related-card:hover, .related-card:focus-visible { background: #eef5e1; border-color: var(--green); }
.related-card img { display: block; width: 76px; height: 76px; object-fit: contain; }
.related-card-copy { display: flex; flex-direction: column; align-items: start; gap: 6px; min-width: 0; }
.related-card-copy strong { font: 700 26px/1 var(--display); text-transform: uppercase; }
.related-card-copy > span { color: var(--muted); font-size: 13px; }
.related-card-copy .related-card-count { margin-top: 3px; color: var(--green); font-weight: 800; }
.related-card > .icon { width: 18px; height: 18px; color: var(--green); }

.plain-hero { padding-block: 70px 65px; border-bottom: 1px solid var(--ink); }
.plain-hero .back-link { margin-bottom: 56px; }
.plain-hero h1 { max-width: 900px; font-size: clamp(60px, 8vw, 96px); margin: 0 0 15px; }
.plain-hero p { max-width: 65ch; font-size: 20px; margin: 0; }
.primary-link { display: inline-block; margin-top: 22px; background: var(--lime); padding: 13px 18px; font-weight: 800; text-decoration: none; }
.about-hero { padding-block: 38px 96px; }
.about-hero .back-link { margin-bottom: 32px; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .85fr); gap: clamp(48px, 7vw, 120px); align-items: start; }
.about-copy { max-width: 650px; }
.about-copy h1 { margin: 0 0 25px; font: 700 clamp(72px, 8vw, 96px)/.91 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.about-deck { margin: 0 0 28px; max-width: 600px; font: 700 clamp(37px, 4.4vw, 57px)/1 var(--display); letter-spacing: -.02em; text-transform: uppercase; text-wrap: balance; }
.about-bio p { max-width: 57ch; margin: 0 0 19px; font-size: 18px; line-height: 1.65; }
.about-copy .primary-link { margin-top: 14px; }
.about-portrait { margin: 0; }
.about-portrait img { display: block; width: 100%; height: auto; max-height: 770px; aspect-ratio: 2 / 3; object-fit: cover; object-position: center top; }
.about-essentials { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 10vw, 170px); padding-block: 75px 115px; }
.about-essentials section { padding-top: 24px; border-top: 1px solid var(--ink); scroll-margin-top: 90px; }
.about-essentials h2 { margin: 0 0 20px; font-size: clamp(39px, 4vw, 54px); }
.about-essentials p { max-width: 64ch; font-size: 16px; line-height: 1.7; }
.about-essentials a { color: var(--green); font-weight: 700; }

.site-footer { background: var(--ink); color: #e6eeec; padding: 62px max(32px, calc((100vw - 1360px)/2)) 24px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 54px; }
.footer-top p { font-size: 14px; color: #b9cdc5; }
.footer-top nav { display: grid; grid-template-columns: repeat(2, auto); gap: 13px 48px; align-content: start; }
.footer-top nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.footer-top nav a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 21px; color: #b9cdc5; font-size: 12px; }
.footer-bottom p { max-width: 500px; margin: 0; }

@media (max-width: 1050px) {
  .venue-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .league-pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .about-grid, .about-essentials { grid-template-columns: minmax(0, 1fr); }
  .about-grid { gap: 37px; }
  .about-portrait { max-width: 600px; }
  .about-essentials { gap: 55px; }
}
@media (max-width: 700px) {
  .page-wrap, .site-header-inner { width: min(100% - 36px, 1360px); }
  .site-header-inner { min-height: 76px; flex-wrap: wrap; gap: 0; padding-block: 14px 0; }
  .brand-name { font-size: 19px; }
  .brand-mark { width: 46px; height: 46px; }
  .main-nav { width: 100%; gap: 10px; overflow-x: auto; }
  .main-nav a { font-size: 12px; padding: 13px 0 11px; }
  .hero-content { min-height: 330px; padding-block: 22px 25px; justify-content: center; }
  .home-hero .hero-image { background-position: 62% center; }
  .home-hero::after, .league-hero::after, .venue-hero::after { background: linear-gradient(0deg, rgba(8,20,32,.94), rgba(8,20,32,.2) 95%), linear-gradient(90deg, rgba(8,20,32,.4), transparent); }
  .hero-content h1 { font-size: clamp(61px, 13vw, 84px); margin-bottom: 19px; }
  .search-input-wrap { min-height: 60px; }
  .search-input-wrap input { height: 60px; font-size: 16px; }
  .search-go { padding: 0 12px; font-size: 12px; }
  .search-go-desktop { display: none; }
  .search-go-mobile { display: inline; }
  .search-go .icon { width: 13px; height: 13px; }
  .directory { padding-block: 32px 70px; }
  .section-heading { align-items: start; flex-direction: column; gap: 14px; margin-bottom: 17px; }
  .filter-bar { gap: 13px 14px; padding-block: 14px; }
  .select-control { width: calc(50% - 7px); align-items: flex-start; flex-direction: column; gap: 5px; }
  .directory-league .select-control { width: 100%; }
  .filter-bar select { width: 100%; min-width: 0; padding: 9px 26px 9px 9px; font-size: 12px; }
  .check-control { width: auto; }
  .search-input-wrap .near-me { width: 52px; flex-basis: 52px; }
  .venue-list { grid-template-columns: minmax(0,1fr); }
  .venue-row { padding-block: 23px; }
  .venue-icon { width: 58px; height: 58px; }
  .venue-row h3 { font-size: 32px; }
  .league-pair { grid-template-columns: 1fr; }
  .league-panel { min-height: 230px; }
  .league-links { padding-bottom: 80px; }
  .league-hero-inner { min-height: 330px; padding-block: 25px 32px; justify-content: center; }
  .league-hero h1 { font-size: clamp(59px, 12vw, 78px); }
  .venue-hero-inner { min-height: 280px; padding-block: 21px 30px; }
  .venue-hero-icon { width: 68px; height: 68px; padding: 5px; }
  .venue-title-block h1 { font-size: clamp(50px, 10vw, 72px); }
  .venue-title-block p { font-size: 16px; }
  .venue-layout { padding-block: 23px 70px; }
  .article-section { margin-top: 54px; }
  .food-section { margin-top: 0; }
  .lead-only { margin-top: 0; }
  .related-heading { align-items: start; flex-direction: column; gap: 10px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { min-height: 110px; padding: 14px; }
  .related-venues { padding-bottom: 65px; }
  .plain-hero { padding-block: 50px; }
  .about-hero { padding-block: 25px 66px; }
  .about-hero .back-link { margin-bottom: 35px; }
  .about-grid { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .about-copy { display: contents; }
  .about-copy h1 { font-size: 70px; margin-bottom: 20px; }
  .about-deck { font-size: clamp(38px, 11vw, 52px); margin-bottom: 27px; }
  .about-portrait { order: 3; margin-bottom: 30px; }
  .about-bio { order: 4; }
  .about-bio p { font-size: 16px; line-height: 1.62; }
  .about-portrait img { max-height: none; aspect-ratio: 1; object-position: center 25%; }
  .about-essentials { padding-block: 62px 85px; }
  .about-essentials h2 { font-size: 43px; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer-top { padding-bottom: 35px; }
  .site-footer { padding: 50px 18px 25px; }
}
@media (max-width: 360px) {
  .search-input-wrap > svg { width: 20px; height: 20px; margin-left: 12px; }
  .search-input-wrap input { padding-inline: 10px; }
  .search-input-wrap input::placeholder { font-size: 14px; }
  .search-go { gap: 5px; padding-inline: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .venue-row, .food-category, .league-panel::before { transition: none; }
}
