/* ══════════════════════════════════════
   RESPONSIVE - Navbar
══════════════════════════════════════ */

@media (max-width: 860px) {
  .s-nav__inner {
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .s-nav {
    height: 60px;
    align-items: center;
    position: relative;
  }

  .s-nav__inner {
    padding: 0 20px;
  }

  .s-nav__toggle {
    display: flex;
  }

  /* Hidden nav list */
  .s-nav__links {
    position: absolute;
    top: 100%;
    left: -4px;
    /* align with red border */
    right: 0;
    background: #fff;
    border-left: 4px solid var(--red);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 8px 0 16px;
    /* Hidden by default */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.3s ease;
  }

  .s-nav__links.open {
    max-height: 340px;
    opacity: 1;
    pointer-events: all;
  }

  .s-nav__item {
    /* On mobile, skip entry animation — items must always be visible */
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .s-nav__link {
    font-size: 10px;
    letter-spacing: 2.5px;
    padding: 13px 24px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .s-nav__item:last-child .s-nav__link {
    border-bottom: none;
    padding: 13px 24px;
  }

  .s-nav__link::before,
  .s-nav__link::after {
    display: none;
  }

  .s-nav__link:hover,
  .s-nav__link.active {
    color: var(--red);
  }

  .s-nav__link .mob-arrow {
    font-size: 12px;
    color: var(--red);
    opacity: 0.4;
  }
}


/* ============================================
   BREAKPOINT 1: 1400px (Large Desktops)
   ============================================ */
@media (max-width: 1400px) {

  /* New Hero Slider Responsive */
  .hero-main-slider {
    height: 75vh;
    min-height: 500px;
  }

  .hero-main-title {
    font-size: 3.2rem;
  }

  /* About Section */
  .about-grid {
    min-height: 550px;
  }

  .grid-item-1 {
    height: 360px;
  }

  .grid-item-2,
  .grid-item-3 {
    height: 170px;
  }

  .grid-item-4 {
    height: 200px;
  }

  /* Categories */
  .category-card {
    min-height: 360px;
  }

  /* Footer */
  .footer-section {
    padding: 5rem 2rem 2rem;
  }
}

/* ============================================
   BREAKPOINT 2: 1200px (Desktops)
   ============================================ */
@media (max-width: 1200px) {

  /* Hero */
  .hero-content {
    padding: 2rem;
  }

  .hero-title {
    font-size: clamp(2.2rem, 4vw, 2.8rem);
  }

  .hero-subtitle {
    font-size: 1.6rem;
  }

  .hero-carousel {
    min-height: 400px;
  }

  /* About */
  .about-title {
    font-size: clamp(2.2rem, 3.5vw, 2.8rem);
  }

  .stat-number {
    font-size: 2.2rem;
  }

  /* Footer */
  .footer-logo {
    margin-bottom: 1.5rem;
  }
}

/* ============================================
   BREAKPOINT 3: 991px (Tablets Landscape)
   ============================================ */
@media (max-width: 991px) {

  /* New Hero Slider Responsive */
  .hero-main-slider {
    height: 70vh;
    min-height: 500px;
  }

  .hero-main-title {
    font-size: 2.8rem;
  }

  .hero-lead {
    font-size: 1.1rem;
    max-width: 100%;
  }

  .hero-main-slider .carousel-indicators {
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    width: auto;
    z-index: 10;
  }

  .carousel-control-prev,
  .carousel-control-next {
    opacity: 1 !important;
    /* Force visible on touch/tablet */
    width: 50px;
    height: 50px;
  }

  /* About */
  .about-section {
    padding: 3rem 1.5rem !important;
  }

  .about-section .row {
    --bs-gutter-x: 3rem !important;
  }

  .about-content {
    padding-right: 1rem !important;
    margin-bottom: 3rem;
  }

  .about-grid {
    min-height: auto !important;
  }

  .grid-item-1 {
    height: 320px !important;
  }

  .grid-item-2,
  .grid-item-3 {
    height: 150px !important;
  }

  .grid-item-4 {
    height: 180px !important;
  }

  /* Categories */
  .categories-section {
    padding: 3rem 1.5rem !important;
  }

  .category-card {
    min-height: 340px;
  }

  .category-img {
    height: 200px;
  }

  /* Gallery */
  .gallery-section {
    padding: 5rem 1.5rem !important;
  }

  .gallery-grid {
    gap: 1rem;
  }

  .filter-btn {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }

  /* Footer */
  .footer-section {
    padding: 4rem 1.5rem 2rem;
  }

  .footer-text {
    max-width: 100%;
  }
}

/* ============================================
   BREAKPOINT 4: 860px (Small Tablets)
   ============================================ */
@media (max-width: 860px) {

  /* Hero */
  .hero-buttons {
    gap: 0.8rem;
  }

  .btn-red,
  .btn-outline-red {
    padding: 0.7rem 1.8rem;
    font-size: 0.9rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-label {
    font-size: 0.8rem;
  }

  /* Categories */
  .categories-carousel {
    padding: 0 1.5rem;
  }

  .categories-carousel .carousel-control-prev,
  .categories-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
  }

  /* Footer */
  .footer-title {
    font-size: 1rem;
  }

  .footer-links li,
  .footer-contact li {
    font-size: 0.85rem;
  }
}

/* ============================================
   BREAKPOINT 5: 768px (Tablets Portrait)
   ============================================ */
@media (max-width: 768px) {

  /* New Hero Slider Responsive */
  .hero-main-slider {
    height: 65vh;
    min-height: 480px;
  }

  .hero-content-box {
    text-align: center;
  }

  .hero-main-title {
    font-size: 2.2rem;
  }

  .hero-lead {
    font-size: 1rem;
    padding-left: 0;
    margin: 0 auto 2rem;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-main-slider .carousel-indicators {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    width: auto;
    z-index: 10;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
    /* Keep hidden as requested previously */
  }

  /* About */
  .about-section {
    padding: 2.5rem 1rem !important;
  }

  .about-section .row {
    --bs-gutter-x: 2rem !important;
  }

  .about-content {
    text-align: center;
    padding-right: 0 !important;
    margin-bottom: 2rem;
  }

  .section-tag {
    margin-left: auto;
    margin-right: auto;
  }

  .section-tag::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .about-description {
    border-left: none;
    border-top: 5px solid #e63946;
    padding: 1.5rem 0 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .about-stats {
    display: none !important;
  }

  .stat-item:not(:last-child)::after {
    display: none;
  }

  .about-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto !important;
    gap: 0 !important;
  }

  .grid-item-2,
  .grid-item-3,
  .grid-item-4 {
    display: none !important;
  }

  .grid-item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    height: 300px !important;
    border-radius: 20px;
  }

  /* Force Animations & Effects */
  .category-card,
  .gallery-item,
  .grid-item {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, opacity, box-shadow;
  }

  /* Trigger zoom and overlays on tap/touch */
  .category-card:active,
  .gallery-item:active {
    transform: translateY(-8px) scale(1.02);
  }

  .category-card:active .category-img img,
  .gallery-item:active .gallery-card img {
    transform: scale(1.1);
  }

  .gallery-overlay {
    opacity: 0.9 !important;
    /* Always show overlay on mobile for context */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 100%);
  }

  .categories-section {
    padding: 2.5rem 1rem !important;
  }

  .categories-section .col-lg-8 {
    text-align: center;
  }

  .categories-section .section-tag {
    margin-left: auto;
    margin-right: auto;
  }

  .categories-section .section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .category-card {
    min-height: 320px;
  }

  .category-content {
    padding: 1.5rem 1.2rem;
  }

  .category-content h3 {
    font-size: 1.2rem;
  }

  .categories-carousel .carousel-indicators {
    margin-top: 2rem;
    padding: 0.6rem 1.2rem;
  }

  .categories-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }

  /* Gallery */
  .gallery-section {
    padding: 4rem 1rem !important;
  }

  .gallery-section .col-lg-8,
  .gallery-section .col-lg-4 {
    text-align: center !important;
    justify-content: center !important;
  }

  .gallery-section .section-tag {
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-section .section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-filters {
    gap: 0.5rem;
  }

  .filter-btn {
    padding: 0.4rem 1.2rem;
    font-size: 0.8rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }

  /* Testimonials Refinement */
  .steelam-testimonials {
    padding: 60px 0 !important;
  }

  .testimonial-card {
    padding: 25px 20px !important;
  }

  .testimonial-card p {
    font-size: 0.95rem !important;
    margin: 15px 0 !important;
  }

  .customer img {
    width: 40px !important;
    height: 40px !important;
  }

  /* CTA Redesign Refinement */
  .steelam-cta {
    padding: 60px 0;
  }

  .steelam-cta-box {
    padding: 40px 25px;
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .cta-content h3 {
    font-size: 1.8rem;
  }

  .cta-content p {
    font-size: 1rem;
  }
  .cta-action {
    width: 100%;
  }

  .btn-steelam-cta {
    width: 100%;
    padding: 14px 30px;
  }

  /* Footer */
  .footer-section {
    padding: 3rem 1rem 1.5rem;
    text-align: center;
  }

  .footer-logo {
    border-left: none;
    padding-left: 0;
    justify-content: center;
  }

  .footer-logo-img {
    max-height: 40px;
  }

  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
  }

  .footer-text {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links a:hover {
    transform: translateX(0) translateY(-2px);
  }

  .footer-bottom {
    margin-top: 3rem;
  }
}

/* ============================================
   BREAKPOINT 6: 576px (Large Phones)
   ============================================ */
@media (max-width: 576px) {

  /* Hero */
  .hero-content {
    padding: 1.5rem 1rem;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .hero-description {
    font-size: 0.95rem;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 0.8rem !important;
  }

  .btn-red,
  .btn-outline-red {
    width: 100%;
    padding: 0.7rem;
    font-size: 0.9rem;
  }

  .hero-carousel {
    min-height: 200px;
  }

  .carousel-indicators {
    padding: 4px 12px;
  }

  .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }

  /* New Hero Slider Responsive */
  .hero-main-slider {
    height: 60vh;
  }

  .hero-main-title {
    font-size: 2rem;
  }

  .hero-lead {
    font-size: 0.9rem;
  }

  .hero-main-slider .carousel-indicators {
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
  }

  /* About */
  .about-section {
    padding: 2rem 0.75rem !important;
  }

  .about-title {
    font-size: 1.8rem;
  }

  .about-description {
    font-size: 0.95rem;
    padding-left: 0;
    max-width: 100%;
  }

  .stat-item {
    align-items: center;
    width: 100%;
  }

  .stat-number {
    font-size: 1.8rem;
  }

  .about-grid {
    min-height: auto !important;
    gap: 0.75rem !important;
  }

  .grid-item-1 {
    height: 250px !important;
  }

  .grid-item-2,
  .grid-item-3 {
    height: 90px !important;
  }

  .grid-item-4 {
    height: 120px !important;
  }

  .about-section .btn-red {
    width: 100%;
    padding: 0.8rem;
  }

  /* Categories */
  .categories-section {
    padding: 2rem 0.75rem !important;
  }

  .category-img {
    height: 160px;
  }

  .category-content h3 {
    font-size: 1.1rem;
  }

  .category-content p {
    font-size: 0.85rem;
  }

  .category-link {
    font-size: 0.85rem;
  }

  .categories-carousel {
    padding: 0 0.5rem;
  }

  .categories-carousel .carousel-control-prev,
  .categories-carousel .carousel-control-next {
    display: none;
  }

  .categories-carousel .carousel-indicators {
    margin-top: 1.5rem;
    padding: 0.5rem 1rem;
  }

  /* Gallery */
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .filter-btn {
    padding: 0.3rem 0.8rem;
    font-size: 0.7rem;
  }

  .gallery-overlay {
    padding: 1rem;
  }

  .gallery-overlay h3 {
    font-size: 0.95rem;
  }

  .gallery-category {
    font-size: 0.6rem;
    padding: 0.15rem 0.8rem;
  }

  .gallery-link {
    font-size: 0.75rem;
  }

  /* Footer */
  .footer-section {
    padding: 2.5rem 0.75rem 1rem;
  }

  .footer-logo {
    margin-bottom: 1.2rem;
  }

  .footer-title {
    font-size: 1rem;
  }

  .footer-links li,
  .footer-contact li {
    font-size: 0.85rem;
  }
}

/* ============================================
   BREAKPOINT 7: 480px (Small Phones)
   ============================================ */
@media (max-width: 480px) {

  /* Hero */
  .hero-title {
    font-size: 1.6rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .hero-description {
    font-size: 0.9rem;
  }

  /* New Hero Slider Responsive */
  .hero-main-slider {
    height: 60vh;
    min-height: 420px;
  }

  .hero-main-title {
    font-size: 1.8rem;
  }

  .hero-lead {
    font-size: 0.9rem;
    margin: 0 auto 2rem;
  }

  /* Force Animations on extreme mobile */
  .reveal-on-scroll,
  .reveal-left,
  .reveal-right {
    opacity: 0;
    transition: all 0.8s ease-out;
  }

  .is-visible {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }

  .category-card {
    min-height: 300px;
  }

  .btn-red-premium,
  .btn-outline-premium {
    width: 100%;
    padding: 12px 20px;
  }

  /* Hide Arrows on Mobile */
  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }

  .categories-section {
    padding: 2.5rem 1rem !important;
  }

  .category-card {
    min-height: 320px;
    margin-bottom: 1rem;
    opacity: 1 !important;
    /* Ensure visible */
    transform: none !important;
  }

  .category-img {
    height: 200px;
  }

  .category-content h3 {
    font-size: 1.3rem;
  }

  .category-content p {
    font-size: 0.85rem;
  }

  .hero-carousel {
    min-height: 180px;
  }

  /* About */
  .about-title {
    font-size: 1.6rem;
  }

  .about-description {
    font-size: 0.9rem;
  }

  .stat-number {
    font-size: 1.6rem;
  }

  .stat-label {
    font-size: 0.7rem;
  }

  .grid-item-1 {
    height: 160px !important;
  }

  .grid-item-2,
  .grid-item-3 {
    height: 80px !important;
  }

  .grid-item-4 {
    height: 100px !important;
  }

  /* Categories */
  .category-img {
    height: 140px;
  }

  .category-content h3 {
    font-size: 1rem;
  }

  .category-content p {
    font-size: 0.8rem;
  }

  /* Footer */
  .footer-logo {
    margin-bottom: 1rem;
  }

  .footer-title {
    font-size: 0.9rem;
  }

  .footer-links li,
  .footer-contact li {
    font-size: 0.75rem;
  }

  .footer-bottom p {
    font-size: 0.75rem;
  }
}

/* ============================================
   GLOBAL RESPONSIVE UTILITIES
   ============================================ */

/* Container padding adjustments */
@media (max-width: 1400px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 576px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 375px) {
  .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

/* Typography scaling */
@media (max-width: 768px) {
  .section-tag {
    font-size: 0.75rem;
  }

  .section-title {
    font-size: clamp(1.8rem, 5vw, 2.2rem);
  }

  .section-subtitle {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .section-tag {
    font-size: 0.7rem;
  }

  .section-title {
    font-size: clamp(1.5rem, 6vw, 1.8rem);
  }

  .section-subtitle {
    font-size: 0.9rem;
  }
}

/* Button scaling */
@media (max-width: 768px) {

  .btn-red,
  .btn-outline-red,
  .btn-primary-cta,
  .btn-secondary-cta {
    padding: 0.7rem 2rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {

  .btn-red,
  .btn-outline-red,
  .btn-primary-cta,
  .btn-secondary-cta {
    padding: 0.6rem 1.5rem;
    font-size: 0.85rem;
  }
}

/* Hide elements on mobile */
@media (max-width: 576px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 577px) {
  .mobile-only {
    display: none !important;
  }
}

/* Grid gap adjustments */
@media (max-width: 991px) {
  .row.g-4 {
    --bs-gutter-y: 1.5rem;
  }
}

@media (max-width: 768px) {
  .row.g-4 {
    --bs-gutter-y: 1.2rem;
  }
}

@media (max-width: 576px) {
  .row.g-4 {
    --bs-gutter-y: 1rem;
  }
}


/*About Page*/


/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .about-hero-section {
    padding: 5rem 1.5rem;
  }

  .about-hero-section::after {
    background: linear-gradient(90deg,
        rgba(10, 10, 10, 0.95) 0%,
        rgba(10, 10, 10, 0.9) 100%);
  }

  .about-hero-title {
    font-size: clamp(2.5rem, 7vw, 4rem);
  }
}

@media (max-width: 768px) {
  .about-hero-section {
    padding: 4rem 1rem;
    text-align: center;
  }

  .about-breadcrumb {
    text-align: center;
  }

  .about-hero-text {
    border-left: none;
    border-top: 4px solid #e63946;
    padding: 1.5rem 0 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .about-stats-hero {
    justify-content: center;
    gap: 2rem;
  }

  .about-hero-buttons {
    justify-content: center;
  }

  .about-hero-section .container-fluid::before {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
  }
}

@media (max-width: 576px) {
  .about-hero-title {
    font-size: 2.2rem;
  }

  .about-hero-text {
    font-size: 1rem;
  }

  .about-stats-hero {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .stat-item-hero {
    align-items: center;
  }

  .about-hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .btn-primary-about,
  .btn-outline-about {
    width: 100%;
    text-align: center;
  }
}

/* About Hero animations — forwards keeps final state visible */
.about-breadcrumb,
.about-hero-title,
.about-hero-text,
.about-stats-hero,
.about-hero-buttons {
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}

.about-hero-title {
  animation-delay: 0.2s;
}

.about-hero-text {
  animation-delay: 0.3s;
}

.about-stats-hero {
  animation-delay: 0.4s;
}

.about-hero-buttons {
  animation-delay: 0.5s;
}








/* ============================================
   CONTACT PAGE RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  .contact-hero-modern h1 {
    font-size: 2.5rem;
  }

  .hero-info-card {
    width: 100%;
    max-width: 100%;
  }
}

/* ============================================
   STYLES MOVED FROM STYLE.CSS
   ============================================ */

@media (max-width: 768px) {
  .branch-hero h1 {
    font-size: 2.5rem;
  }

  .branch-hero {
    padding: 60px 0 40px;
  }

  .stat-number {
    font-size: 2.5rem;
  }
}

@media (max-width: 992px) {
  .steelam-cta-box {
    flex-direction: column;
    text-align: center;
    padding: 45px 35px;
  }

  .steelam-cta-box::after {
    top: 20px;
    right: 20px;
  }

  .cta-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 991px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .section-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .steelam-category-section {
    padding: 3rem 1rem;
  }

  .category-grid {
    gap: 1rem;
  }

  .card-content {
    padding: 1rem;
  }

  .card-title {
    font-size: 1rem;
  }

  .card-description {
    font-size: 0.8rem;
  }

  .card-price {
    font-size: 1.1rem;
  }

  .filter-btn {
    padding: 0.5rem 1.2rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 375px) {
  .category-grid {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title {
    font-size: 1.8rem;
  }
}

/* ===================================
   LOOKBOOK - PINTEREST RESPONSIVE
   lb-* class prefix
   =================================== */

/* ---- ≤ 1200px – 3 columns ---- */
@media (max-width: 1200px) {
  .lb-masonry {
    column-count: 3;
  }

  .lb-container {
    padding: 0 1.5rem;
  }
}

/* ---- ≤ 991px – 2 columns ---- */
@media (max-width: 991px) {
  .lb-section {
    padding: 5rem 0 4rem;
  }

  .lb-masonry {
    column-count: 2;
    column-gap: 1rem;
  }

  .lb-pin {
    margin-bottom: 1rem;
  }

  /* always show the info panel slightly on mobile-ish tablets */
  .lb-info {
    transform: translateY(calc(100% - 42px));
    padding: 1.6rem 0.9rem 0.9rem;
  }

  .lb-pin:hover .lb-info {
    transform: translateY(0);
  }
}

/* ---- ≤ 768px – 2 columns ---- */
@media (max-width: 768px) {
  .lb-section {
    padding: 4rem 0 3.5rem;
  }

  .lb-container {
    padding: 0 1rem;
  }

  .lb-title {
    font-size: 2rem;
  }

  .lb-masonry {
    column-count: 2;
    column-gap: 0.8rem;
  }

  .lb-pin {
    margin-bottom: 0.8rem;
  }

  .lb-header {
    margin-bottom: 2.5rem;
  }

  .lb-room-label {
    font-size: 0.6rem;
    padding: 0.22rem 0.6rem;
  }

  .lb-tags span {
    font-size: 0.62rem;
    padding: 0.18rem 0.6rem;
  }

  .lb-shop-btn {
    font-size: 0.78rem;
  }
}

/* ---- ≤ 576px – single column ---- */
@media (max-width: 576px) {
  .lb-section {
    padding: 3.5rem 0 3rem;
  }

  .lb-container {
    padding: 0 0.85rem;
  }

  .lb-title {
    font-size: 1.75rem;
  }

  .lb-subtitle {
    font-size: 0.9rem;
  }

  .lb-masonry {
    column-count: 1;
    column-gap: 0;
  }

  .lb-pin {
    margin-bottom: 0.85rem;
  }

  /* On single-column mobile, always reveal info panel
     so users don't need to hover */
  .lb-info {
    transform: translateY(0) !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 55%, transparent 100%);
    padding: 1.8rem 1rem 1rem;
  }

  .lb-tags {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .lb-save-btn {
    opacity: 1;
    transform: scale(1);
  }

  .lb-view-all {
    width: 100%;
    justify-content: center;
  }

  .lb-cta-wrap {
    margin-top: 2rem;
  }
}

/* ---- ≤ 375px ---- */
@media (max-width: 375px) {
  .lb-title {
    font-size: 1.55rem;
  }

  .lb-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 3px;
  }

  .lb-room-label {
    font-size: 0.58rem;
    padding: 0.2rem 0.5rem;
  }

  .lb-tags span {
    font-size: 0.58rem;
    padding: 0.15rem 0.5rem;
  }

  .lb-info {
    padding: 1.5rem 0.85rem 0.85rem;
  }
}

@media (max-width: 991px) {
  .enquiry-section-light {
    padding: 4rem 0;
  }

  .icon-square-light {
    width: 45px;
    height: 45px;
  }

  .icon-square-light i {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 768px) {
  .enquiry-section-light {
    padding: 3rem 0;
  }

  .display-6 {
    font-size: 2rem;
  }

  .fs-5 {
    font-size: 1rem !important;
  }

  .form-card-light {
    padding: 2rem !important;
  }

  .map-card-light iframe {
    height: 280px;
  }
}

@media (max-width: 576px) {
  .enquiry-section-light {
    padding: 2.5rem 0;
  }

  .display-6 {
    font-size: 1.8rem;
  }

  .icon-square-light {
    width: 40px;
    height: 40px;
  }

  .icon-square-light i {
    font-size: 1rem !important;
  }

  .form-card-light {
    padding: 1.5rem !important;
  }

  .form-title-light {
    font-size: 1.3rem;
  }

  .form-input-light,
  .form-select {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
  }

  .btn-submit-light {
    padding: 0.8rem !important;
  }

  .map-card-light iframe {
    height: 220px;
  }

  .compact-map-section-light .text-secondary {
    font-size: 0.85rem;
  }
}

@media (max-width: 375px) {
  .display-6 {
    font-size: 1.5rem;
  }

  .d-flex.align-items-start {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.5rem;
  }

  .icon-square-light {
    margin-bottom: 0.5rem;
    margin-right: 0 !important;
  }

  .form-card-light {
    padding: 1.2rem !important;
  }
}

@media (max-width: 991px) {
  .branches-hero {
    padding: 5rem 0 3rem;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.3rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .location-stats {
    gap: 2rem;
  }

  .stat-number {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .branches-hero {
    padding: 4rem 0 2rem;
    text-align: center;
  }

  .hero-breadcrumb {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .location-stats {
    justify-content: center;
  }

  .hero-cta {
    justify-content: center;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .branches-hero {
    padding: 3rem 0 2rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-title .red-accent::after {
    height: 8px;
    bottom: 5px;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .hero-description {
    font-size: 0.95rem;
  }

  .location-stats {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .stat-item {
    align-items: center;
  }

  .hero-cta {
    flex-direction: column;
    width: 100%;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    justify-content: center;
  }

  .hero-breadcrumb {
    padding: 0.4rem 1.2rem;
  }

  .hero-breadcrumb a,
  .hero-breadcrumb .current {
    font-size: 0.8rem;
  }
}

@media (max-width: 375px) {
  .hero-title {
    font-size: 1.8rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-description {
    font-size: 0.9rem;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .stat-label {
    font-size: 0.75rem;
  }
}

@media (max-width: 991px) {

  .branch-card-wide,
  .branch-card-wide.row-reverse {
    flex-direction: column;
    min-height: auto;
  }

  .branch-image-box {
    height: 300px;
    order: -1;
  }

  .branch-info {
    padding: 2.5rem;
  }

  .branch-city-light {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .branch-info {
    padding: 1.5rem;
  }

  .branch-city-light {
    font-size: 1.8rem;
  }

  .branch-badge-light {
    top: 1rem;
    right: 1rem;
  }
}

@media (max-width: 1200px) {
  .branches-grid-light {
    grid-template-columns: repeat(2, 1fr);
  }

  .branch-card-light.featured {
    grid-column: span 2;
  }
}

@media (max-width: 991px) {
  .branches-grid-section-light {
    padding: 5rem 0;
  }

  .section-title-light {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .branches-grid-section-light {
    padding: 4rem 0;
  }

  .branches-grid-light {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .branch-card-light.featured {
    grid-column: span 1;
  }

  .section-title-light {
    font-size: 2rem;
  }

  .section-subtitle-light {
    font-size: 1rem;
  }

  .contact-bar-light {
    padding: 1.2rem 1.5rem;
    border-radius: 40px;
  }

  .contact-bar-content-light {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .contact-message-light {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .contact-message-light span {
    font-size: 1rem;
  }

  .contact-number-light {
    font-size: 1.1rem;
    padding: 0.7rem 1.5rem;
  }
}

@media (max-width: 576px) {
  .branches-grid-section-light {
    padding: 3rem 0;
  }

  .section-title-light {
    font-size: 1.8rem;
  }

  .branch-card-light {
    padding: 1.5rem;
  }

  .branch-city-light {
    font-size: 1.5rem;
  }

  .branch-detail-light span {
    font-size: 0.9rem;
  }

  .phone-link-light {
    font-size: 0.9rem;
  }

  .contact-message-light i {
    font-size: 1.5rem;
  }

  .contact-number-light {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 375px) {
  .section-title-light {
    font-size: 1.6rem;
  }

  .branch-city-light {
    font-size: 1.3rem;
  }

  .branch-name-light {
    font-size: 0.8rem;
  }

  .tag-light {
    font-size: 0.65rem;
    padding: 0.2rem 0.6rem;
  }

  .contact-message-light span {
    font-size: 0.9rem;
  }
}

@media (max-width: 991px) {
  .services-modern-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .highlight-item.large {
    grid-column: span 2;
    height: 350px;
  }

  .highlight-item {
    height: 250px;
  }

  .cta-booking-card {
    padding: 2.5rem;
  }
}

@media (max-width: 576px) {
  .services-modern-grid {
    grid-template-columns: 1fr;
  }

  .highlight-item.large,
  .highlight-item {
    grid-column: span 2;
    height: 250px;
  }

  .section-title-white,
  .section-title-light {
    font-size: 2.2rem;
  }

  .cta-booking-card h2 {
    font-size: 1.8rem;
  }

  .cta-actions-modern {
    flex-direction: column;
  }

  .cta-footer-info {
    flex-direction: column;
    gap: 0.8rem;
  }
}


/* ══════════════════════════════════════════════════════════
   ANIMATION FIX - SCROLL-REVEAL SYSTEM
   Elements with class .reveal-on-scroll start hidden and
   become visible when the JS IntersectionObserver adds
   the .is-visible class. This replaces the broken pattern
   of opacity:0 + CSS-only animation that fires on load.
══════════════════════════════════════════════════════════ */

/* Default hidden state for scroll-reveal elements */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

/* Revealed state */
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Directional variants */
.reveal-left {
  opacity: 0;
  transform: translateX(-36px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(36px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger delays for children */
.reveal-on-scroll:nth-child(1) {
  transition-delay: 0.00s;
}

.reveal-on-scroll:nth-child(2) {
  transition-delay: 0.08s;
}

.reveal-on-scroll:nth-child(3) {
  transition-delay: 0.16s;
}

.reveal-on-scroll:nth-child(4) {
  transition-delay: 0.24s;
}

.reveal-on-scroll:nth-child(5) {
  transition-delay: 0.32s;
}

.reveal-on-scroll:nth-child(6) {
  transition-delay: 0.40s;
}


/* ══════════════════════════════════════════════════════════
   FIX: Elements that use animation-fill-mode must be
   set to forwards so they stay visible after animating.
   These selectors correspond to what style.css defines.
══════════════════════════════════════════════════════════ */

/* Ensure all CSS-keyframe animations keep their end state */
.hero-content,
.hero-carousel,
.s-nav,
.s-nav__logo,
.about-hero-section .about-breadcrumb,
.about-hero-section .about-hero-title,
.about-hero-section .about-hero-text,
.about-hero-section .about-stats-hero,
.about-hero-section .about-hero-buttons,
.branch-hero h1,
.branch-hero .branch-breadcrumb {
  animation-fill-mode: forwards !important;
}


/* ══════════════════════════════════════════════════════════
   FIX: Touch-device hover effects — on mobile, hover states
   don't fire consistently. Overlays must always be visible.
══════════════════════════════════════════════════════════ */

@media (hover: none) and (pointer: coarse) {

  /* Gallery overlays always visible on touch screens */
  .gallery-overlay {
    opacity: 1 !important;
    transform: none !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(20, 20, 20, 0.35));
  }

  .glass-overlay {
    opacity: 1 !important;
    backdrop-filter: blur(4px);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(20, 20, 20, 0.4));
  }

  .product-tags,
  .shop-look-btn {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  /* Image-overlay captions in craft section */
  .image-overlay {
    transform: translateY(0) !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  }

  /* Image captions in about grid */
  .grid-item .image-caption {
    bottom: 0 !important;
  }

  /* Branch card hover: keep transforms off on touch */
  .branch-card:hover {
    transform: none;
  }

  /* Category card overlay always readable on touch */
  .category-card:hover {
    transform: none;
  }

  /* Grid items: no lift on touch, avoid jittery scroll */
  .grid-item:hover {
    transform: none;
    box-shadow: none;
  }

  /* Value cards */
  .value-card:hover {
    transform: none !important;
  }
}


/* ══════════════════════════════════════════════════════════
   MOBILE: Reduce heavy effects for better performance
   (Does NOT touch opacity — animations handle that themselves)
══════════════════════════════════════════════════════════ */

@media (max-width: 767px) {

  /* Remove expensive blur on collapsed nav list */
  .s-nav__links {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  /* Reduce hero glass morphism cost */
  .hero-content {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  /* Disable animated gradient overlay on hero (saves GPU) */
  .hero::after {
    animation: none !important;
    /* Keep the gradient visible, just static */
    background: linear-gradient(135deg,
        rgba(10, 10, 10, 0.95) 0%,
        rgba(20, 20, 20, 0.85) 40%,
        rgba(30, 30, 30, 0.7) 70%,
        rgba(230, 57, 70, 0.15) 100%);
  }

  /* Stop light-beam sweep on hero */
  .hero .container-fluid::before {
    animation: none !important;
  }

  /* Disable floating particle stars on hero (CPU saver) */
  .hero .container-fluid::after,
  .hero .hero-content::before {
    animation: none !important;
    opacity: 0;
  }

  /* Hero decor "00": static, barely visible on mobile */
  .hero-decor {
    animation: none !important;
    opacity: 0.08;
  }

  /* Section tag animated underline: off on mobile */
  .section-tag::after {
    animation: none;
    width: 30px;
    opacity: 0.3;
  }
}



/* The hero-carousel entry animation (slideInRight forwards) is already
   correctly defined in style.css — no override needed here on mobile. */



/* ══════════════════════════════════════════════════════════
   ACCESSIBILITY: Respect prefers-reduced-motion
   Users who prefer no animations get instant transitions.
══════════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal-on-scroll,
  .reveal-left,
  .reveal-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .hero-content,
  .hero-carousel,
  .s-nav__logo,
  .s-nav__item,
  .about-hero-title,
  .about-hero-text,
  .about-stats-hero,
  .about-hero-buttons {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}


/* ══════════════════════════════════════
   PRODUCTS PAGE - Hero Slider (hs-*)
   Center content on all screen sizes
══════════════════════════════════════ */

/* Base centering (desktop + all) */
.hs-content-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  height: 100% !important;
}

.hs-accent-line {
  display: none !important;
}

.hs-content {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.hs-actions {
  justify-content: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
}

/* Responsive centering - Tablets */
@media (max-width: 991px) {
  .hs-title {
    font-size: 2.4rem !important;
    text-align: center !important;
  }

  .hs-badge {
    align-self: center !important;
  }
}

/* Responsive centering - Mobile */
@media (max-width: 768px) {
  .hs-content-wrap {
    padding: 0 1.5rem !important;
  }

  .hs-title {
    font-size: 1.9rem !important;
    text-align: center !important;
  }

  .hs-btn-primary,
  .hs-btn-ghost {
    padding: 0.6rem 1.4rem !important;
    font-size: 0.82rem !important;
    justify-content: center !important;
    min-width: 140px !important;
  }
}

/* Responsive centering - Small phones */
@media (max-width: 480px) {
  .hs-title {
    font-size: 1.6rem !important;
  }

  .hs-actions {
    flex-direction: column !important;
    width: 100% !important;
  }

  .hs-btn-primary,
  .hs-btn-ghost {
    width: 100% !important;
    justify-content: center !important;
    padding: 0.65rem 1.5rem !important;
  }
}
