/* 
   =========================================
   BROKAR MARKETPLACE - EDITORIAL SYSTEM
   =========================================
   Design System: Premium, Minimalist, Sharp
   Typography: Playfair Display & Inter
   =========================================
*/

:root {
    --color-primary: #111111;
    --color-secondary: #666666;
    --color-accent: #C5A059;
    --color-accent-hover: #b38f4d;
    --color-background: #f5f5f7;
    /* Editorial Canvas */
    --color-surface: #ffffff;
    --color-text-primary: #111111;
    --color-text-secondary: #6e6e73;
    --color-text-tertiary: #86868b;
    --color-border: rgba(0, 0, 0, 0.05);
    --primary-gold: #C5A059;
    --primary-brass: #B8956C;
    --secondary-gold: #D4B978;
    --gold-gradient: linear-gradient(135deg, #C5A059 0%, #D4B978 100%);
    --transition-base: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    --shadow-premium: 0 10px 30px rgba(0, 0, 0, 0.05);
    --shadow-heavy: 0 20px 45px rgba(0, 0, 0, 0.1);
}

/* 1. GLOBAL RESET & BASE */
.editorial-page {
    background-color: var(--color-background);
    color: var(--color-text-primary);
    font-family: 'Inter', sans-serif;
}

/* Force Light Mode for Glass Components when in Editorial */
.editorial-page .category-filter-bar,
.editorial-page .secondary-filters {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}


.editorial-page a {
    text-decoration: none;
    color: inherit;
    transition: all var(--transition-base);
}

/* Typography */
.editorial-serif,
h1.editorial,
h2.editorial,
h3.editorial,
h4.editorial {
    font-family: 'Playfair Display', serif !important;
    letter-spacing: -0.01em;
}

.editorial-sans,
.meta-label,
.contact-details h4,
.property-location,
.feature-item,
.btn-editorial,
.stat-label {
    font-family: 'Inter', sans-serif !important;
}

.container-editorial {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* REINFORCE STANDARDIZATION ACROSS THEMES */
.editorial-page .category-filter-bar .container,
.editorial-page .results-section,
.agency-detail-page .detail-container,
.hero-minimal-editorial .container-editorial {
    max-width: 1400px !important;
    margin: 0 auto !important;
}

/* 2. HEADER/FOOTER FIXES (HACK SYSTEM) */
/* Targets hardcoded elements in layouts.public */
body>nav:not(#brokar-global-header),
body>footer:not(#brokar-global-footer),
.seo-footer-glass {
    display: none !important;
}

/* 3. HERO SYSTEMS */

/* Full Hero (Carousel Style) */
.hero-carousel-editorial {
    height: 70vh;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -70px;
    /* Overlap with fixed header */
}

.hero-carousel-editorial .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-carousel-editorial .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease;
}

.hero-carousel-editorial .hero-slide.active {
    opacity: 1;
}

.hero-carousel-editorial .hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-carousel-editorial .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.hero-carousel-editorial .hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 2rem;
    color: white;
}

.hero-carousel-editorial h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    color: white !important;
}

.hero-carousel-editorial p {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    opacity: 0.9;
    margin-bottom: 3rem;
}

/* Simple Hero (Minimal Style) */
.hero-minimal-editorial {
    background: #111;
    padding: 10rem 0 6rem;
    position: relative;
    overflow: hidden;
    margin-top: -70px;
}

.hero-minimal-editorial::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

/* 4. TABS & BADGES */
.market-tabs-editorial {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.tab-btn-editorial {
    padding: 1rem 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.tab-btn-editorial.active {
    background: white;
    color: black;
    border-color: white;
}

.hero-badges-editorial {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
}

.hero-badge-editorial {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.hero-badge-editorial i {
    color: var(--color-accent);
}

/* 5. SEARCH & FILTERS */
.search-container-editorial {
    background: #ffffff;
    padding: 1.25rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    box-shadow: var(--shadow-heavy);
    max-width: 1000px;
    margin: -50px auto 4rem;
    position: relative;
    z-index: 10;
}

.search-field-editorial {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fdfdfd;
    border: 1px solid #eee;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
}

.search-field-editorial:focus-within {
    border-color: var(--color-accent);
    background: white;
}

.search-field-editorial i {
    color: var(--color-accent);
    font-size: 0.9rem;
}

.search-field-editorial input,
.search-field-editorial select {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
}

/* 6. LISTS & GRIDS */

/* Agency List - Linear */
.agency-list-editorial {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto 6rem;
}

.agency-item-editorial {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.2rem;
    background: white;
    box-shadow: var(--shadow-premium);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all var(--transition-base);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.agency-item-editorial:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-heavy);
    padding-left: 2.5rem;
}

.agency-item-editorial::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: var(--color-accent);
    transition: width 0.3s ease;
}

.agency-item-editorial:hover::before {
    width: 5px;
}

.agency-item-editorial .logo-box {
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.agency-item-editorial .logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.agency-body-editorial {
    display: flex;
    align-items: center;
    flex: 1;
}

.logo-placeholder-editorial {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--color-accent);
}

.agency-item-editorial .chevron {
    color: var(--color-accent);
    font-size: 1.2rem;
    opacity: 0.5;
    margin-left: 1rem;
}

.btn-search-editorial {
    height: 54px;
    padding: 0 3rem;
}

.agency-item-editorial .info-main {
    flex: 1;
    margin-left: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.agency-item-editorial .name {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #111;
    margin: 0;
}

.agency-item-editorial .location {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.agency-item-editorial .stats {
    display: flex;
    gap: 3.5rem;
    text-align: right;
    align-items: center;
}

.agency-item-editorial .stat-group {
    display: flex;
    flex-direction: column;
}

.agency-item-editorial .stat-value {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-style: italic;
    color: #111;
}

/* Agency Detail - Magazine Style */
.back-link-editorial {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: var(--color-accent) !important;
    margin-bottom: 3rem;
    opacity: 0.8;
}

.back-link-editorial:hover {
    opacity: 1;
    gap: 15px;
}

.floating-card-editorial {
    background: white;
    padding: 3.5rem;
    margin-top: -80px;
    margin-bottom: 4rem;
    box-shadow: var(--shadow-heavy);
    position: relative;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.grid-editorial-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.contact-details h4 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 0.5rem;
}

.filter-bar-editorial {
    display: flex;
    align-items: flex-end;
    gap: 1.5rem;
    background: white;
    padding: 2rem;
    border: 1px solid #eee;
    margin-bottom: 4rem;
}

.filter-group {
    flex: 1;
}

.filter-group label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #999;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.filter-control {
    width: 100%;
    border: none;
    border-bottom: 2px solid #eee;
    padding: 0.8rem 0;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 500;
    outline: none;
    transition: all 0.3s ease;
    background: transparent;
}

.filter-control:focus {
    border-color: var(--color-accent);
}

.btn-dark-editorial {
    background: #111;
    color: white;
    border: none;
    padding: 1.2rem 2.5rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-dark-editorial:hover {
    background: var(--color-accent);
}

.property-card-editorial .features {
    display: flex;
    gap: 1.2rem;
    margin-top: 1.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid #eee;
}

.property-card-editorial .feature-item {
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #888;
}

.property-card-editorial .price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #111;
    margin-top: 0.8rem;
}

/* Property Grid - Cards */
.grid-editorial-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.property-card-editorial {
    background: white;
    box-shadow: var(--shadow-premium);
    transition: all var(--transition-base);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.02);
    display: block;
}

.property-card-editorial:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
}

.property-card-editorial .image-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.property-card-editorial .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.property-card-editorial:hover .image-wrapper img {
    transform: scale(1.05);
}

.property-card-editorial .content {
    padding: 1.8rem;
}

.property-card-editorial .title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.4rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

/* 7. PAGINATION */
.pagination-editorial {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 4rem auto;
}

.page-btn-editorial {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid #eee;
    color: #111;
    font-weight: 600;
    transition: all 0.3s ease;
}

.page-btn-editorial:hover,
.page-btn-editorial.active {
    background: var(--color-accent);
    color: white;
    border-color: var(--color-accent);
}

/* 8. LOADING SYSTEM */
.loader-editorial {
    text-align: center;
    padding: 4rem 0;
}

.loader-dots-editorial {
    display: inline-flex;
    gap: 8px;
}

.loader-dots-editorial .dot {
    width: 8px;
    height: 8px;
    background: var(--color-accent);
    border-radius: 50%;
    animation: dotWaveEditorial 1.2s infinite ease-in-out;
}

.loader-dots-editorial .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.loader-dots-editorial .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes dotWaveEditorial {

    0%,
    80%,
    100% {
        transform: scale(0);
        opacity: 0.3;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/* 9. RESPONSIVE */
@media (max-width: 1200px) {
    .grid-editorial-4 {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-carousel-editorial h1 {
        font-size: 3rem;
    }
}

@media (max-width: 991px) {
    .grid-editorial-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-carousel-editorial {
        height: 60vh;
        min-height: 400px;
    }

    .hero-carousel-editorial h1 {
        font-size: 3rem;
    }

    .market-tabs-editorial {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .tab-btn-editorial {
        padding: 0.8rem 1.5rem;
        font-size: 0.7rem;
        flex: 1;
        min-width: 120px;
        text-align: center;
    }

    .search-container-editorial {
        flex-direction: column;
        width: calc(100% - 2rem);
        margin: -30px auto 3rem;
        padding: 1rem;
        gap: 1rem;
    }

    .search-field-editorial {
        width: 100%;
    }

    .btn-search-editorial {
        width: 100%;
        padding: 0.8rem;
        height: 50px;
    }

    .agency-item-editorial {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
        padding: 1.5rem;
    }

    .agency-body-editorial {
        flex-direction: column;
        width: 100%;
    }

    .agency-item-editorial .info-main {
        margin: 1.5rem 0 0;
    }

    .agency-item-editorial .stats {
        justify-content: center;
        width: 100%;
        gap: 2rem;
        padding-top: 1.5rem;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

    .agency-item-editorial .chevron {
        display: none;
    }

    /* Agency Detail Hero (Magazine) */
    .agency-stats-meta {
        gap: 2rem;
    }

    .stat-meta-value {
        font-size: 2rem;
    }

    .floating-card-editorial {
        padding: 2rem;
        margin-top: -40px;
    }

    .grid-editorial-3 {
        gap: 1.5rem;
    }

    .filter-bar-editorial {
        flex-direction: column;
        align-items: stretch;
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .grid-editorial-4 {
        grid-template-columns: 1fr;
    }

    .hero-carousel-editorial {
        height: 50vh;
        margin-top: -60px;
    }

    .hero-carousel-editorial h1 {
        font-size: 2.2rem;
    }

    .hero-carousel-editorial p {
        font-size: 0.8rem;
        margin-bottom: 2rem;
    }

    .hero-badges-editorial {
        gap: 1rem;
        flex-direction: column;
        align-items: center;
    }

    .agency-item-editorial .name {
        font-size: 1.5rem;
    }

    .agency-item-editorial .stat-value {
        font-size: 1.2rem;
    }

    .pagination-editorial {
        flex-wrap: wrap;
    }

    /* Agency Detail Mobile */
    .agency-stats-meta {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .grid-editorial-3 {
        grid-template-columns: 1fr;
    }

    .floating-card-editorial {
        padding: 1.5rem;
    }

    .agency-title-hero {
        font-size: 2rem;
    }
}

/* 
   =========================================
   MARKETPLACE HOME - SPECIFIC OVERRIDES
   ========================================= 
*/

/* 1. HERO - High Impact Typography */
.marketplace-hero .hero-content h1 {
    font-family: 'Playfair Display', serif !important;
    font-size: 4rem !important;
    font-weight: 400 !important;
    letter-spacing: -0.02em !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.marketplace-hero .hero-content p {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-size: 0.9rem !important;
    opacity: 0.9;
}

/* 2. CARDS - Glass to Editorial conversion */
.property-card-glass {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    overflow: visible !important;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.property-card-glass:hover {
    transform: translateY(-5px) !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.card-image-container {
    border-radius: 0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
}

.property-card-glass:hover .card-image-container {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25) !important;
}

.card-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em !important;
    color: #111 !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.3 !important;
}

.card-location {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #666 !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-price {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.4rem !important;
    color: #111 !important;
    font-weight: 600 !important;
    margin-top: 0.5rem !important;
    display: block !important;
    letter-spacing: -0.02em !important;
}

/* 3. CATEGORY BAR - Clean Lines */
.category-item {
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    opacity: 0.7;
    background: transparent !important;
}

.category-item.active {
    background: transparent !important;
    border-bottom: 2px solid #C5A059 !important;
    opacity: 1;
    box-shadow: none !important;
}

/* =============================================
   EMPTY STATE - Premium Design
   ============================================= */
.empty-state-editorial {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6rem 2rem;
    min-height: 50vh;
}

.empty-state-content {
    text-align: center;
    max-width: 540px;
}

.empty-icon-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-icon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(197, 160, 89, 0.08) 0%, rgba(197, 160, 89, 0.02) 100%);
    border-radius: 50%;
    animation: pulse-soft 3s ease-in-out infinite;
}

@keyframes pulse-soft {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.8; }
}

.empty-icon-wrapper i {
    font-size: 3rem;
    color: var(--color-accent);
    position: relative;
    z-index: 1;
}

.empty-state-content h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.2rem;
    color: var(--color-text-primary);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.empty-state-content > p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.empty-state-content > p strong {
    color: var(--color-text-primary);
    font-weight: 600;
}

.empty-suggestions {
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 1.5rem 2rem;
    margin-bottom: 2.5rem;
    text-align: left;
}

.empty-suggestions .suggestion-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-text-tertiary);
    font-weight: 600;
    margin-bottom: 1rem;
}

.empty-suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.empty-suggestions li {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.empty-suggestions li i {
    color: var(--color-accent);
    font-size: 0.75rem;
}

.empty-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.btn-outline-editorial {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 1rem 2rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-text-primary);
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all var(--transition-base);
    text-decoration: none;
}

.btn-outline-editorial:hover {
    background: var(--color-text-primary);
    color: white;
    border-color: var(--color-text-primary);
}

.empty-cta-box {
    padding-top: 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.empty-cta-box .cta-question {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: var(--color-text-tertiary);
    margin-bottom: 0.75rem;
}

.empty-cta-box .cta-link {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: var(--color-accent);
    font-style: italic;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.empty-cta-box .cta-link:hover {
    gap: 12px;
    color: var(--color-accent-hover);
}

/* Gold Button - Primary CTA */
.btn-gold-editorial {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 1rem 2rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    background: var(--gold-gradient);
    border: none;
    transition: all var(--transition-base);
    text-decoration: none;
    cursor: pointer;
}

.btn-gold-editorial:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(197, 160, 89, 0.35);
    color: white;
}

/* =============================================
   TYPOGRAPHY ENHANCEMENTS
   ============================================= */

/* Hero Typography Refinements */
.hero-carousel-editorial h1.editorial {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.hero-carousel-editorial p.editorial-sans {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0.85;
}

/* Search Container Typography */
.search-container-editorial input,
.search-container-editorial select {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.search-container-editorial input::placeholder {
    color: var(--color-text-tertiary);
    font-weight: 400;
}

/* Agency Item Typography Refinements */
.agency-item-editorial .name {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.agency-item-editorial .location {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-text-tertiary);
}

.agency-item-editorial .stat-value {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.01em;
}

.agency-item-editorial .stat-label {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-text-tertiary);
}

/* Pagination Typography */
.pagination-editorial {
    font-family: 'Inter', sans-serif;
}

.page-btn-editorial {
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
}

/* Mobile Responsive Typography */
@media (max-width: 768px) {
    .empty-state-editorial {
        padding: 4rem 1.5rem;
    }
    
    .empty-state-content h3 {
        font-size: 1.8rem;
    }
    
    .empty-actions {
        flex-direction: column;
    }
    
    .btn-gold-editorial,
    .btn-outline-editorial {
        width: 100%;
        justify-content: center;
    }
    
    .agency-item-editorial {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        padding: 1.5rem;
    }
    
    .agency-body-editorial {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .agency-item-editorial .info-main {
        margin-left: 0;
        margin-top: 1rem;
    }
    
    .agency-item-editorial .stats {
        width: 100%;
        justify-content: flex-start;
        gap: 2rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    
    .agency-item-editorial .chevron {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
    }
}