/* ============================================
   ANDRES R. REINIGUNGEN — Frisches Petrol/Türkis
   Landolt-Section-Aufbau, eigenständige Identität
   ============================================ */

:root {
    --bg:           #FAFAF7;
    --bg-alt:       #FFFFFF;
    --bg-dark:      #0C2225;
    --bg-deep:      #061517;
    --surface:      #E8EEEA;
    --ink:          #10181E;
    --ink-soft:     #2C363C;
    --ink-muted:    #6C767B;
    --ink-light:    #A4ACB0;
    --line:         #D8DFDA;
    --line-soft:    #E5EAE6;
    --accent:       #0E5FA0;
    --accent-deep:  #0C477C;
    --accent-light: #4E92C8;

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

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.035em;
    line-height: 1.02;
}
h1 { font-size: clamp(3rem, 9vw, 7.5rem); font-weight: 800; letter-spacing: -0.045em; }
h2 { font-size: clamp(2.1rem, 5vw, 4rem); font-weight: 700; }
h3 { font-size: clamp(1.5rem, 2.8vw, 2.2rem); font-weight: 600; letter-spacing: -0.02em; }

em, .italic {
    font-family: var(--font-body);
    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.65; }
section { padding: 7.5rem 0; }

/* === NAV === */
.nav { background: transparent; padding: 1.75rem 0; }
.nav.scrolled {
    background: rgba(250, 250, 247, 0.95);
    backdrop-filter: blur(20px);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.nav-logo {
    font-family: var(--font-display);
    font-size: 1.45rem; font-weight: 800;
    letter-spacing: -0.03em;
}
.nav-logo em { color: var(--accent); font-weight: 800; font-style: normal; font-family: var(--font-display); }
.nav-logo small {
    font-family: var(--font-body); font-size: 0.62rem;
    letter-spacing: 0.28em; color: var(--ink-muted); font-weight: 500;
}
.nav-links a {
    font-family: var(--font-body); font-size: 0.78rem;
    text-transform: uppercase; letter-spacing: 0.22em;
    font-weight: 500; color: var(--ink);
}
.nav-cta {
    padding: 0.7rem 1.5rem !important;
    border: 1px solid var(--ink) !important;
    background: transparent !important;
    color: var(--ink) !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    letter-spacing: 0.2em !important;
}
.nav-cta:hover { background: var(--ink) !important; color: var(--bg) !important; }
/* Telefonnummer sichtbar in der Nav */
.nav-phone a {
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    color: var(--accent) !important;
    white-space: nowrap;
}
.nav-phone a:hover { color: var(--accent-deep) !important; }
/* Bei schmalen Desktops wird die Nav sonst zu eng (6 Links + Telefon + CTA) */
@media (min-width: 981px) and (max-width: 1280px) { .nav-phone { display: none; } }

/* === HERO === */
.hero {
    height: 100vh; max-height: 100vh;
    background: var(--bg); color: var(--ink);
    overflow: hidden;
    padding-top: 6rem; padding-bottom: 0;
    display: flex; align-items: stretch;
}
.hero-bg, .hero-bg::after { display: none; }
.hero-inner { padding: 0; max-width: 100%; height: 100%; display: flex; align-items: stretch; }
.hero-grid {
    display: grid; grid-template-columns: 1.05fr 1fr;
    gap: 3rem; align-items: stretch;
    width: 100%; height: 100%;
}
.hero-content {
    padding: 0 2.5rem; max-width: 720px; margin-left: auto;
    display: flex; flex-direction: column; justify-content: space-between;
    height: 100%; overflow: visible; gap: 2rem;
}
.hero-content .hero-top { padding-top: 1rem; display: flex; flex-direction: column; }
.hero-content .hero-bottom { padding-bottom: 1rem; display: flex; flex-direction: column; }

.hero-eyebrow {
    display: flex; align-items: center; gap: 1rem;
    font-family: var(--font-body); font-size: 0.7rem; font-weight: 600;
    letter-spacing: 0.28em; text-transform: uppercase;
    margin-bottom: 1.75rem; padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
}
.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.66rem; }

