/* Burg'N'Tac urban street-food identity
   Palette: black + off-white + hot red + mustard yellow
   Type:    Anton (display, condensed), Inter (body)
*/

:root {
  --bg: #0a0a0a;
  --bg-soft: #131313;
  --ink: #fafaf5;
  --ink-dim: #b7b7b1;
  --red: #e63946;
  --red-ink: #ff4656;
  --yellow: #f4c542;
  --line: rgba(250, 250, 245, 0.12);
  --radius: 14px;
  --maxw: 1200px;
  --pad: clamp(1.25rem, 4vw, 3rem);
  --shadow: 0 24px 60px -30px rgba(0,0,0,0.6);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }

.skip-link {
  position: absolute; left: -9999px; top: 1rem;
  background: var(--yellow); color: #000; padding: .5rem 1rem; font-weight: 700;
}
.skip-link:focus { left: 1rem; z-index: 1000; }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem var(--pad);
  background: rgba(10,10,10,0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav__mark {
  font-family: 'Anton', sans-serif;
  font-size: 1.5rem; letter-spacing: .05em;
  background: var(--red); color: var(--ink);
  padding: .35rem .7rem; border-radius: 6px;
  transform: skew(-6deg);
  display: inline-block;
}
.nav__links {
  display: flex; gap: clamp(1rem, 3vw, 2rem); align-items: center;
  font-weight: 600; font-size: .95rem; text-transform: uppercase; letter-spacing: .08em;
}
.nav__links a { color: var(--ink-dim); transition: color .15s; }
.nav__links a:hover { color: var(--ink); }
.nav__phone {
  background: var(--yellow); color: #000 !important;
  padding: .5rem .9rem; border-radius: 999px;
  font-weight: 800; letter-spacing: .02em;
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: min(92vh, 800px);
  display: grid; place-items: center;
  padding: clamp(3rem, 8vw, 6rem) var(--pad);
  background:
    radial-gradient(60% 80% at 70% 20%, rgba(230,57,70,.18), transparent 70%),
    radial-gradient(50% 70% at 20% 90%, rgba(244,197,66,.12), transparent 70%),
    var(--bg);
  overflow: hidden;
  text-align: center;
}
.hero__stripe {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(-18deg,
      transparent 0 120px,
      rgba(255,255,255,.015) 120px 122px);
  pointer-events: none;
}
.hero__inner { position: relative; max-width: 900px; }
.hero__kicker {
  color: var(--yellow);
  font-weight: 700; text-transform: uppercase; letter-spacing: .24em; font-size: .78rem;
  margin: 0 0 1.25rem;
}
.hero__title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(3.5rem, 14vw, 10.5rem);
  line-height: .88;
  margin: 0;
  letter-spacing: .005em;
  display: inline-flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(.25rem, 1vw, .8rem);
}
.hero__word--red { color: var(--red-ink); }
.hero__word--yellow { color: var(--yellow); }
.hero__word--mid { color: var(--ink); font-size: .6em; align-self: center; }
.hero__tagline {
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
  margin: 1.5rem auto 0;
  color: var(--ink-dim);
  font-weight: 500;
}
.hero__tagline .dot { color: var(--red); margin: 0 .5rem; }
.hero__cta {
  display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap;
  margin-top: 2rem;
}
.hero__meta {
  margin-top: 2.5rem;
  color: var(--ink-dim);
  font-size: .9rem;
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
  text-transform: uppercase; letter-spacing: .12em;
}

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .85rem 1.6rem; border-radius: 999px;
  font-weight: 700; font-size: .95rem;
  letter-spacing: .03em; text-transform: uppercase;
  transition: transform .15s ease, box-shadow .2s ease, background .2s;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--red); color: var(--ink); box-shadow: 0 10px 24px -10px var(--red); }
