/* ==========================================================================
   ARUNA RESTAURANT & BANQUET HALL — ULTRA-RESPONSIVE COMPACT STYLES
   ========================================================================== */

/* Tablets & Laptops (max-width: 1024px) */
@media (max-width: 1024px) {
  .calc-wrapper {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 20px;
  }

  .calc-summary-box {
    position: static;
    top: auto;
  }

  .packages-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .hall-row,
  .hall-row.reverse {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hall-row.reverse .hall-image-wrap {
    order: 1;
  }
  .hall-row.reverse .hall-content {
    order: 2;
  }

  .hall-image-wrap {
    min-height: 260px;
  }

  .hall-content {
    padding: 28px 20px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .contacts-wrapper {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}

/* Tablets & Mobile Screens (max-width: 768px) */
@media (max-width: 768px) {
  /* Section Spacings & Typography */
  .section-padding {
    padding: 50px 0;
  }

  .container {
    padding-inline: 16px;
  }

  .section-header {
    margin-bottom: 26px;
  }

  .section-subtitle {
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 6px;
  }

  .section-title {
    font-size: clamp(1.4rem, 5vw, 1.85rem);
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .section-desc {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  /* Header & Navigation */
  .header {
    padding: 10px 0;
  }

  .logo {
    gap: 8px;
  }

  .logo-img {
    width: 32px;
    height: 32px;
  }

  .logo-brand {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }

  .logo-sub {
    font-size: 0.5rem;
    letter-spacing: 1.5px;
  }

  .mobile-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 82%;
    max-width: 320px;
    height: 100vh;
    height: 100dvh;
    background: rgba(8, 14, 24, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-left: 1px solid var(--gold-border);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 18px 28px;
    gap: 4px;
    transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1002;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.8);
    overflow-y: auto;
  }

  .nav-links.active {
    right: 0;
  }

  .nav-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
    width: 100%;
  }

  .nav-drawer-logo {
    display: flex;
    flex-direction: column;
  }

  .nav-drawer-close {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--gold-border);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    transition: var(--transition-smooth);
  }

  .nav-drawer-close:hover {
    background: rgba(212, 175, 55, 0.2);
    border-color: var(--gold-primary);
    transform: rotate(90deg);
  }

  .nav-links li {
    width: 100%;
    list-style: none;
  }

  .nav-link {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    color: #e2ece9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }

  .nav-link::after {
    display: none;
  }

  .nav-link:hover,
  .nav-link.active {
    background: rgba(212, 175, 55, 0.12);
    color: var(--gold-light);
  }

  .nav-drawer-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    width: 100%;
  }

  .header-actions {
    gap: 10px;
  }

  .header-actions .btn-sm {
    display: none;
  }

  /* Hero Section */
  .hero {
    min-height: auto;
    padding: 105px 0 45px;
    text-align: center;
  }

  .hero-badge-group {
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
  }

  .hero-badge {
    padding: 5px 12px;
    font-size: 0.75rem;
    gap: 6px;
  }

  .hero-title {
    font-size: clamp(1.65rem, 6.5vw, 2.3rem);
    margin-bottom: 14px;
    line-height: 1.25;
  }

  .hero-description {
    font-size: 0.9rem;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .hero-cta {
    justify-content: center;
    gap: 10px;
    margin-bottom: 28px;
  }

  .hero-cta .btn {
    padding: 12px 20px;
    font-size: 0.88rem;
    flex: 1 1 100%;
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding-top: 20px;
  }

  .stat-number {
    font-size: 1.45rem;
  }

  .stat-label {
    font-size: 0.7rem;
    letter-spacing: 0.5px;
  }

  /* Features Grid */
  .features-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feature-card {
    padding: 18px 16px;
  }

  .feature-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }

  .feature-icon .svg-icon {
    width: 24px;
    height: 24px;
  }

  .feature-title {
    font-size: 1.08rem;
    margin-bottom: 6px;
  }

  .feature-desc {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  /* Halls Section */
  .halls-container {
    gap: 26px;
  }

  .hall-row {
    border-radius: var(--radius-md);
  }

  .hall-image-wrap {
    height: 200px;
    min-height: 200px;
  }

  .hall-badge {
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    font-size: 0.72rem;
  }

  .hall-content {
    padding: 20px 16px;
  }

  .hall-title {
    font-size: 1.35rem;
    margin-bottom: 8px;
  }

  .hall-desc {
    font-size: 0.85rem;
    line-height: 1.45;
    margin-bottom: 16px;
  }

  .hall-specs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px;
  }

  .spec-box {
    padding: 8px 12px;
  }

  .spec-title {
    font-size: 0.68rem;
  }

  .spec-value {
    font-size: 0.95rem;
  }

  .hall-features-list {
    margin-bottom: 18px;
  }

  .hall-features-list li {
    font-size: 0.82rem;
    margin-bottom: 6px;
    gap: 8px;
  }

  .hall-content .btn {
    width: 100%;
    padding: 12px 18px;
    font-size: 0.88rem;
  }

  /* Calculator Section */
  .calc-wrapper {
    padding: 18px 14px;
    gap: 20px;
    border-radius: var(--radius-md);
  }

  .calc-step {
    margin-bottom: 20px;
  }

  .calc-step-label {
    font-size: 0.92rem;
    margin-bottom: 10px;
  }

  .step-num {
    width: 22px;
    height: 22px;
    font-size: 0.75rem;
  }

  .event-type-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .event-card-label {
    padding: 10px 6px;
  }

  .event-card-label .svg-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
  }

  .event-name {
    font-size: 0.78rem;
  }

  .range-container {
    padding: 14px 12px;
  }

  .range-val-badge {
    padding: 3px 10px;
    font-size: 0.95rem;
  }

  .range-ticks {
    font-size: 0.68rem;
    margin-top: 6px;
  }

  .packages-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .package-card {
    padding: 14px 12px;
  }

  .package-tag {
    font-size: 0.65rem;
  }

  .package-title {
    font-size: 1.05rem;
    margin: 4px 0;
  }

  .package-price {
    font-size: 1.15rem;
    margin-bottom: 4px;
  }

  .package-summary {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .addons-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .addon-checkbox-label {
    padding: 9px 12px;
  }

  .addon-title {
    font-size: 0.82rem;
  }

  .addon-price {
    font-size: 0.72rem;
  }

  .calc-summary-box {
    padding: 20px 14px;
    border-radius: var(--radius-md);
  }

  .calc-summary-header {
    padding-bottom: 12px;
    margin-bottom: 16px;
  }

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

  .summary-details {
    gap: 10px;
    margin-bottom: 18px;
    font-size: 0.85rem;
  }

  .total-estimate-wrap {
    padding: 14px;
    margin-bottom: 18px;
  }

  .total-label {
    font-size: 0.75rem;
  }

  .total-amount {
    font-size: 1.7rem;
  }

  .per-person-calc {
    font-size: 0.78rem;
  }

  .calc-cta-group .btn {
    padding: 12px 16px;
    font-size: 0.88rem;
  }

  /* Menu Section */
  .menu-tabs-wrapper {
    gap: 6px;
    margin-bottom: 22px;
  }

  .menu-tab-btn {
    padding: 8px 14px;
    font-size: 0.78rem;
  }

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

  .menu-card {
    padding: 14px 12px;
  }

  .dish-name {
    font-size: 1rem;
  }

  .dish-tag {
    font-size: 0.68rem;
    padding: 2px 6px;
  }

  .dish-desc {
    font-size: 0.78rem;
    line-height: 1.4;
  }

  /* Gallery Section */
  .gallery-filters {
    gap: 6px;
    margin-bottom: 20px;
  }

  .filter-btn {
    padding: 6px 14px;
    font-size: 0.78rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gallery-item {
    height: 145px;
    border-radius: var(--radius-sm);
  }

  .gallery-overlay {
    padding: 10px;
  }

  .gallery-item-title {
    font-size: 0.78rem;
  }

  .gallery-item-cat {
    font-size: 0.65rem;
  }

  /* Reviews & 2GIS */
  .reviews-banner {
    padding: 16px 14px;
    gap: 14px;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
    text-align: center;
  }

  .reviews-banner-left {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .gis-logo-badge {
    font-size: 1.1rem;
    padding: 6px 14px;
  }

  .gis-score-num {
    font-size: 1.6rem;
  }

  .btn-gis {
    width: 100%;
    padding: 10px 16px;
    font-size: 0.85rem;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .review-card {
    padding: 16px 14px;
  }

  .reviewer-name {
    font-size: 0.92rem;
  }

  .review-event {
    font-size: 0.75rem;
  }

  .review-body {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  /* Contacts & Map */
  .contacts-wrapper {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contacts-info {
    gap: 12px;
  }

  .contact-card {
    padding: 12px 14px;
    gap: 12px;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
  }

  .contact-icon .svg-icon {
    width: 20px;
    height: 20px;
  }

  .contact-label {
    font-size: 0.7rem;
  }

  .contact-value {
    font-size: 0.92rem;
  }

  .contact-links .btn {
    padding: 7px 12px;
    font-size: 0.78rem;
  }

  .map-container {
    height: 260px;
    border-radius: var(--radius-md);
  }

  .map-badge-overlay {
    bottom: 12px;
    left: 12px;
    padding: 8px 12px;
    font-size: 0.78rem;
  }

  /* Modal */
  .modal {
    padding: 10px;
  }

  .modal-dialog {
    padding: 22px 14px;
    max-height: 94vh;
    border-radius: var(--radius-md);
  }

  .modal-title {
    font-size: 1.25rem;
  }

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

  .form-label {
    font-size: 0.78rem;
    margin-bottom: 4px;
  }

  .form-control {
    padding: 11px 14px;
    font-size: 0.88rem;
  }

  /* Footer */
  .footer {
    padding: 45px 0 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 30px;
  }

  .footer-col-title {
    font-size: 0.95rem;
    margin-bottom: 12px;
    padding-bottom: 6px;
  }

  .footer-links {
    gap: 8px;
  }

  .footer-link {
    font-size: 0.82rem;
  }

  .footer-socials {
    gap: 8px;
    margin-top: 14px;
  }

  .social-icon-btn {
    width: 40px;
    height: 40px;
  }

  .social-icon-btn .svg-icon {
    width: 20px;
    height: 20px;
  }

  .social-icon-btn.whatsapp-btn-social .svg-icon {
    width: 22px;
    height: 22px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    font-size: 0.75rem;
    padding-top: 18px;
  }

  /* Completely hide floating action buttons on mobile screens */
  .floating-actions {
    display: none !important;
  }
}

/* Extra Small Phones (max-width: 400px) */
@media (max-width: 400px) {
  .hero-title {
    font-size: 1.55rem;
  }

  .hall-specs {
    grid-template-columns: 1fr;
  }

  .event-type-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .gallery-item {
    height: 180px;
  }
}
