/* ================================================
   KABOB & GREENS — RESPONSIVE MEDIA QUERIES
   All breakpoints and responsive styles
   ================================================ */

/* ================================================
   TABLET BREAKPOINT (max-width: 1199px)
   ================================================ */

@media (min-width: 1100px) {

  .testimonial-swiper,
  .spotlight-swiper,
  .testimonials-masonry-section,
  .featured-grid-section {
    overflow-x: hidden !important;
  }
}

@media (max-width: 1200px) {
  .header-logo {
    top: -12px;
  }

  .grid-testimonial> :nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1199px) {

  /* ---- Typography ---- */
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 44px !important;
  }

  h3 {
    font-size: 30px;
  }

  /* ---- Grid ---- */
  .grid {
    grid-template-columns: repeat(8, 1fr);
    gap: var(--spacing-md);
  }

  .col-6 {
    grid-column: span 8;
  }

  .col-5 {
    grid-column: span 4;
  }

  .col-7 {
    grid-column: span 4;
  }

  /* ---- Section Spacing ---- */
  section {
    padding: var(--spacing-xxl) var(--spacing-lg);
  }

  /* ---- Hero ---- */
  .hero--new {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .hero-text h1 {
    font-size: 64px;
  }

  .hero-sub {
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
  }

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

  .hero-trust {
    margin: 0 auto;
  }

  .hero-image-container {
    padding: 20px;
  }

  .hero-main-img {
    max-width: 400px;
  }

  /* ---- About ---- */
  .grid-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-images-grid {
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

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

  .about-features {
    align-items: center;
    flex-direction: column;
  }

  .fresh-order-content {
    align-items: center;
    flex-direction: column;
  }

  /* ---- Menu ---- */
  .menu-card-modern {
    grid-column: span 6;
    height: 400px;
  }

  .menu-card-modern.large-card {
    grid-column: span 12;
  }

  /* ---- Products & Carousel Slider ---- */
  .category-tabs {
    gap: 1.5rem;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 10px 20px 25px;
    margin: 0 -20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .category-tabs::-webkit-scrollbar {
    display: none;
  }

  .tab-btn {
    font-size: 1.3rem;
    white-space: nowrap;
    padding: 0;
  }

  .category-slider-container {
    overflow: hidden;
    padding: 0;
    margin: 0;
  }

  .products-premium-grid,
  .carousel-page {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px;
  }

  @media (max-width: 1024px) {
    .about-images-grid{display: block;}
    .floating-badge{top: 82%; left: 82%;}
  }
  @media (max-width: 768px) {
    .floating-badge{height: 80px; padding: 16px; min-width: 90px;}
    .floating-badge .number{font-size: 16px;}
    .floating-badge .year{font-size: 10px;}
    .cls_shop_mob {
      display: block;
    }

    .cls_shop_desktop {
      display: none;
    }

    .p-card-top {
      height: 200px;
      width: 200px;
    }

    .product-title {
      font-size: 2.5rem;
    }

    .products-premium-grid,
    .carousel-page {
      grid-template-columns: 1fr !important;
      gap: 30px;
    }

    .p-card {
      max-width: 420px;
      margin: 0 auto;
    }

    .p-card-top {
      /* aspect-ratio: 1 / 1; */
      height: auto;
      width: auto;
    }

    .p-card-header h3 {
      font-size: 1.25rem;
    }
  }

  .p-card-top {
    height: auto;
  }

  .container {
    max-width: 980px !important;
  }

  .location-premium-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }

  .location-img-wrapper {
    height: 300px;
    width: 100%;
  }

  .location-title {
    font-size: 36px;
  }


  /* ---- Testimonials ---- */
  .testimonial-card {
    padding: var(--spacing-lg);
  }

  .testimonial-arrow:first-child {
    left: -50px;
  }

  .testimonial-arrow:last-child {
    right: -50px;
  }

  /* ---- Delivery ---- */
  .delivery-cta-card {
    padding: var(--spacing-xl);
  }

  .delivery-cta-card h3 {
    font-size: 32px;
  }

  /* ---- Newsletter ---- */
  .newsletter-card {
    padding: var(--spacing-xxl) var(--spacing-xl);
  }

  .newsletter-card-content h2 {
    font-size: 40px;
  }

  /* ---- Get in Touch ---- */
  .res-container {
    gap: 3rem;
  }

  .res-form {
    padding: 2.5rem;
  }
}

/* ================================================
   TABLET SMALL BREAKPOINT (max-width: 1024px)
   ================================================ */
@media (max-width: 1024px) {

  .container {
    max-width: 100% !important;
    padding: 0 20px !important;
  }

  .csp-hero .container{
    width: 100% !important;
    margin-top: 80px !important;
  }

  section {
    min-height: auto;
  }
}


/* ================================================
   TABLET SMALL BREAKPOINT (max-width: 991px)
   ================================================ */
@media (max-width: 991px) {

  /* ---- Header / Navigation ---- */
  .nav-menu {
    display: none;
  }

  .mobile-menu-btn {
    display: flex !important;
    visibility: visible !important;
  }

  .mobile-nav {
    display: flex;
    visibility: hidden;
    /* Initial state for GSAP */
  }

  .mobile-nav.open {
    visibility: visible;
    pointer-events: auto;
  }

  /* ---- Hero ---- */
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-text .hero-sub {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-text .btn {
    margin: 0 auto;
  }

  .hero-media {
    display: none;
  }

  section {
    min-height: auto;
  }

  .hero {
    min-height: 550px;
    padding-top: 100px;
  }

  /* ---- About ---- */
  .about-segment {
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
  }

  .about-segment.reverse {
    grid-template-columns: 1fr;
  }

  .about-segment.reverse .about-text {
    order: 1;
  }

  .about-segment.reverse .about-image {
    order: 2;
  }

  .about-image img {
    height: 280px;
  }

  /* ---- Location ---- */
  .location-premium-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .location-img-wrapper {
    height: 300px;
    border-radius: 24px;
  }

  .location-title {
    font-size: 36px;
  }

  .location-map-wide {
    height: 350px;
    border-radius: 24px;
  }


  /* ---- Testimonials (New Image-Card Layout for Mobile) ---- */
  .testimonials-masonry-section {
    padding: 80px 0;
  }

  .swiper-slide.test-column {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    height: 250px !important;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
  }

  .test-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    margin: 0 !important;
  }

  .test-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
  }

  .test-card {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 25px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 18px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    min-height: auto !important;
    width: calc(100% - 30px) !important;
    text-align: left !important;
  }

  .test-card p {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    color: var(--color-text-dark) !important;
    margin-bottom: 12px !important;
    font-weight: 500;
  }

  .test-author {
    font-size: 0.70rem !important;
    letter-spacing: 1px;
    color: var(--color-primary-green) !important;
    font-weight: 700;
  }

  .quote-icon {
    margin-bottom: 10px !important;
    width: 30px !important;
  }

  .testimonial-arrows {
    display: none;
  }

  /* ---- Footer ---- */
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-lg);
  }

  .footer-brand {
    grid-column: span 2;
    text-align: center;
  }

  .footer-brand .footer-logo {
    justify-content: center;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-contact {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md);
  }

  .footer-contact h3 {
    grid-column: span 2;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  /* ---- Delivery & Contact Redesign ---- */
  .delivery-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  /* ---- Get in Touch ---- */
  .res-container {
    flex-direction: column;
    text-align: center;
    gap: 3.5rem;
  }

  .res-content {
    min-width: 100%;
  }

  .res-content p {
    margin: 0 auto;
  }

  .res-form {
    min-width: 100%;
    padding: 2.5rem 1.5rem;
  }
}

