/* ============ About page refresh ============ */
.about-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.96), transparent 36rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(251, 251, 250, 0.94) 42rem, #fbfbfa),
        #fff;
}

.about-page .blog-nav {
    position: sticky;
    top: 18px;
    z-index: 100;
    width: min(1280px, calc(100vw - 48px));
    margin: 18px auto 0;
    padding: 14px 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 48px rgba(23, 23, 23, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(22px) saturate(1.25);
    -webkit-backdrop-filter: blur(22px) saturate(1.25);
}

.about-page .blog-nav .container {
    max-width: none;
    padding: 0 22px;
}

.about-page .blog-nav-logo {
    gap: 12px;
}

.about-page .blog-nav-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
}

.about-page .blog-nav-wordmark {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.about-hero {
    padding: clamp(58px, 7vw, 96px) 0 clamp(34px, 5vw, 64px);
    overflow: hidden;
    text-align: left;
    position: relative;
}

.about-hero__shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    align-items: center;
    gap: clamp(42px, 6vw, 86px);
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    position: relative;
    isolation: isolate;
}

.about-hero__shell::before {
    content: "";
    position: absolute;
    right: -80px;
    top: 120px;
    width: min(640px, 56vw);
    aspect-ratio: 2 / 1;
    border-radius: 980px 980px 0 0;
    border: 1px solid rgba(23, 23, 23, 0.07);
    background:
        repeating-radial-gradient(circle at 50% 100%, rgba(23, 23, 23, 0.05) 0 1px, transparent 1px 68px),
        linear-gradient(180deg, rgba(23, 23, 23, 0.055), rgba(23, 23, 23, 0.015));
    box-shadow: inset 0 34px 70px rgba(255, 255, 255, 0.8), 0 -10px 90px rgba(23, 23, 23, 0.06);
    pointer-events: none;
    z-index: 0;
}

.about-hero__copy,
.about-hero__card {
    position: relative;
    z-index: 1;
}

.about-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px 6px 10px;
    margin-bottom: 26px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-full);
    background: #fff;
    color: var(--color-text-secondary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-hero__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-sage);
    box-shadow: 0 0 0 5px rgba(107, 143, 113, 0.12);
}

.about-hero h1 {
    max-width: 720px;
    margin: 0 0 24px;
    font-family: var(--font-display);
    font-size: clamp(3.3rem, 6.2vw, 6rem);
    font-weight: 900;
    letter-spacing: -0.075em;
    line-height: 0.95;
    color: var(--color-text);
}

.about-hero h1 .accent {
    position: relative;
    display: inline-block;
}

.about-hero h1 .accent::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.05em;
    height: 0.14em;
    border-radius: 999px;
    background: var(--color-brand-red);
    opacity: 0.78;
    z-index: -1;
}

.about-hero__lede {
    max-width: 690px;
    margin: 0;
    color: var(--color-text-secondary);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1.2;
}

.about-hero__facts {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 94px;
    z-index: 2;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    pointer-events: none;
}

.about-hero__fact {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--color-text);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.about-hero__fact:nth-child(1)::before,
.about-hero__fact:nth-child(2)::before,
.about-hero__fact:nth-child(3)::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--color-sage);
    box-shadow: 0 0 0 5px rgba(107, 143, 113, 0.1);
}

.about-hero__fact:nth-child(2)::before { background: #33bdf2; }
.about-hero__fact:nth-child(3)::before { background: var(--color-brand-red); }

.about-hero__actions {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.about-hero__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid var(--color-border);
    background: #fff;
    color: var(--color-text);
    text-decoration: none;
    font-weight: 800;
    letter-spacing: -0.02em;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.about-hero__actions a:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 0, 0, 0.14);
    box-shadow: var(--shadow-card);
}

.about-hero__card {
    justify-self: center;
    width: min(100%, 430px);
    padding: 14px;
    margin-top: 0;
    border: 1px solid var(--color-border);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 14px 44px rgba(17, 17, 17, 0.08);
    position: relative;
}

