/* ===========================
   RESET
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
    background:#050505;
    color:white;
    overflow-x:hidden;
}

/* ===========================
   HEADER
=========================== */

.header {
    position: relative;
    width: 100%;
    height: 0;
    z-index: 1000;
    background: transparent;
    pointer-events: none;
}

.header .nav {
    pointer-events: auto;
}

.logo{

    font-size:24px;

    font-weight:500;

    letter-spacing:1px;

    white-space:nowrap;

    flex-shrink:0;

}

.logo strong{

    font-weight:1000;
    Color: white;

}
.logo {

    font-weight:400;
    Color: white;

}

.nav {
    position: fixed;
    top: 30px;
    left: 35px;
    right: 35px;

    width: auto;

    padding: 20px 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    z-index: 1000;

    background: rgba(8, 8, 8, 0.88);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;

    transition:
        padding 0.45s ease,
        border-radius 0.45s ease,
        box-shadow 0.45s ease,
        background 0.45s ease;
}

.nav ul{
    display:flex;
    align-items:center;
    justify-content:center;

    gap:32px;

    margin:0;
    padding:0;

    list-style:none;
}

.nav ul li{

    list-style:none;

}


.nav a{

    text-decoration:none;

    color:white;

    font-size:11px;

    font-weight:500;

    text-transform:uppercase;

    letter-spacing:2px;

    white-space:nowrap;

    transition:color .3s ease;
}

.nav a:hover{
    color:#d4af37;
}

.mobile-menu-toggle { display: none; }


.right-menu{

    display:flex;

    gap:30px;

}
.header-actions{

    display:flex;

    gap:30px;

}

.header-actions a{

    color:white;

    text-decoration:none;
    font-size:14px;

}

/* ===========================
   HERO
=========================== */

    /* ===========================
   HERO
=========================== */

@import url("mobile-fixes.css");

/* =========================
   HERO SECTION
========================= */

