/* ════════════════════════════════════════════════════════════
   Gyro It Up × Tight End Bar — Elementor Widget Styles
   Sports bar energy · LGBTQ+ inclusive · Denver, CO
   by Game On Business LLC
════════════════════════════════════════════════════════════ */

/* ── VARIABLES ── */
:root {
  --gte-fire:   #FF6B00;
  --gte-gold:   #F5C400;
  --gte-ember:  #D94E00;
  --gte-dark:   #0a0a0a;
  --gte-card:   #1a1a1a;
  --gte-border: rgba(255,107,0,0.25);
  --gte-white:  #FFFFFF;
  --gte-cream:  #F5EDD8;
  --gte-muted:  #999999;
  --gte-radius: 12px;

  /* Pride */
  --pride-red:    #E40303;
  --pride-orange: #FF8C00;
  --pride-yellow: #FFED00;
  --pride-green:  #008026;
  --pride-blue:   #004DFF;
  --pride-purple: #750787;
}

/* ── SHARED ── */
.gte-label {
  font-family: sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gte-fire);
  margin: 0 0 0.3rem;
}
.gte-section-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  letter-spacing: 0.04em;
  color: var(--gte-white);
  margin: 0 0 0.4rem;
  line-height: 1.1;
}
.gte-section-title span { color: var(--gte-gold); }
.gte-section-sub {
  font-size: 0.95rem;
  color: var(--gte-muted);
  margin: 0;
  line-height: 1.5;
}
.gte-section-body {
  font-size: 1rem;
  color: var(--gte-cream);
  opacity: 0.85;
  line-height: 1.7;
  margin: 0.5rem 0 0;
}

/* ── BUTTONS ── */
.gte-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.7rem 1.6rem;
  border-radius: 100px;
  transition: all 0.18s;
  cursor: pointer;
  border: none;
}
.gte-btn--fire {
  background: var(--gte-fire);
  color: #fff;
}
.gte-btn--fire:hover {
  background: var(--gte-ember);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,107,0,0.4);
}
.gte-btn--outline {
  background: transparent;
  color: var(--gte-gold);
  border: 2px solid var(--gte-gold);
}
.gte-btn--outline:hover {
  background: rgba(245,196,0,0.1);
  color: var(--gte-gold);
}
.gte-btn--ghost {
  background: rgba(255,255,255,0.06);
  color: var(--gte-cream);
  border: 1px solid rgba(255,255,255,0.2);
}
.gte-btn--ghost:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-color: var(--gte-fire);
}

/* ── PRIDE STRIP ── */
.gte-pride-strip {
  display: flex;
  height: 5px;
  width: 100%;
}
.gte-pride-strip span {
  flex: 1;
}

/* ════════════════════════════════════════════════════════════
   01 — HERO
════════════════════════════════════════════════════════════ */
.gte-hero {
  background: #0a0a0a;
  overflow: hidden;
}
.gte-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem;
  align-items: center;
}
.gte-hero-logo {
  width: min(260px, 40vw);
  filter: drop-shadow(0 0 30px rgba(255,107,0,0.55));
  animation: gte-float 3s ease-in-out infinite;
}
@keyframes gte-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}
.gte-hero-logo-text {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 3.5rem;
  color: var(--gte-gold);
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.gte-hero-headline {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #fff;
  letter-spacing: 0.04em;
  margin: 0 0 0.4rem;
  line-height: 1.1;
}
.gte-hero-sub {
  font-size: 1rem;
  color: var(--gte-gold);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.6rem;
}
.gte-hero-tagline {
  font-size: 1rem;
  color: var(--gte-cream);
  opacity: 0.8;
  margin: 0 0 1.5rem;
  line-height: 1.6;
}
.gte-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.gte-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.9rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.gte-badge--halal   { background: rgba(0,128,38,0.2);  border: 1px solid #008026; color: #4caf50; }
.gte-badge--welcome {
  background: linear-gradient(90deg, rgba(228,3,3,0.2), rgba(117,7,135,0.2));
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}
.gte-badge--tv      { background: rgba(255,107,0,0.15); border: 1px solid var(--gte-border); color: var(--gte-gold); }

.gte-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  color: var(--gte-gold);
  text-decoration: none;
  transition: color 0.2s;
}
.gte-call-btn:hover { color: var(--gte-fire); }

/* ════════════════════════════════════════════════════════════
   02 — FULL MENU
════════════════════════════════════════════════════════════ */
.gte-menu-full {
  background: #0d0d0d;
  padding: 5rem 2rem;
}
.gte-menu-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}
.gte-menu-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 1.5rem;
}

/* Cards */
.gte-menu-card {
  background: #1a1a1a;
  border: 1px solid rgba(255,107,0,0.2);
  border-radius: var(--gte-radius);
  padding: 1.6rem;
  transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s;
}
.gte-menu-card:hover {
  transform: translateY(-4px);
  border-color: var(--gte-fire);
  box-shadow: 0 8px 30px rgba(255,107,0,0.15);
}

