/* ============================================
   LANDIS ARCHITEKTUR AG — Bone + Bronze + Charcoal
   Typografisch-minimalistisch, asymmetrisch,
   viel Weissraum — kein Bildmaterial vorhanden
   ============================================ */

:root {
    --bg:           #EDE9E1;
    --bg-alt:       #F7F5F0;
    --bg-dark:      #232019;
    --bg-deep:      #16140F;
    --surface:      #E3DDD0;
    --ink:          #232019;
    --ink-soft:     #45413A;
    --ink-muted:    #7D786E;
    --ink-light:    #ABA69A;
    --line:         #D3CCBD;
    --line-soft:    #DFD9CB;
    --accent:       #7A5C42;
    --accent-deep:  #5C4430;
    --accent-light: #A88A6C;

    --font-display: 'Fraunces', serif;
    --font-body:    'Inter', sans-serif;
}

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 500;
    color: var(--ink);
    letter-spacing: -0.015em;
    line-height: 1.06;
}
h1 { font-size: clamp(2.75rem, 8vw, 7rem); font-weight: 500; }
h2 { font-size: clamp(2rem, 4.5vw, 3.5rem); font-weight: 500; }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.9rem); font-weight: 500; }

em, .italic {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    color: var(--accent);
}
/* Italic-em-Safety */
h1 em, h2 em, h3 em, h4 em {
    display: inline-block;
    padding-right: 0.08em;
}

body { background: var(--bg); color: var(--ink-soft); line-height: 1.7; }
section { padding: 8rem 0; }

/* === NAV === */
.nav { background: transparent; padding: 1.75rem 0; }
.nav.scrolled {
    background: rgba(237, 233, 225, 0.95);
    backdrop-filter: blur(20px);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(35, 32, 25, 0.08);
}
.nav-logo {
    font-family: var(--font-display);
    font-size: 1.4rem; font-weight: 500;
    letter-spacing: 0;
    text-transform: lowercase;
}
.nav-logo em { color: var(--accent); font-style: italic; }
.nav-logo small {
    font-family: var(--font-body); font-size: 0.6rem;
    letter-spacing: 0.3em; color: var(--ink-muted); font-weight: 500;
    text-transform: uppercase;
}
.nav-links a {
    font-family: var(--font-body); font-size: 0.76rem;
    text-transform: lowercase; letter-spacing: 0.18em;
    font-weight: 500; color: var(--ink);
}
/* Nav ultra-minimal: CTA als reiner Text, nur durch feine Underline markiert */
.nav-cta {
    padding: 0.5rem 0 0.35rem !important;
    border: none !important;
    border-bottom: 1px solid var(--ink) !important;
    background: transparent !important;
    color: var(--ink) !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
}
.nav-cta:hover { background: transparent !important; color: var(--accent) !important; border-bottom-color: var(--accent) !important; }

/* === HERO — asymmetrisch, rein typografisch === */
.hero {
    height: 100vh; max-height: 100vh;
    background: var(--bg); color: var(--ink);
    overflow: hidden;
    padding-top: 6.5rem; padding-bottom: 0;
    display: flex; align-items: stretch;
    position: relative;
}
.hero-bg, .hero-bg::after { display: none; }
/* feine vertikale Konstruktionslinie */
.hero::before {
    content: '';
    position: absolute; top: 0; bottom: 0;
    left: 62%;
    width: 1px; background: var(--line);
    pointer-events: none;
}
.hero-inner {
    padding: 0 2.5rem; max-width: var(--max-width);
    margin: 0 auto; width: 100%;
    height: 100%;
    display: flex; flex-direction: column; justify-content: space-between;
    position: relative; z-index: 1;
}
.hero-top-zone { padding-top: 2rem; }
.hero-eyebrow {
    display: flex; align-items: center; gap: 1rem;
    font-family: var(--font-body); font-size: 0.68rem; font-weight: 600;
    letter-spacing: 0.3em; text-transform: uppercase;
    margin-bottom: 2.5rem; padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
    max-width: 560px;
}
.hero-eyebrow .eyebrow-num {
    color: var(--accent); font-weight: 700;
    padding-right: 0.85rem; border-right: 1px solid var(--line);
}
.hero-eyebrow .eyebrow-text { color: var(--ink-muted); font-size: 0.64rem; }

