@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap');
:root{--red:#d62828;--ink:#111;--muted:#6c6c6c;--line:#e8e8e8;--soft:#f5f5f3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}img{display:block;width:100%}a{color:inherit;text-decoration:none}.site-header{height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(24px,5vw,76px);background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.logo{width:142px}.site-header nav{display:flex;gap:42px;font-size:.9rem;font-weight:600}.site-header nav a{padding:10px 0}.site-header>.button{justify-self:end}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 27px;background:var(--red);color:#fff;font-weight:700;font-size:.92rem;border:1px solid var(--red);transition:.2s}.button:hover{background:#b71f1f;border-color:#b71f1f}.button.small{min-height:44px;padding:0 21px}.hero{min-height:710px;display:grid;grid-template-columns:45% 55%;border-bottom:1px solid var(--line)}.hero-content{padding:clamp(70px,8vw,128px) clamp(28px,6vw,96px);display:flex;flex-direction:column;align-items:flex-start}.kicker{margin:0 0 26px;color:var(--red);font:700 .75rem/1 'Manrope',sans-serif;letter-spacing:.2em}.hero h1,.section-heading h2,.feature h2,.visit h2{margin:0;font-family:'Manrope',sans-serif;font-weight:600;letter-spacing:-.06em;line-height:.98}.hero h1{font-size:clamp(3.6rem,6.2vw,6.7rem)}.hero h1 span{color:#8c8c8c}.lede{font-size:1.08rem;line-height:1.65;color:var(--muted);max-width:480px;margin:31px 0 34px}.hero-actions{display:flex;align-items:center;gap:28px}.text-link{font-weight:600;border-bottom:1px solid #999;padding:7px 0}.text-link span,.menu-grid a span{color:var(--red)}.open-row{display:flex;align-items:flex-start;gap:14px;margin-top:auto;padding-top:58px}.open-row>span{width:9px;height:9px;border-radius:50%;background:#2a9954;margin-top:6px}.open-row p{display:flex;flex-direction:column;margin:0;line-height:1.45}.open-row small{font-size:.86rem;color:var(--muted)}.hero-photo{margin:0;min-height:650px;overflow:hidden;background:#eee}.hero-photo img{height:100%;object-fit:cover}.intro-strip{min-height:150px;display:grid;place-items:center;padding:38px 24px;text-align:center}.intro-strip p{max-width:810px;margin:0;font:500 clamp(1.5rem,2.5vw,2.4rem)/1.35 'Manrope',sans-serif;letter-spacing:-.035em}.menu-section{padding:110px clamp(24px,6vw,96px);background:var(--soft)}.section-heading{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid #d6d6d3;padding-bottom:40px}.section-heading .kicker{margin:0}.section-heading h2{font-size:clamp(2.7rem,5vw,5rem)}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr)}.menu-grid article{padding:44px 42px 12px 0;margin-right:42px;border-right:1px solid #d6d6d3;min-height:350px;display:flex;flex-direction:column}.menu-grid article:last-child{border:0;margin-right:0}.number{font-size:.76rem;font-weight:700;color:var(--red);letter-spacing:.1em}.menu-grid h3{font:600 2.7rem 'Manrope',sans-serif;letter-spacing:-.05em;margin:50px 0 14px}.menu-grid p{color:var(--muted);line-height:1.65;max-width:350px;margin:0}.menu-grid a{font-weight:700;font-size:.9rem;margin-top:auto;align-self:flex-start;border-bottom:1px solid #aaa;padding-bottom:6px}.feature{display:grid;grid-template-columns:1.08fr .92fr;min-height:690px}.feature figure,.visit figure{margin:0;overflow:hidden}.feature figure img,.visit figure img{height:100%;object-fit:cover}.feature-copy{padding:clamp(65px,9vw,145px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.feature h2,.visit h2{font-size:clamp(3rem,5.5vw,5.9rem)}.feature-copy>p:not(.kicker){font-size:1.1rem;line-height:1.7;color:var(--muted);max-width:430px;margin:30px 0 36px}.outline{background:transparent;color:var(--ink);border-color:var(--ink)}.outline:hover{background:var(--ink);border-color:var(--ink);color:#fff}.visit{display:grid;grid-template-columns:1fr 1fr;background:#111;color:#fff;min-height:700px}.visit-copy{padding:clamp(65px,8vw,125px)}.visit .kicker{color:#f05252}.details{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:65px;padding-top:32px;border-top:1px solid #3b3b3b}.details h3{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#aaa;margin:0 0 18px}.details address,.details p{font-style:normal;line-height:1.65;margin:0 0 18px}.details a{border-bottom:1px solid #777;padding-bottom:4px}.details small{color:#aaa}footer{min-height:128px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px clamp(24px,5vw,76px);border-top:1px solid var(--line);font-size:.86rem;color:var(--muted)}footer img{width:116px}.mobile-bar{display:none}@media(max-width:820px){.site-header{height:76px;display:flex;justify-content:space-between;padding:0 18px}.logo{width:118px}.site-header nav,.site-header>.button{display:none}.hero{grid-template-columns:1fr;min-height:0}.hero-content{min-height:560px;padding:72px 24px 46px}.hero h1{font-size:3.75rem}.lede{font-size:1rem}.hero-actions{gap:20px}.hero-actions .button{padding:0 21px}.open-row{padding-top:52px}.hero-photo{min-height:470px}.intro-strip{min-height:140px}.menu-section{padding:76px 22px}.section-heading{display:block}.section-heading .kicker{margin-bottom:22px}.menu-grid{grid-template-columns:1fr}.menu-grid article{min-height:280px;border-right:0;border-bottom:1px solid #d6d6d3;margin:0;padding:38px 0}.menu-grid h3{margin:26px 0 12px}.feature,.visit{grid-template-columns:1fr}.feature figure{height:430px}.feature-copy{padding:74px 24px}.visit-copy{padding:75px 24px}.visit figure{height:460px}.details{gap:24px;margin-top:48px}.details a{font-size:.9rem}footer{padding:40px 22px 96px;align-items:flex-start;flex-direction:column}.mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:30;display:grid;grid-template-columns:2fr 1fr;background:#fff;padding:10px;gap:8px;border-top:1px solid var(--line)}.mobile-bar a{display:grid;place-items:center;min-height:50px;background:var(--red);color:#fff;font-weight:700}.mobile-bar a:last-child{background:#111}}
