/* ==========================================================================
   THE BOUTIQUE LOOKBOOK DESIGN SUITE (PREMIUM LIGHT SYSTEM)
   ========================================================================== */
:root {
    --canvas-bg-warm: #FCFBF7;       /* Minimal studio gallery bone white */
    --card-surface-solid: #FFFFFF;   /* Clean luxury paper stock white */
    --typography-charcoal: #0F1416;  /* High-end contrast editorial black */
    --typography-muted: #5C676D;     /* Delicate text layer color */
    --brand-gold-matte: #C5A880;     /* Refined matte champagne gold */
    --brand-gold-bright: #DFBA73;    /* Highlight accent gold metric */
    --border-hairline: rgba(15, 20, 22, 0.05);
    --border-gold-soft: rgba(197, 168, 128, 0.22);
    --fluid-transition: cubic-bezier(0.25, 1, 0.5, 1);
}

.boutique-tours-canvas {
    background-color: var(--canvas-bg-warm);
    padding: 160px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.boutique-tours-canvas .luxury-wrapper {
    max-width: 1400px; /* Expansive real estate spacing */
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 10;
}

/* Subtle architectural studio background backdrop glow */
.canvas-ambient-glow {
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: -10%;
    right: -10%;
    background: radial-gradient(circle, rgba(197, 168, 128, 0.03) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

/* ==========================================================================
   EDITORIAL MASTER HEADER SPLIT DESIGN
   ========================================================================== */
.editorial-top-tier {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 100px;
    align-items: flex-end;
    margin-bottom: 90px;
}

.editorial-kicker {
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: var(--brand-gold-matte);
    margin-bottom: 20px;
}

.editorial-main-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 4.8vw, 4.2rem);
    font-weight: 800;
    color: var(--typography-charcoal);
    line-height: 1.15;
    margin: 0;
    letter-spacing: -1px;
}

.gold-accent-serif {
    font-style: italic;
    font-weight: 400;
    color: var(--brand-gold-matte);
}

.editorial-lead-copy {
    font-size: 16px;
    line-height: 1.85;
    color: var(--typography-muted);
    margin: 0;
    border-left: 2px solid var(--brand-gold-matte);
    padding-left: 30px;
}

/* ==========================================================================
   MINIMAL NAVIGATION & RESULTS TRACKER BAR
   ========================================================================== */
.curated-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 70px;
    border-bottom: 1px solid var(--border-hairline);
    padding-bottom: 25px;
    flex-wrap: wrap;
}

.filter-btn-cluster {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.curated-filter-trigger {
    background: transparent;
    border: 1px solid transparent;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--typography-muted);
    cursor: pointer;
    transition: all 0.4s var(--fluid-transition);
}

.curated-filter-trigger:hover {
    color: var(--typography-charcoal);
}

.curated-filter-trigger.active {
    color: var(--typography-charcoal);
    border-bottom: 2px solid var(--typography-charcoal);
    font-weight: 800;
}

.filter-live-metric {
    font-size: 13px;
    font-weight: 600;
    color: var(--typography-muted);
    letter-spacing: 0.5px;
}

.metric-bold {
    color: var(--typography-charcoal);
    font-weight: 800;
}

/* ==========================================================================
   PREMIUM STUDIO LOOKBOOK MATRIX SHOWCASE
   ========================================================================== */
.lookbook-showcase-matrix {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    will-change: transform;
}

.lookbook-luxury-card {
    background: var(--card-surface-solid);
    border: 1px solid var(--border-hairline);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.8s var(--fluid-transition), box-shadow 0.8s var(--fluid-transition), border-color 0.4s ease, opacity 0.5s ease;
}

/* Deep Portrait Cinematic Aspect Media Block */
.lookbook-media-vault {
    position: relative;
    width: 100%;
    height: 340px; /* Elegant height layout proportions */
    overflow: hidden;
    background-color: var(--typography-charcoal);
}

.lookbook-native-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.6s var(--fluid-transition);
    will-change: transform;
}

/* Minimalistic Floating Labels */
.lookbook-micro-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: rgba(15, 20, 22, 0.95);
    color: var(--canvas-bg-warm);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 8px 16px;
    z-index: 5;
}

.lookbook-micro-badge.crown-badge {
    background-color: var(--brand-gold-matte);
    color: var(--typography-charcoal);
}

/* Sleek Frosted Overlay Info Strip */
.lookbook-glass-stats {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: background-color 0.4s ease, transform 0.6s var(--fluid-transition);
}

.stat-node {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--typography-charcoal);
    display: flex;
    align-items: center;
    gap: 6px;
}

.stat-node i {
    color: var(--brand-gold-matte);
}

.stat-node-rating {
    font-size: 12px;
    font-weight: 800;
    color: var(--typography-charcoal);
    display: flex;
    align-items: center;
    gap: 4px;
}

.stat-node-rating i {
    color: var(--brand-gold-bright);
}

/* Lookbook Details Container Layer */
.lookbook-text-vault {
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lookbook-meta-header {
    margin-bottom: 18px;
}

.geo-sub-tag {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    color: var(--brand-gold-matte);
    margin-bottom: 8px;
}

.lookbook-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--typography-charcoal);
    margin: 0;
    transition: color 0.3s ease;
}

.lookbook-card-abstract {
    font-size: 14px;
    line-height: 1.75;
    color: var(--typography-muted);
    margin: 0 0 35px 0;
}

/* Elegant Action Dock Layer Split */
.lookbook-action-dock {
    margin-top: auto;
    padding-top: 30px;
    border-top: 1px solid rgba(15, 20, 22, 0.04);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* Enhanced Luxury Price Layout */
.lookbook-price-kicker {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--typography-muted);
    margin-bottom: 4px;
}

