:root{--paper:#f4ecdf;--ink:#4a3029;--rust:#8f352d;--muted:#725e53;--line:#d8c8b6;--white:#fffaf2;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65}a{color:inherit}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--rust);outline-offset:5px}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.08}h1{font-size:clamp(3.3rem,6.4vw,6.5rem);letter-spacing:-.055em;margin-bottom:25px}h2{font-size:clamp(2.5rem,4.5vw,4.4rem);letter-spacing:-.045em}em{font-weight:400;color:var(--rust)}.wrap{width:min(1260px,calc(100% - 100px));margin-inline:auto}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:.76rem;font-weight:700;margin-bottom:24px}.skip{position:fixed;top:-100px;left:20px;padding:12px;background:var(--ink);color:white;z-index:20}.skip:focus{top:12px}.site-header{height:102px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px}.wordmark{text-decoration:none;display:flex;flex-direction:column;line-height:1}.wordmark strong{font:400 2.1rem var(--serif);letter-spacing:-.045em}.wordmark span{font-size:.66rem;text-transform:uppercase;letter-spacing:.27em;text-align:center;margin-top:5px}.nav{display:flex;align-items:center;gap:33px}.nav a{text-decoration:none;font-size:.9rem}.nav a:not(.button):hover{color:var(--rust)}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:13px 24px;background:var(--rust);border:1px solid var(--rust);color:var(--white);text-decoration:none;font-size:.9rem;font-weight:600;line-height:1.4;transition:background .18s,transform .18s;cursor:pointer}.button:hover{background:#732922;transform:translateY(-2px)}.button.outline{background:transparent;color:var(--ink);border-color:var(--ink)}.button.outline:hover{background:#eadbc9}.button.small{padding:11px 19px;min-height:44px}.hero{display:grid;grid-template-columns:1.04fr 1fr;gap:70px;align-items:center;padding-block:66px 74px}.hero-copy{padding:12px 0 30px}.hero-copy>p:not(.eyebrow){max-width:420px;color:var(--muted);font-size:1.08rem;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-picture{position:relative;padding:0 0 28px 0}.hero-picture .image-frame{aspect-ratio:.9;border-radius:48% 48% 3px 3px;overflow:hidden;background:#d8c3ac}.hero-picture img{width:100%;height:100%;object-fit:cover;object-position:50% 58%}.location-card{position:absolute;bottom:0;left:-30px;padding:20px 29px;background:var(--white);border:1px solid var(--line);box-shadow:0 7px 23px #4a302908;line-height:1.5}.location-card strong{display:block;font-family:var(--serif);font-size:1.25rem;font-weight:400}.location-card span{font-size:.78rem;color:var(--muted)}.hero-index{display:flex;align-items:center;gap:16px;margin-top:40px;color:var(--muted);font-size:.8rem}.hero-index:before{content:'';width:55px;height:1px;background:var(--rust)}.values{background:var(--rust);color:var(--paper);display:flex;justify-content:center;gap:0;padding:23px 30px;text-align:center}.values span{font-family:var(--serif);font-size:1.18rem;letter-spacing:.01em;padding:0 46px;border-right:1px solid #ffffff38}.values span:last-child{border:0}.story{display:grid;grid-template-columns:.94fr 1fr;align-items:center;gap:105px;padding-block:106px}.story-photo{position:relative}.story-photo img{width:100%;aspect-ratio:1;object-fit:cover;object-position:50% 100%;border-radius:2px}.photo-caption{font-size:.75rem;color:var(--muted);margin:9px 0 0}.story-copy p:not(.eyebrow){color:var(--muted);max-width:460px}.story-copy h2{margin-bottom:25px}.text-link{display:inline-flex;align-items:center;gap:20px;font-size:.88rem;font-weight:600;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:5px}.text-link:hover{color:var(--rust)}.menu-section{padding-block:90px;background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;gap:35px;align-items:flex-end;margin-bottom:35px}.section-head h2{margin:0}.section-head .eyebrow{margin-bottom:13px}.section-head .text-link{margin-bottom:8px;white-space:nowrap}.menu-tabs{display:flex;flex-wrap:wrap;gap:7px;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:22px}.menu-tabs button{border:1px solid transparent;background:transparent;padding:10px 18px;color:var(--muted);font-size:.9rem;cursor:pointer;border-radius:2px}.menu-tabs button[aria-pressed=true]{color:var(--white);background:var(--rust)}.menu-tabs button:hover{border-color:var(--ink)}.menu-panel[hidden]{display:none}.menu-category{border-bottom:1px solid var(--line)}.menu-category summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 0;cursor:pointer;font-family:var(--serif);font-size:1.8rem;color:var(--rust)}.menu-category summary h3{margin:0;font:inherit}.menu-category summary::-webkit-details-marker{display:none}.menu-category summary:after{content:'+';font:300 1.8rem var(--sans);color:var(--ink)}.menu-category[open] summary:after{content:'−'}.menu-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:64px;padding:4px 0 28px}.menu-item{padding:17px 0;border-bottom:1px dotted var(--line);break-inside:avoid}.menu-item-top{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.menu-item h4{font:500 1.17rem/1.35 var(--serif);margin:0}.menu-item .price{color:var(--rust);font-size:.95rem;white-space:nowrap;font-variant-numeric:tabular-nums}.menu-item p{margin:7px 0 0;color:var(--muted);font-size:.875rem;line-height:1.6}.menu-item .wine-prices{font-size:.85rem;color:var(--rust);font-style:normal}.category-note{font-size:.88rem;color:var(--muted);white-space:pre-line;margin:5px 0 27px;max-width:850px}.menu-foot{font-size:.8rem;color:var(--muted);margin:25px 0 0}.visit{padding-block:100px;display:grid;grid-template-columns:1.05fr 1fr;gap:90px}.visit h2{margin-bottom:30px}.visit address{font-style:normal;font-size:1.08rem;line-height:1.7;margin-bottom:26px}.visit .address-title{font-family:var(--serif);font-size:1.4rem;color:var(--rust)}.contact-block{padding:4px 0 25px;margin-bottom:26px;border-bottom:1px solid var(--line)}.contact-block h3{font-family:var(--sans);font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px}.phone{font-family:var(--serif);font-size:2.1rem;text-decoration:none;letter-spacing:.035em}.contact-block p{font-size:.93rem;color:var(--muted);margin-bottom:15px}.site-footer{background:var(--ink);color:var(--paper);padding:43px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:35px}.footer-name{font-family:var(--serif);font-size:2.2rem;letter-spacing:-.035em}.footer-meta{color:#e3cdbb;font-size:.8rem;line-height:1.8;text-align:right}.footer-meta a{text-underline-offset:4px}.mobile-bar{display:none}.js .menu-tabs{display:flex}.no-js .menu-tabs{display:none}@media(min-width:1500px){.hero{gap:110px}.hero-picture .image-frame{aspect-ratio:1}}@media(max-width:1050px){.wrap{width:calc(100% - 56px)}.hero{gap:35px}.hero-picture .image-frame{aspect-ratio:.78}.story{gap:50px}.nav{gap:21px}.nav>a:not(.button){display:none}.values span{padding:0 28px}.visit{gap:45px}.menu-grid{column-gap:38px}.location-card{left:-10px;padding:15px 20px}.hero-copy>p:not(.eyebrow){font-size:1rem}}@media(max-width:700px){html{scroll-padding-top:20px}.wrap{width:calc(100% - 40px)}.site-header{height:88px}.wordmark strong{font-size:1.75rem}.wordmark span{font-size:.6rem}.nav{gap:0}.desktop-only{display:none}.nav>a:not(.button){display:none}.nav .button{min-height:43px;padding:10px 14px;font-size:.8rem}.hero{grid-template-columns:1fr;gap:35px;padding-block:40px 45px}.hero-copy{padding:0}.eyebrow{font-size:.7rem;margin-bottom:20px}h1{font-size:clamp(3.3rem,12.5vw,5.4rem);line-height:1.04;margin-bottom:20px}.hero-copy>p:not(.eyebrow){max-width:460px}.hero-actions{margin-top:25px}.hero-index{margin-top:26px}.hero-picture{max-width:460px;width:100%;margin:auto;padding-bottom:22px}.hero-picture .image-frame{aspect-ratio:1.12;border-radius:42% 42% 2px 2px}.location-card{left:12px;padding:13px 20px;right:12px}.location-card strong{font-size:1.13rem}.values{padding:20px 10px;flex-wrap:wrap;gap:7px 0}.values span{font-size:.95rem;padding:0 15px}.values span:last-child{flex-basis:100%;padding-top:5px}.values span:nth-child(2){border:0}.story{grid-template-columns:1fr;gap:30px;padding-block:66px}.story-copy{grid-row:1}.story-photo img{aspect-ratio:1}.story-copy h2{font-size:2.85rem}.menu-section{padding-block:60px}.section-head{align-items:flex-start;flex-direction:column;gap:20px;margin-bottom:22px}.section-head .text-link{font-size:.84rem}.menu-tabs{gap:4px;padding-bottom:15px}.menu-tabs button{padding:9px 10px;font-size:.82rem}.menu-category summary{font-size:1.65rem;padding:22px 0}.menu-grid{grid-template-columns:1fr;padding-bottom:20px}.menu-item{padding:16px 0}.menu-item h4{font-size:1.1rem}.menu-item-top{gap:10px}.menu-item .price{font-size:.9rem}.visit{grid-template-columns:1fr;gap:37px;padding-block:65px 40px}.visit h2{font-size:3rem}.contact-block:last-child{margin-bottom:0}.site-footer{padding:35px 0 98px}.footer-inner{align-items:flex-start;flex-direction:column;gap:18px}.footer-meta{text-align:left}.mobile-bar{display:flex;position:fixed;bottom:0;left:0;right:0;padding:10px 18px calc(10px + env(safe-area-inset-bottom));background:var(--paper);border-top:1px solid var(--line);gap:10px;z-index:10}.mobile-bar a{flex:1;min-height:45px;font-size:.84rem}.hero-actions .button{padding-inline:18px}.phone{font-size:1.9rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}@media print{.nav,.menu-tabs,.hero-actions,.mobile-bar,.text-link,.visit,.site-footer,.hero,.story,.values,.section-head .text-link{display:none!important}.menu-panel[hidden]{display:block!important}.wrap{width:100%}.menu-section{border:0;padding:0}.menu-category{break-inside:auto}.menu-grid{display:block}.menu-item{break-inside:avoid}.menu-category summary:after{display:none}.site-header{height:auto;padding-bottom:20px}.section-head h2{font-size:2rem}body{font-size:11pt;background:white}}

.social-link{gap:12px;color:var(--rust);max-width:100%;font-size:.95rem}.social-link svg{flex:none}.social-link span:first-of-type{overflow-wrap:anywhere}.social-link:hover{color:var(--ink)}
