/* /over-ons — HOTFIX 8 (site-kleuren: rood #ff6a1a, teal, wit, beige) */

.page-over-ons .site-main {
    padding-top: 0;
}

/* Hero */
.about-hero {
    background: #000;
    color: #fff;
    padding-block: 48px 56px;
}

.about-hero__layout {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

.about-hero__eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #ff6a1a;
}

.about-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.1;
}

.about-hero__sub {
    margin: 0 0 1.5rem;
    max-width: 36rem;
    font-size: 1.0625rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
}

.about-hero__stats {
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.about-hero__stat-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
}

.about-hero__stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.75);
}

.about-hero__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.about-hero__visual {
    text-align: center;
}

.about-hero__portrait-img {
    width: 100%;
    max-width: 360px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 24px;
    margin: 0 auto;
    display: block;
}

.about-hero__portrait-caption {
    margin: 0.75rem 0 0;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.85);
}

/* Hero fallback wanneer geen portretfoto (geen lichte pattern — contrast op donker) */
.hero-multifix-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    aspect-ratio: 4 / 5;
    padding: 48px 32px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 24px;
    color: #fff;
    overflow: hidden;
}

.hero-multifix-card__logo {
    width: 180px;
    height: auto;
    margin: 0 auto;
    display: block;
    filter: none;
}

.hero-multifix-card__eyebrow {
    margin: 24px 0 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff6a1a;
}

