/* multiverk_about.css — Múltíverk ehf · Um okkur */

/* ── HERO ── */
.mva-hero {
    background: #1a1a18;
    padding: 80px 40px 64px;
    border-bottom: 1px solid rgba(122, 182, 72, 0.15);
}

.mva-hero-inner {
    max-width: 700px;
}

.mva-hero h1 {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    line-height: 1;
    color: #e8e4d8;
    letter-spacing: -1.5px;
    margin: 16px 0 12px;
    word-break: break-word;
}

.mva-hero h1 em {
    font-style: normal;
    color: #7ab648;
}

.mva-hero-sub {
    font-size: 1rem;
    color: rgba(232, 228, 216, 0.45);
    font-weight: 400;
}

/* ── LAYOUT ── */
.mva-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.mva-section {
    padding: 56px 0;
}

.mva-section-inner {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 48px;
    align-items: start;
}

.mva-section-label-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 4px;
}

.mva-tag {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    color: #e2dfd6;
    line-height: 1;
    letter-spacing: -1px;
}

.mva-section-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    color: #1a1a18;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.mva-body-text {
    font-size: 0.92rem;
    color: #5a5a52;
    line-height: 1.75;
    margin-bottom: 24px;
}

.mva-divider {
    height: 1px;
    background: #e2dfd6;
}

/* ── PROMISE ── */
.mva-promise {
    background: #1a1a18;
    border-radius: 16px;
    padding: 24px 28px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.mva-promise i {
    color: #7ab648;
    font-size: 1rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.mva-promise p {
    font-size: 0.92rem;
    color: rgba(232, 228, 216, 0.7);
    line-height: 1.7;
    font-style: italic;
}

/* ── SERVICES ── */
.mva-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
}

.mva-service-item {
    background: #fff;
    border: 1px solid #e2dfd6;
    border-radius: 14px;
    padding: 18px 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: border-color 0.2s;
}

.mva-service-item:hover {
    border-color: #7ab648;
}

.mva-service-icon {
    width: 34px;
    height: 34px;
    background: #f0f7ea;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7ab648;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.mva-service-name {
    font-weight: 600;
    font-size: 0.88rem;
    color: #1a1a18;
    margin-bottom: 3px;
}

.mva-service-desc {
    font-size: 0.8rem;
    color: #8a8a80;
    line-height: 1.5;
}

/* ── PEOPLE ── */
.mva-people-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

.mva-person-card {
    background: #fff;
    border: 1px solid #e2dfd6;
    border-radius: 18px;
    padding: 24px;
    transition: border-color 0.2s;
}

.mva-person-card:hover {
    border-color: rgba(122, 182, 72, 0.4);
}

.mva-person-card--highlight {
    background: #1a1a18;
    border-color: rgba(122, 182, 72, 0.3);
}

.mva-person-card--highlight .mva-person-name {
    color: #e8e4d8 !important;
}

.mva-person-card--highlight .mva-person-title {
    color: #7ab648 !important;
}

.mva-person-card--highlight .mva-skill {
    background: rgba(122, 182, 72, 0.12) !important;
    border-color: rgba(122, 182, 72, 0.25) !important;
    color: #7ab648 !important;
}

.mva-person-card--highlight .mva-person-contact {
    color: rgba(232, 228, 216, 0.5) !important;
}

.mva-person-card--highlight .mva-person-contact a {
    color: rgba(232, 228, 216, 0.5) !important;
}

.mva-person-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.mva-avatar {
    width: 46px;
    height: 46px;
    background: #e2dfd6;
    color: #5a5a52;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.mva-avatar--green {
    background: #7ab648;
    color: #fff;
}

.mva-person-name {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    color: #1a1a18;
    line-height: 1.3;
}

.mva-person-title {
    font-size: 0.75rem;
    color: #7ab648;
    font-weight: 500;
    margin-top: 2px;
    letter-spacing: 0.2px;
}

.mva-person-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.mva-skill {
    background: #f5f3ee;
    border: 1px solid #e2dfd6;
    color: #5a5a52;
    font-size: 0.73rem;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 100px;
}

.mva-person-contact {
    font-size: 0.82rem;
    color: #8a8a80;
    display: flex;
    align-items: center;
    gap: 7px;
}

.mva-person-contact i {
    color: rgba(122, 182, 72, 0.6);
    font-size: 0.78rem;
    width: 12px;
}

.mva-person-contact a {
    color: #8a8a80;
    text-decoration: none;
    transition: color 0.15s;
}

.mva-person-contact a:hover {
    color: #7ab648;
}

/* ── CERTS ── */
.mva-certs-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mva-cert-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #e2dfd6;
    font-size: 0.9rem;
    color: #3a3a34;
    font-weight: 500;
}

.mva-cert-row:last-child {
    border-bottom: none;
}

.mva-cert-dot {
    width: 8px;
    height: 8px;
    background: #7ab648;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .mva-hero {
        padding: 56px 20px 48px;
    }

    .mva-container {
        padding: 0 20px;
    }

    .mva-section-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mva-section-label-wrap {
        flex-direction: row;
        align-items: center;
    }

    .mva-tag {
        font-size: 1.4rem;
    }
}
