:root{--paper:#f5f2e9;--ink:#252922;--accent:#cf4926;--muted:#686b61;--line:#ddded3}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.wrap{width:calc(100% - 64px);max-width:1080px;margin-inline:auto}.header{height:92px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand img{display:block;width:105px;height:82px;object-fit:contain;mix-blend-mode:multiply}.header-note{font-size:13px;color:var(--muted)}.header-phone{font-size:13px;font-weight:600}.main{padding-block:28px 22px}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:44px;align-items:center}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.5px;line-height:1.5;margin:0 0 14px;color:var(--muted)}h1{font-size:clamp(42px,4.6vw,60px);line-height:1.05;letter-spacing:-2.5px;margin:0 0 17px}h1 span{color:var(--accent)}.intro{font-size:15px;line-height:1.65;color:var(--muted);margin:0 0 22px}.actions{display:flex;gap:10px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:44px;padding:12px 19px;border:1px solid var(--accent);border-radius:5px;background:var(--accent);color:white;font-size:13px;font-weight:600}.button:hover{background:#b63b1d}.button.secondary{background:transparent;border-color:#c8cabd;color:var(--ink)}.button.secondary:hover{background:#e8ebdf}.food{margin:0;position:relative;height:auto;aspect-ratio:3/2;width:min(100%,420px);justify-self:end;border-radius:7px;overflow:hidden;background:#d4b896}.food img{width:100%;height:100%;object-fit:cover;display:block}.details{display:grid;grid-template-columns:1fr 1.05fr 1fr;gap:24px;margin-top:26px;padding-top:23px;border-top:1px solid var(--line)}.details section+section{border-left:1px solid var(--line);padding-left:24px}h2{font-size:17px;letter-spacing:-.3px;margin:0 0 12px}.details p{font-size:13px;line-height:1.65;margin:0 0 10px}.details .note{font-size:11px;line-height:1.6;color:var(--muted)}.text-link{font-size:12px;font-weight:600;display:inline-block;padding:6px 0;color:var(--accent);overflow-wrap:anywhere}.text-link:hover{text-decoration:underline}.hours{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.email{display:block;font-size:12px;color:var(--muted);overflow-wrap:anywhere;margin-top:7px}footer{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid var(--line);min-height:58px;color:var(--muted);font-size:11px}footer div{display:flex;gap:20px}footer button{min-height:44px;background:none;border:0;padding:8px 0;color:inherit;font-size:11px}dialog{width:calc(100% - 32px);max-width:570px;max-height:85dvh;overflow:auto;background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:8px;padding:32px}dialog::backdrop{background:#252922a8}dialog h2{font-size:27px}dialog p{font-size:14px;line-height:1.8}dialog a{text-decoration:underline;overflow-wrap:anywhere}.close-dialog{position:absolute;right:10px;top:8px;border:0;background:none;font-size:26px;width:44px;height:44px}.legal-note{font-size:12px;color:var(--muted)}
@media(min-width:801px) and (min-height:800px){body{min-height:100svh;display:flex;flex-direction:column;justify-content:center}.main{padding-block:34px 28px}.food{width:min(100%,465px)}}
@media(min-width:1200px){
  .wrap{width:calc(100% - 120px);max-width:1440px}
}
@media(min-width:1200px) and (min-height:800px){
  .header{height:110px}
  .brand img{width:135px;height:102px}
  .header-note,.header-phone{font-size:15px}
  .hero{gap:56px}
  h1{font-size:clamp(64px,4.6vw,80px);letter-spacing:-3px}
  .eyebrow{font-size:12px}
  .intro{font-size:18px}
  .button{font-size:15px;min-height:50px;padding:14px 24px}
  .food{width:min(100%,615px)}
  
  .details{gap:30px;margin-top:30px;padding-top:26px}
  .details section+section{padding-left:30px}
  .details h2{font-size:20px}
  .details p{font-size:15px}
  .text-link,.email{font-size:14px}
  footer,footer button{font-size:13px}
  footer{min-height:64px}
}
@media(max-width:950px){.hero{gap:26px}.details{gap:17px}.details section+section{padding-left:17px}.header-note{font-size:12px}}
@media(max-width:800px){.wrap{width:calc(100% - 36px);max-width:560px}.header{height:78px}.brand img{width:90px;height:72px}.header-note{display:none}.header-phone{font-size:12px}.main{padding-block:22px 15px}.hero{grid-template-columns:1fr;gap:20px}h1{font-size:44px;letter-spacing:-1.8px}h1 br{display:none}.intro{font-size:14px;margin-bottom:16px}.eyebrow{font-size:9px;margin-bottom:10px}.food{width:100%;max-width:420px;justify-self:center}.details{grid-template-columns:1fr;margin-top:20px;padding-top:18px;gap:16px}.details section+section{border-left:0;border-top:1px solid var(--line);padding:16px 0 0}.details p{margin-bottom:6px}h2{margin-bottom:8px}.hours{justify-content:flex-start;gap:20px}.details .note{max-width:420px}footer{font-size:10px;gap:10px}footer div{gap:15px}footer button{font-size:10px}}
.legal-logo{display:block;width:140px;max-width:100%;height:auto;mix-blend-mode:multiply;margin:0 0 20px}
.schedule{margin:0;font-size:13px;line-height:1.4}
.schedule>div+div{margin-top:10px}
.schedule dt{font-weight:600}
.schedule dt a:hover{text-decoration:underline;color:var(--accent)}
.schedule dd{display:flex;justify-content:space-between;flex-wrap:wrap;gap:4px 12px;margin:3px 0 0;color:var(--muted)}
.schedule dd strong{font-weight:400;white-space:nowrap}
@media(min-width:1200px) and (min-height:800px){.schedule{font-size:14px}}
dialog .creator-credit{margin:28px 0 0;text-align:center;font-size:11px;color:var(--muted)}
@media(max-width:360px){h1{font-size:38px}.button{padding-inline:14px}.header-phone{font-size:11px}}
