/* ============================================
   AC OLIVEIRA GMBH | FACILITY SERVICES — Schlieren
   Reinigung: Cobalt-Azulejo-Blau + kühles Off-White + Navy
   (bewusst NICHT Landolt-Stahlblau — eigene Identität)
   Fonts: Manrope (Display) + Inter (Body)
   ============================================ */

:root {
    --bg:           #F7F8F6;
    --bg-alt:       #FFFFFF;
    --bg-dark:      #0D1B33;
    --bg-deep:      #081224;
    --surface:      #E9EDF2;
    --ink:          #0D1B33;
    --ink-soft:     #2E3A50;
    --ink-muted:    #6C7689;
    --ink-light:    #A4ACBC;
    --line:         #D8DDE5;
    --line-soft:    #E5E9EF;
    --accent:       #3E8E2E;
    --accent-deep:  #266017;
    --accent-light: #6BB85A;

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

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.035em;
    line-height: 1.04;
}
h2 { font-size: clamp(2rem, 4.5vw, 3.5rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }

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

body { background: var(--bg); color: var(--ink-soft); }
section { padding: 7rem 0; }

.label {
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 1.25rem;
}

/* === NAV === */
.nav { background: transparent; padding: 1.6rem 0; }
.nav.scrolled {
    background: rgba(247, 248, 246, 0.95);
    backdrop-filter: blur(20px);
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--line);
}
.nav-logo {
    font-family: var(--font-display);
    font-size: 1.45rem; font-weight: 800; letter-spacing: -0.03em;
}
.nav-logo .accent { color: var(--accent); }
.nav-links a {
    font-size: 0.78rem; text-transform: uppercase;
    letter-spacing: 0.18em; font-weight: 600; color: var(--ink);
}
.nav-links a:hover { color: var(--accent); }
.nav-cta {
    border: 1px solid var(--ink) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--ink) !important;
    letter-spacing: 0.18em !important;
}
.nav-cta:hover { background: var(--ink) !important; color: var(--bg) !important; }

/* === HERO — Split mit Team-Foto === */
.hero {
    height: 100vh;
    max-height: 100vh;
    background: var(--bg);
    color: var(--ink);
    overflow: hidden;
    padding: 6rem 0 0;
    display: flex; align-items: stretch;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 3rem;
    width: 100%;
    height: 100%;
    align-items: stretch;
}
.hero-content {
    padding: 0 0 0 2.5rem;
    max-width: 700px;
    margin-left: auto;
    display: flex; flex-direction: column; justify-content: space-between;
    overflow: visible;
    gap: 1.5rem;
}
.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;
    color: var(--ink-muted);
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeInLeft 0.9s cubic-bezier(0.22,0.61,0.36,1) 0.2s both;
}
.hero-eyebrow .num { color: var(--accent); font-weight: 700; }
.hero h1 {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.045em;
    max-width: 13ch;
    margin-bottom: 1.75rem;
}
.hero h1 .brand-line { display: block; opacity: 0; animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) both; }
.hero h1 .brand-line:nth-child(1) { animation-delay: 0.3s; }
.hero h1 .brand-line:nth-child(2) { animation-delay: 0.45s; }
.hero h1 .brand-line:nth-child(3) { animation-delay: 0.6s; }
.hero h1 .brand-accent { color: var(--accent); }
.hero h1 .brand-underline {
    display: block; width: 64px; height: 4px;
    background: var(--accent); margin-top: 1.25rem;
    opacity: 0;
    animation: fadeInLeft 0.8s cubic-bezier(0.22,0.61,0.36,1) 0.85s both;
}
.hero-values {
    display: flex; gap: 1.5rem; flex-wrap: wrap;
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2.4vw, 1.9rem);
    font-weight: 800; letter-spacing: -0.03em;
    margin-bottom: 1.5rem;
}
.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) { color: var(--ink); animation-delay: 1.0s; }
.hero-values .vw:nth-child(2) { color: var(--accent); animation-delay: 1.15s; }
.hero-values .vw:nth-child(3) { color: var(--accent-deep); animation-delay: 1.3s; }
.hero .lead {
    font-size: 1.05rem; line-height: 1.6;
    color: var(--ink-soft);
    max-width: 48ch;
    margin-bottom: 1.75rem;
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 1.5s both;
}
.hero-actions {
    display: flex; align-items: center; gap: 2rem;
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 1.75s both;
}
.hero-actions .btn {
    background: var(--accent); color: #fff;
    border-radius: 0; border: none;
    padding: 1rem 2.4rem;
    font-size: 0.76rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700;
}
.hero-actions .btn:hover { background: var(--accent-deep); transform: none; }
.hero-actions .secondary {
    font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase;
    font-weight: 600; color: var(--ink-soft);
    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: 1.25rem;
    padding: 1.5rem 0;
    border-top: 1px solid var(--line);
    font-size: 0.8rem; color: var(--ink-muted);
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 2s both;
}
.hero-footnote .hf-loc {
    font-family: var(--font-display); font-weight: 800;
    font-size: 0.95rem; color: var(--ink);
}
.hero-footnote .hf-divider { width: 1px; height: 18px; background: var(--line); }
.hero-img-side {
    position: relative;
    overflow: hidden;
    background: var(--surface);
    opacity: 0;
    animation: scaleReveal 1.4s cubic-bezier(0.22,0.61,0.36,1) 0.1s both;
}
.hero-img-side img {
    width: 100%; height: 100%; object-fit: cover;
    object-position: center 30%;
}
.hero-img-side .img-caption {
    position: absolute; left: 0; bottom: 0;
    background: var(--accent);
    color: #fff;
    padding: 1rem 1.5rem;
    font-family: var(--font-body); font-size: 0.7rem; font-weight: 600;
    letter-spacing: 0.22em; text-transform: uppercase;
}

