* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #fdeef4 0%, #f8dce8 45%, #f3cfe0 100%);
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(14px, 4vw, 24px);
    width: 100%;
    min-width: 0;
}

/* Header — Fashion Lover · 3D layered panel */
.site-header {
    /*position: sticky;*/
    top: 0;
    z-index: 100;
    padding: calc(10px + env(safe-area-inset-top, 0px)) clamp(8px, 2vw, 14px) 0;
    background: linear-gradient(180deg, #fff5f8 0%, #fceef3 55%, #f8e4ec 100%);
    perspective: 1400px;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header-panel {
    position: relative;
    padding: 18px 22px 16px;
    max-width: calc(1200px + 40px);
    margin: 0 auto;
    background:
        linear-gradient(168deg, #fffbfc 0%, #fdf2f6 22%, #f8e4ee 55%, #efd6e4 85%, #e8ccd8 100%);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow:
        0 2px 0 rgba(255, 255, 255, 0.85) inset,
        0 -3px 12px rgba(62, 35, 28, 0.08) inset,
        0 18px 36px rgba(45, 24, 20, 0.14),
        0 8px 16px rgba(45, 24, 20, 0.1),
        0 1px 0 rgba(180, 140, 100, 0.35);
    transform: rotateX(0.8deg);
    transform-style: preserve-3d;
}

.header-panel::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.55), rgba(230, 160, 190, 0.14) 40%, transparent 70%);
    z-index: -1;
    pointer-events: none;
}

.header-panel::after {
    content: '';
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: -10px;
    height: 18px;
    border-radius: 50%;
    background: rgba(30, 18, 14, 0.12);
    filter: blur(12px);
    z-index: -2;
    pointer-events: none;
}

.site-header .header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    position: relative;
    z-index: 1;
}

.logo-3d img {
    max-height: 80px;
    max-width: 320px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 4px 6px rgba(45, 24, 20, 0.18)) drop-shadow(0 1px 0 rgba(255, 255, 255, 0.6));
}

.header-middle {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    min-width: min(200px, 100%);
}

.fashion-lover-block {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.35em;
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    line-height: 1;
    padding: 10px 22px 12px;
    background: linear-gradient(180deg, rgba(255, 235, 238, 0.95) 0%, rgba(255, 205, 210, 0.75) 45%, rgba(248, 187, 196, 0.65) 100%);
    border-radius: 14px;
    border: 1px solid rgba(220, 38, 38, 0.28);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.65) inset,
        0 3px 0 rgba(185, 28, 28, 0.22),
        0 8px 22px rgba(185, 28, 28, 0.12),
        0 0 24px rgba(248, 113, 113, 0.2);
    transform: translateZ(12px);
}

.fashion-lover-line {
    font-size: clamp(1.35rem, 3.5vw, 1.85rem);
    font-weight: 700;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    text-indent: 0.42em;
    color: #b91c1c;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85),
        0 2px 0 rgba(254, 202, 202, 0.9),
        0 0 12px rgba(248, 113, 113, 0.45);
}

.fashion-lover-accent {
    font-size: clamp(1.5rem, 4vw, 2.1rem);
    font-weight: 700;
    font-style: italic;
    background: linear-gradient(125deg, #991b1b 0%, #dc2626 35%, #ef4444 55%, #b91c1c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(0 2px 4px rgba(185, 28, 28, 0.35));
}

.shipping-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    padding: 10px 22px;
    background: linear-gradient(165deg, rgba(255, 241, 242, 0.98) 0%, rgba(254, 226, 226, 0.92) 45%, rgba(252, 201, 206, 0.85) 100%);
    border-radius: 14px;
    border: 1px solid rgba(220, 38, 38, 0.25);
    backdrop-filter: blur(6px);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.55) inset,
        0 4px 0 rgba(185, 28, 28, 0.2),
        0 10px 26px rgba(185, 28, 28, 0.1),
        0 0 20px rgba(248, 113, 113, 0.18);
}

.info-item {
    font-size: 14px;
    font-weight: 700;
    color: #b91c1c;
    white-space: nowrap;
    letter-spacing: 0.04em;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.75),
        0 0 10px rgba(248, 113, 113, 0.35);
}

.info-item-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.delivery-globe-icon {
    flex-shrink: 0;
    color: #b91c1c;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.4));
}

