:root {
  --orange: #ef4f22;
  --orange-dark: #c93b17;
  --green: #078c45;
  --green-dark: #056f38;
  --brown: #2a120a;
  --brown-soft: #4a2214;
  --cream: #fffaf3;
  --paper: #ffffff;
  --ink: #1b120e;
  --muted: #685f59;
  --line: #e8ded5;
  --shadow: 0 18px 45px rgba(54, 24, 11, 0.12);
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.shell-narrow { max-width: 980px; }
.section-pad { padding: 86px 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 12px; }

h1, h2, .order-label {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: .01em;
  line-height: .96;
  text-transform: uppercase;
}
h1 { font-size: clamp(3rem, 5.8vw, 6.4rem); }
h2 { font-size: clamp(2.5rem, 4.6vw, 4.8rem); }
h3 { margin: 0; }
p { margin: 0; }
.eyebrow { margin-bottom: 12px; color: var(--orange-dark); font-size: .8rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #ffb08f; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(28,13,8,.08); backdrop-filter: blur(15px); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { width: 68px; height: 68px; display: grid; place-items: center; }
.brand img { width: 64px; height: 64px; }
.desktop-nav { display: flex; gap: 38px; font-weight: 760; }
.desktop-nav a, .site-footer a { text-decoration: none; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 3px; left: 0; right: 100%; bottom: -8px; background: var(--orange); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-inner > .button { justify-self: end; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 11px; padding: 0 26px; font-weight: 900; letter-spacing: .03em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
.button-large { min-height: 58px; padding-inline: 32px; }
.button-order { background: var(--green); color: white; box-shadow: 0 10px 24px rgba(7, 140, 69, .22); }
.button-order:hover { background: var(--green-dark); box-shadow: 0 14px 28px rgba(7, 140, 69, .3); }
.button-secondary { background: white; border: 2px solid var(--orange); }
.button-orange { background: var(--orange); color: white; box-shadow: 0 10px 24px rgba(239, 79, 34, .18); }
.button-block { width: 100%; }
.button svg { width: 22px; fill: currentColor; }

.hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr); background: var(--paper); overflow: hidden; }
.hero-copy { display: flex; align-items: center; padding: 72px max(36px, calc((100vw - 1180px) / 2)); padding-right: 40px; position: relative; z-index: 2; }
.hero-copy::after { content: ""; position: absolute; top: 0; bottom: 0; right: -90px; width: 190px; background: var(--paper); transform: skewX(-11deg); z-index: -1; }
.hero-copy-inner { max-width: 620px; }
.hero-lede { max-width: 540px; margin-top: 24px; color: #302722; font-size: clamp(1.15rem, 1.8vw, 1.55rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.address-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; color: #3e352f; font-weight: 700; text-decoration: none; }
.address-link svg { width: 22px; fill: var(--green); }
.hero-image { min-height: 680px; display: block; overflow: hidden; background: #21130d; }
.hero-image img { width: 100%; height: 100%; min-height: 680px; display: block; object-fit: cover; object-position: center; }

.promo { background: var(--orange); color: white; border-block: 1px solid rgba(91,25,4,.18); }
.promo-inner { min-height: 74px; display: flex; align-items: center; justify-content: center; gap: 22px; text-align: center; position: relative; }
.promo-inner strong { font-size: clamp(1.15rem, 2.1vw, 1.8rem); text-transform: uppercase; }
.promo-note { opacity: .84; }
.promo-product { width: 68px; height: 112px; flex: 0 0 auto; object-fit: contain; align-self: flex-end; margin-top: -34px; filter: drop-shadow(0 8px 8px rgba(73, 21, 5, .22)); }
.promo-divider { width: 1px; height: 40px; background: rgba(255,255,255,.55); }

.popular { background: #fff6eb; }
.section-heading { max-width: 680px; margin: 0 auto 38px; text-align: center; }
.section-heading > p:not(.eyebrow) { margin-top: 14px; color: var(--muted); font-size: 1.05rem; }
.popular-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.food-card { overflow: hidden; display: grid; grid-template-rows: 280px auto; background: white; border: 1px solid rgba(92,42,20,.12); border-radius: var(--radius); box-shadow: var(--shadow); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.food-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(54,24,11,.18); }
.food-card strong { padding: 17px 20px; background: var(--orange); color: white; font-size: 1.15rem; text-align: center; }
.food-visual { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.food-card:hover .food-visual { transform: scale(1.035); }

.menu-section { background: white; }
.menu-accordions { display: grid; gap: 10px; }
.menu-group { overflow: clip; background: white; border: 1px solid var(--line); border-radius: 12px; }
.menu-group summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; font-size: 1.08rem; font-weight: 850; cursor: pointer; list-style: none; }
.menu-group summary::-webkit-details-marker { display: none; }
.menu-group summary span { color: var(--orange); font-size: 1.65rem; line-height: 1; transition: transform .2s ease; }
.menu-group[open] { border-color: rgba(239,79,34,.35); box-shadow: 0 12px 30px rgba(70,28,11,.07); }
.menu-group[open] summary { background: #fff3e8; }
.menu-group[open] summary span { transform: rotate(45deg); }
.menu-items { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; padding: 10px 20px 18px; }
.menu-item { display: flex; justify-content: space-between; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.menu-item h3 { font-size: 1rem; }
.menu-item p { margin-top: 4px; color: var(--muted); font-size: .92rem; }
.menu-item > span { flex: 0 0 auto; color: var(--green); font-weight: 900; text-align: right; }
.menu-note { display: flex; gap: 14px; padding: 14px 20px 0; color: var(--green); }
.pide-layout { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); align-items: stretch; gap: 18px; padding: 14px 20px 18px; }
.pide-layout .menu-note { padding: 0 0 4px; }
.pide-layout .menu-items { padding: 0; }
.pide-photo { width: 100%; height: 100%; min-height: 280px; object-fit: cover; border-radius: 10px; }
.menu-disclaimer { margin-top: 14px; color: var(--muted); font-size: .9rem; }

.order-section { background: var(--brown); color: white; }
.order-heading { max-width: 700px; margin: 0 auto 38px; text-align: center; }
.order-heading p:last-child { margin-top: 14px; color: #e8d9d0; }
.order-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 22px; }
.pickup-card, .delivery-card { min-height: 330px; padding: clamp(26px, 4vw, 48px); border-radius: var(--radius); }
.pickup-card { background: var(--orange); }
.delivery-card { background: white; color: var(--ink); }
.order-label { display: block; margin-bottom: 18px; color: white; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.order-label-dark { color: var(--ink); }
.pickup-card h3, .delivery-card h3 { font-size: 1.5rem; }
.pickup-card p, .delivery-card > p { margin: 8px 0 28px; }
.delivery-card > p { color: var(--muted); }
.delivery-links { display: grid; gap: 12px; }
.delivery-links a { min-height: 72px; display: grid; grid-template-columns: 105px 1fr auto; align-items: center; gap: 18px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 11px; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.delivery-links a:hover { border-color: var(--green); transform: translateX(4px); }
.delivery-links a > span:last-child { color: var(--green); font-size: 1.6rem; }
.platform { font-weight: 900; line-height: .9; }
.platform-uber b { display: block; color: #06a357; }
.platform-doordash { color: #e8412d; }

.location-section { background: var(--cream); }
.location-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 54px; align-items: stretch; }
.location-copy address { margin: 22px 0 8px; font-size: 1.4rem; font-style: normal; font-weight: 850; }
.location-copy > p:not(.eyebrow) { color: var(--muted); }
.location-copy > .button { margin-top: 25px; }
.hours { margin-top: 38px; }
.hours h3 { text-transform: uppercase; }
.hours dl { margin: 12px 0 0; }
.hours dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.hours dt, .hours dd { margin: 0; }
.hours dd { font-weight: 750; text-align: right; }
.map-wrap { min-height: 520px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #eee; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 520px; border: 0; }

.site-footer { padding: 28px 0; background: #201008; color: white; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 13px; font-weight: 900; text-decoration: none; }
.footer-brand img { width: 58px; height: 58px; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 26px; }
.footer-inner p { color: #dccdc6; font-size: .88rem; text-align: right; }

.order-dialog { width: min(560px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 20px; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.order-dialog::backdrop { background: rgba(25,11,5,.72); backdrop-filter: blur(4px); }
.dialog-close-form { position: absolute; right: 14px; top: 12px; }
.dialog-close { width: 42px; height: 42px; border: 0; border-radius: 50%; background: #f4ede8; font-size: 1.65rem; cursor: pointer; }
.dialog-content { padding: 48px; }
.dialog-content h2 { font-size: clamp(2.4rem, 7vw, 4rem); }
.dialog-content > p:not(.eyebrow) { margin: 14px 0 28px; color: var(--muted); }
.dialog-options { display: grid; gap: 12px; }
.dialog-option { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; }
.dialog-option:hover { border-color: var(--green); }
.dialog-option span { color: var(--muted); font-size: .9rem; }
.dialog-pickup { background: var(--green); color: white; border-color: var(--green); }
.dialog-pickup span { color: white; }
.mobile-order { display: none; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 64px 28px 52px; }
  .hero-copy::after { display: none; }
  .hero-image { min-height: 520px; order: -1; }
  .hero-image img { min-height: 520px; object-position: center; }
  .popular-grid { grid-template-columns: 1fr; }
  .food-card { grid-template-rows: 340px auto; }
  .order-grid, .location-grid { grid-template-columns: 1fr; }
  .location-copy { order: 1; }
  .map-wrap { min-height: 440px; }
  .pide-layout { grid-template-columns: 1fr; }
  .pide-photo { min-height: 320px; max-height: 420px; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 78px; }
  .section-pad { padding: 62px 0; }
  .header-inner { min-height: 70px; grid-template-columns: auto 1fr; }
  .brand, .brand img { width: 56px; height: 56px; }
  .desktop-nav, .header-inner > .button { display: none; }
  .hero-image, .hero-image img { min-height: 360px; }
  .hero-copy { padding: 48px 20px; }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .promo-inner { min-height: 104px; gap: 10px; padding: 12px 0; flex-wrap: wrap; }
  .promo-product { width: 58px; height: 96px; margin-top: -24px; }
  .promo-inner strong { flex: 1 1 calc(100% - 92px); text-align: left; }
  .promo-divider { display: none; }
  .promo-note { width: 100%; font-size: .84rem; }
  .food-card { grid-template-rows: 250px auto; }
  .menu-items { grid-template-columns: 1fr; }
  .pide-layout { padding: 12px 14px 16px; }
  .pide-photo { min-height: 220px; }
  .menu-group summary { min-height: 62px; }
  .pickup-card, .delivery-card { min-height: 0; padding: 28px 22px; }
  .order-label { font-size: 3.2rem; }
  .delivery-links a { grid-template-columns: 75px 1fr auto; padding-inline: 12px; gap: 10px; }
  .delivery-links strong { font-size: .87rem; }
  .location-grid { gap: 32px; }
  .map-wrap, .map-wrap iframe { min-height: 360px; }
  .hours dl div { display: grid; gap: 2px; }
  .hours dd { text-align: left; color: var(--muted); }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; text-align: left; }
  .footer-inner p { text-align: left; }
  .dialog-content { padding: 46px 20px 24px; }
  .dialog-option { align-items: flex-start; flex-direction: column; gap: 4px; }
  .mobile-order { position: fixed; z-index: 45; left: 14px; right: 14px; bottom: 12px; display: flex; width: calc(100% - 28px); box-shadow: 0 14px 38px rgba(7,140,69,.35); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