/* ================================================
   TABLET PORTRAIT BREAKPOINT (max-width: 768px)
   ================================================ */
@media (max-width: 768px) {

  /* ---- Typography ---- */
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px !important;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  .section-tagline {
    font-size: 16px;
  }

  /* ---- Section Spacing ---- */
  section {
    padding: var(--spacing-xl) var(--spacing-md);
  }

  .container {
    /* padding: 0 var(--spacing-md); */
    padding: 0;
  }

  /* ---- Get in Touch ---- */
  .reservation {
    padding: 6rem 0;
  }

  .res-form {
    padding: 2.3rem 1.2rem;
    border-radius: 24px;
    width: 680px;
  }

  .about-features {
    justify-content: center;
    flex-direction: row;
  }

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

  /* ---- Hero ---- */
  .hero--new {
    padding-top: 90px;
  }

  .hero-text h1 {
    font-size: 36px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-main-img {
    max-width: 320px;
  }

  /* ---- Products & Grid ---- */
  .products-premium-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px;
  }

  .container {
    width: 700px !important;
  }

  #delivery {
    padding: 50px 0;
  }

  .footer {
    padding: 0;
  }

  .reservation {
    padding: 50px 0;
  }

  .testimonials-section {
    padding: 50px 0;
  }

  .grid-testimonial> :nth-child(odd) {
    display: flex;
    flex-direction: row !important;
  }

  .grid-testimonial> :nth-child(even) {
    display: flex;
    flex-direction: row !important;
  }

  /* ---- Spotlight Dishes (768px-640px Refinement) ---- */
  .featured-grid-section {
    padding: var(--space-12) 0;
  }

  .featured-grid-section .section-header-modern {
    margin-bottom: var(--space-8);
  }

  .spotlight-slider {
    padding: 20px 20px 60px !important;
    margin: 0 !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .p-card-header h3 {
    font-size: 1.1rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .p-card-content {
    padding: 20px !important;
  }

  .p-card-content p {
    font-size: 0.95rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* Added standard property */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Fix navigation arrow overflow and alignment */
  .swiper-nav-wrapper {
    margin-left: auto;
    margin-right: 20px;
    justify-content: flex-end;
    width: auto;
    padding-right: 0;
  }

  /* ---- Order Your Favorites Online (768px-640px Refinement) ---- */
  .fresh-order-section {
    padding: var(--space-16) var(--spacing-lg);
  }

  .fresh-order-content {
    gap: var(--space-10);
    width: 100%;
    margin: 0 auto;
  }

  .order-visual {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }

  .order-img-mask {
    height: 400px !important;
    border-radius: 20px !important;
    overflow: hidden;
  }

  .order-img-mask img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    aspect-ratio: auto !important;
  }

  /* Reduce brand logo sizes */
  .partner-card {
    padding: 20px 0px !important;
    background: white !important;
    display: flex !important;
    align-items: center !important;
    min-width: 120px !important;
    justify-content: center !important;
  }

  .partner-card img {
    height: 20px !important;
    width: 140px !important;
    object-fit: contain !important;
  }

  .delivery-partners-grid {
    gap: 12px !important;
    margin-top: 20px !important;
    justify-content: center !important;
    display: flex !important;
  }

  .order-text {
    width: 100%;
    padding: 0 !important;
    text-align: center;
  }

  .order-text h2 {
    font-size: 32px !important;
    margin-bottom: var(--space-4);
  }

  .order-text p {
    font-size: 1.1rem !important;
    margin-bottom: var(--space-6) !important;
  }

  /* ---- What Our Guests Say (768px-640px Refinement) ---- */
  .testimonials-masonry-section {
    padding: var(--space-16) var(--spacing-lg);
  }

  .swiper-slide.test-column {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    height: 250px !important;
    position: relative !important;
    overflow: visible !important;
    /* Fixed: Removed clipping */
    padding: 0 !important;
    border-radius: 20px;
  }

  .test-img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    margin: 0 !important;
  }

  .test-img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    filter: brightness(0.7) !important;
  }

  .test-card {
    position: relative !important;
    z-index: 2 !important;
    margin: 0px !important;
    padding: 20px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(5px);
    border-radius: 15px !important;
    width: 100% !important;
    min-height: auto !important;
  }

  .test-card p {
    font-size: 0.95rem !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    /* Added standard property */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* ---- Get in Touch (768px-640px Refinement) ---- */
  .reservation {
    padding: var(--space-16) var(--spacing-lg);
  }

  .container.res-container {
    gap: var(--space-8) !important;
    padding: 0px !important;
  }

  .res-form {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem !important;
  }

  .location-img-wrapper {
    height: 400px;
  }

  .container {
    max-width: 700px !important;
  }

  /* ================================================
     CUSTOM TRANSITION BREAKPOINT (max-width: 641px)
     ================================================ */
  @media (max-width: 641px) {
    .section-header-modern h2 {
      font-size: 42px !important;
      font-weight: 700 !important;
      margin-top: 5px !important;
      letter-spacing: -1px !important;
    }

    .title-script {
      font-size: 24px !important;
      font-style: italic;
      color: #6d8c54 !important;
      /* Custom premium green */
    }

    .header-line {
      width: 70px !important;
      height: 4px !important;
      background: #f8c11e !important;
      /* Custom bold gold */
      margin: 15px auto 0 !important;
      border-radius: 2px;
    }

    .hero .hero-text h1 {
      font-size: 4rem !important;
    }

    .location-img-wrapper {
      width: 100%;

    }

    section {
      padding: var(--space-10) var(--spacing-md);
    }

    .container {
      padding: 0 20px !important;
      max-width: 100% !important;
    }

    .spotlight-slider {
      padding: 20px 20px 0px !important;
      margin: 0 -20px !important;
      width: calc(100% + 40px) !important;
      overflow: visible !important;
      /* Fixed: Removed clipping */
    }

    .swiper-nav-wrapper {
      justify-content: center !important;
      margin: 30px auto 0 !important;
      width: fit-content !important;
    }

    /* Smaller spacing for compact view */
    .fresh-order-content {
      gap: var(--space-6);
    }

    .res-form {
      padding: 1.5rem !important;
    }

    .test-img {
      height: 250px !important;
    }

    .order-visual img {
      max-height: 280px;
    }
  }

  .title-script {
    font-size: 35px !important;
  }

  .fresh-order-section h2 {
    font-size: 28px !important;
  }

  .p-card-header h3 {
    font-size: 1.1rem !important;
  }

  .test-card {
    padding: 20px !important;
  }

  .test-card p {
    font-size: 0.95rem !important;
  }

  .swiper-nav-wrapper {
    margin-right: var(--spacing-md);
  }

  .order-img-mask {
    height: 280px !important;
  }

  .spotlight-slider {
    padding: 20px 20px 0 !important;
  }
}