.hero h1.hero-mainbrand {
    color: var(--ink); margin-bottom: 1.75rem;
    font-weight: 800;
    font-size: clamp(2.5rem, 6.6vw, 5.75rem);
    letter-spacing: -0.045em; line-height: 0.95;
    max-width: 14ch; position: relative;
    padding-bottom: 1rem;
}
.hero h1.hero-mainbrand .brand-line {
    display: block; font-style: normal;
    font-family: var(--font-display); font-weight: 800;
    color: var(--ink);
}
.hero h1.hero-mainbrand .brand-line.brand-accent { color: var(--accent); }
.hero h1.hero-mainbrand .brand-underline {
    display: block; width: 60px; height: 3px;
    background: var(--accent); margin-top: 1.25rem;
}
.hero-values {
    display: flex; flex-direction: column; gap: 0.15rem;
    font-family: var(--font-display);
    font-weight: 800; line-height: 1.02;
    font-size: clamp(1.75rem, 3.8vw, 3.15rem);
    letter-spacing: -0.035em;
    padding-top: 0.5rem;
    border-top: 1px solid var(--line);
}
.hero-values .vw { display: block; padding-top: 0.5rem; }
.hero-values .vw-1 { color: var(--ink); }
.hero-values .vw-2 { color: var(--accent); }
.hero-values .vw-3 { color: var(--accent-deep); }
.hero .lead {
    font-size: 1.08rem; line-height: 1.6;
    color: var(--ink-soft); font-weight: 400;
    max-width: 48ch; margin-bottom: 2rem;
}
.hero-actions {
    display: flex; gap: 0; align-items: center;
    border-top: 1px solid var(--line);
    padding-top: 1.75rem; margin-top: 0.5rem;
}
.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.76rem;
    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.78rem;
    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: 2rem; padding-top: 1.25rem;
    border-top: 1px solid var(--line);
    font-family: var(--font-body); font-size: 0.78rem;
    color: var(--ink-muted);
}
.hero-footnote .hf-loc {
    font-family: var(--font-display); font-weight: 800;
    font-size: 0.95rem; letter-spacing: -0.02em; color: var(--ink);
}
.hero-footnote .hf-divider { width: 1px; height: 18px; background: var(--line); }
.hero-footnote .hf-text { font-size: 0.82rem; line-height: 1.4; color: var(--ink-muted); }

.hero-img-side {
    position: relative; overflow: hidden;
    background: var(--surface); height: 100%;
}
.hero-img-side img { width: 100%; height: 100%; object-fit: cover; }
.hero-img-side::after {
    content: '';
    position: absolute; bottom: -1px; left: -1px;
    width: 120px; height: 120px;
    background: var(--bg);
    clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.hero-tagline-vertical {
    position: absolute; right: 1.5rem; top: 2.5rem; bottom: 2.5rem;
    writing-mode: vertical-rl; text-orientation: mixed; white-space: nowrap;
    font-family: var(--font-body); font-size: 0.9rem;
    letter-spacing: 0.45em; text-transform: uppercase;
    color: #FFFFFF; font-weight: 800;
    -webkit-text-stroke: 1.2px var(--accent-deep);
    paint-order: stroke fill;
    text-shadow: 0 0 10px rgba(12, 71, 124, 0.35);
    display: flex; align-items: center;
}

/* === FOTO-STREIFEN — echte Bilder als schmale Vollbreite-Leiste (ersetzt Marquee) === */
.foto-streifen {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    background: var(--bg-dark);
    height: clamp(140px, 22vh, 210px);
}
.foto-streifen .fs-img { overflow: hidden; }
.foto-streifen .fs-img img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
}

