/* ============================================
   REUMER & PARTNER — Vorsorge & Begleitung
   Deep Navy + Ivory, ruhige Serif-Typografie
   ============================================ */

:root {
    --bg:           #F6F4EF;
    --bg-alt:       #FFFFFF;
    --bg-dark:      #16263A;
    --bg-deep:      #0D1826;
    --surface:      #EFE7D6;
    --ink:          #16263A;
    --ink-soft:     #33404F;
    --ink-muted:    #6F7884;
    --ink-light:    #A6ADB7;
    --line:         #DAD4C6;
    --line-soft:    #E6E1D4;
    --accent:       #4F6580;
    --accent-deep:  #34465A;
    --accent-light: #8A9AAC;

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

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -0.015em;
    line-height: 1.08;
}
h1 { font-size: clamp(2.75rem, 7.5vw, 6rem); font-weight: 600; }
h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 600; }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 600; }

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: 7.5rem 0; }

/* === NAV === */
.nav { background: transparent; padding: 1.6rem 0; }
.nav.scrolled {
    background: rgba(246, 244, 239, 0.95);
    backdrop-filter: blur(20px);
    padding: 0.95rem 0;
    border-bottom: 1px solid rgba(22, 38, 58, 0.08);
}
.nav-logo {
    font-family: var(--font-display);
    font-size: 1.4rem; font-weight: 600;
    letter-spacing: -0.01em;
}
.nav-logo em { color: var(--accent); font-style: italic; font-weight: 500; }
.nav-logo small {
    font-family: var(--font-body); font-size: 0.6rem;
    letter-spacing: 0.3em; 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.2em;
    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.18em !important;
}
.nav-cta:hover { background: var(--ink) !important; color: var(--bg) !important; }

/* === HERO — ruhiger Split === */
.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.08fr 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: 1.25rem; display: flex; flex-direction: column; }

.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: 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.64rem; }

.hero h1.hero-mainbrand {
    color: var(--ink); margin-bottom: 1.6rem;
    font-weight: 600;
    font-size: clamp(2.5rem, 6.6vw, 5.5rem);
    letter-spacing: -0.02em; line-height: 1;
    max-width: 14ch; position: relative;
    padding-bottom: 0.75rem;
}
.hero h1.hero-mainbrand .brand-line {
    display: block; font-style: normal;
    font-family: var(--font-display); font-weight: 600;
    color: var(--ink);
}
.hero h1.hero-mainbrand .brand-line em {
    font-weight: 500;
}
.hero h1.hero-mainbrand .brand-underline {
    display: block; width: 64px; height: 2px;
    background: var(--accent); margin-top: 1.4rem;
}
.hero-values {
    display: flex; flex-direction: column; gap: 0.1rem;
    font-family: var(--font-display);
    font-weight: 600; line-height: 1.12;
    font-size: clamp(1.5rem, 3.2vw, 2.6rem);
    letter-spacing: -0.015em;
    padding-top: 0.5rem;
    border-top: 1px solid var(--line);
}
.hero-values .vw { display: block; padding-top: 0.4rem; }
.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.06rem; line-height: 1.65;
    color: var(--ink-soft); font-weight: 400;
    max-width: 50ch; margin-bottom: 2rem;
}
.hero-actions {
    display: flex; gap: 0; align-items: center;
    border-top: 1px solid var(--line);
    padding-top: 1.6rem; margin-top: 0.25rem;
}
.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.9rem; padding-top: 1.2rem;
    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: 600;
    font-size: 0.95rem; color: var(--ink);
}
.hero-footnote .hf-divider { width: 1px; height: 18px; background: var(--line); }
.hero-footnote .hf-text { font-size: 0.8rem; 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: 110px; height: 110px;
    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.85rem;
    letter-spacing: 0.42em; text-transform: uppercase;
    color: #FFFFFF; font-weight: 700;
    -webkit-text-stroke: 1px var(--accent-deep);
    paint-order: stroke fill;
    text-shadow: 0 0 12px rgba(22, 38, 58, 0.4);
    display: flex; align-items: center;
}

