/* Vera IT — Enterprise (premium, menschlich, Sektion für Sektion anders) */

body.site-enterprise {
    --ent-font: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
    --ent-mono: 'IBM Plex Mono', ui-monospace, monospace;
    --ent-serif: 'IBM Plex Sans', var(--ent-font);

    font-family: var(--ent-font);
    font-feature-settings: 'ss01' on;
    -webkit-font-smoothing: antialiased;
}

body.site-enterprise .hero-shell {
    max-width: none;
    padding: 0;
}

body.site-enterprise h1,
body.site-enterprise h2,
body.site-enterprise h3,
body.site-enterprise .hero-title {
    font-family: var(--ent-font);
    font-weight: 500;
    letter-spacing: -0.025em;
}

body.site-enterprise .section-title {
    max-width: 24ch;
    font-family: var(--ent-font);
    font-weight: 500;
    letter-spacing: -0.025em;
}

/* —— Buttons: menschlich, nicht Template —— */
body.site-enterprise .btn-primary,
body.site-enterprise .btn-secondary {
    font-family: var(--ent-font);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-transform: none;
    border-radius: 5px;
    padding: 11px 24px;
    line-height: 1.35;
}

body.site-enterprise .btn-large {
    padding: 13px 28px;
    font-size: 15px;
}

body.site-enterprise .btn-secondary {
    border-width: 1px;
    border-style: solid;
}

/* —— HERO: ruhig, eine Spalte —— */
body.site-enterprise .hero--modern {
    position: relative;
    padding: 148px 0 80px;
    background: var(--vera-surface-warm) !important;
    border-bottom: 1px solid var(--vera-border-light);
}

body.site-enterprise .hero--modern::before {
    display: none;
}

body.site-enterprise .hero-shell {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 32px;
}

body.site-enterprise .hero-content {
    max-width: 640px;
}

body.site-enterprise .hero-aside {
    display: none;
}

body.site-enterprise .hero-title {
    font-size: clamp(2.125rem, 1.5rem + 2.5vw, 3.25rem);
    line-height: 1.1;
}

body.site-enterprise .hero-description {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--vera-ink-soft);
}

/* —— Firm bar: Tabellenzeile —— */
body.site-enterprise .firm-bar {
    border-top: none;
    border-bottom: 1px solid var(--vera-border);
    padding: 0;
}

body.site-enterprise .firm-bar__list {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 32px;
    grid-template-columns: repeat(5, 1fr);
}

body.site-enterprise .firm-bar__item {
    padding: 20px 0;
    border-right: 1px solid var(--vera-border-light);
    padding-right: 24px;
}

body.site-enterprise .firm-bar__item:last-child {
    border-right: none;
}

/* —— ABOUT: Text + Metriken-Spalte —— */
body.site-enterprise .about-us {
    border-top: 1px solid var(--vera-border-light);
}

body.site-enterprise .about-content--enterprise {
    display: grid;
    grid-template-columns: 1fr min(320px, 36%);
    gap: 72px;
    align-items: start;
}

body.site-enterprise .about-stats,
body.site-enterprise .about-features {
    display: none !important;
}

body.site-enterprise .enterprise-metrics {
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: var(--vera-border-light);
    border: 1px solid var(--vera-border);
    border-radius: 6px;
    overflow: hidden;
}

body.site-enterprise .enterprise-metrics__item {
    background: var(--vera-surface);
    padding: 24px;
}

body.site-enterprise .enterprise-metrics__num {
    display: block;
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: var(--vera-ink);
    line-height: 1.1;
    margin-bottom: 4px;
}

body.site-enterprise .enterprise-metrics__lbl {
    font-size: 13px;
    color: var(--vera-ink-muted);
    line-height: 1.4;
}

body.site-enterprise .about-pullquote {
    margin: 32px 0 0;
    padding: 20px 0 0 20px;
    border-left: 2px solid var(--vera-border);
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--vera-ink-soft);
    font-style: normal;
}

body.site-enterprise .about-pullquote cite {
    display: block;
    margin-top: 12px;
    font-size: 13px;
    font-style: normal;
    color: var(--vera-ink-muted);
}

/* —— GRÜNDER: Foto volle Breite —— */
body.site-enterprise .founder-section {
    background: var(--vera-surface-warm) !important;
    padding: var(--section-padding) 0;
}

