/* ============================================
   STEINEMANN PRINT AG — Druck & Kopie
   Tiefschwarz + Creme + Magenta-Spot (CMYK-Anspielung)
   Typografisch mutig, Print-Handwerk
   ============================================ */

:root {
    --bg:           #F6F2EA;
    --bg-alt:       #FFFFFF;
    --bg-dark:      #111111;
    --bg-deep:      #0A0A0A;
    --surface:      #EDE6D9;
    --ink:          #111111;
    --ink-soft:     #33312D;
    --ink-muted:    #75716A;
    --ink-light:    #ABA69D;
    --line:         #DCD5C7;
    --line-soft:    #E8E2D5;
    --accent:       #D6336C;
    --accent-deep:  #A8214F;
    --accent-light: #E76A93;
    --cmyk-c:       #2BB3D8;
    --cmyk-y:       #F2C200;

    --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.04em;
    line-height: 1;
}
h1 { font-size: clamp(3rem, 9vw, 7.5rem); font-weight: 800; letter-spacing: -0.05em; }
h2 { font-size: clamp(2.1rem, 5vw, 4rem); font-weight: 800; }
h3 { font-size: clamp(1.4rem, 2.6vw, 2rem); font-weight: 700; 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.6rem 0; }
.nav.scrolled {
    background: rgba(17, 17, 17, 0.92);
    backdrop-filter: blur(20px);
    padding: 0.95rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav.scrolled .nav-logo, .nav.scrolled .nav-logo small { color: #F6F2EA; }
.nav.scrolled .nav-links > li > a { color: rgba(246, 242, 234, 0.85); }
.nav.scrolled .nav-links > li > a:hover { color: #fff; }
.nav.scrolled .nav-cta { border-color: rgba(246, 242, 234, 0.5) !important; color: #F6F2EA !important; }
.nav.scrolled .nav-cta:hover { background: #F6F2EA !important; color: var(--ink) !important; }
.nav.scrolled .nav-toggle span { background: #F6F2EA; }
.nav-logo {
    font-family: var(--font-display);
    font-size: 1.4rem; font-weight: 800;
    letter-spacing: -0.03em;
}
.nav-logo em { color: var(--accent); font-style: normal; font-weight: 800; font-family: var(--font-display); }
.nav-logo small {
    font-family: var(--font-body); font-size: 0.6rem;
    letter-spacing: 0.3em; 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;
}
.nav-cta {
    padding: 0.7rem 1.5rem !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
}
@media (max-width: 980px) {
    .nav-links.open { background: var(--bg-dark); border-bottom-color: rgba(255,255,255,0.12); }
    .nav-links.open a { color: rgba(246, 242, 234, 0.9); }
}

/* === HERO — typografisch, dunkel === */
.hero {
    height: 100vh; max-height: 100vh;
    background: var(--bg-dark); color: var(--bg);
    overflow: hidden;
    padding-top: 6rem; padding-bottom: 0;
    display: flex; align-items: stretch;
    position: relative;
}
.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.25fr 1fr;
    gap: 3rem; align-items: stretch;
    width: 100%; height: 100%;
}
.hero-content {
    padding: 0 2.5rem 0 4rem; max-width: 800px; 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.5rem; 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 rgba(246, 242, 234, 0.18);
}
.hero-eyebrow .eyebrow-num {
    color: var(--accent-light); font-weight: 700;
    padding-right: 0.85rem;
    border-right: 1px solid rgba(246, 242, 234, 0.18);
}
.hero-eyebrow .eyebrow-text { color: rgba(246, 242, 234, 0.55); font-size: 0.64rem; }

.hero h1.hero-mainbrand {
    color: var(--bg); margin-bottom: 1.6rem;
    font-weight: 800;
    font-size: clamp(2.6rem, 7vw, 6.25rem);
    letter-spacing: -0.05em; line-height: 0.92;
    text-transform: uppercase;
    max-width: 12ch; position: relative;
    padding-bottom: 0.5rem;
}
.hero h1.hero-mainbrand .brand-line { display: block; color: var(--bg); }
/* Typo-Poster: diagonal versetzte Zeilen */
.hero h1.hero-mainbrand .brand-line.brand-accent { color: var(--accent); margin-left: 0.85em; }
.hero-values .vw-2 { margin-left: 1.1em; }
.hero-values .vw-3 { margin-left: 2.2em; }
/* CMYK-Balken statt einfacher Underline */
.hero .cmyk-bar {
    display: flex; gap: 0; margin-top: 1.5rem;
    height: 6px; width: 200px;
}
.hero .cmyk-bar i { flex: 1; display: block; }
.hero .cmyk-bar i:nth-child(1) { background: var(--cmyk-c); }
.hero .cmyk-bar i:nth-child(2) { background: var(--accent); }
.hero .cmyk-bar i:nth-child(3) { background: var(--cmyk-y); }
.hero .cmyk-bar i:nth-child(4) { background: #F6F2EA; }

.hero-values {
    display: flex; flex-direction: column; gap: 0.1rem;
    font-family: var(--font-display);
    font-weight: 800; line-height: 1.05;
    font-size: clamp(1.6rem, 3.4vw, 2.9rem);
    letter-spacing: -0.035em;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(246, 242, 234, 0.18);
}
.hero-values .vw { display: block; padding-top: 0.4rem; }
.hero-values .vw-1 { color: var(--bg); }
.hero-values .vw-2 { color: var(--accent); }
.hero-values .vw-3 { color: rgba(246, 242, 234, 0.45); }

.hero .lead {
    font-size: 1.05rem; line-height: 1.65;
    color: rgba(246, 242, 234, 0.75); font-weight: 400;
    max-width: 50ch; margin-bottom: 2rem;
}
.hero-actions {
    display: flex; gap: 0; align-items: center;
    border-top: 1px solid rgba(246, 242, 234, 0.18);
    padding-top: 1.6rem; margin-top: 0.25rem;
}
.hero-actions .btn {
    background: var(--accent); color: #fff;
    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-deep); 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: rgba(246, 242, 234, 0.8); font-weight: 600;
    border-bottom: 1px solid rgba(246, 242, 234, 0.5);
    padding-bottom: 0.3rem;
}
.hero-actions .secondary:hover { color: var(--accent-light); border-color: var(--accent-light); }
.hero-footnote {
    display: flex; align-items: center; gap: 1rem;
    margin-top: 1.9rem; padding-top: 1.2rem;
    border-top: 1px solid rgba(246, 242, 234, 0.18);
    font-family: var(--font-body); font-size: 0.78rem;
    color: rgba(246, 242, 234, 0.55);
}
.hero-footnote .hf-loc {
    font-family: var(--font-display); font-weight: 800;
    font-size: 0.95rem; color: var(--bg);
}
.hero-footnote .hf-divider { width: 1px; height: 18px; background: rgba(246, 242, 234, 0.25); }
.hero-footnote .hf-text { font-size: 0.8rem; line-height: 1.4; }

/* Rechte Hero-Seite: Druckbogen-Komposition */
.hero-art {
    position: relative; overflow: hidden;
    height: 100%;
    background: var(--bg-deep);
    border-left: 1px solid rgba(246, 242, 234, 0.12);
    display: flex; align-items: stretch;
}
.hero-art .ink-columns {
    display: grid; grid-template-columns: repeat(4, 1fr);
    width: 100%; height: 100%;
}
.hero-art .ink-columns i { display: block; height: 100%; opacity: 0.92; }
.hero-art .ink-columns i:nth-child(1) { background: var(--cmyk-c); }
.hero-art .ink-columns i:nth-child(2) { background: var(--accent); }
.hero-art .ink-columns i:nth-child(3) { background: var(--cmyk-y); }
.hero-art .ink-columns i:nth-child(4) { background: #1A1A1A; }
.hero-art .big-60 {
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-display);
    font-size: clamp(9rem, 22vw, 21rem);
    font-weight: 800; letter-spacing: -0.07em;
    color: var(--bg-deep);
    line-height: 0.8;
    pointer-events: none;
    text-shadow: 0 0 40px rgba(0,0,0,0.18);
}
.hero-art .big-60 small {
    display: block;
    font-size: clamp(0.85rem, 1.6vw, 1.3rem);
    letter-spacing: 0.32em; text-transform: uppercase;
    font-weight: 800; text-align: center;
    margin-top: 1.2rem;
    color: var(--bg-deep);
}
.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.8rem;
    letter-spacing: 0.42em; text-transform: uppercase;
    color: #F6F2EA; font-weight: 700;
    -webkit-text-stroke: 1px var(--bg-deep);
    paint-order: stroke fill;
    display: flex; align-items: center;
    z-index: 2;
}

/* === MARQUEE — Magenta auf Schwarz === */
.marquee-strip {
    background: var(--bg-deep); color: var(--accent);
    padding: 1.9rem 0; overflow: hidden;
    border-top: 1px solid rgba(246, 242, 234, 0.14);
}
.marquee-track {
    display: flex; gap: 4rem; align-items: center;
    white-space: nowrap;
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    font-weight: 800; letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--accent);
    animation: marquee 30s linear infinite;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 4rem; }
.marquee-track .dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(246, 242, 234, 0.35); flex-shrink: 0;
}
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* === SIGNATURE: CMYK-Divider (Section-Trenner) === */
.cmyk-divider {
    display: grid; grid-template-columns: repeat(4, 1fr);
    height: 6px; width: 100%;
}
.cmyk-divider i { display: block; }
.cmyk-divider i:nth-child(1) { background: var(--cmyk-c); }
.cmyk-divider i:nth-child(2) { background: var(--accent); }
.cmyk-divider i:nth-child(3) { background: var(--cmyk-y); }
.cmyk-divider i:nth-child(4) { background: var(--bg-dark); }

/* === 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 { font-size: clamp(2rem, 4.4vw, 3.4rem); line-height: 1.02; }
.values-list { border-top: 2px 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.6rem, 4.6vw, 4rem);
    font-weight: 800;
    color: var(--accent); line-height: 0.85;
    letter-spacing: -0.05em;
}
.value-row h3 { font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 1.02; }
.value-row p { font-size: 0.97rem; line-height: 1.65; color: var(--ink-soft); max-width: 60ch; }

/* === LEISTUNGEN GRID === */
.leistungen-section { padding: 7.5rem 0; background: var(--bg-alt); }
.leistungen-head {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 5rem; align-items: end; margin-bottom: 3.5rem;
}
.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: 1rem;
}
.leistungen-head p { font-size: 1.02rem; color: var(--ink-soft); max-width: 50ch; }
.leistungen-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}
.leistung-cell {
    padding: 2.75rem 2.25rem 3rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    position: relative;
    transition: background 300ms ease;
}
.leistung-cell:hover { background: var(--bg); }
.leistung-cell .cell-num {
    font-family: var(--font-display);
    font-size: 0.8rem; font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--accent); margin-bottom: 1.25rem;
}
.leistung-cell h3 { font-size: 1.3rem; margin-bottom: 0.7rem; line-height: 1.1; }
.leistung-cell p { font-size: 0.91rem; line-height: 1.6; color: var(--ink-muted); }