/* ================================================
   MOBILE BREAKPOINT (max-width: 575px)
   ================================================ */
@media (max-width: 575px) {
  .day-row {
    flex-direction: column;
  }

  .logo-flex {
    flex-direction: column;
  }

  .single-product .container {
    width: fit-content !important;
  }

  .spotlight-swiper {
    width: 100%;
  }

  .hero .container {
    gap: 0;
  }

  .tab-panel {
    padding: 0 20px;
  }

  .shop-menu-container {
    padding: 60px 20px 120px !important;
    background: #fdfdfa;
  }

  nav.mrt-breadcrumb .container {
    width: 100% !important;
    padding: 0 20px !important;
    margin: 0;
  }

  .shop-controls .container {
    margin: 0;
    padding: 0 20px !important;
    max-width: stretch !important;
  }

  .products-premium-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 !important;
  }

  .shop-controls .container {
    margin: 0;
    padding: 0 20px !important;
  }

  .p-card-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 5px !important;
  }

  .p-card-header h3 {
    font-size: 0.85rem !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    padding-right: 5px !important;
  }

  .p-card-top {
    aspect-ratio: 1/1 !important;
    height: auto !important;
    margin-bottom: 10px !important;
  }

  .p-card-content {
    padding: 10px !important;
  }

  .p-card-content p {
    font-size: 0.75rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0 !important;
  }

  .values-grid {
    grid-template-columns: repeat(1, minmax(240px, 1fr)) !important;
  }

  .quote-wrap {
    padding: 0;
  }

  .food-details-section {
    padding: 120px 10px !important;
  }

  .p-add-btn {
    width: 44px !important;
    height: 44px !important;
    font-size: 12px !important;
    position: static !important;
    /* Align with header text */
  }

  .grid-testimonial> :nth-child(odd) {
    display: flex;
    flex-direction: column !important;
  }

  .grid-testimonial> :nth-child(even) {
    display: flex;
    flex-direction: column-reverse !important;
  }

  /* ==== Food Details Mobile Adjustments ==== */
  .food-details-section .container {
    padding: 0 var(--spacing-md);
  }

  .food-details-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
  }

  .p-badge {
    background-color: #6d8c54 !important;
    border-radius: 50px !important;
    padding: 6px 14px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    top: 20px !important;
    right: 20px !important;
  }

  .spotlight-slider .p-card-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .spotlight-slider .p-card-header h3 {
    font-size: 1.1rem !important;
    margin: 0 !important;
  }

  .spotlight-slider .p-add-btn {
    width: 28px !important;
    height: 28px !important;
    position: static !important;
  }

  .food-details-content {
    text-align: center;
    padding-top: 20px;
  }

  .product-price {
    justify-content: center;
  }

  .product-actions {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .qty-counter {
    justify-content: center;
  }

  .add-to-cart {
    width: 100%;
    margin-top: 5px;
  }

  /* Tabs Nav Fix */
  .tabs-nav {
    justify-content: flex-start;
    gap: 25px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 5px 15px;
    margin-bottom: 25px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Hide scrollbar for clean look */
  }

  .tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .tab-btn {
    font-size: 0.8rem !important;
    padding: 10px 0;
    flex-shrink: 0;
  }
}

