/* ========================================================
   assets/css/shop.css — Luminellic Boutique Catalog Engine
   Clean Modernized Stylesheet with Universal Variable Cascades
   ======================================================== */

/* --------------------------------------------------------
   1. MAIN CATALOG CONTAINER
   -------------------------------------------------------- */
.shop-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 1.5rem 4% 6rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Poppins', -apple-system, sans-serif;
}

@media (max-width: 768px) {
    .shop-container {
        padding: 1rem 4% 5rem;
    }
}

/* --------------------------------------------------------
   2. DYNAMIC PINTEREST MOSAIC HERO BANNER
   -------------------------------------------------------- */
.shop-banner {
    width: 100%;
    min-height: 270px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 5% 3.2rem;
    box-sizing: border-box;
    background-color: var(--bg-main, #fffafc);
    border: none !important;
}

.banner-mosaic-backdrop {
    position: absolute;
    inset: -20px;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.mosaic-track {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    width: 112%;
    height: 130%;
    margin-left: -6%;
    margin-top: -3%;
    transform: rotate(-3.5deg) scale(1.05);
    opacity: 0.9;
}

.mosaic-photo-card {
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(220, 163, 208, 0.28);
    border: 2.5px solid rgba(255, 255, 255, 0.95);
    transition: transform 0.3s ease;
}

.mosaic-photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-0 { aspect-ratio: 1 / 1.25; transform: translateY(-12px) rotate(1.5deg); }
.card-1 { aspect-ratio: 1 / 1.1;  transform: translateY(18px) rotate(-2deg); }
.card-2 { aspect-ratio: 1 / 1.35; transform: translateY(-6px) rotate(2deg); }
.card-3 { aspect-ratio: 1 / 1.18; transform: translateY(22px) rotate(-1.5deg); }
.card-4 { aspect-ratio: 1 / 1.3;  transform: translateY(-16px) rotate(1.8deg); }
.card-5 { aspect-ratio: 1 / 1.12; transform: translateY(14px) rotate(-2.5deg); }
.card-6 { aspect-ratio: 1 / 1.28; transform: translateY(-8px) rotate(1deg); }
.card-7 { aspect-ratio: 1 / 1.15; transform: translateY(16px) rotate(-1deg); }

.single-cat-cover {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.9;
}

.fallback-fairy-grad {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #fdf5f7 0%, #f6e6ec 100%);
}

.mosaic-radial-halo {
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at center, 
        rgba(255, 250, 252, 0.94) 0%, 
        rgba(255, 250, 252, 0.78) 45%, 
        rgba(255, 250, 252, 0.45) 80%, 
        transparent 100%
    );
    z-index: 2;
}

.mosaic-bottom-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(
        to bottom, 
        rgba(255, 250, 252, 0) 0%, 
        rgba(255, 250, 252, 0.75) 50%, 
        var(--bg-main, #fffafc) 100%
    );
    z-index: 3;
}

.banner-content { 
    position: relative;
    z-index: 4;
    max-width: 760px; 
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
}

.hero-overline { 
    display: flex; 
    justify-content: center; 
    margin-bottom: 0.6rem; 
}

.hero-overline .text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--brand-dark, #d1648a);
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.banner-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.3rem, 6.5vw, 3.6rem);
    color: var(--text-dark, #2d2629);
    font-weight: 500;
    margin: 0 0 0.8rem 0;
    letter-spacing: -0.5px;
    line-height: 1.18;
}

.banner-desc {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    color: #5c4953;
    font-size: clamp(0.98rem, 2vw, 1.15rem);
    margin: 0 auto;
    max-width: 620px;
    line-height: 1.55;
}

@media (max-width: 768px) {
    .shop-banner {
        min-height: 230px;
        padding: 2.8rem 4% 2.4rem;
    }

    .mosaic-track {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        transform: rotate(-2.5deg) scale(1.08);
        opacity: 0.85;
    }

    .mosaic-photo-card {
        border-radius: 14px;
        border-width: 1.5px;
    }

    .card-4, .card-5, .card-6, .card-7 {
        display: none;
    }

    .banner-title {
        font-size: 2.1rem;
        margin-bottom: 0.5rem;
    }

    .banner-desc {
        font-size: 0.92rem;
        line-height: 1.45;
    }
}

