/* ============================================================
   SignDeaf – About + Mission Pages
   ============================================================ */

:root {
    --sdstory-blue: #1971c2;
    --sdstory-blue-dark: #1357a0;
    --sdstory-ink: #0f172a;
    --sdstory-muted: #64748b;
    --sdstory-border: #dbe7f6;
    --sdstory-bg: #f7fbff;
    --sdstory-white: #ffffff;
    --sdstory-radius-md: 16px;
    --sdstory-radius-lg: 22px;
    --sdstory-radius-xl: 28px;
    --sdstory-shadow-sm: 0 4px 16px rgba(15, 23, 42, 0.06);
    --sdstory-shadow-lg: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.sdstory-page {
    background:
        radial-gradient(circle at top left, rgba(25, 113, 194, 0.08), transparent 28%),
        radial-gradient(circle at top right, rgba(28, 176, 246, 0.08), transparent 24%),
        linear-gradient(180deg, #f4f9ff 0%, var(--sdstory-bg) 100%);
}

.sdstory-hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 70px;
    color: #fff;
    background: linear-gradient(135deg, #0f1933 0%, #0d2a5e 52%, #0f1933 100%);
}

.sdstory-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 620px 360px at 18% 46%, rgba(25,113,194,.18) 0%, transparent 70%),
        radial-gradient(ellipse 520px 320px at 82% 58%, rgba(99,179,237,.12) 0%, transparent 70%);
    pointer-events: none;
}

.sdstory-hero .container,
.sdstory-section .container {
    position: relative;
    z-index: 1;
}

.sdstory-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.82fr);
    gap: 28px;
    align-items: center;
}

.sdstory-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(8px);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255,255,255,.92);
    margin-bottom: 20px;
}

.sdstory-title {
    margin: 0 0 16px;
    font-size: clamp(2.35rem, 5vw, 4.4rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.sdstory-sub {
    margin: 0 0 26px;
    max-width: 52rem;
    color: rgba(255,255,255,.78);
    font-size: 1.08rem;
    line-height: 1.72;
}

.sdstory-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sdstory-hero-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.22);
    color: rgba(255,255,255,.9);
    font-size: .86rem;
    font-weight: 700;
}

.sdstory-hero-card {
    padding: 26px;
    border-radius: var(--sdstory-radius-xl);
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(12px);
    box-shadow: var(--sdstory-shadow-lg);
}

.sdstory-hero-card blockquote {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.8;
    color: #fff;
    font-weight: 700;
}

.sdstory-hero-card cite {
    display: block;
    margin-top: 18px;
    font-style: normal;
    color: rgba(255,255,255,.72);
    font-size: .94rem;
}

.sdstory-section {
    padding: 68px 0;
}

.sdstory-section--tight {
    padding-top: 38px;
}

.sdstory-section-head {
    max-width: 52rem;
    margin-bottom: 28px;
}

.sdstory-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sdstory-blue-dark);
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.sdstory-section-head h2 {
    margin: 12px 0 10px;
    color: var(--sdstory-ink);
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.sdstory-section-head p,
.sdstory-copy p,
.sdstory-card p,
.sdstory-quote p,
.sdstory-founder-copy p,
.sdstory-stat-copy p {
    color: var(--sdstory-muted);
    line-height: 1.8;
    font-size: 1rem;
}

.sdstory-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.sdstory-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.sdstory-card,
.sdstory-quote,
.sdstory-stat,
.sdstory-founder,
.sdstory-timeline-item {
    background: var(--sdstory-white);
    border: 1px solid var(--sdstory-border);
    border-radius: var(--sdstory-radius-lg);
    box-shadow: var(--sdstory-shadow-sm);
}

.sdstory-card,
.sdstory-stat,
.sdstory-timeline-item {
    padding: 24px;
}

.sdstory-card h3,
.sdstory-founder-copy h3,
.sdstory-stat-copy strong,
.sdstory-timeline-item h3 {
    margin: 0 0 10px;
    color: var(--sdstory-ink);
    font-size: 1.16rem;
    line-height: 1.35;
}

.sdstory-card-accent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #e8f2ff 0%, #d6e9ff 100%);
    color: var(--sdstory-blue-dark);
    font-size: 1.1rem;
    font-weight: 900;
}

.sdstory-quote {
    padding: 32px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.sdstory-quote p {
    margin: 0;
    color: var(--sdstory-ink);
    font-size: 1.22rem;
    font-weight: 700;
    line-height: 1.8;
}

.sdstory-quote span {
    display: block;
    margin-top: 16px;
    color: var(--sdstory-muted);
    font-weight: 700;
    font-size: .92rem;
}

.sdstory-founder {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 24px;
    padding: 28px;
    align-items: center;
}

.sdstory-founder-badge {
    min-height: 180px;
    display: grid;
    place-items: center;
    border-radius: 26px;
    background: linear-gradient(135deg, #0f1933 0%, #1357a0 100%);
    color: #fff;
    text-align: center;
    box-shadow: var(--sdstory-shadow-lg);
}

.sdstory-founder-badge strong {
    display: block;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -0.08em;
}

.sdstory-founder-badge span {
    display: block;
    margin-top: 12px;
    color: rgba(255,255,255,.76);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .8rem;
}

.sdstory-founder-copy small,
.sdstory-timeline-year {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sdstory-blue-dark);
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.sdstory-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.sdstory-stat {
    display: grid;
    gap: 10px;
}

.sdstory-stat-number {
    color: var(--sdstory-blue-dark);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    letter-spacing: -0.06em;
    font-weight: 900;
}

.sdstory-timeline {
    display: grid;
    gap: 18px;
}

.sdstory-timeline-item {
    position: relative;
    overflow: hidden;
}

.sdstory-timeline-item::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--sdstory-blue) 0%, #78b9ff 100%);
}

.sdstory-cta {
    padding: 34px;
    border-radius: var(--sdstory-radius-xl);
    background: linear-gradient(135deg, #0f1933 0%, #0d2a5e 52%, #0f1933 100%);
    color: #fff;
    box-shadow: var(--sdstory-shadow-lg);
}

.sdstory-cta h2 {
    margin: 0 0 12px;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.sdstory-cta p {
    margin: 0 0 22px;
    color: rgba(255,255,255,.78);
    font-size: 1rem;
    line-height: 1.75;
}

.sdstory-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sdstory-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: #fff;
    color: var(--sdstory-ink);
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.sdstory-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0,0,0,.16);
}

.sdstory-btn--ghost {
    background: rgba(255,255,255,.08);
    color: #fff;
    border-color: rgba(255,255,255,.18);
}

@media (max-width: 1024px) {
    .sdstory-hero-grid,
    .sdstory-grid-2,
    .sdstory-grid-3,
    .sdstory-stats,
    .sdstory-founder {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .sdstory-hero {
        padding: 72px 0 52px;
    }

    .sdstory-section {
        padding: 52px 0;
    }

    .sdstory-card,
    .sdstory-quote,
    .sdstory-stat,
    .sdstory-founder,
    .sdstory-timeline-item,
    .sdstory-cta {
        padding: 20px;
    }

    .sdstory-actions {
        flex-direction: column;
    }

    .sdstory-btn {
        width: 100%;
    }
}
