:root{--red:#c82719;--red-dark:#a51d12;--cream:#fff5dc;--yellow:#fbd633;--ink:#23211e;--body:'DM Sans',Arial,sans-serif;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--body);font-size:16px}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #006ca8;outline-offset:5px}.skip{position:fixed;top:-80px;left:15px;padding:15px;background:white;z-index:200}.skip:focus{top:10px}.topline{background:var(--ink);color:var(--cream);padding:10px 4.6%;display:flex;justify-content:space-between;font-size:12px;font-weight:600;letter-spacing:1.4px}.nav{height:105px;display:flex;align-items:center;justify-content:space-between;padding:0 4.6%;border-bottom:1px solid #d9ccb5;gap:30px;background:var(--cream)}.brand{display:flex;align-items:center;gap:9px;color:var(--red)}.brand>strong{font-family:var(--display);font-size:66px;line-height:.8;letter-spacing:-3px;position:relative}.brand>strong>span{font-family:Arial;font-size:12px;letter-spacing:0;position:absolute;right:-5px;top:-7px}.brand>span{font-family:var(--display);font-size:22px;line-height:.95;font-weight:800}.nav nav{display:flex;gap:35px;font-size:14px;font-weight:700}.nav nav a:hover{color:var(--red)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:48px;padding:20px 27px;background:var(--red);color:var(--cream);font-weight:800;font-size:15px;border:1px solid transparent;transition:transform .2s,background .2s;min-height:55px}.button:hover{transform:translateY(-3px);background:var(--red-dark)}.button span{font-size:23px;line-height:1}.button.small{font-size:13px;padding:14px 21px;gap:23px}.button.yellow{background:var(--yellow);color:var(--ink)}.button.yellow:hover{background:#ffeb68}.hero{display:grid;grid-template-columns:1fr 1fr;background:var(--red);color:var(--cream);min-height:668px}.hero-copy{padding:47px 6% 28px 9.2%;position:relative}.eyebrow{display:flex;align-items:center;gap:11px;font-size:12px;letter-spacing:1.6px;font-weight:700;line-height:1.5}.little-line{height:2px;width:26px;background:var(--yellow)}h1,h2,h3,p{margin-top:0}h1{font-family:var(--display);font-size:clamp(78px,7.7vw,128px);font-weight:800;line-height:.88;letter-spacing:-1.5px;margin:29px 0 24px}h1>span{color:var(--yellow)}.hero-copy>p{font-size:16px;line-height:1.7;max-width:430px;opacity:.95}.hero-actions{display:flex;align-items:center;gap:29px;margin-top:26px}.text-link{font-size:13px;font-weight:700;border-bottom:1px solid currentColor;padding:13px 0;display:inline-flex;gap:20px;align-items:center}.text-link:hover{opacity:.7}.text-link span{font-size:22px}.hero-foot{font-size:11px;font-weight:700;letter-spacing:2px;margin-top:43px}.hero-foot>span{color:var(--yellow)}.hero-photo{position:relative;min-height:590px;background:#774527 center/cover no-repeat;overflow:hidden}.photo-wash{position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,15,8,.58),transparent 32%)}.hero-label{position:absolute;right:25px;top:25px;border-radius:50%;width:153px;height:153px;background:var(--yellow);color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(10deg);box-shadow:0 2px 0 rgba(0,0,0,.15)}.hero-label>span{font-weight:700;font-size:10px;letter-spacing:1px}.hero-label>strong{font-family:var(--display);font-weight:800;font-size:39px;line-height:.85;margin:8px 0;text-align:center}.photo-caption{position:absolute;bottom:30px;left:30px;font-size:12px;letter-spacing:2px;font-weight:700}.ticker{overflow:hidden;background:var(--yellow);border-block:2px solid var(--ink);padding:14px 0;white-space:nowrap}.ticker>div{display:flex;align-items:center;justify-content:space-around;gap:26px;font-family:var(--display);font-weight:700;font-size:27px;letter-spacing:1px;width:max-content;min-width:100%}.ticker span{font-family:Arial;font-size:25px}.section{padding:90px 6%}.order{display:grid;grid-template-columns:1fr 1fr;gap:80px}h2{font-family:var(--display);font-size:clamp(54px,5vw,80px);font-weight:800;line-height:.96;letter-spacing:-.6px;margin:15px 0 22px}.section p{line-height:1.65;font-size:16px}.delivery-links{padding-top:0}.delivery-links>a{display:flex;align-items:center;gap:18px;padding:24px 0;border-bottom:1px solid #bfb3a0;transition:padding .2s}.delivery-links>a:first-child{border-top:1px solid #bfb3a0}.delivery-links>a:hover{padding-left:10px;color:var(--red)}.delivery-links strong{font-size:24px;display:block;letter-spacing:-.6px}.delivery-links small{font-size:12px;display:block;margin-top:4px}.delivery-links b{font-size:30px;margin-left:auto}.delivery-icon{background:#ef3c23;color:white;width:52px;height:52px;display:grid;place-items:center;font-weight:900;font-size:24px;border-radius:50%}.delivery-icon.uber{background:#172f24;color:#65d89a;font-size:17px}.delivery-icon.grub{background:#f76127;font-size:18px}footer{border-top:1px solid #cbbb9f;display:flex;align-items:center;gap:45px;padding:40px 6%;font-size:13px}footer .brand>strong{font-size:45px}footer .brand>span{font-size:16px}footer p{margin:0}footer>a:last-child{margin-left:auto}@media(min-width:1600px){.hero-copy{padding-top:65px}.hero{min-height:760px}}@media(max-width:1000px){.nav nav{gap:18px}.hero-copy{padding:38px 7% 28px 9%}h1{font-size:85px}.hero-actions{gap:20px;flex-wrap:wrap}.hero-foot{margin-top:24px}.order{gap:35px}.section{padding:65px 5%}.hero-photo{min-height:620px}}@media(max-width:700px){html{scroll-padding-top:20px}.topline{justify-content:center;font-size:10px;padding:9px 12px}.topline>a{display:none}.nav{height:84px;padding:0 5%;gap:15px}.nav nav{display:none}.brand>strong{font-size:53px}.brand>span{font-size:18px}.button.small{font-size:11px;gap:15px;padding:11px 14px;min-height:45px}.hero{grid-template-columns:1fr}.hero-copy{padding:33px 6% 28px}.eyebrow{font-size:10px;letter-spacing:1.35px}h1{font-size:clamp(77px,18.6vw,128px);margin:25px 0 20px;letter-spacing:-1px}.hero-copy>p{font-size:16px;max-width:360px}.hero-actions{gap:28px;margin-top:20px}.hero-foot{margin-top:28px;font-size:10px}.hero-photo{min-height:400px}.hero-label{width:128px;height:128px;right:22px;top:22px}.hero-label>strong{font-size:33px}.hero-label>span{font-size:9px}.photo-caption{font-size:10px;bottom:22px;left:23px}.ticker{padding:12px 0}.ticker>div{font-size:24px;gap:22px}.order{grid-template-columns:1fr;gap:23px}.section{padding:55px 6%}h2{font-size:59px}.delivery-links>a{padding:22px 0}.delivery-links strong{font-size:23px}footer{flex-wrap:wrap;gap:25px;padding:35px 6%}footer p{width:100%;order:3;font-size:12px}footer>a:last-child{font-size:13px}.desktop{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
.hero-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 58%;}
.qr-link{display:flex;align-items:center;gap:18px;margin-top:26px;width:max-content;max-width:100%}.qr-art{position:relative;display:block;width:122px;height:122px;overflow:hidden;border-radius:6px;flex-shrink:0;background:white}.qr-art>img{position:absolute;max-width:none;width:248px;height:248px;top:-8px;left:-8px}.qr-link>span>strong{font-family:var(--display);font-size:22px;font-weight:700;display:block;line-height:1.1}.qr-link>span>span{font-size:12px;line-height:1.6;display:block;margin-top:8px}.qr-link:hover>span>strong{text-decoration:underline}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:35px}.section-heading h2{margin-bottom:0}.section-heading>p{font-weight:500;margin:0;padding-bottom:5px}.cravings h2>span{color:var(--red)}.food-layout{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:stretch}figure{margin:0}.food-feature{position:relative;min-height:565px;overflow:hidden;background:#a0784b}.food-feature img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 54%;transition:transform .7s}.food-feature:hover img{transform:scale(1.04)}.food-feature:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.75))}.food-feature figcaption{position:absolute;z-index:1;bottom:27px;left:27px;color:var(--cream)}.food-feature figcaption>span{font-size:11px;letter-spacing:1.7px;font-weight:700}.food-feature figcaption>strong{display:block;font-family:var(--display);font-size:48px;line-height:1.1;margin-top:8px}.food-list{padding-top:3px}.food-list article{border-top:1px solid #cbbb9f;padding:20px 0;display:flex;gap:24px}.food-list article>span{font-family:var(--display);color:var(--red);font-size:21px;font-weight:600;padding-top:5px}.food-list h3{font-family:var(--display);font-weight:700;font-size:37px;letter-spacing:.2px;margin:0 0 5px}.food-list p{font-size:14px;line-height:1.6;margin:0}.food-list>.text-link{margin-top:10px;color:var(--red);font-size:12px}.photo-credit{font-size:12px!important;line-height:1.6!important;color:#6b604e;margin:18px 0 0}.photo-credit a{text-decoration:underline;text-underline-offset:3px}.order{background:var(--yellow);border-block:2px solid var(--ink)}.order .delivery-links>a{border-color:#ac8f23}.pickup-note{font-size:14px;margin-top:32px}.pickup-note a{border-bottom:1px solid currentColor;font-weight:600}.delivery-note{font-size:12px!important;margin:16px 0 0}.reviews{background:var(--ink);color:var(--cream)}.reviews .eyebrow{color:var(--yellow)}.reviews h2{margin-bottom:0}.google-score{display:flex;gap:22px;align-items:center;padding-bottom:7px}.google-score>strong{font-family:var(--display);font-size:80px;font-weight:700;line-height:1}.google-score>strong>span{font-family:var(--body);font-size:19px;font-weight:400;color:#b6ac97;margin-left:8px}.google-score .stars{font-size:23px;color:var(--yellow);letter-spacing:2px}.google-score .stars>span{color:#716749}.google-score p{font-size:13px;margin:5px 0 0}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:42px}.review-grid figure{border:1px solid #5e574d;padding:28px 26px;display:flex;flex-direction:column}.review-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.review-top>span{font-size:19px;letter-spacing:2px;color:var(--yellow)}.review-top small{font-size:10px;letter-spacing:1px;color:#c8beaa}.dim-star{color:#716749}blockquote{font-size:23px;font-weight:500;line-height:1.5;letter-spacing:-.4px;margin:29px 0 32px;flex-grow:1}.review-grid figcaption{display:flex;align-items:center;gap:12px}.avatar{display:grid;place-items:center;width:39px;height:39px;border:1px solid #948672;border-radius:50%;font-size:15px}.review-grid figcaption strong{font-size:13px;display:block}.review-grid figcaption div>span{font-size:12px;color:#b7ac98;display:block;margin-top:5px}.review-grid figcaption>a{font-size:24px;margin-left:auto;padding:8px}.review-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:28px;gap:30px}.review-bottom p{font-size:12px;margin:0;color:#b7ac98}.review-bottom .text-link{font-size:12px}.visit{display:grid;grid-template-columns:1fr 1.15fr;gap:65px}.visit h2{color:var(--red);font-size:clamp(68px,6vw,95px);margin:18px 0 25px}.visit address{font-style:normal;font-size:18px;line-height:1.7;margin-bottom:29px}.visit address strong{font-size:17px}.visit .button{font-size:12px;padding:19px 20px;gap:25px}.apple-directions{display:flex;width:max-content;font-size:12px;margin-top:6px}.visit-details{display:flex;flex-direction:column;gap:16px;margin-top:28px;font-size:14px}.visit-details>a:first-child{font-weight:700}.visit-details>a:last-child{text-decoration:underline;text-underline-offset:4px}.visit-visual{min-width:0}.storefront{height:355px;position:relative;overflow:hidden}.storefront img{height:100%;width:100%;object-fit:cover;object-position:center 43%}.storefront figcaption{position:absolute;bottom:0;left:0;background:var(--red);color:var(--cream);padding:13px 20px;font-size:11px;font-weight:700;letter-spacing:1.4px}.map-wrap{height:225px;border:1px solid #cbbb9f;border-top:0;background:#e2decf}.map-wrap iframe{border:0;width:100%;height:100%}.visit-visual>.photo-credit{margin-top:12px}.closing-line{background:var(--red);color:var(--cream);font-family:var(--display);font-weight:800;font-size:clamp(70px,10vw,168px);line-height:1.1;padding:25px 5% 32px;display:flex;justify-content:space-between;align-items:center;gap:30px;overflow:hidden}.closing-line>span{font-family:Arial;color:var(--yellow);font-size:.8em}.mobile-order{display:none}.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.reveal.arrived{opacity:1;transform:none}@media(min-width:901px) and (max-width:1100px){h1{font-size:8.2vw}.hero-copy{padding-top:40px}.nav nav{gap:18px}.hero-actions{gap:18px}.hero-actions .button{gap:24px}.hero-photo{min-height:600px}}@media(max-width:1000px){.food-layout{gap:35px}.food-list article{gap:17px}.food-list h3{font-size:32px}.food-feature{min-height:565px}.review-grid{gap:14px}.review-grid figure{padding:24px 19px}.review-top{flex-wrap:wrap}.review-top small{font-size:10px}.visit{gap:35px}.google-score{gap:15px}blockquote{font-size:21px}.closing-line{font-size:11vw}}@media(max-width:900px){.nav nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:40px 6% 30px}h1{font-size:clamp(82px,14.7vw,132px)}.hero-photo{min-height:480px}.hero-photo>img{object-position:center 57%}.hero-copy>p{max-width:540px}.hero-actions{gap:30px}.hero-foot{margin-top:30px}.nav{height:90px}.review-grid{grid-template-columns:1fr}.review-grid figure{padding:25px 28px}.review-top{flex-wrap:nowrap}blockquote{font-size:25px;margin:23px 0}.review-grid figcaption{margin-top:5px}.section-heading{align-items:center}.google-score{align-items:center;flex-direction:column;gap:7px}.google-score p{white-space:nowrap}.google-score>strong{font-size:63px}.google-score .stars{font-size:19px}.google-score>div{text-align:center}.food-feature{min-height:530px}.food-list p br{display:none}.visit{grid-template-columns:1fr;gap:35px}.visit-visual{display:grid;grid-template-columns:1fr 1fr;gap:0}.storefront{height:350px}.map-wrap{height:350px;border:1px solid #cbbb9f}.visit-visual>.photo-credit{grid-column:1/-1}.visit-copy .eyebrow{font-size:12px}}@media(max-width:700px){.section-heading{align-items:flex-start;gap:20px}.section-heading>p{font-size:13px;max-width:125px;line-height:1.7;padding-top:27px}.food-layout{grid-template-columns:1fr;gap:28px}.food-feature{min-height:460px}.food-feature figcaption>strong{font-size:45px}.food-feature figcaption>span{font-size:10px}.food-list article{padding:18px 0}.food-list h3{font-size:36px}.food-list p{font-size:15px}.food-list article>span{font-size:23px;padding-top:3px}.food-list>.text-link{font-size:11px}.cravings h2{font-size:clamp(47px,10.5vw,70px)}.cravings .section-heading{gap:14px}.cravings .eyebrow{font-size:9px;letter-spacing:1px}.hero-photo{min-height:390px}.hero-copy{padding:33px 6% 28px}h1{font-size:clamp(77px,18.6vw,128px)}.nav{height:84px}.reviews .section-heading{display:block}.reviews h2{font-size:61px}.google-score{flex-direction:row;justify-content:flex-start;margin-top:25px;gap:20px}.google-score>div{text-align:left}.review-grid{margin-top:26px;gap:17px}.review-bottom{flex-direction:column;align-items:flex-start;gap:17px}.review-bottom .text-link{font-size:11px}.visit h2{font-size:73px}.visit-visual{display:block}.storefront{height:360px}.map-wrap{height:250px}.closing-line{font-size:12vw;padding:24px 6%;gap:17px}.closing-line>span{font-size:.75em}.pickup-note{margin-top:23px}.delivery-links small{font-size:12px}.mobile-order{position:fixed;z-index:30;left:0;right:0;bottom:0;display:grid;grid-template-columns:1.15fr 1fr;box-shadow:0 -3px 12px #0002;padding-bottom:env(safe-area-inset-bottom);background:var(--red)}.mobile-order a{min-height:58px;padding:17px 6%;display:flex;align-items:center;justify-content:center;gap:16px;font-size:12px;font-weight:800;color:var(--cream)}.mobile-order a:last-child{background:var(--yellow);color:var(--ink)}.mobile-order span{font-size:21px;line-height:1}footer{padding-bottom:95px}.hero .eyebrow{font-size:10px}.hero .text-link{font-size:12px}.reveal{transform:translateY(12px)}}@media(max-width:370px){.section-heading>p{max-width:95px;font-size:12px}.cravings h2{font-size:43px}h1{font-size:19vw}.hero-actions{gap:16px}.hero .button{padding:18px;gap:34px}.hero-label{width:115px;height:115px}.visit .button{gap:15px;font-size:11px}.food-feature{min-height:400px}}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}
@media(max-width:700px){.hero h1{font-size:clamp(58px,16.8vw,108px)}.hero-actions{gap:22px}.hero-actions .button{gap:28px;padding:18px 22px;font-size:14px}.hero .text-link{gap:12px;font-size:11px}.hero-foot{margin-top:23px}.hero-copy{padding-bottom:25px}.hero-copy>p{line-height:1.6}.hero-photo{min-height:365px}}
.map-card{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:25px;background:var(--yellow);color:var(--ink);min-height:145px}.map-card small{display:block;font-size:12px;letter-spacing:1px;font-weight:700}.map-card strong{display:block;font-family:var(--display);font-size:34px;margin:5px 0}.map-card span>span{font-size:14px}.map-card>b{font-size:35px}.map-card:hover{background:#ffdf52}.eyebrow,.hero-foot,.photo-caption,.photo-credit,.photo-caption,.food-feature figcaption>span,.review-top small,.review-bottom .text-link,.hero-label>span,.storefront figcaption{font-size:12px}.food-list p{font-size:16px}.hero .text-link,.food-list>.text-link,.visit .button,.apple-directions,.button.small,.mobile-order a{font-size:14px}.topline{font-size:12px}.hero-actions{gap:22px}.hero .text-link{gap:12px}.qr-link>span>span{font-size:14px}@media(max-width:900px){.map-card{min-height:250px;padding:25px;flex-wrap:wrap;align-content:center}.map-card strong{font-size:33px}}@media(max-width:700px){.hero .eyebrow,.cravings .eyebrow{font-size:12px}.topline{letter-spacing:1px;font-size:12px}.hero-actions{gap:20px}.hero .text-link{font-size:12px;gap:10px}.button.small{font-size:12px}.map-card{min-height:145px;flex-wrap:nowrap}.visit .button{font-size:12px}.food-list>.text-link{font-size:12px}.hero-foot{letter-spacing:1px}.hero-label>span{font-size:10px}.qr-link>span>span{font-size:12px}.cravings .section-heading{display:block}.section-heading>p{max-width:none;padding-top:20px;font-size:16px}.section-heading>p br{display:none}.section-heading>p br:after{content:" "}.food-feature figcaption>span{font-size:12px}.closing-line{white-space:nowrap}}
@media(max-width:700px){.section-heading>p br{display:block}}