/* ================================================
   MOBILE BREAKPOINT (max-width: 480px)
   ================================================ */
@media (max-width: 480px) {

  /* ---- Typography ---- */
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px !important;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  body {
    font-size: 15px;
  }

  .section-tagline {
    font-size: 15px;
  }

  /* ---- Grid ---- */
  .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-sm);
  }

  .col-6,
  .col-4,
  .col-5,
  .col-7,
  .col-8,
  .col-3 {
    grid-column: span 4;
  }

  /* ---- Section Spacing ---- */
  section {
    padding: var(--spacing-xl) var(--spacing-sm);
  }

  .container {
    padding: 0 20px !important;
    max-width: 100% !important;
  }

  .csp-hero .container{
    width: 100% !important;
    margin-top: 80px !important;
  }

  .csp-build-section .container {
    width: 100% !important;
  }

  .food-details-section {
    padding: 40px 10px !important;
  }

  .products-premium-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    padding: 0 !important;
  }

  .p-card-top {
    aspect-ratio: 1/1 !important;
    height: auto !important;
  }

  .p-card-header h3 {
    font-size: 1.2rem !important;
  }

  .p-card-content p {
    font-size: 0.7rem !important;
  }

  section.quote-section {
    padding: 0 !important;
    min-height: auto !important;
  }

  .testimonials-masonry-section {
    padding: 0 !important;
  }

  /* ---- Buttons ---- */
  .btn {
    padding: 14px 28px;
    font-size: 12px !important;
    width: 100%;
  }

  /* ---- Header ---- */
  .header-inner {
    padding: 0 var(--spacing-sm);
  }

  .header-logo-text {
    font-size: 16px;
  }

  .header-logo-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .mobile-nav .nav-link {
    padding: var(--spacing-sm) var(--spacing-sm);
  }

  /* ---- Hero ---- */
  .hero {
    padding-top: 120px;
    padding-bottom: 80px;
    min-height: auto;
  }

  .hero-content {
    padding: 0 var(--spacing-sm);
  }

  .hero-text h1 {
    font-size: 34px;
  }

  .hero-text .hero-sub {
    font-size: 15px;
  }

  /* ---- About ---- */
  .about-text {
    text-align: center;
  }

  .hero .hero-text h1 {
    font-size: 3rem !important;
    letter-spacing: -2px !important;
  }

  .about-text .pull-quote {
    border-left: none;
    padding-left: 0;
    border-top: 3px solid var(--color-accent-gold);
    padding-top: var(--spacing-sm);
    text-align: center;
  }

  .about-image img {
    height: 240px;
    border-radius: var(--border-radius-md);
  }

  .about-divider {
    margin: var(--spacing-xl) 0;
  }

  /* ---- Menu Slider ---- */
  .slider-card {
    min-width: calc(100vw - 64px);
    max-width: calc(100vw - 64px);
    height: auto;
    min-height: 280px;
  }

  .slider-arrow {
    display: none;
  }

  .slider-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .slider-container::-webkit-scrollbar {
    display: none;
  }

  .slider-track {
    transition: none;
  }

  .slider-card {
    scroll-snap-align: center;
  }

  /* ---- Products ---- */
  .products-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-sm);
  }

  .product-card-image {
    height: 220px;
  }

  .product-actions .btn {
    padding: 12px 16px;
    font-size: 13px;
  }

  .product-price {
    font-size: 22px;
  }

  /* ---- Location ---- */
  .location-map-wide {
    height: 300px;
  }

  /* ---- Testimonials ---- */
  .testimonial-card {
    padding: var(--spacing-md) var(--spacing-sm);
  }

  .testimonial-card .quote-mark {
    font-size: 50px;
    top: 10px;
    left: 15px;
  }

  .testimonial-text {
    font-size: 17px;
    line-height: 1.7;
  }

  .testimonial-name {
    font-size: 16px;
  }

  /* ---- Delivery ---- */
  .delivery-cards {
    flex-direction: column;
    align-items: center;
  }

  .app-card {
    width: 100%;
    max-width: 340px;
  }

  /* ---- Newsletter ---- */
  .newsletter-form-wrapper {
    padding: var(--spacing-md) var(--spacing-sm);
  }

  .newsletter-form input[type="email"] {
    padding: 12px 14px;
    font-size: 15px;
  }

  /* ---- Footer ---- */
  .footer-container {
    padding: var(--spacing-xl) var(--spacing-sm) var(--spacing-md);
  }



  .footer-brand .footer-tagline {
    font-size: 16px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .footer-bottom p {
    font-size: 11px;
  }

  /* ---- Toast ---- */
  .toast-container {
    right: 10px;
    left: 10px;
    top: 90px;
  }

  .toast {
    font-size: 13px;
    padding: 12px 16px;
  }

  /* ---- Decorative ---- */
  .deco-circle {
    display: none;
  }

  /* ---- Delivery Bar Redesign ---- */
  .delivery-wave {
    top: -39px;
  }

  .delivery-wave svg {
    height: 40px;
  }

  .delivery-title {
    font-size: 32px;
  }

  .delivery-partners-grid {
    flex-direction: row;
    gap: 15px;
    /* flex-wrap: wrap; */
  }

  .about-features {
    flex-direction: column;
  }

  .partner-card {
    min-width: 140px;
    height: 60px;
    aspect-ratio: 16/9;
    padding: 10px 15px;
  }

  .partner-card img {
    height: 30px !important;
  }

  .partner-card span {
    font-size: 20px !important;
  }

  .products-premium-grid {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: var(--spacing-sm);
  }

  .hero .play-icon {
    width: 40px;
    height: 40px;
  }

  .btn-video {
    font-size: 16px;
  }

  .btn-primary {
    font-size: 13px !important;
  }

}

