/* =========================================================
   MAGAZINE-LUXE THEME — High-end editorial / Playfair Display + Source Sans 3
   ========================================================= */

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

:root {
    --bg: #faf8f5;
    --surface: #fff;
    --text: #1c1917;
    --muted: #78716c;
    --accent: #b45309;
    --accent-hover: #92400e;
    --accent-soft: rgba(180,83,9,0.10);
    --border: #e7e0d8;
    --shadow-sm: 0 1px 3px rgba(28,25,23,0.05);
    --shadow-md: 0 4px 16px rgba(28,25,23,0.07);
    --shadow-lg: 0 12px 40px rgba(28,25,23,0.10);
    --radius: 4px;
    --radius-lg: 8px;
    --font-heading: 'Playfair Display', 'Georgia', serif;
    --font-body: 'Source Sans 3', 'Source Sans Pro', 'Segoe UI', sans-serif;
    --container: 1140px;
    --transition: 0.25s ease;
}

html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--bg);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent-hover); }
ul, ol { list-style: none; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.25;
    color: var(--text);
}

/* --- Container --- */
.qfup7 { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* =========================================================
   HEADER — ml-header
   ========================================================= */
.yzaci6 {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
}
.yzaci6 .qfup7 {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 72px;
}
.bbecp2 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
    letter-spacing: -0.01em;
}
.bbecp2:hover { color: var(--accent); }

.mdecd8 {
    flex: 1;
    max-width: 380px;
    position: relative;
    margin: 0 auto;
}
.egece7 {
    width: 100%;
    padding: 10px 42px 10px 18px;
    border: 1px solid var(--border);
    border-radius: 2px;
    font-family: var(--font-body);
    font-size: 0.875rem;
    background: var(--bg);
    color: var(--text);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.egece7:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}
.jfecy1 {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 6px 10px;
    color: var(--muted);
    transition: color var(--transition);
}
.jfecy1:hover { color: var(--accent); }

.ycecu0 {
    display: flex;
    align-items: center;
    gap: 4px;
}
.ycecu0 a {
    color: var(--muted);
    font-size: 0.85rem;
    font-weight: 500;
    padding: 6px 14px;
    letter-spacing: 0.02em;
    transition: color var(--transition);
}
.ycecu0 a:hover { color: var(--accent); }

/* Search Dropdown */
.jmicx7 {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    z-index: 200;
}
.jmicx7 a {
    display: block;
    padding: 10px 18px;
    color: var(--text);
    font-size: 0.875rem;
    border-bottom: 1px solid var(--border);
    transition: background var(--transition);
}
.jmicx7 a:last-child { border-bottom: none; }
.jmicx7 a:hover { background: var(--accent-soft); color: var(--accent); }

/* =========================================================
   MAIN
   ========================================================= */
.vhaci0 { min-height: 60vh; padding: 40px 0 64px; }

/* =========================================================
   HERO — ml-hero
   ========================================================= */
.checp7 {
    text-align: center;
    padding: 3.5rem 0 3rem;
    border-bottom: 1px solid var(--border);
    position: relative;
}
.checp7::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: var(--accent);
    margin: 2.5rem auto 0;
}
.nkecy1 {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1.25rem;
    font-family: var(--font-body);
    font-weight: 600;
}
.checp7 h1 {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1rem;
    font-style: italic;
}
.slecg7 {
    max-width: 560px;
    margin: 0 auto 2rem;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.75;
}
.cjecx0 {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.slacx5 {
    display: inline-block;
    background: var(--accent);
    color: #fff !important;
    padding: 0.85rem 2.2rem;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: var(--font-body);
    transition: background var(--transition), transform 0.15s;
    box-shadow: 0 4px 16px rgba(180,83,9,0.25);
}
.slacx5:hover { background: var(--accent-hover); transform: translateY(-1px); color: #fff !important; }
.amacg0 {
    display: inline-block;
    color: var(--accent) !important;
    border: 1px solid var(--accent);
    padding: 0.85rem 2rem;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: var(--font-body);
    font-weight: 600;
    transition: background var(--transition);
}
.amacg0:hover { background: var(--accent-soft); }
.tbick8 {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}
.pweca6 { text-align: center; }
.wzeci5 {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--accent);
}
.axecn3 {
    font-size: 0.75rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* =========================================================
   ORNAMENTAL SEPARATOR
   ========================================================= */
.ptecx8 {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin: 2.5rem 0;
    color: var(--border);
}
.ptecx8::before, .ptecx8::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
}
.ptecx8 span {
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    color: var(--accent);
    opacity: 0.5;
    font-family: var(--font-heading);
}

/* =========================================================
   SECTIONS
   ========================================================= */
.fricd8 { margin-bottom: 40px; }
.fricd8 h2 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}
.fricd8 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--accent);
}
.ksice2 { margin-bottom: 32px; }
.ksice2 p {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.8;
}
.ksice2 p a { font-weight: 600; color: var(--accent); }