/* === VERTRAUENS-BAND — ruhig, Navy, statisch (ersetzt Marquee) === */
.vertrauen-band {
    background: var(--ink); color: var(--bg);
    padding: 2.4rem 0;
}
.vb-inner {
    display: flex; align-items: center; justify-content: center;
    gap: 2.75rem; flex-wrap: wrap;
}
.vb-inner > span:not(.vb-dot) {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2.2vw, 1.8rem);
    font-weight: 500; letter-spacing: 0.04em;
    color: var(--bg);
}
.vb-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--accent-light); flex-shrink: 0;
}

/* === VALUES === */
.values-block { padding: 5.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.72rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent);
}
.values-intro h2 { color: var(--ink); font-size: clamp(2rem, 4.2vw, 3.2rem); line-height: 1.1; }
.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: 4px; }
.value-row .index {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4.4vw, 3.9rem);
    font-weight: 500; font-style: italic;
    color: var(--accent); line-height: 0.85;
}
.value-row h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); line-height: 1.05; }
.value-row p { font-size: 0.97rem; line-height: 1.65; 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(246, 244, 239, 0.78); }
.service-feature.dark .badge { color: var(--accent-light); border-color: var(--accent-light); }
.service-feature.dark .service-list li { color: rgba(246, 244, 239, 0.85); border-color: rgba(246, 244, 239, 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(6rem, 15vw, 15rem);
    font-weight: 600; font-style: italic;
    color: var(--bg); line-height: 0.8;
    pointer-events: none; opacity: 0.9;
}
.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.68rem; 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-size: clamp(1.9rem, 3.8vw, 3.1rem);
    line-height: 1.08;
}
.feature-content h2 em { color: var(--accent); }
.service-feature.dark .feature-content h2 em { color: var(--accent-light); }
.feature-content p { font-size: 1rem; line-height: 1.65; 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.45;
}
.service-list li::before {
    content: ''; position: absolute; left: 0; top: 1rem;
    width: 6px; height: 6px;
    background: var(--accent); border-radius: 50%;
}
.link-arrow {
    margin-top: 0.75rem;
    font-family: var(--font-body); font-size: 0.74rem;
    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;
}

/* === PAKETE (Pricing) === */
.pakete-section { padding: 7.5rem 0; background: var(--surface); }
.pakete-head { max-width: 760px; margin-bottom: 3.5rem; }
.pakete-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;
}
.pakete-head h2 { margin-bottom: 1.25rem; }
.pakete-head p { font-size: 1.05rem; line-height: 1.65; color: var(--ink-soft); max-width: 58ch; }
/* Preistabelle: Pakete side-by-side mit durchgehenden Linien (Tabellen-Look) */
.pakete-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--line);
    background: var(--bg-alt);
    box-shadow: 0 14px 40px rgba(22, 38, 58, 0.06);
}
.paket-card {
    background: var(--bg-alt);
    border-right: 1px solid var(--line);
    padding: 2.4rem 2rem 2.2rem;
    display: flex; flex-direction: column;
}
.paket-card:last-child { border-right: none; }
.paket-card .paket-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: 1rem;
}
.paket-card h3 {
    font-size: 1.35rem; line-height: 1.15; margin-bottom: 0.9rem;
    min-height: 3.1rem;
}
.paket-card .paket-price {
    font-family: var(--font-display);
    font-size: 1.6rem; font-weight: 600;
    color: var(--ink); letter-spacing: -0.01em;
    padding-bottom: 1.1rem; margin-bottom: 1.1rem;
    border-bottom: 1px dashed var(--line);
}
.paket-card .paket-price small {
    display: block;
    font-family: var(--font-body); font-size: 0.72rem;
    font-weight: 500; color: var(--ink-muted);
    letter-spacing: 0.04em; margin-top: 0.3rem;
}
.paket-card ul { list-style: none; padding: 0; margin: 0 0 1.5rem; flex: 1; }
.paket-card ul li {
    padding: 0.45rem 0 0.45rem 1.4rem;
    position: relative;
    font-size: 0.88rem; line-height: 1.5; color: var(--ink-soft);
    border-bottom: 1px solid var(--line-soft);
}
.paket-card ul li::before {
    content: '✓'; position: absolute; left: 0; top: 0.45rem;
    color: var(--accent); font-weight: 700; font-size: 0.82rem;
}
.paket-card .paket-cta {
    font-family: var(--font-body); font-size: 0.72rem;
    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;
}
.paket-card .paket-cta:hover { color: var(--accent-deep); border-color: var(--accent-deep); }
.pakete-note {
    margin-top: 2rem; font-size: 0.88rem;
    color: var(--ink-muted); font-style: italic;
    max-width: 70ch;
}

