.kk-local-country {
    width: min(100%, 1360px);
    margin: 0 auto;
    color: var(--kk-ink);
}

.kk-local-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 2px 0 18px;
    color: var(--kk-muted);
    font-size: 13px;
}

.kk-local-breadcrumb a {
    color: var(--kk-accent-dark);
    font-weight: 750;
    text-decoration: none;
}

.kk-local-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
    gap: clamp(20px, 4vw, 48px);
    align-items: stretch;
    padding: clamp(24px, 3.5vw, 42px);
    border: 1px solid #17171b14;
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 10%, #ffe4e8 0, transparent 32%),
        linear-gradient(135deg, #fff, #fff7f8);
    box-shadow: var(--kk-shadow);
}

.kk-local-kicker {
    margin: 0 0 10px;
    color: var(--kk-accent-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.kk-local-hero h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(32px, 3.4vw, 46px);
    font-weight: 950;
    line-height: 1.02;
    letter-spacing: -.055em;
}

.kk-local-lead {
    max-width: 820px;
    margin: 22px 0 0;
    color: #53545d;
    font-size: clamp(16px, 1.7vw, 20px);
    line-height: 1.65;
}

.kk-local-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 26px;
}

.kk-local-primary,
.kk-local-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    padding: 12px 18px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.kk-local-primary {
    color: #fff;
    background: var(--kk-ink);
}

.kk-local-secondary {
    color: var(--kk-ink);
    border: 1px solid var(--kk-line);
    background: #fff;
}

.kk-local-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 26px;
}

.kk-local-facts span {
    padding: 7px 10px;
    border: 1px solid #eadde0;
    border-radius: 999px;
    color: #555760;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
}

.kk-local-hero__notice {
    align-self: end;
    padding: 22px;
    border: 1px solid #f0dfe3;
    border-radius: 20px;
    background: #fff;
}

.kk-local-hero__notice strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

.kk-local-hero__notice p {
    margin: 0;
    color: var(--kk-muted);
    font-size: 14px;
    line-height: 1.6;
}

.kk-local-section {
    margin-top: clamp(32px, 4.5vw, 52px);
}

.kk-local-section__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 28px;
    margin-bottom: 20px;
}

.kk-local-section__head h2,
.kk-local-map-copy h2 {
    margin: 0;
    font-size: clamp(25px, 2.3vw, 34px);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.kk-local-section__head > p {
    max-width: 500px;
    margin: 0;
    color: var(--kk-muted);
    font-size: 14px;
    line-height: 1.6;
}

.kk-local-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.kk-local-category {
    display: flex;
    min-width: 0;
    min-height: 76px;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px 16px;
    border: 1px solid #17171b14;
    border-radius: 17px;
    color: var(--kk-ink);
    background: #fff;
    text-decoration: none;
    box-shadow: 0 7px 24px #17171b0b;
    transition:
        transform .16s,
        border-color .16s,
        box-shadow .16s;
}

.kk-local-category:hover {
    transform: translateY(-2px);
    border-color: #ff3d4f54;
    box-shadow: 0 14px 30px #17171b14;
}

.kk-local-category span {
    font-size: 15px;
    font-weight: 850;
    line-height: 1.35;
}

.kk-local-category small {
    margin-top: 10px;
    color: var(--kk-muted);
    font-size: 12px;
}

.kk-local-map-section {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
    gap: clamp(20px, 4vw, 42px);
    align-items: stretch;
}

.kk-local-map-copy {
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid #17171b14;
    border-radius: 23px;
    background: #fff;
}

.kk-local-map-copy > p:not(.kk-local-kicker) {
    color: var(--kk-muted);
    line-height: 1.65;
}

.kk-local-info-list {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.kk-local-info-list div {
    padding: 13px;
    border: 1px solid var(--kk-line);
    border-radius: 13px;
    background: var(--kk-soft);
}

.kk-local-info-list strong,
.kk-local-info-list span {
    display: block;
}

.kk-local-info-list strong {
    margin-bottom: 4px;
    font-size: 13px;
}

.kk-local-info-list span {
    color: var(--kk-muted);
    font-size: 12px;
    line-height: 1.5;
}

.kk-local-map {
    min-height: 470px;
    overflow: hidden;
    border: 1px solid #17171b14;
    border-radius: 23px;
    background: #e9ecef;
    box-shadow: var(--kk-shadow);
}

.kk-local-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 470px;
    border: 0;
}

.kk-local-map__missing {
    display: grid;
    height: 100%;
    min-height: 470px;
    place-items: center;
    color: var(--kk-muted);
}

.kk-local-delivery {
    display: block;
    min-height: 18px;
    margin-top: 8px;
    color: var(--kk-muted);
    font-size: 11px;
    line-height: 1.4;
}

.kk-local-empty {
    padding: 40px;
    border: 1px dashed #d7d7dd;
    border-radius: 18px;
    color: var(--kk-muted);
    background: #fff;
    text-align: center;
}

.kk-local-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: clamp(38px, 6vw, 70px);
}

