@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:wght@500;600;700&display=swap');
:root{--green:#26310e;--green2:#394615;--cream:#f5f0df;--paper:#fcfaf3;--gold:#c4a65b;--ink:#202117;--muted:#6e6e5e;--orange:#b86425;--line:#ddd7c4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;line-height:1.55}a{text-decoration:none;color:inherit}.header{position:sticky;top:0;z-index:50;height:76px;background:rgba(31,42,9,.97);display:flex;align-items:center;padding:0 clamp(18px,6vw,80px);gap:30px;box-shadow:0 6px 25px #0002}.logo{color:#fff;line-height:.85;display:flex;flex-direction:column}.logo span{font-size:12px;letter-spacing:.18em;text-transform:uppercase}.logo strong{font:600 35px 'Playfair Display',serif}.nav{margin-left:auto;display:flex;gap:25px;color:#fff;font-size:14px}.nav a:hover{color:#e3cc87}.hamb{display:none;margin-left:auto;background:none;border:0;color:white;font-size:28px}.hero{height:min(760px,calc(100vh - 76px));min-height:600px;position:relative;display:flex;align-items:center;overflow:hidden;background:#172006}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#111807df 0%,#111807a8 45%,#1118072e 100%),linear-gradient(0deg,#101500b8,transparent 55%)}.hero-inner{position:relative;z-index:2;color:#fff;max-width:850px;padding:50px clamp(22px,8vw,110px)}.kicker{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:600;color:#dfc67c;margin:0 0 12px}.kicker.dark{color:#89743b}.hero h1{font:600 clamp(54px,7vw,96px)/.98 'Playfair Display',serif;margin:0 0 22px}.hero h1 em{font-style:italic;color:#e1c67b}.hero-text{font-size:19px;max-width:620px;color:#f5f2e8}.buttons,.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:3px;font-weight:600;font-size:14px;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.light{background:var(--cream);color:var(--green)}.btn.outline{border:1px solid #fff8;color:#fff}.btn.dark{background:var(--green);color:#fff}.section{padding:88px clamp(20px,7vw,100px)}.intro{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.intro h2,.feature h2,.section-head h2,.contact h2{font:600 clamp(38px,5vw,62px)/1.05 'Playfair Display',serif;margin:0 0 20px}.intro p:not(.kicker){font-size:18px;color:#5f5f52;max-width:590px}.intro img,.feature img{width:100%;height:430px;object-fit:cover}.text-link{display:inline-block;margin-top:18px;color:var(--green);font-weight:600}.feature{background:#efe9d7}.feature-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.feature p:not(.kicker){color:#5f5f52;font-size:17px;max-width:540px}.hours{background:var(--green);color:#fff}.section-head{text-align:center;margin-bottom:45px}.section-head h2{color:var(--green)}.hours .section-head h2,.dark-section .section-head h2{color:#fff}.hours-grid{max-width:1050px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #fff3;border-bottom:1px solid #fff3}.hours-grid div{padding:32px;text-align:center;border-right:1px solid #fff3}.hours-grid div:last-child{border-right:0}.hours-grid span{display:block;font:500 25px 'Playfair Display',serif;color:#e2c77c}.hours-grid b{display:block;font-size:20px;margin-top:7px}.closed{text-align:center;color:#d7d8ca;margin:22px 0 0}.photo-band{min-height:440px;position:relative;display:flex;align-items:center;overflow:hidden}.photo-band img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.photo-band:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#13190ce8,#13190c80 55%,#13190c20)}.photo-band>div{position:relative;z-index:2;color:#fff;max-width:650px;padding:70px clamp(20px,9vw,130px)}.photo-band h2{font:600 clamp(42px,5vw,66px)/1.05 'Playfair Display',serif;margin:0 0 22px}.photo-band.second{min-height:390px}.menu{max-width:1250px;margin:auto}.cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cards article{background:#fff;border:1px solid var(--line);padding:27px;display:flex;justify-content:space-between;gap:20px}.cards h3,.menu-list h3,.drink-grid h3{font:600 24px/1.1 'Playfair Display',serif;margin:0;color:var(--green)}.cards p{margin:9px 0 0;color:var(--muted);font-size:14px}.cards strong,.menu-list b{white-space:nowrap;color:var(--green)}.dark-section{max-width:none;background:var(--green);color:#fff;padding-left:clamp(20px,9vw,130px);padding-right:clamp(20px,9vw,130px)}.dark-section .menu-list{max-width:1100px;margin:auto}.menu-list>div{display:flex;justify-content:space-between;gap:30px;padding:17px 0;border-bottom:1px solid #fff2}.menu-list h3{color:#fff}.menu-list small{display:block;color:#cdd0c0;font:400 13px/1.4 'DM Sans',sans-serif;margin-top:5px}.menu-list b{color:#e0c77a}.drink-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.drink-grid>div{border-top:3px solid var(--gold);padding-top:20px}.drink-grid h3{font-size:28px;margin-bottom:20px}.drink-grid p{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding:9px 0;margin:0;color:#56564b}.drink-grid b{color:var(--green);white-space:nowrap}.contact{background:#e9e2ce;padding:70px clamp(20px,7vw,100px)}.contact-inner{max-width:1100px;margin:auto;background:var(--green);color:#fff;padding:50px clamp(25px,6vw,70px);display:flex;justify-content:space-between;align-items:center;gap:35px}.contact h2{color:#fff;margin-bottom:12px}.contact p:not(.kicker){margin:5px 0;color:#e0e1d4}.contact .outline{border-color:#fff}.contact .buttons{margin-top:0}footer{background:#151a07;color:#bbb;padding:24px clamp(20px,7vw,100px);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:12px}footer strong{color:#fff}footer span{margin-left:15px}@media(max-width:850px){.nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--green);padding:10px 25px 20px;flex-direction:column;gap:0}.nav.open{display:flex}.nav a{padding:12px 0;border-bottom:1px solid #fff1}.hamb{display:block}.intro,.feature-grid{grid-template-columns:1fr;gap:35px}.intro img,.feature img{height:330px}.hours-grid,.drink-grid{grid-template-columns:1fr}.hours-grid div{border-right:0;border-bottom:1px solid #fff3}.hours-grid div:last-child{border-bottom:0}.cards{grid-template-columns:1fr}.contact-inner{flex-direction:column;align-items:flex-start}.hero{min-height:650px;height:auto}.hero-inner{padding-top:90px;padding-bottom:90px}.photo-band{min-height:500px}}@media(max-width:520px){.header{height:70px}.nav{top:70px}.hero h1{font-size:54px}.hero-text{font-size:17px}.section{padding:65px 18px}.cards article{padding:21px}.menu-list h3{font-size:21px}.drink-grid{gap:35px}}