.hero {
    position: relative;
    width: 100%;
    min-height: 120vh;
    background: #080808;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}



.hero-center img {
    width: 100%;
    height: 100%;
    max-height: 90vh;
    object-fit: contain;
    object-position: center bottom;
    display: block;
}


/* =========================
   LEFT SIDE
========================= */

.hero-left {
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 30%;
}

.hero-left h1 {
    margin: 0;
    font-size: clamp(4rem, 6vw, 7rem);
    line-height: 0.88;
    font-weight: 900;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.hero-left h1 .white {
    color: #ffffff;
}

.hero-left h1 .gold {
    color: #d4af37;
}


/* =========================
   SMALL LETTERING UNDER
   WEAR THE FUTURE
========================= */

.hero-left .hero-subtext {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 2px solid #d4af37;
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.hero-left .hero-description {
    margin-top: 16px;
    max-width: 390px;
    color: #bdbdbd;
    font-size: 1rem;
    line-height: 1.7;
}


/* =========================
   RIGHT SIDE
========================= */

.hero-right {
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 24%;
    max-width: 360px;
}

.hero-right p {
    margin: 0;
    color: #eeeeee;
    font-size: 1.05rem;
    line-height: 1.7;
}

.hero-right .hero-divider {
    width: 55px;
    height: 2px;
    background: #d4af37;
    margin: 25px 0;
}

.hero-right .hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 16px 28px;
    border: 1px solid #d4af37;
    background: transparent;
    color: #d4af37;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.75rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.hero-right .hero-button:hover {
    background: #d4af37;
    color: #080808;
}


/* =========================
   NAVBAR SAFETY
========================= */

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 24px 60px;
    position: relative;
    z-index: 20;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

    .hero {
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .hero-center {
        width: 48%;
        top: 55%;
    }

    .hero-left {
        left: 5%;
        width: 31%;
    }

    .hero-left h1 {
        font-size: clamp(3.5rem, 6vw, 5.5rem);
    }

    .hero-right {
        right: 5%;
        width: 25%;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .hero {
        min-height: 100svh;
        padding: 100px 25px 40px;
        display: block;
    }

    .hero-center {
        position: absolute;
        width: 85%;
        height: 70%;
        top: 48%;
        left: 50%;
    }

    .hero-center img {
        max-height: 75vh;
    }

    .hero-left {
        position: absolute;
        left: 25px;
        top: 68%;
        transform: none;
        width: 45%;
    }

    .hero-left h1 {
        font-size: clamp(2.5rem, 11vw, 4.5rem);
        letter-spacing: -1px;
    }

    .hero-left .hero-subtext,
    .hero-left .hero-description {
        display: none;
    }

    .hero-right {
        position: absolute;
        right: 25px;
        top: 68%;
        transform: none;
        width: 38%;
    }

    .hero-right p {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .hero-right .hero-divider {
        margin: 15px 0;
    }

    .hero-right .hero-button {
        margin-top: 15px;
        padding: 12px 15px;
        font-size: 0.65rem;
        letter-spacing: 2px;
    }
}

.mannequin{

    width:320px;

    height:700px;

    border-radius:180px;

    background:linear-gradient(#2c2c2c,#111);

    position:relative;

    z-index:2;

}






/* =========================================
   Funmibi Couture — GOLD HERO DETAILS
   ========================================= */

/* GOLD LINE BETWEEN PARAGRAPH AND BUTTON */
.hero-right p:nth-of-type(1)::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: #d4af37;
    margin-top: 28px;
    margin-bottom: 28px;
}


/* EXPLORE COLLECTION BUTTON */
.hero-button {
    display: inline-block;
    padding: 16px 34px;

    border: 1px solid #d4af37;
    color: #d4af37;

    background: transparent;

    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;

    transition: all 0.35s ease;
}


/* BUTTON HOVER */
.hero-button:hover {
    background: #d4af37;
    color: #050505;
}





/* ===========================
   RIGHT CONTENT
=========================== */

.hero-right{

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:flex-start;

    gap:0;

    padding-left:40px;

    z-index:5;

    max-width:360px;

}


/* TOP PARAGRAPH */

.hero-right p:first-of-type{

    font-size:17px;

    line-height:1.6;

    color:#d5d5d5;

    margin:0;

    max-width:320px;

}


/* GOLD DIVIDER */

.hero-right .hero-divider{

    width:38px;

    height:2px;

    background:#d4af37;

    margin:14px 0 14px;

}


/* SECOND PARAGRAPH */

.hero-right p:last-of-type{

    font-size:17px;

    line-height:1.6;

    color:#d5d5d5;

    margin: 0;

    margin-bottom: 5px;

    max-width:320px;

}


/* EXPLORE COLLECTION BUTTON */

.hero-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:14px 28px;

    border:1px solid #d4af37;

    background:transparent;

    color:#d4af37;

    text-decoration:none;

    text-transform:uppercase;

    letter-spacing:2.5px;

    font-size:11px;

    font-weight:600;

    line-height:1;

    white-space:nowrap;

    transition:all .35s ease;

}


.hero-button:hover{

    background:#d4af37;

    color:#050505;

}


/* ================================
   FLOATING NAVBAR
   ================================ */




/* LEFT + RIGHT SPACING */

.nav .logo {
    margin-left: 10px;
}

.nav .right-menu {
    margin-right: 10px;
}


/* NAVIGATION LINKS */

.nav ul {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 32px;

    margin: 0;
    padding: 0;
}


/* NAVIGATION TEXT */

.nav a {
    font-size: 12px;
    letter-spacing: 1.5px;
    white-space: nowrap;
}


/* ================================
   MOBILE
   ================================ */

@media (max-width: 768px) {

    .nav {
        top: 12px;
        left: 15px;
        right: 15px;

        padding: 12px 16px;
    }

    .nav ul {
        gap: 15px;
    }

    .nav a {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .nav .logo {
        margin-left: 4px;
    }

    .nav .right-menu {
        margin-right: 4px;
    }
}




 


/* =========================================
   NAVBAR WHEN USER SCROLLS
   ========================================= */

.nav.scrolled {
    top: 30px;
    left: 35px;
    right: 35px;

    padding: 10px 25px;

    border-radius: 6px;

    background: rgba(8, 8, 8, 0.94);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.60),
        0 4px 12px rgba(0, 0, 0, 0.40);
}


/* =========================================
   LOGO ANIMATION
   ========================================= */

.nav .logo {
    transition:
        transform 0.45s ease,
        font-size 0.45s ease;
}


/* Slightly smaller logo after scrolling */

.nav.scrolled .logo {
    transform: scale(0.90);
}


/* =========================================
   NAVIGATION LINKS
   ========================================= */

.nav ul {
    transition:
        gap 0.45s ease,
        transform 0.45s ease;
}


/* Tighten navigation when scrolling */

.nav.scrolled ul {
    gap: 25px;
}


/* =========================================
   NAVIGATION TEXT
   ========================================= */

.nav a {
    transition:
        font-size 0.45s ease,
        letter-spacing 0.45s ease;
}

.nav.scrolled a {
    font-size: 11px;
    letter-spacing: 1.2px;
}


/* =========================================
   RIGHT MENU
   ========================================= */

.nav .right-menu {
    transition:
        transform 0.45s ease;
}

.nav.scrolled .right-menu {
    transform: scale(0.92);
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 768px) {

    .nav {
        top: 12px;
        left: 15px;
        right: 15px;

        padding: 13px 18px;
    }

    .nav.scrolled {
        top: 8px;
        left: 12px;
        right: 12px;

        padding: 9px 14px;
    }

    .nav ul {
        gap: 15px;
    }

    .nav.scrolled ul {
        gap: 12px;
    }

    .nav a {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .nav.scrolled a {
        font-size: 9px;
        letter-spacing: 0.8px;
    }
}









/* =========================================
   MANNEQUIN — LARGE CINEMATIC SIZE
   ========================================= */

.mannequin-stage {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    height: calc(100vh - 90px);
}


/* Keep the mannequin LARGE */
.mannequin-stage img,
.mannequin-stage video,
.mannequin-stage canvas,
#mannequinCanvas {
    width: auto;
    height: 115%;
    max-width: none;
    object-fit: contain;

    position: absolute;
    left: 50%;
    bottom: 0;

    transform: translateX(-50%);
    transform-origin: center bottom;
}


/* =========================================
   KEEP MANNEQUIN BELOW NAVBAR
   ========================================= */



.mannequin-stage {
    z-index: 1;
}


/* =========================================
   DESKTOP — MAKE IT BOLDER
   ========================================= */

@media (min-width: 769px) {

    .mannequin-stage img,
    .mannequin-stage video,
    .mannequin-stage canvas,
    #mannequinCanvas {
        height: 118%;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 768px) {

    .mannequin-stage {
        height: calc(100vh - 75px);
    }

    .mannequin-stage img,
    .mannequin-stage video,
    .mannequin-stage canvas,
    #mannequinCanvas {
        height: 105%;
    }

}






/* =========================================
   Funmibi Couture — FINAL HERO / NAVBAR FIX
   ========================================= */

/* Remove the full-width glass header */
.header {
    position: relative;
    width: 100%;
    height: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
}

.header .nav {
    pointer-events: auto;
}


/* =========================================
   FLOATING NAVBAR
   ========================================= */

.nav {
    position: fixed;

    top: 35px;
    left: 35px;
    right: 35px;

    width: auto;

    z-index: 1000;

    background: rgba(8, 8, 8, 0.88);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 8px;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.55),
        0 6px 15px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}


/* =========================================
   KEEP TEXT ABOVE MANNEQUIN
   ========================================= */

.hero-left,
.hero-right {
    z-index: 3;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 768px) {

    .nav {
        top: 12px;
        left: 15px;
        right: 15px;
    }

  
}

















/* =========================================
   CINEMATIC HERO TEXT SCROLL EFFECT
   ========================================= */

.hero-left,
.hero-right {
    opacity: 1;

    transition:
        opacity 0.15s linear,
        transform 0.15s linear;
    will-change: opacity, transform;
}














/* =========================================
   Funmibi Couture — MANNEQUIN STAYS UNDER NAVBAR
   ========================================= */

@media (min-width: 769px) {

   /* =========================================
   MANNEQUIN — SIT DIRECTLY UNDER NAVBAR
========================================= */

.hero-center {
    position: absolute;

    top: 70px; /* navbar height */
    left: 60%;

    width: 50%;
    height: calc(100vh - 70px);

    transform: translateX(-50%);

    display: flex;
    align-items: flex-end;
    justify-content: center;

    z-index: 2;
}


/* MANNEQUIN VIDEO */

.hero-center video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
}
}