.kk-local-trust article {
    padding: 20px;
    border: 1px solid #17171b14;
    border-radius: 18px;
    background: #fff;
}

.kk-local-trust strong {
    font-size: 15px;
}

.kk-local-trust p {
    margin: 8px 0 0;
    color: var(--kk-muted);
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 980px) {
    .kk-local-hero,
    .kk-local-map-section {
        grid-template-columns: 1fr;
    }

    .kk-local-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kk-local-map,
    .kk-local-map iframe,
    .kk-local-map__missing {
        min-height: 400px;
    }
}

@media (max-width: 700px) {
    .kk-local-hero {
        padding: 22px 17px;
        border-radius: 21px;
    }

    .kk-local-hero h1 {
        font-size: clamp(28px, 9vw, 34px);
        line-height: 1.08;
    }

    .kk-local-section__head {
        display: block;
    }

    .kk-local-section__head > p {
        margin-top: 11px;
    }

    .kk-local-category-grid,
    .kk-local-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 440px) {
    .kk-local-category-grid,
    .kk-local-trust {
        grid-template-columns: 1fr;
    }

    .kk-local-actions a {
        width: 100%;
    }

    .kk-local-map,
    .kk-local-map iframe,
    .kk-local-map__missing {
        min-height: 340px;
    }
}


/* KK_LOCAL_TYPO_TONE_DOWN_V2 */
.kk-local-hero h1,
.kk-local-section__head h2,
.kk-local-map-copy h2,
.kk-local-products-head h2,
.kk-local-note-card h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-style: normal;
    letter-spacing: -0.02em;
    text-transform: none;
    text-rendering: optimizeLegibility;
}

.kk-local-hero h1 {
    font-size: clamp(28px, 3.1vw, 42px);
    line-height: 1.06;
    font-weight: 800;
    max-width: 14ch;
    margin-bottom: 18px;
}

.kk-local-hero p {
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.58;
    max-width: 52ch;
}

.kk-local-section__head h2,
.kk-local-map-copy h2,
.kk-local-products-head h2 {
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.12;
    font-weight: 800;
    margin-bottom: 10px;
}

.kk-local-note-card h3 {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}

.kk-local-section-kicker,
.kk-local-hero-kicker {
    font-size: 12px;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.kk-local-category-card {
    min-height: 72px;
    padding: 14px 16px;
}

.kk-local-category-card h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.28;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.kk-local-category-card p,
.kk-local-stat,
.kk-local-note-card p,
.kk-local-map-copy p {
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .kk-local-hero h1 {
        font-size: clamp(26px, 7.6vw, 34px);
        line-height: 1.08;
        max-width: 12ch;
    }

    .kk-local-hero p {
        font-size: 16px;
        line-height: 1.55;
    }

    .kk-local-section__head h2,
    .kk-local-map-copy h2,
    .kk-local-products-head h2 {
        font-size: clamp(22px, 6vw, 28px);
        line-height: 1.14;
    }
}
