/* ─── Masthead (full-width, outside page-wrap) ────────────────────────────── */
.about-masthead {
    position: relative;
    background: var(--bg-nav);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    overflow: hidden;
    margin-bottom: 72px;
    animation: fadeUp .4s ease both;
}

.about-masthead__inner {
    max-width: var(--wrap);
    margin: 0 auto;
    padding: 52px 32px 56px;
    position: relative;
    z-index: 1;
}

/* Decorative target — far right, large */
.about-masthead__target {
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    width: 520px;
    height: 520px;
    pointer-events: none;
    color: #D8D6CE;
    opacity: .6;
}
.about-masthead__target svg { width: 100%; height: 100%; }

/* Red left border accent */
.about-masthead::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--accent);
}

.about-masthead__kicker {
    margin-bottom: 20px;
}

.about-masthead__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
    background: rgba(196, 48, 26, .08);
    border: 1px solid rgba(196, 48, 26, .2);
    padding: 4px 12px;
    border-radius: 20px;
}

.about-masthead__title {
    font-family: var(--font-display);
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 0.88;
    color: var(--dark);
    margin-bottom: 28px;
}

.about-masthead__lead {
    font-size: 17px;
    color: var(--mid);
    line-height: 1.65;
    max-width: 52ch;
    margin-bottom: 36px;
}

/* Stats strip */
.about-masthead__stats {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}

.about-masthead__stat {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-right: 28px;
    margin-right: 28px;
}

.about-masthead__stat-sep {
    width: 1px;
    height: 32px;
    background: var(--border);
    margin-right: 28px;
    flex-shrink: 0;
}

.about-masthead__stat-val {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--dark);
    line-height: 1;
}

.about-masthead__stat-label {
    font-size: 11px;
    font-weight: 500;
    color: var(--muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* ─── Body ─────────────────────────────────────────────────────────────────── */
.about-body {
    max-width: 900px;
}

/* ─── Sections ─────────────────────────────────────────────────────────────── */
.about-section {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 20px 52px;
    padding: 56px 0;
    border-bottom: 1px solid var(--border);
    align-items: start;
    animation: fadeUp .5s ease var(--delay, 0s) both;
}

.about-section--last {
    border-bottom: none;
}

/* ── Section head ── */
.about-section__head {
    position: relative;
    padding-top: 8px;
}

.about-section__bg-num {
    display: block;
    font-family: var(--font-display);
    font-size: 96px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--dark);
    opacity: .05;
    user-select: none;
    margin-bottom: -16px;
}

.about-section__h {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    line-height: 1.05;
    color: var(--dark);
    position: relative;
}

/* ── Section body ── */
.about-section__body {}

.about-section__lead {
    font-size: 17px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 14px !important;
}

.about-section__body p {
    font-size: 15px;
    color: var(--mid);
    line-height: 1.78;
}

.about-section__body p + p {
    margin-top: 14px;
}

/* ─── Feature cards ────────────────────────────────────────────────────────── */
.about-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.about-card {
    background: var(--bg-nav);
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    padding: 20px 20px 22px;
    transition: border-color .15s, box-shadow .15s;
}

.about-card:hover {
    border-color: rgba(28,27,24,.2);
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.about-card__icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(196,48,26,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: var(--accent);
}
.about-card__icon svg { width: 15px; height: 15px; }

.about-card strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 6px;
    letter-spacing: 0.01em;
}

.about-card p {
    font-size: 13px !important;
    color: var(--mid) !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* ─── Steps ────────────────────────────────────────────────────────────────── */
.about-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.about-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.about-step__num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--dark);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.about-step__content strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 5px;
}