/* === GARANTIE-BAND — zentrales Versprechen mit Badge (statt Marquee) === */
.garantie-band {
    background: var(--bg-dark);
    color: var(--bg);
    padding: 3.75rem 0;
}
.garantie-inner {
    display: flex; align-items: center; gap: 3rem;
    max-width: var(--max-width); margin: 0 auto; padding: 0 2.5rem;
}
.garantie-badge {
    flex-shrink: 0;
    width: 118px; height: 118px;
    border-radius: 50%;
    border: 1px solid var(--accent-light);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 0.15rem;
    position: relative;
}
.garantie-badge::before {
    content: '';
    position: absolute; inset: 7px;
    border-radius: 50%;
    border: 1px dashed rgba(107, 184, 90, 0.45);
}
.garantie-badge .b-num {
    font-family: var(--font-display);
    font-size: 2.1rem; font-weight: 800;
    letter-spacing: -0.04em; line-height: 1;
    color: var(--accent-light);
}
.garantie-badge .b-lbl {
    font-size: 0.58rem; font-weight: 600;
    letter-spacing: 0.28em; text-transform: uppercase;
    color: rgba(247, 248, 246, 0.7);
}
.garantie-text h2 {
    color: var(--bg);
    font-size: clamp(1.5rem, 2.6vw, 2.2rem);
    margin-bottom: 0.65rem;
}
.garantie-text p {
    color: rgba(247, 248, 246, 0.75);
    font-size: 0.98rem; line-height: 1.65;
    max-width: 68ch;
}

