/* ============================================
   MOBILE RESPONSIVE STYLES
   All mobile-specific styles in one place
   ============================================ */

/* ============================================
   GLOBAL MOBILE FIXES
   ============================================ */
@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }

  html,
  body {
    width: 100%;
    max-width: 100vw;
    font-size: 16px;
    position: relative;
  }

  /* Make all sections shrink properly on mobile */
  .container,
  .section,
  .wrapper,
  .container-with-sidebar,
  section,
  section > div,
  .why-choose-section,
  .services-section,
  .products-section,
  .testimonials-section,
  .location-section {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Fix card layouts - flexible wrapping with centered alignment */
  .cards-container,
  .cards,
  .services-grid,
  .product-grid,
  .features-grid,
  .products-grid,
  .testimonials-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  /* Why Choose Section - improve readability */
  .why-choose-section {
    padding: 3em 1.25em !important;
  }
  .why-choose-section p {
    letter-spacing: 1px !important;
    font-size: 0.8rem !important;
  }
  .why-choose-section h2 {
    font-size: 2.2rem !important;
    line-height: 1.15 !important;
    margin-bottom: 1.5em !important;
  }
  /* Horizontal scroll for Pourquoi Choisir */
  .why-choose-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 1em !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    padding: 0.5em 0.75em 1.25em 0.75em !important;
  }
  .why-choose-grid::-webkit-scrollbar {
    height: 8px;
  }
  .why-choose-grid::-webkit-scrollbar-track {
    background: #f1e5e1;
  }
  .why-choose-grid::-webkit-scrollbar-thumb {
    background: #c9a999;
    border-radius: 4px;
  }
  .why-choose-grid .feature-card {
    padding: 1.5em 1.25em !important;
    text-align: left !important;
    flex: 0 0 80% !important;
    max-width: 80% !important;
    scroll-snap-align: start !important;
  }
  .why-choose-grid .feature-card h3 {
    font-size: 1.25rem !important;
    margin-bottom: 0.5em !important;
  }
  .why-choose-grid .feature-card p {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
  }
  .why-choose-grid .feature-card div i {
    font-size: 2.2rem !important;
  }

  /* Featured Products - adopt catalog style */
  .featured-products-section {
    padding: 3em 0 3.5em 0 !important;
  }
  .featured-products-section > div:first-child {
    padding: 0 1.25em !important;
  }
  .featured-products-section p {
    font-size: 0.8rem !important;
  }
  .featured-products-section h2 {
    font-size: 2.2rem !important;
    line-height: 1.2 !important;
  }
  .featured-products-grid {
    display: flex !important;
    gap: 1.25em !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    padding: 0.5em 1.25em 1em 1.25em !important;
  }
  /* Catalog page horizontal scroll sections */
  .catalog-scroll-grid,
  .catalog-scroll-grid-main-temp {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 1.1em !important;
    padding: 0.5em 1.1em 1.25em 1.1em !important;
  }
  .catalog-scroll-grid::-webkit-scrollbar,
  .catalog-scroll-grid-main::-webkit-scrollbar {
    height: 8px;
  }
  .catalog-scroll-grid::-webkit-scrollbar-track,
  .catalog-scroll-grid-main::-webkit-scrollbar-track {
    background: #f1e5e1;
  }
  .catalog-scroll-grid::-webkit-scrollbar-thumb,
  .catalog-scroll-grid-main::-webkit-scrollbar-thumb {
    background: #c9a999;
    border-radius: 4px;
  }
  .catalog-scroll-grid > .featured-product-card,
  .catalog-scroll-grid-main-temp > .product-card {
    flex: 0 0 75% !important;
    max-width: 75% !important;
    scroll-snap-align: start !important;
  }
  /* Override: main products area restored to wrapped grid */
  .products-area {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1em !important;
    padding: 0 1.1em !important;
  }
  .products-area > .product-card {
    flex: 0 0 calc(50% - 0.5em) !important;
    max-width: calc(50% - 0.5em) !important;
  }
  @media (max-width: 500px) {
    .products-area > .product-card {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
  }

  /* Testimonial section on mobile - hide arrows, show dots with swipe */
  .testimonial-section,
  .testimonials-section {
    position: relative !important;
  }
  .testimonial-button {
    display: none !important;
  }

  /* Testimonial pagination dots */
  .testimonial-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    margin-top: 2em;
  }
  .testimonial-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .testimonial-dots .dot.active {
    background: #fff;
    transform: scale(1.2);
  }

  /* Academy Page */
  .course-info {
    padding: 1.5em 1.25em !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .image-wrapper img {
    height: auto !important;
    max-height: 300px !important;
  }

  /* Staff section mobile layout */
  .staff-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.75em !important;
  }
  .staff-wrapper .image-wrapper {
    order: 0 !important;
    width: 100% !important;
  }
  .staff-wrapper .content-wrapper {
    order: 1 !important;
    width: 100% !important;
  }
  .staff-container {
    background: #f8efec !important;
    padding: 1.75em 1.25em !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06) !important;
  }
  .staff-name {
    font-size: 1.9rem !important;
    line-height: 1.15 !important;
  }
  .staff-role {
    font-size: 1rem !important;
    line-height: 1.4 !important;
    margin-bottom: 1em !important;
  }
  .staff-bio {
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
  }
  .staff-bio.collapsible {
    max-height: 180px;
    overflow: hidden;
    position: relative;
  }
  .staff-bio.collapsible:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(248, 239, 236, 0), #f8efec);
  }
  .bio-toggle {
    background: #d3ab9e;
    color: #fff;
    border: none;
    padding: 0.6em 1.2em;
    border-radius: 30px;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    margin-top: 0.75em;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
  .bio-toggle:active {
    transform: scale(0.96);
  }
  .staff-bio.expanded {
    max-height: none !important;
  }
  .staff-bio.expanded:after {
    display: none;
  }

  .featured-products-grid::-webkit-scrollbar {
    height: 8px;
  }
  .featured-products-grid::-webkit-scrollbar-track {
    background: #f1e5e1;
  }
  .featured-products-grid::-webkit-scrollbar-thumb {
    background: #c9a999;
    border-radius: 4px;
  }
  .featured-products-grid > div {
    flex: 0 0 70% !important;
    max-width: 70% !important;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    scroll-snap-align: start;
    padding: 1.25em 1em;
  }
  #featured-products .product-card {
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 14px !important;
    padding: 1em !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
  }
  #featured-products .product-card h3 {
    font-size: 1rem !important;
    line-height: 1.3 !important;
    margin: 0.6em 0 0.4em 0 !important;
  }
  #featured-products .product-card .price {
    font-size: 1rem !important;
    font-weight: 600 !important;
  }
  .featured-products-section a[href="/catalog"] {
    margin: 0 1.25em !important;
    width: calc(100% - 2.5em) !important;
    text-align: center !important;
  }

  /* Find Us - schedule then map stacked full width */
  .find-us-section {
    padding: 3em 0 3.5em 0 !important;
  }
  .find-us-wrapper {
    padding: 0 !important;
  }
  .find-us-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.75em !important;
  }
  .find-us-info,
  .find-us-map {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .find-us-info {
    background: #fff !important;
    padding: 2em 1.5em !important;
  }
  .find-us-map iframe {
    min-height: 320px !important;
    height: 320px !important;
  }
  .find-us-section h2 {
    font-size: 2.2rem !important;
  }
  .find-us-section p.fade-in {
    font-size: 0.8rem !important;
    letter-spacing: 1px !important;
  }

  .card,
  .service-card,
  .product-card,
  .feature-card {
    width: 100%;
    max-width: 340px;
    box-sizing: border-box;
  }

  /* Fix product vertical images being squeezed */
  .product-card img,
  .product-image-wrapper img,
  .featured-product-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* Carousel improvements for mobile - 70% width cards */
  .carousel-item,
  .brand-carousel-card {
    min-width: 70%;
  }

  /* Fix hero / heading container to be responsive */
  .hero,
  .hero-section {
    padding: 40px 16px;
    width: 100%;
    max-width: 100%;
  }

  /* Remove any hardcoded widths - images responsive */
  img {
    max-width: 100%;
    height: auto;
  }
} /* ============================================
   HEADER & NAVIGATION - MOBILE (Hamburger Menu)
   ============================================ */