.about-hero__card::before,
.about-hero__card::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 118px;
    height: 36px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-card);
}

.about-hero__card::before {
    content: "";
    left: -74px;
    top: 36px;
}

.about-hero__card::after {
    content: "";
    right: -82px;
    bottom: 82px;
}

.about-hero__photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.about-hero__caption {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px 4px 2px;
}

.about-hero__name {
    margin: 0 0 3px;
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: -0.035em;
    color: var(--color-text);
}

.about-hero__role {
    margin: 0;
    color: var(--color-text-secondary);
    font-size: 0.9rem;
    font-weight: 600;
}

.about-hero__badge {
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: var(--color-text);
    color: #fff;
    font-family: var(--font-display);
    font-size: 0.74rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 var(--sp-xl);
}

.about-intro-stat {
    padding: 18px;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    background: #fff;
}

.about-intro-stat strong {
    display: block;
    margin-bottom: 4px;
    font-family: var(--font-display);
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--color-text);
}

.about-intro-stat span {
    color: var(--color-text-secondary);
    font-size: 0.9rem;
    font-weight: 600;
}

.about-page .post { padding-top: 0; }
.about-page .post-container { max-width: 920px; }
.about-page .post-body { font-size: 1.08rem; }
.about-page .post-body h2 { margin-top: var(--sp-xl); letter-spacing: -0.035em; }
.about-page .post-divider { margin: var(--sp-xl) 0; }

.about-story-photo {
    margin: var(--sp-lg) 0 var(--sp-xl);
    padding: 10px;
    border: 1px solid var(--color-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow-card);
}

.about-story-photo img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
    display: block;
}

.about-story-photo figcaption {
    margin: 10px 4px 2px;
    color: var(--color-text-tertiary);
    font-size: 0.86rem;
    text-align: center;
}

.about-revenue { margin: var(--sp-xl) 0; }

.about-revenue__header {
    display: grid;
    gap: 10px;
    margin-bottom: var(--sp-md);
}

.about-revenue__header .about-finale__eyebrow {
    justify-self: start;
    margin-bottom: 0;
}

.about-revenue__header h2 { margin: 0; }

.about-revenue__header p {
    margin: 0;
    max-width: 640px;
    padding-left: 0;
    border-left: 0;
    color: var(--color-text-secondary);
    font-size: 1rem;
    line-height: 1.6;
}

.about-page .post-body .about-revenue__header p {
    margin: 0;
    padding-left: 0;
    border-left: 0;
}

.about-revenue__frame {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    border: 1px solid var(--color-border);
    border-radius: 28px;
    background:
        radial-gradient(circle at 50% 0%, rgba(46, 192, 232, 0.12), transparent 42%),
        #fff;
    box-shadow: var(--shadow-card);
}

.about-revenue__frame iframe {
    width: 100%;
    height: 620px;
    border: 0;
    display: block;
    background: #fff;
}

.about-revenue__fallback {
    margin: 12px 0 0;
    color: var(--color-text-tertiary);
    font-size: 0.9rem;
}

.about-state-list { margin-top: var(--sp-md); }

/* ============ Contact finale ============ */
.about-finale { margin: var(--sp-2xl) 0 var(--sp-xl); }

.about-finale__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px 6px 10px;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--color-text-secondary);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-full);
    margin-bottom: var(--sp-md);
}

.about-finale__eyebrow .dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--color-brand-red);
    box-shadow: 0 0 0 3px rgba(232, 76, 61, 0.18);
}

.about-finale h2 {
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3.4vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.08;
    margin: 0 0 var(--sp-sm);
    color: var(--color-text);
}

.about-finale__lede {
    font-family: var(--font-body);
    color: var(--color-text-secondary);
    font-size: 1.02rem;
    line-height: 1.6;
    max-width: 560px;
    margin: 0 0 var(--sp-lg);
}

