/* ============================================================
   Genghis Grill — Temporary Maintenance Landing Page
   Approved production config baked in:
   header = red (reversed white logo), pattern = on,
   notice voice = steady, cards = elevated.
   Design tokens lifted from the Craveworthy / Genghis Grill
   design system (brand red, ink, cream, Taz -> Archivo fallback).
   ============================================================ */

:root {
  --gg-red: #AA1F2E;
  --gg-red-deep: #8B1F2B;
  --gg-red-bright: #E60B2A;
  --gg-ink: #231F20;
  --gg-ink-soft: #3A3436;
  --gg-cream: #FAF7F0;
  --gg-paper: #F4F2EE;
  --gg-line: #E7E1DA;
  --gg-muted: #6F6469;
  --gg-yellow: #FFC600;
  --gg-white: #FFFFFF;

  --font: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --shadow-card: 0 1px 2px rgba(35,31,32,.04), 0 10px 30px -12px rgba(35,31,32,.16);
  --maxw: 1120px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--gg-ink);
  background: var(--gg-cream);
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* a thin brand rule line at very top */
.toprule { height: 6px; background: var(--gg-red); }

/* ============================================================
   HEADER / BRAND BAND  (red treatment, reversed white logo)
   ============================================================ */
.band {
  position: relative;
  overflow: hidden;
  background: var(--gg-red);
}
.band__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 64px 28px 72px;
}

.logo {
  width: clamp(220px, 38vw, 340px);
  height: auto;
  margin-bottom: 38px;
}

/* status pill */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 9px 16px 9px 14px;
  border-radius: 999px;
  margin-bottom: 26px;
  white-space: nowrap;
  background: rgba(255,255,255,.14);
  color: #fff;
}
.pill__dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: #2Fb35a;
  box-shadow: 0 0 0 0 rgba(47,179,90,.55);
  animation: gg-pulse 2.4s infinite;
}
@keyframes gg-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(47,179,90,.5); }
  70%  { box-shadow: 0 0 0 7px rgba(47,179,90,0); }
  100% { box-shadow: 0 0 0 0 rgba(47,179,90,0); }
}
@media (prefers-reduced-motion: reduce) { .pill__dot { animation: none; } }

.notice { max-width: 720px; }
.notice h1 {
  font-weight: 800;
  font-size: clamp(34px, 6vw, 60px);
  line-height: 1.02;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  text-wrap: balance;
  color: #fff;
}
.notice h1 em {
  font-style: normal;
  color: var(--gg-yellow);
}
.notice p {
  font-size: clamp(17px, 2.1vw, 21px);
  line-height: 1.5;
  margin: 0 auto;
  max-width: 600px;
  color: rgba(255,255,255,.82);
  text-wrap: pretty;
}

/* subtle brand pattern overlay (on) */
.band__pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(135deg,
      currentColor 0, currentColor 1.4px,
      transparent 1.4px, transparent 22px);
  color: #fff;
  opacity: .09;
}

/* ============================================================
   LOCATIONS
   ============================================================ */
.locations {
  background: var(--gg-paper);
  padding: 72px 0 84px;
}
.locations__head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 14px;
}
.locations__head h2 {
  font-weight: 800;
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 1.04;
  letter-spacing: -.015em;
  margin: 0;
  text-wrap: balance;
}
.locations__head p {
  color: var(--gg-muted);
  font-size: 17px;
  margin: 14px auto 0;
  max-width: 540px;
}
.count {
  display:inline-flex; align-items:center; gap:8px;
  margin: 22px auto 0;
  font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gg-red);
  white-space: nowrap;
}
.count::before, .count::after { content:""; width: 26px; height: 2px; background: var(--gg-red); opacity:.4; }

/* state group */
.state { margin-top: 52px; }
.state__head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--gg-ink);
}
.state__head h3 {
  font-weight: 800;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: -.01em;
  margin: 0;
  text-transform: uppercase;
}
.state__head .state__count {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--gg-muted);
  text-transform: none;
  white-space: nowrap;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* card (elevated) */
.card {
  background: #fff;
  border-radius: 16px;
  padding: 26px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: var(--shadow-card);
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 1px 2px rgba(35,31,32,.05), 0 22px 44px -18px rgba(35,31,32,.28); }

.card__name {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  font-size: 23px;
  letter-spacing: -.01em;
  margin: 0;
}
.card__bullet {
  flex: none;
  width: 12px; height: 12px;
  background: var(--gg-red);
  border-radius: 3px;
  transform: rotate(45deg);
}
.card__rows { display: flex; flex-direction: column; gap: 11px; }
.card__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16.5px;
  line-height: 1.35;
  color: var(--gg-ink-soft);
}
.card__row svg { flex: none; width: 19px; height: 19px; margin-top: 1px; color: var(--gg-red); }
.card__row a { color: inherit; text-decoration: none; }
.card__row a:hover { color: var(--gg-red); }
.card__addr, .card__phone { flex: 1; min-width: 0; }
.card__addr { font-weight: 500; }
.card__phone { font-weight: 600; font-variant-numeric: tabular-nums; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--gg-ink);
  color: #fff;
  padding: 54px 0 40px;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  text-align: center;
}
.footer__logo { width: 168px; height: auto; opacity: .96; }
.socials { display: flex; gap: 14px; }
.socials a {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  transition: background .18s ease, transform .18s ease;
}
.socials a:hover { background: var(--gg-red); transform: translateY(-2px); }
.socials svg { width: 20px; height: 20px; display: block; }
.footer__copy {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  margin: 0;
  letter-spacing: .01em;
}

/* ============================================================
   COOKIE NOTICE
   ============================================================ */
.cookie {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(680px, calc(100% - 32px));
  background: var(--gg-ink);
  color: #fff;
  border-radius: 14px;
  padding: 15px 16px 15px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 18px 50px -16px rgba(0,0,0,.5);
  z-index: 50;
}
.cookie[hidden] { display: none; }
.cookie__text { margin: 0; font-size: 13.5px; line-height: 1.45; color: rgba(255,255,255,.78); }
.cookie__btn {
  flex: none;
  font: inherit; font-weight: 700; font-size: 14px; letter-spacing: .02em;
  color: #fff;
  background: var(--gg-red);
  border: none;
  border-radius: 999px;
  padding: 10px 24px;
  cursor: pointer;
  white-space: nowrap;
  transition: background .18s ease, transform .18s ease;
}
.cookie__btn:hover { background: var(--gg-red-bright); transform: translateY(-1px); }
@media (max-width: 720px) {
  .cookie { flex-direction: column; align-items: stretch; text-align: center; gap: 12px; bottom: 12px; padding: 16px; }
  .cookie__btn { width: 100%; padding: 12px; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 720px) {
  body { font-size: 17px; }
  .wrap { padding: 0 18px; }
  .band__inner { padding: 48px 20px 54px; }
  .logo { margin-bottom: 30px; }
  .grid { grid-template-columns: 1fr; gap: 14px; }
  .locations { padding: 54px 0 64px; }
  .state { margin-top: 40px; }
  .card { padding: 22px 20px; }
  .card__name { font-size: 21px; }
}
