:root{--ink:#171512;--surface:#26231e;--cream:#fff8e8;--yellow:#f4b51b;--tomato:#e4482e;--line:rgba(255,248,232,.2)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--cream);font-family:Arial,system-ui,sans-serif;overflow-x:hidden}.site-header{height:88px;padding:0 max(5vw,40px);display:flex;align-items:center;gap:42px;position:absolute;top:0;left:0;right:0;z-index:3}.brand{color:var(--cream);font-size:22px;font-weight:800;letter-spacing:-.05em;text-decoration:none}.brand span{color:var(--yellow)}nav{display:flex;gap:30px;margin-left:15px}nav a,.header-address,footer a{color:var(--cream);text-decoration:none;font-size:15px}.header-address{margin-left:auto}.menu-toggle{display:none;background:none;border:0;color:var(--cream);font-size:25px}.hero{min-height:650px;padding:160px 5vw 100px;display:flex;position:relative;background:var(--tomato);overflow:hidden}.hero:after{content:"";position:absolute;width:700px;height:500px;border-radius:50%;background:var(--yellow);opacity:.12;right:-110px;top:-130px}.hero-copy{position:relative;z-index:1;max-width:760px}.eyebrow{font-size:13px;letter-spacing:.16em;font-weight:700;margin:0 0 30px;color:var(--yellow)}.hero .eyebrow{color:var(--ink)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,7vw,94px);line-height:.98;letter-spacing:-.07em;margin:0 0 25px}h1 em,h2 em{font-style:normal;color:var(--yellow)}.lead{font-size:20px;line-height:1.45;max-width:470px;color:var(--ink);opacity:1;margin-bottom:32px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:56px;border-radius:29px;padding:0 25px;text-decoration:none;font-weight:700;font-size:16px}.primary{background:var(--yellow);color:var(--ink)}.outline{border:1px solid var(--cream);color:var(--cream)}.outline span,.text-link span{font-size:20px;margin-left:15px}.hero-art{position:absolute;right:13%;top:155px;width:270px;height:340px;z-index:1}.wrap-art{height:300px;transform:rotate(8deg);background:var(--yellow);clip-path:polygon(15% 0,88% 0,100% 82%,72% 100%,25% 100%,0 82%);padding:21px;position:relative}.wrap-art:before{content:"";display:block;height:205px;background:var(--tomato);clip-path:polygon(15% 0,85% 0,100% 100%,0 100%)}.wrap-art:after{content:"";position:absolute;bottom:0;left:30px;right:30px;height:115px;background:var(--cream);clip-path:polygon(8% 0,92% 0,75% 100%,20% 100%)}.wrap-art span{position:absolute;bottom:27px;left:68px;color:var(--ink);font-size:19px;font-weight:800;z-index:2}.spark{position:absolute;right:-30px;top:-20px;color:var(--yellow);font-size:80px}.ticker{height:88px;background:var(--yellow);color:var(--ink);display:flex;align-items:center;justify-content:center;gap:36px;font-size:15px;text-transform:uppercase;letter-spacing:.06em}.ticker i{font-style:normal;font-size:21px}.section{max-width:1320px;margin:auto;padding:110px 5vw}.section-heading{display:flex;align-items:end;gap:30px;margin-bottom:38px}.section-heading .eyebrow{margin-bottom:12px}.section-heading h2{font-size:clamp(42px,5vw,70px);line-height:1;letter-spacing:-.06em;margin:0}.text-link{margin-left:auto;color:var(--yellow);text-decoration:none;font-weight:700}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.menu-card{background:var(--surface);border-radius:22px;padding:26px;min-height:315px;display:flex;flex-direction:column;justify-content:space-between}.menu-card h3{font-size:24px;line-height:1.05;letter-spacing:-.04em;margin:0 0 8px}.card-desc{font-size:14px;color:rgba(255,248,232,.65);margin-bottom:18px}.card-tag{color:var(--yellow);font-size:11px;letter-spacing:.12em;font-weight:700;margin-bottom:10px}.menu-card strong{font-size:28px;color:var(--yellow)}.food-mark{height:150px;border-radius:16px;display:grid;place-items:center;overflow:hidden;position:relative}.food-mark:before{content:"";height:120px;width:74px;background:var(--cream);transform:rotate(9deg);clip-path:polygon(10% 0,90% 0,100% 100%,0 100%)}.food-mark:after{content:"";position:absolute;width:60px;height:35px;background:var(--ink);border-radius:50%;top:46px}.food-mark span{position:absolute;z-index:1;font-size:10px;font-weight:800;top:17px;color:var(--ink)}.yellow{background:var(--yellow)}.tomato{background:var(--tomato)}.cream{background:var(--cream)}.cream:after{background:var(--tomato)}.quote-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center;max-width:1180px}.quote-mark{color:var(--tomato);font-size:100px;height:55px;line-height:1}.quote-section blockquote{font-size:clamp(28px,4vw,52px);line-height:1.08;letter-spacing:-.05em;margin:20px auto;max-width:900px}.quote-section p{color:var(--yellow);font-size:14px}.gallery-note{margin-left:auto;color:rgba(255,248,232,.6);font-size:14px}.photo-rail{display:flex;gap:18px;overflow:auto;scrollbar-width:none;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.photo-rail::-webkit-scrollbar{display:none}.photo-rail .photo{flex:0 0 auto;scroll-snap-align:start;transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s cubic-bezier(.2,.7,.2,1)}.photo-rail .photo:hover{transform:translateY(-6px);box-shadow:0 18px 38px -14px rgba(0,0,0,.55)}.photo-rail .photo:active{transform:translateY(-2px)}@media(prefers-reduced-motion:reduce){.photo-rail{scroll-snap-type:none}.photo-rail .photo{transition:none}}.photo{height:320px;min-width:31%;border-radius:22px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;font-size:12px;letter-spacing:.15em}.photo span{align-self:flex-end}.photo b{font-size:28px;letter-spacing:-.06em}.photo-one{background:linear-gradient(145deg,var(--yellow) 20%,#bd7215)}.photo-two{background:linear-gradient(145deg,var(--tomato),#76221b)}.photo-three{background:linear-gradient(145deg,#f1dba2,#a96e31);color:var(--ink)}.contact-section{display:flex;align-items:center;justify-content:space-between;gap:40px;background:var(--tomato);max-width:none;padding-left:10%;padding-right:10%}.contact-section h2{font-size:clamp(48px,7vw,95px);line-height:.95;letter-spacing:-.07em}.contact-card{background:var(--ink);border-radius:22px;padding:30px;min-width:330px}.contact-card p{font-size:18px;line-height:1.4}.contact-card .button{width:100%;margin:10px 0 18px}.route{color:var(--cream);font-size:14px}.contact-section .eyebrow{color:var(--ink)}footer{padding:42px 5vw;display:flex;align-items:center;gap:30px}footer p{margin:0;color:rgba(255,248,232,.6);font-size:14px}footer>a:last-child{margin-left:auto;color:var(--yellow)}
@media(max-width:900px){.site-header{padding:0 20px;height:70px}.site-header nav{display:none}.site-header nav.is-open{display:flex;position:absolute;top:70px;left:20px;right:20px;margin:0;padding:20px;flex-direction:column;gap:18px;background:var(--surface);border-radius:16px}.header-address{display:none}.menu-toggle{display:block;margin-left:auto}.hero{min-height:640px;padding:130px 20px 55px}.hero-art{right:-25px;top:330px;transform:scale(.63);transform-origin:top right}.hero-copy{max-width:100%}.lead{font-size:17px;max-width:320px}.ticker{justify-content:flex-start;overflow:hidden;white-space:nowrap;gap:22px;padding:0 20px}.ticker span:nth-of-type(3),.ticker i:nth-of-type(3){display:none}.section{padding:78px 20px}.section-heading{align-items:start;flex-wrap:wrap;gap:16px}.section-heading h2{width:100%}.text-link{margin-left:0}.menu-grid{grid-template-columns:1fr}.menu-card{min-height:270px}.food-mark{height:120px}.photo{min-width:78%;height:260px}.contact-section{padding:75px 20px;display:block}.contact-card{min-width:0;margin-top:30px}footer{padding:35px 20px;flex-wrap:wrap}footer p{width:100%;order:3}footer>a:last-child{margin-left:0}}
@media(max-width:430px){h1{font-size:48px}.hero{min-height:660px}.hero-art{top:375px}.hero-actions .button{width:100%}.quote-section blockquote{font-size:31px}.gallery-note{width:100%;margin-left:0}.contact-section h2{font-size:58px}}