.about-finale__lede a {
    color: var(--color-text);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: var(--color-brand-red);
    text-decoration-thickness: 2px;
}

/* ============ Primary chat card ============ */
.about-chat-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: var(--sp-lg);
    align-items: center;
    padding: var(--sp-lg) var(--sp-xl);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

.about-chat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 300px 180px at 88% 120%, rgba(232, 76, 61, 0.08), transparent 70%),
        radial-gradient(ellipse 420px 220px at -10% -40%, rgba(107, 143, 113, 0.05), transparent 70%);
    pointer-events: none;
}

.about-chat-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-elevated);
    border-color: rgba(0,0,0,0.09);
}

.about-chat-card__icon {
    width: 56px; height: 56px;
    display: grid; place-items: center;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.about-chat-card__body { position: relative; z-index: 1; min-width: 0; }

.about-chat-card__kicker {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-brand-red);
    margin-bottom: 4px;
}

.about-chat-card__title {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.015em;
    color: var(--color-text);
    margin: 0 0 2px;
}

.about-chat-card__sub {
    font-family: var(--font-body);
    font-size: 0.94rem;
    color: var(--color-text-secondary);
    line-height: 1.5;
    margin: 0;
}

.about-chat-card__arrow {
    position: relative; z-index: 1;
    width: 40px; height: 40px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: var(--color-text);
    color: #fff;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.about-chat-card:hover .about-chat-card__arrow { transform: translateX(4px); }

/* ============ Secondary channels grid ============ */
.about-channels {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--sp-md);
    margin-top: var(--sp-md);
}

.about-channel {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: var(--sp-md) var(--sp-md);
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.22s ease, border-color 0.2s ease;
}

.about-channel:hover {
    transform: translateY(-2px);
    border-color: rgba(0,0,0,0.1);
    box-shadow: var(--shadow-card);
}

.about-channel__icon {
    width: 36px; height: 36px;
    display: grid; place-items: center;
    background: var(--color-surface);
    border-radius: 10px;
    color: var(--color-text);
}

.about-channel__label {
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-text-tertiary);
    margin: 0;
}

.about-channel__handle {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-text);
    letter-spacing: -0.01em;
    margin: -2px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ============ Final CTA ============ */
.about-cta {
    position: relative;
    margin-top: var(--sp-2xl);
    padding: clamp(40px, 6vw, 72px) clamp(24px, 5vw, 64px);
    background:
        radial-gradient(circle at 18% 0%, rgba(107, 143, 113, 0.08), transparent 55%),
        radial-gradient(circle at 85% 100%, rgba(232, 76, 61, 0.07), transparent 55%),
        var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    text-align: center;
}

.about-cta::before {
    content: "";
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(17, 17, 17, 0.055) 1px, transparent 1px);
    background-size: 22px 22px;
    background-position: 0 0;
    mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 40%, transparent 85%);
    -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 40%, transparent 85%);
    pointer-events: none;
    opacity: 0.6;
}

.about-cta > * { position: relative; z-index: 1; }

.about-cta__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px 6px 10px;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-full);
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--color-text);
    letter-spacing: 0.02em;
    margin-bottom: var(--sp-lg);
}

.about-cta__kicker .dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--color-brand-red);
    box-shadow: 0 0 0 3px rgba(232, 76, 61, 0.18);
}

.about-cta__title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.02;
    margin: 0 auto var(--sp-md);
    color: var(--color-text);
    max-width: 620px;
}

.about-cta__title .accent { position: relative; display: inline-block; }
.about-cta__title .accent::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 4px;
    height: 8px;
    background: var(--color-brand-red);
    border-radius: 4px;
    opacity: 0.72;
    z-index: -1;
}

.about-cta__sub {
    font-family: var(--font-body);
    color: var(--color-text-secondary);
    font-size: 1.08rem;
    line-height: 1.55;
    margin: 0 auto var(--sp-lg);
    max-width: 480px;
}

.about-cta__badge-link {
    display: inline-block;
    transition: transform 0.22s ease, opacity 0.2s ease;
}