/* ================================================
   SMALL MOBILE BREAKPOINT (max-width: 360px)
   ================================================ */
@media (max-width: 360px) {

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px !important;
  }

  h3 {
    font-size: 20px;
  }

  .hero-text h1 {
    font-size: 28px;
  }

  .hero-text .hero-sub {
    font-size: 14px;
  }

  .btn {
    padding: 12px 20px;
    font-size: 9px;
  }

  .product-price {
    font-size: 20px;
  }

  .slider-card {
    min-width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
  }
}

/* ================================================
   LARGE DESKTOP (min-width: 1600px)
   ================================================ */
@media (min-width: 1600px) {

  .container {
    max-width: 1500px !important;
  }

  h1 {
    font-size: 80px;
  }

  .hero-media img {
    height: 500px;
  }

  .products-grid {
    gap: var(--spacing-xl);
  }

  .product-card-image {
    height: 320px;
  }
}

/* ================================================
   LANDSCAPE ORIENTATION (mobile/tablet)
   ================================================ */
@media (max-width: 992px) and (orientation: landscape) {

  .hero {
    min-height: 400px;
    padding-top: calc(80px + var(--spacing-lg));
    padding-bottom: var(--spacing-xxl);
  }

  .hero-text h1 {
    font-size: 36px;
  }

  section {
    padding-top: var(--spacing-xl);
  }

  .container {
    max-width: 840px !important;
  }

  .hero .hero-text h1 {
    font-size: 5rem;
    letter-spacing: -2px;
  }

  .location-img-wrapper {
    border-radius: 10px;
  }

  .fresh-order-content {
    gap: var(--space-4);
  }
}