/* === VALUES === */
.values-block { padding: 5rem 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.74rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent);
}
.values-intro h2 { font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 1.05; color: var(--ink); }
.values-list { border-top: 1px solid var(--ink); }
.value-row {
    display: grid; grid-template-columns: 110px 1fr 2.5fr;
    gap: 2.5rem; padding: 2.25rem 1.5rem 2.25rem 2rem;
    border-bottom: 1px solid var(--line);
    align-items: center;
    transition: padding 400ms cubic-bezier(0.22, 0.61, 0.36, 1), background 400ms ease;
    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 { background: var(--bg-alt); padding-left: 3rem; }
.value-row:hover::before { width: 5px; }
.value-row .index {
    font-family: var(--font-display);
    font-size: clamp(2.75rem, 4.8vw, 4.25rem);
    font-weight: 800;
    color: var(--accent); line-height: 0.85;
    letter-spacing: -0.05em;
}
.value-row h3 {
    font-weight: 800;
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    line-height: 1;
}
.value-row p { font-size: 0.98rem; line-height: 1.6; color: var(--ink-soft); max-width: 60ch; }

/* === SERVICE FEATURES === */
.service-feature {
    padding: 0; background: var(--bg);
    height: 100vh; max-height: 100vh; overflow: hidden;
}
.service-feature.dark { background: var(--bg-dark); color: var(--bg); }
.service-feature.dark h2, .service-feature.dark h3 { color: var(--bg); }
.service-feature.dark p { color: rgba(250,250,247,0.78); }
.service-feature.dark .badge { color: var(--accent-light); border-color: var(--accent-light); }
.service-feature.dark .service-list li { color: rgba(250,250,247,0.85); border-color: rgba(250,250,247,0.15); }
.service-feature.dark .service-list li::before { background: var(--accent-light); }
.service-feature.dark .link-arrow { color: var(--accent-light); border-color: var(--accent-light); }

.feature-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    height: 100%; align-items: stretch;
}
.feature-grid.reverse { direction: rtl; }
.feature-grid.reverse > * { direction: ltr; }
.feature-image {
    position: relative; overflow: hidden;
    background: var(--surface); height: 100%;
}
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-image .num-overlay {
    position: absolute; bottom: 2rem; left: 1.5rem;
    font-family: var(--font-display);
    font-size: clamp(7rem, 17vw, 17rem);
    font-weight: 800;
    color: var(--bg); line-height: 0.8;
    letter-spacing: -0.06em;
    pointer-events: none; opacity: 0.92;
}
.service-feature.dark .feature-image .num-overlay { color: var(--bg-dark); }
.feature-content {
    padding: 3.5rem 4rem;
    display: flex; flex-direction: column; justify-content: center;
    max-width: 660px; height: 100%; overflow: visible;
}
.feature-content .badge {
    display: inline-flex; align-items: center; gap: 0.6rem;
    font-family: var(--font-body); font-size: 0.7rem; font-weight: 600;
    letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--accent);
    padding: 0.35rem 0.9rem;
    border: 1px solid var(--accent);
    align-self: flex-start; margin-bottom: 1.25rem;
}
.feature-content h2 {
    color: inherit; margin-bottom: 1.1rem;
    font-weight: 700;
    font-size: clamp(2rem, 4.2vw, 3.5rem);
    line-height: 1.05;
}
.feature-content h2 em {
    color: var(--accent);
    font-family: var(--font-display); font-style: normal; font-weight: 800;
}
.service-feature.dark .feature-content h2 em { color: var(--accent-light); }
.feature-content p { font-size: 1rem; line-height: 1.6; margin-bottom: 0.5rem; }
.service-list {
    list-style: none; padding: 0; margin: 1.25rem 0 1.5rem;
    border-top: 1px solid var(--line);
}
.service-list li {
    padding: 0.55rem 0 0.55rem 1.5rem;
    position: relative;
    border-bottom: 1px solid var(--line);
    font-size: 0.92rem; color: var(--ink-soft); line-height: 1.4;
}
.service-list li::before {
    content: ''; position: absolute; left: 0; top: 0.95rem;
    width: 7px; height: 7px;
    background: var(--accent); border-radius: 50%;
}
.link-arrow {
    margin-top: 0.75rem;
    font-family: var(--font-body); font-size: 0.76rem;
    letter-spacing: 0.22em; text-transform: uppercase;
    font-weight: 600; color: var(--accent);
    border-bottom: 1px solid var(--accent);
    padding-bottom: 0.45rem; align-self: flex-start;
}