/* === WARUM / VALUES === */
.values-block { background: var(--bg); padding: 6rem 0; }
.values-intro {
    display: grid; grid-template-columns: 1fr 1.4fr;
    gap: 4rem; align-items: end;
    margin-bottom: 3rem;
}
.values-list { border-top: 2px solid var(--ink); }
.value-row {
    display: grid;
    grid-template-columns: 100px 1fr 2.4fr;
    gap: 2.5rem;
    padding: 2.25rem 1.5rem 2.25rem 0;
    border-bottom: 1px solid var(--line);
    align-items: center;
    position: relative;
    transition: padding 400ms cubic-bezier(0.22, 0.61, 0.36, 1), background 400ms ease;
}
.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: 2.5rem; }
.value-row:hover::before { width: 5px; }
.value-row .index {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4.4vw, 3.9rem);
    font-weight: 800; color: var(--accent);
    line-height: 0.9; letter-spacing: -0.05em;
}
.value-row h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); }
.value-row p { font-size: 0.97rem; line-height: 1.6; max-width: 58ch; }

/* === SERVICE FEATURES (Split-Sections) === */
.service-feature { padding: 0; background: var(--bg-alt); }
.service-feature .feature-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    min-height: 88vh;
    align-items: stretch;
}
.service-feature .feature-grid.reverse { direction: rtl; }
.service-feature .feature-grid.reverse > * { direction: ltr; }
.feature-image {
    position: relative; overflow: hidden;
    background: var(--surface);
}
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-image .num-overlay {
    position: absolute; bottom: 1.5rem; left: 1.5rem;
    font-family: var(--font-display);
    font-size: clamp(6rem, 14vw, 13rem);
    font-weight: 800;
    color: var(--bg-alt);
    line-height: 0.8; letter-spacing: -0.06em;
    pointer-events: none;
    opacity: 0.92;
}
.feature-content {
    padding: 5rem 4rem;
    display: flex; flex-direction: column; justify-content: center;
    max-width: 640px;
    overflow: visible;
}
.feature-content .badge {
    display: inline-flex;
    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 { margin-bottom: 1.1rem; font-size: clamp(2rem, 4vw, 3.25rem); }
.feature-content > p { font-size: 1rem; line-height: 1.65; margin-bottom: 0.5rem; }
.service-list {
    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);
}
.service-list li::before {
    content: ''; position: absolute; left: 0; top: 1rem;
    width: 7px; height: 7px;
    background: var(--accent);
}
.link-arrow {
    margin-top: 0.75rem;
    font-size: 0.76rem; 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;
}

/* === HAUSWARTUNG (dark, typografisch) === */
.hauswartung-section {
    background: var(--bg-dark);
    color: var(--bg);
}
.hw-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 5rem; align-items: start;
}
.hw-intro .label { color: var(--accent-light); }
.hw-intro h2 { color: var(--bg); margin-bottom: 1.5rem; }
.hw-intro h2 em { color: var(--accent-light); }
.hw-intro p { color: rgba(247, 248, 246, 0.75); font-size: 1.02rem; line-height: 1.7; margin-bottom: 1.25rem; }
.hw-pikett {
    margin-top: 2rem;
    border: 1px solid rgba(247, 248, 246, 0.2);
    padding: 1.75rem 2rem;
    display: flex; align-items: center; gap: 1.75rem;
}
.hw-pikett .big {
    font-family: var(--font-display);
    font-size: clamp(2.25rem, 4vw, 3.25rem);
    font-weight: 800; color: var(--accent-light);
    line-height: 1; letter-spacing: -0.04em;
    white-space: nowrap;
}
.hw-pikett .desc { font-size: 0.9rem; color: rgba(247, 248, 246, 0.7); line-height: 1.55; }
.hw-list { border-top: 1px solid rgba(247, 248, 246, 0.2); }
.hw-list li {
    display: grid; grid-template-columns: 56px 1fr;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(247, 248, 246, 0.14);
    align-items: baseline;
}
.hw-list .num {
    font-family: var(--font-display); font-size: 1rem; font-weight: 800;
    color: var(--accent-light); letter-spacing: 0.05em;
}
.hw-list h3 { color: var(--bg); font-size: 1.15rem; margin-bottom: 0.35rem; }
.hw-list p { font-size: 0.88rem; line-height: 1.55; color: rgba(247, 248, 246, 0.62); }

