.bf-site {
  --ink: #181714;
  --cream: #fff8e8;
  --paper: #f2eee6;
  --white: #ffffff;
  --coral: #e06b58;
  --yellow: #ffcd33;
  --teal: #4d9ea0;
  --olive: #667348;
  --taupe: #aea598;
  --max: 1180px;
  --header: 76px;
}

.bf-site * { box-sizing: border-box; }
.bf-site { scroll-behavior: smooth; }
.bf-site { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
.bf-site img { max-width: 100%; display: block; }
.bf-site a { color: inherit; }
.bf-site button, .bf-site a { -webkit-tap-highlight-color: transparent; }
.bf-site .skip-link { position: fixed; left: 12px; top: -60px; z-index: 200; background: var(--yellow); padding: 10px 14px; font-weight: 800; }
.bf-site .skip-link:focus { top: 12px; }
.bf-site .container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.bf-site .site-header { position: relative; height: var(--header); padding: 0 max(20px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 200px 1fr auto; gap: 28px; align-items: center; background: var(--cream); border-bottom: 1px solid rgba(24, 23, 20, .14); z-index: 100; }
.bf-site .site-header.compact { position: sticky; top: 0; }
.bf-site .site-header > p { margin: 0; }
.bf-site .site-header > p:empty { display: none; }
.bf-site .site-header > p:last-of-type { display: flex; align-items: center; gap: 10px; }
.bf-site .brand { width: 190px; display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.bf-site .brand-hand { width: 31px; height: 47px; object-fit: contain; flex: 0 0 auto; }
.bf-site .brand-wordmark { width: 146px; max-height: 42px; object-fit: contain; object-position: left center; }
.bf-site .desktop-nav { justify-self: end; display: flex; align-items: center; gap: 28px; }
.bf-site .desktop-nav a, .bf-site .site-footer a { text-decoration: none; font-weight: 700; font-size: .92rem; }
.bf-site .desktop-nav a:hover, .bf-site .site-footer a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.bf-site .header-cta { background: var(--ink); color: var(--white); text-decoration: none; padding: 11px 18px; font-weight: 800; border: 2px solid var(--ink); }
.bf-site .menu-toggle, .bf-site .mobile-nav { display: none; }

.bf-site .brand-intro[hidden] { display: none; }
.bf-site .brand-intro { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; background: var(--yellow); opacity: 0; pointer-events: none; }
.bf-site .brand-intro.is-visible { opacity: 1; }
.bf-site .brand-intro.is-leaving { animation: brand-intro-out .42s cubic-bezier(.65, 0, .35, 1) forwards; }
.bf-site .brand-intro-lockup { display: flex; align-items: center; gap: clamp(20px, 4vw, 52px); transform: scale(.9); opacity: 0; }
.bf-site .brand-intro.is-visible .brand-intro-lockup { animation: brand-lockup-in .46s cubic-bezier(.2, .8, .2, 1) .08s forwards; }
.bf-site .brand-intro-hand { position: relative; width: clamp(106px, 14vw, 176px); aspect-ratio: 1532 / 2287; transform-origin: 50% 86%; }
.bf-site .brand-intro.is-visible .brand-intro-hand { animation: brand-hand-hello 1s cubic-bezier(.25, .9, .3, 1) .28s both; }
.bf-site .brand-intro-hand img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.bf-site .brand-intro-base { z-index: 1; }
.bf-site .brand-intro-wordmark { width: clamp(190px, 31vw, 410px); max-height: 124px; object-fit: contain; }
@keyframes brand-lockup-in { from { opacity: 0; transform: scale(.9) translateY(10px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes brand-hand-hello { 0%, 12%, 100% { transform: rotate(0) scale(1); } 44% { transform: rotate(-4deg) scale(1.015); } 72% { transform: rotate(2deg) scale(1); } }
@keyframes brand-intro-out { to { opacity: 0; transform: translateY(-18px); visibility: hidden; } }

.bf-site .hero { --hero-product-width: min(64vw, 920px); --hero-product-bottom: -11%; --hero-product-right: max(-190px, calc((var(--max) - 100vw) / 2 - 90px)); --hero-time-top: 38%; --hero-time-right: -14%; --hero-mobile-product-width: 112%; --hero-mobile-product-bottom: -12%; position: relative; min-height: clamp(610px, calc(100svh - var(--header) - 88px), 760px); background: var(--yellow); color: var(--ink); overflow: hidden; }
.bf-site .hero-inner { position: relative; width: min(calc(100% - 120px), var(--max)); min-height: inherit; margin: 0 auto; display: grid; grid-template-columns: minmax(500px, .95fr) minmax(500px, 1.05fr); align-items: stretch; }
.bf-site .hero-copy-column { position: relative; z-index: 3; align-self: center; max-width: 560px; padding: 54px 0 48px; }
.bf-site .eyebrow { margin: 0 0 14px; text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.bf-site .eyebrow.dark { color: #8f3b2e; }
.bf-site .hero h1 { margin: 0 0 12px; font-size: clamp(2.3rem, 4.2vw, 4.2rem); line-height: .96; letter-spacing: 0; }
.bf-site .hero-statement { max-width: 620px; margin: 0; font-size: clamp(4.1rem, 5.6vw, 5.7rem); line-height: .88; font-weight: 900; letter-spacing: 0; text-wrap: balance; }
.bf-site .hero-copy { max-width: 490px; margin: 28px 0 0; font-size: clamp(1.25rem, 1.8vw, 1.72rem); line-height: 1.13; font-weight: 900; }
.bf-site .hero-detail { max-width: 490px; margin: 14px 0 0; font-size: .96rem; line-height: 1.42; font-weight: 700; }
.bf-site .hero-visual { position: relative; min-width: 0; }
.bf-site .hero-time { position: absolute; z-index: 1; top: var(--hero-time-top); right: var(--hero-time-right); transform: translateY(-52%); color: #123b3b; font-size: clamp(17rem, 28vw, 29rem); line-height: .72; font-weight: 900; letter-spacing: 0; white-space: nowrap; }
.bf-site .hero-product { position: absolute; z-index: 2; right: var(--hero-product-right); bottom: var(--hero-product-bottom); width: var(--hero-product-width); pointer-events: none; }
.bf-site .hero-product img { width: 100%; height: auto; filter: drop-shadow(0 18px 18px rgba(80, 45, 5, .18)); }
.bf-site .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.bf-site .button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 2px solid transparent; text-decoration: none; font-weight: 900; }
.bf-site .button-primary { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.bf-site .button-light { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.bf-site .button-dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.bf-site .button-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.bf-site .button:hover { transform: translateY(-2px); }
.bf-site .button:focus-visible, .bf-site .text-link:focus-visible, .bf-site .social-post:focus-visible, .bf-site .map-link:focus-visible, .bf-site .special-arrow:focus-visible, .bf-site .special-dot:focus-visible, .bf-site .special-viewport:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }

.bf-site .instagram-strip { background: var(--coral); border-block: 2px solid var(--ink); }
.bf-site .strip-inner { min-height: 88px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 20px; }
.bf-site .strip-hand { width: 36px; height: 54px; object-fit: contain; }
.bf-site .strip-inner div { display: flex; gap: 12px 24px; align-items: baseline; flex-wrap: wrap; }
.bf-site .strip-inner strong { font-size: 1.12rem; }
.bf-site .strip-inner span { font-size: .94rem; }
.bf-site .strip-inner a { font-weight: 900; white-space: nowrap; text-underline-offset: 4px; }

.bf-site .section { padding: 96px 0; }
.bf-site .section-heading { max-width: 790px; margin-bottom: 42px; }
.bf-site .section-heading h2, .bf-site .visit h2, .bf-site .territory h2, .bf-site .retorto h2, .bf-site .order-band h2, .bf-site .social-contact h2 { margin: 0; font-size: clamp(2rem, 4.5vw, 4.4rem); line-height: .98; letter-spacing: 0; }
.bf-site .section-heading > p:last-child { max-width: 650px; margin: 18px 0 0; font-size: 1.1rem; }
.bf-site .split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 48px; align-items: end; }
.bf-site .split-heading > p { margin: 0 0 4px; font-size: 1.1rem; }

.bf-site .technique { background: var(--paper); }
.bf-site .proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.bf-site .proof { min-height: 190px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 26px; border-right: 1px solid var(--taupe); }
.bf-site .proof:last-child { border-right: 0; }
.bf-site .proof strong { max-width: 300px; font-size: clamp(1.45rem, 2.4vw, 2.35rem); line-height: 1.05; }
.bf-site .proof p { margin: 0; max-width: 310px; }
.bf-site .proof-hours strong { color: #9f3e31; }
.bf-site .proof-coalvi strong { color: #34777a; }
.bf-site .proof-coalvi-heading { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: center; gap: 16px; }
.bf-site .coalvi-logo { width: 72px; height: 72px; object-fit: cover; clip-path: circle(48% at 50% 50%); }
.bf-site .proof-formats strong { color: #546338; }

.bf-site .classics { background: var(--cream); }
.bf-site .product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.bf-site .product-card { background: var(--white); border: 1px solid rgba(24, 23, 20, .16); border-radius: 6px; overflow: hidden; }
.bf-site .product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 62%; }
.bf-site .product-body { min-height: 250px; display: flex; flex-direction: column; padding: 22px; }
.bf-site .product-body h3 { margin: 0 0 10px; font-size: 1.7rem; }
.bf-site .product-body p { margin: 0; }
.bf-site .price-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; padding-top: 20px; }
.bf-site .price-pair span { padding-top: 10px; border-top: 1px solid rgba(24, 23, 20, .16); font-size: .72rem; font-weight: 800; text-transform: uppercase; color: #8f3b2e; }
.bf-site .price-pair strong { display: block; margin-top: 3px; color: var(--ink); font-size: 1rem; }
.bf-site .center-action { margin-top: 34px; text-align: center; }
.bf-site .text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 900; text-underline-offset: 5px; }
.bf-site .text-link span { font-size: 1.4em; }
.bf-site .text-link.light { color: var(--cream); }

.bf-site .statement-band { padding: 108px 0; background: var(--ink); color: var(--cream); }
.bf-site .statement-band h2 { max-width: 1000px; margin: 0; font-size: clamp(2.8rem, 7vw, 7.2rem); line-height: .9; letter-spacing: 0; }
.bf-site .statement-band p:last-child { max-width: 680px; margin: 26px 0 0; font-size: 1.12rem; }
.bf-site .compact-band { padding: 76px 0; }

.bf-site .vegetarian { background: var(--teal); }
.bf-site .vegetarian-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 2px solid var(--ink); }
.bf-site .vegetarian-grid article { min-height: 250px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid rgba(24, 23, 20, .4); }
.bf-site .vegetarian-grid article:last-child { border-right: 0; }
.bf-site .vegetarian-grid article > span { font-weight: 900; }
.bf-site .vegetarian-grid h3 { margin: 32px 0 8px; font-size: 1.85rem; }
.bf-site .vegetarian-grid p { margin: 0 0 24px; }
.bf-site .vegetarian-grid article > strong { margin-top: auto; font-size: 1.2rem; }

.bf-site .sides { background: var(--paper); }
.bf-site .feature-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.bf-site .feature-media { margin: 0; background: var(--white); border: 1px solid rgba(24, 23, 20, .16); }
.bf-site .feature-media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.bf-site .feature-media figcaption { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; padding: 18px 20px; }
.bf-site .feature-media strong { font-size: 1.25rem; }
.bf-site .feature-media span { text-align: right; font-size: .92rem; }

.bf-site .specials-archive { padding: 96px 0; background: var(--yellow); border-block: 2px solid var(--ink); overflow: hidden; }
.bf-site .specials-heading { margin-bottom: 38px; }
.bf-site .special-slider { position: relative; }
.bf-site .special-viewport { overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
.bf-site .special-viewport::-webkit-scrollbar { display: none; }
.bf-site .special-track { display: flex; }
.bf-site .special-slide { flex: 0 0 100%; min-width: 0; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); background: var(--cream); border: 2px solid var(--ink); scroll-snap-align: start; scroll-snap-stop: always; }
.bf-site .special-media { min-height: 620px; margin: 0; overflow: hidden; background: var(--paper); }
.bf-site .special-media img { width: 100%; height: 100%; object-fit: cover; }
.bf-site .special-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 72px); }
.bf-site .special-kicker { margin: 0 0 18px; text-transform: uppercase; font-size: .74rem; font-weight: 900; letter-spacing: .08em; }
.bf-site .special-copy h3 { max-width: 610px; margin: 0; font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .9; letter-spacing: 0; }
.bf-site .special-copy > p:last-child { max-width: 580px; margin: 28px 0 0; font-size: clamp(1rem, 1.7vw, 1.3rem); line-height: 1.4; font-weight: 700; }
.bf-site .special-controls { display: none; grid-template-columns: 48px 1fr 48px; align-items: center; gap: 20px; margin-top: 18px; }
.bf-site .special-slider.is-enhanced .special-controls { display: grid; }
.bf-site .special-arrow { width: 48px; height: 48px; padding: 0; border: 2px solid var(--ink); background: var(--cream); color: var(--ink); font: inherit; font-size: 1.45rem; font-weight: 900; cursor: pointer; }
.bf-site .special-arrow:hover { background: var(--ink); color: var(--white); }
.bf-site .special-indicator { display: flex; justify-content: center; align-items: center; gap: 18px; }
.bf-site .special-indicator p { min-width: 48px; margin: 0; font-size: .76rem; font-weight: 900; letter-spacing: .08em; }
.bf-site .special-dots { display: flex; justify-content: center; gap: 8px; }
.bf-site .special-dot { width: 12px; height: 12px; padding: 0; border: 2px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; }
.bf-site .special-dot.is-active { background: var(--ink); }

.bf-site .social { background: var(--cream); }
.bf-site .social-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.bf-site .social-post { position: relative; display: block; overflow: hidden; border: 1px solid rgba(24, 23, 20, .2); background: var(--ink); color: var(--white); text-decoration: none; }
.bf-site .social-post img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .25s ease; }
.bf-site .social-post span { position: absolute; left: 12px; right: 12px; bottom: 12px; background: var(--ink); padding: 12px 14px; font-weight: 900; }
.bf-site .social-post:hover img { transform: scale(1.025); }

.bf-site .territory { padding: 88px 0; background: var(--teal); color: var(--ink); }
.bf-site .territory-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px 64px; align-items: end; }
.bf-site .territory h2 { max-width: 760px; }
.bf-site .territory p { margin: 0; font-size: 1.08rem; }
.bf-site .territory .text-link { color: var(--ink); }

.bf-site .retorto { padding: 92px 0 78px; background: var(--ink); color: var(--cream); overflow: hidden; }
.bf-site .retorto-intro { display: grid; grid-template-columns: 1.05fr .8fr auto; gap: 30px 48px; align-items: end; }
.bf-site .retorto-intro h2 { max-width: 650px; }
.bf-site .retorto-intro p { max-width: 540px; margin: 0; font-size: 1.08rem; }
.bf-site .retorto-intro .text-link { white-space: nowrap; }
.bf-site .beer-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-top: 48px; }
.bf-site .beer-card { min-width: 0; margin: 0; display: grid; grid-template-rows: 292px auto; overflow: hidden; border: 1px solid rgba(255, 248, 232, .24); border-radius: 6px; color: var(--ink); scroll-snap-align: start; }
.bf-site .beer-media { min-width: 0; min-height: 0; display: grid; place-items: center; overflow: hidden; }
.bf-site .beer-media img { width: 100%; height: 100%; padding: 14px 18px 0; object-fit: contain; object-position: center bottom; transition: transform .25s ease; }
.bf-site .beer-card:hover .beer-media img { transform: translateY(-4px) scale(1.025); }
.bf-site .beer-card figcaption { min-height: 74px; display: flex; flex-direction: column; justify-content: center; gap: 2px; padding: 13px 15px; background: var(--cream); border-top: 1px solid var(--ink); }
.bf-site .beer-card figcaption strong { font-size: 1rem; line-height: 1.08; }
.bf-site .beer-card figcaption span { font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; opacity: .68; }
.bf-site .beer-photo .beer-media img { padding: 0; object-fit: cover; object-position: center; }
.bf-site .beer-gold { background: #d2a913; }
.bf-site .beer-lilac { background: #908cb9; }
.bf-site .beer-cyan { background: #10a5b4; }
.bf-site .beer-orange { background: #ee5b2d; }
.bf-site .beer-wine { background: #a82e3d; }
.bf-site .beer-red { background: #e93124; }
.bf-site .beer-amber { background: #de762c; }
.bf-site .beer-acid { background: #d5ce00; }
.bf-site .beer-black { background: #201f1d; }
.bf-site .beer-mosqito { background: #f9e84a; }
.bf-site .collab-note { margin-top: 34px; display: grid; grid-template-columns: 52px 1fr auto; gap: 22px; align-items: center; padding-top: 28px; border-top: 1px solid rgba(255, 248, 232, .34); }
.bf-site .collab-note img { width: 42px; height: 62px; object-fit: contain; filter: invert(1); }
.bf-site .collab-note p { margin: 0; display: flex; flex-direction: column; gap: 3px; }
.bf-site .collab-note strong { font-size: 1.1rem; }
.bf-site .collab-note span { opacity: .82; }

.bf-site .visit { background: var(--paper); }
.bf-site .visit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: center; }
.bf-site .visit-copy > p:not(.eyebrow) { font-size: 1.12rem; }
.bf-site .map { width: 100%; min-height: 420px; border: 0; background: var(--taupe); }
.bf-site .map.large { min-height: 520px; }
.bf-site .map-link { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; padding: clamp(28px, 4vw, 54px); border: 2px solid var(--ink); background: var(--teal); color: var(--ink); text-decoration: none; }
.bf-site .map-link::before { content: "35A"; position: absolute; z-index: -1; top: 24px; right: -12px; color: rgba(24, 23, 20, .13); font-size: clamp(8rem, 17vw, 14rem); line-height: .75; font-weight: 900; letter-spacing: 0; }
.bf-site .map-link span { text-transform: uppercase; font-size: .76rem; font-weight: 900; letter-spacing: .08em; }
.bf-site .map-link strong { max-width: 520px; font-size: clamp(2.1rem, 5vw, 4.7rem); line-height: .92; }
.bf-site .map-link b { margin-top: 12px; text-decoration: underline; text-underline-offset: 5px; }
.bf-site .map-link:hover b { text-decoration-thickness: 3px; }

.bf-site .site-footer { padding: 42px 0; background: var(--ink); color: var(--cream); }
.bf-site .footer-grid { display: grid; grid-template-columns: 200px 1fr auto; gap: 22px 40px; align-items: center; }
.bf-site .footer-brand { display: flex; align-items: center; gap: 9px; }
.bf-site .footer-brand img { filter: invert(1); }
.bf-site .footer-hand { width: 34px; height: 52px; object-fit: contain; }
.bf-site .footer-wordmark { width: 146px; max-height: 44px; object-fit: contain; }
.bf-site .footer-grid p { margin: 0; }
.bf-site .footer-grid div { display: flex; gap: 20px; }
.bf-site .footer-grid small { grid-column: 1 / -1; opacity: .7; }

.bf-site .page-head { padding: 88px 0 78px; background: var(--coral); border-bottom: 2px solid var(--ink); }
.bf-site .page-head h1 { max-width: 930px; margin: 0; font-size: clamp(3.2rem, 8vw, 8rem); line-height: .88; letter-spacing: 0; }
.bf-site .page-head p:last-child { max-width: 700px; margin: 22px 0 0; font-size: 1.15rem; }
.bf-site .contact-head { background: var(--teal); }
.bf-site .menu-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.bf-site .menu-list article { min-height: 250px; display: grid; grid-template-columns: 220px 1fr; background: var(--white); border: 1px solid rgba(24, 23, 20, .16); }
.bf-site .menu-list img { width: 100%; height: 100%; object-fit: cover; }
.bf-site .menu-list article > div { min-width: 0; display: flex; flex-direction: column; padding: 24px; }
.bf-site .menu-list h3 { margin: 0 0 10px; font-size: 1.8rem; }
.bf-site .menu-list p { margin: 0; }
.bf-site .menu-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: auto; padding-top: 20px; }
.bf-site .menu-prices span { display: block; padding-top: 9px; border-top: 1px solid rgba(24, 23, 20, .16); color: #8f3b2e; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.bf-site .menu-prices strong { display: block; margin-top: 3px; color: var(--ink); font-size: .98rem; }
.bf-site .vegetarian-menu { background: var(--teal); }
.bf-site .menu-sides { background: var(--paper); }
.bf-site .menu-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.bf-site .menu-columns h3 { display: flex; justify-content: space-between; gap: 20px; font-size: 2rem; margin: 0 0 20px; }
.bf-site .menu-columns h3 small { align-self: center; font-size: .85rem; text-transform: uppercase; }
.bf-site .menu-columns ul { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.bf-site .menu-columns li { display: grid; grid-template-columns: minmax(150px, .7fr) 1.3fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--taupe); }
.bf-site .menu-columns .priced-list li { grid-template-columns: minmax(160px, .8fr) 1.1fr auto; }
.bf-site .menu-columns li b { white-space: nowrap; }
.bf-site .menu-notice { padding: 54px 0; background: var(--teal); border-block: 2px solid var(--ink); }
.bf-site .menu-notice .container { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); gap: 10px 48px; align-items: end; }
.bf-site .menu-notice .eyebrow { grid-column: 1 / -1; }
.bf-site .menu-notice h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.8rem); line-height: .96; }
.bf-site .menu-notice p:last-child { margin: 0 0 4px; max-width: 620px; font-size: 1.08rem; }
.bf-site .contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 48px; align-items: start; }
.bf-site .contact-details h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .95; }
.bf-site .contact-note { margin-top: 50px; padding-top: 20px; border-top: 2px solid var(--ink); }
.bf-site .contact-note p { margin: 8px 0 0; }
.bf-site .order-band { padding: 88px 0; background: var(--ink); color: var(--cream); }
.bf-site .order-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.bf-site .order-inner > div:first-child { max-width: 760px; }
.bf-site .order-inner p { margin: 18px 0 0; }
.bf-site .order-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.bf-site .social-contact { text-align: center; }
.bf-site .social-contact .text-link { margin-top: 24px; font-size: 1.2rem; }

@media (max-width: 1180px) {
  .bf-site .hero { --hero-product-width: min(58vw, 780px); --hero-product-bottom: -9%; --hero-product-right: -2%; --hero-time-right: -12%; }
  .bf-site .hero-inner { width: min(calc(100% - 100px), var(--max)); grid-template-columns: minmax(430px, .93fr) minmax(0, 1.07fr); }
  .bf-site .hero-time { font-size: clamp(15rem, 30vw, 20rem); }
}

@media (max-width: 980px) {
  .bf-site .desktop-nav { display: none; }
  .bf-site .site-header { grid-template-columns: 1fr auto auto; }
  .bf-site .menu-toggle { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; color: var(--ink); background: transparent; border: 2px solid var(--ink); padding: 0; overflow: hidden; font-size: 0; font-weight: 900; }
  .bf-site .menu-toggle::before { content: "\2630"; font-size: 1.25rem; line-height: 1; }
  .bf-site .menu-toggle[aria-expanded="true"]::before { content: "\00d7"; font-size: 1.7rem; }
  .bf-site .mobile-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: grid; background: var(--cream); border-bottom: 2px solid var(--ink); padding: 12px 20px 20px; }
  .bf-site .mobile-nav[hidden] { display: none; }
  .bf-site .mobile-nav a { padding: 13px 0; border-bottom: 1px solid var(--taupe); text-decoration: none; font-weight: 800; }
  .bf-site .proof-grid { grid-template-columns: 1fr 1fr; }
  .bf-site .proof:nth-child(2) { border-right: 0; }
  .bf-site .proof:nth-child(-n+2) { border-bottom: 1px solid var(--taupe); }
  .bf-site .proof:last-child { grid-column: 1 / -1; }
  .bf-site .product-grid { grid-template-columns: 1fr 1fr; }
  .bf-site .special-media { min-height: 540px; }
  .bf-site .menu-list { grid-template-columns: 1fr; }
  .bf-site .contact-layout { grid-template-columns: 1fr; }
  .bf-site .retorto-intro { grid-template-columns: 1fr 1fr; }
  .bf-site .retorto-intro .text-link { grid-column: 1 / -1; justify-self: start; }
  .bf-site .beer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bf-site .hero { --hero-product-width: min(54vw, 600px); --hero-product-bottom: -6%; --hero-product-right: -6%; --hero-time-right: -16%; }
  .bf-site .hero-inner { grid-template-columns: minmax(360px, 1.05fr) minmax(300px, .95fr); }
  .bf-site .hero-copy-column { padding-block: 46px 42px; }
  .bf-site .hero-statement { font-size: clamp(3.8rem, 8vw, 5.3rem); }
  .bf-site .hero-time { right: -10%; font-size: clamp(16rem, 35vw, 22rem); }
}

@media (max-width: 720px) {
  .bf-site { --header: 68px; }
  .bf-site .container, .bf-site .hero-inner { width: min(calc(100% - 28px), var(--max)); }
  .bf-site .site-header { padding-inline: 14px; gap: 10px; grid-template-columns: 1fr auto; }
  .bf-site .brand { width: 154px; gap: 7px; }
  .bf-site .brand-hand { width: 27px; height: 41px; }
  .bf-site .brand-wordmark { width: 120px; }
  .bf-site .header-cta { display: none; }
  .bf-site .hero { --hero-product-width: var(--hero-mobile-product-width); --hero-product-bottom: var(--hero-mobile-product-bottom); --hero-product-right: -20%; min-height: 660px; }
  .bf-site .hero-inner { min-height: 660px; grid-template-columns: 1fr; grid-template-rows: auto 260px; }
  .bf-site .hero-copy-column { align-self: start; max-width: none; padding: 28px 0 0; }
  .bf-site .hero .eyebrow { margin-bottom: 8px; font-size: .64rem; }
  .bf-site .hero h1 { margin-bottom: 8px; font-size: 1.55rem; }
  .bf-site .hero-statement { max-width: 390px; font-size: clamp(3rem, 14.4vw, 4.15rem); line-height: .86; }
  .bf-site .hero-copy { margin-top: 14px; font-size: 1rem; line-height: 1.08; }
  .bf-site .hero-detail { max-width: 360px; margin-top: 8px; font-size: .76rem; line-height: 1.32; }
  .bf-site .hero .actions { margin-top: 14px; flex-wrap: nowrap; }
  .bf-site .hero .button { width: auto; min-height: 40px; padding: 8px 13px; font-size: .78rem; }
  .bf-site .hero-visual { min-height: 260px; }
  .bf-site .hero-time { top: -16%; right: -2%; transform: none; font-size: clamp(10rem, 52vw, 13rem); line-height: .74; }
  .bf-site .hero-product img { filter: drop-shadow(0 12px 12px rgba(80, 45, 5, .16)); }
  .bf-site .button { width: 100%; }
  .bf-site .strip-inner { padding: 18px 0; grid-template-columns: 36px 1fr; align-items: center; gap: 12px; }
  .bf-site .strip-inner > a { grid-column: 2; }
  .bf-site .strip-hand { width: 30px; height: 45px; }
  .bf-site .strip-inner div { display: block; }
  .bf-site .strip-inner span { display: block; margin-top: 5px; }
  .bf-site .section { padding: 68px 0; }
  .bf-site .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .bf-site .proof-grid, .bf-site .product-grid, .bf-site .feature-pair, .bf-site .social-grid, .bf-site .territory-grid, .bf-site .visit-grid, .bf-site .menu-columns, .bf-site .order-inner, .bf-site .vegetarian-grid { grid-template-columns: 1fr; }
  .bf-site .menu-notice .container { grid-template-columns: 1fr; }
  .bf-site .menu-notice .eyebrow { grid-column: auto; }
  .bf-site .proof { min-height: 118px; border-right: 0; border-bottom: 1px solid var(--taupe); }
  .bf-site .proof-coalvi-heading { grid-template-columns: 62px minmax(0, 1fr); gap: 14px; }
  .bf-site .coalvi-logo { width: 62px; height: 62px; }
  .bf-site .proof:last-child { grid-column: auto; }
  .bf-site .proof:last-child { border-bottom: 0; }
  .bf-site .product-body p { min-height: 0; }
  .bf-site .vegetarian-grid article { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(24, 23, 20, .4); }
  .bf-site .vegetarian-grid article:last-child { border-bottom: 0; }
  .bf-site .feature-media figcaption { align-items: flex-start; flex-direction: column; }
  .bf-site .feature-media span { text-align: left; }
  .bf-site .statement-band { padding: 76px 0; }
  .bf-site .statement-band h2 { font-size: clamp(2.7rem, 14vw, 5rem); }
  .bf-site .specials-archive { padding: 68px 0; }
  .bf-site .specials-heading { margin-bottom: 28px; }
  .bf-site .special-slide { grid-template-columns: 1fr; }
  .bf-site .special-media { min-height: 0; }
  .bf-site .special-media img { height: auto; aspect-ratio: 4 / 5; }
  .bf-site .special-copy { min-height: 290px; padding: 28px 22px 32px; justify-content: flex-start; }
  .bf-site .special-kicker { margin-bottom: 12px; font-size: .65rem; }
  .bf-site .special-copy h3 { font-size: clamp(2.15rem, 12vw, 3.5rem); }
  .bf-site .special-copy > p:last-child { margin-top: 20px; font-size: .95rem; }
  .bf-site .special-controls { grid-template-columns: 44px 1fr 44px; gap: 10px; margin-top: 14px; }
  .bf-site .special-arrow { width: 44px; height: 44px; }
  .bf-site .special-indicator { gap: 10px; }
  .bf-site .special-dots { gap: 5px; }
  .bf-site .special-dot { width: 9px; height: 9px; border-width: 1px; }
  .bf-site .territory { padding: 68px 0; }
  .bf-site .territory-grid { align-items: start; }
  .bf-site .retorto { padding: 68px 0 58px; }
  .bf-site .retorto-intro { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .bf-site .retorto-intro .text-link { grid-column: auto; }
  .bf-site .beer-grid { width: 100%; display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(178px, 72vw); gap: 12px; margin-top: 34px; padding-inline: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; }
  .bf-site .beer-card { grid-template-rows: 270px auto; }
  .bf-site .collab-note { grid-template-columns: 42px 1fr; align-items: start; gap: 14px; }
  .bf-site .collab-note img { width: 34px; height: 51px; }
  .bf-site .collab-note .text-link { grid-column: 2; }
  .bf-site .map { min-height: 340px; }
  .bf-site .footer-grid { grid-template-columns: 1fr; }
  .bf-site .footer-grid div { flex-wrap: wrap; }
  .bf-site .footer-grid small { grid-column: auto; }
  .bf-site .page-head { padding: 64px 0; }
  .bf-site .page-head h1 { font-size: clamp(3.1rem, 16vw, 5.6rem); }
  .bf-site .menu-list article { grid-template-columns: 1fr; }
  .bf-site .menu-list img { aspect-ratio: 4 / 3; }
  .bf-site .menu-columns li { grid-template-columns: 1fr; gap: 5px; }
  .bf-site .menu-columns .priced-list li { grid-template-columns: 1fr auto; }
  .bf-site .menu-columns .priced-list li span { grid-column: 1 / -1; }
  .bf-site .order-actions { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .bf-site { scroll-behavior: auto; }
  .bf-site *, .bf-site *::before, .bf-site *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .bf-site .brand-intro { display: none !important; }
}