/* === ABOS === */
.abo-section { padding: 7.5rem 0; background: var(--surface); }
.abo-head { max-width: 760px; margin-bottom: 3.5rem; }
.abo-head .label {
    font-family: var(--font-body); font-size: 0.74rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 1.25rem;
}
.abo-head h2 { margin-bottom: 1.25rem; }
.abo-head h2 em { color: var(--accent); font-family: var(--font-display); font-style: normal; font-weight: 800; }
.abo-head p { font-size: 1.05rem; line-height: 1.65; color: var(--ink-soft); max-width: 58ch; }
.abo-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.abo-card {
    background: var(--bg-alt);
    border: 1px solid var(--line-soft);
    padding: 2.5rem 2.25rem 2.4rem;
    display: flex; flex-direction: column;
    box-shadow: 0 10px 30px rgba(16, 24, 30, 0.05);
    position: relative;
}
.abo-card.highlight { border-top: 4px solid var(--accent); }
.abo-card .abo-tag {
    font-family: var(--font-body); font-size: 0.66rem; font-weight: 700;
    letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 0.9rem;
}
.abo-card h3 {
    font-size: clamp(1.5rem, 2.4vw, 1.9rem); font-weight: 800;
    margin-bottom: 1.25rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px dashed var(--line);
}
.abo-card ul { list-style: none; padding: 0; margin: 0 0 1.75rem; flex: 1; }
.abo-card ul li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    font-size: 0.9rem; line-height: 1.5; color: var(--ink-soft);
    border-bottom: 1px solid var(--line-soft);
}
.abo-card ul li::before {
    content: '✓'; position: absolute; left: 0; top: 0.5rem;
    color: var(--accent); font-weight: 700; font-size: 0.85rem;
}
.abo-card .abo-cta {
    font-family: var(--font-body); font-size: 0.74rem;
    letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
    color: var(--accent);
    border-bottom: 1px solid var(--accent);
    padding-bottom: 0.4rem; align-self: flex-start;
}
.abo-card .abo-cta:hover { color: var(--accent-deep); border-color: var(--accent-deep); }
.abo-rhythm {
    margin-top: 2.25rem;
    font-size: 0.94rem; color: var(--ink-soft);
    max-width: 70ch;
}
.abo-rhythm strong { color: var(--ink); }

/* === FAQ === */
.faq-section { padding: 7.5rem 0; background: var(--bg-alt); }
.faq-head { max-width: 720px; margin-bottom: 4rem; }
.faq-head .label {
    font-family: var(--font-body); font-size: 0.74rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 1.25rem;
}
.faq-head h2 { color: var(--ink); }
.faq-head h2 em { color: var(--accent); font-family: var(--font-display); font-style: normal; font-weight: 800; }
.faq-list { max-width: 900px; border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > summary {
    list-style: none; cursor: pointer;
    padding: 1.75rem 0;
    display: grid; grid-template-columns: auto 1fr auto;
    gap: 1.5rem; align-items: center;
    transition: color 200ms;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary:hover { color: var(--accent); }
.faq-item .q-num {
    font-family: var(--font-body); font-size: 0.7rem; font-weight: 600;
    letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--ink-muted);
}
.faq-item .q-text {
    font-family: var(--font-display);
    font-size: clamp(1.05rem, 1.7vw, 1.3rem);
    font-weight: 600; color: var(--ink);
    letter-spacing: -0.015em; line-height: 1.3;
}
.faq-item .q-icon {
    font-family: var(--font-display);
    font-size: 1.5rem; font-weight: 300; color: var(--accent);
    transition: transform 300ms ease; line-height: 1;
}
.faq-item[open] .q-icon { transform: rotate(45deg); }
.faq-item .q-answer {
    padding: 0 0 2rem 0;
    max-width: 720px;
    margin-left: calc(1.5rem + 36px);
}
.faq-item .q-answer p { font-size: 1rem; line-height: 1.65; color: var(--ink-soft); }

/* === MANIFESTO === */
.manifesto { padding: 9rem 0; background: var(--surface); position: relative; }
.manifesto::before {
    content: '\201C';
    position: absolute; top: 3rem; left: 50%; transform: translateX(-50%);
    font-family: var(--font-display);
    font-size: 20rem; font-weight: 800; line-height: 1;
    color: var(--accent-deep); opacity: 0.18;
    pointer-events: none;
}
.manifesto blockquote {
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 4.3vw, 3.25rem);
    font-weight: 600; line-height: 1.25;
    text-align: center; max-width: 32ch;
    margin: 0 auto; color: var(--ink);
    letter-spacing: -0.025em;
    position: relative; z-index: 1;
}
.manifesto blockquote em { font-family: var(--font-body); font-style: italic; font-weight: 500; color: var(--accent); }
.manifesto cite {
    display: block; margin-top: 3rem; text-align: center;
    font-family: var(--font-body); font-style: normal;
    font-size: 0.74rem; letter-spacing: 0.32em;
    text-transform: uppercase; color: var(--accent); font-weight: 600;
}

