/* ========================================
    01. Base / Global
    ======================================== */

:root {
    --contact-bg: #f1f1ed;
    --contact-surface: #fff;
    --contact-dark: #171717;
    --contact-muted: #686868;
    --contact-border: #deded8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--contact-bg);
    color: var(--contact-dark);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.eyebrow {
    margin: 0;
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* ========================================
    02. Hero
    ======================================== */

.contact-hero {
    min-height: calc(100svh - 80px);
    display: flex;
    align-items: center;
    padding: clamp(72px, 10vh, 120px) 6vw;
    background: linear-gradient(125deg, rgba(255, 255, 255, 0.55), transparent 52%), var(--contact-bg);
}

.contact-hero-intro { max-width: 1120px; }

.contact-hero h1 {
    margin: 28px 0 0;
    font-size: clamp(56px, 7.5vw, 116px);
    font-weight: 600;
    letter-spacing: -0.065em;
    line-height: 0.94;
}

.contact-hero-lead {
    max-width: 680px;
    margin: 38px 0 0;
    color: var(--contact-muted);
    font-size: 19px;
    line-height: 1.65;
}

/* ========================================
    03. Direkter Kontakt
    ======================================== */

.contact-action {
    min-height: 78svh;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
    gap: 9vw;
    align-items: center;
    padding: 120px 6vw;
    background: var(--contact-surface);
}

.contact-action h2,
.contact-process-heading h2,
.contact-cta h2 {
    max-width: 760px;
    margin: 18px 0 0;
    font-size: clamp(40px, 5vw, 72px);
    letter-spacing: -0.05em;
    line-height: 0.98;
}

.contact-action-copy { max-width: 620px; }
.contact-action-copy > p {
    margin: 0;
    color: var(--contact-muted);
    font-size: 19px;
    line-height: 1.7;
}

.contact-mail {
    display: inline-block;
    margin-top: 34px;
    padding-bottom: 6px;
    border-bottom: 1px solid currentColor;
    color: var(--contact-dark);
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 600;
    letter-spacing: -0.03em;
    text-decoration: none;
}

/* ========================================
    04. Prozess
    ======================================== */

.contact-process {
    padding: 120px 6vw;
    background: var(--contact-bg);
}

.contact-process-heading { max-width: 860px; }

.contact-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 76px;
}

.contact-process-grid article {
    min-height: 280px;
    padding: 28px 28px 0 0;
    border-right: 1px solid var(--contact-border);
}

.contact-process-grid article:not(:first-child) { padding-left: 28px; }
.contact-process-grid article:last-child { border-right: 0; }
.contact-process-grid span {
    display: block;
    margin-bottom: 62px;
    color: #999;
    font-size: 12px;
    font-weight: 700;
}

.contact-process-grid h3 {
    margin: 0 0 16px;
    font-size: 25px;
    letter-spacing: -0.025em;
}

.contact-process-grid p {
    max-width: 330px;
    margin: 0;
    color: var(--contact-muted);
    font-size: 15px;
    line-height: 1.65;
}

/* ========================================
    05. Call to Action
    ======================================== */

.contact-cta {
    min-height: 64svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 6vw;
    background: var(--contact-dark);
    color: #fff;
    text-align: center;
}

.contact-cta .eyebrow { color: var(--accent-on-dark); }
.contact-cta h2 { max-width: 900px; }
.contact-cta .contact-mail { color: #fff; }

@media (min-width: 1401px) {
    .contact-hero h1 {
        max-width: 940px;
        font-size: clamp(72px, 5.2vw, 96px);
        line-height: 0.94;
    }
}

@media (max-width: 900px) {
    .contact-action { grid-template-columns: 1fr; gap: 48px; }
}

@media (min-width: 901px) and (max-width: 1100px) and (orientation: portrait) {
    .contact-action {
        min-height: 72svh;
        padding: 104px 6vw;
    }
}

@media (max-width: 700px) {
    .contact-hero {
        min-height: calc(100svh - 70px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 56px 24px 72px;
    }

    .contact-hero h1 {
        font-size: clamp(48px, 14vw, 68px);
        line-height: 0.98;
    }
    .contact-hero-lead { margin-top: 28px; font-size: 17px; }

    .contact-action { min-height: 0; padding: 84px 24px 96px; }
    .contact-action h2,
    .contact-process-heading h2,
    .contact-cta h2 { font-size: clamp(38px, 11vw, 54px); }
    .contact-action-copy > p { font-size: 17px; }

    .contact-process { padding: 84px 24px 96px; }
    .contact-process-grid {
        grid-template-columns: 1fr;
        margin-top: 50px;
        border-top: 1px solid var(--contact-border);
    }
    .contact-process-grid article,
    .contact-process-grid article:not(:first-child) {
        min-height: 0;
        padding: 28px 0 42px;
        border-right: 0;
        border-bottom: 1px solid var(--contact-border);
    }
    .contact-process-grid article:last-child { border-bottom: 0; }
    .contact-process-grid span { margin-bottom: 42px; }

    .contact-cta { min-height: 70svh; padding: 88px 24px; }
}