body.site-enterprise .founder-section .section-header {
    text-align: left;
    margin-bottom: 40px;
}

body.site-enterprise .founder-photo.team-photo-frame {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
    border: 1px solid var(--vera-border);
    border-radius: var(--radius-lg);
    background: var(--vera-surface);
    box-shadow: var(--shadow-md);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: none;
}

body.site-enterprise .founder-photo.team-photo-frame::before {
    display: none;
}

body.site-enterprise .founder-photo.team-photo-frame:hover {
    transform: none;
    border-color: var(--vera-border);
    box-shadow: var(--shadow-md);
}

body.site-enterprise .founder-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: calc(var(--radius-lg) - 1px);
    transition: none;
}

body.site-enterprise .founder-photo.team-photo-frame:hover img {
    transform: none;
}

body.site-enterprise .founder-note.split-image-content--panel {
    max-width: 640px;
    margin: 0;
    padding: 28px 0 0;
    background: none;
    border: none;
    box-shadow: none;
    text-align: left;
}

body.site-enterprise .founder-note .split-image-content__title {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--vera-ink);
    background: none;
    -webkit-text-fill-color: inherit;
    margin-bottom: 12px;
}

body.site-enterprise .founder-note .split-image-content__lead {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--vera-ink-soft);
}

body.site-enterprise .team-enterprise,
body.site-enterprise .team-roles {
    display: none !important;
}

/* —— SERVICES: Nummerierte Liste —— */
body.site-enterprise .services-grid {
    counter-reset: service-num;
    max-width: none;
}

body.site-enterprise .service-card {
    counter-increment: service-num;
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 24px 32px;
    align-items: start;
    padding: 36px 0;
    border-top: 1px solid var(--vera-border);
}

body.site-enterprise .service-card::before {
    content: counter(service-num, decimal-leading-zero);
    font-family: var(--ent-mono);
    font-size: 13px;
    color: var(--vera-ink-muted);
    padding-top: 4px;
}

body.site-enterprise .service-card .service-icon,
body.site-enterprise .service-card .service-features {
    display: none !important;
}

body.site-enterprise .service-card .service-title {
    grid-column: 2;
    margin: 0 0 8px;
    font-size: 1.125rem;
    font-weight: 500;
}

body.site-enterprise .service-card .service-desc {
    grid-column: 2;
    margin: 0;
    max-width: 42rem;
}

body.site-enterprise .service-card .service-link {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    white-space: nowrap;
    text-decoration: none;
    font-size: 13px;
    padding: 8px 16px;
    border: 1px solid var(--vera-border);
    border-radius: 5px;
    color: var(--vera-ink);
}

body.site-enterprise .service-card .service-link:hover {
    background: var(--vera-surface-muted);
    border-color: var(--vera-border);
}

/* —— PROCESS: Horizontale Timeline (Desktop) —— */
body.site-enterprise .process-steps--timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: none;
    border-top: 1px solid var(--vera-border);
}

body.site-enterprise .process-steps--timeline .process-step {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 32px 24px 32px 0;
    border-bottom: none;
    border-right: 1px solid var(--vera-border-light);
}

body.site-enterprise .process-steps--timeline .process-step:last-child {
    border-right: none;
    padding-right: 0;
}

body.site-enterprise .process-steps--timeline .process-step__num {
    font-family: var(--ent-mono);
    font-size: 12px;
}

/* —— TECH: Monospace-Tabelle —— */
body.site-enterprise .tech-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--vera-border);
    border: 1px solid var(--vera-border);
    border-radius: 6px;
    overflow: hidden;
}

body.site-enterprise .tech-category {
    background: var(--vera-surface-muted) !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 28px 24px !important;
    box-shadow: none !important;
}

body.site-enterprise .tech-category-title {
    font-family: var(--ent-mono);
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--vera-ink-muted) !important;
    margin-bottom: 16px !important;
}

body.site-enterprise .tech-item {
    font-family: var(--ent-mono) !important;
    font-size: 12px !important;
    background: transparent !important;
    border: none !important;
    padding: 4px 0 !important;
    display: block !important;
    color: var(--vera-ink-soft) !important;
}

body.site-enterprise .tech-items {
    display: block !important;
}

body.site-enterprise .techstack-cta {
    display: none !important;
}

/* —— PORTFOLIO: Zeilen statt Karten —— */
body.site-enterprise .portfolio-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--vera-border);
}

