
:root{--ink:#171310;--cream:#f5f0e6;--paper:#fffdf8;--pink:#ee4f73;--orange:#f39a46;--blue:#5b72c7;--line:rgba(23,19,16,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}
.topbar{height:78px;position:fixed;z-index:50;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:10px 4vw;background:rgba(255,253,248,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:10px;font-family:"Unbounded",sans-serif;font-size:12px}.brand img{height:55px;width:55px;object-fit:contain}.topbar nav{display:flex;gap:28px;font-size:14px}.topbar nav a:hover{opacity:.55}.lang{display:flex;gap:4px}.lang button,.filters button{border:1px solid var(--line);background:transparent;padding:8px 10px;cursor:pointer;border-radius:999px}.lang button.active,.filters button.active{background:var(--ink);color:white}
.hero{height:100svh;min-height:680px;position:relative;display:flex;align-items:flex-end;padding:0 7vw 9vh;overflow:hidden}.hero-bg,.overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.overlay{background:linear-gradient(90deg,rgba(15,10,8,.82),rgba(15,10,8,.15)),linear-gradient(0deg,rgba(15,10,8,.55),transparent 60%)}.hero-copy{position:relative;color:#fff;max-width:850px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:700}.hero h1,.section h2,.contact h2{font-family:"Unbounded",sans-serif;line-height:1.05;margin:.18em 0;font-size:clamp(44px,7vw,104px)}.hero p:not(.eyebrow){font-size:clamp(17px,2vw,24px);max-width:680px;line-height:1.45}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid currentColor;padding:14px 20px;border-radius:999px;font-weight:700}.btn.primary{background:white;color:var(--ink);border-color:white}.btn.ghost{color:white}.btn.dark{background:var(--ink);color:white;border-color:var(--ink)}
.section{padding:110px 7vw}.story{display:grid;grid-template-columns:1fr 1.15fr;gap:7vw;align-items:center}.story h2,.wines h2,.food h2,.bars h2{font-size:clamp(35px,5vw,68px)}.story-copy p:not(.eyebrow){font-size:18px;line-height:1.7}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.story-grid img{height:620px;width:100%;object-fit:cover;border-radius:24px}.story-grid img:last-child{margin-top:75px;height:480px}
.manifesto{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line)}.manifesto div{padding:36px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:35px}.manifesto strong{font-family:"Unbounded";font-size:38px;color:var(--pink)}.manifesto span{font-size:18px}
.section-head{display:grid;grid-template-columns:1.3fr .7fr;gap:5vw;align-items:end;margin-bottom:45px}.section-head p:last-child{font-size:18px;line-height:1.6}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.wine-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.wine-card{background:var(--cream);border-radius:20px;overflow:hidden;transition:.25s}.wine-card:hover{transform:translateY(-6px)}.wine-card img{width:100%;aspect-ratio:3/4;object-fit:cover}.wine-card div{padding:18px}.wine-card span{font-size:11px;text-transform:uppercase;letter-spacing:.13em;opacity:.6}.wine-card h3{margin:6px 0 0;font-family:"Unbounded";font-size:17px}.wine-card.hidden{display:none}
.tastings{background:var(--pink);display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.tasting-visual img{height:720px;width:100%;object-fit:cover;border-radius:28px}.tasting-copy h2{font-size:clamp(38px,5vw,70px)}.price-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(23,19,16,.35);padding:18px 0}.price-row:last-of-type{border-bottom:1px solid rgba(23,19,16,.35)}.price-row h3,.price-row p{margin:0}.price-row strong{font-family:"Unbounded";font-size:23px}.note{line-height:1.6}
.food-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:16px}.food-grid img{height:520px;width:100%;object-fit:cover;border-radius:24px}.food-grid img:nth-child(2){margin-top:60px}.food-grid img:nth-child(3){margin-top:120px}
.bars{background:var(--blue);color:white}.bar-intro{max-width:900px}.locations{display:grid;grid-template-columns:1fr 1fr;border-block:1px solid rgba(255,255,255,.35);margin:55px 0}.locations article{padding:38px 0}.locations article+article{border-left:1px solid rgba(255,255,255,.35);padding-left:5vw}.locations span{font-size:12px;letter-spacing:.2em;text-transform:uppercase}.locations h3{font-family:"Unbounded";font-size:35px;margin:10px 0}.locations a{text-decoration:underline}.event-img{width:100%;height:560px;object-fit:cover;border-radius:28px}
.contact{display:grid;grid-template-columns:180px 1fr .8fr;gap:4vw;align-items:center}.contact>img{width:170px}.contact h2{font-size:clamp(32px,4vw,58px)}.contact-links{display:flex;flex-direction:column;gap:14px}.contact-links a{padding-bottom:12px;border-bottom:1px solid var(--line)}
footer{padding:30px 7vw;display:flex;justify-content:space-between;border-top:1px solid var(--line);font-size:13px}
@media(max-width:900px){.topbar nav{display:none}.hero{padding:0 6vw 8vh}.section{padding:80px 6vw}.story,.tastings,.section-head,.contact{grid-template-columns:1fr}.story-grid img{height:420px}.manifesto{grid-template-columns:1fr 1fr}.wine-grid{grid-template-columns:repeat(2,1fr)}.food-grid{grid-template-columns:1fr}.food-grid img,.food-grid img:nth-child(2),.food-grid img:nth-child(3){height:420px;margin:0}.tasting-visual img{height:520px}.locations{grid-template-columns:1fr}.locations article+article{border-left:0;border-top:1px solid rgba(255,255,255,.35);padding-left:0}.event-img{height:390px}.contact>img{width:120px}footer{gap:20px;flex-direction:column}}
@media(max-width:560px){.topbar{padding:8px 14px}.brand span{display:none}.hero h1{font-size:46px}.hero-copy p:not(.eyebrow){font-size:17px}.manifesto{grid-template-columns:1fr 1fr}.manifesto div{padding:22px}.manifesto strong{font-size:28px}.wine-grid{grid-template-columns:1fr 1fr;gap:8px}.wine-card div{padding:12px}.wine-card h3{font-size:13px}.story-grid{gap:8px}.story-grid img{height:330px}.story-grid img:last-child{height:260px;margin-top:40px}.tasting-visual img{height:420px}.section{padding:65px 18px}.contact{grid-template-columns:1fr}.contact>img{width:100px}}