.hero h1.hero-mainbrand {
    color: var(--ink);
    font-weight: 500;
    font-size: clamp(2.6rem, 7.5vw, 6.5rem);
    letter-spacing: -0.02em; line-height: 1;
    text-transform: lowercase;
    max-width: 16ch;
    margin-bottom: 0;
    position: relative;
}
.hero h1.hero-mainbrand .brand-line { display: block; }
.hero h1.hero-mainbrand .brand-line.indent { padding-left: clamp(2rem, 8vw, 9rem); }
.hero h1.hero-mainbrand .brand-line em {
    color: var(--accent); font-style: italic; font-weight: 500;
}
.hero h1.hero-mainbrand .brand-underline {
    display: block; width: 72px; height: 2px;
    background: var(--accent); margin-top: 2rem;
}

.hero-bottom-zone {
    display: grid; grid-template-columns: 1.4fr 1fr;
    gap: 4rem; align-items: end;
    padding-bottom: 2.25rem;
}
.hero .lead {
    font-size: 1.06rem; line-height: 1.7;
    color: var(--ink-soft); font-weight: 400;
    max-width: 52ch; margin-bottom: 2rem;
}
.hero-actions {
    display: flex; gap: 0; align-items: center;
    border-top: 1px solid var(--line);
    padding-top: 1.75rem;
}
.hero-actions .btn {
    background: var(--ink); color: var(--bg);
    border: none; border-radius: 0;
    padding: 1rem 2.25rem;
    font-family: var(--font-body); font-size: 0.74rem;
    letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
    transition: background 250ms;
}
.hero-actions .btn:hover { background: var(--accent); transform: none; }
.hero-actions .secondary {
    margin-left: 2rem;
    font-family: var(--font-body); font-size: 0.76rem;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--ink-soft); font-weight: 600;
    border-bottom: 1px solid var(--ink-soft);
    padding-bottom: 0.3rem;
}
.hero-actions .secondary:hover { color: var(--accent); border-color: var(--accent); }
.hero-footnote {
    display: flex; align-items: center; gap: 1rem;
    margin-top: 1.75rem;
    font-family: var(--font-body); font-size: 0.78rem;
    color: var(--ink-muted);
}
.hero-footnote .hf-loc {
    font-family: var(--font-display); font-weight: 600;
    font-size: 0.95rem; color: var(--ink);
}
.hero-footnote .hf-divider { width: 1px; height: 18px; background: var(--line); }

/* Hero-Index rechts: nummerierte Leistungen */
.hero-index {
    border-top: 1px solid var(--ink);
    font-family: var(--font-body);
}
.hero-index .hi-row {
    display: grid; grid-template-columns: 56px 1fr;
    gap: 1.5rem; align-items: baseline;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--line);
}
.hero-index .hi-num {
    font-family: var(--font-display); font-style: italic;
    font-size: 0.95rem; color: var(--accent); font-weight: 500;
}
.hero-index .hi-label {
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 1.8vw, 1.5rem);
    color: var(--ink); font-weight: 500;
    text-transform: lowercase;
    letter-spacing: -0.01em;
}

/* === PROJEKT-INDEX (Signature: typografische Tabelle nach Hero) === */
.projekt-index { padding: 7rem 0; background: var(--surface); }
.projekt-index .pi-head { max-width: 720px; margin-bottom: 3.5rem; }
.projekt-index .pi-head .label {
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 1.25rem;
}
.projekt-index .pi-head p {
    margin-top: 1.5rem; font-size: 1rem; line-height: 1.7;
    color: var(--ink-soft); max-width: 50ch;
}
.pi-table { border-top: 1px solid var(--ink); }
.pi-row {
    display: grid; grid-template-columns: 1fr 220px 90px;
    gap: 2.5rem; align-items: baseline;
    padding: 1.6rem 0;
    border-bottom: 1px solid var(--line);
}
.pi-row.pi-row-head {
    padding: 0.9rem 0;
    font-family: var(--font-body); font-size: 0.66rem; font-weight: 600;
    letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--ink-muted);
}
.pi-row .pi-name {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.4vw, 1.9rem);
    color: var(--ink); font-weight: 500;
    text-transform: lowercase; letter-spacing: -0.01em;
    line-height: 1.15;
}
.pi-row .pi-ort {
    font-family: var(--font-body); font-size: 0.9rem;
    color: var(--ink-muted); text-transform: lowercase;
}
.pi-row .pi-jahr {
    font-family: var(--font-display); font-style: italic;
    font-size: 1rem; color: var(--accent);
    text-align: right;
}