/* =========================================
   Funmibi Couture — CINEMATIC SCROLL TRACK
========================================= */

.hero-scroll {
    position: relative;
    height: 210vh;
    width: 100%;
}


/* =========================================
   STICKY HERO VIEWPORT
========================================= */

.hero-scroll .hero {
    position: sticky;

    top: 0;

    width: 100%;
    height: 100vh;

    min-height: 100vh;

    overflow: hidden;

    background: #080808;

    display: block;
}


/* =========================================
   CINEMATIC TEXT CONTAINER
========================================= */

.hero-copy {
    position: absolute;

    left: 7%;

    top: 50%;

    width: 30%;

    z-index: 5;

    transform: translateY(-50%);

    will-change: transform, opacity;

    pointer-events: none;
}


/* =========================================
   TEXT HEADING
========================================= */

.hero-copy h1 {

    margin: 0;

    font-size: clamp(4rem, 6vw, 7rem);

    line-height: 0.88;

    font-weight: 900;

    letter-spacing: -3px;

    text-transform: uppercase;
}


.hero-copy h1 .white {
    color: #ffffff;
}


.hero-copy h1 .gold {
    color: #d4af37;
}


/* =========================================
   SUBTEXT
========================================= */

.hero-copy .hero-subtext {

    margin-top: 28px;

    padding-top: 18px;

    border-top: 2px solid #d4af37;

    color: #d4af37;

    font-size: 0.85rem;

    font-weight: 600;

    letter-spacing: 6px;

    text-transform: uppercase;
}


