/*
Theme Name: Asian Voyage
Theme URI: https://ktcsvdm.com/asian-voyage/
Author: KTCS Ltd
Author URI: https://ktcsvdm.com/
Description: Luxury Pan-Asian WordPress theme for Asian Voyage Restaurant & Bar, built to match Pangea SKN design aesthetics.
Version: 5.0.0
Text Domain: asian-voyage
*/

/* ==========================================================================
   Design Tokens (Pangea SKN Style Palette)
   ========================================================================== */
:root {
  --gold: #D93025;
  --gold-hover: #B82318;
  --gold-glow: rgba(217, 48, 37, 0.3);
  --accent-green: #25D366;
  --accent-green-hover: #1eb956;
  
  --bg-topbar: #f8f8f8;
  --bg-header: rgba(255, 255, 255, 0.94);
  --bg-dark: #ffffff;
  --bg-dark-card: #f9f9f9;
  --bg-cream: #F2EFE9;
  --bg-cream-card: #ffffff;
  
  --text-dark: #1a1a1a;
  --text-muted-dark: #666666;
  --text-white: #ffffff;
  --text-cream: #F2EFE9;
  --text-muted-light: #666666;

  --border-gold: rgba(217, 48, 37, 0.35);
  --border-subtle: rgba(0, 0, 0, 0.08);
  --border-light: #e0ddd7;

  --shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.4);

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;

  --font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', 'Outfit', Arial, sans-serif;
}

/* ==========================================================================
   Global Resets & Typo
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: var(--font-sans);
  background-color: var(--bg-dark);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-dark);
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

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

ul {
  list-style: none;
}

/* ==========================================================================
   1. Top Announcement Bar (Pangea Style)
   ========================================================================== */
.top-announcement {
  background: #111827;
  border-bottom: 2px solid var(--gold);
  color: #f3f4f6;
  font-size: 0.84rem;
  font-weight: 500;
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.top-announcement a {
  color: #ffffff;
  font-weight: 600;
  transition: color 0.2s ease;
}

.top-announcement a:hover {
  color: var(--gold);
  text-decoration: underline;
}

.top-info-left i, .top-info-right i {
  color: var(--gold);
  font-size: 0.95rem;
}

.top-announcement-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.top-info-left span, .top-info-right span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 20px;
}

.top-info-left i, .top-info-right i {
  color: var(--gold);
}

/* ==========================================================================
   2. Main Navigation Header (Pangea Glass Header)
   ========================================================================== */
.header-main {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--bg-header);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(197, 160, 89, 0.15);
  padding: 14px 0;
}

.header-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo-text {
  display: flex;
  flex-direction: column;
}

.brand-logo-title {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: 1px;
}

.brand-logo-title span {
  color: var(--gold);
}

.brand-logo-tagline {
  font-size: 0.65rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: var(--font-sans);
  font-weight: 600;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333333;
  position: relative;
  padding: 6px 0;
}

.nav-link:hover, .nav-link.active {
  color: var(--gold);
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--gold);
  color: #0d0d0d;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(217, 48, 37, 0.3);
}

.btn-gold:hover {
  background: var(--gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(217, 48, 37, 0.5);
  color: #000;
}

.btn-outline-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: var(--text-dark);
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-outline-gold:hover {
  background: rgba(217, 48, 37, 0.15);
  color: var(--gold);
  border-color: var(--gold);
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--gold);
  font-size: 1.6rem;
  cursor: pointer;
}

/* ==========================================================================
   3. Full-Viewport Background Hero Slider (Pangea Hero)
   ========================================================================== */
.hero-full-slider {
  position: relative;
  width: 100%;
  min-height: 86vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #000000;
}

.hero-bg-slides {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-bg-slide.active {
  opacity: 1;
}

.hero-bg-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65);
  transform: scale(1.05);
  transition: transform 6s ease-out;
}

.hero-bg-slide.active img {
  transform: scale(1);
}

