:root {
  --ink: #0b0a08;
  --ink-soft: #17130e;
  --paper: #f6f0e4;
  --paper-deep: #e8ddca;
  --muted: #bdb3a2;
  --gold: #c8a568;
  --gold-bright: #e1c58f;
  --line: rgba(200, 165, 104, 0.28);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::selection { color: var(--ink); background: var(--gold); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 16px; color: var(--ink); background: var(--gold-bright); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.16); }
.header-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font: 600 17px/1 var(--serif); letter-spacing: .08em; }
.brand small { margin-top: 6px; color: var(--gold-bright); font-size: 9px; letter-spacing: .35em; }
.nav { display: flex; align-items: center; gap: 36px; }
.nav a { color: rgba(255,255,255,.78); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: color .25s ease; }
.nav a:hover { color: #fff; }
.nav .nav-cta { padding: 12px 22px; color: var(--ink); background: var(--gold-bright); border-radius: 99px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 0; color: #fff; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .25s ease; }

.hero { min-height: 780px; height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -3; object-fit: cover; object-position: 56% center; animation: hero-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(7,6,4,.94) 0%, rgba(7,6,4,.72) 38%, rgba(7,6,4,.14) 72%), linear-gradient(0deg, rgba(7,6,4,.6), transparent 45%); }
.hero-content { padding-top: 100px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--gold-bright); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; max-width: 780px; font: 400 clamp(64px, 8.5vw, 126px)/.84 var(--serif); letter-spacing: -.055em; }
.hero h1 em { color: var(--gold-bright); font-weight: 400; }
.hero-copy { max-width: 540px; margin: 34px 0; color: rgba(255,255,255,.72); font-size: clamp(16px, 1.5vw, 19px); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 28px; border: 1px solid transparent; border-radius: 99px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--gold-bright); }
.button-primary:hover { background: #f2d8a1; }
.text-link { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.36); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; }
.text-link span { margin-left: 8px; color: var(--gold-bright); }
.hero-note { position: absolute; right: 28px; bottom: 32px; margin: 0; color: rgba(255,255,255,.42); font: italic 14px var(--serif); writing-mode: vertical-rl; letter-spacing: .18em; }

.section { padding-block: clamp(90px, 10vw, 150px); }
.intro { background: var(--paper); color: var(--ink); }
.intro-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.section-kicker { padding-top: 12px; color: #82745f; font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.section-kicker::before { content: ''; display: inline-block; width: 28px; height: 1px; margin: 0 12px 3px 0; background: var(--gold); }
.intro-copy .lead { max-width: 760px; margin: 0; font: 400 clamp(38px, 5vw, 66px)/1.06 var(--serif); letter-spacing: -.035em; }
.intro-copy > p:last-child { max-width: 580px; margin: 40px 0 0 auto; color: #5d5548; font-size: 17px; }

.selection { color: var(--paper); background: var(--ink-soft); }
.section-heading { margin-bottom: 58px; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.eyebrow-dark { margin-bottom: 16px; }
.section-heading h2 { margin: 0; font: 400 clamp(44px, 5.5vw, 76px)/1 var(--serif); letter-spacing: -.04em; }
.section-heading > p { max-width: 380px; margin: 0 0 8px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 390px 280px; gap: 22px; }
.product-card { position: relative; min-height: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; }
.product-card-tall { grid-row: 1 / 3; }
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.product-card-tall img { object-position: center 44%; }
.product-card:hover img { transform: scale(1.035); }
.product-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,3,2,.92), transparent 62%); }
.product-overlay { position: absolute; z-index: 2; inset: auto 34px 30px; }
.product-overlay span { color: var(--gold-bright); font: 12px var(--serif); }
.product-overlay h3 { margin: 7px 0 4px; font: 400 clamp(34px, 4vw, 52px)/1 var(--serif); }
.product-overlay p { margin: 0; color: rgba(255,255,255,.64); }
.statement-card { position: relative; padding: 40px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: var(--ink); background: var(--gold); border-radius: 24px; }
.statement-mark { position: absolute; right: -8px; bottom: -76px; color: rgba(255,255,255,.18); font: 220px/.8 var(--serif); }
.statement-card p { position: relative; max-width: 390px; margin: 0; font: 400 clamp(30px, 3.4vw, 46px)/1.05 var(--serif); letter-spacing: -.03em; }
.statement-card a { position: relative; width: fit-content; padding-bottom: 4px; border-bottom: 1px solid rgba(11,10,8,.35); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }

