:root { --red: #a91624; --orange: #f26922; --cream: #fff8ed; --ink: #231b19; --muted: #796b62; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: 'DM Sans', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
[hidden] { display: none !important; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
.site-header { background: var(--red); color: white; }
.header-inner { max-width: 1180px; margin: auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { display: block; border-radius: 50%; object-fit: contain; background: #211b18; }
.brand small { display: block; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #ffd8b4; }
.brand strong { display: block; font-family: 'Barlow Condensed', Impact, sans-serif; font-size: 30px; line-height: 1.1; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 22px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.header-order { background: #ffffff15; border: 1px solid #ffffff50; }
.header-order:hover { background: #ffffff28; }
.button-orange { background: var(--orange); color: #241610; }
.button-orange:hover { background: #ff8b43; }
.button-dark { background: var(--ink); color: white; }
.page-shell { max-width: 1180px; margin: auto; padding: 0 24px; }
.breadcrumb { display: flex; gap: 12px; padding: 22px 0; font-size: 12px; color: var(--muted); }
.breadcrumb a:hover { color: var(--red); }
.restaurant-hero { position: relative; isolation: isolate; overflow: hidden; border-radius: 24px; padding: 50px; min-height: 380px; background: #32120d; color: #fff; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero-image { object-fit: cover; object-position: center 55%; }
.hero-shade { background: linear-gradient(90deg, #26100bf0 0%, #35150dbb 40%, #35150d25 100%); }
.hero-content { max-width: 510px; }
.eyebrow { margin: 0 0 9px; color: var(--red); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.hero-content .eyebrow { color: #ffc47e; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: 'Barlow Condensed', Impact, sans-serif; font-size: clamp(45px, 5vw, 68px); line-height: 1; letter-spacing: -.02em; text-transform: uppercase; margin-bottom: 16px; }
h1 span { color: #ffd083; }
.hero-copy { max-width: 350px; font-size: 14px; line-height: 1.7; color: #ffeadd; margin-bottom: 23px; }
.hero-label { position: absolute; right: 26px; bottom: 26px; display: flex; gap: 12px; font-size: 9px; letter-spacing: .14em; font-weight: 700; color: #fff1df; }
.hero-label span { color: #ffb966; }
.restaurant-info, .social-section { margin-top: 38px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-heading > div { min-width: 0; }
h2 { margin-bottom: 8px; font-size: clamp(22px, 3vw, 29px); letter-spacing: -.045em; line-height: 1.2; }
.section-heading p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.shop-status { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; padding: 10px 14px; border-radius: 999px; background: #f4eadc; color: #735025; font-size: 11px; font-weight: 700; }
.status-dot { height: 7px; width: 7px; border-radius: 50%; background: currentColor; }
.shop-status[data-state="open"] { background: #eaf4e9; color: #32633e; }
.shop-status[data-state="closed"] { background: #fbe4e4; color: #9b2430; }
.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.info-card { min-width: 0; padding: 25px; border: 1px solid #efe2d3; border-radius: 18px; background: white; display: flex; flex-direction: column; align-items: flex-start; box-shadow: 0 5px 20px #54271905; }
.icon-tile { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; background: #fff2e5; border-radius: 12px; color: #bd501b; }
.info-card h3 { margin-bottom: 9px; font-size: 15px; }
.info-card p { white-space: pre-line; overflow-wrap: anywhere; margin-bottom: 18px; color: #695e56; font-size: 13px; line-height: 1.7; }
.info-card small { margin-top: auto; font-size: 11px; color: var(--muted); line-height: 1.6; }
.text-link { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; margin-top: auto; font-size: 12px; font-weight: 700; color: var(--red); }
.text-link:hover { text-decoration: underline; }
.text-link .icon { width: 18px; height: 18px; }
.social-note { flex-shrink: 0; font-size: 11px; color: var(--muted); }
.social-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.social-card { display: block; min-width: 0; padding: 26px; border-radius: 20px; transition: transform .22s ease, box-shadow .22s ease; }
.social-card:hover { transform: translateY(-4px); box-shadow: 0 12px 22px #54271920; }
.instagram-card { background: #fff0db; border: 1px solid #f2d6ad; color: #8d2c17; }
.facebook-card { background: #291e1b; border: 1px solid #442c23; color: #fff2de; }
.social-top, .social-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.platform { display: flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.platform .icon { width: 20px; height: 20px; }
.external-arrow { transition: transform .2s ease; }
.social-card:hover .external-arrow { transform: translate(2px, -2px); }
.social-body { display: flex; align-items: center; gap: 20px; padding: 24px 0; }
.social-art { display: grid; place-items: center; flex-shrink: 0; width: 72px; height: 86px; border: 1px solid #d17d484a; border-radius: 18px; transform: rotate(-7deg); background: #ffffff75; }
.social-art .icon { width: 36px; height: 36px; }
.facebook-card .social-art { background: #ffb56e12; border-color: #ffc47e36; color: #ffbd77; transform: rotate(7deg); }
.social-handle { margin-bottom: 8px; font-size: 11px; overflow-wrap: anywhere; }
.social-body h3 { margin: 0; font-family: 'Barlow Condensed', Impact, sans-serif; font-size: 35px; line-height: 1.05; font-weight: 600; }
.social-bottom { border-top: 1px solid #c4774633; padding-top: 16px; font-size: 12px; font-weight: 700; }
.facebook-card .social-bottom { border-top-color: #ffe2bc24; color: #ffc47e; }
.menu-invite { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 36px; padding: 26px 0; border-top: 1px solid #eadaca; }
.menu-invite h2 { font-size: 24px; }
.menu-invite p { margin: 0; font-size: 12px; color: var(--muted); line-height: 1.7; }
.menu-invite .button { flex-shrink: 0; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; max-width: 1180px; margin: auto; padding: 22px 24px 30px; color: var(--muted); font-size: 11px; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; }
.error-notice { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; padding: 12px 16px; background: #fff0e6; color: #943c19; border-radius: 12px; font-size: 13px; }
.error-notice button { min-height: 44px; padding: 8px 14px; border: 1px solid #d09b7d; border-radius: 8px; background: white; color: inherit; font-weight: 700; }
@media (max-width: 760px) {
  .header-inner { padding: 14px 18px; gap: 12px; }
  .brand small { font-size: 8px; }
  .brand strong { font-size: 26px; }
  .brand img { width: 44px; height: 44px; }
  .header-order { padding: 10px 14px; font-size: 11px; gap: 8px; }
  .header-order .icon { width: 18px; height: 18px; }
  .page-shell { padding: 0 18px; }
  .restaurant-hero { padding: 30px 24px 56px; min-height: 355px; border-radius: 20px; }
  .hero-shade { background: linear-gradient(90deg, #26100bec, #35150d66); }
  .hero-label { left: 24px; right: auto; bottom: 23px; font-size: 8px; gap: 8px; }
  .info-grid, .social-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .info-card { padding: 22px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .social-note { display: none; }
  .social-card { padding: 24px; }
  .social-body h3 { font-size: 33px; }
  .menu-invite { flex-direction: column; align-items: flex-start; }
  .site-footer { padding-inline: 18px; flex-wrap: wrap; }
}
@media (max-width: 360px) {
  .brand { gap: 8px; }
  .brand small { letter-spacing: .02em; }
  .header-order { padding-inline: 11px; }
  .header-order .icon { display: none; }
  .social-art { width: 52px; height: 70px; }
  .social-body { gap: 14px; }
}
@media (prefers-reduced-motion: reduce) { .button, .social-card, .external-arrow { transition: none; } }
