/* ===== NOISE TEXTURE ===== */
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 100px 100px;
}

/* ===== VARIABLES ===== */
:root {
  /* Primary brand */
  --navy: #0a1f4a;
  --navy-dark: #071233;
  --navy-light: #132e6b;
  --orange: #ff8a00;
  --orange-dark: #e67a00;

  /* Ravens accents */
  --purple: #241773;
  --purple-light: #3a2a8a;
  --gold: #9E7C0C;
  --gold-light: #c9a010;
  --black: #000000;

  /* Neutrals */
  --dark: #1a1a2e;
  --gray-dark: #2a2a3e;
  --gray: #6b7280;
  --gray-light: #9ca3af;
  --cream: #f5f0e8;
  --white: #ffffff;
  --border: rgba(255,255,255,0.1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--white);
  background: var(--black);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.gold { color: var(--gold); }
.orange { color: var(--orange); }
.light-blue { color: #80C2ED; font-style: italic; }
.serve-title { font-family: 'Rock Salt', cursive; font-style: normal; letter-spacing: 0px; font-size: 40px; color: var(--white); }

/* ===== NAV ===== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(7, 12, 25, 0.97);
  backdrop-filter: blur(4px);
  border-bottom: 3px solid var(--orange);
  padding: 0;
}
.nav::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 128px 128px;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-logo-icon {
  width: 48px;
  height: 48px;
  object-fit: cover;
  display: block;
}
.nav-logo-text {
  font-family: 'Anton', sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-link {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: var(--white);
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav-link:hover { color: var(--orange); }

@media (max-width: 768px) {
  .nav-links .nav-link { display: none; }
}

/* ===== HERO ===== */
.hero {
  position: relative;
  padding: 100px 0 60px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--purple) 0%, var(--navy) 30%, var(--navy-dark) 60%, var(--black) 100%);
}
.hero-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(255,107,53,0.08), transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(158,124,12,0.06), transparent 40%),
    radial-gradient(ellipse at 50% 80%, rgba(36,23,115,0.1), transparent 50%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}