.about-cta__badge-link:hover { transform: translateY(-2px) scale(1.02); }
.about-cta__badge-link img { height: 52px; width: auto; display: block; }

.about-cta__trust {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: var(--sp-lg);
    font-family: var(--font-body);
    font-size: 0.86rem;
    color: var(--color-text-secondary);
}

.about-cta__trust .sep {
    width: 4px; height: 4px; border-radius: 50%;
    background: var(--color-text-tertiary);
    opacity: 0.5;
}

.about-cta__trust strong { color: var(--color-text); font-weight: 700; }
.about-cta__trust .stars { color: #F59E0B; letter-spacing: 1px; }

/* ============ Responsive ============ */
@media (max-width: 820px) {
    .about-page .blog-nav {
        top: 12px;
        width: min(1280px, calc(100vw - 24px));
        margin-top: 12px;
    }
    .about-hero {
        padding-top: clamp(48px, 10vw, 78px);
        text-align: center;
    }
    .about-hero__shell {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
    }
    .about-hero__shell::before {
        top: auto;
        bottom: 120px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 760px;
    }
    .about-hero__copy { order: 2; }
    .about-hero__card { order: 1; }
    .about-hero h1, .about-hero__lede { margin-left: auto; margin-right: auto; }
    .about-hero h1 { font-size: clamp(2.85rem, 10vw, 4.6rem); }
    .about-hero__facts, .about-hero__actions { justify-content: center; }
    .about-hero__card {
        width: min(100%, 520px);
        margin-top: 0;
        align-self: center;
    }
    .about-hero__card::before, .about-hero__card::after { display: none; }
    .about-intro-grid { grid-template-columns: 1fr; }
    .about-revenue__frame, .about-revenue__frame iframe {
        min-height: 860px;
        height: 860px;
    }
}

@media (max-width: 720px) {
    .about-channels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-chat-card {
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        padding: var(--sp-md) var(--sp-lg);
    }
    .about-chat-card__arrow {
        grid-column: 2; grid-row: 2;
        justify-self: end;
        margin-top: var(--sp-sm);
    }
}

@media (max-width: 420px) {
    .about-hero { padding-top: 34px; }
    .about-hero__shell { gap: 22px; }
    .about-hero__copy { display: contents; }
    .about-hero__eyebrow { order: 1; margin-bottom: 4px; }
    .about-hero__card {
        order: 2;
        width: 100%;
        padding: 10px;
        border-radius: 22px;
    }
    .about-hero__photo {
        aspect-ratio: 4 / 3;
        border-radius: 17px;
    }
    .about-hero__facts {
        left: 14px;
        right: 14px;
        bottom: 112px;
        justify-content: space-between;
        gap: 6px;
    }
    .about-hero__fact {
        min-height: 26px;
        padding: 0 8px;
        font-size: 0.68rem;
        box-shadow: 0 6px 16px rgba(17, 17, 17, 0.08);
    }
    .about-hero__fact:nth-child(1)::before,
    .about-hero__fact:nth-child(2)::before,
    .about-hero__fact:nth-child(3)::before {
        width: 7px;
        height: 7px;
        margin-right: 5px;
        box-shadow: 0 0 0 4px rgba(107, 143, 113, 0.1);
    }
    .about-hero__fact:nth-child(3) { display: none; }
    .about-hero h1 {
        order: 3;
        position: relative;
        z-index: 2;
        font-size: clamp(2.65rem, 13vw, 3.4rem);
        margin-bottom: 0;
    }
    .about-hero__lede {
        order: 4;
        position: relative;
        z-index: 2;
    }
    .about-hero__actions {
        order: 5;
        position: relative;
        z-index: 2;
    }
    .about-hero__actions a { width: 100%; }
    .about-channels { grid-template-columns: 1fr; }
    .about-revenue__frame, .about-revenue__frame iframe {
        min-height: 1080px;
        height: 1080px;
        border-radius: 22px;
    }
}
