/* =========================================================
   01. Design Tokens & Base
   ========================================================= */

:root {
    --background: #f3f0e9;
    --surface: #ebe6dc;
    --text: #201e1c;
    --muted: #706b64;
    --accent: #651f2b;
    --border: #d5cfc5;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--background);
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}



/* =========================================================
   02. Header & Navigation
   ========================================================= */

.header {
    height: 100px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 5vw;
    border-bottom: 1px solid var(--border);
}

.logo {
    width: fit-content;
    color: var(--text);
    text-decoration: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 0.85;
}

.logo span {
    display: block;
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.navigation {
    display: flex;
    gap: 36px;
}

.navigation a {
    color: var(--muted);
    text-decoration: none;
    font-size: 17px;
}

.navigation a:hover {
    color: var(--accent);
}

.header-contact {
    justify-self: end;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--accent);
    color: var(--accent);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.header-contact:hover {
    opacity: 0.65;
}

.menu-button {
    display: none;
}

.mobile-menu {
    display: none;
}



/* =========================================================
   03. Hero
   ========================================================= */

.hero {
    min-height: calc(100vh - 100px);
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 6vw;
    padding: 60px 5vw;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-20px);
}

.hero-label,
.section-label {
    margin: 0 0 28px;
    color: var(--accent);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 850px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(50px, 5vw, 100px);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.91;
}

.hero-description {
    max-width: 550px;
    margin: 40px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 42px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 22px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    background: var(--accent);
    color: white;
}

.button-primary:hover {
    background: #501720;
}

.button-secondary {
    border: 1px solid var(--border);
    color: var(--text);
}

.button-secondary:hover {
    border-color: var(--text);
}

.hero-visual {
    height: min(calc(100dvh - 220px), 900px);
    overflow: hidden;
    transform: translateY(-10px);
}

.hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
    transition: transform 0.6s ease;
}

.hero-visual:hover .hero-image {
    transform: scale(1.015);
}



/* =========================================================
   04. Practice Areas / Rechtsgebiete
   ========================================================= */

.practice {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(80px, 10vh, 140px) 5vw;
    background: #fff;
}

.section-heading {
    max-width: 800px;
    margin-bottom: clamp(45px, 6vh, 80px);
}

.section-heading h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(46px, 5vw, 76px);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1;
}

.practice-list {
    border-top: 1px solid var(--border);
}

.practice-list article {
    display: grid;
    grid-template-columns: 80px 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid var(--border);
}

.practice-list article > span {
    color: var(--accent);
    font-size: 12px;
}

.practice-list h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 400;
}

.practice-list p {
    max-width: 500px;
    margin: 0 0 0 clamp(40px, 4vw, 80px);
    color: var(--muted);
    font-size: 17px;
    line-height: 1.6;
}



/* =========================================================
   05. Firm / Kanzlei
   ========================================================= */

.firm {
    min-height: 100dvh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 8vw;
    padding: clamp(80px, 10vh, 150px) 5vw;
    background: var(--accent);
    color: #fff;
}

.firm .section-label {
    color: #d8b8bd;
    font-size: 15px;
}

.firm-heading h2 {
    max-width: 700px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 5vw, 78px);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1;
}

.firm-content {
    max-width: 650px;
    padding-top: 38px;
}

.firm-intro {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.4;
}

.firm-text {
    max-width: 560px;
    margin: clamp(22px, 3vh, 32px) 0 0;
    color: #e0cdd0;
    font-size: 16px;
    line-height: 1.7;
}

