/* ==========================================================================
   1. Root Resets & Divi Specificity Overrides
   ========================================================================== */
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
    position: relative !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

#main-header, #top-header { 
    display: none !important; 
}

#page-container { 
    padding-top: 0 !important; 
    margin-top: 0 !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
    position: relative !important;
}

#et-main-area, .et_builder_inner_content {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/* Hide legacy Divi duplicate header/hero/slider sections */
.et_pb_section_0,
.et_pb_section_1,
.et_pb_section_2,
.et_pb_section_3 {
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/* Fix Below-Fold Legacy Divi Contrast Clashes */
.et_pb_section_0,
.et_pb_section_4,
.radion-about-section {
    margin-top: 0 !important;
    overflow-x: hidden !important;
    position: relative !important;
}
/* About text contrast over bright rainbow balloons */
.et_pb_section_0 h1,
.et_pb_section_0 h2,
.et_pb_section_0 p,
.et_pb_section_4 h1,
.et_pb_section_4 h2,
.et_pb_section_4 p,
.radion-about-section h1,
.radion-about-section h2,
.radion-about-section p {
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75), 0 1px 3px rgba(0, 0, 0, 0.9) !important;
    color: #ffffff !important;
}

/* Section Instagram contrast fix */
.et_pb_section_1,
.et_pb_section_5,
.radion-instagram-section {
    overflow-x: hidden !important;
}
.et_pb_section_1 h1, 
.et_pb_section_1 h2, 
.et_pb_section_1 .et_pb_text_inner,
.et_pb_section_5 h1, 
.et_pb_section_5 h2,
.et_pb_section_5 .et_pb_text_inner,
.radion-instagram-section h1,
.radion-instagram-section h2,
.radion-instagram-section .et_pb_text_inner {
    color: #090d16 !important;
    text-shadow: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/* Section Footer shop online contrast fix */
.et_pb_section_2,
.et_pb_section_7,
.radion-footer-section {
    overflow-x: hidden !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.et_pb_section_2 h2,
.et_pb_section_2 h2 span,
.et_pb_section_2 h3,
.et_pb_section_2 h4,
.et_pb_section_2 p,
.et_pb_section_7 h2,
.et_pb_section_7 h2 span,
.et_pb_section_7 h3,
.et_pb_section_7 h4,
.et_pb_section_7 p,
.radion-footer-section h2,
.radion-footer-section h2 span,
.radion-footer-section h3,
.radion-footer-section h4,
.radion-footer-section p {
    color: #090d16 !important;
    text-shadow: none !important;
}
.et_pb_section_2 a,
.et_pb_section_7 a,
.radion-footer-section a {
    color: #090d16 !important;
    font-weight: 700 !important;
    transition: color 0.2s ease !important;
}
.et_pb_section_2 a:hover,
.et_pb_section_7 a:hover,
.radion-footer-section a:hover {
    color: #e11d48 !important;
}

/* ==========================================================================
   2. Design Tokens
   ========================================================================== */
:root {
    --p1-font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --p1-font-display: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    --p1-color-dark: #090d16;
    --p1-color-slate: #334155;
    --p1-color-muted: #64748b;
    --p1-color-border: #f1f5f9;
    --p1-color-border-hover: #e2e8f0;
    --p1-color-rose: #e11d48;
    --p1-color-coral: #f43f5e;
    --p1-color-gold: #c59b27;
    --p1-bg-soft: #fcfcfd;
    --p1-radius-pill: 9999px;
    --p1-radius-card: 20px;
    --p1-radius-visual: 24px;
    --p1-shadow-sm: 0 2px 8px rgba(9, 13, 22, 0.04);
    --p1-shadow-card: 0 10px 30px -8px rgba(9, 13, 22, 0.06), 0 2px 6px rgba(9, 13, 22, 0.02);
    --p1-shadow-hover: 0 20px 40px -10px rgba(225, 29, 72, 0.16), 0 4px 14px rgba(9, 13, 22, 0.04);
}

.p1-wrap {
    font-family: var(--p1-font-main) !important;
    color: var(--p1-color-dark);
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.p1-wrap *, .p1-wrap *::before, .p1-wrap *::after {
    box-sizing: border-box !important;
}

.p1-wrap h1, .p1-wrap h2, .p1-wrap h3, .p1-wrap h4, .p1-wrap p, .p1-wrap span, .p1-wrap a {
    font-family: var(--p1-font-main) !important;
    letter-spacing: normal !important;
    text-transform: none;
}

.p1-wrap a {
    text-decoration: none !important;
    color: inherit;
}

/* ==========================================================================
   3. Sticky Luxury Glass Header
   ========================================================================== */
.p1-header {
    position: sticky;
    top: 0;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 4px 20px -2px rgba(9, 13, 22, 0.03);
    height: 76px;
    padding: 0 clamp(16px, 3.5vw, 48px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.p1-header-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
    margin-right: 20px;
}

.p1-header-logo img {
    height: 44px;
    width: auto;
    max-width: 210px;
    object-fit: contain;
    display: block;
    image-rendering: -webkit-optimize-contrast;
}

.p1-header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    gap: clamp(16px, 2.2vw, 32px);
}

.p1-nav-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--p1-color-slate) !important;
    transition: color 0.2s ease;
    position: relative;
    padding: 8px 0;
    white-space: nowrap;
}

.p1-nav-link:hover {
    color: var(--p1-color-rose) !important;
}

.p1-nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--p1-color-rose);
    border-radius: 2px;
    transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.p1-nav-link:hover::after {
    width: 100%;
}

