:root {
  --bg: #0a0c0a;
  --bg-soft: #111410;
  --panel: #151914;
  --panel-2: #1a1f18;
  --cream: #f3ecd9;
  --cream-dim: #c9c2b0;
  --muted: #8f9489;
  --line: rgba(243,236,217,.13);
  --line-strong: rgba(243,236,217,.24);
  --green: #a8d54a;
  --green-deep: #668d20;
  --green-dark: #243315;
  --max: 1440px;
  --pad: clamp(22px, 4vw, 64px);
  --header-h: 86px;
  --radius: 26px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--cream); font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--green); color: #0a0c0a; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: var(--cream); color: #111; padding: 12px 16px; border-radius: 999px; }
.skip-link:focus { top: 16px; }
.noise { position: fixed; inset: 0; z-index: 999; pointer-events: none; opacity: .055; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; width: 420px; height: 420px; border-radius: 50%; z-index: 0; pointer-events: none; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(168,213,74,.08), rgba(168,213,74,0) 68%); filter: blur(10px); }
.shell { width: min(var(--max), calc(100% - var(--pad) * 2)); margin-inline: auto; }
.section { padding-block: clamp(96px, 11vw, 170px); }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; height: var(--header-h); padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease, height .35s ease; }
.site-header.scrolled { height: 74px; background: rgba(10,12,10,.82); backdrop-filter: blur(18px); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--green); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; gap: 5px; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-size: 17px; letter-spacing: -.02em; }
.brand-copy small { font-size: 8px; letter-spacing: .16em; color: rgba(243,236,217,.62); }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 2.5vw, 38px); }
.main-nav a { position: relative; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; color: rgba(243,236,217,.78); transition: color .2s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--green); transition: right .3s var(--ease); }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--cream); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.main-nav .nav-cta { padding: 12px 18px; border: 1px solid rgba(168,213,74,.5); border-radius: 999px; color: var(--green); }
.main-nav .nav-cta::after { display: none; }
.menu-toggle { display: none; }
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: #080a08; }
.hero-media, .hero-overlay, .hero-grain { position: absolute; inset: 0; }
.hero-media { transform: scale(1.04); will-change: transform; }
.hero-media img { height: 112%; object-fit: cover; object-position: center 56%; filter: saturate(.82) contrast(1.05) brightness(.72); }
.hero-overlay { background: linear-gradient(90deg, rgba(5,7,5,.9) 0%, rgba(5,7,5,.62) 44%, rgba(5,7,5,.25) 72%, rgba(5,7,5,.42) 100%), linear-gradient(180deg, rgba(5,7,5,.4) 0%, transparent 32%, rgba(5,7,5,.8) 100%); }
.hero-grain { opacity: .14; background-image: radial-gradient(rgba(255,255,255,.6) .45px, transparent .45px); background-size: 4px 4px; mix-blend-mode: soft-light; }
.hero-content { position: relative; z-index: 2; min-height: calc(100svh - 72px); padding-top: calc(var(--header-h) + 60px); padding-bottom: 112px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(240px, .45fr); gap: clamp(32px, 6vw, 100px); align-items: end; }
.hero-copy { max-width: 920px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--green); }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; display: inline-block; }
.hero-eyebrow { margin-bottom: 26px; animation: fadeUp .8s .15s both var(--ease); }
.hero h1 { margin: 0; font-family: "Manrope", sans-serif; font-weight: 800; font-size: clamp(86px, 13.2vw, 210px); line-height: .74; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 span { display: block; animation: heroWord .95s both var(--ease); }
.hero h1 span:nth-child(1) { animation-delay: .12s; }
.hero h1 span:nth-child(2) { animation-delay: .22s; }
.hero h1 .outline { color: transparent; -webkit-text-stroke: 1.5px rgba(243,236,217,.72); text-stroke: 1.5px rgba(243,236,217,.72); }
.hero-tagline { margin: 26px 0 0; font-family: "Manrope", sans-serif; font-size: clamp(25px, 3vw, 48px); line-height: 1; font-weight: 600; letter-spacing: -.04em; animation: fadeUp .8s .35s both var(--ease); }
.hero-lead { width: min(100%, 550px); margin: 18px 0 0; font-size: clamp(15px, 1.4vw, 19px); line-height: 1.55; color: rgba(243,236,217,.72); animation: fadeUp .8s .45s both var(--ease); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; animation: fadeUp .8s .55s both var(--ease); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 52px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: transform .25s var(--ease), background .25s ease, color .25s ease, border-color .25s ease; }
.button-primary { background: var(--green); color: #10150a; }
.button-primary:hover, .button-primary:focus-visible { background: #c1ed61; transform: translateY(-2px); }
.button-glass { background: rgba(10,12,10,.28); border-color: rgba(243,236,217,.28); backdrop-filter: blur(8px); }
.button-glass:hover, .button-glass:focus-visible { background: rgba(243,236,217,.1); border-color: rgba(243,236,217,.55); }
.button-outline { border-color: var(--line-strong); background: transparent; }
.button-outline:hover, .button-outline:focus-visible { border-color: var(--green); color: var(--green); transform: translateY(-2px); }
.hero-side { align-self: end; border-left: 1px solid rgba(243,236,217,.22); animation: fadeUp .8s .65s both var(--ease); }
.hero-side-item { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 18px 0 18px 22px; border-bottom: 1px solid rgba(243,236,217,.14); }
.hero-side-item span { color: var(--green); font: 600 10px/1 "Manrope", sans-serif; }
.hero-side-item p { margin: 0; color: rgba(243,236,217,.68); font-size: 12px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.hero-side-item strong { color: var(--cream); font-size: 13px; }
.hero-bottom { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.hero-bottom > p { margin: 0; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: rgba(243,236,217,.46); }
.scroll-indicator { display: flex; align-items: center; gap: 12px; font-size: 9px; letter-spacing: .15em; color: rgba(243,236,217,.6); }
.scroll-indicator i { position: relative; width: 46px; height: 1px; background: rgba(243,236,217,.3); overflow: hidden; }
.scroll-indicator i::after { content: ""; position: absolute; inset: 0; background: var(--green); transform: translateX(-100%); animation: scrollLine 1.9s infinite ease-in-out; }
.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--green); color: #10140b; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 24px; padding: 14px 0; animation: ticker 24s linear infinite; }
.ticker-track span { font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.ticker-track i { font-style: normal; font-size: 10px; }
.section-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: clamp(42px, 6vw, 86px); }
.section-kicker span { display: inline-grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--line-strong); border-radius: 50%; font: 700 10px/1 "Manrope", sans-serif; color: var(--green); }
.section-kicker p { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .18em; color: var(--muted); }
.story { position: relative; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .65fr); gap: clamp(46px, 8vw, 130px); position: relative; }
.story-title h2, .experience-copy h2, .selection-heading h2, .format-card h2, .social-copy h2, .gallery-head h2, .reviews-copy h2, .visit-heading h2 { margin: 20px 0 0; font-family: "Manrope", sans-serif; font-size: clamp(52px, 7.8vw, 122px); line-height: .84; letter-spacing: -.065em; font-weight: 700; text-transform: uppercase; }
.story-title h2 em, .experience-copy h2 em, .selection-heading h2 em, .format-card h2 em, .social-copy h2 em, .gallery-head h2 em, .reviews-copy h2 em, .visit-heading h2 em { color: var(--green); font-style: normal; }
.story-copy { padding-top: clamp(54px, 8vw, 110px); max-width: 500px; }
.story-copy p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.story-copy .story-lead { color: var(--cream); font-size: clamp(22px, 2.2vw, 34px); line-height: 1.3; letter-spacing: -.025em; }
.arrow-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 18px; padding-bottom: 8px; border-bottom: 1px solid var(--line-strong); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .2s ease, border-color .2s ease, gap .2s ease; }
.arrow-link:hover, .arrow-link:focus-visible { color: var(--green); border-color: var(--green); gap: 24px; }
.story-badge { position: absolute; right: 1%; bottom: -40px; width: 138px; aspect-ratio: 1; border: 1px solid var(--line-strong); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(8deg); }
.story-badge span, .story-badge small { font-size: 8px; letter-spacing: .18em; color: var(--muted); }
.story-badge strong { font: 700 42px/.95 "Manrope", sans-serif; color: var(--green); }
.experience { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); min-height: 780px; background: var(--cream); color: #10130e; }
.experience-media { position: relative; overflow: hidden; min-height: 720px; }
.experience-media img { height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.06); transition: transform 1.2s var(--ease); }
.experience-media:hover img { transform: scale(1.035); }
.stock-tag { position: absolute; left: 18px; bottom: 18px; padding: 8px 10px; background: rgba(10,12,10,.72); backdrop-filter: blur(8px); font-size: 8px; letter-spacing: .16em; color: rgba(243,236,217,.76); }
.experience-panel { padding: clamp(60px, 7vw, 110px) clamp(28px, 6vw, 88px); display: flex; flex-direction: column; justify-content: space-between; }
.experience-panel .section-kicker { margin-bottom: 50px; }
.experience-panel .section-kicker span { border-color: rgba(16,19,14,.25); color: var(--green-deep); }
.experience-panel .section-kicker p { color: rgba(16,19,14,.54); }
.experience-panel .eyebrow { color: var(--green-deep); }
.experience-copy h2 { font-size: clamp(52px, 6.2vw, 96px); }
.experience-copy h2 em { color: var(--green-deep); }
.experience-copy > p { max-width: 560px; margin: 28px 0 0; color: rgba(16,19,14,.64); font-size: 17px; line-height: 1.65; }
.experience-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 64px; border-top: 1px solid rgba(16,19,14,.2); padding-top: 22px; }
.experience-stats div { display: flex; gap: 12px; align-items: flex-start; }
.experience-stats strong { font: 700 clamp(28px, 3vw, 48px)/1 "Manrope", sans-serif; color: var(--green-deep); }
.experience-stats span { font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .11em; color: rgba(16,19,14,.58); }
.selection { background: var(--bg); }
.selection-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .38fr); gap: 50px; align-items: end; margin-bottom: 48px; }
.selection-heading h2 { font-size: clamp(58px, 8.2vw, 132px); }
.selection-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 34px; }
.filter { border: 1px solid var(--line); background: transparent; color: var(--cream-dim); border-radius: 999px; min-height: 44px; padding: 0 17px; cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: .25s ease; }
.filter span { color: var(--muted); margin-left: 7px; }
.filter:hover, .filter:focus-visible { border-color: rgba(168,213,74,.55); color: var(--green); }
.filter.active { background: var(--green); border-color: var(--green); color: #10150a; }
.filter.active span { color: rgba(16,21,10,.55); }
.beer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.beer-card { min-height: 360px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.018), transparent 62%); transition: transform .35s var(--ease), background .35s ease, opacity .3s ease; outline: none; }
.beer-card:hover, .beer-card:focus-visible { transform: translateY(-6px); background: linear-gradient(145deg, rgba(168,213,74,.12), rgba(255,255,255,.02)); }
.beer-card.hidden { display: none; }
.beer-card-top, .beer-card-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 9px; letter-spacing: .14em; color: var(--muted); }
.beer-card-top span:last-child { color: var(--green); }
.beer-card-body p { margin: 0 0 12px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.beer-card-body h3 { margin: 0; font: 700 clamp(28px, 2.7vw, 44px)/.96 "Manrope", sans-serif; letter-spacing: -.05em; }
.beer-card-bottom { border-top: 1px solid var(--line); padding-top: 16px; }
.beer-card-bottom strong { color: var(--cream); font-size: 14px; }
.selection-note { display: flex; gap: 15px; align-items: center; margin-top: 28px; color: var(--muted); }
.selection-note > span { color: var(--green); }
.selection-note p { margin: 0; font-size: 13px; }
.selection-note strong { color: var(--cream); }
.photo-break { position: relative; height: min(84vh, 900px); min-height: 620px; overflow: hidden; }
.photo-break-media, .photo-break-overlay { position: absolute; inset: 0; }
.photo-break-media { will-change: transform; }
.photo-break-media img { height: 115%; object-fit: cover; object-position: center 55%; filter: saturate(.8) brightness(.68); }
.photo-break-overlay { background: linear-gradient(90deg, rgba(7,9,7,.78), rgba(7,9,7,.22) 68%, rgba(7,9,7,.35)), linear-gradient(180deg, transparent 45%, rgba(7,9,7,.58)); }
.photo-break-copy { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.photo-break-copy p { margin: 0 0 15px; font-size: 10px; letter-spacing: .2em; color: var(--green); font-weight: 700; }
.photo-break-copy h2 { margin: 0; font: 700 clamp(64px, 10vw, 164px)/.78 "Manrope", sans-serif; letter-spacing: -.075em; }
.photo-break-copy h2 em { color: transparent; -webkit-text-stroke: 1.3px rgba(243,236,217,.78); font-style: normal; }
.stock-tag-light { z-index: 2; left: auto; right: var(--pad); }
.formats-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); }
.format-card { min-height: 620px; padding: clamp(28px, 4vw, 58px); display: flex; flex-direction: column; justify-content: space-between; position: relative; background: var(--panel); overflow: hidden; }
.format-card + .format-card { border-left: 1px solid var(--line); }
.format-card-green { background: var(--green); color: #0e1309; }
.format-card::before { content: ""; position: absolute; right: -18%; top: -14%; width: 65%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.format-card-green::before { border-color: rgba(14,19,9,.13); }
.format-index { font: 700 10px/1 "Manrope", sans-serif; letter-spacing: .12em; color: var(--muted); }
.format-card-green .format-index { color: rgba(14,19,9,.45); }
.format-card .eyebrow { margin-bottom: 18px; }
.format-card-green .eyebrow, .format-card-green h2 em { color: var(--green-dark); }
.format-card h2 { font-size: clamp(46px, 5.1vw, 80px); }
.format-card > p { max-width: 470px; margin: 0; color: var(--muted); line-height: 1.7; font-size: 15px; }
.format-card-green > p { color: rgba(14,19,9,.66); }
.format-arrow { position: absolute; right: 34px; top: 32px; font-size: 24px; color: var(--green); }
.format-card-green .format-arrow { color: #18210d; }
.social-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(42px, 8vw, 120px); align-items: center; }
.social-copy .section-kicker { margin-bottom: 70px; }
.social-copy h2 { font-size: clamp(60px, 7.2vw, 112px); }
.social-copy > p { max-width: 520px; color: var(--muted); line-height: 1.75; margin: 30px 0; }
.social-media { position: relative; min-height: 760px; overflow: hidden; border-radius: var(--radius); }
.social-media img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; filter: saturate(.8) contrast(1.03); transition: transform 1.1s var(--ease); }
.social-media:hover img { transform: scale(1.035); }
.gallery { padding-top: 40px; }
.gallery-head { display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; margin-bottom: 44px; }
.gallery-head .section-kicker { margin-bottom: 26px; }
.gallery-head h2 { font-size: clamp(58px, 8vw, 128px); }
.gallery-head > p { max-width: 430px; margin: 0 0 8px; color: var(--muted); line-height: 1.65; font-size: 13px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 110px; gap: 12px; }
.gallery-item { margin: 0; position: relative; overflow: hidden; background: var(--panel); }
.gallery-item:nth-child(1) { grid-column: 1 / span 4; grid-row: span 6; }
.gallery-item:nth-child(2) { grid-column: 5 / span 8; grid-row: span 3; }
.gallery-item:nth-child(3) { grid-column: 5 / span 4; grid-row: span 3; }
.gallery-item:nth-child(4) { grid-column: 9 / span 4; grid-row: span 3; }
.gallery-item:nth-child(5) { grid-column: 1 / span 8; grid-row: span 3; }
.gallery-item:nth-child(6) { grid-column: 9 / span 4; grid-row: span 5; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) brightness(.82); transition: transform 1s var(--ease), filter .45s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5,7,5,.62)); pointer-events: none; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(.92) brightness(.9); }
.gallery-item figcaption { position: absolute; left: 16px; bottom: 14px; z-index: 2; font-size: 8px; letter-spacing: .15em; color: rgba(243,236,217,.72); }
.reviews { border-top: 1px solid var(--line); }
.reviews-grid { display: grid; grid-template-columns: minmax(320px, .65fr) minmax(0, 1.35fr); gap: clamp(50px, 10vw, 160px); align-items: end; }
.reviews-score { min-height: 430px; border: 1px solid var(--line); border-radius: 50%; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; width: min(100%, 430px); }
.reviews-score .stars { color: var(--green); font-size: 14px; letter-spacing: .16em; }
.reviews-score strong { display: block; margin: 10px 0 2px; font: 700 clamp(86px, 10vw, 148px)/.8 "Manrope", sans-serif; letter-spacing: -.08em; }
.reviews-score p { margin: 10px 0 0; font-size: 10px; font-weight: 700; letter-spacing: .18em; color: var(--muted); }
.reviews-copy h2 { font-size: clamp(52px, 6.8vw, 104px); }
.reviews-copy > p { max-width: 600px; margin: 28px 0 0; color: var(--muted); line-height: 1.65; font-size: 13px; }
.visit { background: var(--cream); color: #10130e; }
.visit .section-kicker span { border-color: rgba(16,19,14,.2); color: var(--green-deep); }
.visit .section-kicker p { color: rgba(16,19,14,.5); }
.visit .eyebrow { color: var(--green-deep); }
.visit-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 54px; }
.visit-heading h2 { font-size: clamp(58px, 8vw, 122px); }
.visit-heading h2 em { color: var(--green-deep); }
.visit-heading > p { margin: 0 0 8px; font: 600 clamp(20px, 2.2vw, 32px)/1.35 "Manrope", sans-serif; text-align: right; }
.visit-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr); min-height: 610px; border: 1px solid rgba(16,19,14,.15); }
.map-card { position: relative; overflow: hidden; background: #d7d5cc; min-height: 520px; }
.map-card iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.9) brightness(.92); }
.map-card::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(16,19,14,.08); pointer-events: none; }
.map-label { position: absolute; left: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 3px; padding: 13px 15px; background: rgba(10,12,10,.88); color: var(--cream); backdrop-filter: blur(8px); }
.map-label span { color: var(--green); font-size: 8px; letter-spacing: .15em; }
.map-label strong { font-size: 11px; letter-spacing: .1em; }
.contact-card { padding: clamp(28px, 4vw, 54px); display: flex; flex-direction: column; justify-content: space-between; }
.hours-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 24px; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.status-pill { padding: 8px 10px; border-radius: 999px; border: 1px solid rgba(16,19,14,.14); font-size: 8px; letter-spacing: .1em; }
.hours-row { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(16,19,14,.12); padding: 13px 0; font-size: 12px; }
.hours-row.muted { color: rgba(16,19,14,.42); }
.contact-links { margin-top: 28px; border-top: 1px solid rgba(16,19,14,.18); }
.contact-links a { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgba(16,19,14,.12); font-size: 11px; }
.contact-links a span { color: rgba(16,19,14,.5); text-transform: uppercase; letter-spacing: .1em; }
.contact-links a strong { text-align: right; font-weight: 600; }
.contact-links a:hover strong, .contact-links a:focus-visible strong { color: var(--green-deep); }
.visit-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.visit .button-outline { border-color: rgba(16,19,14,.22); }
.visit .button-outline:hover, .visit .button-outline:focus-visible { border-color: var(--green-deep); color: var(--green-deep); }
.closing-cta { position: relative; min-height: 630px; overflow: hidden; border-bottom: 1px solid var(--line); display: flex; align-items: center; }
.closing-bg { position: absolute; left: 50%; top: 48%; transform: translate(-50%,-50%); font: 800 clamp(220px, 40vw, 650px)/.7 "Manrope", sans-serif; letter-spacing: -.11em; color: rgba(243,236,217,.018); white-space: nowrap; user-select: none; }
.closing-copy { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.closing-copy > span { grid-column: 1 / -1; margin-bottom: 20px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.closing-copy h2 { margin: 0; font: 700 clamp(90px, 15vw, 220px)/.72 "Manrope", sans-serif; letter-spacing: -.085em; }
.closing-copy h2 em { font-style: normal; color: transparent; -webkit-text-stroke: 1.5px rgba(243,236,217,.72); }
.circle-link { width: 116px; aspect-ratio: 1; border: 1px solid var(--line-strong); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; font-size: 9px; letter-spacing: .15em; transition: background .3s ease, color .3s ease, transform .3s var(--ease); }
.circle-link strong { color: var(--green); font-size: 22px; }
.circle-link:hover, .circle-link:focus-visible { background: var(--green); color: #10150a; transform: scale(1.04); }
.circle-link:hover strong, .circle-link:focus-visible strong { color: #10150a; }
.site-footer { padding: 58px 0 96px; background: #080a08; }
.footer-main { display: grid; grid-template-columns: 1.2fr .6fr .6fr; gap: 50px; align-items: start; }
.footer-brand .brand-mark { width: 48px; height: 48px; }
.footer-brand .brand-copy strong { font-size: 24px; }
.footer-address, .footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.footer-address > span, .footer-links > span { margin-bottom: 7px; font-size: 8px; font-weight: 700; letter-spacing: .16em; color: var(--green); }
.footer-address p { margin: 0; line-height: 1.55; color: var(--muted); }
.footer-links a { color: var(--cream-dim); }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.mobile-bar { display: none; }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.image-reveal { clip-path: inset(0 0 100% 0); transition: clip-path 1.05s var(--ease), opacity .5s ease, transform .85s var(--ease); }
.image-reveal.visible { clip-path: inset(0 0 0 0); }
@keyframes heroWord { from { opacity: 0; transform: translateY(90%); } to { opacity: 1; transform: none; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes scrollLine { 0% { transform: translateX(-100%); } 50%,100% { transform: translateX(110%); } }
@media (max-width: 1180px) {
  .main-nav { gap: 20px; }
  .main-nav a { font-size: 10px; }
  .beer-grid { grid-template-columns: repeat(2, 1fr); }
  .experience { grid-template-columns: 1fr 1fr; }
  .experience-stats { grid-template-columns: 1fr; gap: 16px; }
  .experience-stats div { border-bottom: 1px solid rgba(16,19,14,.12); padding-bottom: 12px; }
  .social-media { min-height: 620px; }
  .visit-layout { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  :root { --header-h: 76px; }
  .site-header { padding-inline: 20px; }
  .site-header.scrolled { height: 68px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; width: 44px; height: 44px; padding: 0 10px; border: 1px solid rgba(243,236,217,.2); border-radius: 50%; background: rgba(10,12,10,.34); z-index: 1002; }
  .menu-toggle span { width: 100%; height: 1px; background: var(--cream); transition: transform .3s var(--ease); }
  .menu-toggle.open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 1001; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 18px; padding: 100px 28px 80px; background: rgba(8,10,8,.97); backdrop-filter: blur(20px); transform: translateY(-100%); opacity: 0; visibility: hidden; transition: transform .45s var(--ease), opacity .35s ease, visibility .35s ease; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { font: 700 clamp(36px, 9vw, 60px)/1 "Manrope", sans-serif; letter-spacing: -.05em; text-transform: none; color: var(--cream); }
  .main-nav a::after { bottom: -2px; }
  .main-nav .nav-cta { margin-top: 12px; font-size: 15px; letter-spacing: .08em; padding: 14px 22px; }
  .hero-content { grid-template-columns: 1fr; padding-bottom: 130px; }
  .hero-side { display: none; }
  .hero h1 { font-size: clamp(78px, 22vw, 142px); line-height: .76; }
  .hero-overlay { background: linear-gradient(180deg, rgba(5,7,5,.42), rgba(5,7,5,.28) 30%, rgba(5,7,5,.92) 88%); }
  .hero-media img { object-position: 58% center; }
  .hero-bottom > p { display: none; }
  .hero-bottom { justify-content: flex-end; }
  .story-grid, .selection-heading, .social-section, .reviews-grid { grid-template-columns: 1fr; }
  .story-copy { padding-top: 0; }
  .story-badge { display: none; }
  .experience { grid-template-columns: 1fr; }
  .experience-media { min-height: 66vw; max-height: 690px; }
  .experience-panel { min-height: 670px; }
  .experience-stats { grid-template-columns: repeat(3, 1fr); }
  .experience-stats div { border-bottom: 0; padding-bottom: 0; }
  .formats-grid { grid-template-columns: 1fr; }
  .format-card + .format-card { border-left: 0; border-top: 1px solid var(--line); }
  .social-media { order: -1; min-height: 68vw; max-height: 740px; }
  .social-copy .section-kicker { margin-bottom: 44px; }
  .gallery-head { align-items: flex-start; flex-direction: column; }
  .gallery-grid { grid-auto-rows: 90px; }
  .reviews-score { width: min(82vw, 420px); }
  .visit-heading { align-items: flex-start; flex-direction: column; }
  .visit-heading > p { text-align: left; }
  .visit-layout { grid-template-columns: 1fr; }
  .map-card { min-height: 520px; }
  .closing-copy { grid-template-columns: 1fr; gap: 34px; }
  .circle-link { width: 100px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  :root { --pad: 18px; --radius: 18px; }
  body { padding-bottom: 62px; }
  .section { padding-block: 84px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .site-header { height: 70px; }
  .hero { min-height: 100svh; }
  .hero-content { min-height: 100svh; padding-top: 112px; padding-bottom: 116px; align-items: end; }
  .hero h1 { font-size: clamp(72px, 24vw, 112px); }
  .hero-tagline { font-size: clamp(23px, 8vw, 34px); margin-top: 20px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { width: 100%; }
  .hero-bottom { bottom: 77px; }
  .scroll-indicator { display: none; }
  .ticker-track { padding-block: 12px; }
  .section-kicker { margin-bottom: 44px; }
  .story-title h2, .experience-copy h2, .selection-heading h2, .format-card h2, .social-copy h2, .gallery-head h2, .reviews-copy h2, .visit-heading h2 { font-size: clamp(45px, 14vw, 72px); }
  .story-copy .story-lead { font-size: 21px; }
  .experience-media { min-height: 78vw; }
  .experience-panel { padding: 58px 20px; min-height: 690px; }
  .experience-stats { grid-template-columns: 1fr; gap: 14px; }
  .experience-stats div { border-bottom: 1px solid rgba(16,19,14,.12); padding-bottom: 12px; }
  .selection-heading { gap: 24px; }
  .filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter { flex: 0 0 auto; }
  .beer-grid { grid-template-columns: 1fr; border-left: 0; }
  .beer-card { min-height: 280px; border-left: 1px solid var(--line); }
  .beer-card:hover, .beer-card:focus-visible { transform: none; }
  .photo-break { min-height: 560px; height: 78vh; }
  .photo-break-media img { object-position: 58% center; }
  .photo-break-copy h2 { font-size: clamp(56px, 17vw, 92px); }
  .stock-tag-light { right: 18px; bottom: 18px; }
  .format-card { min-height: 500px; padding: 28px 22px; }
  .social-media { min-height: 105vw; }
  .gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: auto; gap: 8px; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; aspect-ratio: 1 / 1.2; }
  .gallery-item:nth-child(2), .gallery-item:nth-child(5) { grid-column: 1 / -1; aspect-ratio: 1.55 / 1; }
  .reviews-score { min-height: 0; width: 100%; max-width: 360px; justify-self: center; }
  .reviews-score strong { font-size: 98px; }
  .visit-layout { min-height: 0; }
  .map-card { min-height: 420px; }
  .contact-card { padding: 28px 18px; }
  .contact-links a { flex-direction: column; gap: 6px; }
  .contact-links a strong { text-align: left; overflow-wrap: anywhere; }
  .visit-actions .button { width: 100%; }
  .closing-cta { min-height: 500px; }
  .closing-copy h2 { font-size: clamp(82px, 25vw, 126px); }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-bar { position: fixed; z-index: 1200; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; height: 62px; background: #090b09; border-top: 1px solid var(--line); }
  .mobile-bar a { display: grid; place-items: center; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
  .mobile-bar a:last-child { background: var(--green); color: #10150a; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .hero-media, .photo-break-media { transform: none !important; }
  .reveal, .image-reveal { opacity: 1 !important; transform: none !important; clip-path: none !important; }
}