.firm-values {
    margin-top: clamp(36px, 5vh, 65px);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.firm-values > div {
    display: grid;
    grid-template-columns: 55px 1fr;
    align-items: center;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.firm-values span {
    color: #d8b8bd;
    font-size: 11px;
}

.firm-values p {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
}



/* =========================================================
   06. Process / Zusammenarbeit
   ========================================================= */

.process {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(120px, 14vh, 180px) 5vw clamp(45px, 5vh, 70px);
    background: var(--background);
}

.process-header {
    max-width: 900px;
    margin-top: 50px;
    margin-bottom: 150px;
}

.process-header h2 {
    margin: clamp(20px, 3vh, 40px) 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 5vw, 78px);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1;
}

.process-grid {
    min-height: clamp(250px, 35vh, 500px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: auto;
    border-top: 1px solid var(--border);
}

.process-grid article {
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 28px 30px 0 0;
    border-right: 1px solid var(--border);
}

.process-grid article:not(:first-child) {
    padding-left: 30px;
}

.process-grid article:last-child {
    border-right: 0;
}

.process-grid span {
    color: var(--accent);
    margin-top: clamp(10px, 2vh, 20px);
    font-size: 11px;
}

.process-grid h3 {
    margin: clamp(40px, 7vh, 100px) 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
}

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



/* =========================================================
   07. Contact
   ========================================================= */

.contact {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(80px, 10vh, 150px) 5vw;
    background: #fff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
}

.contact h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 5vw, 82px);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 0.98;
}

.contact-content {
    padding-top: clamp(20px, 4vh, 40px);
}

.contact-content > p {
    max-width: 560px;
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.contact-mail {
    display: inline-block;
    margin-top: 42px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--accent);
    color: var(--accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2.5vw, 38px);
    text-decoration: none;
}

.contact-mail:hover {
    opacity: 0.65;
}

.contact-details {
    margin-top: clamp(40px, 6vh, 70px);
    padding-top: 30px;
}

.contact-details span {
    display: block;
    margin-bottom: 10px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.contact-details p {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.6;
}



/* =========================================================
   08. Footer
   ========================================================= */

.footer {
    padding: clamp(60px, 7vh, 80px) 5vw 32px;
    background: #1d1a18;
    color: #fff;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    padding-bottom: clamp(50px, 6vh, 80px);
}

.footer-logo {
    color: #fff;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 0.85;
}

.footer-logo span {
    display: block;
    margin-top: 9px;
    color: #aaa;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.footer-navigation {
    display: flex;
    gap: 36px;
}

.footer-navigation a {
    position: relative;
    color: #aaa;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
}

.footer-navigation a:hover {
    color: #fff;
}

.footer-navigation a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease;
}

.footer-navigation a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-top: 24px;
    border-top: 1px solid #383330;
    color: #777;
    font-size: 11px;
}

.footer-bottom > div {
    display: flex;
    gap: 20px;
}

.footer-bottom a {
    color: #777;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom a:hover {
    color: #fff;
}



/* =========================================================
   09. Responsive — Large Desktop
   ========================================================= */

@media (min-width: 1001px) {
    /* Process / Zusammenarbeit */

    .process {
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: clamp(100px, 9vh, 130px) 5vw clamp(50px, 5vh, 70px);
        background: var(--background);
    }

    .process-header {
        max-width: 900px;
        margin-bottom: 0;
    }

    .process-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-top: auto;
        border-top: 1px solid var(--border);
    }
}



/* =========================================================
   10. Responsive — Tablet / Small Desktop
   ========================================================= */

