/* =========================================================
   KÖHLING & DR. ALDERMANN – STANDORTE & ANFAHRT
   ========================================================= */

.locations-page {
    background: var(--surface);
}

.locations-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 84% 17%,
            rgba(245, 149, 0, 0.28),
            transparent 29%
        ),
        linear-gradient(
            130deg,
            #111111 0%,
            #2b2b2b 68%,
            #3b342c 100%
        );
    color: #ffffff;
}

.locations-hero-circle {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.locations-circle-one {
    top: -330px;
    right: -180px;
    width: 750px;
    height: 750px;
}

.locations-circle-two {
    right: 240px;
    bottom: -440px;
    width: 720px;
    height: 720px;
    border-color: rgba(245, 149, 0, 0.3);
}

.locations-network {
    position: absolute;
    top: 120px;
    right: 5%;
    width: 420px;
    height: 380px;
    opacity: 0.55;
}

.locations-network::before,
.locations-network::after {
    content: "";
    position: absolute;
    height: 1px;
    background: rgba(245, 149, 0, 0.45);
    transform-origin: left center;
}

.locations-network::before {
    top: 120px;
    left: 40px;
    width: 300px;
    transform: rotate(18deg);
}

.locations-network::after {
    top: 260px;
    left: 80px;
    width: 270px;
    transform: rotate(-23deg);
}

.network-point {
    position: absolute;
    width: 13px;
    height: 13px;
    border: 3px solid var(--orange);
    border-radius: 50%;
    background: var(--dark);
    box-shadow: 0 0 0 8px rgba(245, 149, 0, 0.1);
}

.point-one {
    top: 88px;
    left: 35px;
}

.point-two {
    top: 140px;
    left: 175px;
}

.point-three {
    top: 183px;
    right: 48px;
}

.point-four {
    bottom: 63px;
    left: 73px;
}

.point-five {
    bottom: 123px;
    left: 221px;
}

.point-six {
    right: 25px;
    bottom: 30px;
}

.locations-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 670px;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 90px;
}

.locations-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.57);
    font-size: 12px;
}

.locations-breadcrumb a:hover {
    color: var(--orange);
}

.locations-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.55fr);
    gap: 100px;
    align-items: end;
    margin-top: auto;
}

.locations-hero-content {
    max-width: 900px;
}

.locations-hero-content h1 {
    margin-bottom: 28px;
    color: #ffffff;
    font-size: clamp(50px, 6vw, 80px);
}

.locations-hero-content > p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(18px, 2vw, 22px);
}

.locations-hero-content .button {
    margin-top: 40px;
}

.locations-hero-fact {
    padding: 38px;
    border-top: 4px solid var(--orange);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
}

.locations-hero-fact > span {
    display: block;
    color: var(--orange);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.locations-hero-fact strong {
    display: block;
    margin: 22px 0 12px;
    color: #ffffff;
    font-size: 70px;
    font-weight: 300;
    line-height: 1;
}

.locations-hero-fact p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
}

.locations-introduction {
    padding: 125px 0;
}

.locations-introduction-grid {
    display: grid;
    grid-template-columns: 1fr 0.84fr;
    gap: 120px;
}

.locations-introduction h2 {
    margin-bottom: 0;
}

.locations-introduction-copy p {
    margin-top: 0;
    color: var(--gray);
}

.locations-introduction-copy .locations-lead {
    color: var(--dark);
    font-size: 21px;
    line-height: 1.65;
}

.locations-mail-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 16px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--orange);
    color: var(--dark);
    font-size: 14px;
    font-weight: 700;
}

.locations-mail-link span {
    color: var(--orange);
    font-size: 20px;
}

.locations-overview {
    padding: 130px 0;
    background: var(--background);
}

.locations-section-heading {
    display: grid;
    grid-template-columns: 1fr 390px;
    align-items: end;
    gap: 80px;
    margin-bottom: 68px;
}

.locations-section-heading h2 {
    margin-bottom: 0;
}

.locations-section-heading > p {
    margin: 0;
    color: var(--gray);
}

.locations-office-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.location-office-card {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    background: #ffffff;
    border-top: 5px solid var(--orange);
    box-shadow: 0 20px 55px rgba(43, 43, 43, 0.08);
    transition: transform 180ms ease;
}

.location-office-card:hover {
    transform: translateY(-4px);
}

.location-office-head {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 58px;
}

.location-office-number {
    color: var(--orange);
    font-size: 12px;
    font-weight: 700;
}

