:root{--green:#132D4C;--yellow:#E7DECB;--paper:#F7F4E9;--ink:#132D4C}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #435C79;outline-offset:6px}header{height:112px;padding:0 5%;display:flex;align-items:center;justify-content:space-between}.wordmark{font:800 43px 'Manrope',sans-serif;letter-spacing:-3px}.wordmark span{display:inline-block;margin-left:5px;font-size:34px;vertical-align:top;line-height:1.15}nav{display:flex;gap:38px;font-size:15px}nav a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:6px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;background:var(--green);color:white;border-radius:5px;padding:19px 25px;font-size:15px;font-weight:500;transition:background .2s,transform .2s}.button:hover{background:#254566;transform:translateY(-2px)}.button.small{padding:15px 22px}.button span{font-size:23px;line-height:1}.hero{margin:0 24px;display:grid;grid-template-columns:1.07fr 1fr;min-height:650px;border-radius:9px;overflow:hidden}.hero-copy{position:relative;background:var(--yellow);padding:54px 8% 46px}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;line-height:1.6}.hero .eyebrow{display:flex;align-items:center;gap:12px}.sun{font-size:28px;line-height:1}h1{font:600 clamp(60px,6.4vw,100px)/1.04 'Manrope',sans-serif;letter-spacing:-6px;margin:47px 0 29px}h1 span{font:italic 1.14em/.9 Georgia,serif;letter-spacing:-5px}.hero-bottom>p{line-height:1.75;margin-bottom:28px}.stamp{position:absolute;right:30px;bottom:40px;border:1px solid #435C79;border-radius:50%;height:110px;width:110px;text-align:center;display:flex;flex-direction:column;justify-content:center;gap:0;font-size:10px;letter-spacing:1.5px;transform:rotate(13deg)}.stamp b{font-size:27px;line-height:10px}.stamp br{display:none}.hero-photo{position:relative;min-height:580px;overflow:hidden;background:#254566}.hero-photo>img{width:100%;height:100%;object-fit:cover;position:absolute}.hero-photo:after{content:'';position:absolute;inset:65% 0 0;background:linear-gradient(transparent,#132D4C55);pointer-events:none}.photo-label{position:absolute;bottom:36px;left:30px;color:white;z-index:1;font-size:12px;font-weight:600;letter-spacing:2px}.photo-link{position:absolute;bottom:25px;right:25px;width:48px;height:48px;border-radius:50%;background:var(--paper);display:grid;place-items:center;font-size:23px;z-index:1}.ticker{display:flex;align-items:center;justify-content:space-around;padding:30px 24px;gap:22px;border-bottom:1px solid #D5D9DC;font-size:12px;letter-spacing:1.9px;font-weight:600}.ticker b{font-size:27px;font-weight:400}.section{padding:100px max(7%,24px)}.intro{display:grid;grid-template-columns:1fr 1.4fr;gap:60px}.intro>.eyebrow{margin-top:15px}h2{font:500 clamp(40px,4.5vw,65px)/1.1 'Manrope',sans-serif;letter-spacing:-3px;margin:0 0 26px}.intro p:not(.eyebrow){max-width:580px;line-height:1.85;color:#526171}.text-link{display:inline-block;margin-top:15px;font-weight:500;border-bottom:1px solid;padding-bottom:9px}.text-link span{margin-left:40px}.menu{padding-top:78px;background:#EAE6DA}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:44px;gap:30px}.section-heading h2{margin-bottom:0}.section-heading>p{font-size:15px;line-height:1.8;color:#526171}.menu-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px}figure{margin:0;position:relative;min-height:480px;overflow:hidden;border-radius:7px}figure img{width:100%;height:100%;object-fit:cover}figcaption{position:absolute;bottom:0;left:0;right:0;padding:70px 28px 28px;background:linear-gradient(transparent,#132D4Ce8);color:white}figcaption span{font-size:11px;letter-spacing:1.4px}figcaption strong{display:block;font-size:26px;font-weight:500;margin-top:9px}.dishes article{border-bottom:1px solid #D5D9DC;padding:19px 0}.dishes article:first-child{padding-top:0}.dishes article>div{display:flex;justify-content:space-between;gap:14px;align-items:baseline}.dishes h3{font-size:21px;font-weight:500;margin:0}.dishes article p{font-size:14px;color:#526171;line-height:1.6;margin:9px 0 0}.dishes small{display:inline-block;font-size:10px;font-weight:700;letter-spacing:1px;border:1px solid #ADB7BF;border-radius:3px;padding:4px 7px;margin-top:10px}.menu-note{font-size:12px;color:#526171;line-height:1.7}.visit{background:var(--green);color:var(--paper);display:grid;grid-template-columns:1.2fr 1fr;gap:70px}.visit h2{font-size:clamp(55px,6vw,85px);color:var(--yellow)}.visit p{line-height:1.8}.visit .eyebrow{color:var(--yellow)}.visit-details{display:grid;gap:15px}.visit h3{font-weight:500;font-size:26px;margin:14px 0}.visit-details span{float:right;margin-left:25px}.demo-note{font-size:12px;line-height:1.6;max-width:440px;color:#E7DECB;border-top:1px solid #718295;padding-top:19px}footer{display:flex;gap:35px;align-items:center;padding:40px 5%}footer .wordmark{font-size:32px}footer .wordmark span{font-size:23px}footer p{font-size:14px}footer>span{font-size:12px;margin-left:auto}footer>a:last-child{font-size:13px}@media(min-width:1600px){body{max-width:1800px;margin:auto}.hero{min-height:730px}}@media(max-width:1100px){.stamp{display:none}.hero-copy{padding:40px 8%}h1{letter-spacing:-4px}.hero{min-height:580px}.menu-layout{gap:35px}.ticker{font-size:10px}.ticker b:last-child,.ticker span:nth-last-child(2){display:none}}@media(max-width:700px){header{height:87px;padding:0 22px}.wordmark{font-size:35px}.wordmark span{font-size:28px}header .button{display:none}nav{gap:19px;font-size:13px}.hero{grid-template-columns:1fr;margin:0 12px}.hero-copy{padding:30px 26px 38px}h1{font-size:66px;margin-top:35px;letter-spacing:-4px}.hero .eyebrow{font-size:10px;letter-spacing:1.2px}.hero-photo{min-height:365px}.ticker{gap:14px;padding:21px 16px;font-size:9px;letter-spacing:1px}.ticker b{font-size:20px}.ticker b:nth-child(6){display:none}.section{padding:64px 26px}.intro,.visit{grid-template-columns:1fr;gap:26px}.intro>.eyebrow{margin:0}h2{font-size:45px;letter-spacing:-2px}.section-heading{display:block;margin-bottom:30px}.menu-layout{grid-template-columns:1fr;gap:35px}figure{min-height:320px;height:320px}.visit-details{gap:20px}footer{flex-wrap:wrap;padding:28px 26px;gap:18px}footer>span{margin-left:0;width:100%}footer p{margin-left:auto}.photo-label{font-size:10px}.hero-bottom>p{font-size:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

header .wordmark{width:295px;line-height:0} .wordmark img{display:block;width:100%;height:auto} footer .wordmark{width:230px;line-height:0}.hero-copy{background:#E7DECB}.visit h2,.visit .eyebrow{color:#F7F4E9}.food-photos{display:grid;gap:20px}.food-photos figure{min-height:270px;height:270px}.food-photos figure img{display:block}.stamp{display:none}@media(max-width:700px){header{height:auto;min-height:95px;flex-wrap:wrap;gap:16px;padding:16px 22px}header .wordmark{width:210px}nav{gap:20px}footer .wordmark{width:230px}.food-photos figure{height:290px}.hero .eyebrow{font-size:11px}}

button.button{border:0;font-family:inherit;cursor:pointer}button:focus-visible{outline:3px solid #435C79;outline-offset:5px}#booking-error{position:fixed;bottom:20px;left:20px;right:20px;padding:18px;background:#132D4C;color:#F7F4E9;z-index:10000;border-radius:5px;text-align:center}@media(max-width:700px){header .button{display:inline-flex;padding:12px 16px;font-size:14px}header{gap:14px}header nav{order:3;width:100%;justify-content:center}header .wordmark{width:180px}}
