:root{--ink:#171b1e;--paper:#fff;--steel:#edf0f1;--red:#b32025;--yellow:#f2b705;--muted:#60676b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 Arial,sans-serif}a{color:inherit}body>header{position:static;height:auto;min-height:86px;max-height:none;padding:18px max(24px,calc((100vw - 1180px)/2)) 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;border-bottom:1px solid #ccd1d3;background:#fff}.brand{text-decoration:none;font-size:20px;letter-spacing:.04em;line-height:1.1}.brand b{color:var(--red)}.brand small{display:block;font-size:9px;letter-spacing:.2em;margin-top:7px;color:var(--muted)}body>header>nav{width:100vw;max-width:none;flex:0 0 100%;margin:18px calc(50% - 50vw) 0;padding:12px 24px;display:flex;justify-content:center;gap:28px;background:var(--ink);color:#fff}nav a{text-decoration:none;font-size:13px;font-weight:bold;text-transform:uppercase}.nav-toggle{display:none}.hero{min-height:570px;display:grid;grid-template-columns:1.15fr .85fr;background:var(--steel)}.hero-copy{padding:80px max(40px,calc((100vw - 1180px)/2));padding-right:50px}.eyebrow{font-size:12px;font-weight:bold;letter-spacing:.18em;color:var(--red)}h1,h2{font-family:Georgia,serif;line-height:1.08}h1{font-size:clamp(45px,6vw,82px);margin:.25em 0}h1 em{color:var(--red);font-weight:normal}.hero-copy>p:not(.eyebrow){max-width:620px;font-size:19px}.hero-art{background:repeating-linear-gradient(135deg,#202529 0 22px,#272d31 22px 44px);display:grid;place-items:center}.gear{width:290px;height:290px;border:18px dashed var(--yellow);border-radius:50%;display:grid;place-content:center;text-align:center;color:#fff;letter-spacing:.12em;font-weight:bold}.gear span{display:block;color:var(--yellow);font-size:14px}.actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.button{display:inline-block;background:var(--red);color:#fff;padding:12px 20px;text-decoration:none;font-weight:bold;border-radius:3px}.button.ghost{background:transparent;color:var(--ink);border:1px solid #777}.split,.visit{max-width:1180px;margin:75px auto;display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:0 24px}h2{font-size:clamp(30px,4vw,48px);margin:.25em 0 .6em}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#ccd1d3}.feature-grid article{background:#fff;padding:24px}.feature-grid article>b{color:var(--red)}.band{padding:72px max(24px,calc((100vw - 1180px)/2));background:var(--ink);color:#fff}.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.cards a{min-height:160px;padding:24px;border:1px solid #555;text-decoration:none;background:#22292d}.cards span{color:var(--yellow)}.hours>div{display:flex;justify-content:space-between;border-bottom:1px solid #ddd;padding:9px 0;gap:20px}.hours span{text-align:right}.map{width:100%;height:380px;border:0}.inner{max-width:1180px;margin:auto;padding:50px 24px 90px}.page-title{max-width:850px;padding:25px 0}.page-title h1{font-size:clamp(44px,6vw,72px)}.page-title>p:last-child{font-size:18px}.menu-list{display:grid;grid-template-columns:1fr 1fr;gap:20px}.menu-group,.callout{padding:28px;background:var(--steel)}.menu-group h2,.callout h2{font-size:29px}.callout{margin-top:30px;background:#fff6d7;border-left:5px solid var(--yellow)}.prose{max-width:900px}.prose section{margin:38px 0}.notice{font-size:13px;color:var(--muted)}footer{background:var(--ink);color:#eee;padding:60px max(24px,calc((100vw - 1180px)/2)) 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-grid .brand{color:#fff}.footer-grid h2{font:700 18px Arial}.copyright{border-top:1px solid #444;padding-top:20px;margin-top:35px;color:#aaa;font-size:13px}.cookie{position:fixed;bottom:15px;left:15px;right:15px;max-width:760px;margin:auto;background:#fff;padding:16px 20px;box-shadow:0 8px 40px #0004;z-index:30;display:none;align-items:center;justify-content:space-between;gap:20px;border:1px solid #ccc}.cookie.show{display:flex}.cookie p{margin:0;font-size:13px}.cookie button{padding:9px 13px;border:1px solid #999;background:#fff}.cookie #accept{background:var(--red);color:#fff;border-color:var(--red)}@media(max-width:800px){body>header{padding-bottom:14px}.nav-toggle{display:block}body>header>nav{display:none;margin-top:14px;flex-direction:column;align-items:center}body>header>nav.open{display:flex}.hero{grid-template-columns:1fr}.hero-copy{padding:55px 24px}.hero-art{min-height:340px}.split,.visit{grid-template-columns:1fr;margin:50px auto;gap:28px}.cards,.footer-grid,.menu-list{grid-template-columns:1fr}.band{padding-top:50px;padding-bottom:50px}.cookie{flex-direction:column;align-items:flex-start}}