/* Header styles are now in _Layout.cshtml for better integration */ /* ============================================
   HOME PAGE - MOBILE
   ============================================ */
@media (max-width: 768px) {
  /* Hero Section - Stack image and text vertically */
  .hero-section {
    background-color: #f8efec !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .hero-wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }

  .hero-image-container {
    position: static !important;
    height: auto !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
  }

  .hero-image {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: bottom !important;
  }

  /* Hide gradient and overlaid text on mobile */
  .hero-gradient,
  .hero-content-overlay {
    display: none !important;
  }

  /* Show text below image on mobile */
  .hero-content-below {
    display: block !important;
    padding: 1.5em 1.5em !important;
    margin: 0 !important;
  }

  /* Force black text color on mobile */
  .hero-content-below .hero-title,
  .hero-content-below h1 {
    color: #000 !important;
    font-size: 2rem !important;
    text-shadow: none !important;
    margin: 0 0 0.8em 0 !important;
    padding-top: 0 !important; /* Override desktop padding-top:10rem */
    line-height: 1.15 !important;
  }

  .hero-content-below .hero-text,
  .hero-content-below p {
    color: #000 !important;
    font-size: 1rem !important;
    text-shadow: none !important;
    line-height: 1.6 !important;
    margin: 0 !important;
  }

  .hero {
    height: 60vh !important;
    min-height: 400px !important;
  }

  .hero h1 {
    font-size: 2.5rem !important;
  }

  .hero p {
    font-size: 1rem !important;
    margin-bottom: 1.5em !important;
  }

  .cta-button {
    padding: 0.8em 2em !important;
    font-size: 0.9rem !important;
  }

  /* Why Choose Section */
  .why-choose-section {
    padding: 3em 1em !important;
  }

  .why-choose-section h2 {
    font-size: 2rem !important;
  }

  .features-grid {
    grid-template-columns: 1fr !important;
    gap: 2em !important;
  }

  .feature-card {
    padding: 2em 1.5em !important;
  }

  .feature-icon {
    font-size: 2.5rem !important;
  }

  /* Services Section */
  .services-section {
    padding: 3em 1em !important;
  }

  .services-section h2 {
    font-size: 2rem !important;
  }

  .services-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5em !important;
  }

  .service-card {
    padding: 2em 1.5em !important;
  }

  /* Products Section - HORIZONTAL CAROUSEL */
  .products-section {
    padding: 3em 16px;
  }

  .products-section h2 {
    font-size: 2rem;
  }

  .products-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 16px !important;
    padding-bottom: 1em;
    -webkit-overflow-scrolling: touch;
  }

  .products-grid .product-card,
  .products-grid .featured-product-card {
    flex: 0 0 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    scroll-snap-align: start;
  }

  /* Testimonials */
  .testimonials-section {
    padding: 3em 1em !important;
  }

  .testimonials-section h2 {
    font-size: 2rem !important;
  }

  .testimonials-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5em !important;
  }

  /* Location Section */
  .location-section {
    padding: 3em 1em !important;
  }

  .location-section h2 {
    font-size: 2rem !important;
  }

  .location-content {
    flex-direction: column !important;
    gap: 2em !important;
  }

  .location-info,
  .location-map {
    width: 100% !important;
  }

  .hours-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================
   CATALOG PAGE - MOBILE
   ============================================ */
