/* ========================================
   MANJE DA GRIYO SHACK
   Brand colors pulled from the flyers:
   Deep plum purple #4A1040 + Gold #FFB627
   Mobile first
   ======================================== */

:root {
  --purple-deep: #1F0820;
  --purple-dark: #2D0A28;
  --purple: #4A1040;
  --purple-mid: #5C1652;
  --purple-light: #7B2070;
  --purple-glow: rgba(123, 32, 112, 0.5);

  --gold: #FFB627;
  --gold-bright: #FFCB5C;
  --gold-deep: #D98F0F;
  --gold-glow: rgba(255, 182, 39, 0.45);

  --cream: #FFF4D6;
  --white: #ffffff;
  --text: #F3E4D8;
  --text-mute: #C8AEB8;

  --shadow-lg: 0 30px 80px -20px rgba(0,0,0,0.7);
  --shadow-md: 0 12px 40px -10px rgba(0,0,0,0.5);
  --radius: 16px;
  --radius-sm: 10px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--purple-deep);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  font-weight: 400;
}

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

a { color: var(--gold); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--gold-bright); }

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800;
  line-height: 1.1;
  color: var(--white);
  letter-spacing: -0.01em;
}

h2 { font-size: clamp(1.9rem, 6vw, 3.4rem); margin-bottom: .6rem; }
h3 { font-size: clamp(1.2rem, 3vw, 1.7rem); }
h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 1.05rem;
}

.script-accent {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  color: var(--gold);
  font-style: italic;
  font-size: 1.05em;
  display: inline-block;
  transform: rotate(-3deg);
  margin-right: 0.15em;
}