/* === HALTUNG (Values) === */
.values-block { padding: 6rem 0; background: var(--bg); }
.values-intro {
    display: grid; grid-template-columns: 1fr 1.5fr;
    gap: 5rem; align-items: end; margin-bottom: 3rem;
}
.values-intro .label {
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent);
}
.values-intro h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); line-height: 1.08; }
.values-list { border-top: 1px solid var(--ink); }
.value-row {
    display: grid; grid-template-columns: 110px 1fr 2.5fr;
    gap: 2.5rem; padding: 2.5rem 1.5rem 2.5rem 0;
    border-bottom: 1px solid var(--line);
    align-items: start;
    transition: padding 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
    position: relative; cursor: default;
}
.value-row::before {
    content: '';
    position: absolute; left: 0; top: 0; bottom: 0;
    width: 0; background: var(--accent);
    transition: width 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.value-row:hover { padding-left: 1.5rem; }
.value-row:hover::before { width: 3px; }
.value-row .index {
    font-family: var(--font-display); font-style: italic;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 500;
    color: var(--accent); line-height: 0.9;
}
.value-row h3 { font-size: clamp(1.35rem, 2.4vw, 1.9rem); line-height: 1.1; text-transform: lowercase; }
.value-row p { font-size: 0.97rem; line-height: 1.7; color: var(--ink-soft); max-width: 60ch; }

/* === LEISTUNGEN === */
.leistungen-section { padding: 8rem 0; background: var(--bg-alt); }
.leistungen-head {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 5rem; align-items: end; margin-bottom: 4rem;
}
.leistungen-head .label {
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 1.25rem;
}
.leistungen-head p { font-size: 1.02rem; line-height: 1.7; color: var(--ink-soft); max-width: 48ch; }
.leistungen-list { border-top: 1px solid var(--ink); }
.leistung-item {
    display: grid;
    grid-template-columns: 90px 1fr 1.6fr;
    gap: 3rem; align-items: start;
    padding: 3rem 0;
    border-bottom: 1px solid var(--line);
}
.leistung-item .num {
    font-family: var(--font-display); font-style: italic;
    font-size: 1.15rem; color: var(--accent); font-weight: 500;
    padding-top: 0.4rem;
}
.leistung-item h3 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    text-transform: lowercase;
    line-height: 1.05;
}
.leistung-item .leistung-body p {
    font-size: 0.98rem; line-height: 1.7; color: var(--ink-soft);
    margin-bottom: 1rem;
}
.leistung-item .leistung-tags {
    display: flex; flex-wrap: wrap; gap: 0.5rem;
    margin-top: 1.25rem;
}
.leistung-item .leistung-tags span {
    font-family: var(--font-body); font-size: 0.7rem;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--ink-muted); font-weight: 500;
    padding: 0.35rem 0.8rem;
    border: 1px solid var(--line);
}

/* === PHASEN — horizontale Linien-Liste, radikaler Weissraum === */
.phasen-section { padding: 9rem 0; background: var(--bg); }
.phasen-head {
    display: grid; grid-template-columns: 1fr 1.4fr;
    gap: 5rem; align-items: end; margin-bottom: 4.5rem;
}
.phasen-head .label {
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent);
}
.phasen-head h2 { color: var(--ink); }
.phasen-head h2 em { color: var(--accent); }
.phasen-head p { color: var(--ink-soft); font-size: 1rem; line-height: 1.7; max-width: 50ch; }
.phasen-grid { border-top: 1px solid var(--ink); }
.phase-cell {
    display: grid; grid-template-columns: 90px 260px 1fr;
    gap: 3rem; align-items: baseline;
    padding: 2rem 0;
    border-bottom: 1px solid var(--line);
}
.phase-cell .num {
    font-family: var(--font-display); font-style: italic;
    font-size: 1.4rem; color: var(--accent);
    font-weight: 500; line-height: 1;
}
.phase-cell h3 {
    color: var(--ink); font-size: clamp(1.3rem, 2.2vw, 1.75rem);
    line-height: 1.1;
    text-transform: lowercase;
}
.phase-cell p { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.65; max-width: 56ch; }