/* === TEAM / ÜBER UNS === */
.team-section { padding: 8rem 0 7rem; background: var(--bg); }
.team-intro {
    display: grid; grid-template-columns: 1fr 1.4fr;
    gap: 5rem; align-items: start;
    margin-bottom: 4.5rem;
}
.team-intro .label {
    font-family: var(--font-body); font-size: 0.74rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 1rem;
}
.team-intro h2 em { color: var(--accent); font-family: var(--font-display); font-style: normal; font-weight: 800; }
.team-intro p { font-size: 1.02rem; line-height: 1.7; color: var(--ink-soft); margin-bottom: 1rem; }
.team-grid-cells {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}
.team-cell {
    padding: 2.5rem 2rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--bg-alt);
}
.team-cell .initials {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: var(--surface);
    color: var(--accent);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 800;
    font-size: 1.1rem; letter-spacing: 0;
    margin-bottom: 1.5rem;
}
.team-cell h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.4rem; }
.team-cell .role { font-size: 0.88rem; color: var(--ink-muted); line-height: 1.5; }

/* === TARGETS === */
.targets { padding: 8rem 0; background: var(--ink); color: var(--bg); }
.targets-head {
    display: grid; grid-template-columns: 1fr 1.5fr;
    gap: 5rem; align-items: end; margin-bottom: 5rem;
}
.targets-head .label {
    font-family: var(--font-body); font-size: 0.74rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent-light);
}
.targets-head h2 { color: var(--bg); font-weight: 700; }
.targets-head h2 em {
    color: var(--accent-light);
    font-family: var(--font-display); font-style: normal; font-weight: 800;
}
.targets-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid rgba(250,250,247,0.15);
}
.target-cell {
    padding: 3rem 2.5rem 3rem 0;
    border-bottom: 1px solid rgba(250,250,247,0.15);
}
.target-cell:not(:last-child) { border-right: 1px solid rgba(250,250,247,0.15); padding-right: 3rem; }
.target-cell:not(:first-child) { padding-left: 3rem; }
.target-cell .num {
    font-family: var(--font-display);
    font-size: 0.8rem; color: var(--accent-light);
    margin-bottom: 1.5rem; font-weight: 700;
    letter-spacing: 0.1em;
}
.target-cell h3 { color: var(--bg); font-weight: 700; margin-bottom: 1rem; }
.target-cell p { color: rgba(250,250,247,0.7); font-size: 0.96rem; }

