/* Pie & Pint Birmingham: site theme */
:root {
  --ink: #1f130c;
  --bark: #3a2416;
  --bark-2: #4d3120;
  --amber: #d4922f;
  --amber-2: #e8b25a;
  --cream: #f6efe3;
  --paper: #fbf6ee;
  --foam: #fffaf1;
  --muted: #6e5b4c;
  --line: rgba(31, 19, 12, .12);
  --line-light: rgba(246, 239, 227, .16);
  --radius: 18px;
  --shadow: 0 18px 40px -22px rgba(31, 19, 12, .45);
  --display: "Fraunces", Georgia, serif;
  --body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--foam); color: var(--ink); font: 400 17px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); font-weight: 650; line-height: 1.08; letter-spacing: -.01em; margin: 0 0 .5em; font-variation-settings: "SOFT" 60; }
h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
h3 { font-size: 1.35rem; }
h1 em, h2 em { font-style: italic; font-weight: 500; color: var(--amber); }
p { margin: 0 0 1em; }
button { font: inherit; cursor: pointer; }
.icon { width: 1.15em; height: 1.15em; flex: none; }
.wrap { width: min(1200px, 100% - 40px); margin-inline: auto; }
.muted { color: var(--muted); }
.center { text-align: center; margin-top: 2.5rem; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 100; background: var(--amber); padding: 8px 14px; border-radius: 8px; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }

/* Buttons & links */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; padding: .85em 1.5em; border-radius: 999px; border: 2px solid transparent; font-weight: 700; font-size: .95rem; letter-spacing: .01em; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn--amber { background: var(--amber); color: var(--ink); }
.btn--amber:hover { background: var(--amber-2); }
.btn--ghost { border-color: var(--line-light); color: var(--cream); background: transparent; }
.btn--ghost:hover { border-color: var(--amber); color: var(--amber-2); }
.btn--dark { background: var(--ink); color: var(--cream); }
.btn--dark:hover { background: var(--bark-2); }
.btn--block { width: 100%; }
.textlink { display: inline-flex; align-items: center; gap: .45em; font-weight: 700; color: var(--bark); text-decoration: none; border: 0; background: none; padding: 0; border-bottom: 2px solid var(--amber); padding-bottom: 2px; }
.textlink:hover .icon { transform: translateX(4px); }
.textlink .icon { transition: transform .2s; }
.textlink--light { color: var(--cream); }
.link { border: 0; background: none; padding: 0; color: var(--amber-2); font-weight: 600; }
.eyebrow { display: inline-flex; align-items: center; gap: .6em; margin: 0 0 .9em; font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--amber); }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow--light { color: var(--amber-2); }
.lead { font-size: 1.15rem; color: inherit; opacity: .85; max-width: 36em; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { display: inline-block; padding: .45em 1em; border-radius: 999px; border: 1.5px solid var(--line); background: var(--foam); color: var(--bark); font-size: .88rem; font-weight: 600; text-decoration: none; transition: .2s; }
.chip:hover { border-color: var(--amber); background: var(--cream); }

/* Top bar + nav */
.topbar { background: var(--ink); color: var(--cream); font-size: .82rem; }
.topbar__in { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; padding: .55rem 0; }
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: .45em; text-decoration: none; opacity: .85; }
.topbar .icon { color: var(--amber-2); }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255, 250, 241, .92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: 82px; }
.brand img { width: 66px; height: auto; }
.nav__links { display: flex; align-items: center; gap: .3rem; }
.nav__links a { padding: .5em .8em; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .95rem; color: var(--bark); }
.nav__links a:hover { background: var(--cream); }
.nav__links a[aria-current="page"] { color: var(--amber); }
.nav__cta { margin-left: .6rem; }
.nav__toggle { display: none; border: 0; background: var(--ink); color: var(--cream); width: 46px; height: 46px; border-radius: 12px; align-items: center; justify-content: center; }
.nav__toggle .icon { width: 22px; height: 22px; }

