
.contact-intro {
    background:
        radial-gradient(circle at 85% 20%, rgba(255,255,255,.11), transparent 28%),
        linear-gradient(115deg, #00452f 0%, #0b6a48 72%, #28785d 100%);
    color: #fff;
}

.contact-intro__inner {
    padding-top: 50px;
    padding-bottom: 54px;
}

.contact-kicker,
.section-heading__eyebrow {
    margin: 0 0 6px;
    color: #138a5d;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .13em;
}

.contact-intro .contact-kicker {
    color: #a8e4c8;
}

.contact-intro h1 {
    margin: 0;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.02;
}

.contact-intro p:last-child {
    max-width: 720px;
    margin: 14px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 17px;
}

.contact-section {
    padding-top: 42px;
    padding-bottom: 38px;
}

.contact-section--compact {
    padding-top: 12px;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.section-heading h2,
.history-heading h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.15;
}

.current-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border: 1px solid #cbe5d9;
    border-radius: 999px;
    background: #edf9f3;
    color: #087247;
    font-size: 13px;
    font-weight: 750;
}

.current-badge::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #14a567;
    content: "";
}

.chairman-card {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(480px, 1.45fr);
    align-items: center;
    gap: 32px;
    padding: 28px;
    overflow: hidden;
    border-radius: 18px;
    background:
        radial-gradient(circle at 8% 20%, rgba(255,255,255,.08), transparent 23%),
        linear-gradient(120deg, #00472f, #066a47);
    color: #fff;
    box-shadow: 0 18px 48px rgba(0,69,47,.15);
}

.chairman-card__identity {
    display: flex;
    align-items: center;
    gap: 18px;
}

.person-avatar {
    display: inline-grid;
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 50%;
    background: #e5f5ed;
    color: #006b42;
    font-size: 18px;
    font-weight: 850;
    letter-spacing: .02em;
}

.person-avatar--large {
    width: 78px;
    height: 78px;
    border: 2px solid rgba(255,255,255,.55);
    background: rgba(255,255,255,.13);
    color: #fff;
    font-size: 24px;
}

.person-avatar--small {
    width: 48px;
    height: 48px;
    font-size: 16px;
}

.person-role {
    margin: 0 0 2px;
    color: #16885c;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.chairman-card .person-role {
    color: #9ce2c0;
}

.chairman-card h3,
.person-card h3 {
    margin: 0;
    line-height: 1.25;
}

.chairman-card h3 {
    font-size: 27px;
}

.person-card h3 {
    font-size: 18px;
}

.person-note {
    margin: 4px 0 0;
    color: rgba(255,255,255,.68);
}

.person-note--block {
    min-height: 42px;
    margin: 14px 0 4px;
    color: #66736d;
    font-size: 14px;
}

.chairman-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.contact-action {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 14px 15px;
    border-radius: 11px;
}

.contact-action--light {
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.1);
    color: #fff;
}

.contact-action--light:hover {
    background: rgba(255,255,255,.17);
}