/* =========================================================
   BREADCRUMB
   ========================================================= */
.xwia7 {
    font-size: 0.8rem;
    color: var(--muted);
    margin-bottom: 28px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
    letter-spacing: 0.01em;
}
.xwia7 a { color: var(--accent); font-weight: 500; }

/* =========================================================
   ANNONCES GRID (cards-grid / card pattern)
   ========================================================= */
.gmeo0, .csop4 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.mbg2, .ddoa1 {
    display: flex;
    background: var(--surface);
    border: 1px solid var(--border);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
}
.mbg2:hover, .ddoa1:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.tfa2, .xkov5 {
    width: 200px;
    min-height: 200px;
    object-fit: contain;
    background: #f0ebe4;
    flex-shrink: 0;
}
.icz3, .jfok8 {
    padding: 22px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}
.ihj2, .onow9, .uqop1 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
}
.uqop1 a { color: inherit; }
.ihj2:hover, .onow9:hover, .uqop1 a:hover { color: var(--accent); }
.vroo9 {
    font-size: 0.82rem;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 4px;
}
.jgv2, .imoa5 {
    font-size: 0.82rem;
    color: var(--muted);
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.jdn7, .ljof0 {
    font-size: 0.875rem;
    color: var(--muted);
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =========================================================
   TAGS
   ========================================================= */
.bdocw9 { display: flex; flex-wrap: wrap; gap: 8px; }
.jzicn3 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: var(--surface);
    color: var(--text);
    border: 1px solid var(--border);
    font-size: 0.82rem;
    font-weight: 500;
    transition: border-color var(--transition), color var(--transition), background var(--transition);
}
.jzicn3:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-soft);
}
.pcocd6 {
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 400;
}
.jzicn3:hover .pcocd6 { color: var(--accent); }

/* =========================================================
   FILTER BAR — ml-filters
   ========================================================= */
.kkuo0, .pluh2, .dvacf5 {
    margin: 1.5rem 0 2rem;
    padding: 1.25rem 1.5rem;
    background: var(--surface);
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.rruo8 {
    position: relative;
}
.hcacu9 {
    cursor: pointer;
    background: var(--bg);
    border: 1px solid var(--border);
    padding: 8px 16px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text);
    transition: all var(--transition);
}
.hcacu9:hover,
.ksug1 .hcacu9 {
    border-color: var(--accent);
    color: var(--accent);
}
.nbacw3 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    padding: 8px;
    min-width: 200px;
}
.nbacw3[hidden] { display: none !important }
.nbacw3:not([hidden]) { display: flex; flex-wrap: wrap; gap: .4rem }
.fnuz3 {
    flex: 1;
    padding: 12px 18px;
    border: 1px solid var(--border);
    font-family: var(--font-body);
    font-size: 0.9rem;
    background: var(--bg);
    color: var(--text);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.fnuz3:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}