@media (max-width: 768px) {
  .catalog-section {
    padding: 2em 0.5em !important;
  }

  .container-with-sidebar {
    padding: 0 !important;
    max-width: 100% !important;
  }

  .page-title {
    font-size: 1.8rem !important;
    margin-bottom: 2em !important;
    padding: 0 0.5em !important;
  }

  /* Featured Section - HORIZONTAL SCROLL */
  .featured-section {
    margin-bottom: 3em;
    padding: 0 16px;
  }

  .section-header h2 {
    font-size: 1.8rem;
  }

  .section-header p {
    font-size: 0.9rem;
  }

  .featured-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 16px !important;
    padding-bottom: 1em;
    -webkit-overflow-scrolling: touch;
  }

  .featured-grid .featured-product-card {
    flex: 0 0 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    scroll-snap-align: start;
  }

  .featured-product-card {
    font-size: 0.85rem;
  }

  .featured-product-card .product-image-wrapper {
    height: 280px;
  }

  .featured-product-card .product-name {
    font-size: 0.9rem;
  }

  /* Brand Carousel */
  .brands-carousel-section {
    margin-bottom: 3em !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .carousel-container {
    padding: 0 35px !important;
  }

  .brand-carousel-card {
    min-width: 200px !important;
    height: 250px !important;
  }

  .brand-overlay h3 {
    font-size: 1.3rem !important;
  }

  .carousel-arrow {
    width: 32px !important;
    height: 32px !important;
    font-size: 0.9rem !important;
  }

  .carousel-prev {
    left: 0 !important;
  }

  .carousel-next {
    right: 0 !important;
  }

  /* Sidebar & Main Content */
  .catalog-main-content {
    flex-direction: column !important;
    padding: 0 0.5em !important;
  }

  .filters-sidebar {
    position: static !important;
    width: 100% !important;
    max-height: none !important;
    margin-bottom: 1.5em !important;
    padding: 1.5em 1em !important;
  }

  .sidebar-header h3 {
    font-size: 1.3rem !important;
  }

  .clear-filters-btn {
    font-size: 0.7rem !important;
  }

  .sidebar-scroll-container {
    max-height: 250px !important;
    overflow-y: auto !important;
  }

  .filter-section h4 {
    font-size: 1rem !important;
  }

  .products-area {
    width: 100% !important;
    padding: 0 !important;
  }

  .products-header {
    padding: 0 0.5em !important;
    margin-bottom: 1em !important;
  }

  .products-header h2 {
    font-size: 1.5rem !important;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.8em !important;
  }

  .product-card {
    font-size: 0.85rem;
    margin: 0 !important;
  }

  .product-image-wrapper {
    height: 150px !important;
  }

  .product-info {
    padding: 0.8em !important;
  }

  .product-name {
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
  }

  .product-brand {
    font-size: 0.75rem !important;
  }

  .product-price {
    font-size: 0.95rem !important;
  }

  .product-description {
    display: none !important;
  }

  .product-actions {
    padding: 0.8em !important;
  }

  .add-to-cart-btn {
    font-size: 0.75rem !important;
    padding: 0.7em 0.5em !important;
  }
} /* ============================================
   PRODUCT DETAILS PAGE - MOBILE
   ============================================ */