/* === 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.74rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 1.5rem;
}
.contact-info-block h2 { color: var(--ink); margin-bottom: 2rem; font-weight: 700; }
.contact-info-block h2 em {
    color: var(--accent);
    font-family: var(--font-display); font-style: normal; font-weight: 800;
}
.contact-info-block > p {
    margin-bottom: 1rem; font-size: 1.05rem;
    color: var(--ink-soft); max-width: 40ch;
}
.contact-rows { margin-top: 2rem; border-top: 1px solid var(--line); }
.contact-row {
    display: grid; grid-template-columns: 150px 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.72rem;
    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.4rem; line-height: 1.4;
    color: var(--ink); font-weight: 600; letter-spacing: -0.02em;
}
.contact-row .value.hours { font-size: 1.05rem; line-height: 1.6; }
.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.85) contrast(1.1) brightness(1.05);
}

/* === FINAL CTA === */
.final-cta {
    background: var(--accent); color: var(--bg);
    padding: 0; overflow: hidden;
}
.final-cta-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    align-items: stretch; min-height: 560px;
}
.final-cta-image { overflow: hidden; background: var(--accent-deep); position: relative; }
.final-cta-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.final-cta-content {
    padding: 5rem;
    display: flex; flex-direction: column; justify-content: center;
    max-width: 640px;
}
.final-cta-content .label-eyebrow {
    font-family: var(--font-body); font-size: 0.74rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: rgba(250, 250, 247, 0.7); margin-bottom: 1.25rem;
}
.final-cta h2 {
    color: var(--bg); font-weight: 700;
    max-width: 17ch; margin: 0 0 1.5rem;
    font-size: clamp(2rem, 4.2vw, 3.5rem);
    line-height: 1.05;
    padding-right: 0.3em;
}
.final-cta h2 em {
    color: var(--bg);
    font-family: var(--font-body); font-style: italic; font-weight: 600;
    opacity: 0.95;
    display: inline-block; padding-right: 0.2em; margin-right: -0.05em;
}
.final-cta .lead {
    color: rgba(250,250,247,0.8);
    max-width: 44ch; margin: 0 0 2.5rem;
    font-size: 1.05rem; line-height: 1.6;
}
.final-cta .btn-row { display: flex; gap: 0; align-items: center; flex-wrap: wrap; }
.final-cta .btn-primary {
    background: var(--bg); color: var(--accent) !important;
    padding: 1.15rem 2.5rem;
    border: none; border-radius: 0;
    font-family: var(--font-body); font-size: 0.78rem;
    letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
    transition: background 250ms, color 250ms;
}
.final-cta .btn-primary:hover { background: var(--ink); color: var(--bg) !important; transform: none; }
.final-cta .btn-secondary {
    color: var(--bg); margin-left: 2.5rem;
    font-family: var(--font-body); font-size: 0.78rem;
    letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
    border-bottom: 1px solid var(--bg);
    padding-bottom: 0.4rem;
}
.final-cta .btn-secondary:hover { opacity: 0.7; }