/* =========================================
   DESCRIPTION
========================================= */

.hero-copy .hero-description {

    margin-top: 16px;

    max-width: 390px;

    color: #bdbdbd;

    font-size: 1rem;

    line-height: 1.7;
}



/* =========================================
   INITIAL STATES
========================================= */

.hero-copy-1 {
    opacity: 1;
}

.hero-copy-2 {
    opacity: 0;
}

.hero-copy-3 {
    opacity: 0;
}


/* =========================================
   MANNEQUIN
========================================= */

.hero-scroll .hero-center {

    position: absolute;

    top: 105px;
    bottom: 0;

    left: 50%;

    width: 40%;

    height: calc(100vh - 105px);

    margin: 0;

    padding: 0;

    transform: translateX(-50%);

    display: flex;

    align-items: flex-start;

    justify-content: center;

    overflow: hidden;

    z-index: 2;

    pointer-events: none;
}


/* =========================================
   MANNEQUIN VIDEO
========================================= */

.hero-scroll .hero-center video {

    width: 100%;

    padding-top: 20px;

    height: 100%;

    max-width: none;

    object-fit: cover;

    object-position: center top;

    transform: scale(1.35);

    transform-origin: center top;

    display: block;
}


/* =========================================
   RIGHT SIDE
========================================= */

.hero-scroll .hero-right {

    position: absolute;

    right: 7%;

    top: 50%;

    transform: translateY(-50%);

    width: 24%;

    max-width: 360px;

    z-index: 5;

    opacity: 1;

    pointer-events: auto;
}


/* =========================================
   DESKTOP
========================================= */