@media (max-width: 1000px) {
    /* Layout */

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


    /* Hero */

    .hero {
        grid-template-columns: 1fr 1fr;
        height: auto;
        min-height: calc(100dvh - 100px);
        gap: 40px;
        padding: 50px 5vw 70px;
    }

    .hero-content {
        transform: none;
    }

    .hero h1 {
        font-size: clamp(58px, 8vw, 82px);
        line-height: 0.94;
    }

    .hero-description {
        max-width: 620px;
        margin-top: 28px;
        font-size: 17px;
        line-height: 1.65;
    }

    .hero-actions {
        margin-top: 30px;
    }

    .hero-visual {
        width: 100%;
        height: min(60dvh, 620px);
        transform: none;
    }

    .hero-image {
        object-position: 55% 58%;
    }


    /* Practice Areas */

    .practice {
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 90px 5vw;
    }

    .section-heading {
        margin-bottom: 55px;
    }

    .section-heading h2 {
        font-size: 52px;
        line-height: 0.98;
    }

    .practice-list article {
        grid-template-columns: 55px 1fr;
        gap: 24px;
        padding: 28px 0;
    }

    .practice-list article p {
        grid-column: 2;
    }

    .practice-list h3 {
        font-size: 28px;
    }

    .practice-list p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.55;
    }


    /* Firm / Kanzlei */

    .firm {
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 42px;
        padding: 80px 5vw;
    }

    .firm-content {
        padding-top: 0;
    }

    .firm-heading h2 {
        font-size: 50px;
        line-height: 0.98;
    }

    .firm-intro {
        font-size: 24px;
        line-height: 1.38;
    }

    .firm-text {
        margin-top: 24px;
        font-size: 15px;
        line-height: 1.6;
    }

    .firm-values {
        margin-top: 42px;
    }

    .firm-values > div {
        padding: 16px 0;
    }


    /* Process / Zusammenarbeit */

    .process {
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 80px 5vw;
    }

    .process-header {
        margin-bottom: 50px;
    }

    .process-header h2 {
        font-size: 50px;
        line-height: 0.98;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        min-height: 0;
    }

    .process-grid article {
        min-height: auto;
        padding: 24px 26px 30px 0;
    }

    .process-grid article:nth-child(2) {
        border-right: 0;
    }

    .process-grid article:nth-child(3),
    .process-grid article:nth-child(4) {
        border-top: 1px solid var(--border);
    }

    .process-grid article:nth-child(3) {
        padding-left: 0;
    }

    .process-grid h3 {
        margin: 24px 0 12px;
        font-size: 27px;
    }

    .process-grid p {
        max-width: 320px;
        font-size: 14px;
        line-height: 1.55;
    }


    /* Contact */

    .contact {
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 80px 5vw;
    }

    .contact-content {
        padding-top: 0;
    }

    .contact h2 {
        font-size: 52px;
        line-height: 0.98;
    }

    .contact-content > p {
        font-size: 16px;
        line-height: 1.6;
    }

    .contact-mail {
        margin-top: 30px;
        font-size: 30px;
    }

    .contact-details {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 48px;
        padding-top: 24px;
    }

    .contact-details p {
        font-size: 14px;
        line-height: 1.5;
    }


    /* Footer */

    .footer {
        padding: 70px 5vw 28px;
    }

    .footer-top {
        padding-bottom: 60px;
    }

    .footer-navigation {
        gap: 24px;
    }
}



/* =========================================================
   11. Responsive — Mobile
   ========================================================= */