.amuh1 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.amuh1 + .amuh1 {
    padding-top: 0.75rem;
    border-top: 1px solid var(--border);
}
.xpuo8 {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
    white-space: nowrap;
    min-width: 8.5rem;
    flex-shrink: 0;
}
.jqut7 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.kbocw3 {
    background: var(--accent) !important;
    color: #fff !important;
    border-color: var(--accent) !important;
    font-weight: 600;
}
.kbocw3 .pcocd6 { color: rgba(255,255,255,0.75) !important; }

/* =========================================================
   PAGINATION
   ========================================================= */
.ygicd5 {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 36px;
}
.ygicd5 a, .ygicd5 span, .rjicr3, .chicx8 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid var(--border);
    color: var(--muted);
    transition: all var(--transition);
    text-decoration: none;
}
.ygicd5 a:hover, .rjicr3:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-soft);
}
.ygicd5 .rhuu8, .kkich6 {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}
.chicx8 { border: none; }

/* =========================================================
   ANNONCE DETAIL PAGE — ml-annonce
   ========================================================= */
.vjacr0 { }
.dtk8 { margin-bottom: 28px; }
.dtk8 h1 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    font-style: italic;
}
.aza1 {
    color: var(--muted);
    font-size: 0.95rem;
    margin-top: 6px;
    letter-spacing: 0.02em;
}

/* Gallery — ml-gallery */
.psb8, .pxacy1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}
.vcef3 {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: contain;
    background: #f0ebe4;
    border: 1px solid var(--border);
}
.nrf5 { margin-bottom: 32px; }

/* CTA Button */
.pboc0 {
    display: inline-block;
    padding: 14px 38px;
    background: var(--accent);
    color: #fff;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
    box-shadow: 0 4px 16px rgba(180,83,9,0.25);
}
.pboc0:hover {
    background: var(--accent-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(180,83,9,0.3);
}

/* Floating CTA */
.bcoq9 {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 900;
    padding: 0.85rem 2rem;
    font-size: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
}
.bcoq9.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
@media (max-width: 768px) {
    .bcoq9 {
        left: 16px;
        right: 16px;
        bottom: 16px;
        text-align: center;
    }
}

/* Tabs */
.xkn9 {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    border-bottom: 1px solid var(--border);
}
.clu3 {
    padding: 14px 28px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--muted);
    background: none;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color var(--transition), border-color var(--transition);
}
.clu3:hover { color: var(--accent); }
.clu3.active {
    color: var(--accent);
    border-bottom-color: var(--accent);
}
.ejm0 { display: none; padding: 28px 0; }
.ejm0.active { display: block; }
.ejm0 p { color: var(--muted); line-height: 1.8; }

.lqs1 {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 36px;
    align-items: start;
}

/* Sidebar — ml-sidebar */
.eley0, .vvect0 {
    position: sticky;
    top: 90px;
}
.svt9 {
    background: var(--bg);
    border: 1px solid var(--border);
    padding: 22px;
    margin-bottom: 18px;
}
.hxt4 {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.875rem;
}
.hxt4:last-child { border-bottom: none; }
.xwk7 { font-weight: 600; color: var(--text); }

.ndev4 {
    background: var(--bg);
    border: 1px solid var(--border);
    padding: 22px;
}
.ndev4 h3 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 14px;
}
.ilick7 { display: flex; flex-wrap: wrap; gap: 6px; }
.ilick7 li {
    padding: 5px 14px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 600;
}

.ikee1 { margin-bottom: 28px; }
.ikee1 h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 0;
}
.ikee1 h2::after { display: none; }

/* =========================================================
   COMMENTS — ml-comments
   ========================================================= */
.rme8, .rkacp1 { margin-top: 40px; }
.qpu0 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-family: var(--font-heading);
}
.vnz4 {
    background: var(--accent);
    color: #fff;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 0.8rem;
    font-weight: 700;
    font-family: var(--font-body);
}
.cdua9 { display: flex; flex-direction: column; gap: 16px; }
.pzoc7 {
    background: var(--bg);
    border: 1px solid var(--border);
    padding: 18px 20px;
}
.oxoa0 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.lvoz0 {
    font-weight: 700;
    font-size: 0.95rem;
    font-family: var(--font-heading);
}
.kbus7 { color: var(--accent); letter-spacing: 2px; font-size: 0.9rem; }
.jwox9 { color: var(--muted); font-size: 0.8rem; margin-left: auto; }
.dcus3 { margin: 0; font-size: 0.9rem; line-height: 1.7; color: var(--muted); }