/* ========== NAV ========== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(180deg, rgba(31,8,32,0.96) 0%, rgba(31,8,32,0.75) 70%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: padding .3s var(--ease), background .3s var(--ease);
}
.nav.scrolled {
  padding: 10px 18px;
  background: rgba(31,8,32,0.95);
  border-bottom: 1px solid rgba(255,182,39,0.18);
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  flex-shrink: 0;
}
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-script {
  font-family: 'Dancing Script', cursive;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
  text-shadow: 0 0 18px var(--gold-glow);
}
.brand-sub {
  font-size: .55rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cream);
  margin-top: 2px;
  font-weight: 600;
}

.nav-links { display: none; }

.loc-switch {
  display: inline-flex;
  background: rgba(74,16,64,0.5);
  border: 1px solid rgba(255,182,39,0.25);
  border-radius: 100px;
  padding: 3px;
}
.loc-btn {
  background: transparent;
  border: 0;
  color: var(--text-mute);
  padding: 7px 12px;
  border-radius: 100px;
  font-size: .7rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .3s var(--ease);
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.loc-btn.active {
  color: var(--purple);
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  box-shadow: 0 4px 16px var(--gold-glow);
}
.loc-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
}

/* ========== HERO ========== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 18px 70px;
  text-align: center;
  overflow: hidden;
}

.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-img {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(31,8,32,0.88), rgba(74,16,64,0.7), rgba(31,8,32,0.94)),
    url('assets/WhatsApp Image 2026-05-12 at 3.42.24 PM.jpeg');
  background-size: cover;
  background-position: center;
  filter: saturate(1.1);
  animation: heroZoom 22s ease-in-out infinite alternate;
}
@keyframes heroZoom { 0% { transform: scale(1); } 100% { transform: scale(1.08); } }

.hero-vignette {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, var(--purple-deep) 90%);
}

.hero-grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.12 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .35;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.hero-content { position: relative; z-index: 2; max-width: 900px; }

.eyebrow {
  font-size: .68rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.eyebrow-line {
  width: 30px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 9vw, 5.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.hero-script {
  display: block;
  font-family: 'Dancing Script', cursive;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.7em;
  font-style: italic;
  transform: rotate(-3deg);
  margin-bottom: 6px;
  opacity: 0;
  animation: heroIn .9s var(--ease) .2s forwards;
}
.hero-stack {
  display: block;
  color: var(--white);
  opacity: 0;
  animation: heroIn .9s var(--ease) .4s forwards;
}
.hero-sub-line {
  display: block;
  font-size: 0.32em;
  font-weight: 400;
  font-style: italic;
  font-family: 'Dancing Script', cursive;
  color: var(--cream);
  margin-top: 12px;
  opacity: 0;
  animation: heroIn 1s var(--ease) .7s forwards;
}
@keyframes heroIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.hero-lede {
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  color: var(--text);
  max-width: 600px;
  margin: 0 auto 32px;
  opacity: 0;
  animation: heroIn 1s var(--ease) 1s forwards;
}

.hero-ctas {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: heroIn 1s var(--ease) 1.2s forwards;
}

.hero-rating {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: rgba(31,8,32,0.6);
  border: 1px solid rgba(255,182,39,0.3);
  border-radius: 100px;
  backdrop-filter: blur(10px);
  font-size: .85rem;
  opacity: 0;
  animation: heroIn 1s var(--ease) 1.4s forwards;
}
.stars { color: var(--gold); letter-spacing: 2px; font-size: .95rem; }
.stars.big { font-size: 1.5rem; }
.stars .half { opacity: .5; }

.hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px; height: 36px;
  border: 2px solid var(--gold);
  border-radius: 12px;
  z-index: 2;
}
.hero-scroll span {
  position: absolute;
  top: 6px; left: 50%;
  transform: translateX(-50%);
  width: 3px; height: 7px;
  background: var(--gold);
  border-radius: 2px;
  animation: scrollHint 1.6s var(--ease) infinite;
}
@keyframes scrollHint { 0% { top: 6px; opacity: 1; } 100% { top: 20px; opacity: 0; } }

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 100px;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s var(--ease);
  text-decoration: none;
  border: 0;
  font-family: inherit;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--purple);
  box-shadow: 0 10px 26px -8px var(--gold-glow);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px -8px rgba(255,182,39,0.55);
  color: var(--purple);
}
.btn-ghost {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover {
  background: rgba(255,182,39,0.18);
  color: var(--gold);
  border-color: var(--gold);
}
.btn-outline {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
}
.btn-outline:hover {
  background: var(--gold);
  color: var(--purple);
}
.btn-full { width: 100%; }

/* ========== SECTIONS ========== */
.section {
  padding: 70px 18px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
.section-lede {
  font-size: 1rem;
  color: var(--text-mute);
  margin-top: 8px;
}
.eyebrow.gold { color: var(--gold); margin-bottom: 12px; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* ========== FEATURED ========== */
.featured-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.feat-card {
  background: linear-gradient(180deg, rgba(74,16,64,0.55), rgba(31,8,32,0.7));
  border: 1px solid rgba(255,182,39,0.18);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .4s var(--ease), border-color .3s var(--ease), box-shadow .4s var(--ease);
}
.feat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,182,39,0.5);
  box-shadow: var(--shadow-lg);
}
.feat-img-btn {
  display: block;
  width: 100%;
  height: 220px;
  background: var(--purple-dark);
  border: 0;
  padding: 0;
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
}
.feat-img-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease);
}
.feat-card:hover .feat-img-btn img { transform: scale(1.06); }
.feat-body { padding: 22px 22px 26px; }
.feat-body h3 { margin: 10px 0 8px; }
.feat-body p { color: var(--text-mute); font-size: .92rem; }

.badge {
  display: inline-block;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 4px 10px;
  background: rgba(255,182,39,0.18);
  color: var(--gold);
  border: 1px solid rgba(255,182,39,0.35);
  border-radius: 100px;
}
.badge.gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--purple);
  border-color: transparent;
}

/* ========== MENU ========== */
.menu-section {
  background: radial-gradient(ellipse at top, rgba(74,16,64,0.4), transparent 70%);
}
.price-note {
  display: block;
  margin-top: 6px;
  font-size: .85rem;
  color: var(--gold);
}
.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 32px;
}
.menu-tab {
  background: rgba(74,16,64,0.4);
  color: var(--text-mute);
  border: 1px solid rgba(255,182,39,0.18);
  padding: 9px 14px;
  border-radius: 100px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s var(--ease);
  font-family: inherit;
}
.menu-tab:hover {
  color: var(--white);
  border-color: rgba(255,182,39,0.45);
}
.menu-tab.active {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--purple);
  border-color: transparent;
  box-shadow: 0 6px 16px var(--gold-glow);
}