/* === MANIFESTO === */
.manifesto { padding: 10rem 0; background: var(--bg-alt); position: relative; }
.manifesto::before {
    content: '\201C';
    position: absolute; top: 3rem; left: 50%; transform: translateX(-50%);
    font-family: var(--font-display);
    font-size: 17rem; font-weight: 500; line-height: 1;
    color: var(--accent); opacity: 0.14;
    pointer-events: none;
}
.manifesto blockquote {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 500; line-height: 1.3;
    text-align: center; max-width: 32ch;
    margin: 0 auto; color: var(--ink);
    letter-spacing: -0.01em;
    position: relative; z-index: 1;
}
.manifesto blockquote em { color: var(--accent); }
.manifesto cite {
    display: block; margin-top: 2.75rem; text-align: center;
    font-family: var(--font-body); font-style: normal;
    font-size: 0.72rem; letter-spacing: 0.32em;
    text-transform: uppercase; color: var(--accent); font-weight: 600;
}

/* === BÜRO / QUALIFIKATION === */
.buero-section { padding: 8rem 0; background: var(--bg); }
.buero-grid {
    display: grid; grid-template-columns: 1fr 1.4fr;
    gap: 5rem; align-items: start;
}
.buero-intro .label {
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 1.25rem;
}
.buero-intro h2 { margin-bottom: 1.5rem; }
.buero-intro h2 em { color: var(--accent); }
.buero-body p { font-size: 1.02rem; line-height: 1.75; color: var(--ink-soft); margin-bottom: 1.25rem; max-width: 58ch; }
.cred-row {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 0; margin-top: 2.5rem;
    border-top: 1px solid var(--ink);
}
.cred-cell {
    padding: 1.75rem 1.5rem 1.9rem 0;
    border-bottom: 1px solid var(--line);
}
.cred-cell:not(:first-child) { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.cred-cell .cred-name {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    color: var(--ink); font-weight: 500;
    margin-bottom: 0.4rem;
}
.cred-cell .cred-desc {
    font-family: var(--font-body); font-size: 0.78rem;
    color: var(--ink-muted); line-height: 1.5;
}

/* === CONTACT === */
.contact-section { padding: 8rem 0; background: var(--bg-alt); }
.contact-grid-editorial {
    display: grid; grid-template-columns: 1fr 1.2fr;
    gap: 5rem; align-items: stretch;
}
.contact-info-block { padding: 1rem 0; }
.contact-info-block .label-eyebrow {
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 1.5rem;
}
.contact-info-block h2 { margin-bottom: 1.75rem; }
.contact-info-block h2 em { color: var(--accent); }
.contact-info-block > p {
    margin-bottom: 1rem; font-size: 1.02rem;
    color: var(--ink-soft); max-width: 42ch;
}
.contact-rows { margin-top: 2rem; border-top: 1px solid var(--line); }
.contact-row {
    display: grid; grid-template-columns: 140px 1fr;
    gap: 2rem; padding: 1.5rem 0;
    border-bottom: 1px solid var(--line);
    align-items: baseline;
}
.contact-row .label {
    font-family: var(--font-body); font-size: 0.7rem;
    letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--ink-muted); font-weight: 600;
}
.contact-row .value {
    font-family: var(--font-display);
    font-size: 1.3rem; line-height: 1.45;
    color: var(--ink); font-weight: 500;
}
.contact-row a:hover { color: var(--accent); }
.contact-map-editorial { background: var(--bg-alt); min-height: 480px; overflow: hidden; }
.contact-map-editorial iframe {
    width: 100%; height: 100%; border: 0;
    filter: grayscale(0.9) contrast(1.08) brightness(1.04);
}

