/* ============================================
   LUCKY ACES SPORTS BAR & GRILL — STYLES
   Deep Navy + Warm Gold | Playfair Display + Inter
   ============================================ */

/* RESET & BASE */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1a2744;
  background: #ffffff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

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

/* ============================================
   TYPOGRAPHY
   ============================================ */

.section-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C8A84E;
  margin-bottom: 12px;
}

.section-eyebrow.text-dark {
  color: #C8A84E;
}

.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: #0d1b33;
  margin-bottom: 20px;
}

.section-title.text-light {
  color: #ffffff;
}

.section-title.text-dark {
  color: #0d1b33;
}

.section-subtitle {
  font-size: 1.05rem;
  color: #4a5568;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

.text-center {
  text-align: center;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 14px 30px;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-gold {
  background: #C8A84E;
  color: #0d1b33;
  border-color: #C8A84E;
}

.btn-gold:hover {
  background: #b8953a;
  border-color: #b8953a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200, 168, 78, 0.35);
}

.btn-outline {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-outline:hover {
  border-color: #C8A84E;
  color: #C8A84E;
  transform: translateY(-2px);
}

/* ============================================
   HEADER / NAV
   ============================================ */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(13, 27, 51, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200, 168, 78, 0.15);
  transition: box-shadow 0.3s ease;
}

.site-header.scrolled {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffffff;
}

.logo-text {
  letter-spacing: 0.02em;
}

.logo-light {
  color: #ffffff;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

#main-nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
}

#main-nav a {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease;
  letter-spacing: 0.02em;
}

#main-nav a:hover {
  color: #C8A84E;
}

.btn-nav {
  background: #C8A84E !important;
  color: #0d1b33 !important;
  padding: 9px 20px;
  border-radius: 5px;
  font-weight: 600 !important;
  transition: all 0.25s ease !important;
}

.btn-nav:hover {
  background: #b8953a !important;
  color: #0d1b33 !important;
  transform: translateY(-1px);
}

/* ============================================
   HERO — split layout, dark navy left
   ============================================ */

.hero {
  margin-top: 72px;
  min-height: calc(100vh - 72px);
  background: #0d1b33;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  width: 100%;
  min-height: 100%;
}

.hero-content {
  padding: 60px 48px 60px 0;
  color: #ffffff;
}

.hero-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #C8A84E;
  margin-bottom: 20px;
}

.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 24px;
}

.hero-title .gold {
  color: #C8A84E;
}

.hero-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 480px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
}

.stat {
  display: flex;
  flex-direction: column;
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #C8A84E;
  line-height: 1;
}

.stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
}

.hero-image {
  position: relative;
  height: 100%;
  min-height: 500px;
}

.hero-img-wrap {
  position: relative;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
}

.hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-img-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, #0d1b33, transparent);
  pointer-events: none;
}

/* ============================================
   ABOUT
   ============================================ */

.about {
  padding: 100px 0;
  background: #ffffff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-img-main {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(13, 27, 51, 0.15);
}

.about-img-main img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.about-img-float {
  position: absolute;
  bottom: -32px;
  right: -24px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(13, 27, 51, 0.2);
  border: 4px solid #ffffff;
}

.about-img-float img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.about-badge {
  position: absolute;
  top: -16px;
  left: -16px;
  background: #0d1b33;
  color: #C8A84E;
  padding: 14px 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(13, 27, 51, 0.3);
}

.about-text .section-title {
  margin-top: 4px;
}

.about-text > p {
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.about-features {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.about-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: #1a2744;
  font-weight: 500;
}

/* ============================================
   MENU
   ============================================ */

.menu {
  padding: 100px 0;
  background: #f7f5ef;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 56px;
  margin-bottom: 48px;
}

.menu-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(13, 27, 51, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(13, 27, 51, 0.12);
}

.menu-card-img {
  overflow: hidden;
  height: 220px;
}

.menu-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.menu-card:hover .menu-card-img img {
  transform: scale(1.05);
}

.menu-card-body {
  padding: 28px;
}

.menu-card-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0d1b33;
  margin-bottom: 10px;
}

.menu-card-body p {
  font-size: 0.9rem;
  color: #4a5568;
  line-height: 1.7;
}

/* ============================================
   ATMOSPHERE / GALLERY
   ============================================ */

.atmosphere {
  padding: 100px 0;
  background: #ffffff;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
  margin-top: 56px;
}

