@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*),[data-astro-transition-scope]{animation:none!important}}:root{--champagne:#f3eddf;--espresso:#25251e;--olivenrommet:#414a31;--varmt-papir:#faf7f0;--stovet-oliven:#70745b;--kalkstein:#dcd3c2;--burgunderstol:#6b3b2e;--messing:#b69964;--color-bg:var(--champagne);--color-surface:var(--varmt-papir);--color-text:var(--espresso);--color-text-muted:#626052;--color-muted:#626052;--color-primary:var(--olivenrommet);--color-on-primary:var(--varmt-papir);--color-border:var(--kalkstein);--color-accent:var(--messing);--color-cta:var(--olivenrommet);--color-on-cta:var(--varmt-papir);--color-dark:var(--espresso);--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Manrope", sans-serif;--font-script:var(--font-display)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.8}img{width:100%;height:auto;display:block}a{color:inherit;text-underline-offset:5px;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline-offset:5px;outline:2px solid}::selection{background:var(--olivenrommet);color:var(--champagne)}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--font-display);font-weight:400;line-height:1.04}h1{letter-spacing:-2.5px;font-size:clamp(52px,5.7vw,88px)}h2{letter-spacing:-1.3px;font-size:clamp(40px,4vw,59px)}h3{letter-spacing:-.4px;font-size:29px}h1 em,h2 em{font-weight:400}p+p{margin-top:18px}.container{width:min(1280px,100% - 112px);margin-inline:auto}.section{padding-block:100px}.eyebrow{text-transform:uppercase;letter-spacing:2.2px;margin-bottom:22px;font-size:11px;font-weight:600;line-height:1.6}.lead{max-width:500px;font-size:17px;line-height:1.8}.actions{flex-wrap:wrap;align-items:center;gap:28px;margin-top:30px;display:flex}.button{background:var(--color-cta);min-height:52px;color:var(--color-on-cta);border:1px solid #0000;justify-content:space-between;align-items:center;gap:30px;padding:13px 23px;font-size:12px;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.button:hover{background:#303924}.button span{font-size:19px;font-weight:400;line-height:1}.button-light{background:var(--champagne);color:var(--espresso)}.button-light:hover{background:#fffdf7}.text-link{border-bottom:1px solid;align-items:center;gap:20px;padding-block:10px;font-size:12px;font-weight:600;line-height:1.5;display:inline-flex}.text-link:hover{opacity:.7}.site-header{z-index:50;background:var(--olivenrommet);color:var(--champagne);position:sticky;top:0}.header-inner{align-items:center;gap:40px;width:calc(100% - 80px);max-width:1440px;height:92px;margin:auto;display:flex}.logo{flex-shrink:0;width:220px;display:block}.logo img{width:100%;height:auto}.desktop-nav{align-items:center;gap:25px;margin-left:auto;display:flex}.desktop-nav a{white-space:nowrap;padding:12px 0;font-size:11px}.desktop-nav a:hover,.desktop-nav a[aria-current]{text-decoration:underline}.header-actions{align-items:center;gap:20px;display:flex}.site-header .header-actions>.button{color:var(--espresso);background:var(--champagne);gap:28px;min-height:45px;padding:9px 20px}.menu-toggle{width:44px;height:44px;color:inherit;background:0 0;border:0;padding:10px;display:none}.menu-toggle span{background:currentColor;width:24px;height:1px;margin:6px 0;transition:transform .2s;display:block}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px)rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px)rotate(-45deg)}.mobile-nav{background:var(--olivenrommet);border-top:1px solid #697254;height:calc(100dvh - 76px);padding:24px 30px 40px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.mobile-nav[hidden]{display:none}.mobile-nav>a:not(.button){font-family:var(--font-display);padding:5px 0;font-size:30px;line-height:1.5;display:block}.mobile-nav .button{background:var(--champagne);color:var(--espresso);margin-top:20px;display:flex}.mobile-nav p{margin-top:20px;font-size:12px}.welcome-strip{border-bottom:1px solid var(--kalkstein);justify-content:space-between;align-items:center;gap:30px;padding-block:29px;display:flex}.welcome-strip p{font-family:var(--font-display);font-size:24px}.welcome-strip a{white-space:nowrap;font-size:11px;font-weight:600}.welcome-strip a span{margin-left:25px}.section-heading{justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:45px;display:flex}.section-heading>p{max-width:410px;font-size:14px}.menu-feature-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:70px;display:grid}.food-feature{object-fit:cover;height:540px}.menu-preview>.eyebrow{color:var(--color-muted);margin-bottom:10px}.preview-dish{border-bottom:1px solid var(--kalkstein);padding:24px 0}.preview-dish>div{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.preview-dish h3{font-size:29px}.preview-dish span{white-space:nowrap;font-size:12px}.preview-dish p{color:var(--color-muted);margin-top:8px;font-size:12px}.menu-preview .actions{gap:30px}.story-feature{grid-template-columns:1fr 1.2fr;align-items:center;gap:95px;padding-top:12px;display:grid}.story-copy h2{margin-bottom:28px}.story-copy>p:not(.eyebrow){font-size:14px}.story-feature img{object-fit:cover;height:100%;min-height:420px}figcaption{color:var(--color-muted);letter-spacing:.5px;margin-top:13px;font-size:10px}.wine-feature{background:var(--olivenrommet);color:var(--champagne);grid-template-columns:1fr 1fr;display:grid}.wine-image{min-height:570px;position:relative}.wine-image img{object-fit:cover;width:100%;height:100%;position:absolute}.wine-copy{padding:76px max(56px,50vw - 640px) 76px 76px}.wine-copy h2{margin-bottom:28px}.wine-copy>p:not(.eyebrow){max-width:420px;font-size:14px}.visit-feature{grid-template-columns:1fr 1fr;align-items:center;gap:90px;display:grid}.visit-feature h2{margin-bottom:26px}.visit-feature>div>p:not(.eyebrow){max-width:440px;font-size:14px}.visit-feature>img{object-fit:cover;height:520px}.visit-details{grid-template-columns:1fr 1fr;margin:30px 0;display:grid}.visit-details h3{font-family:var(--font-body);letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;font-size:10px}.visit-details p{font-size:12px}.gift-strip{border-top:1px solid var(--kalkstein);justify-content:space-between;align-items:center;gap:45px;padding:40px 0 55px;display:flex}.gift-strip h2{margin-bottom:14px;font-size:38px}.gift-strip p:not(.eyebrow){font-size:13px}.gift-strip .eyebrow{margin-bottom:12px}.gift-strip>.button{flex-shrink:0}.site-footer{background:var(--espresso);color:var(--champagne);padding:68px 0 25px}.footer-grid{grid-template-columns:1.3fr 1fr 1.2fr .8fr;gap:55px;display:grid}.footer-brand .logo{width:250px;max-width:100%;margin-bottom:24px}.footer-brand p{margin-bottom:25px;font-size:13px}.footer-grid h2{font-family:var(--font-body);letter-spacing:1.6px;text-transform:uppercase;margin-bottom:24px;font-size:10px}.footer-grid>div>a:not(.logo,.button){margin-bottom:7px;font-size:11px;display:block}.footer-grid>div>a:hover{text-decoration:underline}.hours{margin:0}.hours div{justify-content:space-between;gap:20px;margin-bottom:8px;font-size:11px;display:flex}.hours dd{white-space:nowrap;margin:0}.footer-bottom{letter-spacing:.6px;border-top:1px solid #535247;justify-content:space-between;margin-top:55px;padding-top:23px;font-size:9px;display:flex}.page-intro{border-bottom:1px solid var(--kalkstein);padding-block:62px}.intro-grid{grid-template-columns:1fr 1fr;align-items:center;gap:75px;display:grid}.intro-copy h1{margin-bottom:25px;font-size:clamp(50px,5.4vw,77px)}.intro-copy .lead{font-size:15px}.intro-copy>.button{margin-top:27px}.intro-photo{object-fit:cover;height:450px}.closing-invite{text-align:center;background:#e9e3d5;padding:85px 0}.closing-invite h2{max-width:800px;margin:auto}.closing-invite p:not(.eyebrow){max-width:640px;margin:22px auto 28px;font-size:14px}.centered{justify-content:center}.menu-navigation{background:var(--varmt-papir);border-bottom:1px solid var(--kalkstein);z-index:10;position:sticky;top:92px}.menu-navigation nav{justify-content:center;gap:50px;padding-block:20px;display:flex}.menu-navigation a{white-space:nowrap;font-size:12px}.menu-navigation a:hover{text-decoration:underline}.menu-section{border-bottom:1px solid var(--kalkstein);grid-template-columns:.7fr 1.6fr;gap:80px;padding:68px 0;scroll-margin-top:160px;display:grid}.menu-category h2{font-size:48px}.menu-category .eyebrow{font-size:10px}.menu-items{grid-template-columns:1fr 1fr;gap:32px 45px;display:grid}.dish-title{justify-content:space-between;align-items:baseline;gap:14px;margin-bottom:10px;display:flex}.dish-title h3{font-size:26px;line-height:1.12}.dish-title span{white-space:nowrap;font-size:12px}.menu-item p{font-size:12px;line-height:1.7}.menu-item .allergens{color:var(--color-muted);margin-top:8px;font-size:10px}.menu-note{max-width:720px;padding:40px 0 65px}.menu-note h2{margin-bottom:15px;font-size:30px}.menu-note p{font-size:12px}.story-article{grid-template-columns:1fr 2fr;gap:80px;display:grid}.story-article h2{margin-bottom:30px}.story-article>div{max-width:690px}.story-article p:not(.eyebrow){font-size:15px}.about-photo img{object-fit:cover;max-height:650px}.image-note{margin-top:15px;font-size:11px}.three-notes{grid-template-columns:repeat(3,1fr);gap:60px;display:grid}.three-notes h2{margin-bottom:22px;font-size:37px}.three-notes p:not(.eyebrow){margin-bottom:18px;font-size:14px}.kitchen-note{color:var(--color-muted);padding-bottom:60px;font-size:12px}.page-intro+.story-feature{padding-top:90px}.event-details{grid-template-columns:1fr 1fr;gap:110px;display:grid}.event-details h3{margin-bottom:15px;font-size:32px}.event-details p:not(.eyebrow){margin-bottom:28px;font-size:14px}.gallery-heading{padding-block:80px 55px}.gallery-heading h1{margin-bottom:23px}.gallery-heading .lead{max-width:670px}.gallery-grid{grid-template-columns:1fr 1fr;gap:40px 36px;padding-bottom:85px;display:grid}.gallery-grid figure:first-child{grid-column:1/-1}.gallery-grid img{object-fit:cover;height:400px}.gallery-grid figure:first-child img{height:570px}.gallery-grid figcaption{gap:20px;font-size:11px;display:flex}.gallery-grid figcaption span{color:var(--color-muted)}.contact-grid{grid-template-columns:1fr 1.1fr 1fr;gap:65px;display:grid}.contact-grid h2{margin-bottom:25px;font-size:36px}.contact-grid p{margin-bottom:15px;font-size:14px}.contact-hours div{border-bottom:1px solid var(--kalkstein);padding-block:6px;font-size:13px}.practical{border-top:1px solid var(--kalkstein);grid-template-columns:1fr 1fr;gap:100px;padding-block:50px 75px;display:grid}.practical h2{margin-bottom:22px;font-size:32px}.practical p{font-size:14px}.practical .text-link{margin-top:12px}.booking-help{color:var(--color-muted);margin-top:16px;font-size:11px}.booking-options{grid-template-columns:1fr 1fr;gap:100px;display:grid}.booking-options h2{margin-bottom:22px;font-size:40px}.booking-options p:not(.eyebrow){margin-bottom:16px;font-size:14px}.skip-link{z-index:1000;background:var(--espresso);color:var(--champagne);padding:12px 18px;position:fixed;top:-100px;left:16px}.skip-link:focus{top:12px}.reveal{animation:.65s cubic-bezier(.22,1,.36,1) both entry}@keyframes entry{0%{transform:translateY(12px)}to{transform:translateY(0)}}::view-transition-group(root){animation-duration:.45s;animation-timing-function:cubic-bezier(.22,1,.36,1)}::view-transition-old(root){animation:.22s cubic-bezier(.4,0,.6,1) both page-fade-out}::view-transition-new(root){animation:.48s cubic-bezier(.22,1,.36,1) 80ms both page-fade-in}::view-transition-group(site-header),::view-transition-group(site-footer){animation:none}@keyframes page-fade-out{to{opacity:0;transform:scale(.992)}}@keyframes page-fade-in{0%{opacity:0;transform:translateY(8px)scale(1.004)}to{opacity:1;transform:none}}@media (width<=1200px){.header-inner{gap:25px;width:calc(100% - 48px)}.logo{width:190px}.desktop-nav{gap:18px}.container{width:calc(100% - 80px)}.menu-feature-grid{gap:45px}.story-feature{gap:60px}.wine-copy{padding:60px 40px}.visit-feature{gap:55px}.footer-grid{gap:30px}.menu-section{grid-template-columns:.6fr 1.6fr;gap:45px}.menu-items{column-gap:28px}.contact-grid{gap:35px}}@media (width<=1100px){.desktop-nav{display:none}.header-inner{height:76px}.header-actions{margin-left:auto}.menu-toggle{display:block}.menu-navigation{top:76px}.food-feature{height:470px}.section{padding-block:75px}.story-feature{padding-top:5px}.intro-grid{gap:45px}.footer-grid{grid-template-columns:1.2fr 1fr;gap:45px}.menu-section{display:block}.menu-category{margin-bottom:35px}.menu-items{gap:32px 50px}.contact-grid{grid-template-columns:1fr 1fr}.three-notes{gap:35px}.three-notes h2{font-size:32px}}@media (width<=700px){html{scroll-padding-top:90px}.container{width:calc(100% - 44px)}.header-inner{gap:15px;width:calc(100% - 36px);height:76px}.logo{width:165px}.header-actions{gap:9px}.site-header .header-actions>.button{gap:11px;min-height:40px;padding:9px 12px;font-size:10px}.site-header .header-actions>.button span{font-size:15px}.menu-toggle{width:35px;padding-inline:5px}.eyebrow{letter-spacing:1.8px;margin-bottom:18px;font-size:10px}h1{letter-spacing:-1.6px;font-size:52px}h2{letter-spacing:-.9px;font-size:42px}.section{padding-block:55px}.button{min-height:50px;padding:12px 20px}.actions{gap:23px;margin-top:25px}.welcome-strip{flex-direction:column;align-items:flex-start;gap:10px;padding-block:22px}.welcome-strip p{font-size:23px;line-height:1.3}.welcome-strip a{font-size:10px}.section-heading{margin-bottom:28px;display:block}.section-heading h2{margin-bottom:20px}.section-heading>p{font-size:13px}.menu-feature-grid{display:block}.food-feature{object-position:center;height:365px}.menu-preview{padding-top:30px}.preview-dish{padding:20px 0}.preview-dish h3{font-size:29px}.preview-dish span{font-size:11px}.menu-preview .actions{justify-content:space-between;gap:15px}.story-feature{flex-direction:column;gap:30px;padding-top:5px;display:flex}.story-copy h2{margin-bottom:23px}.story-feature img{width:100%;height:330px;min-height:0}.story-feature figure{width:100%}.story-copy>p:not(.eyebrow){font-size:13px}.wine-feature{flex-direction:column;display:flex}.wine-image{min-height:320px}.wine-copy{padding:43px 24px 48px}.wine-copy h2{margin-bottom:24px}.wine-copy>p:not(.eyebrow){font-size:13px}.wine-copy .actions{gap:25px}.visit-feature{flex-direction:column;align-items:stretch;gap:35px;display:flex}.visit-feature>div>p:not(.eyebrow){font-size:13px}.visit-feature>img{height:330px}.visit-feature .actions{gap:18px}.visit-feature .actions .text-link{font-size:11px}.gift-strip{flex-direction:column;align-items:flex-start;gap:23px;padding:32px 0 42px}.gift-strip h2{font-size:36px}.site-footer{padding-top:45px}.footer-grid{grid-template-columns:1fr 1fr;gap:38px 28px}.footer-brand{grid-column:1/-1}.footer-brand .logo{width:230px}.footer-grid>div:nth-child(3){grid-area:3/1/auto/-1}.footer-grid h2{margin-bottom:18px}.footer-grid>div>a:not(.logo,.button){font-size:12px}.hours div{max-width:340px;font-size:12px}.footer-bottom{flex-wrap:wrap;gap:14px;margin-top:35px;font-size:9px}.footer-bottom>span:nth-child(2){display:none}.page-intro{padding-block:38px}.intro-grid{flex-direction:column;align-items:stretch;gap:32px;display:flex}.intro-copy h1{margin-bottom:23px;font-size:52px}.intro-copy .lead{font-size:14px}.intro-photo{height:320px}.closing-invite{padding-block:55px}.closing-invite h2{font-size:42px}.closing-invite p:not(.eyebrow){font-size:13px}.menu-navigation nav{justify-content:flex-start;gap:26px;width:100%;padding:16px 22px;overflow-x:auto}.menu-navigation a{font-size:11px}.menu-section{padding-block:40px;scroll-margin-top:145px}.menu-category{margin-bottom:30px}.menu-category h2{font-size:42px}.menu-category .eyebrow{margin-bottom:12px}.menu-items{display:block}.menu-item+.menu-item{margin-top:28px}.dish-title h3{font-size:28px}.dish-title span{font-size:12px}.menu-item p{font-size:13px}.menu-item .allergens{font-size:11px}.menu-note{padding-block:32px 42px}.story-article{display:block}.story-article p:not(.eyebrow){font-size:14px}.about-photo img{height:300px}.three-notes{display:block}.three-notes>div+div{border-top:1px solid var(--kalkstein);margin-top:35px;padding-top:30px}.three-notes h2{font-size:36px}.three-notes p:not(.eyebrow){font-size:13px}.page-intro+.story-feature{padding-top:45px}.kitchen-note{padding-bottom:42px;font-size:11px}.event-details{display:block}.event-details>div+div{margin-top:35px}.event-details h3{font-size:31px}.event-details p:not(.eyebrow){font-size:13px}.gallery-heading{padding-block:42px 32px}.gallery-heading .lead{font-size:14px}.gallery-grid{padding-bottom:45px;display:block}.gallery-grid figure+figure{margin-top:27px}.gallery-grid img,.gallery-grid figure:first-child img,.gallery-grid figure:last-child img{height:300px}.contact-grid{display:block}.contact-grid>div+div{border-top:1px solid var(--kalkstein);margin-top:35px;padding-top:30px}.contact-grid h2{margin-bottom:18px;font-size:37px}.practical{padding-block:32px 45px;display:block}.practical>div+div{margin-top:35px}.practical p{font-size:13px}.booking-options{display:block}.booking-options>div+div{margin-top:40px}.booking-options p:not(.eyebrow){font-size:13px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}::view-transition-old(root),::view-transition-new(root),::view-transition-group(root){animation:none!important}}body:has(.cinematic-hero) .site-header{background:linear-gradient(#12180dbf,#12180d00);width:100%;transition:background .25s;position:fixed}body:has(.cinematic-hero) .site-header.scrolled{background:var(--espresso)}body:has(.cinematic-hero) .header-inner{height:104px}body:has(.cinematic-hero) .logo{width:250px}body:has(.cinematic-hero) .desktop-nav a{font-size:12px}body:has(.cinematic-hero) .welcome-strip{padding-block:38px}body:has(.cinematic-hero) .welcome-strip p{font-size:29px}.home-menu{padding-block:110px 120px}.home-menu .section-heading{margin-bottom:55px}.home-menu .section-heading h2{font-size:clamp(55px,5.5vw,84px)}.home-menu .menu-feature-grid{grid-template-columns:1.15fr 1fr;align-items:center;gap:90px}.home-menu .food-feature{height:650px}.home-menu .menu-preview{border-top:1px solid var(--espresso);padding-top:27px}.home-menu .menu-preview>.eyebrow{margin-bottom:25px}.home-menu .preview-dish{padding-block:26px}.home-menu .preview-dish h3{font-size:34px}.home-menu .menu-preview .actions{margin-top:37px}.home-story{grid-template-columns:1fr 1.2fr;align-items:center;gap:85px;padding-block:0 115px}.home-story .story-copy{border-left:2px solid var(--messing);padding:16px 0 20px 32px}.home-story .story-copy h2{font-size:clamp(45px,4.7vw,68px)}.home-story figure{margin-left:20px}.home-story img{object-position:56% center;height:580px}.home-wine{isolation:isolate;min-height:760px;padding:95px max(56px,50vw - 640px);display:block;position:relative}.home-wine .wine-image{z-index:-2;min-height:0;position:absolute;inset:0}.home-wine .wine-image img{object-position:center}.home-wine:after{content:"";z-index:-1;background:linear-gradient(90deg,#161b1033,#161b1066);position:absolute;inset:0}.home-wine .wine-copy{background:#2c371ef2;border:1px solid #e4d3ae4d;width:51%;margin-left:auto;padding:58px}.home-wine h2{font-size:clamp(44px,4.6vw,68px)}.home-wine .wine-copy>p:not(.eyebrow){font-size:14px}.home-wine .actions{gap:24px}body:has(.cinematic-hero) .visit-feature{padding-block:110px}body:has(.cinematic-hero) .visit-feature h2{font-size:clamp(48px,4.8vw,70px)}body:has(.cinematic-hero) .visit-feature>img{height:570px}@media (width<=1100px){body:has(.cinematic-hero) .header-inner{height:85px}.home-menu .menu-feature-grid{gap:45px}.home-menu .food-feature{height:540px}.home-menu .preview-dish h3{font-size:29px}.home-story{gap:40px}.home-story .story-copy{padding-left:25px}.home-story figure{margin-left:0}.home-wine{min-height:700px;padding:65px 40px}.home-wine .wine-copy{width:62%;padding:42px}}@media (width<=700px){body:has(.cinematic-hero) .header-inner{height:84px}body:has(.cinematic-hero) .logo{width:165px}body:has(.cinematic-hero) .welcome-strip{padding-block:28px}body:has(.cinematic-hero) .welcome-strip p{font-size:27px}.home-menu{padding-block:58px 65px}.home-menu .section-heading{margin-bottom:30px}.home-menu .section-heading h2{font-size:52px}.home-menu .food-feature{height:400px}.home-menu .menu-preview{margin-top:35px;padding-top:24px}.home-menu .menu-preview>.eyebrow{margin-bottom:0}.home-menu .preview-dish{padding-block:24px}.home-menu .preview-dish h3{font-size:30px}.home-menu .menu-preview .actions{margin-top:27px}.home-story{gap:32px;padding-block:0 60px}.home-story .story-copy{padding:8px 0 8px 22px}.home-story .story-copy h2{font-size:46px}.home-story img{object-position:51% center;height:390px}.home-wine{min-height:830px;padding:255px 22px 30px}.home-wine .wine-image img{object-position:47% center}.home-wine .wine-copy{width:100%;padding:35px 25px}.home-wine h2{font-size:47px}.home-wine .wine-copy>p:not(.eyebrow){font-size:13px}.home-wine .actions{gap:18px}.home-wine .text-link{font-size:11px}body:has(.cinematic-hero) .visit-feature{padding-block:60px}body:has(.cinematic-hero) .visit-feature h2{font-size:47px}body:has(.cinematic-hero) .visit-feature>img{height:350px}body:has(.cinematic-hero) .mobile-nav{height:calc(100dvh - 84px)}}.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}