.menu-panel {
  display: none;
  grid-template-columns: 1fr;
  gap: 16px;
}
.menu-panel.active {
  display: grid;
  animation: fadeUp .5s var(--ease);
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.menu-card {
  background: linear-gradient(135deg, rgba(74,16,64,0.45), rgba(31,8,32,0.7));
  border: 1px solid rgba(255,182,39,0.15);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .3s var(--ease);
}
.menu-card:hover {
  border-color: rgba(255,182,39,0.45);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.mc-img-btn {
  display: block;
  width: 100%;
  height: 160px;
  background: var(--purple-dark);
  border: 0;
  padding: 0;
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
}
.mc-img-btn img,
.feat-img-btn img {
  object-position: center !important;
}
.mc-img-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
.menu-card:hover .mc-img-btn img { transform: scale(1.08); }

.mc-zoom {
  position: absolute;
  top: 10px; right: 10px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(31,8,32,0.85);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 300;
  opacity: 0;
  transform: scale(0.8);
  transition: all .3s var(--ease);
  border: 1px solid var(--gold);
}
.mc-img-btn:hover .mc-zoom,
.mc-img-btn:focus-visible .mc-zoom {
  opacity: 1;
  transform: scale(1);
}

.mc-body { padding: 18px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.mc-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 6px;
}
.mc-head h4 { color: var(--white); }
.price {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--gold);
  white-space: nowrap;
  transition: all .4s var(--ease);
  line-height: 1;
}
.price.flash {
  transform: scale(1.18);
  color: var(--gold-bright);
  text-shadow: 0 0 14px var(--gold-glow);
}
.menu-card p {
  font-size: .88rem;
  color: var(--text-mute);
  margin-bottom: 10px;
}
.mc-sizes {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin: 8px 0 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,182,39,0.15);
}
.mc-sizes li {
  font-size: .75rem;
  color: var(--text-mute);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.mc-sizes .price {
  font-size: 1rem;
  color: var(--gold);
}
.menu-card .badge { align-self: flex-start; margin-top: auto; }

/* small cards (sides + drinks) */
.menu-card.sm .mc-img-btn { height: 110px; }
.menu-card.sm .mc-body { padding: 14px 16px 16px; }
.menu-card.sm h4 { font-size: .9rem; }
.menu-card.sm .price { font-size: 1.3rem; }

/* ========== LIGHTBOX ========== */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(15,4,16,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s var(--ease);
  backdrop-filter: blur(8px);
}
.lightbox.open {
  opacity: 1;
  pointer-events: auto;
}
.lightbox img {
  max-width: 95vw;
  max-height: 88vh;
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  transform: scale(0.92);
  transition: transform .35s var(--ease);
  width: auto;
  height: auto;
}
.lightbox.open img {
  transform: scale(1);
}
.lightbox-close {
  position: absolute;
  top: 18px; right: 18px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(31,8,32,0.9);
  color: var(--gold);
  border: 1px solid var(--gold);
  font-size: 1.6rem;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s var(--ease);
  line-height: 1;
}
.lightbox-close:hover {
  background: var(--gold);
  color: var(--purple);
  transform: rotate(90deg);
}

/* ========== CATERING ========== */
.catering {
  background: linear-gradient(180deg, transparent, rgba(74,16,64,0.22), transparent);
}
.catering-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: start;
}
.catering-copy h2 { margin-bottom: 14px; }
.catering-copy > p { color: var(--text-mute); margin-bottom: 18px; font-size: 1rem; }
.catering-list {
  list-style: none;
  margin: 22px 0;
}
.catering-list li {
  padding: 9px 0 9px 24px;
  position: relative;
  color: var(--text);
  font-size: .95rem;
}
.catering-list li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 1rem;
}
.catering-contact {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin-top: 24px;
}

.catering-form {
  background: linear-gradient(180deg, rgba(74,16,64,0.5), rgba(31,8,32,0.6));
  border: 1px solid rgba(255,182,39,0.22);
  border-radius: var(--radius);
  padding: 24px;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-lg);
}
.catering-form h3 { margin-bottom: 20px; }