@media (max-width: 768px) {
  .product-details-section {
    padding: 2em 1em !important;
  }

  .product-details-container {
    flex-direction: column !important;
    gap: 2em !important;
  }

  .product-image-section,
  .product-info-section {
    width: 100% !important;
  }

  .main-product-image {
    height: 350px !important;
  }

  .product-title {
    font-size: 1.8rem !important;
  }

  .product-price-display {
    font-size: 1.8rem !important;
  }

  .quantity-selector {
    width: 100% !important;
    justify-content: center !important;
  }

  .add-to-cart-button {
    width: 100% !important;
  }
}

/* ============================================
   CART PAGE - MOBILE
   ============================================ */
@media (max-width: 768px) {
  .cart-section {
    padding: 2em 1em !important;
  }

  .page-title {
    font-size: 2rem !important;
  }

  .cart-item {
    flex-direction: column !important;
    gap: 1em !important;
    padding: 1.5em 1em !important;
  }

  .item-image {
    width: 100% !important;
    max-width: 200px !important;
    height: 200px !important;
    margin: 0 auto !important;
  }

  .item-details {
    flex: none !important;
    width: 100% !important;
    text-align: center !important;
  }

  .item-name {
    font-size: 1.1rem !important;
  }

  .item-price {
    font-size: 1.2rem !important;
    text-align: center !important;
  }

  .quantity-controls {
    justify-content: center !important;
    margin: 1em 0 !important;
  }

  .remove-btn {
    width: 100% !important;
    margin-top: 1em !important;
  }

  /* Checkout Form */
  .checkout-form-container {
    padding: 1.5em 1em !important;
  }

  .checkout-form-container h2 {
    font-size: 1.8rem !important;
  }

  .form-row {
    flex-direction: column !important;
    gap: 1em !important;
  }

  .form-group {
    width: 100% !important;
  }

  .form-actions {
    flex-direction: column !important;
    gap: 1em !important;
  }

  .btn-primary,
  .btn-secondary {
    width: 100% !important;
  }
}