.hero-multifix-card__title {
    margin: 8px 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.hero-multifix-card__sub {
    margin: 8px 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
}

.hero-multifix-card__stats {
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
}

.hero-multifix-card__stats li {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hero-multifix-card__stat-val {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.hero-multifix-card__stat-lbl {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

.hero-multifix-card__location {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 24px 0 0;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
}

.hero-multifix-card__pin {
    flex-shrink: 0;
}

.about-branded-pattern {
    background-color: #f9f7f3;
    background-image: radial-gradient(circle, rgba(255, 106, 26, 0.07) 1px, transparent 1px);
    background-size: 18px 18px;
}

@media (max-width: 767px) {
    .hero-multifix-card {
        padding: 32px 24px;
        max-width: 100%;
    }
    .hero-multifix-card__logo {
        width: 150px;
    }
}

@media (min-width: 1024px) {
    .about-hero {
        padding-block: 96px;
    }
    .about-hero__layout {
        grid-template-columns: 55fr 45fr;
    }
    .about-hero__stats {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Verhaal */
.about-story__inner {
    max-width: 760px;
    margin: 0 auto;
}

.about-story__title {
    text-align: center;
    margin-bottom: 2rem;
}

.eyebrow-small {
    margin: 0 0 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ff6a1a;
}

.story-block {
    margin-bottom: 1.5rem;
}

.story-paragraph {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 1.25rem;
}

.story-paragraph.drop-cap::first-letter {
    float: left;
    font-size: 48px;
    line-height: 0.85;
    font-weight: 800;
    color: #ff6a1a;
    padding: 0.05em 0.12em 0 0;
    margin-right: 0.06em;
}

.story-break {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2.5rem 0;
}

.story-break__line {
    flex: 1;
    height: 1px;
    background: var(--c-border, #e5e5e5);
}

.story-break__logo {
    width: 96px;
    height: auto;
    opacity: 0.85;
}

.story-quote-block {
    position: relative;
    margin: 1.5rem 0 0;
    padding: 1.5rem 1.5rem 1.25rem 2.5rem;
    background: #f9f7f3;
    border-radius: 12px;
    border-left: 4px solid #ff6a1a;
}

.story-quote-block__mark {
    position: absolute;
    left: 0.75rem;
    top: 0.25rem;
    font-size: 3rem;
    line-height: 1;
    color: #ff6a1a;
    font-family: Georgia, serif;
}

.story-quote-block p {
    margin: 0;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.55;
}

.story-quote-block footer {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    color: var(--c-text-muted, #666);
}

/* Team */
.about-team {
    background: #f9f7f3;
}

.about-team__grid {
    display: grid;
    gap: 2rem;
}

.about-team__member {
    text-align: center;
}

.about-team__photo {
    width: 140px;
    height: 140px;
    min-width: 140px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.about-team__initial {
    width: 140px;
    height: 140px;
    min-width: 140px;
    border-radius: 50%;
    background: #ff6a1a;
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.about-team__role {
    color: var(--c-text-muted, #666);
}

.about-team__bus {
    margin-top: 2.5rem;
    text-align: center;
}

.team-quote {
    margin: 0.75rem 0 0;
    font-style: italic;
    color: var(--c-text-muted, #666);
    font-size: 0.9375rem;
}

.about-team__stats {
    list-style: none;
    margin: 2rem 0 0;
    padding: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    font-size: 0.9375rem;
}

.about-team__bus-figure--wide .about-team__bus-img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}

.about-team__bus-caption {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: var(--c-text-muted, #666);
}

.about-wel-niet__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0.5rem 0.65rem;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.about-wel-niet__item:hover {
    background: rgba(255, 106, 26, 0.04);
}

.about-wel-niet__item--niet:hover {
    background: rgba(0, 0, 0, 0.03);
}

.about-wel-niet__icon--service {
    color: var(--c-text-muted, #888);
    flex-shrink: 0;
}

.about-wel-niet__icon--muted {
    opacity: 0.45;
    flex-shrink: 0;
}

.about-beloftes__card {
    background: linear-gradient(180deg, #2a2a2a 0%, #111 100%);
    border: 1px solid #2a2a2a;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-beloftes__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(255, 106, 26, 0.25);
}

.about-beloftes__icon {
    color: #ff6a1a;
    margin-bottom: 1rem;
}

.about-beloftes__icon--teal {
    color: #12b5b0;
}

@media (min-width: 768px) {
    .about-team__grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Wel / niet */
.about-wel-niet__sub {
    margin-bottom: 2rem;
    color: var(--c-text-muted, #666);
}

.about-wel-niet__grid {
    display: grid;
    gap: 2rem;
}

.about-wel-niet__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-wel-niet__list li {
    padding: 0.35rem 0 0.35rem 1.5rem;
    position: relative;
}

.about-wel-niet__mark--yes {
    color: var(--c-teal, #12b5b0);
}

.about-wel-niet__mark--no {
    color: #ff6a1a;
}

@media (min-width: 768px) {
    .about-wel-niet__grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Beloftes */
.about-beloftes {
    background: #111;
    color: #fff;
}

.about-beloftes__title {
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}

.about-beloftes__grid {
    display: grid;
    gap: 1.25rem;
}

.about-beloftes__card {
    background: #2a2a2a;
    border-radius: 12px;
    padding: 32px;
}

.about-beloftes__card-title {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    color: #fff;
}

.about-beloftes__card-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.55;
}

@media (min-width: 768px) {
    .about-beloftes__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .about-beloftes__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Service + quote */
.about-service {
    background: #f9f7f3;
}

.about-service__inner {
    max-width: 760px;
    margin: 0 auto;
}

.about-service__quote {
    margin: 2rem 0;
    padding: 1.5rem 0 1.5rem 1.25rem;
    border-left: 4px solid #ff6a1a;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.5;
}

.about-service__quote-author {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    font-style: normal;
    color: var(--c-text-muted, #666);
}

.about-service__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

/* Buitenverlichting teaser */
.about-buitenverlichting {
    position: relative;
    color: #fff;
    padding-block: 5rem;
    background: #111;
}

.about-buitenverlichting--has-bg {
    background-image: var(--about-buiten-bg);
    background-size: cover;
    background-position: center;
}

.about-buitenverlichting__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.55) 100%);
}

.about-buitenverlichting__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
}

.about-buitenverlichting__title {
    color: #fff;
    font-weight: 800;
}

.about-buitenverlichting__text {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
    line-height: 1.65;
}

.about-buitenverlichting__cta {
    box-shadow: 0 8px 24px rgba(255, 106, 26, 0.45);
}

/* FAQ */
.about-faq .mfx-faq-accordion__item {
    border: 1px solid var(--c-border, #e5e5e5);
    border-radius: 8px;
    margin-bottom: 0.5rem;
    padding: 0 1rem;
    background: #fff;
}

.about-faq__group-title {
    margin: 1.5rem 0 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #ff6a1a;
}

.about-faq__group-title:first-child {
    margin-top: 0;
}

.about-faq .mfx-faq-accordion__item {
    transition: border-color 0.25s ease;
}

.about-faq .mfx-faq-accordion__item[open] {
    border-left: 3px solid #ff6a1a;
}

.about-faq .mfx-faq-accordion__question {
    cursor: pointer;
    font-weight: 600;
    padding: 1rem 2rem 1rem 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.about-faq .mfx-faq-accordion__question::-webkit-details-marker {
    display: none;
}

.mfx-faq-toggle::before,
.mfx-faq-toggle::after {
    content: '';
    position: absolute;
    right: 0;
    width: 14px;
    height: 2px;
    background: #ff6a1a;
    transition: transform 0.2s ease;
}

.mfx-faq-toggle {
    position: relative;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.mfx-faq-toggle::after {
    transform: rotate(90deg);
}

details[open] .mfx-faq-toggle::after {
    transform: rotate(0deg);
    opacity: 0;
}

.about-faq .mfx-faq-accordion__answer {
    padding-bottom: 1rem;
    animation: about-faq-open 0.3s ease;
}

@keyframes about-faq-open {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Contact */
.about-contact__grid {
    display: grid;
    gap: 2rem;
}

.about-contact__col--border {
    border-left: 2px solid #ff6a1a;
    padding-left: 1.25rem;
}

.about-contact__map {
    position: relative;
}

.about-contact__map::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 106, 26, 0.05);
    pointer-events: none;
    border-radius: 8px;
}

.about-contact__map-iframe {
    width: 100%;
    height: 320px;
    border: 0;
    border-radius: 8px;
}

.about-copy-btn {
    margin-left: 0.35rem;
    padding: 0.15rem 0.5rem;
    font-size: 0.75rem;
    border: 1px solid var(--c-border, #e5e5e5);
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.about-copy-btn.is-copied {
    border-color: #12b5b0;
    color: #12b5b0;
}

@media (min-width: 768px) {
    .about-contact__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Owner-spotlight (solo team) */
.about-team__owner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.75rem;
    max-width: 780px;
    margin: 0 auto;
    padding: 2.5rem;
    background: #fff;
    border: 1px solid #ece7df;
    border-radius: 20px;
    box-shadow: 0 18px 44px -28px rgba(20, 23, 31, 0.35);
}
.about-team__owner-media { position: relative; flex-shrink: 0; }
.about-team__owner-photo,
.about-team__owner-initial {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 5px #fff, 0 0 0 8px #ff6a1a;
}
.about-team__owner-initial {
    background: #ff6a1a;
    color: #fff;
    font-size: 4rem;
    font-weight: 800;
}
.about-team__owner-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff6a1a;
    margin-bottom: 0.4rem;
}
.about-team__owner .about-team__name { margin: 0.1rem 0 0.15rem; font-size: 1.6rem; }
.about-team__owner-quote {
    margin: 1.1rem 0 0;
    padding-left: 1rem;
    border-left: 3px solid #ff6a1a;
    font-style: italic;
    color: #3a3f4a;
    text-align: left;
}
.about-team__owner-actions {
    margin-top: 1.5rem;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .about-team__owner {
        flex-direction: row;
        text-align: left;
        padding: 2.75rem 3rem;
        gap: 2.75rem;
    }
    .about-team__owner-actions { justify-content: flex-start; }
}
/* --- polish: team-center, buitenverlichting, contact-cards (PowerNexx) --- */
.about-team__title { text-align: center; margin-bottom: 2rem; }
.about-buitenverlichting__inner { max-width: 760px; margin-inline: auto; text-align: center; }
.about-buitenverlichting__cta { box-shadow: 0 10px 26px -6px rgba(255, 106, 26, 0.5); }
.about-contact { background: #f9f7f3; }
.about-contact__grid { align-items: start; }
.about-contact__col {
    background: #fff;
    border: 1px solid #ece7df;
    border-radius: 14px;
    padding: 1.5rem 1.5rem 1.75rem;
    box-shadow: 0 14px 34px -26px rgba(20, 23, 31, 0.4);
}
.about-contact__col--border { border-left: 4px solid #ff6a1a; padding-left: 1.5rem; }
.about-contact__map-iframe { height: 260px; }