:root{--ink:#1e211c;--muted:#67685f;--cream:#f4efe5;--paper:#fbf8f1;--green:#233a32;--green-dark:#13261f;--ochre:#b88345;--line:#1e211c2e;--serif:"Iowan Old Style", "Baskerville", "Times New Roman", serif;--sans:"Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{color:var(--ink);background:var(--paper);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}body,button,a{font-family:var(--sans)}img{display:block}a{color:inherit;text-decoration:none}button{color:inherit}::selection{color:var(--paper);background:var(--green)}:focus-visible{outline:2px solid var(--ochre);outline-offset:4px}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:var(--serif);font-weight:400;line-height:1.04}h2{letter-spacing:-.045em;margin-bottom:1.5rem;font-size:clamp(2.8rem,6vw,6rem)}.site-header{z-index:30;color:#fff;border-bottom:1px solid #ffffff3d;justify-content:space-between;align-items:center;min-height:106px;padding:1.25rem clamp(1.25rem,4vw,4.5rem);display:flex;position:absolute;top:0;left:0;right:0}.site-header--solid{color:var(--cream);background:var(--green);border-bottom-color:#ffffff1f;position:relative}.wordmark{color:inherit;flex-direction:column;flex:none;line-height:1;display:inline-flex}.wordmark__name{font-family:var(--serif);letter-spacing:-.05em;font-size:clamp(2rem,3vw,2.65rem);font-style:italic}.wordmark__descriptor{letter-spacing:.28em;text-transform:uppercase;margin-top:.28rem;font-size:.56rem;font-weight:600}.desktop-nav{letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:clamp(1rem,2vw,2.25rem);font-size:.72rem;font-weight:600;display:flex}.desktop-nav>a:not(.button){padding-block:.5rem;position:relative}.desktop-nav>a:not(.button):after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .18s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.desktop-nav>a:not(.button):hover:after{transform-origin:0;transform:scaleX(1)}.language-link{opacity:.75}.mobile-nav{display:none}.button{letter-spacing:.15em;text-transform:uppercase;border:1px solid #0000;justify-content:center;align-items:center;min-height:52px;padding:.85rem 1.6rem;font-size:.7rem;font-weight:700;line-height:1;transition:color .18s,background .18s,border-color .18s;display:inline-flex}.button--small{min-height:44px;padding-inline:1.25rem}.button--cream{color:var(--green-dark);background:var(--cream)}.button--cream:hover{color:#fff;background:0 0;border-color:#ffffffbf}.button--ochre{color:#fff;background:var(--ochre)}.button--green{color:var(--cream);background:var(--green)}.button--green:hover{color:var(--green);border-color:var(--green);background:0 0}.text-link{letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid;align-items:center;gap:.65rem;width:fit-content;padding-bottom:.3rem;font-size:.72rem;font-weight:700;display:inline-flex}.text-link:after{content:"↗";font-size:.9rem}.text-link--light{color:#fff}.button-row{flex-wrap:wrap;align-items:center;gap:1.3rem;display:flex}.eyebrow{color:var(--ochre);letter-spacing:.22em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1.25rem;font-size:.66rem;font-weight:700;display:flex}.eyebrow:before{content:"";background:currentColor;width:36px;height:1px}.eyebrow--light{color:#f3e5ce}.hero{color:#fff;background:var(--green-dark);align-items:flex-end;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero__image{z-index:0;object-fit:cover;object-position:center 56%;transform:scale(1.01)}.hero__veil{z-index:1;background:linear-gradient(90deg,#0a1612d1 0%,#0a16126b 52%,#0a161233 100%),linear-gradient(#0000 52%,#08110e94 100%);position:absolute;inset:0}.hero__content{z-index:2;width:min(930px,100% - 2.5rem);margin:0 0 clamp(5.25rem,12vh,8rem) clamp(1.25rem,8vw,9rem);position:relative}.hero h1{letter-spacing:-.065em;text-wrap:balance;max-width:900px;margin-bottom:.25rem;font-size:clamp(4rem,11vw,10.5rem);font-style:italic}.hero h1 em{color:#f3e5ce;font-style:inherit}.hero__tagline{color:#f3e5ce;font-family:var(--serif);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.1rem;font-size:clamp(1.05rem,2.1vw,1.65rem)}.hero__subtitle{max-width:610px;font-family:var(--serif);margin-bottom:2.2rem;font-size:clamp(1.2rem,2vw,1.65rem);line-height:1.45}.hero__scroll{z-index:2;border:1px solid #ffffff7a;border-radius:999px;place-items:center;width:44px;height:62px;display:grid;position:absolute;bottom:2.25rem;right:clamp(1.5rem,4vw,4.5rem)}.hero__scroll span{background:#fff;width:1px;height:20px;animation:1.8s ease-in-out infinite scroll-pulse}@keyframes scroll-pulse{0%,to{transform-origin:top;transform:scaleY(.45)translateY(-6px)}50%{transform:scaleY(1)translateY(5px)}}.preview-ribbon{z-index:100;color:#fff;letter-spacing:.1em;text-transform:uppercase;background:#8a3e34;margin:0;padding:.6rem .85rem;font-size:.7rem;font-weight:700;position:fixed;bottom:1rem;right:1rem;box-shadow:0 8px 30px #0003}.opening-bar{color:var(--cream);background:var(--green);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.opening-bar>div{border-right:1px solid #ffffff26;min-height:126px;padding:1.75rem clamp(1.25rem,3vw,3.25rem)}.opening-bar>div:last-child{border-right:0}.opening-bar span,.opening-bar strong{display:block}.opening-bar span{color:#f4efe59e;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.45rem;font-size:.62rem;font-weight:700}.opening-bar strong{font-family:var(--serif);font-size:clamp(1.05rem,1.7vw,1.35rem);font-weight:400}.section{width:min(100%,1480px);margin:0 auto;padding:clamp(5rem,10vw,10rem) clamp(1.25rem,6vw,6rem)}.story{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:clamp(3rem,8vw,9rem);display:grid}.story__image-wrap{background:#d8d0c2;min-height:clamp(520px,66vw,820px);position:relative;overflow:hidden}.story__image{object-fit:cover}.story__number{color:#ffffffd1;font-family:var(--serif);font-size:clamp(8rem,18vw,17rem);font-style:italic;line-height:1;position:absolute;bottom:-.22em;right:-.02em}.story__copy{max-width:620px}.story__copy h2{max-width:11ch}.story__owner{border-left:2px solid var(--ochre);width:fit-content;margin:1.75rem 0;padding-left:1rem;display:grid}.story__owner span{color:var(--muted);letter-spacing:.13em;text-transform:uppercase;font-size:.62rem;font-weight:700}.story__owner strong{font-family:var(--serif);margin-top:.15rem;font-size:1.25rem;font-weight:400}.story__copy>p:not(.eyebrow){max-width:54ch;color:var(--muted);font-size:1.05rem}.story__copy .text-link{margin-top:1.25rem}.pillars{color:var(--cream);background:var(--green-dark);grid-template-columns:repeat(3,minmax(0,1fr));padding:0 clamp(1.25rem,4vw,4.5rem);display:grid}.pillars article{border-right:1px solid #ffffff21;min-height:360px;padding:clamp(2.5rem,5vw,5rem)}.pillar-icon{color:#f3e5ce;width:44px;height:44px;font-family:var(--serif);border:1px solid #f3e5ce61;border-radius:50%;place-items:center;margin-bottom:1rem;font-size:1.25rem;display:grid}.pillars article:last-child{border-right:0}.pillar-index{color:var(--ochre);letter-spacing:.16em;margin-bottom:clamp(4rem,8vw,7rem);font-size:.65rem;font-weight:700;display:block}.pillars h3{margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.7rem)}.pillars p{color:#f4efe5b8;max-width:35ch;margin-bottom:0}.menu-section{background:var(--cream);width:100%;max-width:none}.menu-heading{text-align:center;width:min(100%,1360px);margin:0 auto clamp(3.5rem,7vw,6rem)}.menu-heading .eyebrow{justify-content:center}.menu-heading h2{margin-bottom:1rem}.menu-heading>p:last-child{max-width:610px;color:var(--muted);margin-inline:auto}.menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(3rem,7vw,8rem);width:min(100%,1280px);margin:0 auto;display:grid}.menu-category h3{border-bottom:1px solid var(--ink);margin-bottom:2rem;padding-bottom:1rem;font-size:clamp(2rem,4vw,3.35rem)}.menu-items{gap:2rem;display:grid}.menu-item{border-bottom:1px solid var(--line);padding-bottom:1.75rem}.menu-item__line{align-items:baseline;gap:.6rem;display:flex}.menu-item__line h4{max-width:80%;font-family:var(--serif);margin:0;font-size:clamp(1.2rem,2.2vw,1.6rem);line-height:1.25}.menu-item__line span{border-bottom:1px dotted #1e211c66;flex:1;min-width:16px}.menu-item__line strong{font-family:var(--serif);font-size:1.1rem;font-weight:400}.menu-item>p{max-width:46ch;color:var(--muted);margin:.65rem 0 0;font-size:.88rem}.menu-item__meta{color:var(--muted);flex-wrap:wrap;gap:.45rem 1rem;margin-top:.65rem;display:flex}.menu-item__meta em{color:#8a5d2f;letter-spacing:.11em;text-transform:uppercase;font-size:.65rem;font-style:normal;font-weight:700}.menu-item__meta small{font-size:.7rem}.menu-item__meta small+small:before{content:"·";margin-right:.45rem}.menu-note{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:2rem;width:min(100%,1280px);margin:3rem auto 0;padding-top:1.25rem;display:grid}.menu-note p{color:var(--muted);margin:0;font-size:.72rem}.gallery-section{color:var(--cream);background:var(--green)}.gallery-heading{justify-content:space-between;align-items:flex-end;width:min(100%,1360px);margin:0 auto;padding:clamp(5rem,8vw,8rem) clamp(1.25rem,4vw,4.5rem) 3rem;display:flex}.gallery-heading h2{text-align:right;max-width:8ch;margin-bottom:0}.gallery-grid{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(4,1fr);gap:clamp(.5rem,1vw,1rem);min-height:960px;padding:0 clamp(.75rem,2vw,2rem) clamp(.75rem,2vw,2rem);display:grid}.gallery-item{background:var(--green-dark);min-height:260px;margin:0;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;transition:transform .5s}.gallery-item:hover img{transform:scale(1.025)}.gallery-item--1{grid-area:1/1/3/3}.gallery-item--2{grid-area:1/3/3}.gallery-item--3{grid-area:1/4}.gallery-item--4{grid-area:2/4/4}.gallery-item--5{grid-area:3/1/auto/2}.gallery-item--6{grid-area:3/2/auto/4}.awards-section{grid-template-columns:minmax(260px,.7fr) minmax(320px,1.3fr);align-items:start;gap:clamp(3rem,8vw,8rem);display:grid}.awards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.awards-grid article{text-align:center;border:1px solid var(--line);background:#eee9de;place-items:center;min-height:210px;padding:2rem;display:grid}.awards-grid img{object-fit:contain;width:auto;max-width:160px;height:auto;max-height:86px}.awards-grid h3{margin:1rem 0 0;font-size:1.35rem}.booking-section{color:#fff;min-height:880px;position:relative;overflow:hidden}.booking-section>img{object-fit:cover;object-position:center 55%}.booking-section__veil{z-index:1;background:#0c14119e;position:absolute;inset:0}.booking-section__inner{z-index:2;grid-template-columns:minmax(300px,.8fr) minmax(520px,1.2fr);align-items:center;gap:clamp(3rem,7vw,8rem);width:min(1380px,100% - 2.5rem);min-height:880px;margin:0 auto;padding:clamp(5rem,9vw,8rem) 0;display:grid;position:relative}.booking-section__content{max-width:610px}.booking-section__content .eyebrow{justify-content:flex-start}.booking-section h2{margin-bottom:1.3rem;font-style:italic}.booking-section__content>p:not(.eyebrow){max-width:570px;font-family:var(--serif);margin:0 0 2.25rem;font-size:1.25rem}.booking-section .button-row{justify-content:flex-start}.reservation-widget{width:100%;max-width:680px;color:var(--ink);background:#fbf8f1fa;justify-self:end;padding:clamp(1.2rem,3vw,2.1rem);box-shadow:0 26px 80px #0000004d}.external-booking-card{width:100%;max-width:680px;color:var(--ink);background:#fbf8f1fa;justify-self:end;padding:clamp(1.6rem,4vw,2.7rem);box-shadow:0 26px 80px #0000004d}.external-booking-card p{color:var(--muted);font-family:var(--serif);margin-bottom:1.5rem;font-size:1.2rem}.reservation-steps{grid-template-columns:repeat(4,minmax(0,1fr));margin:0 0 2rem;padding:0;list-style:none;display:grid}.reservation-steps li{color:#87877f;flex-direction:column;align-items:center;gap:.45rem;display:flex;position:relative}.reservation-steps li:before{z-index:0;content:"";background:#d4d0c7;height:1px;position:absolute;top:15px;left:-50%;right:50%}.reservation-steps li:first-child:before{display:none}.reservation-steps li span{z-index:1;background:var(--paper);border:1px solid #c8c3b8;border-radius:50%;place-items:center;width:31px;height:31px;font-size:.7rem;font-weight:700;display:grid;position:relative}.reservation-steps li small{letter-spacing:.08em;text-transform:uppercase;font-size:.58rem;font-weight:700}.reservation-steps li.is-current,.reservation-steps li.is-complete{color:var(--green)}.reservation-steps li.is-current span,.reservation-steps li.is-complete span{color:#fff;background:var(--green);border-color:var(--green)}.reservation-steps li.is-complete:before,.reservation-steps li.is-current:before{background:var(--green)}.reservation-panel{min-height:330px}.reservation-form{gap:1.25rem;display:grid}.reservation-fields{gap:1rem;display:grid}.reservation-fields--two{grid-template-columns:repeat(2,minmax(0,1fr))}.reservation-fields label:not(.reservation-consent):not(.reservation-honeypot){gap:.45rem;display:grid}.reservation-fields label>span,.reservation-panel__heading+label>span{letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:700}.reservation-fields input:not([type=checkbox]),.reservation-fields select,.reservation-fields textarea{width:100%;min-height:50px;color:var(--ink);font:inherit;background:#fff;border:1px solid #c8c3b8;border-radius:0;padding:.75rem .9rem}.reservation-fields textarea{resize:vertical;min-height:92px}.reservation-fields input:focus,.reservation-fields select:focus,.reservation-fields textarea:focus{border-color:var(--green);outline:1px solid var(--green);outline-offset:0}.reservation-primary{color:#fff;background:var(--green);border:1px solid var(--green);cursor:pointer;letter-spacing:.13em;text-transform:uppercase;justify-content:center;align-items:center;width:100%;min-height:52px;padding:.85rem 1.1rem;font-size:.68rem;font-weight:700;transition:color .18s,background .18s;display:flex}.reservation-primary:hover:not(:disabled){color:var(--green);background:0 0}.reservation-primary:disabled{cursor:not-allowed;opacity:.5}.reservation-panel__heading{grid-template-columns:auto 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.reservation-panel__heading>button{color:var(--muted);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;background:0 0;border:0;align-self:start;padding:.3rem 0;font-size:.68rem;font-weight:700}.reservation-panel__heading h3{margin:0;font-size:clamp(1.8rem,4vw,2.45rem)}.reservation-panel__heading p{color:var(--muted);margin:.4rem 0 0;font-size:.78rem}.slot-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin-bottom:1.2rem;display:grid}.slot-grid button{min-height:48px;color:var(--ink);cursor:pointer;font-family:var(--serif);background:#fff;border:1px solid #c8c3b8;font-size:1rem}.slot-grid button:hover,.slot-grid button.is-selected{color:#fff;background:var(--green);border-color:var(--green)}.reservation-error,.reservation-status,.reservation-empty{margin:0 0 1rem;padding:.9rem 1rem;font-size:.78rem}.reservation-hint{color:var(--muted);margin:0;font-size:.7rem}.reservation-error{color:#7a2d39;background:#f2e3e1;border-left:3px solid #7a2d39}.reservation-status{color:var(--green);background:#e8eee9}.reservation-empty{color:var(--muted);background:#eee9de}.reservation-empty p{margin-bottom:.8rem}.reservation-empty button{color:var(--green);cursor:pointer;background:0 0;border:0;border-bottom:1px solid;margin-right:1rem;padding:0;font-weight:700}.reservation-consent{color:var(--muted);grid-template-columns:auto 1fr;align-items:start;gap:.7rem;font-size:.73rem;display:grid}.reservation-consent input{width:17px;height:17px;accent-color:var(--green);margin:.1rem 0 0}.reservation-consent a{color:var(--green);text-underline-offset:2px;text-decoration:underline}.reservation-honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.reservation-summary{margin:0 0 1.25rem}.reservation-summary>div{border-top:1px solid var(--line);padding:1rem 5rem 1rem 0;position:relative}.reservation-summary dt{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.3rem;font-size:.62rem;font-weight:700}.reservation-summary dd{font-family:var(--serif);margin:0;font-size:1.05rem}.reservation-summary button{color:var(--green);cursor:pointer;text-transform:uppercase;background:0 0;border:0;border-bottom:1px solid;padding:0;font-size:.64rem;font-weight:700;position:absolute;top:1rem;right:0}.reservation-success{text-align:center;padding:.5rem 0}.reservation-success__check{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:62px;height:62px;margin:0 auto 1.2rem;font-size:1.6rem;display:grid}.reservation-success h3{margin-bottom:.6rem;font-size:2.5rem}.reservation-success>p{color:var(--muted)}.reservation-success>div{background:#ece6da;margin:1.5rem 0;padding:1rem}.reservation-success small,.reservation-success strong{display:block}.reservation-success small{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:.62rem;font-weight:700}.reservation-success strong{color:var(--green);font-family:var(--serif);letter-spacing:.12em;margin-top:.2rem;font-size:2.1rem}.reservation-fallback{color:var(--muted);text-align:center;text-underline-offset:2px;margin-top:1rem;font-size:.67rem;text-decoration:underline;display:block}.visit-section{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:clamp(3rem,8vw,9rem);display:grid}.visit-section__intro h2{max-width:11ch}.visit-details{align-content:end;gap:3rem;display:grid}.visit-details>div{border-top:1px solid var(--line);padding-top:1.2rem}.visit-details h3{color:var(--ochre);font-family:var(--sans);letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem;font-size:.68rem;font-weight:700}.visit-details p,.visit-details a{margin:0 0 .35rem;display:block}.opening-hours-list{margin:0}.opening-hours-list>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(110px,1fr) auto;gap:1rem;padding:.32rem 0;display:grid}.opening-hours-list dt,.opening-hours-list dd{margin:0}.opening-hours-list dd{color:var(--muted);text-align:right}.visit-details a{text-underline-offset:3px;text-decoration:underline}.site-footer{color:var(--cream);background:var(--green-dark);padding:clamp(4rem,7vw,7rem) clamp(1.25rem,5vw,5rem) 1.5rem}.site-footer__top{grid-template-columns:1.2fr 1fr .6fr;gap:3rem;padding-bottom:clamp(4rem,8vw,8rem);display:grid}.footer-mark{font-family:var(--serif);letter-spacing:-.06em;margin:0;font-size:clamp(4rem,8vw,8rem);font-style:italic;line-height:.8}.footer-tagline{color:#f4efe594;letter-spacing:.16em;text-transform:uppercase;margin:1.1rem 0 0;font-size:.66rem;font-weight:600}.footer-contact,.footer-links{flex-direction:column;align-items:flex-start;gap:.7rem;display:flex}.footer-contact a,.footer-links a{color:#f4efe5c7}.footer-contact a:hover,.footer-links a:hover{color:#fff}.site-footer__bottom{color:#f4efe57a;letter-spacing:.04em;border-top:1px solid #ffffff24;justify-content:space-between;gap:2rem;padding-top:1.25rem;font-size:.65rem;display:flex}.site-footer__bottom p{margin:0}.site-footer__bottom a{color:#f4efe5d1}.cookie-notice{z-index:90;width:min(580px,100% - 2.2rem);color:var(--cream);background:#14251f;border:1px solid #ffffff2e;align-items:center;gap:1.25rem;padding:1.15rem 1.25rem;display:flex;position:fixed;bottom:1.1rem;right:1.1rem;box-shadow:0 18px 60px #00000047}.cookie-notice p{margin:0;font-size:.75rem;line-height:1.45}.cookie-notice a{text-underline-offset:2px;text-decoration:underline}.cookie-notice button{color:var(--green-dark);background:var(--cream);cursor:pointer;letter-spacing:.1em;text-transform:uppercase;border:0;flex:none;padding:.65rem .85rem;font-size:.64rem;font-weight:700}.legal-page{min-height:70vh;padding:clamp(5rem,9vw,9rem) clamp(1.25rem,6vw,6rem)}.legal-page__header,.legal-page__body{width:min(100%,900px);margin:0 auto}.legal-page__header{border-bottom:1px solid var(--line);padding-bottom:3rem}.legal-page__header h1{letter-spacing:-.05em;margin-bottom:1.5rem;font-size:clamp(3.2rem,8vw,7rem)}.legal-page__header>p:last-child{max-width:65ch;color:var(--muted);font-family:var(--serif);font-size:1.25rem}.legal-page__body{padding-top:3rem}.legal-page__body section{margin-bottom:2.7rem}.legal-page__body h2{letter-spacing:-.02em;margin-bottom:.8rem;font-size:clamp(1.7rem,3vw,2.3rem)}.legal-page__body p{color:#474b43}.legal-page__body a{color:var(--green);text-underline-offset:3px;text-decoration:underline}.legal-page__body code{background:#ece6da;padding:.12rem .3rem;font-size:.85em}.legal-updated{border-top:1px solid var(--line);padding-top:1.25rem;font-size:.75rem}@media (max-width:1050px){.desktop-nav{display:none}.mobile-nav{display:block}.mobile-nav summary{z-index:2;cursor:pointer;border:1px solid;place-content:center;gap:7px;width:46px;height:46px;list-style:none;display:grid;position:relative}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{background:currentColor;width:20px;height:1px;transition:transform .18s;display:block}.mobile-nav[open] summary span:first-child{transform:translateY(4px)rotate(45deg)}.mobile-nav[open] summary span:last-child{transform:translateY(-4px)rotate(-45deg)}.mobile-nav nav{color:var(--cream);font-family:var(--serif);background:#13261ffa;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;font-size:1.8rem;display:flex;position:fixed;inset:0}.mobile-nav nav .button{font-family:var(--sans);margin-top:.8rem;font-size:.7rem}.opening-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.opening-bar>div:nth-child(2){border-right:0}.opening-bar>div:nth-child(-n+2){border-bottom:1px solid #ffffff26}.story{gap:3rem}.pillars{padding-inline:0}.pillars article{padding:3rem 2rem}.gallery-grid{min-height:720px}}@media (max-width:760px){.site-header{min-height:84px;padding:1rem 1.15rem}.wordmark__name{font-size:2rem}.wordmark__descriptor{font-size:.5rem}.hero__content{width:calc(100% - 2.4rem);margin:0 1.2rem 5.5rem}.hero h1{font-size:clamp(4rem,20vw,6.5rem)}.hero__tagline{max-width:25ch;font-size:.95rem}.hero__subtitle{max-width:28ch;font-size:1.12rem}.hero__scroll{display:none}.opening-bar>div{min-height:112px;padding:1.4rem 1.2rem}.story,.visit-section,.awards-section{grid-template-columns:1fr}.story__image-wrap{min-height:min(118vw,650px)}.story__copy h2{max-width:13ch}.pillars,.menu-grid{grid-template-columns:1fr}.pillars article{border-bottom:1px solid #ffffff21;border-right:0;min-height:0}.pillar-index{margin-bottom:2.5rem}.menu-grid{gap:4rem}.menu-note{grid-template-columns:1fr;gap:.8rem}.gallery-heading{display:block}.gallery-heading h2{text-align:left;max-width:10ch}.gallery-grid{grid-template-rows:repeat(4,minmax(230px,50vw));grid-template-columns:repeat(2,1fr);min-height:auto}.gallery-item--1{grid-area:1/1/3/3}.gallery-item--2{grid-area:3/1}.gallery-item--3{grid-area:3/2}.gallery-item--4{grid-area:4/1}.gallery-item--5{grid-area:4/2}.gallery-item--6{display:none}.booking-section{min-height:640px}.booking-section__inner{grid-template-columns:1fr;min-height:0}.reservation-widget,.external-booking-card{justify-self:stretch}.site-footer__top{grid-template-columns:1fr;padding-bottom:4rem}.site-footer__bottom{flex-direction:column}.cookie-notice{display:block}.cookie-notice button{margin-top:.8rem}}@media (max-width:520px){.awards-grid,.reservation-fields--two{grid-template-columns:1fr}.slot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reservation-steps li small{letter-spacing:.04em;font-size:.5rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