.about-step__content p {
    font-size: 14px !important;
    color: var(--mid) !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

.about-step__connector {
    width: 1px;
    height: 24px;
    background: var(--border);
    margin: 6px 0 6px 16px;
}

/* ─── Philosophy ───────────────────────────────────────────────────────────── */
.about-philosophy {
    position: relative;
    background: var(--dark);
    border-radius: var(--radius);
    padding: 52px 56px;
    margin: 16px 0 0;
    overflow: hidden;
    animation: fadeUp .5s ease .2s both;
}

/* Decorative concentric ring top-right */
.about-philosophy__accent {
    position: absolute;
    right: -60px;
    top: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 48px solid rgba(255,255,255,.03);
    pointer-events: none;
}
.about-philosophy__accent::after {
    content: '';
    position: absolute;
    inset: -48px;
    border-radius: 50%;
    border: 32px solid rgba(255,255,255,.025);
}

/* Vertical accent stripe */
.about-philosophy::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--accent);
    border-radius: var(--radius) 0 0 var(--radius);
}

.about-philosophy__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.3);
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}
.about-philosophy__label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 1px;
    background: var(--accent);
}

.about-philosophy__quote {
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 0.95;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.about-philosophy__sub {
    font-size: 15px;
    color: rgba(255,255,255,.4);
    line-height: 1.6;
    position: relative;
    z-index: 1;
    letter-spacing: 0.01em;
}

/* ─── Organizer CTA ────────────────────────────────────────────────────────── */
.about-submit-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 20px;
    padding: 10px 20px;
    background: var(--dark);
    color: #fff;
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 600;
    transition: background .15s;
    letter-spacing: 0.01em;
}
.about-submit-cta:hover { background: var(--accent); }
.about-submit-cta svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ─── CTA Box ──────────────────────────────────────────────────────────────── */
.cta-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px 32px;
    margin: 0 0 0;
    background: rgba(196,48,26,.05);
    border: 1.5px solid rgba(196,48,26,.18);
    border-radius: var(--radius);
    animation: fadeUp .5s ease .1s both;
}

.cta-box__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-box__icon svg { width: 18px; height: 18px; }

.cta-box__text {
    flex: 1;
    min-width: 0;
}

.cta-box__text p {
    font-size: 14px;
    color: var(--dark);
    line-height: 1.5;
    margin: 0;
}
.cta-box__text p + p { margin-top: 2px; color: var(--mid); }
.cta-box__text strong { font-size: 15px; font-weight: 700; }

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
    padding: 10px 22px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: var(--radius);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.01em;
}
.btn-primary:hover { background: var(--accent-h); color: #fff; }

/* ─── Footer note ──────────────────────────────────────────────────────────── */
.about-footer {
    padding: 48px 0 64px;
    border-top: 1px solid var(--border);
    margin-top: 56px;
}

.about-footer p {
    font-size: 13px;
    color: var(--muted);
}

/* ─── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .about-masthead__title { font-size: 64px; }

    .about-section {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 44px 0;
    }

    .about-section__bg-num {
        font-size: 72px;
        margin-bottom: -10px;
    }

    .about-section__h { font-size: 24px; }
}

@media (max-width: 768px) {
    .about-masthead__inner { padding: 36px 20px 44px; }
    .about-masthead__title { font-size: 52px; }
    .about-masthead__lead  { font-size: 15px; margin-bottom: 28px; }
    .about-masthead::before { display: none; }
    .about-masthead { border-left: none; border-top: 4px solid var(--accent); }

    .about-masthead__stats { gap: 0; }
    .about-masthead__stat  { padding-right: 20px; margin-right: 0; }
    .about-masthead__stat-sep { margin-right: 20px; }

    .about-philosophy {
        padding: 36px 28px;
    }
    .about-philosophy__quote { font-size: 34px; }

    .about-cards { grid-template-columns: 1fr; }

    .cta-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 24px;
    }

    .page-wrap { padding: 0 20px; }
}

@media (max-width: 480px) {
    .about-masthead__title { font-size: 42px; }
    .about-masthead__stats { flex-direction: column; gap: 14px; align-items: flex-start; }
    .about-masthead__stat-sep { display: none; }
    .about-philosophy__quote { font-size: 28px; }
}