/* Card comments (grid cards) */
.ggoo4 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: 0.8rem;
    color: var(--muted);
}
.wpoi8 { color: var(--accent); letter-spacing: 1px; }
.lhod3 { color: inherit; }

.ijea8 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent-soft);
    padding: 6px 14px;
    margin-top: 10px;
    font-size: 0.9rem;
}
.dhek9 { color: var(--accent); letter-spacing: 2px; }
.jger8 { font-weight: 700; }
.jfez7 { color: var(--muted); text-decoration: none; font-size: 0.85rem; }
.jfez7:hover { text-decoration: underline; }

/* =========================================================
   SEARCH PAGE — ml-search-form
   ========================================================= */
.pnicg8, .prech9 { display: flex; gap: 12px; margin-bottom: 32px; max-width: 600px; }
.sqica4 {
    flex: 1;
    padding: 14px 20px;
    border: 1px solid var(--border);
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--text);
    background: var(--surface);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.sqica4:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--accent-soft);
}
.zpicg2 {
    padding: 14px 28px;
    background: var(--accent);
    color: #fff;
    border: none;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background var(--transition);
    white-space: nowrap;
}
.zpicg2:hover { background: var(--accent-hover); }
.vwice0 { color: var(--muted); margin-bottom: 28px; font-size: 0.95rem; }

/* =========================================================
   ML RESULTS
   ========================================================= */
.uqecc2 { }

/* =========================================================
   ML LIST
   ========================================================= */
.knecy4 { }

/* =========================================================
   BLOG
   ========================================================= */
.nbiu5 { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.vcih4 {
    padding: 8px 18px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--muted);
    background: var(--surface);
    border: 1px solid var(--border);
    letter-spacing: 0.02em;
    transition: all var(--transition);
}
.vcih4:hover,
.qdig8 {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

/* Blog hero */
.khib2 {
    display: block;
    margin-bottom: 36px;
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    transition: box-shadow var(--transition);
}
.khib2:hover { box-shadow: var(--shadow-lg); }
.wliu1 { width: 100%; height: 360px; object-fit: cover; }
.jjil5 { padding: 32px 36px; }
.vkik7 {
    display: inline-block;
    padding: 4px 14px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}
.jjil5 h2 {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    color: var(--text);
}
.jjil5 p { color: var(--muted); font-size: 0.95rem; line-height: 1.65; margin-bottom: 10px; }
.jjil5 time { color: var(--muted); font-size: 0.8rem; }

/* Blog grids */
.tgim1 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 36px; }
.vfin9 { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }

/* Blog list */
.evip9 { display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px; }
.wmiv8 {
    display: flex;
    gap: 20px;
    background: var(--surface);
    border: 1px solid var(--border);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition);
}
.wmiv8:hover { box-shadow: var(--shadow-md); }
.rsib5 { flex-shrink: 0; }
.zrii8 { width: 220px; height: 100%; min-height: 160px; object-fit: cover; }
.vniv5 { padding: 22px; display: flex; flex-direction: column; justify-content: center; }
.opid9 {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}
.vniv5 h2 { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; line-height: 1.35; margin-bottom: 6px; }
.vniv5 h2 a { color: var(--text); }
.vniv5 h2 a:hover { color: var(--accent); }
.oqip7 { font-size: 0.8rem; color: var(--muted); margin-bottom: 8px; }
.vniv5 p { font-size: 0.875rem; color: var(--muted); line-height: 1.65; margin-bottom: 10px; }
.atis8 { font-size: 0.82rem; font-weight: 600; color: var(--accent); letter-spacing: 0.02em; }
.atis8:hover { text-decoration: underline; }

