/* ==========================================================================
   MAIN CAFE BAR AND RESTAURANT - RESPONSIVE STYLES (MOBILE OPTIMIZED)
   ========================================================================== */

/* Tablet & Smaller Desktops (max-width: 1024px) */
@media (max-width: 1024px) {
  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .events-offerings-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .perks-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reservations-split-card {
    grid-template-columns: 1fr;
  }
  .res-info-col, .res-form-col {
    padding: 3rem 2rem;
  }
  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .pillars-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  .experience-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* Tablets and Mobile Phones (max-width: 768px) */
@media (max-width: 768px) {
  :root {
    --header-height: 68px;
  }

  .section {
    padding: 3.5rem 0;
  }

  /* ----------------------------------------------------
     HEADER & NAVIGATION (NO OVERLAPS ON MOBILE)
     ---------------------------------------------------- */
  .site-header {
    height: var(--header-height);
  }

  .header-container {
    gap: 0.5rem;
    padding: 0 1rem;
    justify-content: space-between;
  }

  .brand-logo {
    gap: 0.6rem;
    min-width: 0;
    flex-shrink: 1;
  }

  .brand-emblem-img {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
  }

  .brand-text-group {
    min-width: 0;
    overflow: hidden;
  }

  .brand-title {
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    line-height: 1.1;
    white-space: nowrap;
  }

  .brand-subtitle {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
    line-height: 1.2;
    white-space: nowrap;
  }

  .nav-menu {
    display: none;
  }

  .open-status-badge {
    display: none;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
  }

  .header-actions .btn {
    padding: 0.42rem 0.85rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 50px;
  }

  .mobile-nav-toggle {
    display: flex;
    width: 38px;
    height: 38px;
    padding: 7px;
    flex-shrink: 0;
  }

  .top-utility-bar {
    display: none;
  }

  /* ----------------------------------------------------
     HERO SECTION
     ---------------------------------------------------- */
  .hero-cinematic {
    padding: 2.5rem 0 3.5rem;
    min-height: auto;
  }

  .hero-cinematic-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-cinematic-tag {
    font-size: 0.78rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.75rem;
  }

  .hero-cinematic-headline {
    font-size: clamp(1.65rem, 6.5vw, 2.25rem);
    line-height: 1.15;
    margin-bottom: 1rem;
  }

  .hero-cinematic-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
  }

  .hero-cinematic-ctas {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }

  .hero-cinematic-ctas .btn {
    width: 100%;
    padding: 0.95rem 1.5rem;
  }

  .hero-google-review-wrap {
    justify-content: stretch;
    width: 100%;
  }

  .hero-google-card {
    padding: 20px;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .hero-google-quote {
    font-size: 0.9rem;
    line-height: 1.55;
    margin-bottom: 14px;
  }

  /* ----------------------------------------------------
     ELEMENTOR SPECIFIC MOBILE OVERRIDES
     ---------------------------------------------------- */
  .elementor-element-hero_headline .elementor-heading-title,
  .elementor-element-hero_headline h1,
  .elementor-element-hero_cinematic_section h1 {
    font-size: clamp(1.65rem, 6.5vw, 2.25rem) !important;
    line-height: 1.15 !important;
    word-break: normal !important;
    hyphens: none !important;
    letter-spacing: -0.02em !important;
  }

  .elementor-element-hero_tag .elementor-heading-title,
  .elementor-element-hero_tag h5 {
    font-size: 0.72rem !important;
    letter-spacing: 0.12em !important;
    line-height: 1.3 !important;
  }

  .elementor-element-hero_description p {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
    margin-bottom: 1.25rem !important;
  }

  .elementor-element-hero_cinematic_section {
    padding-top: 2.2rem !important;
    padding-bottom: 3rem !important;
    min-height: auto !important;
  }

  .elementor-element-hero_cinematic_section .elementor-background-overlay {
    background-color: rgba(10, 14, 11, 0.82) !important;
  }

  .elementor-element-btn_book_table .elementor-button,
  .elementor-element-btn_view_menu .elementor-button {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
  }

  /* ----------------------------------------------------
     EXPERIENCES / HIGHLIGHTS
     ---------------------------------------------------- */
  .highlights-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .highlight-card {
    border-radius: 14px;
  }

  .highlight-media img {
    height: 190px;
  }

  .highlight-body {
    padding: 1.25rem;
  }

  .highlight-title {
    font-size: 1.2rem;
  }

  .highlight-desc {
    font-size: 0.88rem;
  }

  /* ----------------------------------------------------
     ATMOSPHERE / BANNER
     ---------------------------------------------------- */
  .experience-text h2 {
    font-size: 1.85rem;
    line-height: 1.2;
  }

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

  .glass-panel-dark {
    padding: 1.75rem 1.25rem !important;
  }

  /* ----------------------------------------------------
     MENU TABS & ITEMS
     ---------------------------------------------------- */
  .menu-tabs-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    scrollbar-width: none;
  }

  .menu-tabs-wrapper::-webkit-scrollbar {
    display: none;
  }

  .menu-tabs {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    gap: 0.5rem;
  }

  .menu-tab-btn {
    padding: 0.55rem 1.1rem;
    font-size: 0.82rem;
    white-space: nowrap;
  }

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

  .menu-item-card {
    flex-direction: column;
    padding: 1.25rem;
  }

  .menu-item-img {
    width: 100%;
    height: 170px;
  }

  /* ----------------------------------------------------
     RESERVATIONS
     ---------------------------------------------------- */
  .res-info-col,
  .res-form-col {
    padding: 2rem 1.25rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .form-group-full {
    grid-column: span 1;
  }

  .form-input,
  .form-select,
  .form-textarea {
    font-size: 16px !important;
    padding: 0.75rem 0.9rem;
  }

  .seating-options {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  /* ----------------------------------------------------
     FOOTER
     ---------------------------------------------------- */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
    padding-top: 1.5rem;
  }
}

/* Very Small Phones (max-width: 400px) */
@media (max-width: 400px) {
  .brand-subtitle {
    display: none;
  }

  .brand-title {
    font-size: 0.98rem;
  }

  .header-actions .btn {
    padding: 0.38rem 0.7rem;
    font-size: 0.72rem;
  }

  .hero-cinematic-headline,
  .elementor-element-hero_headline .elementor-heading-title,
  .elementor-element-hero_headline h1 {
    font-size: 1.65rem !important;
  }
}