:root{--green:#0c2a21;--green-2:#164133;--cream:#f3ecdf;--paper:#fbf8f2;--red:#7b2c2e;--gold:#d9b66f;--ink:#18201d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:16px}a{color:inherit;text-decoration:none}.nav-wrap{height:88px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:var(--cream);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:12px;font-family:"Playfair Display",serif;font-size:1.25rem}.brand em{font-weight:500}.brand-mark{width:40px;height:40px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font:600 .74rem "DM Sans";letter-spacing:.08em}nav{display:flex;align-items:center;gap:32px;font-size:.9rem}nav a{transition:opacity .2s}nav a:hover{opacity:.55}.nav-cta{border-bottom:1px solid;padding-bottom:4px}.menu{display:none;background:none;border:1px solid var(--ink);border-radius:999px;padding:9px 15px}.hero{height:calc(100svh - 88px);min-height:620px;position:relative;display:flex;align-items:center;overflow:hidden;color:white}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,20,15,.92) 0%,rgba(2,20,15,.62) 42%,rgba(2,20,15,.05) 75%)}.hero-copy{position:relative;margin-left:7vw;width:min(630px,86vw);padding-bottom:5vh}.eyebrow,.section-number{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:600}.eyebrow{color:var(--gold);margin-bottom:25px}.hero h1,.intro h2,.section-head h2,.service-title h2,.visit h2{font-family:"Playfair Display",serif;font-weight:600;line-height:.95;margin:0}.hero h1{font-size:clamp(4rem,8vw,7.8rem);letter-spacing:-.045em}.hero h1 i,.section-head i,.service-title i,.visit i{font-weight:500}.lead{font-size:1.08rem;line-height:1.65;max-width:500px;margin:30px 0}.button{display:inline-flex;align-items:center;gap:35px;background:var(--gold);color:#14231d;padding:16px 22px;font-weight:600;font-size:.9rem}.button span{font-size:1.2rem}.hero-note{position:absolute;right:4vw;bottom:34px;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.hero-note span{display:inline-block;width:8px;height:8px;background:var(--gold);border-radius:50%;margin-right:7px}.intro{padding:130px 7vw;display:grid;grid-template-columns:1fr 2.2fr;gap:60px;background:var(--paper)}.section-number{color:#6f7974;margin:5px 0 30px}.intro h2,.section-head h2,.service-title h2{font-size:clamp(2.8rem,5vw,5.5rem);letter-spacing:-.035em}.intro>div>p{max-width:650px;font-size:1.12rem;line-height:1.8;color:#53605a;margin:35px 0 0}.selection{padding:120px 7vw;background:var(--green);color:white}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:70px}.selection .section-number{color:#a9bbb2}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:rgba(255,255,255,.14)}.product{min-height:330px;padding:32px 35px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s}.product:hover{transform:translateY(-5px)}.product span{font-size:.75rem;opacity:.68}.product h3{font:600 2rem "Playfair Display",serif;margin:0 0 15px}.product p{line-height:1.65;max-width:430px;margin:0;opacity:.8}.product-green{background:var(--green-2)}.product-wine{background:var(--red)}.product-cream{background:var(--cream);color:var(--ink)}.product-red{background:#a34c35}.services{padding:130px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:10vw}.service-list{border-top:1px solid #c8c9c4}.service-list>div{padding:30px 0;border-bottom:1px solid #c8c9c4}.service-list strong{font:600 1.5rem "Playfair Display",serif}.service-list p{color:#65706a;line-height:1.6;margin:10px 0 0}.visit{background:var(--red);color:white;text-align:center;padding:120px 20px}.visit h2{font-size:clamp(3.5rem,7vw,7rem)}.visit>p:not(.eyebrow){margin:28px 0;color:#ead6cf}.button-light{background:var(--cream);margin-top:10px}footer{padding:38px 5vw;background:#071c16;color:#dfe8e3;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.78rem}footer p{opacity:.65}.menu:focus-visible,a:focus-visible{outline:3px solid var(--gold);outline-offset:4px}@media(max-width:760px){.nav-wrap{height:72px}.menu{display:block}nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--cream);padding:25px 5vw;flex-direction:column;align-items:flex-start;border-top:1px solid #d8d0c2}nav.open{display:flex}.hero{height:780px;min-height:0;align-items:flex-end}.hero>img{object-position:64% center}.hero-shade{background:linear-gradient(0deg,rgba(2,20,15,.96) 0%,rgba(2,20,15,.6) 55%,rgba(2,20,15,.08) 100%)}.hero-copy{margin:0 7vw 70px;padding:0}.hero h1{font-size:3.7rem}.hero-note{display:none}.intro,.services{grid-template-columns:1fr;padding:90px 7vw}.section-head{display:block}.product-grid{grid-template-columns:1fr}.product{min-height:260px}.selection{padding:90px 7vw}.visit{padding:90px 20px}footer{flex-direction:column;text-align:center}}
