/* ===========================================================================
   Central Europe coverage hero section
   Editorial premium layout — Bone & Champagne tokens
   =========================================================================== */

.ce-coverage-sec {
    position: relative;
    padding: 96px 0 88px;
    background: linear-gradient(180deg, #11161b 0%, #0e1310 100%);
    color: #f4f1e9;
    overflow: hidden;
}
.ce-coverage-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 30% 0%, rgba(179, 152, 112, 0.08), transparent 70%),
        radial-gradient(ellipse 50% 40% at 80% 90%, rgba(46, 62, 51, 0.4), transparent 70%);
    pointer-events: none;
}
.ce-coverage-sec > .container,
.ce-coverage-sec .container {
    position: relative;
    z-index: 1;
}

/* ---- Grid (map + panel) ---- */
.ce-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
    gap: 64px;
    align-items: start;
}

/* ---- Eyebrow / title / stats ---- */
.ce-eyebrow {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 12px;
    color: #b39870;
    margin: 0 0 22px;
    font-weight: 500;
}
.ce-title {
    font-family: 'Playfair Display', 'Cormorant', serif;
    font-size: clamp(34px, 4.6vw, 60px);
    line-height: 1.06;
    letter-spacing: -0.005em;
    margin: 0 0 32px;
    color: #ffffff;
    font-weight: 500;
}
.ce-title__lead {
    display: block;
}
.ce-title__accent {
    display: block;
    font-family: 'Cormorant', 'Playfair Display', serif;
    font-style: italic;
    font-weight: 400;
    color: #d8c194;
}

.ce-stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    margin: 0 0 36px;
    padding: 22px 0;
    border-top: 1px solid rgba(179, 152, 112, 0.18);
    border-bottom: 1px solid rgba(179, 152, 112, 0.18);
}
.ce-stat__num {
    display: block;
    font-family: 'Cormorant', 'Playfair Display', serif;
    font-size: 42px;
    color: #d8c194;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: 400;
}
.ce-stat__label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(244, 241, 233, 0.62);
}

/* ---- Map ---- */
.ce-map-wrap {
    position: relative;
}
.ce-map-figure {
    margin: 0;
    position: relative;
}
.ce-map-figure svg {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.35));
}

.ce-marker {
    cursor: pointer;
    outline: none;
}
.ce-marker__hit {
    fill: #000;
    fill-opacity: 0.001;
    pointer-events: all;
}
.ce-marker__ring {
    fill: rgba(179, 152, 112, 0.18);
    stroke: rgba(179, 152, 112, 0.78);
    stroke-width: 0.45;
    transition: fill 0.2s ease, stroke 0.2s ease, r 0.2s ease;
    pointer-events: all;
}
.ce-marker__dot {
    fill: #d8c194;
    transition: fill 0.2s ease;
    pointer-events: all;
}
.ce-marker__label {
    fill: rgba(244, 241, 233, 0.72);
    font-family: 'Inter', sans-serif;
    font-size: 2.7px;
    letter-spacing: 0.06em;
    font-weight: 400;
    pointer-events: none;
    text-rendering: geometricPrecision;
    transition: fill 0.2s ease;
}
.ce-marker--primary .ce-marker__label {
    font-size: 3.2px;
    font-weight: 500;
    fill: rgba(255, 255, 255, 0.96);
    letter-spacing: 0.04em;
}
.ce-marker:hover .ce-marker__ring,
.ce-marker:focus-visible .ce-marker__ring {
    fill: rgba(179, 152, 112, 0.55);
    stroke: #d8c194;
    stroke-width: 0.7;
}
.ce-marker:hover .ce-marker__dot,
.ce-marker:focus-visible .ce-marker__dot {
    fill: #ffffff;
}
.ce-marker:hover .ce-marker__label,
.ce-marker:focus-visible .ce-marker__label {
    fill: #d8c194;
}
.ce-marker:focus-visible .ce-marker__hit {
    stroke: rgba(216, 193, 148, 0.6);
    stroke-width: 0.6;
    stroke-dasharray: 1 1;
}

/* ---- Right panel ---- */
.ce-panel {
    background: #fafaf8;
    padding: 40px 36px 44px;
    color: #1f261f;
    box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(179, 152, 112, 0.32);
}
.ce-panel__figure {
    margin: -40px -36px 28px;
    overflow: hidden;
}
.ce-panel__figure img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 2.6;
    object-fit: cover;
}
.ce-panel__heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(22px, 1.7vw, 26px);
    line-height: 1.2;
    color: #2e3e33;
    margin: 0 0 16px;
    font-weight: 500;
}
.ce-panel__rule {
    width: 36px;
    height: 1px;
    background: #b39870;
    margin: 0 0 22px;
    border: 0;
}
.ce-panel__body p {
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(31, 38, 31, 0.84);
    margin: 0 0 14px;
}
.ce-panel__body p:last-child {
    margin-bottom: 0;
}

/* ---- Countries row ---- */
.ce-countries-row {
    margin-top: 72px;
    padding-top: 52px;
    border-top: 1px solid rgba(179, 152, 112, 0.16);
}
.ce-countries-heading {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(179, 152, 112, 0.92);
    margin: 0 0 30px;
    font-weight: 500;
}
.ce-countries-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 28px;
}
.ce-country-card {
    border-left: 1px solid rgba(179, 152, 112, 0.22);
    padding-left: 22px;
}
.ce-country-card__name {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #ffffff;
    margin: 0 0 16px;
    font-weight: 500;
    letter-spacing: -0.005em;
}
.ce-country-card__cities {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ce-country-card__cities li {
    margin: 0 0 8px;
}
.ce-country-card__cities a {
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    color: rgba(244, 241, 233, 0.74);
    text-decoration: none;
    transition: color 0.2s ease;
}
.ce-country-card__cities a:hover {
    color: #d8c194;
}

/* ---- Responsive ---- */
@media (max-width: 1100px) {
    .ce-grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    .ce-countries-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
}
@media (max-width: 640px) {
    .ce-coverage-sec {
        padding: 64px 0 56px;
    }
    .ce-grid {
        gap: 40px;
    }
    .ce-countries-row {
        margin-top: 56px;
        padding-top: 40px;
    }
    .ce-countries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
    }
    .ce-panel {
        padding: 32px 24px 36px;
    }
    .ce-panel__figure {
        margin: -32px -24px 24px;
    }
    .ce-stat-row {
        gap: 32px;
    }
    .ce-stat__num {
        font-size: 36px;
    }
    .ce-marker__label {
        font-size: 4px;
    }
    .ce-marker--primary .ce-marker__label {
        font-size: 5px;
    }
}