/* === MORE SERVICES (Abschied & Erinnerung etc.) === */
.more-services { padding: 7.5rem 0; background: var(--bg-alt); }
.more-head { max-width: 760px; margin-bottom: 3.5rem; }
.more-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;
}
.more-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.more-card {
    background: var(--bg);
    border: 1px solid var(--line);
    padding: 2.25rem 1.9rem 2.4rem;
    display: flex; flex-direction: column;
    transition: transform 350ms ease, box-shadow 350ms ease, border-color 350ms ease;
}
.more-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(22, 38, 58, 0.08);
    border-color: var(--accent);
}
.more-num {
    font-family: var(--font-display); font-size: 1.1rem;
    font-weight: 500; font-style: italic;
    color: var(--accent); margin-bottom: 1rem;
}
.more-card h3 {
    font-size: 1.25rem; margin-bottom: 0.7rem; line-height: 1.2;
}
.more-card p { font-size: 0.9rem; line-height: 1.6; color: var(--ink-muted); }

/* === TEAM === */
.team-section { padding: 8rem 0 7rem; background: var(--bg); }
.team-head { text-align: center; margin-bottom: 4.5rem; }
.team-head .label {
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent);
}
.team-head h2 { max-width: 22ch; margin: 0.75rem auto 0; }
.team-grid-editorial {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem; max-width: 760px; margin: 0 auto;
}
.team-portrait { text-align: left; }
.team-portrait .img-wrap {
    aspect-ratio: 4/5; overflow: hidden;
    background: var(--surface); margin-bottom: 1.5rem;
}
.team-portrait .img-wrap img {
    width: 100%; height: 100%; object-fit: cover;
    object-position: center 20%;
}
.team-portrait .img-wrap.placeholder-portrait {
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(160deg, var(--surface) 0%, var(--line-soft) 100%);
}
.team-portrait .img-wrap.placeholder-portrait span {
    font-family: var(--font-display); font-style: italic;
    font-size: 3.5rem; color: var(--ink-light); font-weight: 500;
}
.team-portrait .num {
    font-family: var(--font-body); font-size: 0.7rem;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--ink-muted); font-weight: 600; margin-bottom: 0.5rem;
}
.team-portrait h3 { font-size: 1.45rem; margin-bottom: 0.4rem; }
.team-portrait .role { font-size: 0.92rem; color: var(--ink-muted); }

/* === NETZWERK (dark) === */
.netzwerk {
    padding: 7.5rem 0; background: var(--ink); color: var(--bg);
}
.netzwerk-head {
    display: grid; grid-template-columns: 1fr 1.4fr;
    gap: 5rem; align-items: end; margin-bottom: 4rem;
}
.netzwerk-head .label {
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent-light);
}
.netzwerk-head h2 { color: var(--bg); }
.netzwerk-head h2 em { color: var(--accent-light); }
.netzwerk-head p { color: rgba(246, 244, 239, 0.72); font-size: 1rem; line-height: 1.65; max-width: 52ch; }
.netzwerk-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid rgba(246, 244, 239, 0.15);
    border-left: 1px solid rgba(246, 244, 239, 0.15);
}
.netz-cell {
    padding: 2.25rem 2rem;
    border-right: 1px solid rgba(246, 244, 239, 0.15);
    border-bottom: 1px solid rgba(246, 244, 239, 0.15);
}
.netz-cell .num {
    font-family: var(--font-display); font-style: italic;
    font-size: 0.95rem; color: var(--accent-light);
    margin-bottom: 1rem; font-weight: 500;
}
.netz-cell h3 {
    color: var(--bg); font-size: 1.2rem; margin-bottom: 0.6rem; line-height: 1.2;
}
.netz-cell p { color: rgba(246, 244, 239, 0.65); font-size: 0.88rem; line-height: 1.55; }

