/* About page — editorial layout, scoped to body.about-page */

body.about-page {
    background: #fafafa;
}

.about-pro-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #b22a1f;
    margin-bottom: 1rem;
}

.about-pro-headline {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 600;
    line-height: 1.2;
    color: #2f2f2f;
    max-width: 22ch;
    margin-bottom: 1.25rem;
}

.about-pro-lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #555;
    max-width: 38rem;
}

.about-pro-intro {
    padding-bottom: 2rem;
}

.about-pro-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.about-pro-split-text .about-pro-block-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.65rem;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 1.25rem;
}

.about-pro-split-text .about-text {
    margin-bottom: 1rem;
}

.about-pro-split-visual {
    margin: 0;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(47, 47, 47, 0.12);
    aspect-ratio: 4 / 5;
    max-height: 520px;
}

.about-pro-split-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(47, 47, 47, 0.06);
    border-radius: 12px;
    pointer-events: none;
}

.about-pro-split-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.about-pro-split-caption {
    margin-top: 0.75rem;
    font-size: 0.8rem;
    color: #888;
    letter-spacing: 0.02em;
}

.about-pro-mvv-wrap {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.about-pro-mvv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.25rem, 3vw, 2rem);
}

.about-pro-mvv-card {
    padding: clamp(1.5rem, 3vw, 2.25rem);
    border-radius: 12px;
    border: 1px solid #eaeaea;
    background: linear-gradient(145deg, #fff 0%, #fafafa 100%);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-pro-mvv-card:hover {
    border-color: rgba(178, 42, 31, 0.25);
    box-shadow: 0 12px 32px rgba(47, 47, 47, 0.06);
}

.about-pro-mvv-card h3 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.about-pro-mvv-card h3 span {
    display: inline-flex;
    width: 2px;
    height: 1.25em;
    background: #b22a1f;
    border-radius: 1px;
}

.about-pro-mvv-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
}

.about-pro-values-title {
    margin-bottom: 2.5rem;
}

.about-pro-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.about-pro-value-card {
    padding: 1.5rem 1.25rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eaeaea;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-pro-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(47, 47, 47, 0.08);
}

.about-pro-value-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(178, 42, 31, 0.08);
    color: #b22a1f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.about-pro-value-icon svg {
    width: 24px;
    height: 24px;
}

.about-pro-value-card h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 0.5rem;
}

.about-pro-value-card p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #666;
}

.about-stats-pro {
    background: #2f2f2f;
    color: #fff;
}

.about-stats-pro .stat-card {
    padding: 0.5rem 1rem;
}

.about-stats-pro .stat-number {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #fff;
}

.about-stats-pro .stat-number.about-stat-suffix::after {
    content: "+";
    font-weight: 600;
    margin-left: 0.05em;
}

.about-stats-pro .stat-label {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}

/* Company profile PDF */
.about-company-pdf {
    background: #fff;
    border-top: 1px solid #eee;
}

.about-company-pdf-title {
    margin-bottom: 0.75rem;
}

.about-company-pdf-lead {
    max-width: 40rem;
    margin: 0 0 1.25rem;
    color: #555;
    line-height: 1.65;
    font-size: 1rem;
}

.about-company-pdf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.about-company-pdf-frame {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    box-shadow: 0 8px 32px rgba(47, 47, 47, 0.08);
    background: #ececec;
    min-height: min(75vh, 820px);
}

.about-company-pdf-frame iframe {
    display: block;
    width: 100%;
    height: min(75vh, 820px);
    border: 0;
}

.about-pro-cta {
    padding: clamp(3rem, 6vw, 4.5rem) 0;
    text-align: center;
    background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
    border-top: 1px solid #eee;
}

.about-pro-cta-inner {
    max-width: 36rem;
    margin: 0 auto;
}

.about-pro-cta h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 0.75rem;
}

.about-pro-cta p {
    color: #666;
    margin-bottom: 1.75rem;
    line-height: 1.65;
}

.about-pro-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.about-pro-cta .btn {
    min-width: 160px;
}

@media (max-width: 900px) {
    .about-company-pdf-frame,
    .about-company-pdf-frame iframe {
        min-height: 55vh;
        height: 55vh;
    }

    .about-pro-split {
        grid-template-columns: 1fr;
    }

    .about-pro-split-visual {
        max-height: 380px;
        aspect-ratio: 16 / 10;
        order: -1;
    }

    .about-pro-mvv-grid {
        grid-template-columns: 1fr;
    }

    .about-pro-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .about-pro-values-grid {
        grid-template-columns: 1fr;
    }

    .about-pro-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
}