.p1-header-utils {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    gap: 12px;
}

/* Direct Phone Badge */
.p1-phone-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 8px 16px;
    border-radius: var(--p1-radius-pill);
    font-size: 13.5px;
    font-weight: 700;
    color: var(--p1-color-dark) !important;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.p1-phone-badge svg {
    color: var(--p1-color-rose);
    flex-shrink: 0;
}

.p1-phone-badge:hover {
    background: #ffffff;
    border-color: var(--p1-color-rose);
    color: var(--p1-color-rose) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(225, 29, 72, 0.12);
}

/* Icon Buttons */
.p1-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid transparent;
    color: var(--p1-color-slate) !important;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

.p1-icon-btn:hover {
    background: #f1f5f9;
    color: var(--p1-color-dark) !important;
}

.p1-cart-dot {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
    background: var(--p1-color-rose);
    border: 1.5px solid #fff;
    border-radius: 50%;
}

/* Header Shop CTA */
.p1-header-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, var(--p1-color-rose) 0%, var(--p1-color-coral) 100%);
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: var(--p1-radius-pill);
    box-shadow: 0 6px 18px -3px rgba(225, 29, 72, 0.35);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.p1-header-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px -4px rgba(225, 29, 72, 0.45);
}

/* Mobile Toggle */
.p1-mobile-toggle {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: var(--p1-color-dark);
}

/* Mobile Dropdown Drawer */
.p1-mobile-drawer {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 2px solid #e2e8f0;
    box-shadow: 0 20px 40px rgba(9, 13, 22, 0.12);
    padding: 20px;
    z-index: 999998;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
}

.p1-mobile-drawer.active {
    display: block;
}

.p1-mobile-drawer a {
    display: block;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 600;
    color: var(--p1-color-dark);
    border-radius: 12px;
    transition: background 0.15s ease;
    margin-bottom: 4px;
}

.p1-mobile-drawer a:hover,
.p1-mobile-drawer a:active {
    background: #f8fafc;
    color: var(--p1-color-rose);
}

/* ==========================================================================
   4. Hero Section — Split Luxury Showcase (Pristine Contrast & Zero Clutter)
   ========================================================================== */
