/* Contact — map-first channels layout */

body.reach-page {
    background: #f3f1ea;
    color: #1c1c1c;
}

.reach-main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 24px 72px;
}

.reach-map-block {
    margin-bottom: 28px;
}

.reach-map-frame {
    border: 1px solid #e6e4de;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    background: #e8e6e0;
    height: min(52vh, 420px);
    min-height: 280px;
}

.reach-map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.reach-address {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 22px;
    background: #1c1c1c;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.reach-label {
    margin: 0 0 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ff8a90;
}

.reach-address .reach-label {
    color: #ff8a90;
}

.reach-address address {
    margin: 0;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
}

.reach-maps-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 11px 16px;
    background: #fff;
    color: #1c1c1c;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
}

.reach-maps-link:hover {
    background: #d30a14;
    color: #fff;
}

.reach-channels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #e6e4de;
    border: 1px solid #e6e4de;
    border-radius: 8px;
    overflow: hidden;
}

.reach-channel {
    background: #fff;
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.reach-channel .reach-label {
    color: #d30a14;
}

.reach-figure {
    margin: 0 0 10px;
    font-family: var(--font-head);
    font-size: clamp(1.35rem, 2.2vw, 1.7rem);
    font-weight: 550;
    letter-spacing: -0.03em;
    line-height: 1.15;
    word-break: break-word;
}

.reach-figure--email {
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    letter-spacing: -0.01em;
}

.reach-note {
    margin: 0 0 22px;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #5f5f5f;
    flex: 1;
}

.reach-channel a {
    align-self: flex-start;
    font-size: 0.92rem;
    font-weight: 700;
    color: #1c1c1c;
    text-decoration: none;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 2px;
}

.reach-channel a:hover {
    color: #d30a14;
    border-bottom-color: #d30a14;
}

@media (max-width: 900px) {
    .reach-channels {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .reach-main {
        padding-left: 20px;
        padding-right: 20px;
    }

    .reach-map-frame {
        min-height: 240px;
        height: 240px;
    }

    .reach-address {
        padding: 18px 18px;
    }

    .reach-channel {
        padding: 22px 20px;
    }
}