/* === PROSPEKT FEATURE (dark) === */
.feature-dark {
    padding: 0; background: var(--bg-dark); color: var(--bg);
    overflow: hidden;
}
.feature-dark .feature-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    min-height: 88vh; align-items: stretch;
}
.feature-dark .feature-image {
    position: relative; overflow: hidden;
    background: #1A1A1A;
    display: flex; align-items: center; justify-content: center;
    padding: 4rem 3rem;
}
.feature-dark .feature-image img {
    width: 100%; max-width: 560px; height: auto;
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.feature-dark .feature-image .num-overlay {
    position: absolute; bottom: 1.5rem; left: 1.5rem;
    font-family: var(--font-display);
    font-size: clamp(5rem, 12vw, 11rem);
    font-weight: 800; letter-spacing: -0.06em;
    color: rgba(246, 242, 234, 0.07);
    line-height: 0.8; pointer-events: none;
}
.feature-dark .feature-content {
    padding: 5.5rem 4rem;
    display: flex; flex-direction: column; justify-content: center;
    max-width: 660px;
}
.feature-dark .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-light);
    padding: 0.35rem 0.9rem;
    border: 1px solid var(--accent-light);
    align-self: flex-start; margin-bottom: 1.5rem;
}
.feature-dark h2 {
    color: var(--bg); margin-bottom: 1.25rem;
    font-size: clamp(2rem, 4.2vw, 3.4rem); line-height: 1;
}
.feature-dark h2 em { color: var(--accent); font-family: var(--font-body); }
.feature-dark p { color: rgba(246, 242, 234, 0.78); font-size: 1rem; line-height: 1.65; margin-bottom: 1rem; }
.feature-dark .spec-rows { margin: 1.5rem 0 2rem; border-top: 1px solid rgba(246, 242, 234, 0.15); }
.feature-dark .spec-row {
    display: grid; grid-template-columns: 1fr auto;
    gap: 1.5rem; padding: 1rem 0;
    border-bottom: 1px solid rgba(246, 242, 234, 0.15);
    align-items: baseline;
}
.feature-dark .spec-row .spec-label { font-size: 0.92rem; color: rgba(246, 242, 234, 0.7); }
.feature-dark .spec-row .spec-value {
    font-family: var(--font-display); font-weight: 800;
    font-size: 1.05rem; color: var(--bg); letter-spacing: -0.01em;
    text-align: right;
}
.feature-dark .link-arrow {
    color: var(--accent-light); border-color: var(--accent-light);
    align-self: flex-start;
    font-family: var(--font-body); font-size: 0.74rem;
    letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
    border-bottom: 1px solid var(--accent-light);
    padding-bottom: 0.45rem;
}

