:root{
  --black:#050403;
  --ink:#1b1510;
  --cream:#f4eee4;
  --cream2:#fbf6ee;
  --gold:#c99534;
  --gold2:#e0b051;
  --muted:#d5c5ae;
  --line:rgba(201,149,52,.34);
  --white:#fffdf8;
  --serif:'Cormorant Garamond', Georgia, serif;
  --sans:'Montserrat', Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--white);font-family:var(--sans);font-size:16px;line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site{opacity:0;pointer-events:none;transition:opacity .45s ease}
.site.active{opacity:1;pointer-events:auto}

/* AGE GATE */
.age-gate{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at top right,rgba(201,149,52,.18),transparent 33%),#070502;animation:gateFade .45s ease both}
.age-card{width:min(720px,92vw);border:1px solid var(--gold);background:rgba(5,4,3,.88);padding:46px 44px;text-align:center;box-shadow:0 25px 80px rgba(0,0,0,.45)}
.brand-center{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:14px}
.age-logo{width:138px;max-width:42vw;height:auto;object-fit:contain;filter:drop-shadow(0 8px 22px rgba(0,0,0,.45))}
.age-card h1{font-family:var(--serif);font-size:clamp(48px,7vw,78px);line-height:.9;margin:22px 0;color:var(--white)}
.age-card p{max-width:540px;margin:0 auto 30px;color:var(--muted);font-size:18px}
.age-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn{border:0;display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:14px;cursor:pointer;transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#fff;box-shadow:0 10px 28px rgba(201,149,52,.14)}
.btn-gold:hover{box-shadow:0 16px 36px rgba(201,149,52,.28)}
.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.42)}
.age-card small{display:block;margin-top:22px;color:#a98c57}
.underage .age-actions,.underage p,.underage small{display:none}
.underage .age-card h1{font-size:44px}
.underage .age-card:after{content:'Sorry, you must be of legal drinking age to access this website.';display:block;color:var(--muted);font-size:18px;margin-top:18px}

/* NAV */
.nav{position:absolute;z-index:10;top:0;left:0;right:0;height:94px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(26px,4.7vw,78px);background:linear-gradient(to bottom,rgba(0,0,0,.62),transparent)}
.logo{display:flex;align-items:center;line-height:0}
.logo img{width:168px;height:auto;object-fit:contain;filter:drop-shadow(0 5px 13px rgba(0,0,0,.38))}
.nav nav{display:flex;gap:48px;font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}
.nav nav a,.nav-cta{position:relative}
.nav nav a:after{content:'';position:absolute;left:0;right:0;bottom:-9px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:center;transition:transform .28s ease}
.nav nav a:hover:after{transform:scaleX(1)}
.nav-cta{border:1px solid var(--gold);color:var(--gold2);padding:15px 26px;text-transform:uppercase;font-size:13px;font-weight:700;letter-spacing:.08em;transition:background .25s ease, color .25s ease, box-shadow .25s ease}
.nav-cta:hover{background:rgba(201,149,52,.12);box-shadow:0 0 24px rgba(201,149,52,.15)}

/* HERO */
.hero{min-height:100vh;position:relative;display:flex;align-items:center;background-image:url('assets/hero.png');background-size:cover;background-position:center center;overflow:hidden}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.30) 34%,rgba(0,0,0,.08) 58%,rgba(0,0,0,.06) 100%)}
.hero-content{position:relative;z-index:1;width:min(720px,49vw);padding:156px 0 98px clamp(32px,5.4vw,92px);animation:heroText .9s ease .15s both}
.eyebrow{text-transform:uppercase;color:var(--gold2);font-size:13px;font-weight:700;letter-spacing:.26em;margin:0 0 20px}
.hero h1{font-family:var(--serif);font-size:clamp(62px,6.5vw,108px);line-height:.88;margin:0 0 30px;color:var(--white);text-shadow:0 6px 28px rgba(0,0,0,.35)}
.hero h1 span{color:var(--gold)}
.hero-copy{max-width:610px;font-size:18px;color:#fff;margin:0 0 36px}
.hero-actions{display:flex;gap:28px;align-items:center;flex-wrap:wrap}
.text-link{text-transform:uppercase;font-size:14px;letter-spacing:.09em;font-weight:700;border-bottom:1px solid var(--gold);padding-bottom:9px;color:#fff;transition:color .25s ease, letter-spacing .25s ease}
.text-link:hover{color:var(--gold2);letter-spacing:.12em}

/* BENEFITS */
.benefits{position:relative;background:var(--cream2);color:var(--ink);display:grid;grid-template-columns:repeat(4,1fr);padding:56px clamp(22px,5vw,90px) 60px;border-bottom:1px solid rgba(151,104,35,.32)}
.benefits article{text-align:center;padding:22px 34px;min-height:205px;border-right:1px solid rgba(151,104,35,.28);transition:transform .35s ease}
.benefits article:last-child{border-right:0}
.benefits article:hover{transform:translateY(-4px)}
.icon{height:66px;margin:0 auto 18px;color:var(--gold);display:flex;align-items:center;justify-content:center}
.icon svg{width:64px;height:64px;stroke:currentColor;stroke-width:1.75;fill:none;stroke-linecap:round;stroke-linejoin:round;opacity:.96;filter:drop-shadow(0 2px 2px rgba(201,149,52,.08))}
.benefits h3{text-transform:uppercase;font-size:15px;letter-spacing:.06em;margin:0 0 14px}
.benefits h3:after{content:'';display:block;width:44px;height:1px;background:var(--gold);margin:14px auto 0}
.benefits p{max-width:270px;margin:0 auto;color:#2a211a}

/* STORY */
.story{display:grid;grid-template-columns:46% 54%;background:var(--cream2);color:var(--ink);min-height:620px;border-top:1px solid rgba(151,104,35,.22)}
.story-text{padding:clamp(60px,7.5vw,100px) clamp(36px,6.2vw,118px)}
.story h2{font-family:var(--serif);font-size:clamp(52px,4.9vw,84px);line-height:.92;margin:0 0 26px}
.story h2 span{color:#a6752c}
.story-rule{width:min(100%,590px);height:1px;background:rgba(151,104,35,.48);margin:0 0 34px}
.story-text p:not(.eyebrow){max-width:610px;font-size:17px;margin:0 0 22px}
.story-btn{display:inline-flex;border:1px solid var(--gold);color:#996721;text-transform:uppercase;letter-spacing:.08em;font-weight:700;padding:16px 24px;margin-top:22px;font-size:13px;transition:background .25s ease, color .25s ease, transform .25s ease}
.story-btn:hover{background:rgba(201,149,52,.10);transform:translateY(-2px)}
.story-img{background-image:url('assets/story.png');background-size:cover;background-position:center center;min-height:560px;transition:transform 8s ease}
.story:hover .story-img{transform:scale(1.015)}

/* VIP */
.vip{display:grid;grid-template-columns:38% 32% 30%;gap:0;background:#030302;color:var(--white);padding:90px clamp(28px,5vw,80px);align-items:center}
.vip-img{height:360px;background-image:url('assets/toast.png');background-size:cover;background-position:center center;transition:transform 7s ease, filter .35s ease}
.vip:hover .vip-img{transform:scale(1.012);filter:saturate(1.05)}
.vip-copy{padding:0 56px}
.vip h2{font-family:var(--serif);font-size:clamp(48px,4.15vw,76px);line-height:1.04;margin:0 0 28px;letter-spacing:-.01em}
.vip-copy p:not(.eyebrow){font-size:17px;color:#eee}.vip-form{display:flex;flex-direction:column;gap:16px}
.vip-form label span{display:none}
.vip-form input[type=text],.vip-form input[type=email]{width:100%;height:56px;background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff;padding:0 18px;font-family:var(--sans);font-size:15px;transition:border-color .25s ease, box-shadow .25s ease}
.vip-form input::placeholder{color:#a8a09a}
.vip-form input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,149,52,.12)}
.vip-form fieldset{border:1px solid var(--gold);padding:24px 26px 20px;margin:6px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:center}
.vip-form legend{color:var(--gold2);font-weight:700;padding:0 14px;text-align:center}.vip-form fieldset label{display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;font-weight:500}.vip-form fieldset label span{display:inline}.vip-form input[type=radio]{accent-color:var(--gold);width:16px;height:16px}.form-message{margin:4px 0 0;color:var(--gold2);font-weight:700;min-height:22px}.vip-form small{color:#8f826d;text-align:center}

/* FOOTER */
.footer{background:var(--cream2);color:#2b2118;padding:34px clamp(28px,5vw,80px) 28px;border-top:1px solid rgba(151,104,35,.22)}
.footer-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;max-width:1480px;margin:0 auto}
.footer-brand{display:flex;align-items:center}.footer-brand img{width:162px;height:auto;object-fit:contain}.footer nav{display:flex;gap:28px;text-transform:uppercase;font-size:13px;letter-spacing:.08em;font-weight:700}.footer nav a{position:relative}.footer nav a:not(:last-child)::after{content:'|';color:rgba(151,104,35,.45);position:absolute;right:-17px}
.footer-social{display:flex;justify-content:flex-end;align-items:center;gap:24px;color:#a6752c;font-weight:700;font-size:23px}.social-icon svg{width:22px;height:22px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.social-letter{font-family:Arial,sans-serif;font-weight:700;font-size:25px;line-height:1}.footer-line{height:1px;background:rgba(151,104,35,.30);max-width:1480px;margin:28px auto 24px}.footer p{margin:0;text-align:center;color:#8c7a66;font-size:13px}

/* REVEAL ANIMATIONS */
.reveal-section .reveal-item,.story .story-text,.story .story-img,.vip .vip-img,.vip .vip-copy,.vip .vip-form{opacity:0;transform:translateY(24px);transition:opacity .75s ease, transform .75s ease}
.reveal-section.visible .reveal-item,.story.visible .story-text,.story.visible .story-img,.vip.visible .vip-img,.vip.visible .vip-copy,.vip.visible .vip-form{opacity:1;transform:translateY(0)}
.reveal-section.visible .reveal-item:nth-child(2){transition-delay:.08s}.reveal-section.visible .reveal-item:nth-child(3){transition-delay:.16s}.reveal-section.visible .reveal-item:nth-child(4){transition-delay:.24s}.story.visible .story-img{transition-delay:.12s}.vip.visible .vip-copy{transition-delay:.1s}.vip.visible .vip-form{transition-delay:.18s}
@keyframes gateFade{from{opacity:0}to{opacity:1}}
@keyframes heroText{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}

@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal-section .reveal-item,.story .story-text,.story .story-img,.vip .vip-img,.vip .vip-copy,.vip .vip-form{opacity:1;transform:none}}
@media (max-width:1050px){.nav nav{display:none}.nav-cta{display:none}.hero-content{width:70vw}.benefits{grid-template-columns:repeat(2,1fr)}.benefits article:nth-child(2){border-right:0}.benefits article{border-bottom:1px solid rgba(151,104,35,.18)}.benefits article:nth-child(3),.benefits article:nth-child(4){border-bottom:0}.story{grid-template-columns:1fr}.story-img{min-height:440px}.vip{grid-template-columns:1fr;gap:34px}.vip-copy{padding:0}.vip-img{height:380px}.footer-inner{grid-template-columns:1fr;text-align:center}.footer-brand,.footer nav,.footer-social{justify-content:center}}
@media (max-width:700px){.nav{height:78px;padding:0 20px}.logo img{width:145px;height:auto}.hero{background-position:61% center}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.48))}.hero-content{width:100%;padding:130px 24px 80px}.hero h1{font-size:62px}.hero-copy{font-size:16px}.benefits{grid-template-columns:1fr;padding:30px 24px 38px}.benefits article{border-right:0!important}.story h2{font-size:52px}.vip{padding:58px 22px}.vip h2{font-size:52px}.vip-form fieldset{grid-template-columns:1fr;align-items:start}.vip-form fieldset label{justify-content:flex-start}.footer nav{flex-wrap:wrap;gap:20px}.footer nav a:after{display:none}.footer-brand img{width:150px}.age-card{padding:38px 24px}.age-logo{width:120px}.age-card h1{font-size:50px}.age-actions{flex-direction:column}.btn{width:100%}}