.contact-action svg {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.contact-action span {
    min-width: 0;
}

.contact-action small,
.contact-action strong {
    display: block;
}

.contact-action small {
    color: rgba(255,255,255,.66);
    font-size: 11px;
    text-transform: uppercase;
}

.contact-action strong {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vice-grid,
.members-grid {
    display: grid;
    gap: 16px;
}

.vice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.person-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #dce7e1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(26,56,43,.04);
}

.person-card--vice {
    padding: 23px;
}

.person-card__head {
    display: flex;
    align-items: center;
    gap: 13px;
}

.person-card__contacts {
    display: grid;
    gap: 7px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #edf1ef;
}

.person-card__contacts a {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    color: #155e43;
    font-size: 14px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-icon {
    color: #43916f;
    font-size: 14px;
}

.contact-members {
    margin-top: 8px;
    background: #f3f7f5;
}

.history-section {
    padding-top: 44px;
    padding-bottom: 58px;
}

.history-heading {
    max-width: 720px;
    margin-bottom: 20px;
}

.history-heading p:last-child {
    margin: 9px 0 0;
    color: #728078;
}

.history-list {
    display: grid;
    gap: 9px;
}

.history-term {
    border: 1px solid #e0e7e3;
    border-radius: 11px;
    background: #fafcfb;
}

.history-term summary {
    display: grid;
    grid-template-columns: 130px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    color: #526159;
    cursor: pointer;
    list-style: none;
}

.history-term summary::-webkit-details-marker {
    display: none;
}

.history-term[open] summary {
    border-bottom: 1px solid #e6ece9;
    color: #26382f;
}

.history-term__period {
    font-weight: 800;
}

.history-term__count {
    color: #8a958f;
    font-size: 13px;
}

.history-term__arrow {
    transition: transform .2s ease;
}

.history-term[open] .history-term__arrow {
    transform: rotate(180deg);
}

.history-term__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    padding: 8px 16px 15px;
}

.history-person {
    display: grid;
    grid-template-columns: minmax(140px, .8fr) 1.3fr;
    gap: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #eef2f0;
    color: #69756f;
    font-size: 13px;
}

.history-person strong {
    color: #4d5b54;
}

@media (max-width: 980px) {
    .chairman-card {
        grid-template-columns: 1fr;
    }

    .members-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .contact-intro__inner {
        padding-top: 36px;
        padding-bottom: 40px;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .chairman-card {
        padding: 21px;
    }

    .chairman-card__actions,
    .vice-grid,
    .members-grid,
    .history-term__content {
        grid-template-columns: 1fr;
    }

    .chairman-card__identity {
        align-items: flex-start;
    }

    .contact-action strong {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .history-term summary {
        grid-template-columns: 1fr auto;
    }

    .history-term__count {
        display: none;
    }

    .history-person {
        grid-template-columns: 1fr;
        gap: 1px;
    }
}

.organisation-section {
    position: relative;
    z-index: 4;
    margin-top: -26px;
    padding-bottom: 2px;
}

.organisation-card {
    display: grid;
    grid-template-columns: minmax(300px, 1.45fr) minmax(275px, 1.15fr) minmax(170px, .65fr);
    overflow: hidden;
    border: 1px solid #d8e5de;
    border-radius: 15px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 16px 42px rgba(21, 64, 46, .13);
}

.organisation-item {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
    padding: 18px 20px;
    border-right: 1px solid #e2ebe6;
}

.organisation-item:last-child {
    border-right: 0;
}

.organisation-item__icon {
    display: grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 10px;
    background: #e8f4ee;
    color: #087148;
}

.organisation-item__icon svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
}

.organisation-item__content {
    min-width: 0;
}

.organisation-item__content small,
.organisation-item__content strong {
    display: block;
}

.organisation-item__content small {
    margin-bottom: 2px;
    color: #78877f;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.organisation-item__content strong {
    color: #173126;
    font-size: 15px;
    line-height: 1.35;
}

.organisation-item--ico strong {
    white-space: nowrap;
}

.organisation-section + .contact-section {
    padding-top: 34px;
}

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

    .organisation-item {
        border-bottom: 1px solid #e2ebe6;
    }

    .organisation-item:nth-child(2) {
        border-right: 0;
    }

    .organisation-item--ico {
        grid-column: 1 / -1;
        border-bottom: 0;
    }
}

@media (max-width: 620px) {
    .organisation-section {
        margin-top: -18px;
    }

    .organisation-card {
        grid-template-columns: 1fr;
        border-radius: 12px;
    }

    .organisation-item,
    .organisation-item:nth-child(2) {
        padding: 15px 16px;
        border-right: 0;
        border-bottom: 1px solid #e2ebe6;
    }

    .organisation-item--ico {
        grid-column: auto;
        border-bottom: 0;
    }

    .organisation-item__content strong {
        font-size: 14px;
    }
}


.contact-channels {
    padding-top: 34px;
    padding-bottom: 3px;
}

.contact-channels__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 16px;
}

.contact-channels__heading h2 {
    margin: 0;
    color: #173126;
    font-size: clamp(25px, 3vw, 34px);
}

.contact-channels__heading > p {
    max-width: 510px;
    margin: 0;
    color: #6d7c74;
    font-size: 13px;
    line-height: 1.55;
    text-align: right;
}

.contact-channels__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.contact-channel {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 17px 18px;
    border: 1px solid #d7e4dd;
    border-radius: 13px;
    background:
        linear-gradient(135deg, #f1f8f4, #fff 68%);
    color: #173126;
    box-shadow: 0 8px 24px rgba(18, 60, 43, .05);
    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
}

.contact-channel:hover {
    border-color: #a8cdb8;
    box-shadow: 0 14px 31px rgba(18, 60, 43, .1);
    transform: translateY(-2px);
}

.contact-channel__icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 12px;
    background: #e1f1e8;
    color: #087148;
}

.contact-channel__icon svg {
    width: 27px;
    height: 27px;
    fill: currentColor;
}

.contact-channel--facebook {
    background:
        linear-gradient(135deg, #eef4fb, #fff 68%);
}

.contact-channel--facebook .contact-channel__icon {
    background: #e2ecf8;
    color: #2963a5;
}

.contact-channel__content {
    min-width: 0;
}

.contact-channel__content small,
.contact-channel__content strong,
.contact-channel__content > span {
    display: block;
}

.contact-channel__content small {
    color: #76857d;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.contact-channel__content strong {
    margin-top: 3px;
    overflow-wrap: anywhere;
    font-size: 16px;
    line-height: 1.3;
}

.contact-channel__content > span {
    margin-top: 7px;
    color: #087148;
    font-size: 11px;
    font-weight: 800;
}

.contact-channel--facebook .contact-channel__content > span {
    color: #2963a5;
}

.contact-channels + .contact-section {
    padding-top: 37px;
}

@media (max-width: 760px) {
    .contact-channels__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .contact-channels__heading > p {
        text-align: left;
    }

    .contact-channels__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .contact-channel {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 15px;
    }

    .contact-channel__icon {
        width: 47px;
        height: 47px;
    }

    .contact-channel__content strong {
        font-size: 14px;
    }
}
