:root{--ink:#211a17;--muted:#6f625b;--cream:#f6f0e6;--paper:#fffdf8;--red:#7d1c22;--red-dark:#4c1016;--gold:#d5a64b;--line:#ddd0bf;--green:#233b32;--shadow:0 16px 44px rgba(52,28,18,.12);--radius:18px;--shell:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 system-ui,-apple-system,"Segoe UI",sans-serif}img{display:block;max-width:100%;object-fit:cover}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px}.shell{width:min(var(--shell),calc(100% - 40px));margin-inline:auto}.narrow{max-width:780px}.skip{position:fixed;left:12px;top:-60px;z-index:100;background:#fff;padding:10px 14px}.skip:focus{top:12px}.notice{background:var(--red-dark);color:#fff;font-size:.85rem}.notice .shell{display:flex;justify-content:space-between;padding:7px 0}.notice a{font-weight:700}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,253,248,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(125,28,34,.12)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand img{width:194px;height:60px;object-fit:contain}.nav-wrap nav{display:flex;align-items:center;gap:24px}.nav-wrap nav a{text-decoration:none;font-weight:650;font-size:.92rem}.nav-cta{padding:11px 15px;background:var(--red);color:#fff;border-radius:999px}.nav-toggle{display:none;border:1px solid var(--line);background:transparent;border-radius:999px;padding:10px 15px}.eyebrow{display:block;color:var(--red);font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;margin-bottom:10px}.eyebrow.light{color:#f5c866}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.1;margin:0 0 18px}h1{font-size:clamp(2.25rem,5vw,3.45rem);max-width:16ch}h2{font-size:clamp(1.75rem,3vw,2.65rem)}h3{font-size:1.38rem}p{margin:0 0 18px}.lead{font-size:1.16rem;line-height:1.72}.home-hero,.page-hero{background:linear-gradient(130deg,var(--red-dark),var(--red));color:#fff;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.home-hero .hero-grid{min-height:650px;padding:56px 0}.hero-copy>p,.page-hero p{font-size:1.13rem;max-width:58ch;color:#f6e8de}.hero-media{position:relative}.hero-media>img{width:100%;height:min(520px,55vh);border-radius:140px 18px 18px 18px;box-shadow:var(--shadow)}.hero-badge{position:absolute;left:-24px;bottom:24px;background:var(--gold);color:#25150d;padding:16px 20px;border-radius:12px;display:grid}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:36px 0 0}.hero-facts div{border-top:1px solid rgba(255,255,255,.35);padding-top:12px}.hero-facts dt{text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;color:#e8c9c4}.hero-facts dd{margin:4px 0;font-weight:700;font-size:.9rem}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:999px;background:var(--red);color:#fff;text-decoration:none;font-weight:750}.button.warm{background:var(--gold);color:#25150d}.button.outline-light{background:transparent;border:1px solid rgba(255,255,255,.62);color:#fff}.button.light{background:#fff;color:var(--red-dark)}.button.secondary{background:transparent;color:var(--red);border:1px solid var(--red)}.section{padding:84px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px}.text-link{color:var(--red);font-weight:750}.feature-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:24px}.feature-card{background:var(--cream);border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 0 var(--line)}.feature-card.large{grid-row:span 2}.feature-card>a img{width:100%;height:220px}.feature-card.large>a img{height:430px}.feature-card>div{padding:24px}.dark{background:var(--green);color:#fff}.story-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center}.story-grid img{width:100%;height:500px;border-radius:18px}.story-grid p{color:#dbe7df}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.guide-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.guide-card .card-media img{width:100%;height:220px}.guide-card>div{padding:22px}.guide-card h3 a{text-decoration:none}.gallery-strip{display:grid;grid-template-columns:1.2fr .8fr .8fr 1.2fr;gap:12px}.gallery-strip img{width:100%;height:250px;border-radius:12px}.visit-cta{margin:70px 0;background:var(--red);color:#fff;padding:46px;border-radius:26px;display:flex;justify-content:space-between;align-items:center;gap:28px}.visit-cta h2{max-width:18ch}.page-hero .hero-grid{min-height:520px;padding:52px 0}.page-hero .hero-grid>div>img{height:410px;width:100%;border-radius:18px}.page-hero.compact{padding:66px 0}.page-hero.compact h1{max-width:18ch}.breadcrumbs{display:flex;gap:9px;flex-wrap:wrap;font-size:.82rem;margin-bottom:28px;color:inherit}.breadcrumbs a{opacity:.82}.menu-notice{background:#f0dfbc;border-bottom:1px solid #dfc487}.menu-notice .shell{display:flex;gap:24px;padding:22px 0}.menu-notice p{margin:0}.menu-tabs{display:flex;gap:10px;overflow:auto;padding-top:28px;padding-bottom:12px;position:sticky;top:114px;background:var(--paper);z-index:20}.menu-tabs a{white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:9px 13px;text-decoration:none;font-weight:650}.menu-section{scroll-margin-top:180px}.menu-section-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:30px}.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.menu-item{display:grid;grid-template-columns:150px 1fr;border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#fff}.menu-item img{width:150px;height:150px}.menu-item>div{padding:18px}.menu-item h3{font-size:1.15rem;margin-bottom:7px}.menu-item p{color:var(--muted);font-size:.92rem;margin:8px 0}.price{font-weight:800;color:var(--red)}.soft{background:var(--cream)}.set-menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.set-menu-grid article{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.set-menu-grid img{width:100%;height:270px}.set-menu-grid article>div{padding:24px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-grid figure{margin:0}.gallery-grid img{width:100%;height:260px;border-radius:14px}.gallery-grid figcaption{padding:8px 3px;color:var(--muted);font-size:.88rem}.article-header{padding:70px 0 42px;background:var(--cream)}.article-header h1{max-width:22ch}.dek{font-size:1.2rem;max-width:65ch}.byline{display:flex;gap:12px 20px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:18px;font-size:.85rem;color:var(--muted)}.article-image{padding-top:34px}.article-image img{width:100%;height:min(580px,56vw);max-height:580px;border-radius:18px}.prose{font-size:1.06rem}.prose h2{font-size:1.85rem;margin-top:50px}.prose h3{margin-top:34px}.prose li{margin-bottom:10px}.article-body{padding-top:52px;padding-bottom:28px}.editorial-note{background:var(--cream);border-left:4px solid var(--gold);padding:24px 28px;margin-top:54px}.editorial-note h2{margin-top:0}.policy{min-height:600px}.updated{color:var(--muted);margin-top:52px}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.contact-grid article{padding:30px;border:1px solid var(--line);border-radius:16px}.contact-grid h2{font-size:1.6rem}.pagination{display:flex;gap:9px;justify-content:center;margin-top:44px}.pagination a{border:1px solid var(--line);width:44px;height:44px;display:grid;place-items:center;border-radius:50%;text-decoration:none}.pagination a[aria-current]{background:var(--red);color:#fff}.site-footer{margin-top:84px;background:#1e1917;color:#eee2da;padding:60px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}.footer-grid section{display:flex;flex-direction:column;gap:9px}.footer-grid h2{font:700 .78rem/1 system-ui;text-transform:uppercase;letter-spacing:.12em;color:#d8a84e}.footer-grid a{font-size:.9rem}.footer-grid img{margin-bottom:12px}.footer-bottom{border-top:1px solid #4d403b;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;color:#bbaea8;font-size:.82rem}.cookie{position:fixed;z-index:70;left:20px;right:20px;bottom:20px;max-width:720px;margin:auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:20px;border-radius:16px}.cookie p{margin-bottom:12px}.cookie>div{display:flex;gap:10px;align-items:center}.cookie button{padding:10px 14px;border:1px solid var(--line);background:#fff;border-radius:999px}.cookie .primary{background:var(--red);color:#fff}.cookie a{margin-left:auto}@media(max-width:900px){.nav-wrap nav{display:none;position:absolute;top:114px;left:0;right:0;background:#fff;padding:22px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.nav-wrap nav.open{display:flex}.nav-toggle{display:block}.hero-grid,.split,.story-grid,.menu-section-head{grid-template-columns:1fr}.home-hero .hero-grid{padding:44px 0}.hero-media>img{height:390px;border-radius:80px 16px 16px}.feature-grid{grid-template-columns:1fr 1fr}.feature-card.large{grid-column:span 2;grid-row:auto}.guide-grid{grid-template-columns:repeat(2,1fr)}.set-menu-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.gallery-strip{grid-template-columns:1fr 1fr}.visit-cta{align-items:flex-start}.menu-tabs{top:114px}}@media(max-width:620px){.shell{width:min(100% - 28px,var(--shell))}.notice .shell{font-size:.75rem}.nav-wrap{height:70px}.brand img{width:158px;height:48px}.nav-wrap nav{top:102px}.home-hero .hero-grid,.page-hero .hero-grid{min-height:0;padding:38px 0}.home-hero h1{font-size:clamp(2.2rem,11vw,2.75rem)}.hero-media>img{height:300px}.hero-badge{left:10px;bottom:10px}.hero-facts{grid-template-columns:1fr;gap:8px}.section{padding:58px 0}.feature-grid,.guide-grid,.set-menu-grid,.gallery-grid,.contact-grid{grid-template-columns:1fr}.feature-card.large{grid-column:auto}.feature-card.large>a img,.feature-card>a img{height:235px}.story-grid img{height:300px}.section-head{display:block}.section-head>a{display:inline-block;margin-top:10px}.gallery-strip{grid-template-columns:1fr 1fr}.gallery-strip img{height:170px}.visit-cta{padding:30px;display:block}.menu-notice .shell{display:block}.menu-tabs{top:102px}.menu-grid{grid-template-columns:1fr}.menu-item{grid-template-columns:110px 1fr}.menu-item img{width:110px;height:100%}.article-header{padding:48px 0 30px}.article-image img{height:260px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:6px}.cookie{left:10px;right:10px;bottom:10px}.cookie>div{flex-wrap:wrap}.cookie a{margin-left:0}.page-hero .hero-grid>div>img{height:300px}.gallery-grid img{height:230px}}
:root .menu-item{display:block;border-left:4px solid var(--gold)}:root .menu-item>div{padding:22px}
/* Preserve the full SVG wordmark: its original viewBox clipped the final letter. */
.brand img{width:215px!important;height:60px!important}
.footer-grid img[src$="logo-light.svg"]{width:215px!important;height:60px!important}
@media(max-width:620px){.brand img{width:172px!important;height:48px!important}}