/* === SPEZIALREINIGUNGEN GRID === */
.spezial-section { background: var(--surface); }
.spezial-head {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: end;
    margin-bottom: 3.5rem;
}
.spezial-head p { font-size: 1.02rem; line-height: 1.65; }
.spezial-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.spezial-card {
    background: var(--bg-alt);
    border: 1px solid var(--line);
    padding: 2rem 1.75rem;
    transition: transform 350ms ease, box-shadow 350ms ease, border-color 350ms ease;
}
.spezial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(13, 27, 51, 0.1);
    border-color: var(--accent);
}
.spezial-card .num {
    font-family: var(--font-display); font-size: 0.8rem; font-weight: 800;
    letter-spacing: 0.1em; color: var(--accent);
    margin-bottom: 0.8rem;
}
.spezial-card h3 { font-size: 1.15rem; margin-bottom: 0.6rem; }
.spezial-card p { font-size: 0.88rem; line-height: 1.55; color: var(--ink-muted); }

/* === MANIFESTO === */
.manifesto {
    padding: 9rem 0;
    background: var(--bg-alt);
    position: relative;
}
.manifesto::before {
    content: '\201E';
    position: absolute;
    top: 1rem; left: 50%; transform: translateX(-50%);
    font-family: var(--font-display);
    font-size: 16rem; font-weight: 800;
    line-height: 1;
    color: var(--accent);
    opacity: 0.12;
    pointer-events: none;
}
.manifesto blockquote {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    max-width: 28ch;
    margin: 0 auto;
    color: var(--ink);
    letter-spacing: -0.035em;
    position: relative; z-index: 1;
}
.manifesto cite {
    display: block; margin-top: 2.5rem; text-align: center;
    font-family: var(--font-body); font-style: normal;
    font-size: 0.72rem; letter-spacing: 0.3em;
    text-transform: uppercase; color: var(--accent); font-weight: 600;
}

/* === ÜBER UNS === */
.about-section { background: var(--bg); }
.about-grid {
    display: grid; grid-template-columns: 1.25fr 1fr;
    gap: 5rem; align-items: start;
}
.about-text h2 { margin-bottom: 1.75rem; max-width: 20ch; }
.about-text p { font-size: 1.02rem; line-height: 1.7; margin-bottom: 1.25rem; max-width: 58ch; }
.about-stats {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 3rem;
    border-top: 2px solid var(--ink);
}
.about-stat { padding: 1.75rem 1.5rem 1.75rem 0; border-bottom: 1px solid var(--line); }
.about-stat:nth-child(odd) { border-right: 1px solid var(--line); }
.about-stat:nth-child(even) { padding-left: 1.75rem; }
.about-stat .big {
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 3.8vw, 3.25rem);
    font-weight: 800; color: var(--accent);
    line-height: 1; letter-spacing: -0.04em;
    margin-bottom: 0.5rem;
}
.about-stat .desc { font-size: 0.84rem; color: var(--ink-muted); line-height: 1.5; }
.about-portrait { position: relative; }
.about-portrait .img-wrap {
    aspect-ratio: 4/5;
    overflow: hidden;
    background: var(--surface);
}
.about-portrait img { width: 100%; height: 100%; object-fit: cover; }
.about-portrait .pp-meta {
    background: var(--accent);
    color: #fff;
    padding: 1.5rem 1.75rem;
}
.about-portrait .pp-meta .name {
    font-family: var(--font-display); font-weight: 800;
    font-size: 1.2rem; letter-spacing: -0.02em;
}
.about-portrait .pp-meta .role {
    font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 0.35rem;
}