.catering-form label {
  display: block;
  margin-bottom: 14px;
}
.catering-form label span {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
}
.catering-form input,
.catering-form select,
.catering-form textarea {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,182,39,0.2);
  color: var(--white);
  padding: 11px 14px;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: .92rem;
  transition: all .2s var(--ease);
}
.catering-form input:focus,
.catering-form select:focus,
.catering-form textarea:focus {
  outline: 0;
  border-color: var(--gold);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 0 0 3px rgba(255,182,39,0.15);
}
.catering-form select { cursor: pointer; }
.catering-form textarea { resize: vertical; min-height: 90px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.form-status {
  margin-top: 14px;
  font-size: .88rem;
  min-height: 18px;
  text-align: center;
}
.form-status.success { color: #8EE87A; }
.form-status.error { color: #FF8A8A; }

.hp { position: absolute; left: -9999px; }

/* ========== ABOUT ========== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
.about-img {
  aspect-ratio: 16/10;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(74,16,64,0.5), rgba(31,8,32,0.7)),
    url('assets/WhatsApp Image 2026-05-12 at 3.42.25 PM (1).jpeg');
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,182,39,0.2);
  box-shadow: var(--shadow-lg);
}
.about-copy h2 { margin-bottom: 18px; }
.about-copy p {
  color: var(--text-mute);
  margin-bottom: 16px;
  font-size: 1rem;
}
.about-copy p em { color: var(--gold); font-style: italic; font-family: 'Dancing Script', cursive; font-size: 1.15em; }

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,182,39,0.2);
}
.about-stats div { text-align: center; }
.about-stats strong {
  display: block;
  font-family: 'Dancing Script', cursive;
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 2px;
  font-weight: 700;
}
.about-stats span {
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 600;
}

/* ========== REVIEWS ========== */
.reviews-rating {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.reviews-rating p { color: var(--text-mute); }
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.review {
  background: linear-gradient(180deg, rgba(74,16,64,0.4), rgba(31,8,32,0.6));
  border: 1px solid rgba(255,182,39,0.18);
  border-radius: var(--radius);
  padding: 24px;
  transition: all .3s var(--ease);
}
.review:hover {
  border-color: rgba(255,182,39,0.4);
  transform: translateY(-3px);
}
.review .stars { margin-bottom: 12px; }
.review p {
  color: var(--text);
  font-style: italic;
  margin-bottom: 14px;
  font-size: .95rem;
}
.reviewer {
  color: var(--gold);
  font-weight: 700;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ========== LOCATIONS ========== */
.loc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.loc-card {
  background: linear-gradient(180deg, rgba(74,16,64,0.45), rgba(31,8,32,0.65));
  border: 1px solid rgba(255,182,39,0.22);
  border-radius: var(--radius);
  padding: 28px;
  transition: all .3s var(--ease);
}
.loc-card:hover {
  border-color: rgba(255,182,39,0.45);
  transform: translateY(-3px);
}
.loc-tag {
  display: inline-block;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 4px 10px;
  border: 1px solid var(--gold);
  border-radius: 100px;
  margin-bottom: 16px;
}
.loc-tag.gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--purple);
  border-color: transparent;
}
.loc-card h3 { font-size: 1.6rem; margin-bottom: 10px; }
.loc-addr {
  color: var(--text-mute);
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: .95rem;
}
.hours {
  list-style: none;
  margin-bottom: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,182,39,0.15);
}
.hours li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: .88rem;
}
.hours li span:first-child { color: var(--text-mute); }
.hours li span:last-child { color: var(--white); font-weight: 600; }
.loc-ctas {
  display: flex; gap: 8px; flex-wrap: wrap;
}

/* ========== JOBS ========== */
.jobs {
  background: linear-gradient(180deg, transparent, rgba(74,16,64,0.2), transparent);
}
.jobs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: start;
}
.jobs-copy h2 { margin-bottom: 14px; }
.jobs-copy > p {
  color: var(--text-mute);
  margin-bottom: 22px;
  font-size: 1rem;
}
.jobs-list {
  list-style: none;
  margin: 22px 0;
  border-top: 1px solid rgba(255,182,39,0.2);
}
.jobs-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,182,39,0.15);
  transition: padding .25s var(--ease);
}
.jobs-list li:hover { padding-left: 6px; }
.job-role {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: var(--white);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.job-meta {
  font-size: .78rem;
  color: var(--gold);
  letter-spacing: .04em;
}
.jobs-note {
  color: var(--gold);
  font-style: italic;
  margin-top: 6px;
  font-family: 'Dancing Script', cursive;
  font-size: 1.15rem;
}

/* ========== SOCIAL ========== */
.social {
  background: radial-gradient(ellipse at center, rgba(74,16,64,0.3), transparent 60%);
}
.social-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}
.social-tile {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: linear-gradient(135deg, rgba(74,16,64,0.45), rgba(31,8,32,0.65));
  border: 1px solid rgba(255,182,39,0.22);
  border-radius: var(--radius);
  color: var(--white);
  transition: all .3s var(--ease);
}
.social-tile:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  color: var(--gold);
  box-shadow: 0 12px 30px -8px var(--gold-glow);
}
.social-icon {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.02em;
  width: 48px; height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--purple);
  border-radius: 12px;
}
.social-tile div { display: flex; flex-direction: column; }
.social-tile strong { font-size: .95rem; }
.social-tile span { font-size: .78rem; color: var(--text-mute); }