@media (max-width: 700px) {
    html {
        scroll-snap-type: y proximity;
    }

    .practice,
    .firm,
    .process,
    .contact {
        scroll-snap-align: start;
    }


    /* Header */

    .header {
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
    }

    .navigation {
        display: none;
    }

    .header-contact {
        display: none;
    }


    /* Mobile Menu Button */

    .menu-button {
        position: relative;
        width: 76px;
        height: 34px;
        display: block;
        padding: 0;
        border: 1px solid var(--border);
        border-radius: 100px;
        background: transparent;
        color: var(--accent);
        font-family: inherit;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        overflow: hidden;
        transition:
            border-color 0.25s ease,
            background 0.25s ease;
    }

    .menu-button:hover {
        border-color: var(--accent);
    }

    .menu-button-text {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition:
            opacity 0.25s ease,
            transform 0.3s ease;
    }

    .menu-open-text {
        opacity: 1;
        transform: translateY(0);
    }

    .menu-close-text {
        opacity: 0;
        transform: translateY(8px);
    }

    .menu-button.open .menu-open-text {
        opacity: 0;
        transform: translateY(-8px);
    }

    .menu-button.open .menu-close-text {
        opacity: 1;
        transform: translateY(0);
    }


    /* Mobile Menu */

    .mobile-menu {
        display: flex;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        padding: 0 24px;
        background: var(--background);
        opacity: 0;
        transform: translateY(-10px);
        transition:
            max-height 0.4s ease,
            opacity 0.25s ease,
            transform 0.35s ease,
            padding 0.35s ease;
    }

    .mobile-menu.open {
        max-height: 300px;
        padding: 18px 24px 28px;
        opacity: 1;
        transform: translateY(0);
    }

    .mobile-menu a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 0;
        border-bottom: 1px solid var(--border);
        color: var(--text);
        text-decoration: none;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 23px;
        transition:
            color 0.2s ease,
            padding-left 0.2s ease;
    }

    .mobile-menu a::after {
        content: "→";
        color: var(--accent);
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        opacity: 0.45;
        transition:
            opacity 0.2s ease,
            transform 0.2s ease;
    }

    .mobile-menu a:hover {
        color: var(--accent);
        padding-left: 4px;
    }

    .mobile-menu a:hover::after {
        opacity: 1;
        transform: translateX(4px);
    }

    .mobile-menu a:last-child {
        border-bottom: 0;
    }


    /* Hero */

    .hero {
        height: calc(100dvh - 85px);
        min-height: 0;
        display: flex;
        flex-direction: column;
        padding: 32px 24px;
    }

    .hero-visual {
        order: 1;
        width: 100%;
        height: 300px;
        flex-shrink: 0;
        overflow: hidden;
        transform: none;
    }

    .hero-content {
        order: 2;
        display: flex;
        flex: 1;
        flex-direction: column;
        min-height: 0;
        transform: none;
    }

    .hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 55% 58%;
    }

    .hero-label {
        margin-top: clamp(24px, 4vh, 40px);
        margin-bottom: 16px;
    }

    .hero h1 {
        font-size: 48px;
        line-height: 0.94;
    }

    .hero-description {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.55;
    }

    .hero-actions {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px;
        margin-top: 20px;
    }


    /* Practice Areas */

    .practice {
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 80px 24px;
    }

    .section-heading {
        margin-bottom: 45px;
    }

    .section-heading h2 {
        font-size: 42px;
        line-height: 0.98;
    }

    .practice-list article {
        grid-template-columns: 28px 1fr;
        gap: 16px;
        padding: 24px 0;
    }

    .practice-list article p {
        grid-column: 2;
    }

    .practice-list h3 {
        font-size: 26px;
    }

    .practice-list p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.55;
    }


    /* Firm / Kanzlei */

    .firm {
        min-height: calc(100dvh);
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 38px;
        padding: 60px 24px;
        background: var(--accent);
    }

    .firm-heading h2 {
        font-size: 42px;
        line-height: 0.98;
    }

    .firm-content {
        padding-top: 0;
    }

    .firm-intro {
        font-size: 23px;
        line-height: 1.38;
    }

    .firm-text {
        margin-top: 26px;
        font-size: 15px;
        line-height: 1.6;
    }

    .firm-values {
        margin-top: 42px;
    }

    .firm-values p {
        font-size: 25px;
        line-height: 1.8;
    }

    .firm-values > div {
        padding: 16px 0;
    }


    /* Process / Zusammenarbeit */

    .process {
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 28px 24px 24px;
    }

    .process-header {
        margin-bottom: 0;
    }

    .process-header h2 {
        font-size: 36px;
        line-height: 0.96;
    }

    .process .section-label {
        margin-bottom: 14px;
        margin-top: 0;
    }

    .process-grid {
        grid-template-columns: 1fr;
        height: auto;
        margin-top: auto;
    }

    .process-grid article,
    .process-grid article:not(:first-child) {
        height: auto;
        min-height: auto;
        padding: 12px 0 14px;
        border-top: 1px solid var(--border);
        border-right: 0;
    }

    .process-grid article:first-child {
        border-top: 0;
    }

    .process-grid h3 {
        margin: 0 0 5px;
        font-size: 18px;
    }

    .process-grid p {
        max-width: none;
        margin: 0;
        font-size: 13px;
        line-height: 1.45;
    }


    /* Contact */

    .contact {
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 70px 24px;
    }

    .contact h2 {
        font-size: 42px;
        line-height: 0.98;
    }

    .contact-content > p {
        font-size: 15px;
        line-height: 1.6;
    }

    .contact-mail {
        margin-top: 30px;
        font-size: 26px;
    }

    .contact-details {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 42px;
        padding-top: 24px;
    }

    .contact-details span {
        font-size: 10px;
    }

    .contact-details p {
        font-size: 14px;
        line-height: 1.5;
    }


    /* Footer */

    .footer {
        padding: 52px 24px 24px;
    }

    .footer-top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 36px;
        padding-bottom: 48px;
    }

    .footer-logo {
        font-size: 27px;
    }

    .footer-navigation {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .footer-navigation a {
        font-size: 14px;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .footer-bottom > div {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 20px;
    }
}



/* =========================================================
   12. Responsive — Tablet Portrait Override
   ========================================================= */

@media (min-width: 701px) and (max-width: 1100px) and (orientation: portrait) {
    /* Hero */

    .hero {
        height: auto;
        min-height: calc(100dvh - 100px);
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 76px 6vw 82px;
    }

    .hero-visual {
        order: 1;
        width: 100%;
        height: clamp(500px, 45dvh, 600px);
        transform: none;
    }

    .hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 52% 51%;
    }

    .hero-content {
        order: 2;
        width: 100%;
        max-width: 760px;
        margin-top: 120px;
        transform: none;
    }

    .hero-label {
        margin-bottom: 20px;
    }

    .hero h1 {
        max-width: 720px;
        font-size: clamp(62px, 8vw, 82px);
        line-height: 0.92;
    }

    .hero-description {
        max-width: 620px;
        margin-top: 28px;
    }

    .hero-actions {
        margin-top: 30px;
    }




    /* Practice Areas / Rechtsgebiete */

    .practice {
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 50px;
        padding: 90px 6vw;
    }



    /* Firm / Kanzlei */

    .firm {
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 50px;
        padding: 90px 6vw;
    }

    .firm-heading {
        max-width: 720px;
    }

    .firm-heading h2 {
        max-width: 680px;
        font-size: clamp(54px, 7vw, 72px);
    }

    .firm-content {
        width: 100%;
        max-width: 720px;
        padding-top: 0;
    }

    .firm-intro {
        max-width: 680px;
    }

    .firm-text {
        max-width: 620px;
    }

    .firm-values {
        max-width: 680px;
        margin-top: 42px;
    }


    /* Process / Zusammenarbeit */

    .process {
        min-height: 0;
        height: auto;
        display: block;
        padding: 90px 5vw 95px;
    }

    .process-header {
        max-width: 800px;
        margin-bottom: 70px;
    }

    .process-header h2 {
        font-size: clamp(52px, 6.5vw, 68px);
        line-height: 0.98;
    }

    .process-grid {
        height: auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-top: 0;
        border-top: 1px solid var(--border);
    }

    .process-grid article {
        height: auto;
        min-height: 240px;
        padding: 24px 20px 20px 0;
        border-right: 1px solid var(--border);
    }

    .process-grid article:not(:first-child) {
        padding-left: 20px;
    }

    .process-grid article:last-child {
        border-right: 0;
    }

    .process-grid h3 {
        margin: 42px 0 14px;
        font-size: 25px;
    }

    .process-grid p {
        max-width: 220px;
        margin: 0;
        font-size: 14px;
        line-height: 1.55;
    }


    /* Contact */

    .contact {
        min-height: 0;
        height: auto;
        display: block;
        padding: 100px 6vw 110px;
    }

    .contact-grid {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 5vw;
        align-items: start;
    }

    .contact h2 {
        font-size: clamp(50px, 6vw, 68px);
    }

    .contact-content {
        padding-top: 8px;
    }

    .contact-mail {
        margin-top: 34px;
    }

    .contact-details {
        margin-top: 50px;
    }
}