@media (min-width: 769px) {

    .hero-copy {
        left: 7%;
        width: 30%;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .hero-scroll {
        height: 300vh;
    }


    .hero-scroll .hero {
        height: 100svh;
        min-height: 100svh;
    }


    .hero-copy {

        left: 25px;

        top: 68%;

        width: 45%;

        transform: translateY(-50%);
    }


    .hero-copy h1 {

        font-size: clamp(2.5rem, 11vw, 4.5rem);

        letter-spacing: -1px;
    }


    .hero-copy .hero-subtext,
    .hero-copy .hero-description {

        display: none;
    }


    .hero-scroll .hero-center {

        top: 75px;

        left: 50%;

        width: 85%;

        height: calc(100svh - 75px);

        transform: translateX(-50%);
    }



    .hero-scroll .hero-right {

        right: 25px;

        top: 68%;

        width: 38%;

        transform: translateY(-50%);
    }

}



/* =========================================
   FINAL MANNEQUIN — FULL BODY + NAVBAR ALIGNMENT
========================================= */

@media (min-width: 769px) {

    .hero-scroll .hero {
        overflow: visible;
    }

    .hero-scroll .hero-center {
        overflow: visible;

        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .hero-scroll .hero-center video {
        width: auto;
        height: 100%;

        max-width: none;

        object-fit: contain;
        object-position: center bottom;

        transform: translate(0px) scale(1.09);
        transform-origin: center bottom;

        display: block;
    }

}
















/* =========================================
   Funmibi Couture — PREMIUM SHOP PAGE
========================================= */

.shop-page {

    background: #f7f6f2;

    color: #111111;

    overflow-x: hidden;
}


/* =========================================
   SHOP NAVBAR
========================================= */

.shop-header {

    width: 100%;

    position: relative;

    z-index: 100;
}


.shop-nav {

    width: 100%;

    padding: 28px 5vw;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom: 1px solid rgba(0, 0, 0, 0.10);

    background: #f7f6f2;
}


.shop-logo {

    color: #111111;

    text-decoration: none;

    font-size: 22px;

    font-weight: 500;

    letter-spacing: 1px;

    white-space: nowrap;
}


.shop-logo strong {

    font-weight: 900;
}


.shop-nav-links {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 34px;
}


.shop-nav-links a,
.shop-actions a {

    color: #111111;

    text-decoration: none;

    font-size: 11px;

    font-weight: 500;

    letter-spacing: 1.8px;

    text-transform: uppercase;

    transition: color 0.3s ease;
}


.shop-nav-links a:hover,
.shop-actions a:hover {

    color: #b08d24;
}


.shop-nav-links .active {

    color: #b08d24;

}


.shop-actions {

    display: flex;

    align-items: center;

    gap: 28px;
}


.bag-count {

    color: #b08d24;

    margin-left: 3px;
}


/* =========================================
   SHOP INTRO
========================================= */

.shop-main {

    width: 100%;

    padding: 0 5vw;
}


.shop-intro {

    padding-top: 110px;

    padding-bottom: 70px;

    max-width: 650px;
}


.shop-label {

    margin-bottom: 18px;

    color: #b08d24;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 4px;

    text-transform: uppercase;
}


.shop-intro h1 {

    margin: 0;

    font-size: clamp(4rem, 8vw, 8rem);

    line-height: 0.85;

    font-weight: 800;

    letter-spacing: -5px;
}


.shop-description {

    max-width: 450px;

    margin-top: 30px;

    color: #666666;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================
   CATEGORIES
========================================= */

.shop-categories {

    display: flex;

    align-items: center;

    gap: 12px;

    padding-bottom: 35px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.10);

    overflow-x: auto;
}


.category {

    border: 1px solid rgba(0, 0, 0, 0.18);

    background: transparent;

    color: #111111;

    padding: 11px 18px;

    font-family: inherit;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.8px;

    cursor: pointer;

    white-space: nowrap;

    transition: all 0.3s ease;
}


.category:hover,
.category.active {

    background: #111111;

    border-color: #111111;

    color: #ffffff;
}

.bag-notice {
    position: fixed;
    z-index: 3000;
    right: 24px;
    bottom: 24px;
    max-width: min(360px, calc(100vw - 40px));
    padding: 15px 18px;
    background: #20242c;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .22s ease, transform .22s ease;
    font: 9px Arial, Helvetica, sans-serif;
    letter-spacing: 1.2px;
}
.bag-notice.visible { opacity: 1; transform: translateY(0); }

.shop-refine {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 12px;
    align-items: end;
    padding: 28px 0 0;
}

.refine-field { display: grid; gap: 9px; }
.refine-field label { color: #777; font-size: 8px; font-weight: 600; letter-spacing: 1.6px; }
.refine-field select {
    width: 100%;
    height: 43px;
    padding: 0 12px;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 0;
    background: transparent;
    color: #111;
    font: 600 9px Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}
.clear-filters {
    height: 43px;
    padding: 0 15px;
    border: 0;
    background: transparent;
    color: #555;
    cursor: pointer;
    font: 600 8px Arial, Helvetica, sans-serif;
    letter-spacing: 1.4px;
    text-decoration: underline;
    text-underline-offset: 4px;
    white-space: nowrap;
}
.filter-summary { padding-top: 20px; color: #777; font-size: 9px; font-weight: 600; letter-spacing: 1.8px; }


/* =========================================
   PRODUCT GRID
========================================= */

.product-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 70px 25px;

    padding-top: 50px;

    padding-bottom: 120px;
}


/* =========================================
   PRODUCT CARD
========================================= */

.product-card {

    min-width: 0;
}


.product-image {

    position: relative;

    width: 100%;

    aspect-ratio: 4 / 5;

    background: #ffffff;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;
}


.product-number {

    position: absolute;

    top: 18px;

    left: 18px;

    z-index: 2;

    font-size: 10px;

    letter-spacing: 2px;

    color: #777777;
}


.product-placeholder {

    color: #c5c5c5;

    font-size: 10px;

    letter-spacing: 3px;

    transition: transform 0.6s ease;
}


/* =========================================
   QUICK ADD
========================================= */

.quick-add {

    position: absolute;

    left: 50%;

    bottom: 22px;

    transform: translate(-50%, 20px);

    opacity: 0;

    padding: 13px 23px;

    border: 1px solid #111111;

    background: #111111;

    color: #ffffff;

    font-family: inherit;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 2px;

    cursor: pointer;

    transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        background 0.3s ease;
}


.product-image:hover .quick-add {

    opacity: 1;

    transform: translate(-50%, 0);
}


.quick-add:hover {

    background: #b08d24;

    border-color: #b08d24;
}


.product-image:hover .product-placeholder {

    transform: scale(1.05);
}


/* =========================================
   PRODUCT INFORMATION
========================================= */

.product-info {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 20px;

    padding-top: 18px;
}


.product-info h2 {

    margin: 0;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 0.2px;
}


.product-info p {

    margin-top: 7px;

    color: #888888;

    font-size: 9px;

    letter-spacing: 2px;

    text-transform: uppercase;
}


.product-price {

    color: #111111;

    font-size: 13px;

    font-weight: 600;

    white-space: nowrap;
}


/* =========================================
   FOOTER
========================================= */

.shop-footer {

    padding: 35px 5vw;

    border-top: 1px solid rgba(0, 0, 0, 0.10);

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #555555;

    font-size: 10px;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* =========================================
   MOBILE SHOP
========================================= */

@media (max-width: 768px) {

    .shop-nav {

        padding: 20px 20px;

    }


    .shop-nav-links {

        display: none;

    }


    .shop-actions {

        gap: 15px;

    }


    .shop-actions a {

        font-size: 9px;

        letter-spacing: 1px;

    }


    .shop-main {

        padding: 0 20px;

    }


    .shop-intro {

        padding-top: 75px;

        padding-bottom: 45px;

    }


    .shop-intro h1 {

        font-size: clamp(4rem, 18vw, 6rem);

        letter-spacing: -3px;

    }


    .shop-description {

        font-size: 13px;

        max-width: 330px;

    }


    .shop-categories {

        padding-bottom: 25px;

    }


    .product-grid {

        grid-template-columns: 1fr;

        gap: 50px;

        padding-top: 35px;

        padding-bottom: 80px;

    }


    .product-info h2 {

        font-size: 13px;

    }


    .quick-add {

        opacity: 1;

        transform: translate(-50%, 0);

        bottom: 15px;

    }


    .shop-footer {

        padding: 28px 20px;

    }

}



























/* =========================================
   Funmibi Couture — PRODUCT CARD
========================================= */

.shop-products {
    width: 100%;
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
}

.product-card {
    width: 100%;
}

.product-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-number {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 11px;
    letter-spacing: 2px;
    color: #777;
    z-index: 2;
}

.product-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 11px;
    letter-spacing: 3px;
    color: #c7c7c2;
}

.product-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    padding: 22px 0 15px;
}

.product-info h3 {
    margin: 0;

    font-size: 16px;
    font-weight: 500;
    color: #20242c;
}

.product-info p {
    margin: 7px 0 0;

    font-size: 9px;
    letter-spacing: 2px;
    color: #999;
}

.product-price {
    font-size: 14px;
    color: #20242c;
}

.product-actions {
    display: flex;
    gap: 10px;
}

.product-actions button {
    height: 42px;
    padding: 0 22px;

    font-family: inherit;
    font-size: 10px;
    letter-spacing: 1.5px;

    cursor: pointer;
    transition: all 0.3s ease;
}

.more-info-btn {
    background: transparent;
    border: 1px solid #d8d7d1;
    color: #20242c;
}

.more-info-btn:hover {
    border-color: #20242c;
}

.add-bag-btn {
    background: #20242c;
    border: 1px solid #20242c;
    color: white;
}

.add-bag-btn:hover {
    background: #c9a900;
    border-color: #c9a900;
}


/* =========================================
   PRODUCT INFO MODAL
========================================= */

.product-modal {
    position: fixed;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    background: rgba(20, 20, 20, 0.45);
    backdrop-filter: blur(8px);

    opacity: 0;
    visibility: hidden;

    transition: all 0.35s ease;

    z-index: 9999;
}

.product-modal.active {
    opacity: 1;
    visibility: visible;
}

.product-modal-content {
    position: relative;

    width: min(520px, 100%);
    background: #f8f7f3;

    padding: 45px;

    transform: translateY(20px);

    transition: transform 0.35s ease;
}

.product-modal.active .product-modal-content {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 20px;

    width: 35px;
    height: 35px;

    border: none;
    background: transparent;

    font-size: 27px;
    font-weight: 300;

    color: #20242c;
    cursor: pointer;
}

.modal-header span {
    font-size: 9px;
    letter-spacing: 3px;
    color: #b49a00;
}

.modal-header h2 {
    margin: 10px 0 35px;

    font-size: 28px;
    font-weight: 500;
    color: #20242c;
}

.product-details {
    border-top: 1px solid #dddcd6;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    padding: 18px 0;

    border-bottom: 1px solid #dddcd6;
}

.detail-row span {
    font-size: 9px;
    letter-spacing: 2px;
    color: #888;
}

.detail-row strong {
    font-size: 12px;
    font-weight: 500;
    color: #20242c;
    text-align: right;
}

.modal-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 30px;
}

.modal-price {
    font-size: 18px;
    color: #20242c;
}

.modal-add-btn {
    padding: 14px 24px;

    border: none;
    background: #20242c;
    color: white;

    font-family: inherit;
    font-size: 10px;
    letter-spacing: 1.5px;

    cursor: pointer;
    transition: background 0.3s ease;
}

.modal-add-btn:hover {
    background: #c9a900;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

    .shop-products {
        margin: 50px auto;
        padding: 0 18px;
    }

    .product-image {
        height: 500px;
    }

    .product-info h3 {
        font-size: 14px;
    }

    .product-actions {
        flex-direction: column;
    }

    .product-actions button {
        width: 100%;
    }

    .product-modal {
        padding: 15px;
    }

    .product-modal-content {
        padding: 35px 25px;
    }

    .modal-header h2 {
        font-size: 23px;
    }

}





.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}