/* === ABLAUF === */
.ablauf-section { padding: 7.5rem 0; background: var(--surface); }
.ablauf-head { max-width: 720px; margin-bottom: 3.5rem; }
.ablauf-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;
}
.ablauf-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.ablauf-step {
    background: var(--bg-alt);
    border: 1px solid var(--line-soft);
    padding: 2.5rem 2.25rem 2.75rem;
    position: relative;
}
.ablauf-step .step-num {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 4.5vw, 3.6rem);
    font-weight: 800; letter-spacing: -0.05em;
    color: var(--accent); line-height: 0.85;
    margin-bottom: 1.5rem;
}
.ablauf-step h3 { font-size: 1.3rem; margin-bottom: 0.7rem; }
.ablauf-step p { font-size: 0.93rem; line-height: 1.6; color: var(--ink-muted); }

/* === MANIFESTO === */
.manifesto { padding: 9rem 0; background: var(--bg-alt); position: relative; }
.manifesto::before {
    content: '\201C';
    position: absolute; top: 2.5rem; left: 50%; transform: translateX(-50%);
    font-family: var(--font-display);
    font-size: 18rem; 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.8rem, 4.2vw, 3.1rem);
    font-weight: 800; line-height: 1.15;
    letter-spacing: -0.03em;
    text-align: center; max-width: 30ch;
    margin: 0 auto; color: var(--ink);
    position: relative; z-index: 1;
}
.manifesto blockquote em { color: var(--accent); font-weight: 500; }
.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;
}