body.site-enterprise .portfolio-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 28px 0;
    border: none !important;
    border-bottom: 1px solid var(--vera-border-light) !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-decoration: none;
    color: inherit;
}

body.site-enterprise .portfolio-item:hover {
    background: var(--vera-surface-warm) !important;
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
}

body.site-enterprise .portfolio-image,
body.site-enterprise .portfolio-icon,
body.site-enterprise .portfolio-tech-stack,
body.site-enterprise .portfolio-metrics,
body.site-enterprise .portfolio-overlay {
    display: none !important;
}

body.site-enterprise .portfolio-info {
    padding: 0 !important;
}

body.site-enterprise .portfolio-category {
    font-family: var(--ent-mono);
    font-size: 11px !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.site-enterprise .portfolio-title {
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    margin: 4px 0 0 !important;
}

body.site-enterprise .portfolio-link-hint {
    font-family: var(--ent-mono);
    font-size: 13px;
    color: var(--vera-ink-muted);
    white-space: nowrap;
}

body.site-enterprise .portfolio-stack {
    display: block;
    font-family: var(--ent-mono);
    font-size: 12px;
    color: var(--vera-ink-muted);
    margin-top: 6px;
    letter-spacing: 0.02em;
}

/* —— Case studies ausblenden (Portfolio reicht) —— */
body.site-enterprise #case-studies {
    display: none !important;
}

/* —— FAQ: schmale Spalte, Linie links —— */
body.site-enterprise .faq-container {
    max-width: 720px;
}

body.site-enterprise .faq-item {
    border-left: 2px solid transparent;
    border-radius: 0 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid var(--vera-border-light) !important;
    background: transparent !important;
    padding-left: 20px;
}

body.site-enterprise .faq-item.active {
    border-left-color: var(--vera-ink-muted);
    background: var(--vera-surface-muted) !important;
}

/* —— CONTACT: Enterprise-Split —— */
body.site-enterprise .contact-content {
    display: grid;
    grid-template-columns: min(320px, 34%) 1fr;
    gap: 64px;
    align-items: start;
}

body.site-enterprise .contact-info {
    border-right: 1px solid var(--vera-border-light);
    padding-right: 48px;
}

body.site-enterprise .contact-item {
    border-bottom: 1px solid var(--vera-border-light);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

body.site-enterprise .contact-form {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

body.site-enterprise .form-group label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--vera-ink-muted);
    margin-bottom: 6px;
}

/* —— Footer sachlich —— */
body.site-enterprise .footer-desc {
    max-width: 28rem;
    line-height: 1.65;
}

body.site-enterprise .footer-address {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
    color: var(--vera-ink-soft);
}

body.site-enterprise .footer-address p {
    margin: 4px 0;
}

/* —— Nav: dezenter —— */
body.site-enterprise .nav-link {
    font-size: 14px;
    font-weight: 450;
}

body.site-enterprise .nav-actions .btn-primary {
    font-size: 13px;
    padding: 9px 18px;
}

/* —— Section headers: Index pro Sektion —— */
body.site-enterprise .section-index {
    font-family: var(--ent-mono);
    font-size: 11px;
    color: var(--vera-ink-muted);
    margin-bottom: 20px;
    letter-spacing: 0.06em;
}

/* Responsive */
@media (max-width: 1024px) {
    body.site-enterprise .hero-shell--enterprise {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    body.site-enterprise .about-content--enterprise {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    body.site-enterprise .team-enterprise {
        grid-template-columns: 1fr;
    }

    body.site-enterprise .process-steps--timeline {
        grid-template-columns: 1fr 1fr;
    }

    body.site-enterprise .tech-categories {
        grid-template-columns: 1fr;
    }

    body.site-enterprise .service-card {
        grid-template-columns: 56px 1fr;
    }

    body.site-enterprise .service-card .service-link {
        grid-column: 2;
        grid-row: auto;
        justify-self: start;
        margin-top: 12px;
    }

    body.site-enterprise .contact-content {
        grid-template-columns: 1fr;
    }

    body.site-enterprise .contact-info {
        border-right: none;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    body.site-enterprise .process-steps--timeline {
        grid-template-columns: 1fr;
    }

    body.site-enterprise .firm-bar__item {
        border-right: none;
    }

    body.site-enterprise .team-roles li {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
