/* =========================
   About Page
========================= */

.about-page {
    position: relative;
    overflow: hidden;

    min-height: calc(100vh - 78px);
    padding: 72px 24px 96px;

    background:
        radial-gradient(circle at 12% 10%, rgba(213, 173, 40, 0.10), transparent 30%),
        radial-gradient(circle at 90% 12%, rgba(7, 19, 38, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, var(--surface-soft) 100%);
}

.about-bg {
    position: absolute;
    border-radius: 999px;
    filter: blur(90px);
    pointer-events: none;
}

.about-bg-one {
    width: 520px;
    height: 520px;
    right: -220px;
    top: 80px;
    background: rgba(213, 173, 40, 0.12);
}

.about-bg-two {
    width: 420px;
    height: 420px;
    left: -200px;
    bottom: 180px;
    background: rgba(7, 19, 38, 0.06);
}

.about-shell {
    position: relative;
    z-index: 2;

    max-width: 1320px;
    margin: 0 auto;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;

    margin-bottom: 18px;

    color: var(--gold-dark);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


/* =========================
   Buttons
========================= */

.about-actions,
.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 30px;
}

.about-btn {
    min-height: 46px;
    padding: 0 18px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 999px;

    font-size: 0.92rem;
    font-weight: 850;

    transition: all 0.2s ease;
}

.about-btn.primary {
    background: var(--navy);
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(7, 19, 38, 0.16);
}

.about-btn.primary:hover {
    background: var(--gold-dark);
    transform: translateY(-2px);
}

.about-btn.secondary {
    background: #ffffff;
    color: var(--navy);
    border: 1px solid var(--border);
}

.about-btn.secondary:hover {
    color: var(--gold-dark);
    border-color: rgba(213, 173, 40, 0.42);
    transform: translateY(-2px);
}

.about-btn.secondary-dark {
    background: var(--navy);
    color: #ffffff;
}

.about-btn.secondary-dark:hover {
    background: var(--gold-dark);
    transform: translateY(-2px);
}


/* =========================
   Hero
========================= */

.about-hero {
    min-height: 620px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
    gap: clamp(42px, 6vw, 86px);
    align-items: center;

    padding-bottom: 82px;
    border-bottom: 1px solid rgba(231, 223, 210, 0.95);
}

.about-hero h1 {
    max-width: 880px;

    color: var(--text-main);
    font-size: clamp(3rem, 6.4vw, 6.8rem);
    line-height: 0.94;
    letter-spacing: -0.085em;
    font-weight: 950;
}

.about-hero-copy > p {
    max-width: 710px;
    margin-top: 26px;

    color: var(--text-muted);
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    line-height: 1.78;
}

.about-hero-visual {
    position: relative;
    min-width: 0;
}

.about-json-window {
    overflow: hidden;

    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(213, 173, 40, 0.16), transparent 34%),
        linear-gradient(180deg, #101827 0%, #071326 100%);

    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 28px 82px rgba(7, 19, 38, 0.20);
}

.about-json-header {
    min-height: 54px;
    padding: 0 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.about-json-header div {
    display: flex;
    gap: 7px;
}

.about-json-header span {
    width: 10px;
    height: 10px;

    border-radius: 999px;
    background: rgba(255, 255, 255, 0.30);
}

.about-json-header span:nth-child(2) {
    background: rgba(213, 173, 40, 0.85);
}

.about-json-header p {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.8rem;
    font-weight: 750;
}

.about-json-window pre {
    margin: 0;
    padding: 26px;

    overflow-x: auto;

    color: rgba(255, 255, 255, 0.88);
    font-size: 0.86rem;
    line-height: 1.75;
}

.about-json-window code {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    white-space: pre;
}

.about-hero-note {
    position: absolute;
    left: -34px;
    bottom: -34px;

    max-width: 280px;
    padding: 18px;

    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(231, 223, 210, 0.95);
    box-shadow: 0 20px 54px rgba(31, 31, 31, 0.10);
    backdrop-filter: blur(14px);
}

.about-hero-note span {
    display: block;
    margin-bottom: 6px;

    color: var(--text-muted);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.about-hero-note strong {
    color: var(--text-main);
    font-size: 0.94rem;
    line-height: 1.4;
    font-weight: 850;
}


/* =========================
   Split Story Section
========================= */

.about-split-section {
    padding: 96px 0;

    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: clamp(40px, 7vw, 96px);

    border-bottom: 1px solid rgba(231, 223, 210, 0.95);
}

.about-section-label {
    position: sticky;
    top: 110px;
    height: fit-content;
}

.about-split-content h2,
.about-flow-header h2,
.about-mission-section h2,
.about-section-intro h2,
.about-founder-copy h2,
.about-cta-section h2 {
    max-width: 900px;

    color: var(--text-main);
    font-size: clamp(2.2rem, 4.5vw, 4.4rem);
    line-height: 1;
    letter-spacing: -0.072em;
    font-weight: 950;
}

.about-split-content p {
    max-width: 850px;
    margin-top: 24px;

    color: var(--text-muted);
    font-size: 1.04rem;
    line-height: 1.85;
}


/* =========================
   Flow
========================= */

.about-flow-section {
    padding: 96px 0;

    border-bottom: 1px solid rgba(231, 223, 210, 0.95);
}

.about-flow-header {
    max-width: 900px;
    margin-bottom: 54px;
}

.about-flow-header p:not(.about-eyebrow),
.about-section-intro p,
.about-mission-section p,
.about-founder-copy p,
.about-cta-section p {
    max-width: 760px;
    margin-top: 18px;

    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.78;
}

.about-flow-line {
    position: relative;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;

    border-top: 1px solid var(--border);
}

.about-flow-item {
    position: relative;

    padding: 34px 28px 0 0;
}

.about-flow-item::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;

    width: 13px;
    height: 13px;

    border-radius: 999px;
    background: var(--gold);
    box-shadow: 0 0 0 7px rgba(213, 173, 40, 0.13);
}

.about-flow-item span {
    display: block;

    color: var(--gold-dark);
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.08em;
}

.about-flow-item h3 {
    margin-top: 18px;

    color: var(--text-main);
    font-size: 1.35rem;
    letter-spacing: -0.045em;
    font-weight: 900;
}

.about-flow-item p {
    max-width: 260px;
    margin-top: 10px;

    color: var(--text-muted);
    font-size: 0.94rem;
    line-height: 1.65;
}


/* =========================
   Mission
========================= */

.about-mission-section {
    padding: 96px 0;

    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
    gap: clamp(44px, 6vw, 84px);
    align-items: start;

    border-bottom: 1px solid rgba(231, 223, 210, 0.95);
}

.about-mission-points {
    margin-top: 30px;

    display: grid;
    gap: 18px;
}

.about-mission-points div {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border);
}

.about-mission-points div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.about-mission-points strong {
    display: block;

    color: var(--text-main);
    font-size: 1rem;
    font-weight: 900;
}

.about-mission-points span {
    display: block;
    margin-top: 6px;

    color: var(--text-muted);
    font-size: 0.94rem;
    line-height: 1.6;
}


/* =========================
   Principles
========================= */

.about-principles-section {
    padding: 96px 0;

    border-bottom: 1px solid rgba(231, 223, 210, 0.95);
}

.about-section-intro {
    max-width: 900px;
    margin-bottom: 48px;
}

.about-principles-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 56px;

    border-top: 1px solid var(--border);
}