.hero-logo-area {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-logo {
  width: 100%;
  height: auto;
}
.hero-content { padding: 20px 0; }
.hero-title { margin-bottom: 12px; }
.hero-title-line1 {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 72px;
  line-height: 0.85;
  letter-spacing: 0px;
  color: var(--white);
  text-transform: uppercase;
  filter: url(#splatter);
}
.hero-title-line2 {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 88px;
  line-height: 0.85;
  letter-spacing: 0px;
  text-transform: uppercase;
  filter: url(#splatter);
}
.hero-tagline {
  font-family: 'Permanent Marker', cursive;
  font-size: 38px;
  letter-spacing: 1px;
  color: var(--orange);
  margin: 16px 0 12px;
  text-transform: uppercase;
  transform: rotate(-2deg);
}
.hero-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  max-width: 520px;
  margin: 0 auto 28px;
  line-height: 1.7;
}
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  font-family: 'Oswald', sans-serif;
}
.btn-orange {
  background: var(--orange);
  color: var(--navy);
  border-radius: 4px;
}
.btn-orange:hover { background: var(--orange-dark); transform: translateY(-2px); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 4px;
}
.btn-outline:hover { border-color: var(--orange); color: var(--orange); }
.btn-dark {
  background: var(--black);
  color: var(--white);
  border-radius: 4px;
}
.btn-dark:hover { background: var(--gray-dark); }
.btn-outline-dark {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
  border-radius: 4px;
}
.btn-outline-dark:hover { background: var(--navy); color: var(--white); }
.btn-lg {
  padding: 18px 44px;
  font-size: 16px;
}

/* ===== ORDER BAR ===== */
.order-bar {
  background: var(--orange);
  padding: 20px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.order-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(0,0,0,0.05) 20px,
    rgba(0,0,0,0.05) 21px
  );
  pointer-events: none;
}
.order-bar-inner { position: relative; z-index: 1; }
.order-bar-text {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  color: var(--navy);
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.order-bar-btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.btn-doordash {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 2px solid var(--white);
  border-radius: 4px;
  padding: 8px 20px;
  transition: transform 0.2s, box-shadow 0.2s;
  line-height: 0;
}
.btn-doordash:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.dd-logo {
  height: 28px;
  width: auto;
  display: block;
}

/* ===== ABOUT US ===== */
.about-us-content {
  max-width: 720px;
  margin: 28px auto 0;
}
.about-us-content p {
  font-size: 16px;
  color: var(--white);
  line-height: 1.8;
  margin-bottom: 16px;
}
.about-us-tagline {
  font-family: 'Permanent Marker', cursive;
  font-size: 24px;
  color: var(--orange);
  transform: rotate(-1deg);
  margin-top: 24px;
}
.about-us-bottom {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.about-us-icon {
  width: 500px;
  height: auto;
  object-fit: contain;
}
.about-us {
  padding: 60px 0;
  background: #12121f;
  text-align: center;
}
.about-us .section-title {
  color: var(--white);
}
.about-us-flow {
  max-width: 800px;
  margin: 32px auto 0;
}
.about-block {
  padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.about-block:last-child { border-bottom: none; }
.about-block p {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  line-height: 1.8;
  max-width: 650px;
  margin: 0 auto 12px;
}
.about-block .about-tagline {
  font-family: 'Permanent Marker', cursive;
  font-size: 30px;
  color: #80C2ED !important;
  margin: 16px auto 0px;
  transform: rotate(-1deg);
  text-align: center;
}
.about-values {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 12px;
}
.about-value {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  text-align: left;
}
.about-value-num {
  font-family: 'Anton', sans-serif;
  font-size: 28px;
  color: var(--orange);
  opacity: 0.5;
  line-height: 1;
  flex-shrink: 0;
  min-width: 32px;
}
.about-value h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 4px;
  text-transform: uppercase;
}
.about-value p {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 768px) {
  .about-block { padding: 24px 0; }
}

/* ===== LOCAL STRIP ===== */
.local-strip {
  background: var(--black);
  text-align: center;
  padding: 14px 0;
  position: relative;
  overflow: hidden;
}
.local-strip::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
}
.local-strip-text {
  font-family: 'Permanent Marker', cursive;
  font-size: 18px;
  color: var(--orange);
  letter-spacing: 2px;
  transform: rotate(-1deg);
}

/* ===== RAVENS NOD ===== */
.ravens-bar {
  background: var(--black);
  padding: 6px 0;
  text-align: center;
}
.ravens-bar-inner {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.ravens-stripe {
  display: inline-block;
  width: 20px;
  height: 4px;
}
.ravens-purple { background: #241773; }
.ravens-gold { background: #9E7C0C; }

/* ===== FEATURES ===== */
.features {
  padding: 0;
  background: var(--navy);
}
.feature-row {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 48px 40px;
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.feature-alt {
  background: rgba(255,255,255,0.02);
}
.feature-row:last-child { border-bottom: none; }
.feature-num {
  font-family: 'Anton', sans-serif;
  font-size: 48px;
  color: var(--orange);
  opacity: 0.25;
  line-height: 1;
  flex-shrink: 0;
  min-width: 70px;
}
.feature-content h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.feature-content p {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  max-width: 600px;
}
@media (max-width: 768px) {
  .feature-row { flex-direction: column; gap: 12px; padding: 36px 24px; text-align: center; }
  .feature-num { min-width: auto; }
  .feature-content p { max-width: 100%; }
}

/* ===== DIVIDER ===== */
.section-divider {
  background: var(--black);
  text-align: center;
  padding: 24px 0;
  position: relative;
}
.section-divider::before,
.section-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(50% - 60px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.section-divider::before { left: 0; }
.section-divider::after { right: 0; }
.divider-mark {
  color: var(--gold);
  font-size: 14px;
  opacity: 0.6;
}

/* ===== SECTION TITLES ===== */
.section-title {
  font-family: 'Anton', sans-serif;
  font-size: 48px;
  letter-spacing: 1px;
  color: var(--navy);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1;
  filter: url(#splatter);
}
.section-title.light { color: var(--white); }
.section-title-bg {
  position: relative;
  display: inline-block;
}
.section-sub {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
  color: var(--white);
  font-size: 15px;
  line-height: 1.7;
}

/* ===== MENU ===== */
.menu-section {
  padding: 60px 0;
  background: #1a122e;
}
.menu-section .section-sub {
  color: rgba(255,255,255,0.85);
}
.menu-list {
  max-width: 720px;
  margin: 0 auto;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: all 0.2s;
}
.menu-item:last-of-type { border-bottom: none; }
.menu-item:hover {
  padding-left: 12px;
  border-left: 3px solid var(--orange);
}
.menu-item-left { flex: 1; }
.menu-item-label {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--white);
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}
.menu-item h4 {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.menu-item p {
  font-size: 13px;
  color: var(--white);
  line-height: 1.6;
}
.menu-item-right {
  text-align: right;
  flex-shrink: 0;
  min-width: 80px;
}
.menu-item-price {
  font-family: 'Anton', sans-serif;
  font-size: 26px;
  color: var(--orange);
  letter-spacing: 1px;
  display: block;
}
.menu-item-badge {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3px 8px;
  background: var(--orange);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 4px;
}
.menu-item-cta {
  cursor: pointer;
  background: var(--navy);
  color: var(--white);
  padding: 24px !important;
  margin-top: 16px;
  border: none !important;
  align-items: center;
}
.menu-item-cta:hover {
  padding-left: 24px !important;
  border-left: 3px solid var(--orange) !important;
  background: var(--purple);
}
.menu-item-cta h4 {
  color: var(--white);
  font-size: 22px;
}
.menu-item-cta p {
  color: rgba(255,255,255,0.85);
}
.menu-item-arrow {
  font-family: 'Anton', sans-serif;
  font-size: 32px;
  color: var(--orange);
}
@media (max-width: 600px) {
  .menu-item { flex-direction: column; gap: 8px; }
  .menu-item-right { text-align: left; }
}

/* ===== VIP ===== */
.vip-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--purple) 0%, var(--navy-dark) 50%, var(--black) 100%);
}
.vip-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(255,138,0,0.05), transparent 50%),
    radial-gradient(ellipse at 30% 70%, rgba(128,194,237,0.04), transparent 50%);
  pointer-events: none;
}
.vip-inner { position: relative; z-index: 1; text-align: center; }
.vip-desc {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  max-width: 450px;
  margin: 0 auto 20px;
  line-height: 1.7;
}
.vip-text-info {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: var(--white);
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.vip-text-info strong {
  color: var(--orange);
}
.vip-or {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.vip-form {
  max-width: 600px;
  margin: 0 auto;
}
.vip-form-row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.vip-input {
  flex: 1;
  padding: 16px 20px;
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.1);
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: var(--white);
  text-transform: uppercase;
  outline: none;
  transition: border-color 0.2s;
}
.vip-input::placeholder { color: rgba(255,255,255,0.25); }
.vip-input:focus { border-color: var(--orange); }
.vip-btn { width: 100%; justify-content: center; margin-top: 4px; }

.vip-tagline-restore {
  font-family: 'Permanent Marker', cursive;
  font-size: 29px;
  color: var(--orange);
  margin-top: 24px;
  letter-spacing: 1px;
}
.vip-tagline-restore .light-blue { color: #4169E1; }
@media (max-width: 600px) {
  .vip-form-row { flex-direction: column; }
}
/* ===== FOLLOW US ===== */
.follow-section {
  padding: 40px 0 32px;
  background: linear-gradient(135deg, #ffffff 0%, #fff5e6 40%, #ffd6a8 70%, var(--orange) 100%);
}
.follow-heading {
  font-family: 'Rock Salt', cursive;
  font-size: 24px;
  letter-spacing: 0px;
  color: var(--purple);
  text-align: center;
  margin-bottom: 20px;
}
.follow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
.follow-side {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
.follow-side:hover { opacity: 0.7; }
.follow-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.follow-handle {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: var(--navy);
}
.follow-divider {
  width: 1px;
  height: 40px;
  background: rgba(0,0,0,0.15);
  margin: 0 24px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .follow-box { flex-direction: column; gap: 16px; padding: 20px; }
  .follow-divider { width: 60%; height: 1px; margin: 0; }
}
.how-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--black) 0%, var(--navy-dark) 50%, var(--purple) 100%);
}
.how-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(255,107,53,0.06), transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(158,124,12,0.04), transparent 40%);
  pointer-events: none;
}
.how-inner { position: relative; z-index: 1; }
.steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.step {
  text-align: center;
  padding: 28px 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  flex: 1;
  min-width: 160px;
  max-width: 220px;
  transition: all 0.3s;
}
.step:hover {
  border-color: var(--orange);
  background: rgba(255,107,53,0.06);
}
.step-num {
  font-family: 'Anton', sans-serif;
  font-size: 28px;
  color: var(--orange);
  margin-bottom: 8px;
}
.step h3 {
  font-family: 'Anton', sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.step p {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
}
.step-arrow {
  font-family: 'Anton', sans-serif;
  font-size: 24px;
  color: var(--gold);
  opacity: 0.4;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .step-arrow { display: none; }
  .steps { flex-direction: column; }
  .step { max-width: 100%; width: 100%; }
}

/* ===== INFO ===== */
.info-section {
  padding: 60px 0;
  background: #0d0d1a;
}
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
}
.info-card {
  padding: 32px 0;
}
.info-card-title {
  font-family: 'Anton', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  filter: url(#brush-distress);
}
.info-accent {
  width: 8px;
  height: 28px;
  background: var(--orange);
  display: inline-block;
}
.hours-list { display: flex; flex-direction: column; gap: 4px; }
.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  font-size: 15px;
}
.hours-row.highlight {
  background: rgba(255,107,53,0.06);
  border-left: 3px solid var(--orange);
}
.hours-row .day {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hours-row .time {
  font-weight: 600;
  color: var(--orange);
}
.contact-list { display: flex; flex-direction: column; gap: 12px; }
.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-label {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--white);
  text-transform: uppercase;
  min-width: 70px;
}
.contact-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}
.contact-value a { color: var(--white); }
.contact-value a:hover { color: var(--orange); }
.social-item { align-items: flex-start; }
.social-btns { display: flex; gap: 8px; }
.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  transition: all 0.2s;
}
.social-btn:hover { background: rgba(255,255,255,0.12); transform: scale(1.1); }
.social-btn svg { width: 28px; height: 28px; }
.social-btn[aria-label="Instagram"] { color: #E4405F; }
.social-btn[aria-label="TikTok"] { color: #00F2EA; }
@media (max-width: 768px) {
  .info-grid { grid-template-columns: 1fr; }
}

/* ===== CTA SECTION ===== */
.cta-section {
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--purple) 50%, var(--navy) 100%);
}
.cta-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse at 30% 70%, rgba(255,107,53,0.06), transparent 50%),
    radial-gradient(ellipse at 70% 30%, rgba(158,124,12,0.04), transparent 50%);
  pointer-events: none;
}
.cta-inner { position: relative; z-index: 1; }
.cta-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 52px;
  letter-spacing: 4px;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 12px;
  filter: url(#splatter);
}
.cta-desc {
  color: rgba(255,255,255,0.6);
  margin-bottom: 28px;
  font-size: 16px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .cta-title { font-size: 32px; }
}