.p1-hero {
    position: relative;
    background: #ffffff;
    padding: clamp(36px, 5vw, 64px) clamp(20px, 4vw, 64px) clamp(48px, 6vw, 80px);
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.p1-hero-grid {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(32px, 5vw, 72px);
    width: 100%;
}

/* Hero Content (Left Column) */
.p1-hero-content {
    max-width: 580px;
}

.p1-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--p1-color-rose);
    margin-bottom: 16px;
}

.p1-hero-eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--p1-color-rose);
    box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.2);
}

.p1-hero-title {
    font-family: var(--p1-font-display) !important;
    font-size: clamp(2.4rem, 4.4vw, 3.85rem) !important;
    font-weight: 800 !important;
    color: var(--p1-color-dark) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
    margin: 0 0 20px 0 !important;
    word-break: break-word;
}

.p1-hero-celebrate {
    background: linear-gradient(135deg, #e11d48 0%, #f43f5e 50%, #fb7185 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.p1-hero-sub {
    font-size: clamp(1.02rem, 1.3vw, 1.15rem) !important;
    color: var(--p1-color-slate) !important;
    line-height: 1.6 !important;
    margin: 0 0 32px 0 !important;
    max-width: 520px;
}

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

.p1-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--p1-color-rose) 0%, var(--p1-color-coral) 100%);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: var(--p1-radius-pill);
    box-shadow: 0 10px 24px -4px rgba(225, 29, 72, 0.38);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.p1-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -4px rgba(225, 29, 72, 0.48);
}

.p1-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: var(--p1-color-dark) !important;
    border: 1.5px solid #e2e8f0;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: var(--p1-radius-pill);
    transition: all 0.25s ease;
    white-space: nowrap;
}

.p1-btn-secondary:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(9, 13, 22, 0.05);
}

/* Hero Trust Bar */
.p1-hero-trust-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(14px, 2.5vw, 24px);
    padding-top: 24px;
    border-top: 1px solid #f1f5f9;
}

.p1-trust-item {
    font-size: 13px;
    font-weight: 600;
    color: var(--p1-color-slate);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.p1-trust-check {
    color: #10b981;
    font-weight: 800;
}

/* Hero Showcase Visual (Right Column) */
.p1-hero-showcase {
    position: relative;
    width: 100%;
}

.p1-hero-image-wrap {
    position: relative;
    border-radius: var(--p1-radius-visual);
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 24px 60px -15px rgba(9, 13, 22, 0.12), 0 4px 16px rgba(9, 13, 22, 0.04);
    aspect-ratio: 4 / 3;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.p1-hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.p1-hero-showcase:hover .p1-hero-image-wrap img {
    transform: scale(1.03);
}

/* Floating Luxury Badges */
.p1-float-badge-top {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: var(--p1-radius-pill);
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    color: var(--p1-color-dark);
    box-shadow: 0 8px 24px rgba(9, 13, 22, 0.08);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.p1-float-badge-bottom {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 16px;
    padding: 12px 18px;
    box-shadow: 0 12px 32px rgba(9, 13, 22, 0.12);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
}

.p1-float-stars {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 1px;
}

.p1-float-text {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--p1-color-dark);
    line-height: 1.25;
}

.p1-float-sub {
    font-size: 11px;
    font-weight: 500;
    color: var(--p1-color-muted);
}

/* ==========================================================================
   5. Category Showcase Section (Clean Boutique 4-Card Grid)
   ========================================================================== */
.p1-categories {
    padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 64px);
    background: #fbfcfe;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    width: 100%;
    box-sizing: border-box;
}

.p1-section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto clamp(36px, 5vw, 56px);
}

.p1-section-eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--p1-color-rose);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.p1-section-title {
    font-family: var(--p1-font-display) !important;
    font-size: clamp(1.75rem, 3.5vw, 2.65rem) !important;
    font-weight: 800 !important;
    color: var(--p1-color-dark) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.025em !important;
    margin: 0 0 12px 0 !important;
    word-break: break-word;
}