/* Blog cards */
.hveh1 {
    background: var(--surface);
    border: 1px solid var(--border);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition);
}
.hveh1:hover { box-shadow: var(--shadow-md); }
.fzek7 { width: 100%; height: 200px; object-fit: cover; }
.fwey6 { padding: 20px 24px; }
.gxec3 {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}
.hveh1 h3 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 8px;
}
.hveh1 h3 a { color: var(--text); }
.hveh1 h3 a:hover { color: var(--accent); }
.hveh1 p { font-size: 0.85rem; color: var(--muted); line-height: 1.6; margin-bottom: 8px; }
.hveh1 time { font-size: 0.75rem; color: var(--muted); }

/* Article detail */
.treq7 { margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.treq7 h1 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 14px;
    font-style: italic;
}
.ntej6 { display: flex; align-items: center; gap: 16px; }
.eqeh7 { font-size: 0.85rem; color: var(--muted); }
.tneg8 {
    padding: 4px 14px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.tsec2 { width: 100%; max-height: 480px; object-fit: cover; margin-bottom: 36px; }
.fpet0 { max-width: 760px; margin-bottom: 48px; }
.fpet0 h2, .fpet0 h3 { margin-top: 32px; margin-bottom: 14px; }
.gguk4 p { color: var(--text); line-height: 1.85; margin-bottom: 18px; }
.gguk4 a { font-weight: 600; text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 2px; }
.gguk4 ul, .gguk4 ol { padding-left: 24px; margin-bottom: 18px; list-style: disc; }
.gguk4 li { color: var(--text); margin-bottom: 6px; line-height: 1.75; }

/* =========================================================
   FOOTER — ml-footer
   ========================================================= */
.swacf5 {
    background: var(--text);
    color: #d6d3d1;
    margin-top: 48px;
    padding: 56px 0 0;
}
.swacf5 .igacz0 {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 48px;
}
.swacf5 .ffact6 h4 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}
.swacf5 .ffact6 h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--accent);
}
.swacf5 .ffact6 p { font-size: 0.875rem; line-height: 1.7; color: #a8a29e; }
.swacf5 .ffact6 ul { display: flex; flex-direction: column; gap: 8px; }
.swacf5 .ffact6 ul li a {
    font-size: 0.85rem;
    color: #a8a29e;
    transition: color var(--transition);
}
.swacf5 .ffact6 ul li a:hover { color: var(--accent); }
.swacf5 .vdacz6 {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #292524;
    font-size: 0.8rem;
    color: #78716c;
    text-align: center;
}

/* =========================================================
   INLINE CTA BLOCK
   ========================================================= */
.jmecj5 {
    background: var(--surface);
    border: 1px solid var(--border);
    border-top: 3px solid var(--accent);
    padding: 2.5rem;
    text-align: center;
    margin: 2.5rem 0;
}
.jmecj5 h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.jmecj5 p { color: var(--muted); font-size: 0.9rem; margin-bottom: 1.5rem; }

/* =========================================================
   STEPS
   ========================================================= */
.rficy8 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid var(--border);
}
.ucict9 {
    background: var(--surface);
    padding: 2rem 1.75rem;
    border-right: 1px solid var(--border);
    transition: background var(--transition);
}
.ucict9:last-child { border-right: none; }
.ucict9:hover { background: var(--bg); }
.idicn8 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--border);
    line-height: 1;
    margin-bottom: 0.75rem;
    font-style: italic;
}
.ucict9:hover .idicn8 { color: var(--accent); transition: color 0.3s; }
.ucict9 h3 {
    font-family: var(--font-body);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text);
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.ucict9 p { font-size: 0.85rem; color: var(--muted); line-height: 1.6; }

/* =========================================================
   FEATURED PROFILE
   ========================================================= */