.btn--primary:hover { background: var(--red-ink); }
.btn--ghost { border-color: var(--ink); color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #000; }
.btn--big { padding: 1.1rem 2rem; font-size: 1rem; }

/* ---------- STRIP MARQUEE ---------- */
.strip {
  background: var(--yellow);
  color: #000;
  overflow: hidden;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.strip__track {
  display: flex;
  width: max-content;
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  letter-spacing: .05em;
  padding: .9rem 0;
  white-space: nowrap;
  will-change: transform;
  animation: slide 16s linear infinite;
}
.strip__track span { display: inline-block; flex-shrink: 0; margin-right: 2rem; }
.strip__track span:nth-child(even) { color: var(--red); }
@keyframes slide {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

/* ---------- SECTIONS ---------- */
section { padding: clamp(4rem, 8vw, 7rem) var(--pad); }
.section__head { max-width: var(--maxw); margin: 0 auto 3rem; text-align: center; }
.section__kicker {
  color: var(--red-ink); font-weight: 800;
  text-transform: uppercase; letter-spacing: .22em; font-size: .78rem;
  margin: 0 0 .9rem;
}
.section__kicker--light { color: var(--yellow); }
.section__title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  line-height: 1;
  margin: 0;
  letter-spacing: .01em;
}
.section__title--light { color: var(--ink); }
.section__lede {
  max-width: 640px; margin: 1.3rem auto 0;
  color: var(--ink-dim); font-size: 1.05rem;
}
.hl--red { color: var(--red-ink); }
.hl--yellow { color: var(--yellow); }

/* ---------- MENU CARDS ---------- */
.menu { background: var(--bg); }
.cards {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.card {
  background: var(--bg-soft);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--red); }
.card__media {
  display: block;
  position: relative;
  aspect-ratio: 4/3;
  background: #1a1a1a;
  cursor: zoom-in;
  overflow: hidden;
}
.card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.card:hover .card__media img { transform: scale(1.06); }
.card__tag {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--yellow); color: #000;
  font-size: .72rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase;
  padding: .35rem .7rem; border-radius: 4px;
}
.card__body { padding: 1.3rem 1.4rem 1.6rem; }
.card__body h3 {
  font-family: 'Anton', sans-serif;
  font-size: 1.6rem; letter-spacing: .02em;
  margin: 0 0 .5rem;
}
.card__body p { margin: 0; color: var(--ink-dim); font-size: .95rem; }

.menu__note {
  max-width: var(--maxw);
  margin: 2.5rem auto 0;
  text-align: center;
  color: var(--ink-dim);
  font-size: .88rem;
  text-transform: uppercase; letter-spacing: .12em;
}

/* ---------- CARTE (image gallery) ---------- */
.carte {
  background: linear-gradient(180deg, #0a0a0a 0%, #121212 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.carte__gallery {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  align-items: start;
}
@media (max-width: 960px) {
  .carte__gallery { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
}
@media (max-width: 560px) {
  .carte__gallery { grid-template-columns: 1fr; gap: 1rem; max-width: 520px; }
}
.carte__card {
  display: block;
  cursor: zoom-in;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  transition: transform .4s ease, box-shadow .4s ease;
}
.carte__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
}
.carte__card img {
  width: 100%;
  height: auto;
  display: block;
}
.carte__footer {
  max-width: var(--maxw);
  margin: 2.5rem auto 0;
  text-align: center;
  color: var(--ink-dim);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .18em;
}

/* ---------- HOURS ---------- */
.hours {
  background: linear-gradient(180deg, #0a0a0a 0%, #141414 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.hours__grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hours__left { text-align: left; }
.hours__lede { color: var(--ink-dim); margin: 1.2rem 0 1.8rem; max-width: 440px; }
.hours__list {
  list-style: none; padding: 0; margin: 0;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.hours__list li {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--line);
  font-size: 1rem;
}
.hours__list li:last-child { border-bottom: none; }
.hours__list span { text-transform: uppercase; letter-spacing: .1em; color: var(--ink-dim); font-size: .85rem; }
.hours__list strong {
  font-family: 'Anton', sans-serif; font-size: 1.3rem; letter-spacing: .02em;
  color: var(--ink);
}
.hours__list .closed strong { color: var(--red-ink); }

@media (max-width: 760px) {
  .hours__grid { grid-template-columns: 1fr; }
}

/* ---------- ACCESS ---------- */
.access__grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 2rem;
  align-items: stretch;
}
.access__map {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 420px;
  background: #1a1a1a;
}
.access__map iframe {
  width: 100%; height: 100%; border: 0; min-height: 420px;
  filter: grayscale(0.15) contrast(1.05);
}
.access__info {
  display: flex; flex-direction: column; gap: 1.2rem;
  justify-content: center;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.2rem);
}
.info-block__label {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .22em;
  color: var(--yellow); margin: 0 0 .35rem; font-weight: 700;
}
.info-block__value { margin: 0; font-size: 1.05rem; line-height: 1.5; }
.info-block__value a { border-bottom: 1px solid var(--red); padding-bottom: 1px; }
.info-block__value a:hover { color: var(--red-ink); }
.info-block__socials { display: flex; gap: .7rem; flex-wrap: wrap; margin: 0; }
.info-block__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 10px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--bg);
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .15s ease;
}
.info-block__socials a:hover {
  background: var(--yellow);
  color: #000;
  border-color: var(--yellow);
  transform: translateY(-2px);
}
.info-block__socials svg { display: block; }

@media (max-width: 820px) {
  .access__grid { grid-template-columns: 1fr; }
}