/* --------------------------------------------------------
   3. STORY-STYLE CATEGORIES BAR (PRETTY COQUETTE BOW)
   -------------------------------------------------------- */
.shop-story-categories {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    overflow-x: auto;
    padding: 0.8rem 4% 1.4rem;
    margin-bottom: 0.8rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    width: 100%;
}
.shop-story-categories::-webkit-scrollbar { display: none; }

.story-cat-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.story-cat-item:hover { 
    transform: translateY(-3px); 
}

/* Neutral circle border */
.story-circle {
    width: 72px; 
    height: 72px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid rgba(244, 166, 193, 0.35); 
    padding: 2.5px; 
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    position: relative;
    box-shadow: 0 4px 14px rgba(220, 163, 208, 0.16);
    box-sizing: border-box;
}

.story-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #fffafc;
    display: block;
}

.story-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #fdf5f7 0%, #faedf3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-primary, #f4a6c1);
    font-size: 1.2rem;
}

.all-pieces-circle {
    background: #ffffff;
    border-color: rgba(244, 166, 193, 0.35);
}

.dynamic-portal-layer {
    position: absolute;
    inset: 2.5px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    transition: opacity 1.1s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}
.layer-front { opacity: 1; }
.layer-back  { opacity: 0; }

.portal-glass-overlay {
    position: absolute;
    inset: 2.5px;
    border-radius: 50%;
    background: linear-gradient(to top, rgba(244, 166, 193, 0.2) 0%, transparent 60%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.2s ease;
}

.portal-badge-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    background: rgba(244, 166, 193, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 0.2rem 0.55rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 8px rgba(244, 166, 193, 0.3);
}

/* --------------------------------------------------------
   STATIC SOFT AURA & PRETTY SATIN RIBBON BOW
   -------------------------------------------------------- */

/* 1. Static Clean Active Border Ring */
.story-cat-item.active .story-circle {
    border-color: #f4a6c1 !important;
    box-shadow: 0 0 0 3px rgba(244, 166, 193, 0.4), 0 8px 22px rgba(244, 166, 193, 0.35) !important;
    transform: scale(1.05);
}

/* 2. Beautiful Larger Double-Loop Satin Ribbon Bow (Static Top-Right Corner) */
.story-cat-item.active::before {
    content: '';
    position: absolute;
    top: -8px;
    right: -4px;
    width: 32px;
    height: 32px;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(14deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3ClinearGradient id='pinkRibbon' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23ffd4e5'/%3E%3Cstop offset='50%25' stop-color='%23f4a6c1'/%3E%3Cstop offset='100%25' stop-color='%23d1648a'/%3E%3C/linearGradient%3E%3Cfilter id='softShadow' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeDropShadow dx='0' dy='2' stdDeviation='2' flood-color='%23b8456f' flood-opacity='0.3'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23softShadow)'%3E%3Cpath d='M44 54 C34 68 22 84 15 90 C26 84 35 77 46 60 Z' fill='url(%23pinkRibbon)' stroke='%23ffffff' stroke-width='1.5'/%3E%3Cpath d='M56 54 C66 68 78 84 85 90 C74 84 65 77 54 60 Z' fill='url(%23pinkRibbon)' stroke='%23ffffff' stroke-width='1.5'/%3E%3Cpath d='M48 48 C36 30 14 18 10 32 C6 46 28 58 48 50 Z' fill='url(%23pinkRibbon)' stroke='%23ffffff' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M52 48 C64 30 86 18 90 32 C94 46 72 58 52 50 Z' fill='url(%23pinkRibbon)' stroke='%23ffffff' stroke-width='2' stroke-linejoin='round'/%3E%3Cellipse cx='50' cy='49' rx='6' ry='5.5' fill='%23ffffff' stroke='%23f4a6c1' stroke-width='2.5'/%3E%3Ccircle cx='50' cy='49' r='2' fill='%23f4a6c1'/%3E%3C/g%3E%3C/svg%3E");
    filter: drop-shadow(0 3px 8px rgba(209, 100, 138, 0.35));
}

.story-cat-item:hover:not(.active) .story-circle {
    border-color: #f6b4cb;
    box-shadow: 0 6px 16px rgba(244, 166, 193, 0.25);
}

.story-name {
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: #7d6b75;
    text-align: center;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.story-cat-item.active .story-name {
    color: #d1648a !important;
    font-weight: 700 !important;
}

.story-cat-item:hover:not(.active) .story-name {
    color: #2d2629;
}

@media (min-width: 768px) {
    .shop-story-categories { 
        justify-content: center; 
        padding: 0.8rem 0 1.8rem;
        margin-bottom: 1.6rem; 
        gap: 1.8rem;
    }
    .story-circle {
        width: 78px;
        height: 78px;
    }
    .story-name {
        font-size: 0.82rem;
    }
    .story-cat-item.active::before {
        top: -9px;
        right: -3px;
        width: 35px;
        height: 35px;
    }
}
/* --------------------------------------------------------
   4. FILTER BAR & FLOATING PILL DROPDOWNS
   -------------------------------------------------------- */
.shop-filter-section {
    width: 100%;
    margin-bottom: 2rem;
    box-sizing: border-box;
    position: relative;
    z-index: 50;
}

.filter-main-bar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(244, 166, 193, 0.3);
    border-radius: 50px;
    padding: 0.6rem 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    box-shadow: 0 4px 20px rgba(244, 166, 193, 0.08);
    box-sizing: border-box;
}

.results-stat-box {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.results-badge {
    font-family: 'Poppins', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #63525b;
    text-transform: uppercase;
}

.clear-filters-btn {
    background: #fdf2f6;
    color: var(--brand-dark, #d1648a);
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0.25rem 0.65rem;
    border-radius: 20px;
    transition: all 0.2s ease;
}
.clear-filters-btn:hover {
    background: #fce4ee;
}

.filter-controls-group {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-trigger-btn {
    background: #fffafc;
    border: 1px solid rgba(244, 166, 193, 0.35);
    border-radius: 50px;
    padding: 0.52rem 1.15rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #2d2629;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.dropdown-trigger-btn:hover,
.custom-dropdown.open .dropdown-trigger-btn {
    border-color: var(--brand-primary, #f4a6c1);
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(244, 166, 193, 0.25);
}

.trigger-icon {
    color: #ad8f9b;
    display: flex;
    align-items: center;
    transition: transform 0.25s ease;
}

.custom-dropdown.open .trigger-icon {
    transform: rotate(180deg);
    color: var(--brand-primary, #f4a6c1);
}

.dropdown-floating-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 175px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(244, 166, 193, 0.35);
    border-radius: 20px;
    padding: 6px;
    box-shadow: 0 14px 35px rgba(220, 163, 208, 0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(0.96);
    transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.2s;
    z-index: 1000;
    box-sizing: border-box;
}

.custom-dropdown.open .dropdown-floating-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.dropdown-menu-item {
    padding: 0.55rem 0.85rem;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: #63525b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.dropdown-menu-item:hover {
    background: #fdf2f6;
    color: var(--brand-dark, #d1648a);
    transform: translateX(3px);
}

.dropdown-menu-item.selected {
    background: #fde8f0;
    color: #d1648a;
    font-weight: 700;
}

.item-check {
    font-size: 0.75rem;
    color: var(--brand-dark, #d1648a);
}

.mobile-reset-wrap { display: none; }

@media (max-width: 768px) {
    .desktop-only-stats { display: none !important; }

    .filter-main-bar {
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        margin-bottom: 0.5rem;
    }

    .filter-controls-group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.6rem;
        width: 100%;
    }

    .custom-dropdown { width: 100%; }

    .dropdown-trigger-btn {
        width: 100%;
        font-size: 0.76rem;
        padding: 0.52rem 0.95rem;
        border-radius: 40px;
        background: #ffffff;
        border: 1px solid rgba(244, 166, 193, 0.4);
        box-shadow: 0 3px 12px rgba(244, 166, 193, 0.12);
        box-sizing: border-box;
    }

    .dropdown-floating-menu {
        width: 100%;
        min-width: 100%;
        left: 0;
        right: 0;
    }

    .mobile-reset-wrap {
        display: flex;
        grid-column: span 2;
        justify-content: center;
        margin-top: 0.2rem;
    }

    .mobile-reset-btn {
        background: #fdf2f6;
        color: var(--brand-dark, #d1648a);
        font-family: 'Poppins', sans-serif;
        font-size: 0.72rem;
        font-weight: 700;
        text-decoration: none;
        padding: 0.35rem 1rem;
        border-radius: 20px;
        border: 1px solid rgba(244, 166, 193, 0.3);
    }
}

/* --------------------------------------------------------
   5. PRODUCT GALLERY GRID
   -------------------------------------------------------- */
.shop-products-main {
    width: 100%;
    box-sizing: border-box;
}

.fairy-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
    box-sizing: border-box;
    width: 100%;
}

.fairy-product-card {
    display: flex;
    flex-direction: column;
    background: transparent;
    border: none;
    box-shadow: none;
    min-width: 0;
    box-sizing: border-box;
    animation: fadeIn 0.45s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.product-stage-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.15;
    border-radius: 28px;
    overflow: hidden;
    background: #fbf3f6;
    box-shadow: 0 8px 24px rgba(220, 163, 208, 0.12);
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s ease;
    margin-bottom: 0.85rem;
}

.fairy-product-card:hover .product-stage-wrapper {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(244, 166, 193, 0.28);
}

.product-stage-link {
    display: block;
    width: 100%;
    height: 100%;
}

.product-stage-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.85s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.3s ease;
    display: block;
}

.fairy-product-card:hover .product-stage-img {
    transform: scale(1.06);
}

.product-stage-wrapper.is-sold-out .product-stage-img {
    filter: grayscale(0.85) opacity(0.7);
}

.product-stage-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #fdf5f7 0%, #faedf3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #f4a6c1;
}

/* --------------------------------------------------------
   DAINTY SALE BADGE & COMPACT WISHLIST BUTTON
   -------------------------------------------------------- */
.stage-sale-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: linear-gradient(135deg, #f6b4cb 0%, #dfaec5 100%);
    color: #ffffff;
    padding: 0.18rem 0.55rem;
    border-radius: 9999px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 3px 10px rgba(246, 180, 203, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.85);
    display: inline-flex;
    align-items: center;
    gap: 3px;
    z-index: 4;
    pointer-events: none;
    line-height: 1.2;
}

.badge-sparkle {
    font-size: 0.6rem;
    color: #ffffff;
}

/* Scaled-down Dainty Floating Wishlist Button */
.floating-wish-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    color: #9a8c93;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.25s ease, color 0.25s ease;
    padding: 0;
}

.heart-icon-svg {
    width: 13px;
    height: 13px;
    transition: transform 0.25s ease, fill 0.25s ease, stroke 0.25s ease;
}

.floating-wish-btn:hover {
    transform: scale(1.1);
    background: #ffffff;
    color: var(--brand-primary, #f4a6c1);
}

.floating-wish-btn.active {
    color: var(--brand-primary, #f4a6c1) !important;
    background: #fff0f5 !important;
    border-color: #f4a6c1 !important;
}

.floating-wish-btn.active .heart-icon-svg,
.floating-wish-btn.active .heart-icon-svg path {
    fill: var(--brand-primary, #f4a6c1) !important;
    stroke: var(--brand-primary, #f4a6c1) !important;
}
.product-meta-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 0 0.15rem;
}

.product-title-link {
    text-decoration: none;
    width: 100%;
}

.product-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--text-dark, #2d2629);
    margin: 0;
    line-height: 1.3;
    transition: color 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-title-link:hover .product-name {
    color: var(--brand-primary, #f4a6c1);
}

.product-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.product-price {
    font-family: 'Poppins', sans-serif;
    font-size: 0.94rem;
    letter-spacing: 0.2px;
}

.product-price.price-regular {
    font-weight: 600;
    color: var(--text-dark, #2d2629);
}

.product-price.price-sale {
    color: #d1648a;
    font-weight: 600;
}

.product-price.price-original {
    color: #a89aa1;
    font-size: 0.84rem;
    font-weight: 400;
    text-decoration: line-through;
}

.empty-products-state {
    text-align: center;
    padding: 5rem 1.5rem;
    background: #ffffff;
    border: 1px solid rgba(244, 166, 193, 0.3);
    border-radius: 32px;
    box-shadow: 0 10px 30px rgba(244, 166, 193, 0.08);
    box-sizing: border-box;
    width: 100%;
}

.empty-sparkle-icon {
    font-size: 2.2rem;
    color: #f4a6c1;
    display: block;
    margin-bottom: 0.8rem;
}

.empty-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.65rem;
    margin: 0 0 0.5rem 0;
    color: #2d2629;
}

.empty-desc {
    font-family: 'Poppins', sans-serif;
    color: #8c7b84;
    font-size: 0.9rem;
    margin: 0;
}

@media (min-width: 768px) {
    .fairy-products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.8rem 1.8rem;
    }

    .product-stage-wrapper {
        border-radius: 32px;
    }

    .product-name {
        font-size: 1.15rem;
    }

    .product-price {
        font-size: 0.98rem;
    }

    .product-price.price-original {
        font-size: 0.86rem;
    }
}

@media (min-width: 1024px) {
    .fairy-products-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 3rem 2.2rem;
    }
}

/* --------------------------------------------------------
   6. ATELIER CONCIERGE & BOTTOM GUIDE
   -------------------------------------------------------- */
.shop-curation-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: linear-gradient(180deg, rgba(255, 250, 252, 0) 0%, #faf0f4 50%, var(--bg-main, #fffafc) 100%);
    padding: 5rem 5% 4.5rem;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 3.5rem;
}

.curation-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}
.glow-left { top: 10%; left: -80px; background: #ffd6e6; }
.glow-right { bottom: 10%; right: -80px; background: #edd8fa; }

.shop-curation-container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
}

.curation-header {
    text-align: center;
    margin-bottom: 2.8rem;
    max-width: 720px;
    padding: 0 1rem;
    box-sizing: border-box;
}

.curation-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4.2vw, 2.75rem);
    color: var(--text-main, #2d2629);
    font-weight: 500;
    margin: 0.2rem 0 0.6rem 0;
    letter-spacing: -0.4px;
    line-height: 1.22;
}

.curation-sublead {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.88rem, 1.8vw, 0.96rem);
    color: var(--text-light, #8c7b84);
    margin: 0 auto;
    line-height: 1.6;
}

.curation-capsules-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    width: 100%;
    box-sizing: border-box;
}

.curation-pill-card {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border-soft, rgba(244, 166, 193, 0.28));
    border-radius: var(--radius-card, 20px);
    padding: 1.4rem 1.5rem;
    box-shadow: 0 8px 24px rgba(220, 163, 208, 0.1);
    display: flex;
    align-items: center;
    gap: 1.2rem;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
    box-sizing: border-box;
}

.curation-pill-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(244, 166, 193, 0.22);
    border-color: var(--brand-primary, #f4a6c1);
}

.curation-pill-card.active-accent {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 246, 250, 0.98) 100%);
    border-color: rgba(209, 100, 138, 0.35);
}

.pill-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--icon-bg, #fdf5f7);
    color: var(--brand-dark, #d1648a);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-soft, rgba(244, 166, 193, 0.28));
    flex-shrink: 0;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.pill-icon-wrap svg {
    width: 22px;
    height: 22px;
}

.curation-pill-card:hover .pill-icon-wrap {
    transform: scale(1.06);
    background: #ffffff;
}

.accent-icon {
    background: linear-gradient(135deg, #fff0f5 0%, #fae6ed 100%);
    border-color: rgba(209, 100, 138, 0.3);
}

.pill-text-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.pill-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.08rem;
    font-weight: 500;
    color: var(--text-main, #2d2629);
    margin: 0;
    letter-spacing: -0.2px;
    line-height: 1.25;
}

.pill-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    color: var(--text-light, #8c7b84);
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 992px) {
    .shop-curation-wrapper {
        padding: 5.5rem 5% 5rem;
        margin-top: 4rem;
    }

    .curation-capsules-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .curation-pill-card {
        padding: 1.6rem 1.8rem;
        border-radius: 24px;
    }

    .pill-title {
        font-size: 1.15rem;
    }

    .pill-desc {
        font-size: 0.84rem;
    }
}

@media (max-width: 600px) {
    .shop-curation-wrapper {
        padding: 3.5rem 4% 3rem;
        margin-top: 2.5rem;
    }

    .curation-header {
        margin-bottom: 2rem;
    }

    .curation-pill-card {
        padding: 1.2rem;
        gap: 1rem;
        border-radius: 18px;
    }

    .pill-icon-wrap {
        width: 42px;
        height: 42px;
    }

    .pill-icon-wrap svg {
        width: 19px;
        height: 19px;
    }

    .pill-title {
        font-size: 1rem;
    }

    .pill-desc {
        font-size: 0.78rem;
    }
}