/* ==========================================================================
   MERKATO.COM — Full-Hero Cinematic Editorial Design System
   Haute-Couture Typography & Immersive Cultural Carousel
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Unbounded:wght@400;600;700;800;900&family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    /* Dynamic Theme Defaults (Wolayta Crimson default) */
    --active-dress-color: #b91c1c;
    --active-dress-glow: rgba(185, 28, 28, 0.22);
    --active-dress-bg: rgba(185, 28, 28, 0.08);

    /* Obsidian & Zinc Palette */
    --obsidian: #09090b;
    --obsidian-hover: #18181b;
    --zinc-50: #fafafa;
    --zinc-100: #f4f4f5;
    --zinc-200: #e4e4e7;
    --zinc-300: #d4d4d8;
    --zinc-400: #a1a1aa;
    --zinc-500: #71717a;
    --zinc-600: #52525b;

    /* Base Surfaces */
    --bg-base: #fafafa;
    --text-primary: #09090b;
    --text-secondary: #52525b;
    --text-tertiary: #a1a1aa;

    /* Frosted Glass & Hairlines */
    --glass-surface: rgba(255, 255, 255, 0.9);
    --glass-blur: blur(20px) saturate(180%);
    --border-hairline: rgba(0, 0, 0, 0.08);
    --border-hover: rgba(0, 0, 0, 0.22);
    --shadow-subtle: 0 4px 20px -2px rgba(0, 0, 0, 0.04);
    --shadow-float: 0 25px 60px -15px rgba(0, 0, 0, 0.09), 0 4px 12px rgba(0, 0, 0, 0.02);

    /* Creative Typography Tokens */
    --font-vogue-display: 'Italiana', serif;
    --font-creative-punch: 'Unbounded', sans-serif;
    --font-editorial-italic: 'Instrument Serif', Georgia, serif;
    --font-sans-modern: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-tech-catalog: 'Outfit', sans-serif;
    --font-ui: 'Inter', sans-serif;

    /* Transitions */
    --transition: all 0.28s cubic-bezier(0.2, 0, 0, 1);
}

/* Base Reset */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-base);
    color: var(--text-primary);
    font-family: var(--font-sans-modern);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

button, input, select {
    font-family: inherit;
    outline: none;
}

/* Ambient Subtle Lighting */
.ambient-glow-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.5;
}

.orb-1 {
    width: 750px;
    height: 750px;
    background-color: #f1f5f9;
    top: -200px;
    right: -150px;
}

.orb-2 {
    width: 650px;
    height: 650px;
    background-color: #f4f4f5;
    bottom: -150px;
    left: -150px;
}

.content-layer {
    position: relative;
    z-index: 1;
    width: 100%;
}

/* ==========================================================================
   Full-Width Floating Navbar
   ========================================================================== */
.navbar-container {
    position: sticky;
    top: 15px;
    z-index: 1000;
    width: calc(100% - 4vw);
    max-width: 1720px;
    margin: 0 auto;
    padding: 0;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 32px;
    background: var(--glass-surface);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--border-hairline);
    border-radius: 100px;
    box-shadow: var(--shadow-subtle);
    transition: var(--transition);
}

.navbar:hover {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.15);
}

.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo {
    font-family: var(--font-creative-punch);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--obsidian);
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo i {
    font-size: 15px;
    color: var(--active-dress-color);
    transition: color 0.4s ease;
}

.logo span.logo-text-accent {
    color: var(--zinc-400);
    font-weight: 500;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-links li {
    list-style: none;
    display: inline-flex;
}

.nav-links a {
    color: var(--text-secondary);
    font-size: 13.5px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 100px;
    transition: var(--transition);
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--obsidian);
    background: var(--zinc-100);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-cart-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border: 1px solid var(--border-hairline);
    border-radius: 50%;
    color: var(--obsidian);
    cursor: pointer;
    transition: var(--transition);
}

.nav-cart-btn:hover {
    background: var(--zinc-100);
    border-color: var(--active-dress-color);
    transform: scale(1.05);
}

.cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: var(--active-dress-color);
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    transition: background-color 0.4s ease;
}

/* ==========================================================================
   Full-Hero Grand Cinematic Carousel
   ========================================================================== */
.hero-wrapper {
    width: calc(100% - 4vw);
    max-width: 1720px;
    margin: 20px auto 40px;
    padding: 0;
    position: relative;
}

