/* ===== "Наши гиды" — team directory page ===== */

.gd-hero {
    background: #14110d;
    padding: 64px 0 40px;
}
.gd-corner {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 11px;
    color: var(--g-muted, #7d7466);
    margin: 0 0 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #2a2622;
    max-width: 560px;
}
.gd-h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 52px;
    line-height: 1.08;
    letter-spacing: -1px;
    margin: 0 0 22px;
    color: #fff;
}
.gd-h1 strong {
    font-weight: 700;
    color: #e6af4b;
}
.gd-intro {
    font-family: Volkhov, serif;
    font-style: italic;
    font-size: 17px;
    line-height: 1.75;
    color: var(--g-muted, #aea592);
    max-width: 620px;
    margin: 0;
}

.gd-grid-section {
    background: #14110d;
    padding: 0 0 96px;
}
.gd-grid > [class^="col-"] {
    margin-bottom: 28px;
}
.gd-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #1f1c17;
    border: 1px solid #2a2622;
    border-radius: 4px;
    overflow: hidden;
    transition: border-color .2s;
}
.gd-card:hover,
.gd-card:focus {
    border-color: #e6af4b;
    text-decoration: none;
    color: inherit;
}
.gd-card-img {
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
    border-bottom: 1px solid #2a2622;
}
.gd-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gd-card-body {
    padding: 26px 26px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}
.gd-tag {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 10.5px;
    color: #e6af4b;
}
.gd-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin: 0;
    color: #fff;
    letter-spacing: -.3px;
}
.gd-text {
    font-family: Volkhov, serif;
    font-style: italic;
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--g-muted, #aea592);
    margin: 0;
    flex: 1;
}
.gd-stats {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--g-muted, #7d7466);
    padding-top: 14px;
    border-top: 1px solid #2a2622;
}
.gd-cta {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12.5px;
    letter-spacing: .5px;
    color: #e6af4b;
    margin-top: 2px;
}

@media (max-width: 767px) {
    .gd-h1 { font-size: 38px; }
}