.location-office-region {
    color: var(--gray);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.location-office-card h3 {
    margin-bottom: 27px;
    font-size: clamp(35px, 4vw, 46px);
}

.location-office-card address {
    display: flex;
    flex-direction: column;
    margin: 0;
    color: var(--gray);
    font-style: normal;
}

.location-office-card address strong {
    margin-bottom: 8px;
    color: var(--dark);
    font-size: 14px;
}

.location-office-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 34px;
    padding-top: 25px;
    border-top: 1px solid var(--border);
}

.location-office-contact a,
.location-office-contact > div {
    display: flex;
    flex-direction: column;
}

.location-office-contact small {
    margin-bottom: 5px;
    color: var(--gray);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.location-office-contact span {
    color: var(--dark);
    font-size: 15px;
}

.location-office-contact a:hover span {
    color: var(--orange-dark);
}

.location-office-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    padding-top: 35px;
}

.location-route-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    min-height: 50px;
    padding: 0 20px;
    background: var(--orange);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.location-route-link:hover {
    background: var(--orange-dark);
}

.location-call-link {
    padding-bottom: 4px;
    border-bottom: 1px solid var(--orange);
    color: var(--dark);
    font-size: 13px;
    font-weight: 700;
}

.locations-regions {
    padding: 125px 0;
    background: var(--dark);
    color: #ffffff;
}

.locations-regions-grid {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 120px;
}

.locations-regions h2 {
    margin-bottom: 0;
    color: #ffffff;
}

.locations-region-list {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.locations-region-list > div {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 22px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.locations-region-list > div > span {
    color: var(--orange);
    font-size: 12px;
    font-weight: 700;
}

.locations-region-list strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
}

.locations-region-list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
}

.locations-contact {
    padding: 125px 0;
}

.locations-contact-grid {
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    gap: 110px;
    align-items: center;
}

.locations-contact-grid > div:first-child > p:last-child {
    max-width: 720px;
    color: var(--gray);
}

.locations-contact-card {
    padding: 40px;
    border-top: 5px solid var(--orange);
    background: var(--background);
}

.locations-contact-card > span {
    display: block;
    margin-bottom: 22px;
    color: var(--orange);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.locations-contact-card > a {
    display: block;
    overflow-wrap: anywhere;
    color: var(--dark);
    font-size: 22px;
    font-weight: 600;
}

.locations-contact-card > a:hover {
    color: var(--orange-dark);
}

.locations-contact-card p {
    margin: 25px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--border);
    color: var(--gray);
    font-size: 14px;
}

.locations-notice {
    padding: 35px 0;
    background: var(--orange-soft);
    border-top: 1px solid rgba(245, 149, 0, 0.3);
}

.locations-notice-inner {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 40px;
}

.locations-notice strong {
    color: var(--dark);
    font-size: 14px;
}

.locations-notice p {
    margin: 0;
    color: var(--gray);
    font-size: 14px;
}

.locations-contact-banner {
    padding: 90px 0;
    background: var(--orange);
    color: #ffffff;
}

.locations-contact-banner-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 80px;
}

.locations-contact-banner h2 {
    max-width: 780px;
    margin-bottom: 0;
    color: #ffffff;
}

.locations-contact-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.locations-contact-email {
    color: #ffffff;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.62);
}

@media (max-width: 1050px) {
    .locations-hero-grid,
    .locations-introduction-grid,
    .locations-regions-grid,
    .locations-contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .locations-hero-fact {
        max-width: 430px;
    }

    .locations-section-heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

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

@media (max-width: 760px) {
    .locations-network {
        display: none;
    }

    .locations-hero-inner {
        min-height: 650px;
        padding-top: 28px;
        padding-bottom: 55px;
    }

    .locations-hero-content h1 {
        font-size: 43px;
    }

    .locations-hero-fact {
        padding: 28px 24px;
    }

    .locations-introduction,
    .locations-overview,
    .locations-regions,
    .locations-contact {
        padding: 85px 0;
    }

    .locations-office-grid {
        grid-template-columns: 1fr;
    }

    .location-office-card {
        min-height: 500px;
        padding: 32px 25px;
    }

    .location-office-contact {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .location-office-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .location-route-link {
        justify-content: space-between;
    }

    .location-call-link {
        align-self: flex-start;
    }

    .locations-notice-inner {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .locations-contact-banner {
        padding: 70px 0;
    }
}