.hero-cinema-stage {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--border-hairline);
    border-radius: 40px;
    overflow: hidden;
    box-shadow: var(--shadow-float);
    min-height: 680px;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.hero-cinema-stage:hover {
    border-color: var(--active-dress-color);
}

.hero-slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
    padding: 56px 64px 115px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.98);
    transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.55s;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.8) 100%);
}

.hero-slide-item.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    position: relative;
}

.hero-slide-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.hero-meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 100px;
    background: var(--active-dress-bg);
    color: var(--active-dress-color);
    border: 1px solid var(--active-dress-color);
    font-family: var(--font-creative-punch);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    width: fit-content;
    transition: all 0.4s ease;
}

.hero-main-title {
    font-family: var(--font-vogue-display);
    font-size: 66px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.5px;
    margin-bottom: 18px;
    color: var(--obsidian);
}

.hero-main-title em {
    font-style: italic;
    font-family: var(--font-editorial-italic);
    color: var(--zinc-600);
}

.hero-subtitle {
    font-size: 16.5px;
    color: var(--text-secondary);
    max-width: 580px;
    margin-bottom: 30px;
    line-height: 1.65;
}

.hero-cta-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.hero-dynamic-btn {
    background-color: var(--active-dress-color) !important;
    border: 1px solid var(--active-dress-color) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px var(--active-dress-glow);
    padding: 13px 26px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.4s ease, border-color 0.4s ease, transform 0.2s ease, box-shadow 0.4s ease;
}

.hero-dynamic-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.hero-slide-right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.hero-garment-frame {
    position: relative;
    width: 100%;
    max-width: 540px;
    height: 500px;
    border-radius: 32px;
    overflow: hidden;
    background: var(--zinc-100);
    border: 1px solid var(--border-hairline);
    box-shadow: 0 25px 60px -12px var(--active-dress-glow);
    transition: box-shadow 0.4s ease;
}

.hero-garment-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.8s cubic-bezier(0.2, 0, 0, 1);
}

.hero-slide-item:hover .hero-garment-frame img {
    transform: scale(1.05);
}

.floating-garment-chip {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.floating-price {
    font-family: var(--font-creative-punch);
    font-size: 18px;
    font-weight: 800;
    color: var(--active-dress-color);
    letter-spacing: -0.5px;
    transition: color 0.4s ease;
}

/* Cinema Bottom Navigation Bar */
.hero-cinema-bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 64px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    border-top: 1px solid var(--border-hairline);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    flex-wrap: wrap;
    gap: 16px;
}

.hero-thumb-cards {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-thumb-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: #ffffff;
    border: 1px solid var(--border-hairline);
    border-radius: 100px;
    cursor: pointer;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text-secondary);
    transition: var(--transition);
}

.hero-thumb-btn img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
}

.hero-thumb-btn.active {
    border-color: var(--active-dress-color);
    background: var(--active-dress-bg);
    color: var(--active-dress-color);
    font-weight: 700;
}

.hero-nav-arrow-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-slide-counter {
    font-family: var(--font-creative-punch);
    font-size: 12px;
    font-weight: 700;
    color: var(--obsidian);
    letter-spacing: 0.5px;
}

.carousel-arrow-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border-hairline);
    background: #ffffff;
    color: var(--obsidian);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    transition: var(--transition);
}

.carousel-arrow-btn:hover {
    background: var(--active-dress-color);
    color: #ffffff;
    border-color: var(--active-dress-color);
}

/* ==========================================================================
   Full-Width Search & Ticker Bar
   ========================================================================== */
.search-strip-section {
    width: calc(100% - 4vw);
    max-width: 1720px;
    margin: 0 auto 35px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
}

.search-box-glass {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 100px;
    padding: 6px 8px 6px 24px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.04);
    transition: var(--transition);
}

.search-box-glass:focus-within {
    border-color: var(--active-dress-color);
    box-shadow: 0 8px 30px var(--active-dress-glow);
}

.search-icon {
    font-size: 15px;
    color: var(--zinc-400);
    margin-right: 12px;
}

.search-input {
    flex: 1;
    background: transparent;
    border: none;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
}

.search-input::placeholder {
    color: var(--zinc-400);
}

.ai-search-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    background-color: var(--active-dress-color) !important;
    border: none;
    border-radius: 100px;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13.5px;
    cursor: pointer;
    box-shadow: 0 4px 16px var(--active-dress-glow);
    transition: background-color 0.4s ease, box-shadow 0.4s ease, transform 0.2s ease;
}