/* === SCHLUSS — Vollbreite-Charcoal-Block, nur Adresse + Mail === */
.schluss-block {
    background: var(--bg-deep); color: var(--bg);
    padding: 9rem 0;
    text-align: center;
}
.schluss-block .sb-name {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 500; line-height: 1.1;
    color: var(--bg); text-transform: lowercase;
    letter-spacing: -0.015em;
    margin-bottom: 3rem;
}
.schluss-block .sb-name em {
    color: var(--accent-light); font-style: italic;
    display: inline-block; padding-right: 0.08em;
}
.schluss-block .sb-rows {
    display: flex; align-items: center; justify-content: center;
    gap: 1.75rem; flex-wrap: wrap;
    font-family: var(--font-body);
    font-size: 0.92rem; letter-spacing: 0.06em;
    color: rgba(237, 233, 225, 0.75);
    text-transform: lowercase;
}
.schluss-block .sb-divider { width: 1px; height: 20px; background: rgba(237, 233, 225, 0.3); }
.schluss-block .sb-mail {
    color: var(--bg);
    border-bottom: 1px solid rgba(237, 233, 225, 0.5);
    padding-bottom: 0.25rem;
    transition: color 250ms, border-color 250ms;
}
.schluss-block .sb-mail:hover { color: var(--accent-light); border-color: var(--accent-light); }

/* === FOOTER === */
.footer {
    background: var(--bg); color: var(--ink-soft);
    padding: 5rem 0 2rem;
    border-top: 1px solid var(--line);
}
.footer h4 {
    color: var(--ink); font-size: 1.6rem; font-weight: 500;
    text-transform: lowercase;
}
.footer h4 em { color: var(--accent); }
.footer h5 {
    font-family: var(--font-body); font-size: 0.7rem;
    letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--ink-muted); font-weight: 600;
}
.footer ul a { color: var(--ink-soft); }
.footer ul a:hover { color: var(--accent); }
.footer p { color: var(--ink-muted); }
.footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem; padding-bottom: 3rem;
}
.footer-grid ul { list-style: none; padding: 0; margin: 1rem 0 0; }
.footer-grid ul li { padding: 0.35rem 0; font-size: 0.92rem; color: var(--ink-soft); }
.footer-bottom {
    border-top: 1px solid var(--line);
    padding-top: 1.5rem;
    display: flex; justify-content: space-between; align-items: center;
    font-size: 0.82rem; flex-wrap: wrap; gap: 1rem;
    color: var(--ink-muted);
}
.footer-bottom a { color: var(--ink-muted); }
.footer-bottom a:hover { color: var(--accent); }

/* === PLACEHOLDER === */
.placeholder-banner {
    background: var(--surface);
    border-left: 3px solid var(--accent);
    border-radius: 0;
}