/* === CONTACT === */
.contact-section { padding: 7.5rem 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: 600;
}
.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: 520px;
}
.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.72rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: rgba(246, 244, 239, 0.7); margin-bottom: 1.25rem;
}
.final-cta h2 {
    color: var(--bg);
    max-width: 17ch; margin: 0 0 1.5rem;
    font-size: clamp(1.9rem, 3.9vw, 3.1rem);
    line-height: 1.1;
    padding-right: 0.3em;
}
.final-cta h2 em {
    color: var(--bg); opacity: 0.95;
    display: inline-block; padding-right: 0.2em; margin-right: -0.05em;
}
.final-cta .lead {
    color: rgba(246, 244, 239, 0.8);
    max-width: 46ch; margin: 0 0 2.5rem;
    font-size: 1.04rem; line-height: 1.65;
}
.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.7rem; font-weight: 600;
}
.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 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.1rem); margin-bottom: 1rem; padding-bottom: 0.5rem; }
    .hero h1.hero-mainbrand .brand-underline { margin-top: 0.9rem; }
    .hero-values { font-size: clamp(1.25rem, 2.4vw, 1.9rem); }
    .hero .lead { font-size: 0.97rem; margin-bottom: 1.4rem; }
    .hero-actions { padding-top: 1.1rem; }
    .hero-footnote { margin-top: 1.25rem; padding-top: 0.9rem; }
}
@media (max-width: 1180px) {
    .pakete-grid { grid-template-columns: repeat(2, 1fr); }
    .paket-card { border-bottom: 1px solid var(--line); }
    .paket-card:nth-child(2n) { border-right: none; }
    .paket-card:nth-child(n+3) { border-bottom: none; }
    .more-grid { grid-template-columns: repeat(2, 1fr); }
    .netzwerk-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-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, .netzwerk-head { grid-template-columns: 1fr; gap: 1.5rem; }
    .value-row { grid-template-columns: 1fr; gap: 1rem; padding: 2.5rem 0; }
    .team-grid-editorial { grid-template-columns: 1fr; gap: 2rem; max-width: 420px; }
    .contact-grid-editorial { grid-template-columns: 1fr; gap: 3rem; }
    .contact-row { grid-template-columns: 110px 1fr; gap: 1rem; }
    .vertrauen-band { padding: 1.9rem 0; }
    .vb-inner { gap: 1.75rem; }
    .pakete-section, .more-services, .netzwerk, .contact-section { padding: 5rem 0; }
    .final-cta-grid { grid-template-columns: 1fr; min-height: 0; }
    .final-cta-image { aspect-ratio: 4/3; }
    .final-cta-content { padding: 4rem 1.75rem; max-width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (max-width: 640px) {
    .pakete-grid, .more-grid, .netzwerk-grid { grid-template-columns: 1fr; }
    .paket-card { border-right: none !important; border-bottom: 1px solid var(--line) !important; }
    .paket-card:last-child { border-bottom: none !important; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
    .vb-inner { flex-direction: column; gap: 0.85rem; }
    .vb-dot { display: none; }
    .vertrauen-band { padding: 1.75rem 0; }
    .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.6rem; }
    .hero h1.hero-mainbrand .brand-underline { width: 44px; margin-top: 0.85rem; }
    .hero-values { font-size: clamp(1.35rem, 6vw, 1.8rem); }
    .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 .secondary { margin-left: 0; }
    .hero-eyebrow { font-size: 0.6rem; 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.68rem; 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; }
}
