:root{--ink:#16231f;--muted:#65716b;--green:#15362d;--green-2:#224b3e;--cream:#f4efe5;--paper:#fffdf8;--warm:#e7a24b;--line:#dcd7cb;--shadow:0 18px 45px rgba(18,42,34,.12);--radius:24px;--shell:min(1180px,calc(100% - 40px));font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);line-height:1.65}img{display:block;max-width:100%;object-fit:cover}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}.shell{width:var(--shell);margin-inline:auto}.narrow{max-width:780px}.skip{position:absolute;left:-999px;top:8px;background:#fff;padding:10px;z-index:100}.skip:focus{left:8px}.topbar{background:#0d241e;color:#e8f0ec;font-size:.84rem}.topbar-inner{min-height:36px;display:flex;justify-content:space-between;align-items:center}.topbar a{font-weight:700}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,253,248,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(21,54,45,.12)}.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:12px}.brand img{border-radius:50%}.brand span{display:flex;flex-direction:column;line-height:1.05}.brand b{font-family:Georgia,serif;font-size:1.35rem}.brand small{margin-top:6px;color:var(--muted);font-size:.72rem;letter-spacing:.05em}.nav-wrap nav{display:flex;align-items:center;gap:24px;font-size:.9rem;font-weight:700}.nav-wrap nav a{padding:9px 0;border-bottom:2px solid transparent}.nav-wrap nav a:hover{color:var(--green-2);border-color:var(--warm)}.nav-wrap .nav-cta{padding:11px 16px;background:var(--green);color:white;border-radius:999px;border:0}.nav-toggle{display:none}.home-hero,.page-hero{background:var(--green);color:white}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center;min-height:600px;padding-block:68px}.hero-copy{padding-right:25px}.hero-copy h1,.page-hero h1{font-family:Georgia,serif;font-weight:500;font-size:clamp(2.5rem,5.3vw,3.5rem);line-height:1.06;letter-spacing:-.035em;margin:.25em 0}.hero-copy>p,.page-hero p{font-size:1.09rem;color:#dce7e2;max-width:630px}.hero-media{position:relative}.hero-media>img,.page-hero .hero-grid>div:last-child>img{width:100%;height:500px;border-radius:180px 180px 24px 24px;box-shadow:var(--shadow)}.hero-note{position:absolute;right:-18px;bottom:30px;background:var(--paper);color:var(--ink);padding:16px 20px;border-radius:15px;box-shadow:var(--shadow);display:flex;flex-direction:column;max-width:260px}.hero-note span{font-size:.83rem;color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.73rem;font-weight:800;color:var(--green-2)}.eyebrow.light{color:#d2e2dc}.warm-text{color:#9a5a0b}.actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:26px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:46px;padding:10px 20px;border-radius:999px;background:var(--green);color:white;font-weight:800}.button.warm{background:var(--warm);color:#241606}.button.secondary{background:var(--cream);color:var(--ink)}.button.light{background:white;color:var(--green)}.button.outline-light{background:transparent;color:white;border:1px solid rgba(255,255,255,.65)}.text-link{font-weight:800;color:var(--green-2)}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:45px}.hero-facts div{border-top:1px solid rgba(255,255,255,.25);padding-top:13px}.hero-facts dt{text-transform:uppercase;letter-spacing:.12em;font-size:.69rem;color:#bcd0c8}.hero-facts dd{margin:4px 0;font-weight:700}.section{padding-block:92px}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.section h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.1;font-weight:500;margin:.25em 0}.lead{font-size:1.18rem;color:#394a43}.feature{background:var(--cream)}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.feature-media img{height:560px;width:100%;border-radius:24px 180px 24px 24px}.feature-copy{max-width:520px}.check-list{list-style:none;padding:0;display:grid;gap:10px}.check-list li:before{content:'✓';display:inline-grid;place-items:center;width:25px;height:25px;background:#dbe9e2;color:var(--green);border-radius:50%;margin-right:10px;font-weight:900}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:36px}.section-heading h2{margin-bottom:0}.dish-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.dish-card>div{position:relative}.dish-card img{width:100%;height:250px;border-radius:18px}.dish-card span{position:absolute;left:12px;bottom:12px;background:white;padding:5px 10px;border-radius:999px;font-size:.7rem;font-weight:800;text-transform:uppercase}.dish-card h3{font-family:Georgia,serif;font-size:1.35rem;margin:16px 0 3px}.dish-card p{color:var(--muted);font-size:.9rem;margin:0}.location-band{background:var(--green);color:white}.location-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}.location-grid p{color:#dce7e2}.location-photo img{width:100%;height:430px;border-radius:24px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.guide-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:white}.guide-card .card-media img{width:100%;height:215px}.guide-card>div{padding:22px}.guide-card h3{font-family:Georgia,serif;font-size:1.35rem;line-height:1.18;margin:.4em 0}.guide-card p{font-size:.91rem;color:var(--muted)}.mosaic{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:16px}.mosaic img{height:360px;width:100%;border-radius:18px}.visit-cta{margin:20px 0 90px;background:var(--green-2);color:white;padding:42px;border-radius:28px;display:flex;align-items:center;justify-content:space-between;gap:30px}.visit-cta h2{font-family:Georgia,serif;font-size:2.2rem;line-height:1.1;margin:.25em 0}.visit-cta p{margin:0;color:#dce7e2}.page-hero.compact{color:var(--ink);background:var(--cream);padding:62px 0}.page-hero.compact p{color:var(--muted)}.page-hero.compact h1{font-size:clamp(2.3rem,5vw,3.8rem)}.breadcrumbs{display:flex;gap:9px;flex-wrap:wrap;font-size:.78rem;margin-bottom:28px;opacity:.82}.menu-hero,.product-hero,.location-page,.about-hero{background:var(--green)}.menu-layout{display:grid;grid-template-columns:300px 1fr;gap:70px}.menu-note{position:sticky;top:140px;align-self:start;background:var(--cream);padding:25px;border-radius:18px}.menu-note h2{font-size:1.8rem}.menu-group{margin-bottom:48px}.menu-group>h2{font-size:2rem;border-bottom:1px solid var(--line);padding-bottom:15px}.menu-group article{display:flex;justify-content:space-between;gap:30px;padding:18px 0;border-bottom:1px solid var(--line)}.menu-group h3{margin:0;font-size:1.08rem}.menu-group p{margin:4px 0 0;color:var(--muted);font-size:.91rem}.menu-group article>span{white-space:nowrap;font-size:.78rem;font-weight:800;color:var(--green-2)}.soft{background:var(--cream)}.prose{font-size:1.02rem}.prose h2{font-size:2rem;margin-top:2em}.prose h3{font-size:1.35rem}.prose p,.prose li{color:#3f4e48}.prose a{text-decoration:underline;text-decoration-color:var(--warm);text-underline-offset:3px}.prose li{margin-bottom:8px}.inline-link,.editorial-note{margin:40px 0;padding:24px;background:var(--cream);border-left:4px solid var(--warm)}.editorial-note h2{margin-top:0}.article-header{padding:70px 0 35px;background:var(--cream)}.article-header h1{font-family:Georgia,serif;font-size:clamp(2.4rem,5.2vw,4rem);line-height:1.05;font-weight:500;letter-spacing:-.035em}.dek{font-size:1.2rem;color:#46564f}.byline{display:flex;flex-wrap:wrap;gap:10px 25px;color:var(--muted);font-size:.85rem;border-top:1px solid var(--line);padding-top:18px}.article-image{padding-top:35px}.article-image img{width:100%;height:min(620px,58vw);border-radius:24px}.article-body{padding-block:50px 90px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gallery-grid figure{margin:0}.gallery-grid img{width:100%;height:300px;border-radius:18px}.gallery-grid figcaption{padding-top:8px;color:var(--muted);font-size:.85rem}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.contact-grid article{background:var(--cream);border-radius:20px;padding:30px}.contact-grid h2{font-size:2rem}.policy{padding-block:55px 95px}.updated{border-top:1px solid var(--line);padding-top:20px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:42px}.pagination a{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%}.pagination a[aria-current]{background:var(--green);color:white}.site-footer{background:#0d241e;color:#e7eee9;padding-top:65px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:45px}.footer-grid section{display:flex;flex-direction:column;gap:8px}.footer-grid h2{font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;color:#a9c1b7}.footer-grid p{color:#b7c7c0;max-width:380px}.footer-brand{font-family:Georgia,serif;font-size:1.7rem}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.15);margin-top:55px;padding-block:24px;color:#9fb2aa;font-size:.8rem}.cookie{position:fixed;left:20px;bottom:20px;max-width:430px;background:#fff;box-shadow:var(--shadow);padding:18px;border-radius:16px;z-index:50;font-size:.85rem}.cookie p{margin-top:0}.cookie div{display:flex;gap:8px;align-items:center}.cookie button{border:1px solid var(--line);padding:8px 13px;border-radius:999px;background:#fff;font-weight:700}.cookie button.primary{background:var(--green);color:#fff}.cookie a{margin-left:auto;text-decoration:underline}
@media(max-width:900px){:root{--shell:min(100% - 30px,1180px)}.topbar small{display:none}.nav-toggle{display:block;background:var(--green);color:#fff;border:0;border-radius:999px;padding:10px 16px;font-weight:800}.nav-wrap nav{display:none;position:absolute;left:15px;right:15px;top:118px;background:#fff;border-radius:16px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-wrap nav.open{display:flex}.nav-wrap nav a{padding:10px}.hero-grid,.feature-grid,.location-grid,.split,.menu-layout{grid-template-columns:1fr}.hero-grid{padding-block:50px;min-height:auto}.hero-copy{padding:0}.hero-media>img,.page-hero .hero-grid>div:last-child>img{height:390px;border-radius:120px 120px 20px 20px}.hero-note{right:10px}.feature-media img{height:410px}.dish-grid{grid-template-columns:repeat(2,1fr)}.guide-grid{grid-template-columns:repeat(2,1fr)}.mosaic{grid-template-columns:1fr 1fr}.mosaic img{height:280px}.mosaic img:first-child{grid-column:1/-1}.menu-note{position:static}.footer-grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.topbar-inner{min-height:32px;font-size:.74rem}.nav-wrap{min-height:72px}.brand img{width:48px;height:48px}.brand b{font-size:1.15rem}.brand small{font-size:.64rem}.nav-wrap nav{top:104px}.hero-grid{gap:30px}.hero-copy h1,.page-hero h1{font-size:clamp(2.25rem,11vw,2.75rem);max-width:12ch}.hero-copy>p,.page-hero p{font-size:1rem}.hero-media>img,.page-hero .hero-grid>div:last-child>img{height:330px;max-height:42vh}.hero-facts{grid-template-columns:1fr 1fr}.hero-facts div:last-child{display:none}.section{padding-block:65px}.split{gap:15px}.feature-grid{gap:35px}.feature-media img{height:310px;border-radius:20px 90px 20px 20px}.section-heading{align-items:start;flex-direction:column}.dish-grid,.guide-grid,.gallery-grid,.contact-grid{grid-template-columns:1fr}.dish-card img,.guide-card .card-media img{height:220px}.mosaic{grid-template-columns:1fr 1fr}.mosaic img{height:210px}.location-photo img{height:300px}.visit-cta{padding:30px 22px;align-items:flex-start;flex-direction:column}.visit-cta h2{font-size:1.8rem}.article-header{padding-top:50px}.article-header h1{font-size:2.45rem}.article-image img{height:300px}.gallery-grid img{height:240px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.cookie{left:12px;right:12px;bottom:12px}.menu-group article{flex-direction:column;gap:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