.ai-search-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.hero-quick-chips {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.hero-chip-tag {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-secondary);
    padding: 6px 16px;
    background: #ffffff;
    border: 1px solid var(--border-hairline);
    border-radius: 100px;
    cursor: pointer;
    transition: var(--transition);
}

.hero-chip-tag:hover {
    border-color: var(--active-dress-color);
    color: var(--active-dress-color);
    background: var(--active-dress-bg);
}

.live-ticker-strip {
    width: calc(100% - 4vw);
    max-width: 1720px;
    margin: 0 auto 50px;
    padding: 0;
}

.ticker-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 36px;
    background: #ffffff;
    border: 1px solid var(--border-hairline);
    border-radius: 100px;
    font-size: 13px;
    color: var(--text-secondary);
    font-weight: 600;
    flex-wrap: wrap;
    gap: 16px;
    box-shadow: var(--shadow-subtle);
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ticker-item i {
    font-size: 14px;
    color: var(--active-dress-color);
    transition: color 0.4s ease;
}

/* ==========================================================================
   Full-Width Sections & Grids
   ========================================================================== */
.section {
    width: calc(100% - 4vw);
    max-width: 1720px;
    margin: 60px auto;
    padding: 0;
}

.section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
}

.section-title {
    font-family: var(--font-creative-punch);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--obsidian);
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 18px;
}

.category-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 24px;
    background: #ffffff;
    border: 1px solid var(--border-hairline);
    border-radius: 22px;
    transition: var(--transition);
    cursor: pointer;
    box-shadow: var(--shadow-subtle);
}

.category-card:hover {
    border-color: var(--active-dress-color);
    transform: translateY(-4px);
    box-shadow: var(--shadow-float);
}

.cat-icon-glass {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: var(--zinc-100);
    color: var(--obsidian);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: var(--transition);
}

.category-card:hover .cat-icon-glass {
    background: var(--active-dress-color);
    color: #ffffff;
}

.cat-details {
    display: flex;
    flex-direction: column;
}

.cat-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--obsidian);
}

.cat-count {
    font-size: 12px;
    color: var(--zinc-400);
}

/* Product Grid */
.filter-bar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.filter-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 18px;
    background: #ffffff;
    border: 1px solid var(--border-hairline);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-secondary);
    cursor: pointer;
    transition: var(--transition);
}

.filter-pill:hover {
    background: var(--zinc-100);
    color: var(--obsidian);
}

.filter-pill.active {
    background: var(--obsidian);
    border-color: var(--obsidian);
    color: #ffffff;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 28px;
}

.product-card {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--border-hairline);
    border-radius: 28px;
    padding: 18px;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-subtle);
}

.product-card:hover {
    border-color: var(--border-hover);
    transform: translateY(-6px);
    box-shadow: var(--shadow-float);
}

.product-img-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
    border-radius: 22px;
    overflow: hidden;
    background: var(--zinc-100);
    margin-bottom: 16px;
}

.product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1);
}

.product-card:hover .product-img-wrapper img {
    transform: scale(1.06);
}

.card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 10.5px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border-hairline);
    color: var(--obsidian);
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-info-glass {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 4px 6px 8px;
}

.product-category-tag {
    font-size: 11px;
    font-weight: 700;
    color: var(--zinc-400);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
}

.product-title {
    font-family: var(--font-tech-catalog);
    font-size: 16.5px;
    font-weight: 700;
    color: var(--obsidian);
    margin-bottom: 6px;
    line-height: 1.35;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--obsidian);
    margin-bottom: 14px;
}

.product-rating .rating-num {
    color: var(--zinc-400);
    font-weight: 500;
    margin-left: 2px;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 16px;
    margin-top: auto;
}

.price {
    font-family: var(--font-creative-punch);
    font-size: 17px;
    font-weight: 700;
    color: var(--obsidian);
    letter-spacing: -0.4px;
}

.old-price {
    font-size: 12.5px;
    color: var(--zinc-400);
    text-decoration: line-through;
}

.card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    border: none;
}

.btn-glass {
    background: var(--zinc-100);
    border: 1px solid var(--border-hairline);
    color: var(--obsidian);
}

.btn-glass:hover {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background-color: var(--obsidian);
    color: #ffffff;
}

.btn-primary:hover {
    background-color: var(--obsidian-hover);
    transform: translateY(-1px);
}

/* Service Highlights */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    margin-bottom: 35px;
}