.gte-menu-card-header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
  flex-wrap: wrap;
}
.gte-menu-card-emoji { font-size: 1.8rem; flex-shrink: 0; }
.gte-menu-card-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: var(--gte-gold);
  margin: 0;
  flex: 1;
}
.gte-menu-card-price {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 1.6rem;
  color: var(--gte-fire);
  letter-spacing: 0.03em;
  margin-left: auto;
}

.gte-menu-card-desc {
  font-size: 0.88rem;
  color: var(--gte-cream);
  opacity: 0.7;
  margin: 0 0 1rem;
  line-height: 1.55;
}

/* Item list */
.gte-menu-card-items {
  list-style: none;
  padding: 0;
  margin: 0 0 0.6rem;
}
.gte-menu-item {
  padding: 0.38rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 0.9rem;
  color: var(--gte-cream);
  opacity: 0.85;
}
.gte-menu-item:last-child { border-bottom: none; }
.gte-menu-item--priced {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gte-menu-item-name { flex: 1; }
.gte-menu-item-price {
  font-weight: 700;
  color: var(--gte-gold);
  margin-left: 1rem;
  white-space: nowrap;
}
.gte-menu-item:not(.gte-menu-item--priced)::before {
  content: '▸ ';
  color: var(--gte-fire);
  font-size: 0.65rem;
}

/* Wing flavors / notes */
.gte-menu-card-note {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gte-fire);
  background: rgba(255,107,0,0.1);
  border: 1px solid rgba(255,107,0,0.25);
  border-radius: 6px;
  padding: 0.4rem 0.7rem;
}

/* Featured cards */
.gte-menu-card--bowl {
  border-color: rgba(245,196,0,0.3);
  background: linear-gradient(135deg, #1e1600 0%, #1a1a1a 100%);
}
.gte-menu-card--bowl .gte-menu-card-title { color: var(--gte-gold); }

/* ════════════════════════════════════════════════════════════
   03 — ORDER BANNER
════════════════════════════════════════════════════════════ */
.gte-order-banner {
  background: linear-gradient(135deg, #1a0800 0%, #0d0d0d 60%, #0a0a0a 100%);
  padding: 0;
  overflow: hidden;
}
.gte-fire-line {
  height: 3px;
  background: linear-gradient(90deg,
    transparent 0%, var(--gte-fire) 20%,
    var(--gte-gold) 50%,
    var(--gte-fire) 80%, transparent 100%);
  opacity: 0.7;
}
.gte-order-inner {
  max-width: 1100px;
  margin: 0 auto;
  /* Responsive padding: generous on desktop, tight on mobile */
  padding: 3rem clamp(1rem, 5vw, 2rem);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}
.gte-order-badge {
  display: inline-flex;
  align-items: center;
  background: var(--gte-fire);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.25rem 0.85rem;
  border-radius: 100px;
  margin-bottom: 0.8rem;
  animation: gte-pulse 2.5s ease-in-out infinite;
}
@keyframes gte-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,107,0,0.5); }
  50%       { box-shadow: 0 0 0 8px rgba(255,107,0,0); }
}
.gte-order-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #fff;
  letter-spacing: 0.04em;
  margin: 0 0 0.5rem;
  line-height: 1.1;
}
.gte-order-sub {
  font-size: 1rem;
  color: var(--gte-cream);
  opacity: 0.8;
  margin: 0 0 0.8rem;
  line-height: 1.6;
  max-width: 540px;
}
.gte-order-sports-note {
  font-size: 0.9rem;
  color: var(--gte-gold);
  font-weight: 600;
  margin: 0;
}
.gte-order-actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: stretch;
  width: 100%;
  max-width: 300px;
}
.gte-order-actions .gte-btn { width: 100%; }

/* Notify form */
.gte-notify-form { width: 100%; }
.gte-notify-label {
  font-size: 0.82rem;
  color: var(--gte-muted);
  margin: 0 0 0.4rem;
}
.gte-notify-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;   /* wrap button to next line on narrow screens */
}
.gte-notify-input {
  flex: 1;
  min-width: 0;         /* prevent flex children from overflowing */
  width: 100%;          /* full width when wrapped */
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  color: #fff;
  outline: none;
  transition: border-color 0.2s;
  /* Prevent iOS zoom on focus (font-size must be >= 16px or set explicitly) */
  font-size: max(0.85rem, 16px);
  -webkit-appearance: none;
  appearance: none;
}
.gte-notify-input:focus { border-color: var(--gte-gold); }
.gte-notify-input::placeholder { color: rgba(255,255,255,0.3); }
.gte-notify-btn {
  flex-shrink: 0;
  width: 100%;              /* full width when it wraps to its own line */
  justify-content: center;
  min-height: 44px;
  touch-action: manipulation;
}
.gte-notify-thanks {
  font-size: 0.82rem;
  color: var(--gte-gold);
  margin: 0.4rem 0 0;
  font-weight: 600;
}
.gte-order-locate .gte-btn { font-size: 0.82rem; padding: 0.5rem 1rem; }