.flash { padding: .9rem 0; font-weight: 600; text-align: center; }
.flash--ok { background: #e3f1dc; color: #24481a; }
.flash--err { background: #f8e0d6; color: #6a2410; }

/* Hero */
.hero { position: relative; overflow: hidden; background: radial-gradient(1100px 600px at 80% 20%, #4a2c19 0%, transparent 60%), radial-gradient(700px 500px at 0% 100%, #3a2213 0%, transparent 60%), var(--ink); color: var(--cream); }
.hero::after { content: ""; position: absolute; inset: 0; background: url(../img/wheat.png) no-repeat right -60px bottom -120px / 340px; opacity: .08; pointer-events: none; }
.hero__in { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 3rem; padding: clamp(3.5rem, 8vw, 6.5rem) 0; position: relative; z-index: 1; }
.hero h1 em { display: inline-block; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 2.6rem; }
.hero__facts { display: flex; gap: 2.4rem; list-style: none; margin: 0; padding: 1.6rem 0 0; border-top: 1px solid var(--line-light); }
.hero__facts strong { display: block; font: 600 2.2rem/1 var(--display); color: var(--amber-2); }
.hero__facts span { font-size: .85rem; opacity: .75; }
.hero__art { position: relative; aspect-ratio: 1; max-width: 520px; justify-self: center; width: 100%; }
.hero__plate { position: absolute; inset: 6% 12% 12% 0; border-radius: 50%; overflow: hidden; border: 10px solid var(--bark-2); box-shadow: 0 0 0 1px var(--line-light), 0 40px 80px -30px #000; }
.hero__plate img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.15); }
.hero__pint { position: absolute; right: 0; bottom: -2%; width: 31%; aspect-ratio: 300 / 640; border-radius: 999px 999px 26px 26px; overflow: hidden; border: 8px solid var(--amber); box-shadow: 0 30px 60px -20px #000; animation: bob 6s ease-in-out infinite; }
.hero__pint img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.hero__badge { position: absolute; top: 0; right: 6%; width: 30%; animation: spin 22s linear infinite; }
.hero__badge circle { fill: var(--amber); }
.hero__badge text { font: 700 15px var(--body); letter-spacing: 3.2px; fill: var(--ink); }
.hero__badge .hero__badge-amp { font: italic 600 64px var(--display); letter-spacing: 0; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes bob { 50% { transform: translateY(-10px) rotate(-2deg); } }

/* Ticker */
.ticker { background: var(--amber); color: var(--ink); overflow: hidden; border-block: 2px solid var(--ink); }
.ticker__track { display: flex; width: max-content; animation: ticker 38s linear infinite; }
.ticker span { font: italic 600 1.35rem var(--display); padding: .75rem 1.4rem; white-space: nowrap; display: inline-flex; align-items: center; gap: 1.4rem; }
.ticker span::after { content: "✦"; font-style: normal; font-size: .8rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Sections */
.section { padding: clamp(4rem, 8vw, 6.5rem) 0; }
.section--paper { background: var(--paper) url(../img/paper.jpg) center / cover; }
.section--dark { background: var(--ink); color: var(--cream); }
.section__head { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.8rem; flex-wrap: wrap; }
.section__head h2 { margin: 0; }
.section__head--center { flex-direction: column; align-items: center; text-align: center; }

/* Two halves */
.halves__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; position: relative; }
.half { border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.half--pie { background: var(--cream); }
.half > img { height: 300px; width: 100%; object-fit: cover; }
.half--pint { background: linear-gradient(160deg, var(--bark) 0%, var(--ink) 100%); color: var(--cream); }
.half__art { height: 300px; display: grid; place-items: center; background: radial-gradient(circle at 50% 60%, rgba(212, 146, 47, .35), transparent 60%); }
.half__art img { height: 250px; width: auto; }
.half__body { padding: 2rem 2.2rem 2.4rem; }
.halves__amp { position: absolute; left: 50%; top: 300px; transform: translate(-50%, -50%); width: 88px; height: 88px; border-radius: 50%; background: var(--amber); color: var(--ink); display: grid; place-items: center; font: italic 600 3rem/1 var(--display); z-index: 2; border: 6px solid var(--foam); }

/* Pie cards */
.pie-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.pie { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .3s; }
.pie:hover { transform: translateY(-6px); }
.pie__img { aspect-ratio: 4 / 3; overflow: hidden; }
.pie__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.pie:hover .pie__img img { transform: scale(1.06); }
.pie__body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.pie__top { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.pie h3 { font-size: 1.3rem; margin-bottom: .35em; }
.pie__price { font: 600 1.15rem var(--display); color: var(--amber); white-space: nowrap; }
.pie p { color: var(--muted); font-size: .95rem; }
.tags { list-style: none; padding: 0; margin: 0 0 .9rem; display: flex; flex-wrap: wrap; gap: .4rem; }
.tag { font-size: .75rem; font-weight: 700; letter-spacing: .04em; padding: .25em .75em; border-radius: 999px; background: var(--cream); color: var(--bark); }
.tag--origin { background: var(--ink); color: var(--amber-2); }
.pie__allergens { margin: auto 0 0; padding-top: .8rem; border-top: 1px dashed var(--line); font-size: .82rem !important; }
.pie__allergens strong { color: var(--ink); margin-right: .3em; }

/* Ways & values */
.ways, .values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.values { grid-template-columns: repeat(4, 1fr); }
.way, .value { background: var(--foam); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.7rem; }
.section--paper .value { background: rgba(255, 255, 255, .7); }
.way p, .value p { color: var(--muted); }
.way__icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: var(--ink); color: var(--amber-2); margin-bottom: 1.2rem; }
.way__icon .icon { width: 28px; height: 28px; }

/* Offer tickets */
.tickets { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 1.4rem; }
.ticket { position: relative; display: grid; grid-template-columns: 118px 1fr; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.ticket__value { display: grid; place-content: center; text-align: center; background: var(--amber); color: var(--ink); font: 700 2.4rem/1 var(--display); border-right: 3px dashed var(--foam); }
.ticket__value small { display: block; font: 700 .72rem var(--body); letter-spacing: .14em; text-transform: uppercase; margin-top: .35rem; }
.ticket::before, .ticket::after { content: ""; position: absolute; left: 105px; width: 26px; height: 26px; border-radius: 50%; background: var(--paper); }
.section:not(.section--paper) .ticket::before, .section:not(.section--paper) .ticket::after { background: var(--foam); }
.ticket::before { top: -13px; }
.ticket::after { bottom: -13px; }
.ticket__body { padding: 1.5rem 1.4rem; }
.ticket__body p { margin: 0; color: var(--muted); font-size: .95rem; }

/* Visit */
.visit { display: grid; grid-template-columns: 1.2fr 1fr; min-height: 460px; background: var(--ink); }
.visit__map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; filter: sepia(.35) saturate(.8); }
.visit__directions { opacity: .8; font-size: .95rem; margin-bottom: 1.6rem; }
.visit__card { padding: clamp(2.5rem, 5vw, 4rem); color: var(--cream); align-self: center; }
.info { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; gap: .9rem; }
.info li { display: flex; gap: .8rem; align-items: flex-start; }
.info .icon { color: var(--amber-2); margin-top: .3em; }
.info a { text-decoration: none; }
.info a:hover { color: var(--amber-2); }
.info--dark .icon { color: var(--amber); }

/* Signature sips */
.sips-sec { background: linear-gradient(rgba(31, 19, 12, .9), rgba(31, 19, 12, .94)), url(../img/bar/drinks-flatlay.jpg) center / cover; color: var(--cream); }
.sips { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 1fr); gap: 1.2rem; overflow-x: auto; padding-bottom: .8rem; scroll-snap-type: x mandatory; scrollbar-color: var(--amber) transparent; }
.sip { scroll-snap-align: start; background: rgba(255, 250, 241, .06); border: 1px solid var(--line-light); border-radius: var(--radius); overflow: hidden; color: var(--cream); }
.sip__img { aspect-ratio: 1; overflow: hidden; }
.sip__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.sip:hover .sip__img img { transform: scale(1.06); }
.sip__body { padding: 1rem 1.1rem 1.2rem; }
.sip__top { display: flex; justify-content: space-between; gap: .6rem; align-items: baseline; }
.sip h3 { font-size: 1.12rem; margin: 0 0 .35em; }
.sip__top span { font: 600 1.1rem var(--display); color: var(--amber-2); white-space: nowrap; }
.sip p { margin: 0; font-size: .88rem; opacity: .75; }
#panel-drinks .sip { background: var(--ink); }
#panel-drinks .sips { margin-bottom: 3.5rem; }

/* Beer block */
.beer { display: grid; grid-template-columns: 1fr 1.1fr; gap: 4rem; align-items: center; }
.beer__photos { position: relative; min-height: 520px; }
.beer__a { position: absolute; left: 0; top: 0; width: 62%; height: 460px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.beer__b { position: absolute; right: 0; bottom: 0; width: 46%; height: 330px; object-fit: cover; border-radius: 999px 999px var(--radius) var(--radius); border: 8px solid var(--foam); box-shadow: var(--shadow); }
.beer__lists { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 1.5rem 0 2rem; }
.beer__lists h3 { font-size: 1.1rem; color: var(--amber); }
.mini-list { list-style: none; padding: 0; margin: 0; }
.mini-list li { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-bottom: 1px dashed var(--line); font-size: .95rem; }
.mini-list li span:last-child { font-family: var(--display); font-weight: 600; color: var(--bark); }
.bar-banner { position: relative; display: grid; grid-template-columns: 1fr .7fr 1.6fr; gap: .8rem; height: 300px; margin-bottom: 1.5rem; border-radius: var(--radius); overflow: hidden; }
.bar-banner img { width: 100%; height: 100%; object-fit: cover; }
.bar-banner__text { position: absolute; left: 0; right: 0; bottom: 0; padding: 3rem 2rem 1.6rem; background: linear-gradient(transparent, rgba(31, 19, 12, .9)); color: var(--cream); }
.bar-banner__text h2 { margin: 0; }
.ticket--pint .ticket__value { background: var(--ink); color: var(--amber-2); font-size: 1.9rem; }

/* Page hero */
.page-hero { background: radial-gradient(900px 400px at 85% 0%, #4a2c19, transparent 65%), var(--ink); color: var(--cream); padding: clamp(3.5rem, 7vw, 5.5rem) 0; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: 4%; bottom: -30px; width: 260px; height: 360px; background: url(../img/sketch-tall.png) no-repeat center / contain; opacity: .25; }
.page-hero h1 { max-width: 14em; }
.page-hero .lead { margin: 0; }

/* Menu */
.tabs { position: sticky; top: 82px; z-index: 40; background: var(--foam); border-bottom: 1px solid var(--line); }
.tabs__in { display: flex; gap: .4rem; overflow-x: auto; padding: .8rem 0; }
.tabs button { flex: none; border: 1.5px solid var(--line); background: transparent; border-radius: 999px; padding: .6em 1.4em; font-weight: 700; color: var(--bark); }
.tabs button[aria-selected="true"] { background: var(--ink); border-color: var(--ink); color: var(--amber-2); }
.course { margin-bottom: 4rem; }
.course__head { display: flex; align-items: baseline; gap: 1rem; border-bottom: 2px solid var(--ink); padding-bottom: .6rem; margin-bottom: 1.8rem; }
.course__head h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.4rem); }
.course__head span { margin-left: auto; font-size: .85rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); }
.allergy { background: var(--cream); border-left: 5px solid var(--amber); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.8rem 2rem; max-width: 860px; }
.allergy p:last-child { margin: 0; }
.jump { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2.5rem; }
.panel__title { margin: 1rem 0 2rem; }
.menu-cols { columns: 2; column-gap: 3.5rem; }
.menu-sec { break-inside: avoid; margin-bottom: 2.8rem; }
.menu-sec h3 { font-size: 1.6rem; display: flex; align-items: center; gap: .8rem; }
.menu-sec h3::after { content: ""; flex: 1; height: 2px; background: var(--amber); opacity: .6; }
.menu-list { list-style: none; padding: 0; margin: 0; }
.menu-list li { padding: .75rem 0; border-bottom: 1px solid var(--line); }
.menu-list__row { display: flex; align-items: baseline; gap: .6rem; }
.menu-list__name { font-weight: 700; }
.menu-list__dots { flex: 1; border-bottom: 2px dotted rgba(31, 19, 12, .25); min-width: 1.5rem; transform: translateY(-4px); }
.menu-list__price { font: 600 1rem var(--display); color: var(--amber); text-align: right; max-width: 55%; }
.menu-list p { margin: .25rem 0 0; color: var(--muted); font-size: .92rem; }
.menu-list__extras { font-style: italic; font-size: .85rem !important; }
.menu-note { color: var(--muted); font-size: .9rem; margin-top: 1rem; }

/* About */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.story__photos { position: relative; min-height: 520px; }
.story__a { position: absolute; left: 0; top: 0; width: 58%; height: 440px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.story__b { position: absolute; right: 0; bottom: 0; width: 60%; height: 300px; object-fit: cover; border-radius: var(--radius); border: 8px solid var(--foam); box-shadow: var(--shadow); }
.stats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: center; }
.stats strong { display: block; font: 600 clamp(2.6rem, 5vw, 3.8rem)/1 var(--display); color: var(--amber-2); }
.stats span { opacity: .75; font-size: .9rem; letter-spacing: .06em; }
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.feature > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature--flip > img { order: 2; }
.socials { display: flex; gap: .6rem; margin-top: 1.2rem; }
.socials a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--line-light); color: var(--cream); transition: .2s; }
.socials a:hover { background: var(--amber); color: var(--ink); border-color: var(--amber); }
.socials--dark a { border-color: var(--line); color: var(--bark); }

/* Gallery */
.gallery { columns: 3; column-gap: 1.2rem; }
.gallery__item { position: relative; display: block; width: 100%; margin: 0 0 1.2rem; padding: 0; border: 0; border-radius: var(--radius); overflow: hidden; break-inside: avoid; background: var(--cream); }
.gallery__item img { width: 100%; height: auto; transition: transform .6s; }
.gallery__item:hover img { transform: scale(1.05); }
.gallery__item span { position: absolute; left: 0; right: 0; bottom: 0; padding: 2rem 1rem .9rem; text-align: left; color: var(--cream); font-weight: 600; background: linear-gradient(transparent, rgba(31, 19, 12, .85)); opacity: 0; transition: opacity .3s; }
.gallery__item:hover span, .gallery__item:focus-visible span { opacity: 1; }
.lightbox { border: 0; padding: 0; background: transparent; max-width: min(1100px, 94vw); color: var(--cream); }
.lightbox::backdrop { background: rgba(20, 12, 7, .9); }
.lightbox img { max-height: 80vh; width: auto; margin: 0 auto; border-radius: 12px; }
.lightbox p { text-align: center; margin: .8rem 0 0; font-weight: 600; }
.lightbox__close { position: fixed; top: 18px; right: 18px; }

/* Forms, cards, dialogs */
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: start; }
.contact__photo { border-radius: var(--radius); aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 2rem; }
.company { margin-top: 2.2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .92rem; }
.company h3 { font-size: 1.05rem; color: var(--ink); }
.card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(1.6rem, 4vw, 2.6rem); }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.1rem; margin-bottom: 1.4rem; }
.field { display: grid; gap: .35rem; font-size: .85rem; font-weight: 700; color: var(--bark); }
.field em { font-weight: 400; color: var(--muted); }
.field--wide { grid-column: 1 / -1; }
.field input, .field select, .field textarea { font: 400 1rem var(--body); color: var(--ink); background: var(--paper); border: 1.5px solid var(--line); border-radius: 12px; padding: .8em .95em; width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--amber); background: #fff; }
.form__note { font-size: .82rem; color: var(--muted); margin: .8rem 0 0; text-align: center; }
.hp { position: absolute; left: -9999px; }
.booking { width: min(640px, 94vw); max-height: 92vh; border: 0; border-radius: 22px; padding: clamp(1.6rem, 4vw, 2.4rem); background: var(--foam); color: var(--ink); box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .6); }
.booking::backdrop { background: rgba(20, 12, 7, .72); backdrop-filter: blur(3px); }
.booking h2 { margin-bottom: .2em; }
.booking__close button, .lightbox__close { border: 0; background: var(--ink); color: var(--cream); width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; }
.booking__close { position: absolute; top: 16px; right: 16px; }
body:has(dialog[open]) { overflow: hidden; }

