.office-location {
    --office-ink: #20252b;
    --office-muted: #6d7379;
    --office-soft: #f7f7f5;
    --office-line: #e6e6e3;
    --office-red: #b72619;
    color: var(--office-ink);
}

.office-location-kicker {
    margin-bottom: .6rem;
    color: var(--office-red);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.office-location-hero {
    padding: 1.5rem 0 3.5rem;
}

.office-location-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-bottom: 1.25rem;
    color: var(--office-muted);
    font-size: .8rem;
}

.office-location-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.office-location-breadcrumb a:hover {
    color: var(--office-red);
}

.office-location-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 1rem;
}

.office-location-hero__content,
.office-location-office-card {
    border: 1px solid var(--office-line);
    border-radius: 16px;
    background: #fff;
}

.office-location-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 420px;
    padding: clamp(2rem, 4.8vw, 4.5rem);
}

.office-location-hero h1 {
    max-width: 800px;
    margin: 0 0 1.1rem;
    font-size: clamp(2rem, 3vw, 3.3rem);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -.04em;
}

.office-location-hero__lead {
    max-width: 760px;
    margin: 0;
    color: var(--office-muted);
    font-size: clamp(1rem, 1.2vw, 1.14rem);
    line-height: 1.72;
}

.office-location-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.75rem;
}

.office-location-hero__office {
    min-width: 0;
}

.office-location-office-card {
    height: 100%;
    padding: clamp(1.6rem, 3vw, 2.5rem);
    background: var(--office-soft);
}

.office-location-office-card h2 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    font-weight: 800;
}

.office-location-office-card address {
    margin-bottom: 1.5rem;
    color: var(--office-ink);
    font-style: normal;
    line-height: 1.6;
}

.office-location-office-card p {
    display: grid;
    grid-template-columns: 75px minmax(0, 1fr);
    gap: .8rem;
    margin-bottom: .75rem;
}

.office-location-office-card p span {
    color: var(--office-muted);
    font-size: .82rem;
}

.office-location-office-card p a {
    color: var(--office-ink);
    font-weight: 650;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.office-location-text-link {
    color: var(--office-red);
    font-weight: 700;
    text-decoration: none;
}

.office-location-text-link:hover {
    color: var(--office-ink);
}

.office-location-section {
    padding: 4rem 0;
}

.office-location-section--soft {
    background: var(--office-soft);
}

.office-location-copy-grid,
.office-location-section-head,
.office-location-other__head {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: start;
}

.office-location-copy-grid h2,
.office-location-section-head h2,
.office-location-contact h2,
.office-location-other h2 {
    max-width: 700px;
    margin: 0;
    font-size: clamp(1.65rem, 2.25vw, 2.45rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.office-location-copy-grid > p,
.office-location-section-head > p,
.office-location-contact__content > p {
    max-width: 800px;
    margin: 0;
    color: var(--office-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.office-location-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2.25rem;
    border-top: 1px solid var(--office-line);
}

.office-location-point {
    padding: 1.4rem 1.3rem 0 0;
}

.office-location-point + .office-location-point {
    padding-left: 1.3rem;
    border-left: 1px solid var(--office-line);
}

.office-location-point h3 {
    margin-bottom: .65rem;
    font-size: 1.05rem;
    font-weight: 750;
    line-height: 1.3;
}

.office-location-point p {
    margin: 0;
    color: var(--office-muted);
    font-size: .94rem;
    line-height: 1.68;
}

.office-location-section-head {
    margin-bottom: 1.8rem;
}

.office-location-offer {
    height: 100%;
}

.office-location-offer > .item {
    display: block;
    height: 100%;
    text-decoration: none;
}

.office-location-offer > .item .card {
    height: 100%;
    margin-bottom: 0 !important;
    background: #fff;
}

.office-location-offer > .item .img-h-type-2 {
    min-height: 210px;
    max-height: 230px;
}

.office-location-section__footer {
    margin-top: 1.5rem;
    text-align: center;
}

.office-location-empty {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    padding: clamp(1.6rem, 3vw, 2.5rem);
    border: 1px solid var(--office-line);
    border-radius: 14px;
    background: #fff;
}

.office-location-empty h2 {
    margin-bottom: .75rem;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 800;
}

.office-location-empty p {
    max-width: 780px;
    margin: 0;
    color: var(--office-muted);
    line-height: 1.7;
}

.office-location-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--office-line);
}

.office-location-service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--office-line);
    color: var(--office-ink);
    font-weight: 650;
    text-decoration: none;
}

.office-location-service-link:nth-child(odd) {
    padding-right: 1.25rem;
}

.office-location-service-link:nth-child(even) {
    padding-left: 1.25rem;
    border-left: 1px solid var(--office-line);
}

.office-location-service-link span {
    color: var(--office-red);
}

.office-location-service-link:hover {
    color: var(--office-red);
}

.office-location-contact {
    padding-top: 2rem;
}

.office-location-contact__grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    overflow: hidden;
    border: 1px solid var(--office-line);
    border-radius: 16px;
    background: #fff;
}

.office-location-contact__content {
    padding: clamp(2rem, 4.5vw, 4rem);
}

.office-location-contact__content address {
    margin: 1.4rem 0;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}

.office-location-contact__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.office-location-map {
    min-height: 420px;
    background: #eee;
}

.office-location-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

.office-location-other {
    padding: 1rem 0 5rem;
}

.office-location-other__head {
    align-items: end;
    margin-bottom: 1.25rem;
}

.office-location-other__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--office-line);
}

.office-location-other__link {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--office-line);
    color: var(--office-ink);
    font-weight: 650;
    text-decoration: none;
}

.office-location-other__link:nth-child(odd) {
    padding-right: 1.25rem;
}

.office-location-other__link:nth-child(even) {
    padding-left: 1.25rem;
    border-left: 1px solid var(--office-line);
}

.office-location-other__link span {
    color: var(--office-red);
}

.office-location-other__link:hover {
    color: var(--office-red);
}

@media (max-width: 991.98px) {
    .office-location-hero__grid,
    .office-location-copy-grid,
    .office-location-section-head,
    .office-location-contact__grid,
    .office-location-other__head {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
    }

    .office-location-hero__content {
        min-height: 0;
    }

    .office-location-points {
        grid-template-columns: minmax(0, 1fr);
    }

    .office-location-point,
    .office-location-point + .office-location-point {
        padding: 1.15rem 0;
        border-left: 0;
        border-bottom: 1px solid var(--office-line);
    }

    .office-location-empty {
        grid-template-columns: minmax(0, 1fr);
    }

    .office-location-map,
    .office-location-map iframe {
        min-height: 330px;
    }
}

@media (max-width: 767.98px) {
    .office-location-hero {
        padding-top: 1rem;
    }

    .office-location-hero__content,
    .office-location-office-card {
        padding: 1.5rem;
    }

    .office-location-section {
        padding: 3rem 0;
    }

    .office-location-services,
    .office-location-other__links {
        grid-template-columns: minmax(0, 1fr);
    }

    .office-location-service-link:nth-child(odd),
    .office-location-service-link:nth-child(even),
    .office-location-other__link:nth-child(odd),
    .office-location-other__link:nth-child(even) {
        padding: .95rem 0;
        border-left: 0;
    }

    .office-location-hero__actions .btn,
    .office-location-contact__actions .btn {
        width: 100%;
    }
}
