.about-page {
    --about-accent: var(--main-theme-color);
    --about-accent-dark: var(--main-theme-color-hover);
    --about-ink: #111111;
    --about-muted: #656565;
    --about-line: #e9e4e8;
    --about-soft: var(--main-theme-color-surface);
    color: var(--about-ink);
    background: #ffffff;
}

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 0 clamp(22px, 5vw, 72px) 42px;
    background:
        radial-gradient(circle at right top, rgba(var(--main-theme-color-rgb), 0.12), transparent 34%),
        linear-gradient(180deg, #fffefe 0%, #fff7fb 100%);
}

.about-hero::before,
.about-hero::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 999px;
    pointer-events: none;
}

.about-hero::before {
    top: 48px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(var(--main-theme-color-rgb), 0.16), rgba(var(--main-theme-color-rgb), 0));
    animation: aboutFloat 12s ease-in-out infinite;
}

.about-hero::after {
    left: -80px;
    bottom: 10px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(var(--main-theme-color-rgb), 0.12);
    animation: aboutPulse 9s ease-in-out infinite;
}

.about-hero-inner,
.about-section,
.about-strip {
    width: min(1220px, 100%);
    margin: 0 auto;
}

.about-hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 38px;
}

.about-kicker {
    margin: 0 0 18px;
    color: var(--about-accent);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: clamp(28px, 4vw, 54px);
    align-items: end;
}

.about-hero-copy {
    max-width: 760px;
    animation: aboutReveal 0.8s ease-out both;
}

.about-hero-copy h1,
.about-section-head h2,
.about-cta h2 {
    margin: 0;
    line-height: 0.95;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.about-hero-copy h1 {
    font-size: clamp(44px, 8vw, 88px);
    max-width: 10.5ch;
}

.about-lead {
    max-width: 650px;
    margin: 24px 0 0;
    color: #2b2b2b;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.45;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.about-primary-link,
.about-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.about-primary-link {
    color: #ffffff;
    background: linear-gradient(135deg, var(--about-accent) 0%, var(--main-theme-color-gradient-end) 100%);
    box-shadow: 0 14px 30px rgba(var(--main-theme-color-rgb), 0.22);
}

.about-secondary-link {
    border: 1px solid var(--about-line);
    color: var(--about-ink);
    background: rgba(255, 255, 255, 0.86);
    cursor: pointer;
}

.about-primary-link:hover,
.about-secondary-link:hover {
    transform: translateY(-2px);
}

.about-hero-panel {
    position: relative;
    padding: 24px 24px 24px 30px;
    border-left: 4px solid var(--about-accent);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 50px rgba(33, 19, 26, 0.08);
    backdrop-filter: blur(10px);
    animation: aboutReveal 0.8s ease-out 0.14s both;
}

.about-panel-mark {
    margin-bottom: 18px;
    color: rgba(17, 17, 17, 0.12);
    font-size: clamp(46px, 6vw, 72px);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.06em;
}

.about-fact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-fact-list li {
    position: relative;
    padding: 0 0 0 18px;
    color: #212121;
    font-size: 16px;
    line-height: 1.55;
}

.about-fact-list li + li {
    margin-top: 12px;
}

.about-fact-list li::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--about-accent);
}

.about-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    margin: 0 auto;
    border-top: 1px solid var(--about-line);
    border-bottom: 1px solid var(--about-line);
    background: var(--about-line);
}

.about-strip span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    padding: 10px 16px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-section {
    padding: 46px 22px;
}

.about-section + .about-section {
    border-top: 1px solid var(--about-line);
}

.about-section-head {
    margin-bottom: 24px;
}

.about-section-head h2,
.about-cta h2 {
    max-width: 14ch;
    font-size: clamp(28px, 4vw, 52px);
}

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

.about-story-grid p,
.about-workflow-list p,
.about-principles-list p {
    margin: 0;
    color: var(--about-muted);
    font-size: 17px;
    line-height: 1.65;
}

.about-story-grid p + p {
    margin-top: 18px;
}

.about-workflow-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.about-workflow-list article {
    padding-top: 20px;
    border-top: 2px solid var(--about-line);
}

.about-step-no {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--about-accent);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.about-workflow-list h3,
.about-principles-list strong {
    display: block;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

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

.about-principles-list > div {
    padding: 24px 24px 26px;
    background: #ffffff;
}

.about-cta {
    padding-bottom: 72px;
    background: linear-gradient(180deg, #ffffff 0%, var(--about-soft) 100%);
}

@keyframes aboutReveal {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aboutFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(-18px, 20px, 0);
    }
}

@keyframes aboutPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.9;
    }
}

@media (max-width: 980px) {
    .about-hero-grid,
    .about-story-grid,
    .about-workflow-list,
    .about-principles-list {
        grid-template-columns: 1fr;
    }

    .about-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-hero {
        padding-inline: 18px;
    }

    .about-section {
        padding-inline: 18px;
    }
}

@media (max-width: 640px) {
    .about-hero-inner {
        padding-top: 24px;
    }

    .about-lead {
        font-size: 17px;
    }

    .about-strip span {
        min-height: 54px;
        font-size: 12px;
    }

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

    .about-primary-link,
    .about-secondary-link {
        width: 100%;
    }
}