.contact {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    padding: 10px 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(248, 240, 235, 0.4) 100%);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow:
        0 3px 0 rgba(200, 60, 60, 0.2),
        0 8px 18px rgba(45, 24, 20, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.contact-label {
    color: #b91c1c;
    font-weight: 700;
    font-size: 0.85em;
    letter-spacing: 0.04em;
}

.contact-number {
    color: #b91c1c;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.25s ease, transform 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.whatsapp-icon {
    color: #25D366;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

.contact-number:hover {
    color: #991b1b;
    text-decoration: none;
    transform: translateY(-1px);
}

.contact-number:hover .whatsapp-icon {
    transform: scale(1.08);
}

.contact-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    min-width: 0;
    max-width: 100%;
}

.facebook-page-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: 600;
    color: #1877f2;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(231, 242, 255, 0.65) 100%);
    border-radius: 12px;
    border: 1px solid rgba(24, 119, 242, 0.28);
    box-shadow:
        0 2px 0 rgba(24, 119, 242, 0.15),
        0 6px 14px rgba(24, 119, 242, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.facebook-page-link:hover {
    color: #0d65d9;
    transform: translateY(-1px);
    box-shadow:
        0 3px 0 rgba(24, 119, 242, 0.2),
        0 8px 18px rgba(24, 119, 242, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.facebook-page-link:focus-visible {
    outline: 2px solid #1877f2;
    outline-offset: 2px;
}

.facebook-icon {
    flex-shrink: 0;
    color: #1877f2;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.08));
}

.youtube-page-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: 600;
    color: #cc0000;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 235, 238, 0.7) 100%);
    border-radius: 12px;
    border: 1px solid rgba(204, 0, 0, 0.28);
    box-shadow:
        0 2px 0 rgba(204, 0, 0, 0.12),
        0 6px 14px rgba(204, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.youtube-page-link:hover {
    color: #a80000;
    transform: translateY(-1px);
    box-shadow:
        0 3px 0 rgba(204, 0, 0, 0.18),
        0 8px 18px rgba(204, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.youtube-page-link:focus-visible {
    outline: 2px solid #cc0000;
    outline-offset: 2px;
}

.youtube-icon {
    flex-shrink: 0;
    color: #ff0000;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.08));
}

/* Hero banner (single image) */
.hero-banner {
    width: 100%;
    background: linear-gradient(135deg, #ffeef5 0%, #ffe0f0 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center top;
    -webkit-user-select: none;
    user-select: none;
}

/* Banner image grid */
.banner-gallery {
    padding: 32px 0 8px;
    background: linear-gradient(135deg, #ffeef5 0%, #ffe0f0 100%);
}

.banner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 160px), 1fr));
    gap: 16px;
    align-items: stretch;
}

.banner-grid-item {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.35);
    box-shadow:
        0 8px 24px rgba(138, 43, 226, 0.12),
        0 2px 8px rgba(0, 0, 0, 0.06);
    aspect-ratio: 3 / 4;
}

.banner-grid-trigger {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: zoom-in;
    border-radius: 14px;
    -webkit-tap-highlight-color: transparent;
}

.banner-grid-trigger:focus-visible {
    outline: 3px solid #b91c1c;
    outline-offset: 2px;
}

.banner-grid-trigger img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    vertical-align: middle;
    pointer-events: none;
}

/* Grid lightbox + zoom glass */
.grid-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:
        max(12px, env(safe-area-inset-top, 12px))
        max(12px, env(safe-area-inset-right, 12px))
        max(12px, env(safe-area-inset-bottom, 12px))
        max(12px, env(safe-area-inset-left, 12px));
    box-sizing: border-box;
}

.grid-lightbox[hidden] {
    display: none !important;
}

.grid-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 10, 18, 0.82);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.grid-lightbox-close {
    position: absolute;
    top: max(12px, env(safe-area-inset-top, 12px));
    right: max(12px, env(safe-area-inset-right, 12px));
    z-index: 1002;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    background: rgba(185, 28, 28, 0.9);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    transition: background 0.2s ease, transform 0.2s ease;
}

.grid-lightbox-close:hover {
    background: #991b1b;
    transform: scale(1.05);
}

.grid-lightbox-close:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}

.grid-lightbox-stage {
    position: relative;
    z-index: 1001;
    max-width: min(96vw, 1200px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.grid-lightbox-img-wrap {
    position: relative;
    display: inline-block;
    line-height: 0;
    border-radius: 12px;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.12);
}

.grid-lightbox-img {
    display: block;
    max-width: min(92vw, 100%);
    max-height: min(78vh, 78dvh, 900px);
    width: auto;
    height: auto;
    border-radius: 12px;
    user-select: none;
    -webkit-user-drag: none;
}

.grid-lightbox-lens {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.95);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.2) inset,
        0 8px 32px rgba(0, 0, 0, 0.45),
        0 0 0 4px rgba(255, 182, 193, 0.35);
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.12s ease;
    z-index: 2;
}