/* Footer */
.footer { background: var(--ink); color: var(--cream); padding-top: 4.5rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3.5rem; }
.footer__brand img { width: 130px; margin-bottom: 1rem; }
.footer p { opacity: .78; font-size: .95rem; margin-bottom: .5em; }
.footer h3 { font-size: 1.1rem; color: var(--amber-2); }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.footer a { text-decoration: none; opacity: .85; }
.footer a:hover { color: var(--amber-2); opacity: 1; }
.footer__legal { border-top: 1px solid var(--line-light); padding: 1.3rem 0; font-size: .8rem; }
.footer__legal .wrap { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer__legal p { margin: 0; opacity: .6; max-width: 60em; }

/* Reveal on scroll */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* Responsive */
@media (max-width: 1180px) {
  .nav__toggle { display: inline-flex; }
  .nav__links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 20px 1.5rem; background: var(--foam); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); display: none; }
  .nav__links.open { display: flex; }
  .nav__links a { padding: .85em 0; border-radius: 0; border-bottom: 1px solid var(--line); }
  .nav__cta { margin: 1rem 0 0; }
  .values { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .hero__in, .story, .feature, .contact, .visit, .beer { grid-template-columns: 1fr; }
  .bar-banner { grid-template-columns: 1fr 1fr; height: 240px; }
  .bar-banner img:last-of-type { display: none; }
  .hero__art { max-width: 420px; }
  .feature--flip > img { order: 0; }
  .pie-grid, .ways { grid-template-columns: 1fr 1fr; }
  .halves__grid { grid-template-columns: 1fr; }
  .halves__amp { display: none; }
  .menu-cols { columns: 1; }
  .gallery { columns: 2; }
  .stats { grid-template-columns: repeat(2, 1fr); row-gap: 2rem; }
  .tabs { top: 82px; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .topbar__in { gap: .3rem 1.2rem; font-size: .75rem; }
  .topbar__in span:first-child { display: none; }
  .pie-grid, .ways, .tickets, .values, .form__grid, .footer__grid { grid-template-columns: 1fr; }
  .hero__facts { gap: 1.4rem; }
  .hero__facts strong { font-size: 1.7rem; }
  .story__photos { min-height: 380px; }
  .story__a { height: 320px; }
  .story__b { height: 200px; }
  .gallery { columns: 1; }
  .beer__lists { grid-template-columns: 1fr; }
  .beer__photos { min-height: 400px; }
  .beer__a { height: 340px; }
  .beer__b { height: 240px; }
  .ticket { grid-template-columns: 104px 1fr; }
  .ticket::before, .ticket::after { left: 91px; }
  .page-hero::after { display: none; }
  .menu-list__row { flex-wrap: wrap; }
  .menu-list__dots { display: none; }
  .menu-list__price { max-width: none; width: 100%; text-align: left; }
}