@media (max-width: 376px) {
  .delivery-partners-grid {
    flex-direction: column;
  }
}

/* ================================================
HIGH DPI / RETINA DISPLAY
================================================ */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  .header-logo-icon,
  .footer-brand .footer-logo-icon {
    border: 0.5px solid rgba(255, 255, 255, 0.1);
  }
}



/* ================================================
   PRINT STYLES
   ================================================ */
@media print {

  .header,
  .mobile-nav,
  .slider-arrow,
  .slider-dots,
  .testimonial-arrows,
  .testimonial-dots,
  .toast-container,
  .deco-circle,
  .mobile-menu-btn,
  .btn,
  .newsletter-section {
    display: none !important;
  }

  body {
    background: white;
    color: black;
    font-size: 12pt;
  }

  section {
    padding: 20px 0;
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3,
  h4 {
    color: black;
  }

  a {
    text-decoration: underline;
  }

  .hero {
    min-height: auto;
    padding-top: 20px;
  }

  .footer {
    background: white;
    color: black;
  }
}

/* ================================================
   BLOG PAGE RESPONSIVE
   ================================================ */
@media (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .featured-card {
    grid-template-columns: 1fr;
  }

  .featured-img {
    height: 400px;
  }

  .featured-content {
    padding: var(--space-8);
  }
}

@media (max-width: 768px) {
  .blog-hero {
    padding: var(--space-20) 0 var(--space-10);
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .newsletter-form {
    flex-direction: column;
    border-radius: var(--radius-md);
  }

  .newsletter-form input,
  .newsletter-form button {
    border-radius: var(--radius-md);
    width: 100%;
  }
}

/* ── RESPONSIVE ── */
@media (max-width: 992px) {
  .page-wrap {
    padding-top: var(--space-40);
  }

  .featured-img-wrapper {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .article-header h1 {
    font-size: 2.2rem;
  }

  .page-wrap {
    padding-top: var(--space-40);
  }

  h2.big-heading {
    font-size: 2.4rem;
  }

  .step-item {
    grid-template-columns: 56px 1fr;
    gap: var(--space-4);
  }

  .step-num {
    width: 56px;
    height: 56px;
    font-size: 1.6rem;
  }

  .checklist {
    padding: var(--space-6);
  }

  .pullquote {
    padding: var(--space-8);
  }

  .pullquote p {
    font-size: 1.6rem !important;
  }
}

/* ================================================
   PRODUCT CARD RESPONSIVE MAX-WIDTH ADJUSTMENTS
   ================================================ */
@media (max-width: 1536px) {
  .p-card {
    max-width: 290px !important;
  }
  .food-details-grid {
    grid-template-columns: 480px 1fr !important;
    gap: 40px !important;
  }
}

@media (max-width: 1199px) {
  .p-card {
    max-width: 362px !important;
  }
  .food-details-grid {
    grid-template-columns: 420px 1fr !important;
    gap: 30px !important;
  }
  .product-title {
    font-size: 2.6rem !important;
  }
}

@media (max-width: 1024px) {
  .p-card {
    max-width: 315px !important;
  }
  .food-details-grid {
    grid-template-columns: 360px 1fr !important;
    gap: 25px !important;
  }
  .product-title {
    font-size: 2.2rem !important;
  }
  .gallery-container {
    gap: 20px !important;
  }
  .thumb {
    width: 80px !important;
    height: 80px !important;
  }
}

@media (max-width: 767px) {
  .p-card {
    max-width: 318px !important;
  }
  .product-actions-top{ flex-direction: column; }
  .food-details-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .gallery-container {
    flex-direction: column-reverse !important;
    align-items: center !important;
    width: 100% !important;
    gap: 20px !important;
  }
  .main-image-wrapper {
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto !important;
  }
  .thumbnails {
    width: 100% !important;
    justify-content: center !important;
    overflow-x: auto !important;
    padding: 5px 0 !important;
    gap: 10px !important;
  }
  .thumb {
    width: 70px !important;
    height: 70px !important;
  }
  .food-details-content {
    text-align: center !important;
    padding-top: 15px !important;
  }
  .product-title {
    font-size: 2rem !important;
    text-align: center !important;
  }
  .product-price {
    justify-content: center !important;
  }
  .product-actions-top {
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    gap: 12px !important;
  }
  .qty-counter {
    width: 100% !important;
    max-width: 240px !important;
    justify-content: space-between !important;
  }
  .add-to-cart {
    width: 100% !important;
    max-width: 240px !important;
    padding: 16px 30px !important;
    margin-top: 0 !important;
  }
  .selection-title,
  .selection-section--addons .orderable-product-fields__title {
    text-align: center !important;
    width: 100% !important;
  }
  .selection-grid,
  .selection-section--addons .orderable-product-fields__field {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .selection-card,
  .selection-section--addons .orderable-product-option {
    width: 100% !important;
    padding: 15px 20px !important;
  }
  .selection-card-content {
    gap: 15px !important;
  }
  .selection-img {
    width: 70px !important;
    height: 55px !important;
  }
  .tabs-nav {
    justify-content: center !important;
    gap: 20px !important;
  }
}

@media (max-width: 480px) {
  .floating-badge{height: 70px; padding: 10px; min-width: 70px;}
  .p-card {
    max-width: 310px !important;
  }
  .product-title {
    font-size: 1.8rem !important;
  }
  .main-image-wrapper {
    max-width: 100% !important;
  }
  .thumb {
    width: 60px !important;
    height: 60px !important;
  }
  .selection-card,
  .selection-section--addons .orderable-product-option {
    padding: 12px 15px !important;
  }
  .selection-img {
    width: 60px !important;
    height: 50px !important;
  }
  .selection-info h3 {
    font-size: 1rem !important;
  }
  .selection-info p {
    font-size: 0.8rem !important;
  }
  .tabs-nav {
    gap: 15px !important;
  }
  .tab-btn {
    font-size: 0.8rem !important;
  }
  .products-premium-grid {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }
}

@media (max-width: 320px) {
  .p-card {
    max-width: 280px !important;
  }
  .product-title {
    font-size: 1.6rem !important;
  }
  .thumb {
    width: 50px !important;
    height: 50px !important;
  }
  .selection-card,
  .selection-section--addons .orderable-product-option {
    padding: 10px 10px !important;
  }
  .selection-img {
    width: 50px !important;
    height: 40px !important;
  }
  .selection-card-content {
    gap: 10px !important;
  }
  .selection-info h3 {
    font-size: 0.9rem !important;
  }
  .selection-info p {
    font-size: 0.75rem !important;
  }
  .qty-counter {
    max-width: 100% !important;
  }
  .add-to-cart {
    max-width: 100% !important;
    font-size: 0.9rem !important;
    padding: 15px 20px !important;
  }
}