.p1-section-sub {
    font-size: 1.05rem !important;
    color: var(--p1-color-muted) !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

/* Grid Layout */
.p1-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    max-width: 1360px;
    margin: 0 auto;
    width: 100%;
}

/* Individual Card */
.p1-cat-card {
    background: #ffffff;
    border-radius: var(--p1-radius-card);
    overflow: hidden;
    border: 1px solid #edf2f7;
    box-shadow: var(--p1-shadow-card);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.p1-cat-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--p1-shadow-hover);
    border-color: rgba(225, 29, 72, 0.25);
}

/* Studio Stage Image */
.p1-cat-visual {
    background: #fdfdfe;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 24px;
    overflow: hidden;
    border-bottom: 1px solid #f8fafc;
}

.p1-cat-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--p1-radius-pill);
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    color: var(--p1-color-rose);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(9, 13, 22, 0.04);
    z-index: 2;
}

.p1-cat-visual img {
    max-height: 220px;
    width: auto;
    max-width: 90%;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(9, 13, 22, 0.08));
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.p1-cat-card:hover .p1-cat-visual img {
    transform: translateY(-6px) scale(1.05);
}

/* Card Content */
.p1-cat-info {
    padding: 22px 22px 24px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.p1-cat-title {
    font-size: 1.22rem !important;
    font-weight: 700 !important;
    color: var(--p1-color-dark) !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.25 !important;
}

.p1-cat-desc {
    font-size: 0.88rem !important;
    color: var(--p1-color-muted) !important;
    line-height: 1.45 !important;
    margin: 0 0 16px 0 !important;
    min-height: 38px;
}

.p1-cat-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--p1-color-rose);
    margin-top: auto;
}

.p1-cat-arrow-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff1f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--p1-color-rose);
    transition: all 0.25s ease;
}

.p1-cat-card:hover .p1-cat-arrow-circle {
    background: var(--p1-color-rose);
    color: #ffffff;
    transform: translateX(4px);
}

/* ==========================================================================
   6. Bulletproof Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1180px) {
    .p1-header-nav {
        gap: 16px;
    }
    .p1-nav-link {
        font-size: 13.5px;
    }
    .p1-categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 980px) {
    .p1-header-nav {
        display: none !important;
    }
    .p1-mobile-toggle {
        display: inline-flex !important;
    }
    .p1-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .p1-hero-content {
        max-width: 100%;
    }
    .p1-hero-image-wrap {
        max-width: 480px;
    }
}

@media (max-width: 640px) {
    .p1-header {
        height: 64px;
        padding: 0 16px;
        justify-content: space-between;
    }
    .p1-header-logo {
        margin-right: 0;
        flex-shrink: 0;
    }
    .p1-header-logo img {
        height: 36px;
        width: auto;
        max-width: 150px;
    }
    .p1-header-utils {
        gap: 8px;
        flex-shrink: 0;
    }
    .p1-header-cta,
    .p1-search-btn {
        display: none !important;
    }
    .p1-phone-badge {
        width: 38px;
        height: 38px;
        padding: 0 !important;
        border-radius: 50% !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .p1-phone-badge span {
        display: none !important;
    }
    .p1-cart-btn {
        width: 38px;
        height: 38px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .p1-mobile-toggle {
        display: inline-flex !important;
        width: 38px;
        height: 38px;
        border-radius: 8px;
        flex-shrink: 0;
    }
    .p1-hero {
        padding: 32px 16px 44px;
    }
    .p1-hero-title {
        font-size: 2.2rem !important;
        line-height: 1.1 !important;
    }
    .p1-hero-sub {
        font-size: 0.98rem !important;
        margin-bottom: 24px !important;
    }
    .p1-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .p1-btn-primary, .p1-btn-secondary {
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 14px 20px;
    }
    .p1-hero-trust-bar {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .p1-categories {
        padding: 44px 16px 56px;
    }
    .p1-categories-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .p1-cat-visual {
        height: 240px;
    }
    .p1-float-badge-top {
        font-size: 10.5px;
        padding: 6px 12px;
    }
    .p1-float-badge-bottom {
        padding: 10px 14px;
    }
}

/* ==========================================================================
   6. Celebrations Showcase Carousel (Anti-Slop Luxury Design)
   ========================================================================== */