/* ===== FOOTER ===== */
.footer {
  padding: 40px 0;
  background: var(--black);
  text-align: center;
}
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.footer-tagline {
  font-family: 'Permanent Marker', cursive;
  font-size: 28px;
  color: var(--orange);
  transform: rotate(-1deg);
}
.footer-handle {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: var(--gold);
  letter-spacing: 2px;
  margin-bottom: 4px;
}
.footer-social {
  display: flex;
  gap: 12px;
  margin: 8px 0;
}
.footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  transition: all 0.2s;
}
.footer-social-btn svg { width: 26px; height: 26px; }
.footer-social-btn[aria-label="Instagram"] { color: #E4405F; }
.footer-social-btn[aria-label="TikTok"] { color: #00F2EA; }
.footer-social-btn:hover { background: rgba(255,255,255,0.12); transform: scale(1.15); }
.footer-thanks {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 2px;
  margin-top: 4px;
  text-transform: uppercase;
}
.footer-location, .footer-copy {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
}
.footer-otion {
  font-size: 11px;
  color: rgba(255,255,255,0.25);
  margin-top: 2px;
}
.footer-otion a {
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-otion a:hover {
  color: rgba(255,255,255,0.6);
  text-decoration: underline;
}

/* ===== RESPONSIVE HERO ===== */
@media (max-width: 900px) {
  .hero-inner {
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }
  .hero-content { padding: 0; }
  .hero-desc { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hero-buttons { justify-content: center; }
  .hero-title-line1 { font-size: 48px; }
  .hero-title-line2 { font-size: 60px; }
  .hero-tagline { font-size: 30px; }
  .hero-logo { max-width: none; }
}
@media (max-width: 600px) {
  .hero { padding: 120px 0 48px; }
  .hero-title-line1 { font-size: 34px; }
  .hero-title-line2 { font-size: 44px; }
  .hero-tagline { font-size: 24px; }
  .section-title { font-size: 28px; }
  .hero-logo { max-width: none; }
}

/* ===== ORDERING OVERLAY ===== */
.order-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.85);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
.order-overlay.open { display: flex; }

.order-modal {
  width: 420px;
  max-width: 95vw;
  max-height: 90vh;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid var(--navy);
  animation: modalIn 0.25s ease;
}
@keyframes modalIn {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.order-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--navy);
  border-bottom: 2px solid var(--orange);
  flex-shrink: 0;
}
.order-header-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--white);
  text-transform: uppercase;
}
.order-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.order-cart-icon {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px;
}
.order-cart-icon:hover { opacity: 0.8; }
.cart-count-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: var(--orange);
  color: var(--white);
  font-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}