/* ============================================
   BOOKING PAGE - MOBILE
   ============================================ */
@media (max-width: 768px) {
  .booking-section {
    padding: 2em 1em !important;
  }

  .booking-container {
    flex-direction: column !important;
    gap: 2em !important;
  }

  .booking-left,
  .booking-right {
    width: 100% !important;
  }

  .service-card {
    padding: 1.5em 1em !important;
  }

  .service-header h3 {
    font-size: 1.1rem !important;
  }

  .booking-form input,
  .booking-form select,
  .booking-form textarea {
    font-size: 1rem !important;
  }
}

/* ============================================
   VIP PAGE - MOBILE
   ============================================ */
@media (max-width: 768px) {
  .vip-hero {
    height: 50vh !important;
    min-height: 300px !important;
  }

  .vip-hero h1 {
    font-size: 2.5rem !important;
  }

  .vip-content {
    padding: 3em 1em !important;
  }

  .vip-content h2 {
    font-size: 2rem !important;
  }

  .benefits-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5em !important;
  }

  .membership-tiers {
    flex-direction: column !important;
    gap: 2em !important;
  }

  .tier-card {
    width: 100% !important;
  }
}

/* ============================================
   ACADEMY PAGE - MOBILE
   ============================================ */
@media (max-width: 768px) {
  .academy-section {
    padding: 2em 1em !important;
  }

  .courses-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5em !important;
  }

  .course-card {
    padding: 1.5em !important;
  }

  .course-image {
    height: 200px !important;
  }
}

/* ============================================
   ABOUT PAGE - MOBILE
   ============================================ */
@media (max-width: 768px) {
  .about-section {
    padding: 2em 1em !important;
  }

  .team-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5em !important;
  }

  .team-member {
    padding: 1.5em !important;
  }

  .member-image {
    height: 250px !important;
  }
}

/* ============================================
   FOOTER - MOBILE
   ============================================ */
@media (max-width: 768px) {
  .site-footer {
    padding: 3em 16px;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    gap: 2em;
    text-align: center;
  }

  .footer-logo h2 {
    font-size: 2.5rem;
  }

  .footer-column h3 {
    font-size: 1.2rem;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 0.5em;
  }

  .newsletter-form input {
    width: 100%;
  }

  .newsletter-form button {
    width: 100%;
    border-radius: 8px;
  }

  .footer-bottom {
    padding: 1.5em 0;
  }

  .footer-bottom p {
    font-size: 0.85rem;
  }
}

/* ============================================
   UTILITY CLASSES - MOBILE
   ============================================ */
@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  /* Better touch targets (44px minimum) */
  button,
  a,
  input[type="submit"],
  .clickable {
    min-height: 44px;
    min-width: 44px;
  }

  /* Improved text readability */
  h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  p {
    line-height: 1.6;
  }
}

/* ============================================
   SMALL MOBILE (iPhone SE, small phones)
   ============================================ */
@media (max-width: 375px) {
  header a.logo {
    font-size: 2rem !important;
  }

  header nav a {
    font-size: 0.75rem !important;
    padding: 0.4em 0.8em !important;
  }

  .hero h1 {
    font-size: 2rem !important;
  }

  .page-title {
    font-size: 1.75rem !important;
  }

  .catalog-grid {
    grid-template-columns: 1fr !important;
  }

  .product-image-wrapper {
    height: 200px !important;
  }
}

/* ============================================
   TABLET (768px - 1024px)
   ============================================ */
@media (min-width: 769px) and (max-width: 1024px) {
  .catalog-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  }

  .services-grid,
  .products-grid,
  .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .filters-sidebar {
    width: 250px !important;
    min-width: 250px !important;
  }
}

/* ============================================
   HAMBURGER MENU (Optional - for better mobile nav)
   ============================================ */
@media (max-width: 768px) {
  /* Add smooth scrolling to nav */
  header nav {
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
  }

  header nav::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  /* Add scroll indicator */
  header nav::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, 0.9)
    );
    pointer-events: none;
  }
}
