:root{--bg:#10110e;--panel:#191a15;--gold:#cfaf70;--gold-bright:#e8cd94;--text:#f5f1e7;--muted:#a9a99c;--line:#36382d;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',Arial,sans-serif;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:98px}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 var(--sans)}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--gold-bright);outline-offset:5px}button{border:0}button:disabled{cursor:not-allowed;opacity:.5}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.04}em{color:var(--gold);font-weight:400}svg{width:24px;height:24px}section{scroll-margin-top:88px}.skip-link{position:fixed;z-index:100;top:0;left:10px;transform:translateY(-110%);padding:12px;background:var(--gold);color:var(--bg)}.skip-link:focus{transform:translateY(0)}.header{height:102px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;background:#10110eef;border-bottom:1px solid #c8ab6330;position:sticky;top:0;z-index:20;backdrop-filter:blur(16px)}.brand{display:block;width:198px;height:82px;overflow:hidden;position:relative}.brand img{width:198px;height:198px;max-width:none;position:absolute;top:-54px;mix-blend-mode:screen}.header nav{display:flex;gap:36px;color:#d8d7ce;font-size:14px}.header nav a:hover{color:var(--gold)}.header-actions{display:flex;align-items:center;gap:30px}.text-button{padding:10px 0;background:transparent;font-size:14px}.text-button span{margin-left:18px;color:var(--gold)}.cart-trigger{display:flex;gap:10px;align-items:center;background:none;padding:8px 0 8px 26px;border-left:1px solid var(--line)}.cart-count{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:var(--gold);color:var(--bg);font-size:12px;font-weight:700}.hero{position:relative;min-height:660px;height:min(760px,calc(100svh - 102px));display:flex;align-items:center;isolation:isolate;overflow:hidden}.hero-image{position:absolute;z-index:-3;inset:0;background:linear-gradient(120deg,#20241a,#0a0b08)}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#0c0e0cee 0%,#0c0e0cb0 34%,#0c0e0c15 73%),linear-gradient(0deg,#10110ed9,transparent 30%)}.hero-content{width:100%;padding:45px 8% 108px}.eyebrow{font:500 12px/1.6 var(--sans);letter-spacing:.21em;color:var(--gold);margin-bottom:24px;display:flex;align-items:center;gap:15px}.eyebrow>span{width:36px;height:1px;background:var(--gold)}h1{font-size:clamp(62px,5.7vw,94px);letter-spacing:-.035em;line-height:1.03}.hero-copy{color:#c8c8bb;margin-top:24px;font-size:16px;line-height:1.85}.hero-actions{display:flex;gap:16px;margin-top:34px}.button{min-height:52px;padding:15px 25px;display:inline-flex;align-items:center;justify-content:center;gap:35px;font-size:14px;font-weight:600;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.gold{background:var(--gold);color:#16180f}.gold:hover{background:var(--gold-bright)}.outline{background:#12130e25;border:1px solid #ada88a75}.outline:hover{background:#cfaf7016}.hero-bottom{position:absolute;bottom:28px;left:6%;right:6%;display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:.13em;color:#d0cebf}.hero-bottom a{display:flex;align-items:center;gap:18px}.hero-bottom a span{font-size:23px;color:var(--gold)}.promise-strip{display:flex;align-items:center;justify-content:space-around;gap:30px;padding:23px 5%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:11px;letter-spacing:.17em;color:#b4b6a8;white-space:nowrap;overflow:hidden}.promise-strip i{color:var(--gold);font-style:normal}.section{padding:100px 8%}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:45px}.section-heading .eyebrow{margin-bottom:16px}h2{font-size:clamp(45px,4.2vw,66px);letter-spacing:-.025em}.heading-aside{font-size:14px;color:var(--muted);max-width:330px}.underlined{display:inline-flex;gap:28px;border-bottom:1px solid var(--gold);padding:0 0 8px;margin-top:22px;color:var(--text);font-size:14px}.underlined span{color:var(--gold)}.menu-tabs{display:flex;gap:34px;border-bottom:1px solid var(--line);margin-bottom:34px;overflow-x:auto}.menu-tabs button{background:none;padding:17px 0;font-size:14px;color:var(--muted);white-space:nowrap;border-bottom:2px solid transparent}.menu-tabs button[aria-selected=true]{color:var(--gold);border-bottom-color:var(--gold)}.menu-tabs span{font-size:10px;margin-left:9px;vertical-align:super}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{background:var(--panel);border:1px solid #ffffff07;overflow:hidden}.product-photo{position:relative;aspect-ratio:1.45;overflow:hidden;background:#080908}.product-photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.product-card:hover .product-photo img{transform:scale(1.035)}.brand-photo img{object-fit:contain}.product-body{padding:25px}.product-kicker{font-size:10px;letter-spacing:.17em;color:var(--gold)}.product-title{display:flex;justify-content:space-between;gap:16px;margin:11px 0 16px;align-items:center}.product-title h3{font-size:32px}.product-title>span{white-space:nowrap;color:var(--gold);font-size:17px}.product-body p{font-size:14px;line-height:1.8;color:var(--muted);min-height:76px}.add-button{margin-top:22px;width:100%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:17px 0 0;background:transparent;font-size:13px;text-align:left}.add-button>span{width:30px;height:30px;border:1px solid #cfaf7070;display:grid;place-items:center;font-size:21px;color:var(--gold)}.add-button:hover{color:var(--gold)}.image-note{font-size:12px;color:#929585;margin-top:22px}.toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%,30px);padding:14px 25px;background:var(--gold);color:#14160f;box-shadow:0 8px 30px #0008;opacity:0;pointer-events:none;z-index:80;transition:.2s;max-width:90vw;text-align:center;font-size:14px}.toast.visible{opacity:1;transform:translate(-50%,0)}footer{padding:35px 6%;display:flex;justify-content:space-between;gap:25px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}footer>span:first-child{color:var(--gold);letter-spacing:.16em}body:has(dialog[open]){overflow:hidden}@media(max-width:1000px){.header{padding:0 4%}.header nav{gap:22px}.header-actions{gap:16px}.hero-content{padding-left:6%}.section{padding:76px 6%}.product-grid{gap:18px}.product-body{padding:20px}.product-title h3{font-size:29px}.hero{min-height:610px}.hero-bottom>span:first-child{display:none}}@media(max-width:720px){.header{height:82px;padding:0 5%}.brand{width:157px;height:72px}.brand img{width:157px;height:157px;top:-39px}.header nav{display:none}.header-actions{gap:12px}.text-button{font-size:12px}.text-button span{display:none}.cart-trigger{padding-left:15px;gap:6px}.hero{height:calc(100svh - 82px);min-height:620px;max-height:820px;align-items:flex-end}.hero-content{padding:70px 6% 120px}.hero-image{background-position:65% center}.hero-shade{background:linear-gradient(0deg,#0d100ef5 0%,#0d100ea1 55%,#0d100e30)}h1{font-size:59px}.eyebrow{font-size:10px;letter-spacing:.16em}.hero-copy{font-size:15px}.hero-actions{gap:10px}.button{padding:14px 19px;font-size:13px;gap:20px}.hero-bottom{font-size:9px;bottom:28px;gap:20px}.promise-strip{padding:19px 6%;justify-content:flex-start;gap:25px;font-size:10px}.section{padding:64px 6%}.section-heading{display:block;margin-bottom:25px}.heading-aside{margin-top:22px}.heading-aside p{display:none}h2{font-size:47px}.menu-tabs{gap:27px;margin-bottom:25px}.product-grid{grid-template-columns:1fr}.product-photo{aspect-ratio:1.5}.product-body{padding:23px}.product-body p{min-height:0}.product-title h3{font-size:34px}.image-note{font-size:11px}footer{flex-direction:column;gap:12px;padding:30px 6% 95px}.desktop-only{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
:root{--music-bottom:28px}.hero-image{background-image:url('assets/grill-fire.jpg');background-size:cover;background-position:center 53%}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#10110e77,transparent 60%)}.photo-badge{position:absolute;top:17px;left:17px;padding:6px 10px;background:#10110ecc;color:var(--gold-bright);font-size:10px;letter-spacing:.14em}.product-title>span{font-size:16px}.compact-grid .product-title{align-items:start}.compact-grid h3{font-size:28px}.compact-grid .product-body p{min-height:0}.compact-grid .add-button{margin-top:17px}.wine-section{background:#161811;border-block:1px solid var(--line)}.wine-intro{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin-bottom:60px}.wine-copy>p:not(.eyebrow){color:var(--muted);max-width:450px;margin-top:28px;font-size:16px;line-height:1.9}.bottle-stage{height:430px;position:relative;display:flex;align-items:center;justify-content:center;isolation:isolate;background:radial-gradient(ellipse at center,#71673a24 0%,transparent 68%);border:1px solid #cfaf7025}.bottle-stage:before{content:'';position:absolute;inset:13px;border:1px solid #cfaf7015;z-index:-1}.bottle-stage img{width:51%;height:330px;object-fit:contain;filter:drop-shadow(15px 18px 12px #0009)}.bottle-one{transform:rotate(-8deg) translateX(27px)}.bottle-two{transform:rotate(7deg) translateX(-23px)}.bottle-caption{position:absolute;top:27px;font-size:10px;letter-spacing:.24em;color:var(--gold)}.bottle-foot{position:absolute;bottom:23px;font-size:10px;letter-spacing:.22em;color:var(--muted)}.wine-list{display:grid;grid-template-columns:1fr 1fr;column-gap:55px}.wine-row{border-top:1px solid var(--line);padding:25px 0}.wine-label{display:flex;gap:20px;align-items:baseline}.wine-number{font-size:11px;color:var(--gold)}.wine-label h3{font-size:29px}.wine-label p{font-size:10px;letter-spacing:.16em;margin-top:10px;color:#aaa98f}.wine-choice{display:flex;gap:15px;align-items:center;margin:22px 0 0 34px}.wine-choice select{background:#10110e80;padding:10px 8px;font-size:13px;min-width:0;flex:1;border:1px solid var(--line);color:#d4d4c6}.wine-choice>span{font-size:14px;color:var(--gold);white-space:nowrap}.wine-add{background:none;border:1px solid #cfaf7070;width:40px;height:40px;font-size:24px;color:var(--gold);flex-shrink:0}.wine-add:hover{background:var(--gold);color:#10110e}.house-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.house-photo{height:580px;position:relative;overflow:hidden}.house-photo>img{width:100%;height:100%;object-fit:cover}.house-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#10110ed9,transparent 65%)}.house-photo-label{position:absolute;z-index:1;bottom:35px;left:30px;right:25px;font-size:12px;letter-spacing:.14em}.house-photo-label em{display:block;font:italic 37px/1.3 var(--serif);letter-spacing:0;margin-top:10px}.house-copy>p:not(.eyebrow){margin-top:25px;color:var(--muted);font-size:15px;line-height:1.9}.visit-info{display:flex;gap:40px;border-top:1px solid var(--line);padding-top:24px;margin-top:32px}.visit-info span{font-size:10px;letter-spacing:.15em;color:var(--gold)}.visit-info p,.visit-info a{display:block;margin-top:9px;font-size:14px}.house-actions{display:flex;align-items:center;gap:30px;margin-top:30px}.house-actions .underlined{margin:0;white-space:nowrap}.reservation-banner{padding:85px 6%;text-align:center;background:radial-gradient(ellipse at top,#37301c70,transparent 65%),#171911;border-block:1px solid #cfaf7030}.reservation-banner .eyebrow{justify-content:center;font-size:11px}.reservation-banner h2{font-size:76px}.reservation-banner .button{margin-top:30px}.reservation-banner>p:last-child{font-size:13px;color:var(--muted);margin-top:20px}.collaborations{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.collaborations h2{font-size:49px}.collaborations>div>p:not(.eyebrow){font-size:16px;line-height:1.9;color:var(--muted);max-width:450px}.collab-email{display:flex;justify-content:space-between;gap:12px;padding:20px 0 14px;border-bottom:1px solid var(--gold);font-size:clamp(17px,1.8vw,25px)}.collab-email>span{color:var(--gold)}.contact-label{display:block;margin-top:15px;color:var(--muted);font-size:10px;letter-spacing:.11em}footer{align-items:center}footer p{margin-top:8px;font-size:12px}footer .footer-links{display:flex;flex-direction:column;gap:7px}footer .brand{flex-shrink:0}.whatsapp-float{position:fixed;right:28px;bottom:28px;display:flex;gap:10px;align-items:center;padding:15px 21px;border:1px solid #8f986355;border-radius:50px;background:#23352a;color:#ecf3e9;box-shadow:0 5px 22px #0005;z-index:25;font-size:13px}.whatsapp-float:hover{background:#314c3a}.whatsapp-float svg{width:25px;height:25px}.mobile-cart{display:none}.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}dialog{background:#181b14;color:var(--text);border:1px solid #cfaf7040;padding:35px;width:min(560px,calc(100vw - 32px));max-height:90svh;overflow-y:auto;box-shadow:0 25px 100px #000b}dialog::backdrop{background:#000b;backdrop-filter:blur(7px)}.cart-dialog{position:fixed;inset:0 0 0 auto;margin:0;height:100svh;max-height:100svh;width:min(510px,100vw);border-right:0;border-top:0;border-bottom:0}.dialog-heading{display:flex;justify-content:space-between;align-items:start;gap:25px;margin-bottom:24px}.dialog-heading h2{font-size:43px}.dialog-heading .eyebrow{font-size:10px;margin-bottom:8px}.dialog-heading p:not(.eyebrow){font-size:12px;color:var(--muted);margin-top:10px}.close-button{background:transparent;color:var(--gold);font-size:31px;line-height:1;padding:0 7px 10px}.dialog-intro{color:var(--muted);font-size:14px;line-height:1.8;margin-bottom:24px}.cart-item{display:flex;justify-content:space-between;gap:18px;padding:24px 0;border-top:1px solid var(--line)}.cart-item h3{font-size:25px;line-height:1.1}.cart-item span{font-size:12px;color:var(--muted)}.cart-item-right{min-width:104px;text-align:right}.cart-item-right strong{font-size:14px;color:var(--gold);font-weight:500}.quantity{display:flex;align-items:center;border:1px solid var(--line);margin-top:10px}.quantity button{width:32px;height:32px;background:none;font-size:18px}.quantity span{width:30px;text-align:center;color:var(--text)}.remove-item{display:block;background:none;padding:5px 0;color:var(--muted);text-decoration:underline;font-size:11px}.subtotal{display:flex;justify-content:space-between;border-block:1px solid var(--line);padding:20px 0;margin-bottom:15px}.subtotal strong{color:var(--gold);font-size:23px;font-weight:500}.form-note{font-size:13px;line-height:1.75;color:var(--muted);margin-bottom:21px}form>label,.form-row label{font-size:13px;display:block;margin:19px 0 8px}form label>span{color:var(--muted);font-size:11px}input,textarea,select{border:1px solid #484d3c;background:#10130e;color:var(--text);border-radius:0;padding:13px 14px;width:100%;font-size:16px;min-width:0}textarea{resize:vertical;max-height:160px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkbox-label{display:flex!important;gap:12px;align-items:center}.checkbox-label input{width:18px;height:18px;accent-color:var(--gold)}.full-width{width:100%}.full-width.gold{margin-top:22px}.small-note{text-align:center;font-size:11px;margin-top:15px;margin-bottom:0}.error-message{color:#f2a78d;font-size:13px;margin-top:12px}.empty-cart{padding:55px 0;text-align:center}.empty-cart>span{font:38px/1.1 var(--serif);color:var(--gold)}.empty-cart p{font-size:14px;color:var(--muted);margin:20px 0 25px}#message-preview{font:14px/1.7 var(--sans);white-space:pre-wrap;background:#10130e;padding:20px;border:1px solid var(--line);max-height:35svh;overflow:auto}[hidden]{display:none!important}.music-toggle{display:inline-flex;align-items:center;gap:10px;background:none;color:var(--gold);font-size:12px;padding:8px 0;cursor:pointer}.music-toggle .music-symbol{display:grid;place-items:center;width:29px;height:29px;border:1px solid #cfaf7060;border-radius:50%}.music-player{position:fixed;left:25px;bottom:25px;z-index:24;display:flex;align-items:center;gap:13px;padding:13px 16px;background:#191c15f2;border:1px solid #cfaf7050;backdrop-filter:blur(12px);box-shadow:0 5px 25px #0008}.music-player button{background:none;color:var(--gold);padding:4px}.music-player .track-info{font-size:12px;line-height:1.5}.music-player .track-info small{display:block;color:var(--muted);font-size:10px}.music-player input{width:70px;padding:0;accent-color:var(--gold)}.music-player .music-close{color:var(--muted);font-size:21px}.music-inline{margin-top:25px}.music-player[hidden]{display:none}.hero-music{margin-top:28px}.music-toggle[aria-pressed=true] .music-symbol{background:var(--gold);color:var(--bg)}@media(min-width:1100px){.product-card:nth-child(4),.product-card:nth-child(5){grid-column:auto}.product-grid:not(.compact-grid) .product-card:last-child:nth-child(5){grid-column:2 / 4;display:grid;grid-template-columns:1fr 1fr}.product-grid:not(.compact-grid) .product-card:last-child:nth-child(5) .product-photo{height:100%;aspect-ratio:auto}.product-grid:not(.compact-grid) .product-card:last-child:nth-child(5) .product-body{display:flex;flex-direction:column;justify-content:center}.product-grid:not(.compact-grid) .product-card:last-child:nth-child(5) .product-title{flex-wrap:wrap;gap:8px}.product-grid:not(.compact-grid) .product-card:last-child:nth-child(5) h3{font-size:39px}}@media(max-width:1100px){.wine-intro,.house-section{gap:40px}.wine-list{column-gap:30px}.wine-label h3{font-size:25px}.house-actions{gap:15px;flex-wrap:wrap}.house-photo{height:550px}.visit-info{gap:22px}}@media(max-width:720px){.wine-intro,.house-section,.collaborations{grid-template-columns:1fr;gap:35px}.wine-intro{margin-bottom:35px}.bottle-stage{height:355px}.bottle-stage img{height:280px}.wine-list{grid-template-columns:1fr}.wine-label h3{font-size:29px}.wine-choice{margin-left:33px}.house-section{gap:35px}.house-photo{height:420px}.house-copy>p:not(.eyebrow){font-size:16px}.reservation-banner{padding:65px 6%}.reservation-banner h2{font-size:58px}.reservation-banner .eyebrow{font-size:10px;letter-spacing:.12em}.collaborations{gap:30px}.collaborations h2{font-size:45px}.collab-email{font-size:19px;overflow-wrap:anywhere}.whatsapp-float{right:16px;bottom:20px;padding:14px}.whatsapp-float span{display:none}.mobile-cart:not([hidden]){display:flex;position:fixed;bottom:12px;left:4%;right:4%;width:92%;height:58px;padding:15px 20px;background:var(--gold);color:#16180f;z-index:35;border:0;gap:15px;box-shadow:0 5px 25px #000a}.mobile-cart>span:first-child{display:flex;align-items:center;gap:10px;flex:1;text-align:left;font-size:14px}.mobile-cart .cart-count{background:#1b2119;color:var(--gold)}body:has(#mobile-cart:not([hidden])) .whatsapp-float{bottom:84px}body:has(#mobile-cart:not([hidden])) .music-player{bottom:83px}dialog{padding:25px}.dialog-heading h2{font-size:37px}.form-row{gap:12px}.music-player{left:12px;bottom:20px;padding:10px 13px;max-width:calc(100vw - 83px);gap:8px}.music-player input{display:none}.music-player .track-info{font-size:11px}.music-player .track-info small{font-size:9px}.hero-music{margin-top:19px}.hero-content{padding-bottom:104px}.hero-actions{flex-wrap:wrap}footer{align-items:flex-start}.wine-copy>p:not(.eyebrow){font-size:16px}}
.product-body p{font-size:16px}.add-button{font-size:14px}.heading-aside{font-size:16px}.menu-tabs{scrollbar-width:none}.menu-tabs::-webkit-scrollbar{display:none}.wine-choice select{font-size:14px}.form-note,.dialog-intro{font-size:14px}.hero-shade{background:linear-gradient(90deg,#0c0e0cf2 0%,#0c0e0ca8 37%,#0c0e0c10 76%),linear-gradient(0deg,#10110ee8,transparent 35%)}.product-card:nth-child(3) .product-photo img{object-position:76% center}.product-card:nth-child(4) .product-photo img{object-position:20% center}.photo-badge{font-size:12px}.image-note{font-size:12px}@media(max-width:720px){.hero-shade{background:linear-gradient(0deg,#0d100ef5 0%,#0d100ea8 58%,#0d100e30)}.hero-content .eyebrow{max-width:290px}.hero-content{padding-top:45px}.hero{min-height:655px}.hero-actions .button{min-height:51px}.wine-choice select{font-size:16px}.wine-choice{gap:10px}.wine-choice>span{font-size:13px}}