.order-close {
  background: rgba(255,255,255,0.1);
  border: none;
  color: var(--white);
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.order-close:hover { background: rgba(255,255,255,0.2); }

.order-screens {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px;
  -webkit-overflow-scrolling: touch;
}

.order-screen { display: none; }
.order-screen.active { display: block; animation: screenIn 0.2s ease; }
@keyframes screenIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.order-screen-header h3 {
  font-family: 'Anton', sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
  color: var(--navy);
  text-transform: uppercase;
  margin-bottom: 2px;
  filter: url(#brush-distress);
}
.order-screen-sub {
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 16px;
}

.modal-order-btns {
  padding-top: 16px;
  border-top: 2px solid var(--navy);
  margin-top: 8px;
}

/* Menu Items in Order */
.order-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--navy);
  cursor: pointer;
  align-items: center;
}
.order-item:last-child { border-bottom: none; }
.order-item-thumb {
  width: 56px;
  height: 56px;
  background: var(--navy);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  color: var(--white);
}
.order-item-info { flex: 1; }
.order-item-info h4 { font-size: 15px; color: var(--navy); font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }
.order-item-info .desc { font-size: 12px; color: var(--gray); line-height: 1.4; }
.order-item-info .price { font-family: 'Anton', sans-serif; font-size: 16px; color: var(--orange); margin-top: 4px; }
.order-item-add {
  width: 32px; height: 32px;
  border: 2px solid var(--navy);
  background: var(--navy);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'Inter', sans-serif;
  transition: background 0.2s;
}
.order-item-add:hover { background: var(--orange); border-color: var(--orange); }

/* ===== STICKY MOBILE BAR ===== */
.sticky-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
  background: var(--navy);
  border-top: 2px solid var(--orange);
  padding: 10px 16px;
}
.sticky-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px;
  background: var(--orange);
  color: var(--navy);
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}
.sticky-btn:hover { background: var(--orange-dark); }
@media (max-width: 768px) {
  .sticky-bar { display: block; }
  body { padding-bottom: 68px; }
}
@media (max-width: 600px) {
  .order-modal { max-height: 95vh; }
  .order-screens { padding: 12px 16px; }
}