/* Floating Left Dark Glass Box */
.hero-glass-box {
  position: relative;
  z-index: 10;
  max-width: 540px;
  margin-left: max(5vw, 24px);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 38px 36px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.hero-subtitle {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.hero-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.hero-desc {
  color: #444444;
  font-size: 0.95rem;
  margin-bottom: 26px;
  line-height: 1.65;
}

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

/* Slider Pagination Dots */
.hero-dots-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 12px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-dot.active {
  background: var(--gold);
  transform: scale(1.4);
  box-shadow: 0 0 12px var(--gold-glow);
}

/* ==========================================================================
   4. Cuisines / Specialties Section (Dark Section)
   ========================================================================== */
.section-cuisines {
  padding: 100px 0;
  background: var(--bg-dark);
}

.cuisines-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.cuisine-card {
  background: var(--bg-dark-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 40px 30px;
  text-align: center;
  transition: all 0.35s ease;
}

.cuisine-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.cuisine-icon-badge {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(217, 48, 37, 0.12);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  color: var(--gold);
  font-size: 1.8rem;
}

.cuisine-title {
  font-size: 1.5rem;
  color: var(--text-dark);
  margin-bottom: 14px;
}

.cuisine-desc {
  font-size: 0.9rem;
  color: var(--text-muted-dark);
  line-height: 1.7;
}

/* ==========================================================================
   5. Browse Our Menu Cards Section (Exact Pangea SKN Cream Layout #F2EFE9)
   ========================================================================== */
.section-browse-menu {
  padding: 100px 0;
  background: var(--bg-cream);
  color: var(--text-dark);
}

.section-browse-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px auto;
}

.section-tag-gold {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.section-title-dark {
  font-size: 3rem;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.gold-divider {
  width: 60px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 20px auto;
}

.menu-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 45px;
  flex-wrap: wrap;
}

.menu-tab {
  padding: 10px 26px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  color: var(--text-dark);
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  box-shadow: var(--shadow-sm);
}

.menu-tab:hover, .menu-tab.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #0d0d0d;
}

/* High-Resolution Menu Cards Grid (Exact Pangea Grid Cards) */
.menu-cards-pangea-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 32px;
}

.pangea-menu-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
}

.pangea-menu-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);
  border-color: var(--gold);
}

.pangea-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  background: #f8f8f8;
  cursor: pointer;
}

.pangea-card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
  padding: 8px;
  object-position: center;
  transition: transform 0.6s ease;
}

.pangea-menu-card:hover .pangea-card-image-wrapper img {
  transform: scale(1.02);
}

.card-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pangea-card-image-wrapper:hover .card-hover-overlay {
  opacity: 1;
}

.btn-overlay-zoom {
  background: var(--gold);
  color: #0d0d0d;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 10px 22px;
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  letter-spacing: 0.5px;
}

.pangea-card-caption {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
}

.pangea-card-caption h4 {
  font-size: 1.05rem;
  color: var(--text-dark);
  font-family: var(--font-sans);
  font-weight: 700;
}

.btn-view-card {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-view-card:hover {
  background: var(--gold);
  color: #0d0d0d;
}

/* Lightbox Modal Styling for Full-Res Menu View */
.lightbox-content-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  width: 92%;
  max-width: 900px;
  max-height: 90vh;
  padding: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.lightbox-image-wrapper {
  overflow-y: auto;
  max-height: 70vh;
  border-radius: var(--radius-sm);
  border: 1px solid #eeeeee;
  background: #fdfdfd;
  text-align: center;
}

.lightbox-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   6. Contact & Table Reservation Section (Pangea Cream Section)
   ========================================================================== */
.section-contact-reservation {
  padding: 100px 0;
  background: var(--bg-cream);
  color: var(--text-dark);
  border-top: 1px solid var(--border-light);
}

.contact-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: start;
}

.contact-info-title {
  font-size: 2.8rem;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.contact-info-desc {
  font-size: 1rem;
  color: var(--text-muted-dark);
  margin-bottom: 36px;
  line-height: 1.7;
}

.contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
}

.contact-icon-box {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  background: rgba(217, 48, 37, 0.15);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-info-list h5 {
  font-size: 1.05rem;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.contact-info-list p {
  font-size: 0.92rem;
  color: var(--text-muted-dark);
}

/* Reservation Card Form on Right */
.reservation-card-form {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-light);
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  background: #fcfcfc;
  border: 1px solid var(--border-light);
  color: var(--text-dark);
  font-family: inherit;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 10px rgba(217, 48, 37, 0.2);
}

/* ==========================================================================
   7. Sticky Bottom-Right WhatsApp Floating Pill ("Need Help? Chat with us")
   ========================================================================== */
.whatsapp-chat-pill {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.whatsapp-chat-pill:hover {
  transform: translateY(-4px);
}

.chat-text-box {
  background: #ffffff;
  color: #333333;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  border: 1px solid #e0e0e0;
}

.chat-icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--accent-green);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.5);
}

/* Modal Backdrop */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: transparent;
  border: none;
  color: #333333;
  font-size: 2rem;
  cursor: pointer;
}

.modal-close:hover {
  color: var(--gold);
}

/* ==========================================================================
   8. Footer
   ========================================================================== */
.footer-main {
  background: #f8f8f8;
  border-top: 1px solid var(--border-subtle);
  padding: 45px 0;
  text-align: center;
  color: #888888;
  font-size: 0.88rem;
}

/* ==========================================================================
   Responsive Rules
   ========================================================================== */
@media (max-width: 992px) {
  .hero-glass-box {
    margin: 24px;
    padding: 36px 28px;
  }
  
  .hero-title {
    font-size: 1.9rem;
  }

  .contact-container, .form-grid-2 {
    grid-template-columns: 1fr;
  }

  .menu-cards-pangea-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }

  .nav-menu {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }
}
