@font-face{font-family:Apercu;src:url('/assets/fonts/apercu-regular.otf') format('opentype');font-weight:400;font-display:swap}
@font-face{font-family:Apercu;src:url('/assets/fonts/apercu-medium.otf') format('opentype');font-weight:500;font-display:swap}
@font-face{font-family:Apercu;src:url('/assets/fonts/apercu-bold.otf') format('opentype');font-weight:700;font-display:swap}
@font-face{font-family:'Rooney Pro';src:url('/assets/fonts/rooney-pro-medium.otf') format('opentype');font-weight:500;font-display:swap}
:root{--red:#dd0031;--ink:#263a46;--muted:#616b70;--line:#e5e7e6;--ease:cubic-bezier(.22,1,.36,1);font-family:Apercu,Arial,sans-serif;color:var(--ink);background:#fff;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}p,h1,h2,figure{margin:0}a:focus-visible{outline:3px solid #005eb8;outline-offset:5px}.page-width{width:min(1160px,calc(100% - 96px));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-100px;z-index:10;background:white;padding:12px;border:2px solid var(--red)}.skip-link:focus{top:12px}
.site-header{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:23px}.brand img{width:144px;height:65px;object-fit:contain}.brand>span{font-size:16px;font-weight:500;border-left:1px solid var(--line);padding-left:23px}nav{display:flex;gap:32px;align-items:center;font-size:15px;font-weight:500}nav a{padding-block:12px}nav a:hover,.site-footer a:hover{color:var(--red)}
.hero{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:54px;padding-block:48px 56px}.hero-copy{padding-block:24px}.eyebrow{color:var(--muted);font-size:12px;font-weight:500;letter-spacing:1.7px;margin-bottom:20px}h1,h2{font-family:'Rooney Pro',Georgia,serif;font-weight:500}h1{font-size:clamp(46px,4.9vw,66px);line-height:1.04;letter-spacing:-1.5px;color:var(--red)}.hero-description{font-size:19px;line-height:1.55;margin-top:23px}.actions{display:flex;align-items:center;gap:28px;margin-top:29px}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:52px;padding:14px 25px;background:var(--red);color:white;border:1px solid var(--red);border-radius:999px;font-weight:700;font-size:16px;line-height:1.4;transition:background .2s ease,transform .3s var(--ease);white-space:nowrap}.button:hover{background:#bc002a;transform:translateY(-2px)}.button:active{transform:scale(.98)}.text-link{display:inline-flex;align-items:center;gap:9px;font-weight:700;color:var(--red);font-size:16px}.text-link span,.button span{transition:transform .25s var(--ease)}.text-link:hover span,.button:hover span{transform:translateX(3px)}.hero-address{display:flex;align-items:center;gap:9px;margin-top:28px;width:fit-content;font-size:14px;color:var(--muted)}.hero-address svg{width:17px;height:19px;flex:none}.hero-address:hover{color:var(--red)}.address-arrow{margin-left:5px}.hero-photo{height:430px;overflow:hidden;border-radius:16px;background:#f7f7f7}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:57% 50%}
.visit{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:36px 38px}.visit h2{font-size:29px;line-height:1.2;letter-spacing:-.4px;margin-bottom:22px}.location-content{display:flex;gap:24px;align-items:center}.restaurant-photo{width:124px;height:131px;object-fit:cover;object-position:50%;border-radius:9px;flex-shrink:0}address{font-style:normal;line-height:1.6}.phone{display:inline-block;margin-top:5px;color:var(--muted);font-size:15px}.phone:hover{color:var(--red)}.location-content .text-link{display:flex;width:fit-content;margin-top:14px;font-size:15px}.hours-info{border-left:1px solid var(--line);padding-left:60px}.hours{font-size:16px;margin:0}.hours>div{display:flex;justify-content:space-between;gap:14px;margin-bottom:10px}.hours dd{margin:0;white-space:nowrap;font-weight:500}.hours-note{font-size:13px;line-height:1.5;color:var(--muted);margin-top:16px}.catering{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-block:33px}.catering h2{font-size:28px;line-height:1.2;letter-spacing:-.4px}.catering p{margin-top:5px;color:var(--muted);font-size:15px}.button-outline{color:var(--red);background:white;min-height:48px;padding:12px 22px;font-size:15px}.button-outline:hover{background:#fff4f6}.site-footer{padding-block:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:24px;font-size:13px;color:var(--muted)}
.hero-copy{animation:enter .6s var(--ease) both}.hero-photo{animation:enter .8s .08s var(--ease) both}.will-reveal{opacity:0;transform:translateY(12px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.will-reveal.is-visible{opacity:1;transform:none}@keyframes enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(min-width:1500px){.hero{padding-block:64px}.hero-photo{height:465px}}
@media(max-width:1100px){.page-width{width:calc(100% - 64px)}.hero{gap:36px}.hero-photo{height:400px}.hero-description{font-size:18px}.actions{gap:22px}.visit{gap:32px}.hours-info{padding-left:32px}.location-content{gap:20px}.restaurant-photo{width:104px;height:128px}.hours{font-size:15px}}
@media(max-width:800px){.page-width{width:calc(100% - 40px)}.site-header{min-height:88px}.brand{gap:16px}.brand img{width:118px;height:54px}.brand>span{padding-left:16px;font-size:14px}nav{gap:18px;font-size:14px}nav a:first-child{display:none}.hero{gap:25px;grid-template-columns:1fr 1fr;padding-block:32px 38px}.hero-copy{padding-block:12px}h1{font-size:44px;letter-spacing:-1px}.eyebrow{font-size:11px;letter-spacing:1.3px;margin-bottom:16px}.hero-description{font-size:17px;margin-top:18px}.desktop-break{display:none}.hero-photo{height:355px}.actions{gap:17px;flex-wrap:wrap;margin-top:22px}.button{padding-inline:22px}.hero-address{font-size:13px;margin-top:23px}.visit{gap:30px;grid-template-columns:1fr 1fr}.hours-info{padding-left:30px}.location-content{display:block}.restaurant-photo{display:none}.hours>div{display:block;margin-bottom:12px}.hours dd{margin-top:2px}.visit h2{font-size:27px}.hours-note{font-size:12px}.catering{padding-block:30px}}
@media(max-width:580px){.site-header{min-height:83px}.brand img{width:112px;height:51px}.brand>span{font-size:13px}.brand{gap:14px}.brand>span{padding-left:14px}nav{font-size:13px}.hero{grid-template-columns:1fr;gap:28px;padding-block:32px}.hero-copy{padding:0}.eyebrow{font-size:11px;letter-spacing:1.3px;margin-bottom:17px}h1{font-size:clamp(43px,11.6vw,62px);line-height:1.06;letter-spacing:-1.1px}.hero-description{font-size:17px;margin-top:19px}.actions{gap:25px;margin-top:23px}.hero-address{margin-top:22px;font-size:14px}.hero-photo{height:auto;aspect-ratio:1.5;border-radius:12px}.hero-photo img{object-position:55% 50%}.visit{grid-template-columns:1fr;gap:29px;padding-block:30px}.visit h2{font-size:27px;margin-bottom:19px}.location-content{display:flex;gap:21px}.restaurant-photo{display:block;width:104px;height:125px}.hours-info{padding-left:0;padding-top:28px;border-left:none;border-top:1px solid var(--line)}.hours{font-size:16px}.hours>div{display:flex;margin-bottom:11px}.hours dd{margin-top:0}.hours-note{font-size:13px}.catering{padding-block:29px;align-items:flex-start;flex-direction:column;gap:19px}.catering h2{font-size:27px}.button-outline{min-height:46px}.site-footer{font-size:12px;gap:16px;padding-block:20px}}
@media(max-width:359px){.brand>span{display:none}.actions{gap:19px}.button{padding-inline:19px}.hours{font-size:14px}.location-content{gap:16px}.restaurant-photo{width:86px;height:118px}.site-footer{flex-direction:column;gap:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.will-reveal{opacity:1;transform:none}.button:hover,.button:active{transform:none}}