/* === FOOTER === */
.footer {
    background: var(--bg-alt); color: var(--ink-soft);
    padding: 5rem 0 2rem;
    border-top: 1px solid var(--line);
}
.footer h4 {
    color: var(--ink); font-size: 1.8rem; font-weight: 800; letter-spacing: -0.03em;
}
.footer h4 em { color: var(--accent); font-style: normal; font-family: var(--font-display); font-weight: 800; }
.footer h5 {
    font-family: var(--font-body); font-size: 0.72rem;
    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 scaleReveal {
    from { opacity: 0; transform: scale(1.06); }
    to { opacity: 1; transform: scale(1); }
}
@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-underline { opacity: 0; animation: fadeInLeft 0.8s cubic-bezier(0.22,0.61,0.36,1) 0.85s both; }
.hero-values .vw { opacity: 0; animation: fadeInUp 0.9s cubic-bezier(0.22,0.61,0.36,1) both; }
.hero-values .vw:nth-child(1) { animation-delay: 1.0s; }
.hero-values .vw:nth-child(2) { animation-delay: 1.15s; }
.hero-values .vw:nth-child(3) { animation-delay: 1.3s; }
.hero .lead { opacity: 0; animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 1.55s both; }
.hero-actions { opacity: 0; animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 1.8s both; }
.hero-footnote { opacity: 0; animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 2s both; }
.hero-img-side { opacity: 0; animation: scaleReveal 1.4s cubic-bezier(0.22,0.61,0.36,1) 0.1s both; }
.hero-tagline-vertical { opacity: 0; animation: fadeIn 1s ease 1.8s both; }

.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 === */
/* Kleine Notebooks (1280×800): Hero kompakter, bleibt exakt 100vh */
@media (min-width: 981px) and (max-height: 840px) {
    .hero { padding-top: 5rem; }
    .hero-content { gap: 1.25rem; }
    .hero-eyebrow { margin-bottom: 1.1rem; padding-bottom: 0.7rem; }
    .hero h1.hero-mainbrand { font-size: clamp(2.3rem, 5.2vw, 4.3rem); margin-bottom: 1.1rem; padding-bottom: 0.6rem; }
    .hero h1.hero-mainbrand .brand-underline { margin-top: 0.9rem; }
    .hero-values { font-size: clamp(1.4rem, 2.9vw, 2.3rem); }
    .hero .lead { font-size: 0.98rem; margin-bottom: 1.4rem; }
    .hero-actions { padding-top: 1.2rem; margin-top: 0.25rem; }
    .hero-footnote { margin-top: 1.4rem; padding-top: 0.9rem; }
}
@media (max-width: 1180px) {
    .team-grid-cells { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
    section { padding: 5rem 0; }
    .hero { height: auto; max-height: none; min-height: 0; padding-bottom: 2rem; padding-top: 5rem; }
    .hero-inner { height: auto; display: block; }
    .hero-grid { grid-template-columns: 1fr; gap: 1.5rem; height: auto; }
    .hero-content { padding: 0 1.5rem; max-width: 100%; margin-left: 0; height: auto; }
    .hero-img-side { aspect-ratio: 4/3; height: auto; max-height: 320px; }
    .service-feature { height: auto; max-height: none; overflow: visible; }
    .feature-grid { grid-template-columns: 1fr; height: auto; }
    .feature-grid.reverse { direction: ltr; }
    .feature-content { padding: 4rem 1.5rem; max-width: 100%; height: auto; }
    .feature-image { aspect-ratio: 4/3; height: auto; }
    .values-intro, .targets-head, .team-intro { grid-template-columns: 1fr; gap: 1.5rem; }
    .value-row { grid-template-columns: 1fr; gap: 1rem; padding: 2.5rem 0; }
    .targets-grid { grid-template-columns: 1fr; }
    .target-cell { border-right: none !important; padding: 2.5rem 0 !important; }
    .abo-grid { grid-template-columns: 1fr; }
    .contact-grid-editorial { grid-template-columns: 1fr; gap: 3rem; }
    .contact-row { grid-template-columns: 120px 1fr; gap: 1rem; }
    .foto-streifen { height: 160px; }
    .abo-section, .faq-section, .contact-section { padding: 5rem 0; }
    .faq-item > summary { grid-template-columns: 1fr auto; gap: 1rem; }
    .faq-item .q-num { grid-column: 1 / -1; margin-bottom: -0.5rem; }
    .faq-item .q-answer { margin-left: 0; }
    .final-cta-grid { grid-template-columns: 1fr; min-height: 0; }
    .final-cta-image { aspect-ratio: 4/3; max-height: none; }
    .final-cta-content { padding: 4rem 1.75rem; max-width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (max-width: 640px) {
    .team-grid-cells { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
    .foto-streifen { grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr 1fr; height: 220px; gap: 3px; }
    .hero { padding-top: 4.5rem; padding-bottom: 1.5rem; }
    .hero-grid { gap: 1.25rem; }
    .hero-img-side { aspect-ratio: 16/10; max-height: 240px; }
    .hero h1.hero-mainbrand {
        font-size: clamp(2rem, 9vw, 2.75rem);
        margin-bottom: 1rem; padding-bottom: 0.75rem; line-height: 1;
    }
    .hero h1.hero-mainbrand .brand-underline { width: 44px; height: 2px; margin-top: 0.85rem; }
    .hero-values { font-size: clamp(1.5rem, 6.5vw, 2rem); padding-top: 0.35rem; }
    .hero-values .vw { padding-top: 0.3rem; }
    .hero .lead { font-size: 0.95rem; line-height: 1.55; margin-bottom: 1.5rem; }
    .hero-actions { flex-direction: column; align-items: flex-start; gap: 1rem; padding-top: 1.25rem; }
    .hero-actions .btn { padding: 0.85rem 1.75rem; font-size: 0.72rem; }
    .hero-actions .secondary { margin-left: 0; font-size: 0.72rem; }
    .hero-eyebrow { font-size: 0.62rem; gap: 0.65rem; margin-bottom: 1.25rem; padding-bottom: 0.75rem; }
    .hero-footnote { margin-top: 1.5rem; padding-top: 1rem; flex-wrap: wrap; gap: 0.6rem; }
    .hero-content { gap: 1rem; justify-content: flex-start; }
    .hero-tagline-vertical { font-size: 0.7rem; letter-spacing: 0.3em; }
    .final-cta .btn-row { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
    .final-cta .btn-secondary { margin-left: 0; }
    .final-cta-content { padding: 3rem 1.5rem; }
}
