/* TABLET (between 769px and 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .reviews-title {
        font-size: 32px;
    }

    .review-card {
        padding: 16px;
    }

    .promise-grid {
        gap: 16px;
    }

    .promise-card {
        padding: 24px 16px;
    }

    .promise-card-title {
        font-size: 13px;
    }

    .promise-card-desc {
        font-size: 11px;
    }

    .promise-icon i {
        font-size: 28px;
    }

    .promise-title {
        font-size: 30px;
    }

    .story-split {
        gap: 30px;
    }

    .story-content {
        padding: 40px 30px;
    }

    .story-heading {
        font-size: 30px;
    }

    .story-text p {
        font-size: 13px;
    }

    .story-image {
        min-height: 420px;
    }

    .story-image img {
        min-height: 420px;
    }

    .footer-columns {
        gap: 20px;
    }

    .footer-circular-logo {
        width: 90px;
        height: 90px;
    }

    .footer-logo-img {
        width: 60px;
        height: 60px;
    }

    .subscribe-form {
        flex-direction: column;
    }

    .subscribe-btn {
        width: 100%;
    }
}

/* DESKTOP LARGE */
@media (min-width: 1200px) {
    .story-content {
        padding: 56px 48px;
    }

    .story-heading {
        font-size: 36px;
    }
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    
    /* top strip mobile: stack style (inline flex wrap) */
    .top-strip {
        height: auto;
        padding: 6px 12px;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
        white-space: normal;
        text-align: center;
    }

    .top-strip-left,
    .top-strip-center,
    .top-strip-right {
        white-space: normal;
    }
/* navbar mobile: hamburger style */
.nav-desktop {
    display: none;
}

.navbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    position: relative;
}

.mobile-hamburger {
    display: block;
    font-size: 24px;
    cursor: pointer;
    color: var(--primary);
    flex-shrink: 0;
    width: 30px;
}

.mobile-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.mobile-logo .logo-main {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--primary);
    background: linear-gradient(135deg, var(--primary) 0%, #1a4a7a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.mobile-logo .logo-sub {
    font-family: var(--font-body);
    font-size: 8px;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: var(--secondary);
    margin-top: 3px;
    text-transform: uppercase;
}

.mobile-icons {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-shrink: 0;
}