.feature-glass-box {
    background: #ffffff;
    border: 1px solid var(--border-hairline);
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--shadow-subtle);
    transition: var(--transition);
}

.feature-glass-box:hover {
    border-color: var(--active-dress-color);
    transform: translateY(-3px);
}

.feature-icon {
    font-size: 22px;
    color: var(--active-dress-color);
    margin-bottom: 14px;
    transition: color 0.4s ease;
}

.feature-glass-box h4 {
    font-family: var(--font-creative-punch);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--obsidian);
}

.feature-glass-box p {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.6;
}

details.faq-glass {
    background: #ffffff;
    border: 1px solid var(--border-hairline);
    border-radius: 20px;
    padding: 18px 24px;
    margin-bottom: 12px;
    box-shadow: var(--shadow-subtle);
    transition: var(--transition);
}

details.faq-glass[open] {
    border-color: var(--active-dress-color);
}

details.faq-glass summary {
    cursor: pointer;
    font-weight: 700;
    font-size: 14.5px;
    color: var(--obsidian);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

details.faq-glass summary::-webkit-details-marker {
    display: none;
}

details.faq-glass summary i {
    color: var(--zinc-400);
    transition: transform 0.2s ease;
    font-size: 12px;
}

details.faq-glass[open] summary i {
    transform: rotate(180deg);
}

details.faq-glass p {
    margin-top: 14px;
    font-size: 14px;
    color: var(--text-secondary);
    border-top: 1px solid var(--zinc-100);
    padding-top: 14px;
}

/* Slide-Over Cart Drawer */
.cart-drawer-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.cart-drawer-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: -460px;
    width: 430px;
    max-width: 92vw;
    height: 100vh;
    background: #ffffff;
    box-shadow: -15px 0 40px rgba(0, 0, 0, 0.08);
    z-index: 2001;
    display: flex;
    flex-direction: column;
    transition: right 0.35s cubic-bezier(0.2, 0, 0, 1);
}

.cart-drawer.active {
    right: 0;
}

.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 26px;
    border-bottom: 1px solid var(--zinc-100);
}

.drawer-title {
    font-family: var(--font-creative-punch);
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--obsidian);
}

.drawer-close {
    background: var(--zinc-100);
    border: none;
    color: var(--obsidian);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

.drawer-close:hover {
    background: var(--obsidian);
    color: #ffffff;
}

.drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.drawer-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid var(--border-hairline);
    border-radius: 20px;
    transition: var(--transition);
}

.drawer-item:hover {
    border-color: var(--active-dress-color);
}

.drawer-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 14px;
}

.drawer-item-details {
    flex: 1;
}

.drawer-item-title {
    font-family: var(--font-tech-catalog);
    font-size: 14px;
    font-weight: 700;
    color: var(--obsidian);
    margin-bottom: 3px;
}

.drawer-item-price {
    font-family: var(--font-creative-punch);
    font-size: 13px;
    font-weight: 700;
    color: var(--obsidian);
}

.drawer-item-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.qty-pill {
    display: flex;
    align-items: center;
    background: var(--zinc-100);
    border-radius: 100px;
    overflow: hidden;
}

.qty-btn {
    background: none;
    border: none;
    color: var(--obsidian);
    padding: 2px 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
}

.qty-num {
    font-size: 12px;
    font-weight: 700;
    padding: 0 4px;
}

.item-delete-btn {
    background: none;
    border: none;
    color: var(--zinc-400);
    cursor: pointer;
    font-size: 12px;
    margin-left: auto;
    font-weight: 600;
}

.item-delete-btn:hover {
    color: #e11d48;
}

.drawer-footer {
    padding: 22px 26px;
    border-top: 1px solid var(--zinc-100);
    background: #ffffff;
}

.drawer-subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 13.5px;
    color: var(--text-secondary);
    margin-bottom: 8px;
}

.drawer-total {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-creative-punch);
    font-size: 16px;
    font-weight: 800;
    color: var(--obsidian);
    margin-bottom: 18px;
}

.drawer-checkout-btn {
    width: 100%;
    padding: 13px;
    font-size: 14.5px;
}

/* Support Widget & Toast */
.ai-fab-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1500;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    background: var(--active-dress-color);
    border: none;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 700;
    font-size: 13.5px;
    cursor: pointer;
    box-shadow: 0 8px 24px var(--active-dress-glow);
    transition: var(--transition);
}