.p1-carousel-section {
    background: #ffffff;
    padding: clamp(60px, 8vw, 100px) 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #f1f5f9;
}

.p1-carousel-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 48px);
}

.p1-carousel-header-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(32px, 4vw, 48px);
    flex-wrap: wrap;
}

.p1-carousel-header-text {
    max-width: 700px;
}

.p1-carousel-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff1f2;
    border: 1px solid #fecdd3;
    color: #e11d48;
    padding: 6px 14px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.p1-carousel-title {
    font-family: var(--p1-font-display) !important;
    font-size: clamp(2rem, 3.8vw, 2.85rem) !important;
    font-weight: 800 !important;
    color: var(--p1-color-dark) !important;
    letter-spacing: -0.025em !important;
    line-height: 1.15 !important;
    margin: 0 0 12px 0 !important;
}

.p1-carousel-title span {
    color: #e11d48;
}

.p1-carousel-subtitle {
    font-size: 1.05rem !important;
    color: var(--p1-color-muted) !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.p1-carousel-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.p1-carousel-all-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    font-weight: 700;
    color: #e11d48;
    text-decoration: none;
    margin-right: 6px;
    padding: 10px 18px;
    border-radius: 9999px;
    background: #fff1f2;
    border: 1px solid #fecdd3;
    transition: all 0.2s ease;
}

.p1-carousel-all-link:hover {
    background: #e11d48;
    color: #ffffff;
    border-color: #e11d48;
    transform: translateY(-1px);
}

.p1-carousel-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.p1-carousel-btn:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

.p1-carousel-btn:active {
    transform: scale(0.95);
}

/* Track Wrapper & Track */
.p1-carousel-viewport {
    position: relative;
    margin: 0 -24px;
    padding: 12px 24px 24px;
    overflow: hidden;
}

.p1-carousel-track {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 8px;
}

.p1-carousel-track::-webkit-scrollbar {
    display: none;
}

/* Carousel Slide Card */
.p1-carousel-card {
    flex: 0 0 clamp(290px, 30vw, 360px);
    scroll-snap-align: start;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px -4px rgba(15, 23, 42, 0.05);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
}

.p1-carousel-card:hover {
    transform: translateY(-8px);
    border-color: #fecdd3;
    box-shadow: 0 20px 40px -10px rgba(225, 29, 72, 0.14);
}

.p1-carousel-media {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    background: #f8fafc;
    overflow: hidden;
}

.p1-carousel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.p1-carousel-card:hover .p1-carousel-media img {
    transform: scale(1.06);
}

.p1-carousel-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #e11d48;
    padding: 5px 12px;
    border-radius: 9999px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    z-index: 2;
}

.p1-carousel-content {
    padding: 22px 24px 26px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.p1-carousel-item-title {
    font-family: var(--p1-font-display) !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #090d16 !important;
    line-height: 1.3 !important;
    margin: 0 0 6px 0 !important;
}

.p1-carousel-item-desc {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.55 !important;
    margin: 0 0 16px 0 !important;
    flex-grow: 1;
}

.p1-carousel-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 700;
    color: #e11d48;
    transition: gap 0.2s ease;
}

.p1-carousel-card:hover .p1-carousel-action {
    gap: 12px;
    color: #be123c;
}

/* Indicators */
.p1-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.p1-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.25s ease;
    border: none;
    padding: 0;
}

.p1-carousel-dot.active {
    width: 28px;
    background: #e11d48;
}

@media (max-width: 768px) {
    .p1-carousel-section {
        padding: 48px 0;
    }
    .p1-carousel-card {
        flex: 0 0 280px;
    }
    .p1-carousel-viewport {
        margin: 0 -16px;
        padding: 10px 16px 20px;
    }
}

