/* Drinks-only additions; shared site styling remains untouched. */
.drinks-hero{position:relative;isolation:isolate;overflow:hidden;min-height:640px;height: min(760px,80svh);background:var(--ink)}
.drinks-footage{position:absolute;inset:0;z-index:-2;background:url('assets/drinks-poster-wide.jpg') center/cover no-repeat}
.drinks-footage video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 53%;opacity:0;transition:opacity 1.4s ease-in-out}
.drinks-footage video.is-visible{opacity:1;z-index:2}
.drinks-footage video.is-outgoing{opacity:1;z-index:1}
.drinks-hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#100e0ee8 0%,#100e0eb8 35%,#100e0e18 72%),linear-gradient(0deg,#100e0e 0%,transparent 32%)}
.drinks-copy{height:100%;min-height:inherit;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:65px 8%;max-width:780px}
.drinks-copy .eyebrow{font-size:14px;letter-spacing:.17em;margin-bottom:25px;text-transform:uppercase}
.drinks-copy h1{font-size:clamp(3.2rem,5.3vw,5.5rem);letter-spacing:-.025em;line-height:1.04;margin-bottom:34px;text-wrap:balance}
.drinks-copy .button{background:#100e0e30;min-height:48px}
.drinks-copy .button:hover{background:var(--gold)}
.drinks-menu{max-width:1100px;margin:auto;padding:58px 40px 90px;background:var(--ink);scroll-margin-top:-30px}
.drinks-category+.drinks-category{margin-top:64px}
.drinks-category h2{font-size:clamp(2.2rem,4vw,3rem);letter-spacing:-.02em;padding-bottom:23px;margin:0;border-bottom:1px solid var(--line)}
.drinks-list{display:grid;grid-template-columns:1fr 1fr;column-gap:65px}
.drink-item{padding:29px 0;border-bottom:1px solid #ffffff12;min-width:0}
.drink-title{display:flex;justify-content:space-between;align-items:baseline;gap:18px}
.drink-title h3{font-size:30px;line-height:1.12;font-weight:400;margin:0;letter-spacing:-.01em}
.drink-price{font-size:17px;color:var(--gold);white-space:nowrap}
.drink-item p{color:#c4b8b0;font-size:16px;line-height:1.65;margin:12px 0 0}
@media(max-width:700px){
 .drinks-hero{height:calc(100svh - 140px);min-height:590px;max-height:780px}
 .drinks-footage{background-image:url('assets/drinks-poster.jpg');background-position:center 38%}
 .drinks-footage video{object-position:center 38%}
 .drinks-hero:after{background:linear-gradient(0deg,#100e0e 0%,#100e0ee6 19%,#100e0e40 52%,#100e0e15 100%)}
 .drinks-copy{max-width:none;padding:35px 7%;justify-content:flex-end}
 .drinks-copy .eyebrow{font-size:12px;letter-spacing:.13em;margin-bottom:15px}
 .drinks-copy h1{font-size:clamp(2.5rem,9.5vw,3.7rem);max-width:430px;margin-bottom:23px}
 .drinks-copy .button{font-size:14px;padding:13px 20px}
 .drinks-menu{padding:36px 24px 65px}
 .drinks-list{grid-template-columns:1fr}
 .drinks-category+.drinks-category{margin-top:48px}
 .drink-title h3{font-size:28px}
 .drink-item{padding:25px 0}
}
@media(prefers-reduced-motion:reduce){.drinks-footage video{display:none}}