.ai-fab-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.ai-chat-window {
    position: fixed;
    bottom: 84px;
    right: 24px;
    width: 360px;
    max-width: calc(100vw - 36px);
    height: 500px;
    background: #ffffff;
    border: 1px solid var(--border-hairline);
    border-radius: 26px;
    box-shadow: var(--shadow-float);
    z-index: 1500;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: scale(0.96) translateY(12px);
    pointer-events: none;
    transition: var(--transition);
    overflow: hidden;
}

.ai-chat-window.open {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: all;
}

.ai-chat-header {
    padding: 16px 22px;
    border-bottom: 1px solid var(--zinc-100);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ai-chat-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--obsidian);
}

.ai-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
}

.ai-chat-close {
    background: none;
    border: none;
    color: var(--zinc-400);
    font-size: 14px;
    cursor: pointer;
}

.ai-chat-messages {
    flex: 1;
    padding: 18px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chat-msg {
    max-width: 85%;
    padding: 11px 16px;
    border-radius: 18px;
    font-size: 13px;
    line-height: 1.45;
}

.chat-msg.bot {
    background: var(--zinc-100);
    align-self: flex-start;
    color: var(--obsidian);
}

.chat-msg.user {
    background-color: var(--obsidian);
    color: #ffffff;
    align-self: flex-end;
}

.ai-quick-prompts {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 8px 18px;
    border-top: 1px solid var(--zinc-100);
}

.ai-prompt-chip {
    white-space: nowrap;
    padding: 5px 12px;
    background: #ffffff;
    border: 1px solid var(--border-hairline);
    border-radius: 100px;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--text-secondary);
    cursor: pointer;
    transition: var(--transition);
}

.ai-prompt-chip:hover {
    background: var(--zinc-100);
    color: var(--obsidian);
}

.ai-chat-input-row {
    padding: 12px 18px;
    border-top: 1px solid var(--zinc-100);
    display: flex;
    gap: 8px;
}

.ai-input {
    flex: 1;
    background: var(--zinc-100);
    border: none;
    border-radius: 100px;
    padding: 9px 16px;
    color: var(--obsidian);
    font-size: 13.5px;
}

.ai-send-btn {
    background-color: var(--active-dress-color);
    border: none;
    border-radius: 50%;
    color: white;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.4s ease;
}

.toast-container {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 2500;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.glass-toast {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    background: var(--obsidian);
    border-radius: 100px;
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    animation: toastSlideIn 0.25s ease;
}

@keyframes toastSlideIn {
    from { transform: translateY(12px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Footer */
footer.glass-footer {
    width: calc(100% - 4vw);
    max-width: 1720px;
    margin: 80px auto 30px;
    padding: 48px 40px 24px;
    border-top: 1px solid var(--zinc-200);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.2fr;
    gap: 36px;
    margin-bottom: 36px;
}

.footer-about h3 {
    font-family: var(--font-creative-punch);
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--obsidian);
}

.footer-about p {
    font-size: 13.5px;
    color: var(--text-secondary);
    max-width: 380px;
    line-height: 1.65;
}

.footer-col h4 {
    font-family: var(--font-creative-punch);
    font-size: 12px;
    font-weight: 700;
    color: var(--obsidian);
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

.footer-col li {
    margin-bottom: 9px;
    font-size: 13.5px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-col li i {
    color: var(--zinc-400);
    font-size: 12px;
    width: 14px;
}

.footer-col a:hover {
    color: var(--active-dress-color);
}

.footer-divider {
    border: none;
    height: 1px;
    background: var(--zinc-100);
    margin-bottom: 22px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: var(--zinc-400);
    flex-wrap: wrap;
    gap: 12px;
}

/* Responsive */
@media (max-width: 1100px) {
    .hero-slide-item { grid-template-columns: 1fr; padding: 40px 30px 140px; gap: 36px; min-height: auto; }
    .hero-main-title { font-size: 48px; }
    .hero-garment-frame { height: 360px; }
    .search-strip-section { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
    .navbar { flex-direction: column; align-items: stretch; gap: 12px; border-radius: 28px; padding: 16px 20px; }
    .nav-links { justify-content: center; flex-wrap: wrap; }
    .hero-main-title { font-size: 38px; }
    .hero-cinema-bottom-bar { padding: 16px 20px; }
    .ticker-inner { flex-direction: column; align-items: flex-start; border-radius: 24px; padding: 20px; }
    .product-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .ai-fab-btn span { display: none; }
    .ai-fab-btn { padding: 12px; border-radius: 50%; }
}