/* === CONTACT === */
.contact-section { padding: 7.5rem 0; background: var(--bg); }
.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: 150px 1fr;
    gap: 2rem; padding: 1.4rem 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.25rem; line-height: 1.45;
    color: var(--ink); font-weight: 700; letter-spacing: -0.01em;
}
.contact-row .value.hours {
    font-size: 1.02rem; font-weight: 600; 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: #fff;
    padding: 0; overflow: hidden;
}
.final-cta-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    align-items: stretch; min-height: 480px;
}
.final-cta-art {
    background: var(--accent-deep);
    position: relative; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.final-cta-art .giant-word {
    font-family: var(--font-display);
    font-size: clamp(4rem, 11vw, 10rem);
    font-weight: 800; letter-spacing: -0.05em;
    color: var(--accent); line-height: 0.85;
    text-transform: uppercase;
    transform: rotate(-6deg);
    text-shadow: 0.04em 0.04em 0 var(--bg-deep);
    user-select: none;
}
.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(255, 255, 255, 0.7); margin-bottom: 1.25rem;
}
.final-cta h2 {
    color: #fff;
    max-width: 17ch; margin: 0 0 1.5rem;
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    line-height: 1;
    padding-right: 0.3em;
}
.final-cta h2 em {
    color: #fff; font-family: var(--font-body);
    display: inline-block; padding-right: 0.2em; margin-right: -0.05em;
}
.final-cta .lead {
    color: rgba(255, 255, 255, 0.85);
    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-dark); color: #fff !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(--bg); color: var(--ink) !important; transform: none; }