.lookbook-price-display {
    font-size: 24px;
    font-weight: 800;
    color: var(--typography-charcoal);
    letter-spacing: -0.5px;
}

.lookbook-price-unit {
    font-size: 12px;
    font-weight: 500;
    color: var(--typography-muted);
    letter-spacing: 0;
}

/* Sleek Linear Text Link Button Interface */
.lookbook-arrow-cta {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: var(--typography-charcoal);
}

.cta-lbl {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    transition: color 0.4s ease, letter-spacing 0.4s var(--fluid-transition);
}

.cta-vector-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--canvas-bg-warm);
    border: 1px solid var(--border-hairline);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    transition: all 0.5s var(--fluid-transition);
}

/* ==========================================================================
   DYNAMIC INTERACTION DRIVERS (HOVER ENGINE)
   ========================================================================== */
.lookbook-luxury-card:hover {
    transform: translateY(-12px);
    border-color: var(--brand-gold-matte);
    box-shadow: 0 40px 80px rgba(197, 168, 128, 0.08);
}

.lookbook-luxury-card:hover .lookbook-native-img {
    transform: scale(1.06);
}

.lookbook-luxury-card:hover .lookbook-glass-stats {
    background-color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.lookbook-luxury-card:hover .lookbook-card-title {
    color: var(--brand-gold-matte);
}

.lookbook-luxury-card:hover .cta-lbl {
    color: var(--brand-gold-matte);
    letter-spacing: 3px;
}

.lookbook-luxury-card:hover .cta-vector-circle {
    background-color: var(--typography-charcoal);
    border-color: var(--typography-charcoal);
    color: var(--canvas-bg-warm);
    box-shadow: 0 8px 20px rgba(15, 20, 22, 0.15);
}

/* ==========================================================================
   RESPONSIVE DESIGN ADAPTATIONS
   ========================================================================== */
@media (max-width: 1200px) {
    .lookbook-showcase-matrix {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
    .lookbook-media-vault { height: 310px; }
}

@media (max-width: 992px) {
    .boutique-tours-canvas { padding: 110px 0; }
    .editorial-top-tier {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 70px;
    }
    .editorial-lead-copy { max-width: 100%; }
}

@media (max-width: 768px) {
    .lookbook-showcase-matrix {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .boutique-tours-canvas .luxury-wrapper { padding: 0 25px; }
    .curated-filter-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .boutique-tours-canvas { padding: 80px 0; }
    .lookbook-text-vault { padding: 35px 25px; }
}

/* ==========================================================================
   DESKTOP COMPONENT LAYOUT CORE
   ========================================================================== */
.curated-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 70px;
    border-bottom: 1px solid var(--border-hairline);
    padding-bottom: 25px;
}

.filter-scroll-container {
    display: block;
    width: auto;
}

.filter-btn-cluster {
    display: flex;
    gap: 8px;
}

.curated-filter-trigger {
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--typography-muted);
    cursor: pointer;
    transition: all 0.4s var(--fluid-transition);
    white-space: nowrap; /* Prevents button text itself from wrapping */
}

.curated-filter-trigger:hover {
    color: var(--typography-charcoal);
}

.curated-filter-trigger.active {
    color: var(--typography-charcoal);
    border-bottom: 2px solid var(--typography-charcoal);
    font-weight: 800;
}

.filter-live-metric {
    font-size: 13px;
    font-weight: 600;
    color: var(--typography-muted);
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.metric-bold {
    color: var(--typography-charcoal);
    font-weight: 800;
}


/* ==========================================================================
   PREMIUM MOBILE RESPONSIVE ADAPTATION (768px and Below)
   ========================================================================== */
@media (max-width: 768px) {
    .curated-filter-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding-bottom: 20px;
        margin-bottom: 45px;
        border-bottom: none; /* Removed default border to handle layout separately */
        position: relative;
    }

    /* Full-bleed overflow layout trick to allow edge-to-edge swiping */
    .filter-scroll-container {
        width: calc(100% + 80px); 
        margin-left: -40px; 
        margin-right: -40px;
        padding-left: 40px;
        padding-right: 40px;
        overflow-x: auto;
        /* Smooth elastic iOS momentum physics scroll */
        -webkit-overflow-scrolling: touch; 
        scrollbar-width: none; /* Hides Firefox native scroll track */
    }

    /* Completely hide Webkit browser scrollbars to preserve raw minimalism */
    .filter-scroll-container::-webkit-scrollbar {
        display: none; 
        width: 0 !important;
        height: 0 !important;
    }

    .filter-btn-cluster {
        display: flex;
        gap: 4px;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--border-hairline); /* Keeps design clean below track */
        width: max-content; /* Guarantees container expands to contain long content lengths */
    }

    .curated-filter-trigger {
        padding: 10px 18px;
        font-size: 11px;
        letter-spacing: 1px;
        flex-shrink: 0; /* CRITICAL: Stops browser from shrinking filters on narrow views */
    }
    
    .curated-filter-trigger.active {
        border-bottom: 2px solid var(--typography-charcoal);
    }

    .filter-live-metric {
        font-size: 12px;
        padding-left: 0;
        margin-top: 4px;
        opacity: 0.8;
    }
}

@media (max-width: 576px) {
    /* Adjust full bleed spacing for smaller wrapper padding metrics */
    .filter-scroll-container {
        width: calc(100% + 50px);
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 25px;
        padding-right: 25px;
    }
}