/* ════════════════════════════════════════════════════════════
   04 — LOCATION
════════════════════════════════════════════════════════════ */
.gte-location {
  background: #0d0d0d;
  padding: 5rem 2rem;
}
.gte-location-inner { max-width: 1200px; margin: 0 auto; }
.gte-location-header {
  text-align: center;
  margin-bottom: 3rem;
}
.gte-location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}
.gte-loc-card {
  background: #1a1a1a;
  border: 1px solid rgba(255,107,0,0.18);
  border-radius: var(--gte-radius);
  padding: 1.6rem;
}
.gte-loc-card-icon { font-size: 1.8rem; margin-bottom: 0.6rem; }
.gte-loc-card h4 {
  font-family: sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gte-fire);
  margin: 0 0 0.7rem;
}
.gte-loc-card p {
  font-size: 0.9rem;
  color: var(--gte-cream);
  opacity: 0.8;
  line-height: 1.5;
  margin: 0 0 0.3rem;
}
.gte-link {
  display: inline-block;
  margin-top: 0.7rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gte-gold);
  text-decoration: none;
  transition: color 0.2s;
}
.gte-link:hover { color: var(--gte-fire); }

.gte-social-stack {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
}
.gte-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gte-cream);
  text-decoration: none;
  padding: 0.3rem 0.7rem;
  border-radius: 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  transition: background 0.2s, border-color 0.2s;
}
.gte-social-link:hover {
  background: rgba(255,107,0,0.12);
  border-color: var(--gte-fire);
  color: #fff;
}
.gte-loc-note {
  font-size: 0.78rem !important;
  color: var(--gte-muted) !important;
  opacity: 1 !important;
  font-style: italic;
}

/* ════════════════════════════════════════════════════════════
   05 — CONTACT / FOOTER
════════════════════════════════════════════════════════════ */
.gte-contact {
  background: #0a0a0a;
}
.gte-contact-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 2rem 3rem;
}
.gte-phone-display {
  display: block;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(2.5rem, 8vw, 5rem);
  letter-spacing: 0.06em;
  background: linear-gradient(135deg, var(--gte-fire), var(--gte-gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
  margin: 1rem 0 0.5rem;
  transition: opacity 0.2s;
}
.gte-phone-display:hover { opacity: 0.82; }
.gte-contact-note {
  font-size: 0.9rem;
  color: var(--gte-muted);
  margin: 0 0 1.5rem;
}
.gte-contact-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}
.gte-contact-badges span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gte-muted);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 100px;
  padding: 0.25rem 0.8rem;
}

/* gte-footer-bar removed — theme footer.php handles copyright */

/* ════════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .gte-hero-inner       { grid-template-columns: 1fr; text-align: center; gap: 1.5rem; }
  .gte-hero-logo        { margin: 0 auto; }
  .gte-hero-badges      { justify-content: center; }
  .gte-order-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.5rem 1.25rem;
  }
  .gte-order-actions {
    align-items: stretch;
    max-width: 100%;      /* full width on mobile */
    width: 100%;
  }
  .gte-notify-row {
    flex-direction: column; /* stack input and button on small screens */
  }
  .gte-notify-input {
    width: 100%;
    box-sizing: border-box;
  }
  .gte-notify-btn {
    width: 100%;
  }
  .gte-location-grid    { grid-template-columns: 1fr 1fr; }
  .gte-footer-bar       { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .gte-menu-full, .gte-location, .gte-contact-inner { padding: 3rem 1rem; }
  .gte-location-grid { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════════
   NAV ACTIVE STATES — set by gte-scripts.js scroll-spy
   Works on both theme nav and mobile drawer nav
════════════════════════════════════════════════════════════ */

/* Active item in theme sticky nav */
.gyro-nav__list .gyro-nav-item--top.is-active > a {
    color: var(--gte-gold) !important;
    background: rgba(255, 107, 0, 0.1);
}
.gyro-nav__list .gyro-nav-item--top.is-active > a::after {
    left: 0.85rem !important;
    right: 0.85rem !important;
    background: var(--gte-fire) !important;
}

/* Active item in mobile drawer */
.gyro-mobile-nav__list .gyro-nav-item.is-active > a {
    color: var(--gte-gold) !important;
}

/* ════════════════════════════════════════════════════════════
   SECTION SCROLL TARGET OFFSET FIX
   Elementor wraps widgets in containers — the id is on the
   widget div which may be inside nested containers. This
   ensures the scroll target is visually reachable.
════════════════════════════════════════════════════════════ */
#menu,
#order,
#location,
#contact {
    /* Offset equal to nav height (68px) + pride strip (4px) + breathing room */
    scroll-margin-top: 88px;
    /* Safari fallback */
    scroll-snap-margin-top: 88px;
}
