.drinks-page { background: var(--cream); }
.drinks-hero { position: relative; min-height: 690px; color: #fff; background: #090710; overflow: hidden; isolation: isolate; }
.drinks-hero::before { content: "DRINKS"; position: absolute; z-index: -1; left: -20px; bottom: -70px; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.055); font-family: var(--display); font-size: clamp(250px,30vw,480px); line-height: .75; pointer-events: none; }
.drinks-hero::after { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 18% 70%,rgba(116,0,36,.42),transparent 32%),linear-gradient(115deg,#090710 0%,#160811 60%,#37030f 100%); }
.drinks-hero__grain { position: absolute; inset: 0; z-index: -2; opacity: .07; background: url('./assets-v4/texture.png') center/420px; mix-blend-mode: screen; }
.drinks-hero__grid { min-height: 690px; padding-top: 108px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.drinks-hero__copy { position: relative; z-index: 5; padding-block: 60px 70px; }
.drinks-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(100px,9.3vw,145px); font-weight: 400; line-height: .8; letter-spacing: -.018em; text-transform: uppercase; }
.drinks-hero h1 span { display: block; opacity: 0; transform: translateY(60px); animation: slide-up .8s cubic-bezier(.2,.8,.2,1) forwards; }
.drinks-hero h1 span:nth-child(1) { animation-delay: .28s; }
.drinks-hero h1 span:nth-child(2) { animation-delay: .4s; }
.drinks-hero h1 em { color: #d71946; font-style: normal; }
.drinks-hero__copy > p:not(.eyebrow) { max-width: 520px; margin: 24px 0 0; color: rgba(255,255,255,.68); opacity: 0; animation: slide-up .7s .56s forwards; }
.drinks-hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 31px; opacity: 0; animation: slide-up .7s .7s forwards; }
.drinks-hero__actions .button { border-color: #b80c35; background: #b80c35; }
.drinks-hero__actions .button:hover { color: var(--ink); border-color: var(--gold); background: var(--gold); }
.drinks-hero__photo { position: relative; min-height: 510px; opacity: 0; transform: translateX(80px); animation: drink-photo-in 1s .32s cubic-bezier(.2,.8,.2,1) forwards; }
.drinks-hero__photo > img { position: absolute; inset: 18px 0 0; width: 100%; height: 470px; object-fit: cover; object-position: center; clip-path: polygon(12% 0,100% 0,100% 100%,0 100%); filter: saturate(1.1) contrast(1.05); }
.drinks-hero__photo::after { content: ""; position: absolute; inset: 18px 0 22px; background: linear-gradient(90deg,#090710 0%,transparent 25%); pointer-events: none; }
.drinks-hero__frame { position: absolute; z-index: 2; inset: 0 20px 6px 52px; border: 1px solid rgba(255,185,54,.5); clip-path: polygon(10% 0,100% 0,100% 100%,0 100%); }
.drinks-hero__vertical { position: absolute; z-index: 4; top: 42px; right: -20px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.drinks-hero__seal { position: absolute; z-index: 5; left: 8px; bottom: -2px; width: 128px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--ink); border: 6px solid #b80c35; border-radius: 50%; background: #fff; box-shadow: 0 18px 36px rgba(0,0,0,.32); transform: rotate(-7deg); }
.drinks-hero__seal strong { font-family: var(--display); font-size: 54px; font-weight: 400; line-height: 1; }
.drinks-hero__seal span { font-size: 9px; font-weight: 700; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }

.drink-jump { position: relative; z-index: 10; color: var(--ink); background: var(--gold); border-block: 1px solid rgba(12,15,38,.16); }
.drink-jump .shell { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow-x: auto; scrollbar-width: none; }
.drink-jump .shell::-webkit-scrollbar { display: none; }
.drink-jump a { flex: 0 0 auto; font-family: var(--display); font-size: 20px; letter-spacing: .045em; text-transform: uppercase; transition: color .2s, transform .2s; }
.drink-jump a::before { content: "✦"; margin-right: 18px; color: var(--orange); font-family: var(--body); font-size: 10px; vertical-align: 3px; }
.drink-jump a:hover { color: var(--orange); transform: translateY(-2px); }

.drinks-intro { position: relative; background: var(--cream); overflow: hidden; }
.drinks-intro::after { content: "CHEERS"; position: absolute; right: -22px; bottom: -85px; color: rgba(12,15,38,.035); font-family: var(--display); font-size: 260px; line-height: 1; pointer-events: none; }
.drinks-intro__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(36px,4vw,64px); }
.drinks-intro__copy { padding-top: 4px; }
.drinks-intro h2 em { color: #b80c35; font-style: normal; }
.drinks-intro__copy > p { margin: 0 0 20px; color: #555961; }
.drinks-intro__copy > p:first-child { color: var(--ink); font-size: 18px; font-weight: 500; }
.drinks-intro__note { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.drinks-intro__note span { padding: 9px 14px; border: 1px solid rgba(12,15,38,.15); background: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.liquor-menu { position: relative; color: #fff; background: linear-gradient(145deg,#090710,#210812 58%,#3e0716); overflow: hidden; }
.liquor-menu::before { content: ""; position: absolute; inset: 0; opacity: .055; background: url('./assets-v4/texture.png') center/480px; }
.liquor-menu .shell { position: relative; }
.liquor-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 50px; }
.liquor-heading > p { width: 35%; margin: 0 0 6px; color: rgba(255,255,255,.58); }
.drink-panels { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.drink-panel { scroll-margin-top: 105px; padding: 30px; color: var(--ink); background: var(--cream); border-top: 5px solid var(--gold); box-shadow: 0 18px 42px rgba(0,0,0,.2); }
.drink-panel--wine { grid-column: 1 / -1; }
.drink-panel header { display: flex; align-items: start; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(12,15,38,.16); }
.drink-panel header > span { color: #b80c35; font-family: var(--display); font-size: 30px; line-height: 1; }
.drink-panel header p { margin: 0 0 3px; color: #8d1734; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.drink-panel h3 { margin: 0; font-family: var(--display); font-size: 47px; font-weight: 400; line-height: .9; letter-spacing: .01em; text-transform: uppercase; }
.wine-head, .wine-row { display: grid; grid-template-columns: minmax(220px,1fr) repeat(3,110px); gap: 12px; align-items: center; }
.wine-head { padding: 18px 14px 10px; color: #8c8790; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.wine-head span:first-child { text-align: left; }
.wine-row { min-height: 57px; padding: 11px 14px; border-top: 1px solid rgba(12,15,38,.1); transition: background .2s, transform .2s; }
.wine-row:hover { background: #fff; transform: translateX(4px); }
.wine-row strong { font-size: 14px; }
.wine-row span { color: #8d1734; font-family: var(--display); font-size: 22px; text-align: right; }
.spirit-list { margin-top: 8px; }
.spirit-list > div { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 12px; border-bottom: 1px solid rgba(12,15,38,.1); transition: background .2s, transform .2s; }
.spirit-list > div:hover { background: #fff; transform: translateX(4px); }
.spirit-list strong { font-size: 14px; }
.spirit-list span { flex: 0 0 auto; color: #8d1734; font-family: var(--display); font-size: 23px; }
.drink-panel--compact { min-height: 245px; }

.drinks-cta { position: relative; padding: 92px 0; color: #fff; background: #090710; overflow: hidden; }
.drinks-cta::before { content: ""; position: absolute; inset: 0; opacity: .34; background: linear-gradient(90deg,#090710 0%,rgba(9,7,16,.86) 55%,rgba(72,0,21,.62)),url('./assets-v4/drinks.webp') right center/cover; }
.drinks-cta__inner { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.drinks-cta h2 em { color: var(--gold); font-style: normal; }
.drinks-cta__actions { display: flex; align-items: center; gap: 28px; }
.drinks-cta__actions > a:last-child { display: flex; flex-direction: column; font-family: var(--display); font-size: 27px; line-height: 1; }
.drinks-cta__actions > a:last-child span { margin-bottom: 7px; color: var(--gold); font-family: var(--body); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

@keyframes drink-photo-in { to { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .drinks-hero__grid { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .drinks-hero__photo > img { height: 430px; }
  .drinks-hero__frame { bottom: 44px; }
}

@media (max-width: 900px) {
  .drinks-hero { min-height: 980px; }
  .drinks-hero__grid { min-height: 980px; padding-top: 86px; grid-template-columns: 1fr; gap: 0; }
  .drinks-hero__copy { padding: 65px 0 5px; }
  .drinks-hero h1 { font-size: clamp(88px,15vw,120px); }
  .drinks-hero__photo { min-height: 480px; }
  .drinks-hero__photo > img { inset: 28px 5% 0; width: 95%; height: 420px; }
  .drinks-hero__frame { inset: 7px 8% 25px 11%; }
  .drinks-hero__vertical { right: 2%; }
  .drinks-hero__seal { left: 6%; }
  .drinks-intro__grid { grid-template-columns: 1fr; gap: 42px; }
  .liquor-heading { align-items: start; flex-direction: column; gap: 18px; }
  .liquor-heading > p { width: 70%; }
  .drink-panels { grid-template-columns: 1fr; }
  .drink-panel--wine { grid-column: auto; }
  .drinks-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .drinks-hero { min-height: 900px; }
  .drinks-hero__grid { min-height: 900px; }
  .drinks-hero__copy { padding-top: 54px; }
  .drinks-hero h1 { font-size: clamp(76px,22vw,98px); }
  .drinks-hero__copy > p:not(.eyebrow) { font-size: 15px; }
  .drinks-hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .drinks-hero__photo { min-height: 360px; }
  .drinks-hero__photo > img { inset: 20px 0 0 2%; width: 98%; height: 315px; clip-path: polygon(8% 0,100% 0,100% 100%,0 100%); }
  .drinks-hero__frame { inset: 0 3% 28px 8%; }
  .drinks-hero__vertical { display: none; }
  .drinks-hero__seal { left: 0; bottom: 0; width: 104px; border-width: 5px; }
  .drinks-hero__seal strong { font-size: 44px; }
  .drink-jump .shell { gap: 20px; }
  .drink-jump a { font-size: 18px; }
  .drinks-intro::after { font-size: 150px; bottom: -40px; }
  .drinks-intro__copy > p:first-child { font-size: 16px; }
  .liquor-heading > p { width: 100%; }
  .drink-panel { padding: 22px 16px; }
  .drink-panel h3 { font-size: 40px; }
  .wine-head, .wine-row { grid-template-columns: minmax(108px,1.45fr) repeat(3,minmax(47px,.7fr)); gap: 5px; }
  .wine-head { padding-inline: 5px; font-size: 7px; }
  .wine-row { padding-inline: 5px; }
  .wine-row strong { font-size: 11px; line-height: 1.25; }
  .wine-row span { font-size: 17px; }
  .drinks-cta__actions { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .drinks-hero h1 span, .drinks-hero__copy > p, .drinks-hero__actions, .drinks-hero__photo { opacity: 1; transform: none; animation: none !important; }
}
