/* ── About Modal ──────────────────────────────────── */

/* Override modal-content defaults for about layout */
#about-modal-content.modal-content {
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow:
        0 20px 60px -10px rgba(0, 0, 0, 0.3),
        0 8px 24px rgba(0, 0, 0, 0.1);
}

#about-modal-content .modal-close {
    color: rgba(255, 255, 255, 0.5);
}

#about-modal-content .modal-close:hover {
    color: #ffffff;
}

/* ── Dark Hero Header ────────────────────────────── */
.about-hero {
    background: #221f20;
    padding: 32px 28px 28px;
    position: relative;
    overflow: hidden;
}

/* Subtle gold glow */
.about-hero::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 120px;
    background: radial-gradient(ellipse at center, rgba(197, 165, 90, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.about-hero .about-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #C5A55A;
    margin: 0 0 6px 0;
    position: relative;
    z-index: 1;
}

.about-hero h1 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 14px 0;
    line-height: 1.25;
    position: relative;
    z-index: 1;
}

.about-lead {
    font-size: 14.5px;
    font-weight: 600;
    color: #221f20;
    line-height: 1.55;
    margin: 0 0 20px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
}

/* ── Body Content ────────────────────────────────── */
.about-content {
    padding: 24px 28px 28px;
}

.about-content p {
    font-size: 13.5px;
    color: #6b6b6b;
    line-height: 1.7;
    margin: 0 0 14px 0;
}

.about-highlight {
    color: #221f20;
    font-weight: 600;
}

/* ── Values Statement ────────────────────────────── */
.about-values {
    margin: 22px 0 0;
    padding: 18px 0 0;
    border-top: 2px solid #C5A55A;
}

.about-values p {
    font-size: 13.5px;
    color: #221f20;
    line-height: 1.7;
    margin: 0;
}

.about-values p span {
    font-style: italic;
}

/* ── Mission Footer ──────────────────────────────── */
.about-mission {
    background: #f5f5f5;
    padding: 20px 28px 24px;
    border-top: 1px solid #d9d9d9;
}

.about-mission h2 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #a8893e;
    margin: 0 0 8px 0;
}

.about-mission p {
    font-size: 14px;
    font-weight: 600;
    color: #221f20;
    line-height: 1.5;
    margin: 0;
}

/* ── Standalone About Page ───────────────────────── */
.about-standalone {
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    border-top: 3px solid #C5A55A;
    box-shadow:
        0 20px 60px -10px rgba(0, 0, 0, 0.12),
        0 8px 24px rgba(0, 0, 0, 0.06);
}