/* === TESTIMONIALS === */
.testimonial-section { background: var(--surface); }
.testimonial-head { max-width: 720px; margin-bottom: 3.5rem; }
.testimonial-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.testimonial-card {
    background: var(--bg-alt);
    border: 1px solid var(--line);
    padding: 2.75rem 2.5rem 2.25rem;
    display: flex; flex-direction: column;
}
.testimonial-card blockquote {
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 1.8vw, 1.4rem);
    font-weight: 600;
    line-height: 1.45;
    color: var(--ink);
    letter-spacing: -0.015em;
    margin-bottom: 2rem;
    flex: 1;
}
.testimonial-card .person {
    display: flex; align-items: center; gap: 1rem;
    border-top: 1px solid var(--line);
    padding-top: 1.5rem;
}
.testimonial-card .person img {
    width: 52px; height: 52px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-card .person .name {
    font-family: var(--font-display); font-weight: 800;
    font-size: 0.95rem; color: var(--ink);
}
.testimonial-card .person .role {
    font-size: 0.78rem; color: var(--ink-muted);
}

/* === KONTAKT === */
.contact-section { background: var(--bg-alt); }
.contact-grid-o {
    display: grid; grid-template-columns: 1fr 1.15fr;
    gap: 5rem; align-items: stretch;
}
.contact-info-block h2 { margin-bottom: 1.5rem; }
.contact-info-block > p { font-size: 1rem; line-height: 1.65; max-width: 44ch; }
.contact-rows { margin-top: 2rem; border-top: 2px solid var(--ink); }
.contact-row {
    display: grid; grid-template-columns: 130px 1fr;
    gap: 2rem; padding: 1.4rem 0;
    border-bottom: 1px solid var(--line);
    align-items: baseline;
}
.contact-row .label-c {
    font-family: var(--font-body); font-size: 0.7rem;
    letter-spacing: 0.25em; 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.4;
    color: var(--ink); font-weight: 800; letter-spacing: -0.02em;
}
.contact-row a:hover { color: var(--accent); }
.contact-map-o {
    min-height: 460px;
    overflow: hidden;
    background: var(--surface);
}
.contact-map-o 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: #fff;
    padding: 0;
    overflow: hidden;
}
.final-cta-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: 480px;
}
.final-cta-image {
    overflow: hidden;
    background: var(--accent-deep);
}
.final-cta-image img { width: 100%; height: 100%; object-fit: cover; }
.final-cta-content {
    padding: 5rem 4.5rem;
    display: flex; flex-direction: column; justify-content: center;
    max-width: 640px;
}
.final-cta .label-eyebrow {
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.3em; text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7); margin-bottom: 1.5rem;
}
.final-cta h2 {
    color: #FFFFFF;
    max-width: 17ch;
    margin-bottom: 1.5rem;
    padding-right: 0.3em;
}
.final-cta h2 em {
    color: #FFFFFF; font-style: italic; font-weight: 500;
    display: inline-block; padding-right: 0.2em;
}
.final-cta .lead {
    color: rgba(255, 255, 255, 0.85);
    max-width: 44ch; margin-bottom: 2.5rem;
    font-size: 1.05rem;
}
.final-cta .btn-row { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.final-cta .btn-primary {
    background: #fff; color: var(--accent-deep) !important;
    padding: 1.1rem 2.6rem;
    border: none; border-radius: 0;
    font-family: var(--font-body); font-size: 0.78rem;
    letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700;
    display: inline-block;
    transition: background 250ms, color 250ms;
}
.final-cta .btn-primary:hover { background: var(--ink); color: #fff !important; }
.final-cta .btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    padding: 1.1rem 2.6rem;
    font-family: var(--font-body); font-size: 0.78rem;
    letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
    display: inline-block;
    transition: background 250ms, color 250ms;
}
.final-cta .btn-ghost:hover { background: #fff; color: var(--accent-deep); }

/* === 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: 800; }
.footer h4 .accent { color: var(--accent); }
.footer h5 {
    font-family: var(--font-body); font-size: 0.7rem;
    letter-spacing: 0.25em; text-transform: uppercase;
    color: var(--ink-muted); font-weight: 600; margin-bottom: 1rem;
}
.footer p { color: var(--ink-muted); }
.footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
    padding-bottom: 2.5rem;
}
.footer ul li { padding: 0.3rem 0; font-size: 0.92rem; color: var(--ink-soft); }
.footer ul a { color: var(--ink-soft); }
.footer ul a:hover { color: var(--accent); }
.footer-bottom {
    border-top: 1px solid var(--line);
    color: var(--ink-muted);
    padding-top: 1.75rem;
}
.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;
}

/* === ANIMATIONS === */
@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.05); }
    to { opacity: 1; transform: scale(1); }
}