.grid-lightbox-hint {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 245, 248, 0.9);
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* Mobile & touch: bigger zoom glass + crisp edge (easier to see detail) */
@media (max-width: 768px), (pointer: coarse) {
    .grid-lightbox-lens {
        width: min(75vw, 260px);
        height: min(75vw, 260px);
        border-width: 4px;
        border-color: #fff;
        box-shadow:
            0 0 0 2px rgba(0, 0, 0, 0.25) inset,
            0 0 0 1px rgba(0, 0, 0, 0.2),
            0 12px 48px rgba(0, 0, 0, 0.55),
            0 0 0 6px rgba(255, 255, 255, 0.25);
        image-rendering: auto;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

@media (hover: none) and (pointer: coarse) {
    .grid-lightbox-hint {
        font-size: 13px;
        max-width: 90vw;
        line-height: 1.35;
    }
}

@media (prefers-reduced-motion: reduce) {
    .grid-lightbox-lens {
        display: none !important;
    }

    .grid-lightbox-hint {
        display: none;
    }
}

/* Main Content Styles */
main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0 40px;
    background: linear-gradient(135deg, #ffeef5 0%, #ffe0f0 100%);
    position: relative;
}

main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 182, 193, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 192, 203, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.video-section {
    width: 100%;
}

.video-section-heading {
    font-size: 1.35rem;
    font-weight: 700;
    color: #4a148c;
    text-align: center;
    margin: 0 0 24px;
    letter-spacing: 0.02em;
}

.video-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #000;
    transform: translateY(-5px) rotateX(2deg);
    box-shadow: 
        0 20px 60px rgba(255, 105, 180, 0.4),
        0 10px 30px rgba(255, 182, 193, 0.3),
        0 5px 15px rgba(255, 192, 203, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    .video-wrapper:hover {
        transform: translateY(-8px) rotateX(0deg);
        box-shadow: 
            0 25px 70px rgba(255, 105, 180, 0.5),
            0 15px 40px rgba(255, 182, 193, 0.4),
            0 8px 20px rgba(255, 192, 203, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.15);
    }
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Footer Styles */
footer {
    margin-top: auto;
}

.footer-top {
    background: linear-gradient(135deg, #ffeef5 0%, #ffe0f0 100%);
    padding: 30px 0;
    position: relative;
}

.footer-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.footer-content p {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 12px 0;
    line-height: 1.6;
}

.footer-whatsapp {
    font-size: 20px;
    font-weight: bold;
}

.footer-whatsapp a {
    color: #dc2626;
    text-decoration: none;
    transition: color 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.footer-whatsapp a:hover {
    color: #b91c1c;
    text-decoration: underline;
}

.footer-signature {
    color: #dc2626;
    font-weight: bold;
    font-size: 20px;
}

.footer-tagline {
    color: #555;
}

.footer-slogan {
    color: #dc2626;
    font-weight: bold;
    font-size: 19px;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    color: white;
    text-align: center;
    padding: 20px 0;
    padding-bottom: max(20px, env(safe-area-inset-bottom, 20px));
}

.footer-bottom p {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
}

/* Narrow screens — allow shipping lines to wrap */
@media (max-width: 640px) {
    .info-item {
        white-space: normal;
        text-align: center;
        line-height: 1.4;
        max-width: 100%;
    }

    .info-item-with-icon {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 4px;
    }
}

/* Small phones — Fashion Lover title fits without overflow */
@media (max-width: 520px) {
    .fashion-lover-line {
        letter-spacing: 0.22em;
        text-indent: 0.22em;
    }
}

@media (max-width: 380px) {
    .fashion-lover-line {
        letter-spacing: 0.14em;
        text-indent: 0.14em;
    }
}

/* Responsive Design
   Desktop: 1025px+  |  Tablet: 768px–1024px  |  Mobile: ≤767px  |  Small: ≤480px */

/* Desktop (1025px+) — max width guardrails */
@media (min-width: 1025px) {
    .header-panel {
        max-width: min(calc(1200px + 40px), calc(100vw - 32px));
    }

    .banner-gallery .container,
    main .container {
        max-width: 1200px;
    }

    .banner-grid {
        grid-template-columns: repeat(auto-fill, minmax(min(100%, 180px), 1fr));
        gap: 18px;
    }
}

/* Tablet (768px – 1024px): balanced grid + video spacing */
@media (min-width: 768px) and (max-width: 1024px) {
    .banner-grid {
        grid-template-columns: repeat(auto-fill, minmax(min(100%, 150px), 1fr));
        gap: 15px;
    }

    .banner-gallery {
        padding: 28px 0 10px;
    }

    .video-container {
        gap: clamp(18px, 3vw, 28px);
    }

    .video-section-heading {
        font-size: clamp(1.15rem, 2.2vw, 1.35rem);
    }
}

/* Laptop / small desktop (769px - 1024px) */
@media (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding: 0 clamp(16px, 4vw, 32px);
    }

    .site-header .header-bar {
        gap: 12px;
    }

    .video-container {
        max-width: 1000px;
        gap: 25px;
    }

    .logo-3d img {
        max-height: 75px;
        max-width: 300px;
    }

    .contact {
        font-size: 22px;
    }

    .facebook-page-link,
    .youtube-page-link {
        font-size: 14px;
        padding: 7px 12px;
    }

    .whatsapp-icon {
        width: 28px;
        height: 28px;
    }

    .header-middle {
        min-width: 180px;
    }

    .info-item {
        font-size: 13px;
    }

    .banner-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 14px;
    }

    main {
        padding: 35px 0;
    }

    .footer-top {
        padding: 28px 0;
    }

    .footer-content p {
        font-size: 17px;
        margin: 11px 0;
    }

    .footer-whatsapp {
        font-size: 19px;
    }

    .footer-signature {
        font-size: 19px;
    }

    .footer-slogan {
        font-size: 18px;
    }
}

/* Medium Tablet (769px - 900px) */
@media (max-width: 900px) {
    .video-container {
        gap: 20px;
    }

    .banner-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

/* Tablet (481px - 768px) */
@media (max-width: 768px) {
    html {
        font-size: 15px;
    }

    .container {
        padding: 0 clamp(14px, 4vw, 22px);
    }

    .site-header {
        padding: calc(8px + env(safe-area-inset-top, 0px)) clamp(6px, 2vw, 10px) 0;
    }

    .header-panel {
        padding: 14px 16px 12px;
        border-radius: 18px;
        transform: none;
    }

    .site-header .header-bar {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .logo-3d img {
        max-height: 70px;
        max-width: 280px;
    }

    .header-middle {
        width: 100%;
        min-width: auto;
        order: 3;
    }

    .shipping-info {
        flex-direction: row;
        justify-content: center;
        gap: 15px;
        padding: 6px 15px;
        flex-wrap: wrap;
    }

    .info-item {
        font-size: 12px;
    }

    .contact-stack {
        align-items: center;
        width: 100%;
        order: 2;
    }

    .contact {
        flex-direction: row;
        justify-content: center;
        gap: 8px;
        font-size: 20px;
    }

    .whatsapp-icon {
        width: 28px;
        height: 28px;
    }

    .facebook-page-link,
    .youtube-page-link {
        font-size: 14px;
    }

    .banner-gallery {
        padding: 24px 0 6px;
    }

    .banner-grid {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 12px;
    }

    .video-section-heading {
        font-size: 1.2rem;
        margin-bottom: 18px;
    }

    main {
        padding: 25px 0;
    }

    .video-container {
        max-width: 100%;
    }

    .video-wrapper {
        border-radius: 12px;
        transform: translateY(-3px) rotateX(1deg);
    }

    @media (hover: hover) and (pointer: fine) {
        .video-wrapper:hover {
            transform: translateY(-5px) rotateX(0deg);
        }
    }

    .video-container {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 100%;
    }

    .footer-top {
        padding: 25px 0;
    }

    .footer-content p {
        font-size: 16px;
        margin: 10px 0;
    }

    .footer-whatsapp {
        font-size: 18px;
    }

    .footer-signature {
        font-size: 18px;
    }

    .footer-slogan {
        font-size: 17px;
    }

    .footer-bottom {
        padding: 18px 0;
    }

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

/* Mobile (up to 480px) */
@media (max-width: 480px) {
    html {
        font-size: 14px;
    }

    .container {
        padding: 0 clamp(12px, 4vw, 18px);
    }

    .site-header {
        padding: calc(6px + env(safe-area-inset-top, 0px)) 6px 0;
    }

    .header-panel {
        padding: 12px 14px 10px;
        border-radius: 16px;
    }

    .site-header .header-bar {
        gap: 10px;
    }

    .logo-3d img {
        max-height: 60px;
        max-width: 240px;
    }

    .header-middle {
        width: 100%;
        order: 3;
    }

    .shipping-info {
        flex-direction: column;
        gap: 5px;
        padding: 6px 12px;
    }

    .info-item {
        font-size: 11px;
    }

    .contact-stack {
        order: 2;
        align-items: center;
        width: 100%;
    }

    .contact {
        flex-direction: column;
        gap: 6px;
        font-size: 16px;
    }

    .contact-label {
        font-size: 14px;
    }

    .whatsapp-icon {
        width: 24px;
        height: 24px;
    }

    .facebook-page-link,
    .youtube-page-link {
        font-size: 13px;
        padding: 7px 12px;
    }

    .facebook-icon,
    .youtube-icon {
        width: 20px;
        height: 20px;
    }

    .banner-gallery {
        padding: 20px 0 4px;
    }

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

    .grid-lightbox-close {
        width: 48px;
        height: 48px;
        font-size: 26px;
    }

    .video-section-heading {
        font-size: 1.05rem;
        margin-bottom: 14px;
    }

    main {
        padding: 20px 0;
    }

    .video-wrapper {
        border-radius: 10px;
        transform: none;
        box-shadow: 
            0 15px 40px rgba(255, 105, 180, 0.3),
            0 8px 20px rgba(255, 182, 193, 0.2),
            0 3px 10px rgba(255, 192, 203, 0.2);
    }

    @media (hover: hover) and (pointer: fine) {
        .video-wrapper:hover {
            transform: translateY(-3px);
            box-shadow: 
                0 18px 45px rgba(255, 105, 180, 0.35),
                0 10px 25px rgba(255, 182, 193, 0.25),
                0 4px 12px rgba(255, 192, 203, 0.2);
        }
    }

    .video-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .footer-top {
        padding: 20px 0;
    }

    .footer-content p {
        font-size: 15px;
        margin: 10px 0;
        line-height: 1.5;
    }

    .footer-whatsapp {
        font-size: 17px;
    }

    .footer-whatsapp a {
        font-size: 15px;
        display: inline-block;
        padding: 2px 0;
    }

    .footer-signature {
        font-size: 16px;
    }

    .footer-slogan {
        font-size: 16px;
    }

    footer {
        padding: 15px 0;
    }

    footer p {
        font-size: 12px;
    }
}

/* Extra Small Mobile (up to 360px) */
@media (max-width: 360px) {
    html {
        font-size: 13px;
    }

    .container {
        padding: 0 clamp(10px, 3vw, 14px);
    }

    .logo-3d img {
        max-height: 50px;
        max-width: min(200px, 85vw);
    }

    .info-item {
        font-size: 10px;
    }

    .shipping-info {
        padding: 5px 10px;
        gap: 4px;
    }

    .contact {
        font-size: 14px;
    }

    .contact-label {
        font-size: 12px;
    }

    .whatsapp-icon {
        width: 20px;
        height: 20px;
    }

    .facebook-page-link,
    .youtube-page-link {
        font-size: 12px;
        padding: 6px 10px;
        gap: 6px;
    }

    .facebook-icon,
    .youtube-icon {
        width: 18px;
        height: 18px;
    }

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

    .banner-grid-item {
        border-radius: 10px;
    }

    .footer-content p {
        font-size: 14px;
    }

    .footer-whatsapp {
        font-size: 15px;
    }

    .footer-signature {
        font-size: 14px;
    }

    .footer-slogan {
        font-size: 14px;
    }

    .video-wrapper {
        border-radius: 8px;
    }
}

/* Landscape Orientation on Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .site-header {
        padding: 10px 10px 0;
    }

    .header-panel {
        padding: 10px 14px;
    }

    .logo-3d img {
        max-height: 50px;
    }

    .header-middle {
        order: 2;
    }

    .shipping-info {
        flex-direction: row;
        gap: 12px;
        padding: 4px 12px;
    }

    .info-item {
        font-size: 11px;
    }

    .contact-stack {
        order: 3;
    }

    .contact {
        font-size: 18px;
    }

    main {
        padding: 15px 0;
    }

    .footer-top {
        padding: 15px 0;
    }
}

/* Prevent text size adjustment on iOS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input,
    select,
    textarea {
        font-size: 16px !important;
    }
}