/* ========== FOOTER ========== */
.footer {
  background: var(--purple-deep);
  padding: 60px 18px 24px;
  border-top: 1px solid rgba(255,182,39,0.18);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto 36px;
}
.brand-footer .brand-script { font-size: 1.8rem; }
.brand-footer .brand-sub { font-size: .65rem; }
.footer-tag {
  margin-top: 10px;
  color: var(--text-mute);
  max-width: 280px;
  font-size: .92rem;
}
.footer h5 {
  font-size: .78rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
}
.footer p { color: var(--text-mute); line-height: 1.8; font-size: .9rem; }
.footer-base {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: .8rem;
  color: var(--text-mute);
}
.built-by a { color: var(--gold); }

/* ========== STICKY MOBILE CTA ========== */
.sticky-cta {
  display: flex;
  position: fixed;
  bottom: 12px;
  left: 12px;
  right: 12px;
  z-index: 99;
  gap: 8px;
}
.sticky-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 13px;
  border-radius: 100px;
  background: rgba(31,8,32,0.95);
  color: var(--white);
  font-weight: 800;
  font-size: .88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(255,182,39,0.4);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
}
.sticky-btn.primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--purple);
  border-color: transparent;
}

/* ========== RESPONSIVE TABLET+ ========== */
@media (min-width: 640px) {
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-panel.active { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr 1fr; gap: 14px; }
  .social-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
}

@media (min-width: 880px) {
  .nav { padding: 18px 32px; }
  .nav.scrolled { padding: 12px 32px; }
  .nav-links {
    display: flex;
    gap: 26px;
  }
  .nav-links a {
    color: var(--cream);
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    position: relative;
  }
  .nav-links a::after {
    content: '';
    position: absolute;
    bottom: -6px; left: 0; right: 0;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s var(--ease);
  }
  .nav-links a:hover { color: var(--gold); }
  .nav-links a:hover::after { transform: scaleX(1); }
  .brand-script { font-size: 1.8rem; }
  .brand-sub { font-size: .65rem; }
  .loc-btn { padding: 8px 16px; font-size: .78rem; }

  .section { padding: 100px 32px; }
  .featured-grid { grid-template-columns: repeat(3, 1fr); }
  .menu-panel.active { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
  .loc-grid { grid-template-columns: 1fr 1fr; }
  .catering-grid,
  .about-grid,
  .jobs-grid { grid-template-columns: 1fr 1fr; gap: 56px; }
  .catering-form { padding: 36px; }

  .sticky-cta { display: none; }
  body { padding-bottom: 0; }

  .about-img { aspect-ratio: 4/5; }
}

@media (min-width: 1100px) {
  .menu-panel.active { grid-template-columns: repeat(4, 1fr); }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