/* =========================================
   Funmibi Couture — UNIFORM PRODUCT CARDS
   ========================================= */

.shop-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

/* Every product occupies ONE column */
.shop-products .product-card {
    grid-column: auto !important;
    width: 100%;
}

.shop-footer-brand {
    flex: 0 0 auto;
    color: #20242c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    letter-spacing: 2.4px;
}

.shop-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    max-width: 920px;
}

.shop-footer a {
    display: inline-flex;
    min-height: 38px;
    margin: 0;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(32, 36, 44, 0.34);
    border-radius: 999px;
    background: #fdfdfb;
    color: #20242c;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

.shop-footer a:hover,
.shop-footer a:focus-visible {
    border-color: #20242c;
    background: #20242c;
    color: #ffffff;
    outline: none;
    transform: translateY(-2px);
}

.shop-footer .search-link {
    border-color: #20242c;
    background: #20242c;
    color: #ffffff;
}

.shop-footer .search-link svg {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.shop-footer .search-link:hover,
.shop-footer .search-link:focus-visible {
    background: #b08d24;
    border-color: #b08d24;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
    outline: 2px solid #20242c;
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* =========================================
   MOBILE CINEMATIC LANDING — DESKTOP PARITY
========================================= */
@media (max-width: 768px) {
    .header .nav {
        transition:
            top .68s cubic-bezier(.22, 1, .36, 1),
            padding .68s cubic-bezier(.22, 1, .36, 1),
            background-color .68s ease,
            box-shadow .68s ease;
    }

    .hero-scroll .hero {
        isolation: isolate;
        overflow: hidden;
    }

    .hero-scroll .hero::after {
        position: absolute;
        inset: 0;
        z-index: 3;
        background:
            linear-gradient(180deg, rgba(8, 8, 8, .08) 18%, rgba(8, 8, 8, .12) 38%, rgba(8, 8, 8, .82) 100%),
            linear-gradient(90deg, rgba(8, 8, 8, .62) 0%, rgba(8, 8, 8, .08) 72%);
        content: "";
        pointer-events: none;
    }

    .hero-scroll .hero-center {
        right: 0;
        left: 0;
        width: 100%;
        transform: none;
    }

    .hero-scroll .hero-center video {
        width: 100%;
        height: 100%;
        padding: 0;
        object-fit: cover;
        object-position: center top;
        filter: brightness(.82) contrast(1.05);
        transition: transform .65s cubic-bezier(.22, 1, .36, 1), filter .65s ease;
    }

    .hero-scroll .hero-center.after-scroll video {
        width: auto;
        height: 96%;
        max-width: none;
        object-fit: contain;
        object-position: center bottom;
        transform: translateY(47px) scale(1.13);
        transform-origin: center bottom;
        filter: brightness(.88) contrast(1.04);
        animation: mobile-mannequin-rise .72s cubic-bezier(.22, 1, .36, 1) both;
    }

    @keyframes mobile-mannequin-rise {
        from { transform: translateY(89px) scale(1.13); }
        to { transform: translateY(47px) scale(1.13); }
    }

    .hero-copy {
        top: 53%;
        left: 24px;
        width: calc(100% - 48px);
        max-width: 340px;
    }

    .hero-copy h1 {
        font-size: clamp(2.8rem, 13vw, 3.45rem);
        line-height: .86;
        letter-spacing: -1.5px;
        text-wrap: balance;
    }

    .hero-copy .hero-subtext {
        display: block;
        width: 190px;
        margin-top: 18px;
        padding-top: 12px;
        border-top-width: 1px;
        font-size: .65rem;
        letter-spacing: 4px;
    }

    .hero-copy .hero-description {
        display: block;
        max-width: 245px;
        margin-top: 11px;
        color: rgba(255, 255, 255, .74);
        font-size: .75rem;
        line-height: 1.55;
    }

    .hero-scroll .hero-right {
        top: auto;
        right: 24px;
        bottom: 52px;
        left: 24px;
        width: auto;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
        transform: none;
    }

    .hero-scroll .hero-right p {
        display: none;
    }

    .hero-scroll .hero-right .hero-button {
        display: inline-flex;
        width: 192px;
        max-width: 100%;
        min-height: 48px;
        margin-left: auto;
        padding: 0 20px;
        align-items: center;
        justify-content: center;
        background: rgba(8, 8, 8, .56);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        font-size: .64rem;
        letter-spacing: 2.5px;
        white-space: nowrap;
        transition:
            width .78s cubic-bezier(.22, 1, .36, 1),
            background-color .35s ease,
            color .35s ease;
    }

    .hero-scroll .hero-right.at-hero-end .hero-button {
        width: 100%;
    }
}

@media (max-width: 768px) and (max-height: 720px) {
    .hero-copy { top: 50.5%; }
    .hero-copy .hero-description { display: none; }
    .hero-scroll .hero-right { bottom: 38px; }
}

.shop-empty-message {
    width: 88%;
    max-width: 1400px;
    margin: 30px auto 90px;
    color: #777;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
}

/* Every image box has the exact same size */
.shop-products .product-image {
    width: 100%;
    height: 390px;
    overflow: hidden;
    position: relative;
    background: #f7f7f4;
}

/* Images fill the existing box */
.shop-products .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}













/* PRODUCT IMAGE */
.shop-products .product-image {
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
    background: #f7f7f4;
}

.shop-products .product-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    display: block;
}

@media (max-width: 700px) {
    .shop-products {
        box-sizing: border-box;
        width: 100%;
        max-width: 470px;
        grid-template-columns: minmax(0, 1fr);
        gap: 46px;
        margin: 42px auto 72px;
        padding-inline: 22px;
    }

    .shop-products .product-card {
        min-width: 0;
    }

    .shop-products .product-image {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 5;
    }

    .shop-products .product-image img {
        object-fit: cover;
    }

    .shop-refine {
        grid-template-columns: 1fr 1fr;
        gap: 16px 10px;
        padding-top: 23px;
    }
    .refine-field select { height: 42px; }
    .clear-filters { justify-self: start; padding-left: 0; }
    .filter-summary { padding-top: 18px; }
}

/* Funmibi Couture opening screen */
body.is-loading {
    overflow: hidden;
}

.site-loader {
    box-sizing: border-box;
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    padding: 28px;
    background: #fdfdfb;
    opacity: 1;
    visibility: visible;
    transition: opacity .75s cubic-bezier(.22, 1, .36, 1), visibility .75s;
}

.site-loader.is-finished {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.site-loader-inner {
    width: min(520px, 78vw);
    text-align: center;
    animation: loaderReveal .9s cubic-bezier(.22, 1, .36, 1) both;
}

.site-loader-logo {
    display: block;
    width: 100%;
    height: auto;
    filter: grayscale(1) brightness(0);
}

.site-loader-line {
    position: relative;
    display: block;
    width: min(180px, 46%);
    height: 1px;
    margin: 12px auto 0;
    overflow: hidden;
    background: #deded8;
}

.site-loader-line::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #111;
    transform: translateX(-100%);
    animation: loaderProgress 1.65s cubic-bezier(.65, 0, .35, 1) forwards;
}

@keyframes loaderReveal {
    from { opacity: 0; transform: translateY(12px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes loaderProgress {
    to { transform: translateX(0); }
}

@media (max-width: 700px) {
    .site-loader-inner { width: min(430px, 88vw); }
    .site-loader-line { margin-top: 4px; }
}

@media (prefers-reduced-motion: reduce) {
    .site-loader-inner,
    .site-loader-line::after { animation-duration: .01ms; }
    .site-loader { transition-duration: .15s; }
}
