.about-hero {
    padding: 7.5rem 0 2.5rem;
    background:
        radial-gradient(circle at top left, rgba(166, 29, 36, 0.14), transparent 32%),
        linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);
}

.about-hero-panel {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 1.75rem;
    padding: 2.25rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 251, 0.98)),
        #fff;
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.08);
}

.about-kicker {
    display: inline-block;
    margin-bottom: .85rem;
    color: var(--brand-primary);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .82rem;
}

.about-title {
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    line-height: 1.02;
    font-weight: 800;
    color: #111827;
    margin-bottom: 1rem;
}

.about-subtitle {
    font-size: 1.05rem;
    color: var(--brand-muted);
    max-width: 680px;
    margin-bottom: 1.5rem;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
}

.about-video-card {
    height: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 30%),
        linear-gradient(145deg, #111827 0%, #1f2937 45%, #a61d24 100%);
    box-shadow: 0 24px 55px rgba(17, 24, 39, 0.24);
}

.about-video {
    width: 100%;
    height: 100%;
    min-height: 360px;
    display: block;
    object-fit: cover;
}

.about-stat-card {
    border-radius: 1.4rem;
    padding: 1.75rem;
}

.about-stat-card h2 {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: .65rem;
}

.about-stat-card p {
    margin: 0;
    color: var(--brand-muted);
}

.about-stat-number {
    font-size: 2.35rem;
    line-height: 1;
    font-weight: 800;
    color: var(--brand-primary);
    margin-bottom: 1rem;
}

.about-story-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
}

.about-copy {
    color: #374151;
    line-height: 1.8;
}

.about-story-card {
    display: grid;
    gap: 1rem;
}

.about-story-item {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 1.25rem;
    padding: 1.35rem;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}

.about-story-item h3 {
    font-size: 1.08rem;
    font-weight: 800;
    margin-bottom: .45rem;
    color: #111827;
}

.about-story-item p {
    margin: 0;
    color: var(--brand-muted);
}

.about-reasons-header {
    margin-bottom: 2rem;
}

.about-reason-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.05);
}

.about-reason-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: .6rem;
    color: #111827;
}

.about-reason-card p {
    margin: 0;
    color: var(--brand-muted);
}

.about-locations-section {
    padding-top: 0;
}

.about-locations-panel {
    border-radius: 1.75rem;
    padding: 2.25rem;
    background:
        radial-gradient(circle at top left, rgba(166, 29, 36, 0.08), transparent 28%),
        #f8f9fb;
}

.about-location-card {
    height: 100%;
    border-radius: 1.2rem;
    padding: 1.4rem;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.about-location-tag {
    display: inline-flex;
    padding: .4rem .7rem;
    border-radius: 999px;
    background: rgba(166, 29, 36, 0.1);
    color: var(--brand-primary);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: .9rem;
}

.about-location-card p {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: .35rem;
}

.about-location-card span {
    color: var(--brand-muted);
}

.about-cta {
    padding: 2.5rem 3rem;
}

.about-cta-kicker {
    letter-spacing: .08em;
}

@media (max-width: 991.98px) {
    .about-hero {
        padding-top: 6rem;
    }

    .about-hero-panel,
    .about-locations-panel,
    .about-cta {
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .about-title {
        font-size: 2rem;
    }

    .about-hero-actions {
        display: grid;
    }
}