.mobile-icons .icon-link {
    font-size: 18px;
}

    /* hide search & full menu on mobile */
    .menu-bar {
        display: none;
    }

    /* MOBILE HERO FIX - IMAGE TOP, TEXT BELOW */
    .hero-desktop-layout {
        display: flex !important;
        flex-direction: column !important;
        position: static !important;
        min-height: auto !important;
    }

    /* Image goes FIRST (top) */
    .hero-right {
        order: 1 !important;
        width: 100% !important;
        min-height: 350px !important;
        flex: none !important;
        background-size: cover;
        background-position: center;
        position: relative !important;
    }

    /* Text block goes SECOND (below image) */
    .hero-left {
        order: 2 !important;
        position: static !important;
        background: var(--white) !important;
        padding: 25px 20px 30px 20px !important;
        width: 100% !important;
        text-align: center !important;
        backdrop-filter: none !important;
        transform: none !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
    }

    /* Remove any overlay background */
    .hero-left {
        background: var(--white) !important;
    }

    /* Tag styling */
    .hero-tag {
        font-size: 11px !important;
        letter-spacing: 2px !important;
        margin-bottom: 12px !important;
        color: var(--secondary) !important;
    }

    /* Heading styling */
    .hero-left h1 {
        font-size: 26px !important;
        margin-bottom: 12px !important;
        line-height: 1.3 !important;
    }

    /* Subtext styling */
    .hero-sub {
        font-size: 13px !important;
        margin-bottom: 20px !important;
    }

    /* Button styling */
    .btn-cta {
        padding: 12px 28px !important;
        font-size: 13px !important;
        margin: 0 auto !important;
        display: inline-block !important;
    }

    /* Clean white background for hero section */
    .hero {
        background: var(--white) !important;
    }

    /* SECTION 2 MOBILE */
    .shop-categories {
        padding: 30px 15px !important;
    }

    /* Hide the featured left/right cards on mobile */
    .desktop-only {
        display: none !important;
    }

    /* Transform row 1 to show only title block */
    .categories-row-1 {
        display: block !important;
        margin-bottom: 0 !important;
    }

    /* Title block full width at top */
    .content-block {
        display: block !important;
        background: var(--accent);
        padding: 28px 20px !important;
        margin-bottom: 24px !important;
        width: 100%;
    }

    .brand-mini {
        font-size: 10px;
        letter-spacing: 3px;
        margin-bottom: 12px;
    }

    .section-heading {
        font-size: 26px !important;
        margin-bottom: 12px !important;
    }

    .section-desc {
        font-size: 13px !important;
        max-width: 100% !important;
    }

    /* Row 2: 2-column grid for all 6 cards */
    .categories-row-2 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    /* Style all cards uniformly */
    .category-card {
        position: relative;
        width: 100% !important;
        cursor: pointer;
        overflow: hidden;
    }

    .category-card .card-img-wrapper {
        width: 100% !important;
        aspect-ratio: 1 / 1 !important;
        overflow: hidden;
        background: var(--accent);
    }

    .category-card img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .category-card .card-label {
        position: absolute;
        bottom: 12px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        background: var(--white) !important;
        color: var(--primary) !important;
        font-size: 10px !important;
        font-weight: 600;
        letter-spacing: 1.5px;
        padding: 6px 14px !important;
        text-transform: uppercase;
        white-space: nowrap;
        z-index: 5;
    }

    /* Disable hover on mobile */
    .category-card:hover {
        transform: none !important;
    }

    .category-card:hover img {
        transform: none !important;
    }

    /* SECTION 3 MOBILE */
    .section-3 {
        padding: 40px 16px;
    }

    /* PROMO STRIP - VERTICAL STACK & CENTERED */
    .promo-strip {
        flex-direction: column;
        text-align: center;
        padding: 28px 20px;
        gap: 20px;
        margin-bottom: 40px;
    }

    .promo-icons {
        justify-content: center;
        gap: 16px;
    }

    .promo-icon {
        width: 50px;
        height: 50px;
    }

    .promo-content {
        text-align: center;
    }

    .promo-heading {
        font-size: 18px;
        letter-spacing: 1.5px;
    }

    .promo-text {
        font-size: 12px;
    }

    /* SPLIT CTA - VERTICAL STACK */
    .split-cta {
        flex-direction: column;
        gap: 30px;
    }

    .split-video {
        width: 100%;
        min-height: 280px;
    }

    .cta-video {
        width: 100%;
        height: 100%;
        min-height: 280px;
        object-fit: cover;
    }

    .split-content {
        text-align: center;
        padding: 0;
    }

    .split-heading {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .split-description {
        font-size: 14px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 28px;
    }

    .btn-custom {
        display: inline-block;
    }

    /* SECTION 4 MOBILE */
    .section-4 {
        padding: 40px 0 50px 0;
    }

    .section-header {
        margin-bottom: 32px;
        padding: 0 15px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 13px;
    }

    .product-slider {
        gap: 12px;
        padding: 8px 15px 20px 15px;
    }

    /* Show 1.2-1.5 cards with peek effect */
    .product-card {
        flex: 0 0 82%;
        min-width: 260px;
    }

    /* Disable hover zoom on mobile */
    .product-card:hover .card-image-wrapper img {
        transform: none;
    }

    .card-info {
        padding: 12px 4px 8px 4px;
    }

    .product-name {
        font-size: 13px;
    }

    .current-price {
        font-size: 14px;
    }

    .old-price {
        font-size: 12px;
    }

    .cta-wrapper {
        margin-top: 36px;
    }

    .btn-shop-all {
        padding: 12px 28px;
        font-size: 12px;
    }

    /* SECTION 5 MOBILE */
    .section-5 {
        padding: 40px 15px;
    }

    .gifts-header {
        margin-bottom: 32px;
    }

    .gifts-title {
        font-size: 28px;
    }

    /* Hide desktop grid on mobile */
    .desktop-grid {
        display: none;
    }

    /* Show mobile slider */
    .mobile-slider {
        display: block;
    }

    /* Card width: 80-85% with peek effect */
    .gift-card-slide {
        width: 82%;
        scroll-snap-align: start;
    }

    .gifts-slider {
        scroll-snap-type: x mandatory;
        padding: 8px 0 20px 0;
    }

    .gifts-slider-container {
        scroll-snap-type: x mandatory;
    }

    /* Overlay always visible on mobile (no hover) */
    .gift-overlay {
        opacity: 1;
        background: linear-gradient(to top, rgba(0, 37, 78, 0.7) 0%, rgba(0, 37, 78, 0.2) 100%);
    }

    .gift-title {
        font-size: 20px;
        color: var(--white);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .gift-cta {
        color: var(--white);
        text-decoration: underline;
    }

    /* Disable hover zoom on mobile */
    .gift-card:hover .gift-image-wrapper img {
        transform: none;
    }

    /* SECTION 6 MOBILE */
    .section-6 {
        padding: 40px 15px;
    }

    .promise-header {
        margin-bottom: 32px;
    }

    .promise-title {
        font-size: 28px;
    }

    /* Hide desktop grid on mobile */
    .desktop-promise-grid {
        display: none;
    }

    /* Show mobile slider */
    .mobile-promise-slider {
        display: block;
    }

    /* Card width: 80-85% with peek effect */
    .promise-card-slide {
        width: 82%;
        scroll-snap-align: start;
    }

    .promise-slider {
        scroll-snap-type: x mandatory;
        padding: 8px 0 20px 0;
    }

    .promise-slider-container {
        scroll-snap-type: x mandatory;
    }

    /* Adjust card padding for mobile */
    .promise-card-slide {
        padding: 24px 16px;
    }

    .promise-card-slide .promise-icon i {
        font-size: 28px;
    }

    .promise-card-slide .promise-card-title {
        font-size: 14px;
    }

    .promise-card-slide .promise-card-desc {
        font-size: 12px;
    }

    /* Disable hover on mobile */
    .promise-card:hover {
        transform: none;
    }

    /* SECTION 7 MOBILE */
    .section-7 {
        padding: 40px 16px;
    }

    .story-split {
        flex-direction: column;
        gap: 0;
    }

    /* IMAGE - full width, reduced height */
    .story-image {
        width: 100%;
        min-height: 320px;
        border-radius: 4px 4px 0 0;
    }

    .story-image img {
        min-height: 320px;
        object-fit: cover;
    }

    /* CONTENT BOX - below image */
    .story-content {
        width: 100%;
        padding: 32px 24px;
        border-radius: 0 0 4px 4px;
    }

    .story-icon i {
        font-size: 32px;
    }

    .story-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .story-text p {
        font-size: 13px;
    }

    .story-text {
        max-width: 100%;
        margin-bottom: 28px;
    }

    .story-btn {
        padding: 12px 28px;
        font-size: 12px;
        width: auto;
        display: inline-block;
    }

    /* Disable hover zoom on mobile */
    .story-image:hover img {
        transform: none;
    }

    /* SECTION 8 MOBILE */
    .section-8 {
        padding: 40px 15px;
    }

    .reviews-header {
        margin-bottom: 32px;
    }

    .reviews-title {
        font-size: 28px;
    }

    .reviews-subtitle {
        font-size: 12px;
    }

    /* Hide desktop grid on mobile */
    .desktop-reviews-grid {
        display: none;
    }

    /* Show mobile slider */
    .mobile-reviews-slider {
        display: block;
    }

    /* Card width: 85% with peek effect */
    .review-card-slide {
        width: 85%;
        scroll-snap-align: start;
    }

    .reviews-slider {
        scroll-snap-type: x mandatory;
    }

    .reviews-slider-container {
        scroll-snap-type: x mandatory;
    }

    /* Adjust footer for mobile */
    .rating-summary {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .rating-text {
        margin-left: 0;
    }

    .reviews-cta {
        padding: 10px 28px;
        font-size: 12px;
        width: auto;
        display: inline-block;
    }

    /* Disable hover on mobile */
    .review-card:hover {
        transform: none;
    }

    /* SECTION 9 FOOTER MOBILE */
    .footer {
        padding: 40px 16px 25px 16px;
    }

    .footer-top-strip {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .footer-tagline {
        font-size: 11px;
    }

    .footer-main {
        flex-direction: column;
        gap: 0;
        margin-bottom: 30px;
    }

    /* LOGO - CENTER ON MOBILE */
    .footer-logo-wrapper {
        justify-content: center;
        margin-bottom: 35px;
    }

    .footer-circular-logo {
        width: 100px;
        height: 100px;
    }

    .footer-logo-img {
        width: 70px;
        height: 70px;
    }

    /* COLUMNS STACK VERTICALLY */
    .footer-columns {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer-col {
        border-bottom: 1px solid rgba(0, 37, 78, 0.1);
    }

    .footer-col-title {
        padding: 16px 0;
        margin-bottom: 0;
        cursor: pointer;
    }

    .footer-col-title h4 {
        font-size: 14px;
    }

    .accordion-icon {
        display: block;
    }

    .footer-links {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0;
    }

    .footer-links.active {
        max-height: 300px;
        padding-bottom: 16px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links li:last-child {
        margin-bottom: 0;
    }

    /* SOCIAL COLUMN ON MOBILE */
    .footer-social-col .footer-links {
        max-height: none;
        overflow: visible;
    }

    .footer-social-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .footer-social-col.active .footer-social-content {
        max-height: 400px;
        padding-bottom: 20px;
    }

    .social-icons-footer {
        margin-bottom: 20px;
    }

    .subscribe-form {
        flex-direction: column;
    }

    .subscribe-btn {
        width: 100%;
    }

    .payment-icons {
        gap: 15px;
        padding: 20px 0 15px 0;
    }

    .payment-icons i {
        font-size: 28px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .shop-categories {
        padding: 25px 12px !important;
    }

    .content-block {
        padding: 24px 16px !important;
        margin-bottom: 20px !important;
    }

    .section-heading {
        font-size: 24px !important;
    }

    .section-desc {
        font-size: 12px !important;
    }

    .categories-row-2 {
        gap: 10px !important;
    }

    .category-card .card-label {
        bottom: 8px !important;
        padding: 5px 10px !important;
        font-size: 9px !important;
    }

    .section-3 {
        padding: 30px 12px;
    }

    .promo-strip {
        padding: 20px 16px;
    }

    .promo-icon {
        width: 42px;
        height: 42px;
    }

    .promo-heading {
        font-size: 16px;
    }

    .promo-text {
        font-size: 11px;
    }

    .split-heading {
        font-size: 24px;
    }

    .split-description {
        font-size: 13px;
    }

    .btn-custom {
        padding: 12px 28px;
        font-size: 13px;
        width: 100%;
    }

    .split-video {
        min-height: 220px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 12px;
    }

    .product-card {
        flex: 0 0 85%;
        min-width: 240px;
    }

    .discount-badge {
        font-size: 10px;
        padding: 3px 8px;
    }

    .wishlist-icon {
        width: 28px;
        height: 28px;
    }

    .wishlist-icon i {
        font-size: 14px;
    }

    .section-5 {
        padding: 30px 12px;
    }

    .gifts-title {
        font-size: 24px;
    }

    .gift-card-slide {
        width: 85%;
    }

    .gift-title {
        font-size: 18px;
    }

    .gift-cta {
        font-size: 11px;
    }

    .section-6 {
        padding: 30px 12px;
    }

    .promise-title {
        font-size: 24px;
    }

    .promise-card-slide {
        width: 85%;
        padding: 20px 14px;
    }

    .promise-card-slide .promise-icon i {
        font-size: 26px;
    }

    .promise-card-slide .promise-card-title {
        font-size: 13px;
    }

    .promise-card-slide .promise-card-desc {
        font-size: 11px;
    }

    .promise-dot {
        width: 6px;
        height: 6px;
    }

    .promise-dot.active {
        width: 20px;
    }

    .section-7 {
        padding: 30px 12px;
    }

    .story-image {
        min-height: 260px;
    }

    .story-image img {
        min-height: 260px;
    }

    .story-content {
        padding: 28px 20px;
    }

    .story-icon i {
        font-size: 28px;
    }

    .story-heading {
        font-size: 24px;
    }

    .story-text p {
        font-size: 12px;
    }

    .story-btn {
        padding: 10px 24px;
        font-size: 11px;
        width: 100%;
        text-align: center;
    }

    .section-8 {
        padding: 30px 12px;
    }

    .reviews-title {
        font-size: 24px;
    }

    .review-card-slide {
        width: 88%;
        padding: 14px;
    }

    .customer-name {
        font-size: 12px;
    }

    .verified-badge {
        font-size: 9px;
        padding: 3px 8px;
    }

    .review-text {
        font-size: 11px;
        -webkit-line-clamp: 4;
    }

    .rating-stars {
        font-size: 12px;
    }

    .rating-text {
        font-size: 11px;
    }

    .reviews-cta {
        padding: 10px 24px;
        font-size: 11px;
        width: 100%;
    }

    .footer {
        padding: 30px 12px 20px 12px;
    }

    .footer-logo-wrapper {
        margin-bottom: 30px;
    }

    .footer-circular-logo {
        width: 110px;
        height: 110px;
    }

    .footer-logo-img {
        width: 75px;
        height: 75px;
    }

    .social-icon-footer {
        width: 32px;
        height: 32px;
    }

    .social-icon-footer i {
        font-size: 14px;
    }

    .payment-icons i {
        font-size: 24px;
    }

    .copyright p {
        font-size: 11px;
    }
}

/* DESKTOP HOVER EFFECTS */
@media (min-width: 1025px) {
    .product-card {
        transition: transform 0.3s ease;
    }

    .product-card:hover {
        transform: translateY(-4px);
    }
}

/* Extra small mobile - logo adjustment */
@media (max-width: 380px) {
    .mobile-logo .logo-main {
        font-size: 18px;
        letter-spacing: 2px;
    }
    
    .mobile-logo .logo-sub {
        font-size: 7px;
        letter-spacing: 2px;
    }
    
    .mobile-hamburger {
        font-size: 20px;
        width: 25px;
    }
    
    .mobile-icons {
        gap: 12px;
    }
    
    .mobile-icons .icon-link {
        font-size: 16px;
    }
}

/* Mobile top strip - keep single line with animation */
@media (max-width: 768px) {
    .top-strip {
        height: 36px;
        padding: 0 12px;
    }
    
    .marquee-content {
        gap: 30px;
        animation: marqueeScroll 15s linear infinite;
    }
    
    .marquee-content span {
        gap: 8px;
        font-size: 11px;
    }
    
    .marquee-content i {
        font-size: 10px;
    }
    
    .marquee-content .separator {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .top-strip {
        height: 34px;
        padding: 0 8px;
    }
    
    .marquee-content {
        gap: 24px;
        animation: marqueeScroll 12s linear infinite;
    }
    
    .marquee-content span {
        gap: 6px;
        font-size: 10px;
    }
    
    .marquee-content i {
        font-size: 9px;
    }
}

/* Pause animation on hover for better UX */
@media (min-width: 769px) {
    .top-strip:hover .marquee-content {
        animation-play-state: paused;
    }
}