.gallery-item {
  border-radius: 10px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-large {
  grid-column: 1 / 8;
  grid-row: 1 / 2;
}

.gallery-large img {
  height: 400px;
}

.gallery-item:nth-child(2) {
  grid-column: 8 / 13;
  grid-row: 1 / 2;
}

.gallery-item:nth-child(2) img {
  height: 192px;
}

.gallery-item:nth-child(3) {
  grid-column: 1 / 5;
  grid-row: 2 / 3;
}

.gallery-item:nth-child(3) img {
  height: 192px;
}

.gallery-item:nth-child(4) {
  grid-column: 5 / 9;
  grid-row: 2 / 3;
}

.gallery-item:nth-child(4) img {
  height: 192px;
}

.gallery-wide {
  grid-column: 9 / 13;
  grid-row: 2 / 3;
}

.gallery-wide img {
  height: 192px;
}

/* ============================================
   WHY US
   ============================================ */

.why {
  padding: 100px 0;
  background: #0d1b33;
  position: relative;
  overflow: hidden;
}

.why::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(200, 168, 78, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 56px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 36px 28px;
  transition: all 0.3s ease;
}

.feature-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(200, 168, 78, 0.3);
  transform: translateY(-4px);
}

.feature-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(200, 168, 78, 0.12);
  border-radius: 10px;
  margin-bottom: 22px;
}

.feature-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
}

/* ============================================
   VISIT
   ============================================ */

.visit {
  padding: 100px 0;
  background: #f7f5ef;
}

.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.contact-block {
  margin: 36px 0;
  display: grid;
  gap: 28px;
}

.contact-item {
  display: flex;
  gap: 16px;
}

.contact-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(200, 168, 78, 0.12);
  border-radius: 10px;
}

.contact-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #C8A84E;
  margin-bottom: 4px;
}

.contact-item p {
  font-size: 0.95rem;
  color: #1a2744;
  line-height: 1.6;
}

.contact-item a {
  color: #0d1b33;
  font-weight: 600;
  transition: color 0.2s ease;
}

.contact-item a:hover {
  color: #C8A84E;
}

.visit-cta {
  margin-top: 12px;
}

.visit-map {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(13, 27, 51, 0.12);
  position: relative;
}

.map-link {
  display: block;
  position: relative;
}

.map-link img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.map-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 27, 51, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.3s ease;
}

.map-link:hover .map-overlay {
  background: rgba(13, 27, 51, 0.6);
}

/* ============================================
   FOOTER
   ============================================ */

.site-footer {
  background: #0a1526;
  color: rgba(255, 255, 255, 0.6);
  padding: 64px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand p {
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 1.75;
  max-width: 300px;
}

.footer-links h4,
.footer-contact h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

.footer-links ul {
  display: grid;
  gap: 10px;
}

.footer-links a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #C8A84E;
}

.footer-contact p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease;
}

.footer-contact a:hover {
  color: #C8A84E;
}

.footer-bottom {
  padding: 24px 0;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
}

/* ============================================
   SCROLL REVEAL (progressive enhancement)
   ============================================ */

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Default: always visible (no-JS safe) */
.reveal {
  opacity: 1;
  transform: none;
}

/* ============================================
   RESPONSIVE
   ============================================ */

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

  .hero-content {
    padding: 48px 24px;
    text-align: center;
  }

  .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
  }

  .hero-image {
    display: none;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-visual {
    max-width: 520px;
    margin: 0 auto;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .visit-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  #main-nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(13, 27, 51, 0.98);
    backdrop-filter: blur(12px);
    padding: 24px;
    transform: translateY(-120%);
    transition: transform 0.35s ease;
    border-bottom: 1px solid rgba(200, 168, 78, 0.15);
  }

  #main-nav.open {
    transform: translateY(0);
  }

  #main-nav ul {
    flex-direction: column;
    gap: 16px;
  }

  #main-nav a {
    font-size: 1rem;
  }

  .hero {
    min-height: auto;
    padding: 40px 0 60px;
  }

  .hero-content {
    padding: 32px 24px;
  }

  .hero-stats {
    flex-wrap: wrap;
    gap: 16px;
  }

  .stat-divider {
    display: none;
  }

  .menu-grid {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-large {
    grid-column: 1 / -1;
  }

  .gallery-large img {
    height: 260px;
  }

  .gallery-item:nth-child(2),
  .gallery-item:nth-child(3),
  .gallery-item:nth-child(4),
  .gallery-item:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-item img {
    height: 200px !important;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-img-float {
    right: 0;
    bottom: -20px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.85rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }
}