.final-cta .btn-secondary {
    color: #fff; 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 #fff;
    padding-bottom: 0.4rem;
}
.final-cta .btn-secondary:hover { opacity: 0.7; }
/* Express-Auftrag: XXL-Telefonnummer */
.final-cta .xxl-phone {
    display: inline-block; align-self: flex-start;
    font-family: var(--font-display); font-weight: 800;
    font-size: clamp(1.7rem, 4.6vw, 4rem);
    letter-spacing: -0.04em; line-height: 1;
    color: #fff; white-space: nowrap;
    border-bottom: 5px solid var(--bg-dark);
    padding-bottom: 0.45rem; margin-bottom: 1.75rem;
    transition: color 250ms, border-color 250ms;
}
.final-cta .xxl-phone:hover { color: var(--bg-dark); }

/* === 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.6rem; 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.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 .cmyk-bar { 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-art { 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 === */
/* Kurze Desktop-Viewports (1280×800): Hero-Inhalt komprimieren, nichts abschneiden */
@media (min-width: 981px) and (max-height: 850px) {
    .hero { padding-top: 5rem; }
    .hero-content { gap: 1.25rem; }
    .hero h1.hero-mainbrand { font-size: clamp(2.4rem, 5vw, 4.4rem); margin-bottom: 1.1rem; }
    .hero .cmyk-bar { margin-top: 1rem; }
    .hero-values { font-size: clamp(1.3rem, 2.4vw, 2rem); }
    .hero-eyebrow { margin-bottom: 1.1rem; padding-bottom: 0.7rem; }
    .hero .lead { font-size: 0.96rem; margin-bottom: 1.25rem; }
    .hero-actions { padding-top: 1.1rem; }
    .hero-actions .btn { padding: 0.8rem 1.8rem; }
    .hero-footnote { margin-top: 1.2rem; padding-top: 0.85rem; }
    .hero-content .hero-bottom { padding-bottom: 1rem; }
}
@media (max-width: 1180px) {
    .leistungen-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-art { aspect-ratio: 16/8; height: auto; max-height: 280px; border-left: none; border-top: 1px solid rgba(246, 242, 234, 0.12); }
    .hero-art .big-60 { font-size: clamp(6rem, 24vw, 10rem); }
    .leistungen-head { grid-template-columns: 1fr; gap: 1.5rem; }
    .feature-dark .feature-grid { grid-template-columns: 1fr; min-height: 0; }
    .feature-dark .feature-image { padding: 3rem 1.5rem; }
    .feature-dark .feature-content { padding: 4rem 1.5rem; max-width: 100%; }
    .values-intro { grid-template-columns: 1fr; gap: 1.5rem; }
    .value-row { grid-template-columns: 1fr; gap: 1rem; padding: 2.5rem 0; }
    .ablauf-grid { grid-template-columns: 1fr; }
    .contact-grid-editorial { grid-template-columns: 1fr; gap: 3rem; }
    .contact-row { grid-template-columns: 120px 1fr; gap: 1rem; }
    .marquee-track { font-size: 1.4rem; gap: 2rem; animation-duration: 4s; }
    .marquee-track span { gap: 2rem; }
    .leistungen-section, .ablauf-section, .contact-section { padding: 5rem 0; }
    .final-cta-grid { grid-template-columns: 1fr; min-height: 0; }
    .final-cta-art { min-height: 220px; }
    .final-cta-content { padding: 4rem 1.75rem; max-width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (max-width: 640px) {
    .leistungen-grid { 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) {
    .marquee-track { animation-duration: 3s; }
    .hero { padding-top: 4.5rem; padding-bottom: 1.5rem; }
    .hero-grid { gap: 1.25rem; }
    .hero-art { aspect-ratio: 16/9; max-height: 220px; }
    .hero h1.hero-mainbrand { font-size: clamp(2.1rem, 9.5vw, 2.9rem); margin-bottom: 1rem; }
    .hero .cmyk-bar { width: 150px; height: 5px; margin-top: 1rem; }
    .hero-values { font-size: clamp(1.4rem, 6.2vw, 1.9rem); }
    .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.66rem; letter-spacing: 0.3em; }
    .hero h1.hero-mainbrand .brand-line.brand-accent { margin-left: 0.5em; }
    .hero-values .vw-2 { margin-left: 0.6em; }
    .hero-values .vw-3 { margin-left: 1.2em; }
    .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; }
    .final-cta .xxl-phone { font-size: clamp(1.55rem, 7.6vw, 2rem); border-bottom-width: 4px; margin-bottom: 1.25rem; }
}