/* ---------- FOOTER ---------- */
.foot {
  background: #000;
  padding: 3rem var(--pad) 2rem;
  text-align: center;
  border-top: 4px solid var(--red);
}
.foot__brand {
  font-family: 'Anton', sans-serif;
  font-size: clamp(2rem, 6vw, 3.5rem);
  letter-spacing: .05em; margin: 0;
  color: var(--ink);
}
.foot__tag {
  color: var(--yellow);
  font-weight: 700; text-transform: uppercase; letter-spacing: .18em;
  font-size: .8rem; margin: .5rem 0 1.8rem;
}
.foot__legal { color: var(--ink-dim); font-size: .8rem; margin: 0; }
.foot__legal a { color: var(--ink); border-bottom: 1px solid var(--line); }

/* ---------- MOBILE NAV ---------- */
@media (max-width: 640px) {
  .nav__links { gap: .9rem; font-size: .8rem; }
  .nav__links a:not(.nav__phone) { display: none; }
  .nav__phone { display: inline-flex; }
}

/* ---------- MOBILE TYPOGRAPHY POLISH ---------- */
@media (max-width: 640px) {
  .hero { min-height: min(88vh, 720px); }
  .hero__kicker { font-size: .72rem; letter-spacing: .2em; }
  .hero__title {
    line-height: .9;
    letter-spacing: 0;
    gap: .35rem;
  }
  .hero__tagline { font-size: 1rem; line-height: 1.4; }
  .hero__meta { font-size: .75rem; letter-spacing: .1em; margin-top: 2rem; }
  .hero__cta .btn { padding: .85rem 1.3rem; font-size: .88rem; }

  .strip__track { padding: .75rem 0; animation-duration: 12s; }
  .strip__track span { margin-right: 1.5rem; }

  .section__kicker { font-size: .72rem; letter-spacing: .18em; }
  .section__title { line-height: 1.02; letter-spacing: 0; }
  .section__lede { font-size: .98rem; }

  .card__body h3 { font-size: 1.4rem; }
  .card__body p { font-size: .92rem; }

  .hours__list li { padding: .85rem 1.15rem; }
  .hours__list strong { font-size: 1.15rem; }

  .order__lede { font-size: 1rem; }
  .order__note { font-size: .78rem; line-height: 1.5; }

  .foot__brand { letter-spacing: .04em; }
}

/* ---------- ORDER / FOODEASE ---------- */
.order {
  background:
    radial-gradient(60% 100% at 80% 20%, rgba(244,197,66,.1), transparent 70%),
    radial-gradient(50% 80% at 10% 80%, rgba(230,57,70,.1), transparent 70%),
    linear-gradient(180deg, #111 0%, #0a0a0a 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.order__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.order__brand {
  display: flex; flex-direction: column; align-items: center; gap: .8rem;
  padding: 1.5rem;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 180px;
}
.order__brand img {
  width: 96px; height: 96px;
  border-radius: 20px;
  background: #fff;
  padding: 8px;
  object-fit: contain;
}
.order__partner {
  margin: 0;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--yellow);
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
}
.order__body { text-align: left; }
.order__lede {
  color: var(--ink-dim);
  font-size: 1.05rem;
  margin: 1.3rem 0 1.8rem;
  max-width: 560px;
}
.order__lede strong { color: var(--yellow); font-weight: 800; }
.order__cta {
  display: flex; gap: .8rem; flex-wrap: wrap;
  margin-bottom: 1.3rem;
}
.order__note {
  margin: 0;
  font-size: .82rem;
  color: var(--ink-dim);
  letter-spacing: .04em;
  max-width: 560px;
}

.btn--yellow {
  background: var(--yellow);
  color: #000;
  box-shadow: 0 10px 24px -12px var(--yellow);
}
.btn--yellow:hover { background: #ffd75e; }
.btn__badge {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 8px;
  border-radius: 6px;
  background: var(--red);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.nav__cta {
  color: var(--yellow) !important;
  font-weight: 700 !important;
}
.btn--ghost-light {
  border-color: var(--ink-dim);
  color: var(--ink);
}
.btn--ghost-light:hover {
  background: var(--ink);
  color: #000;
  border-color: var(--ink);
}

@media (max-width: 820px) {
  .order__inner { grid-template-columns: 1fr; }
  .order__brand { flex-direction: row; justify-content: flex-start; max-width: 100%; }
  .order__brand img { width: 72px; height: 72px; }
}

/* ---------- AGENCY CREDIT ---------- */
.foot__credit {
  margin: 1.4rem 0 0;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.foot__credit a {
  color: var(--yellow);
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
.foot__credit a:hover { border-bottom-color: var(--yellow); }

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition: none !important; }
  html { scroll-behavior: auto; }
  /* Keep decorative branding marquee alive, it's the heartbeat of the page */
  .strip__track { animation: slide 16s linear infinite !important; }
  @media (max-width: 640px) {
    .strip__track { animation-duration: 12s !important; }
  }
}