.znacj4 {
    background: var(--surface);
    border: 1px solid var(--border);
    display: flex;
    gap: 0;
    overflow: hidden;
    margin: 2rem 0;
}
.zsacc9 {
    width: 280px;
    min-height: 320px;
    object-fit: contain;
    background: #f0ebe4;
    flex-shrink: 0;
}
.fpacu4 {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kracm9 {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1rem;
}
.fpacu4 h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 0.5rem;
}
.ktacm8 {
    color: var(--muted);
    font-size: 0.85rem;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}
.cqacw6 {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =========================================================
   SEO-FIRST LAYOUT — ml-page-content / ml-seo-block
   ========================================================= */
.tpecf8 {
    display: flex;
    flex-direction: column;
}
.hseca5 {
    order: 99;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--border);
}
.hseca5 h2 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    padding-bottom: 10px;
    margin-bottom: 16px;
}
.hseca5 h2::after {
    width: 40px;
    height: 2px;
    background: var(--accent);
}
.rvica7 { color: var(--muted); line-height: 1.8; font-size: 0.95rem; }
.rvica7 p { margin-bottom: 14px; }
.rvica7 a { color: var(--accent); font-weight: 600; }

/* Flex children ordering */
.tpecf8 .xwia7 { order: 1; }
.tpecf8 h1 { order: 2; }
.tpecf8 .ksice2 { order: 3; }
.tpecf8 .dvacf5 { order: 5; }
.tpecf8 .uqecc2 { order: 6; }
.tpecf8 .fricd8 { order: 10; }

/* =========================================================
   CITIES MAP
   ========================================================= */
.ator0 { order: 80; margin-bottom: 2rem; }

/* =========================================================
   EMPTY STATE
   ========================================================= */
.ajut8 { text-align: center; color: var(--muted); padding: 52px 0; font-size: 1rem; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
    .lqs1 { grid-template-columns: 1fr; }
    .swacf5 .igacz0 { grid-template-columns: 1fr 1fr; }
    .znacj4 { flex-direction: column; }
    .zsacc9 { width: 100%; min-height: 260px; max-height: 350px; }
}

@media (max-width: 768px) {
    .yzaci6 .qfup7 {
        flex-wrap: wrap;
        height: auto;
        padding-top: 14px;
        padding-bottom: 14px;
        gap: 10px;
    }
    .ycecu0 { order: 3; width: 100%; overflow-x: auto; gap: 2px; padding-bottom: 4px; }
    .mdecd8 { order: 2; max-width: none; flex: 1; }
    .checp7 h1 { font-size: 1.75rem; }
    .slecg7 { font-size: 0.95rem; }
    .mbg2, .ddoa1 { flex-direction: column; }
    .tfa2, .xkov5 { width: 100%; height: 220px; min-height: auto; }
    .tgim1 { grid-template-columns: 1fr; }
    .wliu1 { height: 240px; }
    .jjil5 { padding: 24px; }
    .jjil5 h2 { font-size: 1.3rem; }
    .wmiv8 { flex-direction: column; }
    .zrii8 { width: 100%; height: 200px; min-height: auto; }
    .swacf5 .igacz0 { grid-template-columns: 1fr; gap: 32px; }
    .pnicg8, .prech9 { flex-direction: column; }
    .psb8, .pxacy1 { grid-template-columns: 1fr; }
    .clu3 { padding: 12px 16px; font-size: 0.78rem; }
    .kkuo0, .dvacf5 { flex-direction: column; padding: 0.75rem; }
    .amuh1 { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
    .xpuo8 { min-width: unset; }
    .rficy8 { grid-template-columns: 1fr; }
    .ucict9 { border-right: none; border-bottom: 1px solid var(--border); }
    .ucict9:last-child { border-bottom: none; }
}

@media (max-width: 480px) {
    .qfup7 { padding: 0 16px; }
    .checp7 { padding: 2.5rem 0 2rem; }
    .checp7 h1 { font-size: 1.45rem; }
    .fricd8 h2 { font-size: 1.2rem; }
    .dtk8 h1 { font-size: 1.6rem; }
    .treq7 h1 { font-size: 1.6rem; }
    .pboc0 { width: 100%; text-align: center; }
    .fpacu4 { padding: 1.5rem; }
}