.audiences { background: var(--ink); }
.audiences .section-heading h2 { max-width: 760px; }
.audiences .section-heading > p { color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-card { min-height: 290px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.025); }
.audience-card > span { color: var(--gold-bright); font: 12px var(--serif); }
.audience-card h3 { margin: auto 0 14px; font: 400 clamp(28px, 3vw, 40px)/1 var(--serif); letter-spacing: -.025em; }
.audience-card p { margin: 0; color: var(--muted); font-size: 15px; }

.gallery { color: var(--ink); background: var(--paper); }
.gallery-heading > p { color: #5d5548; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 270px; gap: 18px; }
.gallery-item { position: relative; grid-column: span 4; margin: 0; overflow: hidden; border-radius: 22px; background: var(--paper-deep); }
.gallery-feature { grid-column: span 5; grid-row: span 2; }
.gallery-wide { grid-column: span 7; }
.gallery-item:nth-child(2), .gallery-item:nth-child(3) { grid-column: span 7; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gallery-feature img { object-position: center 38%; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(6,5,4,.82)); pointer-events: none; }
.gallery-item figcaption { position: absolute; z-index: 1; left: 24px; bottom: 19px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.beer-animation { overflow: hidden; background: var(--ink); }
.beer-animation-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.beer-copy h2 { max-width: 600px; margin: 0; font: 400 clamp(48px, 6vw, 82px)/.98 var(--serif); letter-spacing: -.045em; }
.beer-copy > p:not(.eyebrow) { max-width: 390px; margin: 28px 0 0; color: var(--muted); font-size: 17px; }
.pour-scene { position: relative; height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 50% 72%, rgba(201,165,104,.2), transparent 38%), linear-gradient(145deg, #17120c, #080705 70%); }
.pour-scene::before { content: ''; position: absolute; inset: auto 8% 9%; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.bottle { position: absolute; z-index: 2; top: 28px; left: 25%; width: 110px; height: 205px; transform: rotate(37deg); transform-origin: 60% 80%; animation: bottle-pour 5s ease-in-out infinite; }
.bottle-neck { position: absolute; left: 38px; top: 0; width: 34px; height: 73px; border: 2px solid #4b7a39; border-bottom: 0; border-radius: 14px 14px 5px 5px; background: linear-gradient(90deg, #173522, #6b9b43 48%, #1a3822); }
.bottle-neck::before { content: ''; position: absolute; top: -9px; left: -2px; width: 34px; height: 12px; border-radius: 5px; background: #bfc1a1; }
.bottle-body { position: absolute; inset: 53px 7px 0; border: 2px solid #406f35; border-radius: 28px 28px 20px 20px; background: linear-gradient(90deg, #132d1c, #5d9238 45%, #172d1a); box-shadow: inset 13px 0 12px rgba(255,255,255,.13); }
.pour-stream { position: absolute; z-index: 1; top: 193px; left: 41%; width: 8px; height: 230px; border-radius: 99px; background: linear-gradient(#f6d77e, #ad7029); transform-origin: top; animation: stream-pour 5s ease-in-out infinite; }
.glass { position: absolute; z-index: 3; right: 19%; bottom: 41px; width: 180px; height: 255px; overflow: hidden; border: 3px solid rgba(230,236,221,.72); border-top: 8px solid rgba(230,236,221,.9); border-radius: 8px 8px 30px 30px; transform: perspective(500px) rotateX(-2deg); background: linear-gradient(90deg, rgba(255,255,255,.12), transparent 23%, rgba(255,255,255,.1) 78%, transparent); box-shadow: 0 25px 28px rgba(0,0,0,.35), inset 12px 0 15px rgba(255,255,255,.07); }
.beer-liquid { position: absolute; inset: auto 0 0; height: 58%; background: linear-gradient(90deg, #8b4d18, #e5a634 48%, #a95d1c); animation: fill-beer 5s ease-in-out infinite; }
.foam { position: absolute; z-index: 2; inset: auto 0 54%; height: 54px; animation: foam-rise 5s ease-in-out infinite; }
.foam::before { content: ''; position: absolute; inset: 14px 0 0; border-radius: 50%; background: #fff1cc; box-shadow: 0 -8px 0 #ffe8ad; }
.foam i { position: absolute; bottom: 30px; width: 22px; height: 22px; border-radius: 50%; background: #fff4d7; animation: bubble 2s ease-in-out infinite; }
.foam i:nth-child(1) { left: 22%; animation-delay: .3s; }.foam i:nth-child(2) { left: 44%; width: 14px; height: 14px; animation-delay: .7s; }.foam i:nth-child(3) { left: 66%; animation-delay: 1s; }.foam i:nth-child(4) { left: 78%; width: 11px; height: 11px; animation-delay: 1.4s; }
.glass-shine { position: absolute; inset: 18px auto 15px 15px; width: 6px; border-radius: 99px; background: rgba(255,255,255,.32); }
.scene-caption { position: absolute; left: 28px; bottom: 24px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
@keyframes bottle-pour { 0%, 12% { transform: rotate(8deg); } 25%, 73% { transform: rotate(37deg); } 86%, 100% { transform: rotate(8deg); } }
@keyframes stream-pour { 0%, 18%, 80%, 100% { opacity: 0; transform: scaleY(0); } 25%, 72% { opacity: 1; transform: scaleY(1); } }
@keyframes fill-beer { 0%, 18% { height: 12%; } 72%, 100% { height: 58%; } }
@keyframes foam-rise { 0%, 18% { bottom: 12%; opacity: 0; } 32%, 70% { bottom: 54%; opacity: 1; } 85%, 100% { bottom: 47%; opacity: .85; } }
@keyframes bubble { 0%, 100% { transform: translateY(0); opacity: .7; } 50% { transform: translateY(-24px); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .bottle, .pour-stream, .beer-liquid, .foam, .foam i { animation: none; } .bottle { transform: rotate(37deg); } .pour-stream { opacity: 1; transform: scaleY(1); } .beer-liquid { height: 58%; } .foam { bottom: 54%; opacity: 1; } }
.instagram { color: var(--ink); background: var(--paper); text-align: center; }
.instagram-single { display: flex; align-items: center; flex-direction: column; }
.instagram-single .eyebrow { margin-bottom: 18px; }
.instagram-single h2 { max-width: 760px; margin: 0 0 42px; font: 400 clamp(48px, 6vw, 82px)/.98 var(--serif); letter-spacing: -.045em; }
.instagram-logo-link { display: inline-flex; align-items: center; flex-direction: column; gap: 18px; color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.instagram-logo { width: 130px; height: 130px; transition: transform .3s ease; }
.instagram-logo-link:hover .instagram-logo { transform: scale(1.07) rotate(-4deg); }
.instagram-logo-link span { padding-bottom: 5px; border-bottom: 1px solid rgba(11,10,8,.3); }
.instagram-logo-link b { margin-left: 8px; color: #8b6a33; }

.manifesto { position: relative; overflow: hidden; background: #080705; }
.manifesto::before { content: ''; position: absolute; width: 700px; height: 700px; left: -330px; top: -260px; border: 1px solid var(--line); border-radius: 50%; }
.manifesto-inner { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.manifesto-logo { width: min(360px, 100%); aspect-ratio: 1; object-fit: contain; border-radius: 50%; box-shadow: 0 0 0 1px var(--line), 0 35px 80px rgba(0,0,0,.55); }
.manifesto h2 { max-width: 700px; margin: 0; font: 400 clamp(50px, 6vw, 84px)/.98 var(--serif); letter-spacing: -.045em; }
.manifesto div > p:not(.eyebrow) { max-width: 520px; margin: 30px 0; color: var(--muted); font-size: 17px; }
.button-outline { border-color: var(--line); color: var(--gold-bright); }
.button-outline:hover { color: var(--ink); background: var(--gold-bright); }
.button-disabled { color: rgba(246,240,228,.52); border-color: rgba(246,240,228,.18); cursor: not-allowed; }

.site-footer { padding-block: 42px; color: var(--muted); background: #050403; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-inner p { margin: 0; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-brand { font: 20px var(--serif); text-decoration: none; text-transform: uppercase; }
.footer-brand span { margin-left: 8px; color: var(--gold); font: 9px var(--sans); letter-spacing: .22em; }

.has-motion .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.has-motion .reveal.is-visible { opacity: 1; transform: none; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 860px) {
  .container { width: min(100% - 32px, 680px); }
  .header-inner { min-height: 82px; }
  .brand img { width: 48px; height: 48px; }
  .menu-button { position: relative; z-index: 2; display: block; }
  .menu-button[aria-expanded="true"] span:not(.sr-only):nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:not(.sr-only):nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .nav { position: fixed; inset: 0; padding: 120px 32px 48px; display: flex; flex-direction: column; align-items: stretch; gap: 10px; background: rgba(8,7,5,.98); transform: translateX(100%); transition: transform .32s ease; }
  .nav.is-open { transform: none; }
  .nav a { padding: 16px 0; font: 400 34px var(--serif); letter-spacing: -.02em; text-transform: none; }
  .nav .nav-cta { margin-top: 18px; color: var(--ink); padding: 14px 22px; text-align: center; font: 800 11px var(--sans); letter-spacing: .14em; text-transform: uppercase; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,6,4,.88), rgba(7,6,4,.24)), linear-gradient(0deg, rgba(7,6,4,.72), transparent 65%); }
  .hero-content { align-self: end; padding: 0 0 76px; }
  .hero h1 { font-size: clamp(56px, 17vw, 84px); }
  .hero-copy { max-width: 430px; }
  .hero-note { display: none; }
  .intro-grid, .beer-animation-inner, .manifesto-inner { grid-template-columns: 1fr; }
  .intro-copy > p:last-child { margin-left: 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 270px; }
  .product-card-tall { grid-column: 1 / 3; grid-row: auto; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 230px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 340px; }
  .gallery-item, .gallery-feature, .gallery-wide, .gallery-item:nth-child(2), .gallery-item:nth-child(3) { grid-column: span 1; grid-row: span 1; }
  .gallery-feature { grid-column: 1 / 3; }
  .manifesto-logo { width: 250px; }
  .pour-scene { height: 480px; }
}

@media (max-width: 560px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { width: fit-content; }
  .intro-grid { gap: 34px; }
  .intro-copy .lead { font-size: 42px; }
  .product-grid { display: flex; flex-direction: column; }
  .product-card { height: 470px; }
  .product-card:not(.product-card-tall) { height: 390px; }
  .statement-card { min-height: 270px; }
  .product-overlay { inset: auto 24px 24px; }
  .gallery-grid { display: flex; overflow-x: auto; margin-right: -16px; padding-right: 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .gallery-grid::-webkit-scrollbar { display: none; }
  .gallery-item, .gallery-feature, .gallery-wide, .gallery-item:nth-child(2), .gallery-item:nth-child(3) { width: min(82vw, 330px); height: 440px; flex: 0 0 auto; scroll-snap-align: start; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