.about-principles-list article {
    padding: 30px 0;

    border-bottom: 1px solid var(--border);
}

.about-principles-list h3 {
    color: var(--text-main);
    font-size: 1.25rem;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.about-principles-list p {
    max-width: 560px;
    margin-top: 10px;

    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.68;
}


/* =========================
   Founder
========================= */

.about-founder-section {
    padding: 96px 0;

    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: clamp(42px, 7vw, 90px);
    align-items: center;

    border-bottom: 1px solid rgba(231, 223, 210, 0.95);
}

.about-founder-media {
    display: flex;
    justify-content: center;
}

.about-founder-mark {
    width: 220px;
    height: 220px;

    padding: 10px;

    border-radius: 50%;

    background:
        radial-gradient(circle at top right, rgba(213, 173, 40, 0.18), transparent 34%),
        #ffffff;

    border: 1px solid var(--border);
    box-shadow: 0 22px 58px rgba(31, 31, 31, 0.08);
}

.about-founder-mark span {
    width: 100%;
    height: 100%;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background:
        radial-gradient(circle at top right, rgba(213, 173, 40, 0.24), transparent 36%),
        linear-gradient(180deg, #101827 0%, #071326 100%);

    color: var(--gold);
    font-size: 5rem;
    font-weight: 950;
}

.about-founder-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;

    margin-top: 26px;
}

.about-founder-tags span {
    padding: 8px 10px;

    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--border);

    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: 850;
}


/* =========================
   CTA
========================= */

.about-cta-section {
    padding: 86px 0 0;

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: end;
}


/* =========================
   Responsive
========================= */

@media (max-width: 1120px) {
    .about-hero,
    .about-mission-section,
    .about-founder-section,
    .about-cta-section {
        grid-template-columns: 1fr;
    }

    .about-founder-media {
        justify-content: flex-start;
    }

    .about-flow-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 0;
    }
}

@media (max-width: 820px) {
    .about-page {
        padding: 44px 18px 76px;
    }

    .about-hero {
        min-height: auto;
        padding-bottom: 64px;
    }

    .about-hero-note {
        display: none;
    }

    .about-split-section,
    .about-flow-section,
    .about-mission-section,
    .about-principles-section,
    .about-founder-section {
        padding: 70px 0;
    }

    .about-split-section {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .about-section-label {
        position: static;
    }

    .about-principles-list {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 620px) {
    .about-page {
        padding: 34px 16px 64px;
    }

    .about-actions,
    .about-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-btn {
        width: 100%;
    }

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

    .about-flow-item {
        padding-right: 0;
    }

    .about-founder-mark {
        width: 160px;
        height: 160px;
    }

    .about-founder-mark span {
        font-size: 3.8rem;
    }

    .about-json-window {
        border-radius: 24px;
    }

    .about-json-window pre {
        padding: 18px;
        font-size: 0.72rem;
    }
}