.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 Notebooks (1280×800): Hero-Inhalt kompakter, bleibt exakt in 100vh */
@media (min-width: 981px) and (max-height: 840px) {
    .hero { padding-top: 5.5rem; }
    .hero-eyebrow { padding: 0.6rem 0; margin-bottom: 1rem; }
    .hero h1 { font-size: clamp(2.3rem, 5vw, 4.2rem); margin-bottom: 1.25rem; }
    .hero h1 .brand-underline { margin-top: 0.9rem; }
    .hero-values { font-size: clamp(1.15rem, 2vw, 1.5rem); margin-bottom: 1.1rem; }
    .hero .lead { font-size: 0.95rem; max-width: 52ch; margin-bottom: 1.25rem; }
    .hero-footnote { padding: 1rem 0; }
}
@media (max-width: 1180px) {
    .spezial-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
    section { padding: 5rem 0; }
    .hero { height: auto; max-height: none; min-height: 0; padding: 5.5rem 0 0; }
    .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
    .hero-content { padding: 0 1.5rem; max-width: 100%; margin-left: 0; }
    .hero-img-side { aspect-ratio: 4/3; max-height: 320px; }
    .values-intro { grid-template-columns: 1fr; gap: 1.5rem; }
    .value-row { grid-template-columns: 1fr; gap: 1rem; padding: 2.25rem 0; }
    .service-feature .feature-grid { grid-template-columns: 1fr; min-height: 0; }
    .service-feature .feature-grid.reverse { direction: ltr; }
    .feature-image { aspect-ratio: 4/3; }
    .feature-content { padding: 4rem 1.5rem; max-width: 100%; }
    .hw-grid { grid-template-columns: 1fr; gap: 3rem; }
    .spezial-head { grid-template-columns: 1fr; gap: 1.5rem; }
    .about-grid { grid-template-columns: 1fr; gap: 3rem; }
    .about-portrait { max-width: 380px; }
    .testimonial-grid { grid-template-columns: 1fr; }
    .contact-grid-o { grid-template-columns: 1fr; gap: 3rem; }
    .contact-map-o { min-height: 340px; }
    .final-cta-grid { grid-template-columns: 1fr; min-height: 0; }
    .final-cta-image { aspect-ratio: 16/9; }
    .final-cta-content { padding: 4rem 1.75rem; max-width: 100%; }
    .garantie-inner { gap: 2rem; }
}
@media (max-width: 560px) {
    .hero { padding-top: 5rem; }
    .hero-img-side { aspect-ratio: 16/10; max-height: 240px; }
    .hero h1 { font-size: clamp(2rem, 9vw, 2.75rem); }
    .hero-actions { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
    .hero-values { font-size: 1.25rem; gap: 1rem; }
    .hero-footnote { flex-wrap: wrap; gap: 0.6rem; }
    .garantie-band { padding: 3rem 0; }
    .garantie-inner { flex-direction: column; align-items: flex-start; gap: 1.75rem; padding: 0 1.25rem; }
    .garantie-badge { width: 96px; height: 96px; }
    .garantie-badge .b-num { font-size: 1.7rem; }
    .spezial-grid { grid-template-columns: 1fr; }
    .hw-pikett { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .about-stats { grid-template-columns: 1fr; }
    .about-stat { border-right: none !important; padding: 1.5rem 0 !important; }
    .contact-row { grid-template-columns: 1fr; gap: 0.4rem; }
    .final-cta .btn-row { flex-direction: column; align-items: flex-start; }
}