/* === HERO ANIMATIONEN === */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.hero-eyebrow { opacity: 0; animation: fadeInLeft 0.9s cubic-bezier(0.22,0.61,0.36,1) 0.2s both; }
.hero h1.hero-mainbrand .brand-line { opacity: 0; animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) both; }
.hero h1.hero-mainbrand .brand-line:nth-child(1) { animation-delay: 0.3s; }
.hero h1.hero-mainbrand .brand-line:nth-child(2) { animation-delay: 0.45s; }
.hero h1.hero-mainbrand .brand-line:nth-child(3) { animation-delay: 0.6s; }
.hero h1.hero-mainbrand .brand-underline { opacity: 0; animation: fadeInLeft 0.8s cubic-bezier(0.22,0.61,0.36,1) 0.85s both; }
.hero .lead { opacity: 0; animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 1.2s both; }
.hero-actions { opacity: 0; animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 1.45s both; }
.hero-footnote { opacity: 0; animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 1.65s both; }
.hero-index { opacity: 0; animation: fadeInUp 1.1s cubic-bezier(0.22,0.61,0.36,1) 0.9s both; }
.hero-index .hi-row { opacity: 0; animation: fadeInUp 0.9s cubic-bezier(0.22,0.61,0.36,1) both; }
.hero-index .hi-row:nth-child(1) { animation-delay: 1.0s; }
.hero-index .hi-row:nth-child(2) { animation-delay: 1.15s; }
.hero-index .hi-row:nth-child(3) { animation-delay: 1.3s; }
.hero-index .hi-row:nth-child(4) { animation-delay: 1.45s; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 900ms cubic-bezier(0.22,0.61,0.36,1), transform 900ms cubic-bezier(0.22,0.61,0.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* === RESPONSIVE === */
/* Kurze Desktop-Viewports (1280×800): Hero-Inhalt komprimieren, nichts abschneiden */
@media (min-width: 981px) and (max-height: 850px) {
    .hero { padding-top: 5.5rem; }
    .hero-top-zone { padding-top: 1rem; }
    .hero h1.hero-mainbrand { font-size: clamp(2.4rem, 6vw, 5rem); }
    .hero h1.hero-mainbrand .brand-underline { margin-top: 1.25rem; }
    .hero-eyebrow { margin-bottom: 1.5rem; padding-bottom: 0.75rem; }
    .hero .lead { font-size: 0.98rem; margin-bottom: 1.25rem; }
    .hero-actions { padding-top: 1.2rem; }
    .hero-actions .btn { padding: 0.8rem 1.8rem; }
    .hero-footnote { margin-top: 1.2rem; }
    .hero-index .hi-row { padding: 0.8rem 0; }
    .hero-bottom-zone { padding-bottom: 1.5rem; }
}
@media (max-width: 980px) {
    section { padding: 5rem 0; }
    .hero { height: auto; max-height: none; min-height: 0; padding-bottom: 2rem; padding-top: 6rem; }
    .hero::before { display: none; }
    .hero-inner { height: auto; }
    .hero-top-zone { padding-top: 0; }
    .hero-bottom-zone { grid-template-columns: 1fr; gap: 2.5rem; margin-top: 3rem; padding-bottom: 0; }
    .leistungen-head, .phasen-head, .buero-grid, .values-intro { grid-template-columns: 1fr; gap: 1.5rem; }
    .leistung-item { grid-template-columns: 60px 1fr; gap: 1.5rem; }
    .leistung-item .leistung-body { grid-column: 1 / -1; }
    .value-row { grid-template-columns: 1fr; gap: 1rem; padding: 2.5rem 0; }
    .phase-cell { grid-template-columns: 56px 1fr; gap: 1.25rem; padding: 1.6rem 0; }
    .phase-cell p { grid-column: 2; }
    .pi-row { grid-template-columns: 1fr 110px 70px; gap: 1.25rem; }
    .contact-grid-editorial { grid-template-columns: 1fr; gap: 3rem; }
    .contact-row { grid-template-columns: 110px 1fr; gap: 1rem; }
    .leistungen-section, .phasen-section, .projekt-index, .buero-section, .contact-section { padding: 5rem 0; }
    .schluss-block { padding: 6rem 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
    .cred-row { grid-template-columns: 1fr; }
    .cred-cell { padding-left: 0 !important; border-left: none !important; }
}
@media (max-width: 640px) {
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
    .hero { padding-top: 5rem; padding-bottom: 1.5rem; }
    .hero h1.hero-mainbrand { font-size: clamp(2rem, 9vw, 2.75rem); }
    .hero h1.hero-mainbrand .brand-line.indent { padding-left: 1.5rem; }
    .hero h1.hero-mainbrand .brand-underline { width: 48px; margin-top: 1.25rem; }
    .hero .lead { font-size: 0.95rem; line-height: 1.6; margin-bottom: 1.5rem; }
    .hero-actions { flex-direction: column; align-items: flex-start; gap: 1rem; padding-top: 1.25rem; }
    .hero-actions .secondary { margin-left: 0; }
    .hero-eyebrow { font-size: 0.6rem; gap: 0.65rem; margin-bottom: 1.5rem; padding-bottom: 0.75rem; }
    .hero-footnote { flex-wrap: wrap; gap: 0.6rem; }
    .hero-index .hi-label { font-size: 1.05rem; }
    .pi-row { grid-template-columns: 1fr auto; gap: 0.75rem; padding: 1.25rem 0; }
    .pi-row .pi-name { grid-column: 1 / -1; font-size: 1.2rem; }
    .pi-row.pi-row-head { display: none; }
    .pi-row .pi-jahr { text-align: left; }
    .phase-cell h3 { font-size: 1.2rem; }
    .schluss-block { padding: 5rem 0; }
    .schluss-block .sb-rows { flex-direction: column; gap: 1rem; }
    .schluss-block .sb-divider { display: none; }
}
