.about-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent-1);
}

.about-hero-eyebrow span {
    width: 30px;
    height: 1px;
    background: rgba(204, 191, 147, 0.7);
}

.about-hero-title {
    max-width: 13ch;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 3.6rem);
    font-weight: 600;
    line-height: 1.1;
    color: #ffff;
    text-wrap: balance;
}

.about-hero-title__rotate-wrap {
    position: relative;
    display: inline-grid;
    vertical-align: bottom;
}

.about-hero-title__rotate-wrap > * {
    grid-area: 1 / 1;
}

.about-hero-title__rotate-sizer {
    visibility: hidden;
    white-space: nowrap;
    pointer-events: none;
}

.about-hero-title__rotate {
    display: inline-flex;
    white-space: nowrap;
}

.about-hero-title__char {
    display: block;
    overflow: hidden;
    margin: -0.1em 0;
    padding: 0.1em 0;
}

.about-hero-title__char-inner {
    display: inline-block;
    will-change: transform, opacity;
}

.about-hero-lede {
    max-width: 46ch;
    margin: 22px 0 0;
    font-size: clamp(1rem, 1.42vw, 1.16rem);
    line-height: 1.62;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 28px;
}

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

.about-focus-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
    padding: 26px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #0f2d49;
    background-image: var(--card-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-focus-card__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(6, 19, 31, 0.1) 0%,
        rgba(6, 19, 31, 0.05) 34%,
        rgba(6, 19, 31, 0.55) 72%,
        rgba(6, 19, 31, 0.86) 100%
    );
    transition: background-color 360ms ease;
}

.about-focus-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(6, 19, 31, 0);
    transition: background-color 360ms cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

.about-focus-card:hover::after {
    background: rgba(6, 19, 31, 0.18);
}

.about-focus-card__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 15px;
    background: rgba(204, 191, 147, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-focus-card__icon-anim {
    display: block;
    width: 26px;
    height: 26px;
}

.about-focus-card:hover .about-focus-card__icon {
    transform: translateY(-3px) scale(1.06);
}

.about-focus-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
}

.about-focus-card__title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 1.6vw, 1.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    text-shadow: 0 2px 10px rgba(3, 16, 26, 0.4);
    transition: color 300ms ease;
}

.about-focus-card:hover .about-focus-card__title {
    color: var(--accent-1);
}

.about-focus-card__arrow {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    opacity: 0;
    transform: translate(-4px, 4px);
    transition:
        opacity 260ms ease,
        transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-focus-card:hover .about-focus-card__arrow {
    opacity: 1;
    transform: translate(0, 0);
}

.about-focus-card__text {
    max-width: 32ch;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
    text-shadow: 0 1px 8px rgba(3, 16, 26, 0.35);
}

@media (max-width: 767px) {
    .about-focus-grid {
        grid-template-columns: 1fr;
    }

    .about-focus-card {
        min-height: 240px;
        padding: 22px;
    }
}

.about-products {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 108px 0;
    background: var(--accent-3);
}

.about-products__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(120% 90% at 50% 0%, #000 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    mask-image: radial-gradient(120% 90% at 50% 0%, #000 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
}

.about-products__glow {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(46% 60% at 88% 8%, rgba(204, 191, 147, 0.16), transparent 68%),
        radial-gradient(50% 55% at 8% 96%, rgba(95, 146, 197, 0.16), transparent 70%);
}

.about-products__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent-1);
}

.about-products__eyebrow span {
    width: 30px;
    height: 1px;
    background: rgba(204, 191, 147, 0.65);
}

.about-products__title {
    margin: 16px 0 0;
    max-width: 20ch;
    font-family: var(--font-display);
    font-size: clamp(2rem, 2.7vw, 3.1rem);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: #fff;
}

.about-products__lede {
    max-width: 46ch;
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.62);
}

@media (min-width: 1024px) {
    .about-products__lede {
        justify-self: end;
    }
}

.about-products__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.about-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    aspect-ratio: 4 / 4;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: var(--accent-3);
    transition:
        transform 480ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 420ms ease;
}

.about-product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(204, 191, 147, 0.4);
}

.about-product-card__index {
    position: absolute;
    z-index: 2;
    top: 26px;
    left: 28px;
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.14);
    transition: color 420ms ease;
}

.about-product-card:hover .about-product-card__index {
    color: rgba(204, 191, 147, 0.4);
}

.about-product-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.about-product-card__image {
    position: absolute;
    inset: 0;
    background-image: var(--card-image);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.08);
    filter: saturate(0.85) brightness(0.98);
    transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-product-card:hover .about-product-card__image {
    transform: scale(1.16);
}

.about-product-card__tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        155deg,
        rgba(0, 42, 78, 0.62) 0%,
        rgba(15, 45, 73, 0.36) 48%,
        rgba(0, 20, 38, 0.22) 100%
    );
    mix-blend-mode: multiply;
}

.about-product-card__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 20, 38, 0) 0%,
        rgba(0, 20, 38, 0.14) 34%,
        rgba(0, 20, 38, 0.72) 68%,
        var(--accent-3) 100%
    );
}

.about-product-card__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
}

.about-product-card__title {
    position: relative;
    padding-bottom: 12px;
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 1.8vw, 1.62rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
}

.about-product-card__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 32px;
    background: var(--accent-1);
    transition: width 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-product-card:hover .about-product-card__title::after {
    width: 56px;
}

.about-product-card__text {
    max-width: 32ch;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.62);
}

.about-product-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.86);
}

.about-product-card__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    transition:
        background-color 340ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 340ms ease,
        color 340ms ease,
        transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-product-card__cta-icon svg {
    width: 15px;
    height: 15px;
}

.about-product-card:hover .about-product-card__cta-icon {
    background: var(--accent-1);
    border-color: var(--accent-1);
    color: var(--accent-2);
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .about-products {
        padding: 76px 0;
    }

    .about-products__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-product-card {
        aspect-ratio: 4 / 4.3;
    }

    .about-product-card__content {
        padding: 24px;
    }
}

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

.about-flow-section {
    position: relative;
    overflow: clip;
    min-height: 720px;
}

.about-flow-section .site_shell {
    width: 100%;
    display: grid;
    gap: 26px;
}

.about-flow-head {
    position: relative;
    z-index: 2;
    max-width: min(80vw, 1220px);
    margin: 0 auto;
    text-align: center;
}

.about-flow-title {
    max-width: min(20ch, 90vw);
    margin: 0 auto;
    font-family: var(--font-display);
    font-size: clamp(2.15rem, 3.55vw, 3.7rem);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: #06131f;
    text-wrap: balance;
}

.about-flow-title__word {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    padding-top: 0.04em;
    padding-bottom: 0.1em;
    margin-top: -0.04em;
    margin-bottom: -0.1em;
}

.about-flow-title__word-text {
    display: inline-block;
    transform-origin: 50% 100%;
    will-change: transform, opacity;
}

.about-flow-lede {
    max-width: min(62vw, 820px);
    margin: 20px auto 0;
    font-size: clamp(1rem, 1.18vw, 1.08rem);
    line-height: 1.58;
    color: rgba(6, 19, 31, 0.72);
    text-wrap: balance;
}

.about-flow-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 36px;
    padding: 26px;
    border: 1px solid rgba(10, 33, 54, 0.08);
    background-color: #0f2d49;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 20px 50px rgba(15, 45, 73, 0.08);
    will-change: transform, opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.about-flow-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
        radial-gradient(
            circle at 50% 50%,
            rgba(255, 255, 255, 0.05) 0 1px,
            transparent 1px 100%
        );
    background-size:
        auto,
        22px 22px;
    opacity: 0.5;
    mix-blend-mode: screen;
    pointer-events: none;
}

.about-flow-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(6, 19, 31, 0) 36%,
        rgba(6, 19, 31, 0.16) 62%,
        rgba(6, 19, 31, 0.42) 100%
    );
    pointer-events: none;
}

.about-flow-card__scrim {
    position: absolute;
    inset: 0;
}

.about-flow-card__label {
    position: relative;
    z-index: 3;
    font-family: var(--font-display);
    max-width: 7ch;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: #fff;
    text-shadow: 0 14px 28px rgba(6, 19, 31, 0.48);
    text-wrap: balance;
}

.about-flow-card--turn {
    background-image: url("/images/we-turn.webp");
    background-position: center;
}

.about-flow-card--turn .about-flow-card__scrim {
    background:
        radial-gradient(
            circle at 22% 22%,
            rgba(204, 191, 147, 0.26),
            transparent 40%
        ),
        linear-gradient(
            145deg,
            rgba(6, 19, 31, 0.58) 0%,
            rgba(6, 19, 31, 0.36) 40%,
            rgba(6, 19, 31, 0.84) 100%
        );
}

.about-flow-card--signal {
    background-image: url("/images/signal.webp");
    background-position: center;
}

.about-flow-card--signal .about-flow-card__scrim {
    background:
        radial-gradient(
            circle at 72% 22%,
            rgba(95, 146, 197, 0.34),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            rgba(12, 36, 58, 0.58) 0%,
            rgba(16, 45, 73, 0.3) 42%,
            rgba(7, 24, 39, 0.86) 100%
        );
}

.about-flow-card--signal::before {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 30%),
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size:
        auto,
        24px 24px,
        24px 24px;
    opacity: 0.22;
    mix-blend-mode: screen;
}

.about-flow-card--arrow {
    background: linear-gradient(180deg, #dccd9b 0%, #ccbf93 100%);
    align-items: center;
    justify-content: center;
    padding: 0;
    border-color: rgba(168, 150, 95, 0.22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        0 20px 50px rgba(15, 45, 73, 0.08);
}

.about-flow-card--arrow::before {
    background:
        radial-gradient(
            circle at center,
            rgba(255, 255, 255, 0.18),
            transparent 58%
        ),
        linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size:
        auto,
        28px 28px,
        28px 28px;
    opacity: 0.32;
    mix-blend-mode: soft-light;
}

.about-flow-card--arrow::after {
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.14),
        transparent 62%
    );
}

.about-flow-card--action {
    background-image: url("/images/action.webp");
    background-position: center;
}

.about-flow-card--action .about-flow-card__scrim {
    background:
        radial-gradient(
            circle at 76% 76%,
            rgba(95, 146, 197, 0.24),
            transparent 44%
        ),
        linear-gradient(
            145deg,
            rgba(8, 26, 43, 0.48) 0%,
            rgba(9, 31, 50, 0.2) 36%,
            rgba(6, 19, 31, 0.84) 100%
        );
}

.about-flow-card--action::before {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 34%),
        radial-gradient(
            circle at 20% 20%,
            rgba(204, 191, 147, 0.18) 0 1px,
            transparent 1px 100%
        );
    background-size:
        auto,
        18px 18px;
    opacity: 0.34;
    mix-blend-mode: screen;
}

.about-impact-band {
    position: relative;
    isolation: isolate;
    overflow: clip;
    padding: 52px 0 28px;
    background: #f7fafc;
}

.about-impact-band::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 132px;
    background: linear-gradient(
        180deg,
        rgba(6, 19, 31, 0) 0%,
        rgba(6, 19, 31, 0.05) 34%,
        rgba(6, 19, 31, 0.14) 66%,
        rgba(6, 19, 31, 0.22) 100%
    );
    pointer-events: none;
}

.about-impact-band__media,
.about-impact-band__veil {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.about-impact-band__media {
    top: -8%;
    bottom: -8%;
    background-image: url("/images/factory-floor-2.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0, 0, 0) scale(1.08);
    will-change: transform;
}

.about-impact-band__veil {
    background:
        linear-gradient(
            135deg,
            rgba(6, 19, 31, 0.84) 0%,
            rgba(8, 34, 56, 0.72) 42%,
            rgba(6, 19, 31, 0.78) 100%
        ),
        radial-gradient(
            circle at 18% 18%,
            rgba(214, 194, 136, 0.16),
            transparent 34%
        ),
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size:
        auto,
        auto,
        28px 28px,
        28px 28px;
}

.about-impact-band__frame {
    position: relative;
    display: grid;
    gap: 40px;
    padding: 28px 0;
    color: #fff;
    will-change: transform;
}

.about-impact-band__intro {
    max-width: 44ch;
    padding-bottom: 8px;
}

.about-impact-band__title {
    max-width: 16ch;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3.2vw, 2.85rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #fff;
    text-wrap: nowrap;
}

.about-impact-band__lede {
    max-width: 46ch;
    margin: 14px 0 0;
    font-size: clamp(0.96rem, 1.15vw, 1.04rem);
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.72);
}

.about-impact-band__grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 30px;
}

.about-impact-band__item {
    min-height: 0;
    padding: 0 20px 0 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.about-impact-band__card-title {
    margin: 0;
    max-width: none;
    font-family: var(--font-display);
    font-size: clamp(1.1rem, 1.3vw, 1.38rem);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: #fff;
    white-space: nowrap;
}

.about-impact-band__card-text {
    max-width: 24ch;
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}

.about-hero-streak,
.about-hero-particle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
}

.about-hero-streak {
    width: 2px;
    height: var(--streak-length, 64px);
    margin-top: calc(var(--streak-length, 64px) * -1);
    border-radius: 999px;
    background: linear-gradient(
        180deg,
        rgba(183, 162, 106, 0) 0%,
        var(--streak-color, rgba(183, 162, 106, 0.8)) 68%,
        rgba(183, 162, 106, 0) 100%
    );
    opacity: 0;
    filter: blur(0.5px);
    animation: about-hero-streak-move var(--streak-duration, 6.6s) linear
        infinite;
    animation-delay: var(--streak-delay, 0s);
}

.about-hero-particle {
    width: var(--particle-size, 6px);
    height: var(--particle-size, 6px);
    margin-top: calc(var(--particle-size, 6px) * -0.5);
    margin-left: calc(var(--particle-size, 6px) * -0.5);
    border-radius: 999px;
    background: var(--particle-color, rgba(183, 162, 106, 0.55));
    opacity: 0;
    filter: blur(0.2px);
    animation: about-hero-particle-move var(--particle-duration, 7.2s) linear
        infinite;
    animation-delay: var(--particle-delay, 0s);
}

@keyframes about-hero-streak-move {
    0% {
        opacity: 0;
        transform: rotate(var(--angle, 0deg)) translateY(-10px) scaleY(0.4);
    }
    14% {
        opacity: 0.86;
    }
    100% {
        opacity: 0;
        transform: rotate(var(--angle, 0deg))
            translateY(calc(var(--distance, 320px) * -1)) scaleY(1);
    }
}

@keyframes about-hero-particle-move {
    0% {
        opacity: 0;
        transform: rotate(var(--particle-angle, 0deg)) translateY(-8px)
            scale(0.45);
    }
    20% {
        opacity: 0.72;
    }
    100% {
        opacity: 0;
        transform: rotate(var(--particle-angle, 0deg))
            translateY(calc(var(--particle-distance, 380px) * -1)) scale(1);
    }
}

@keyframes about-flow-orb-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(0, -12px, 0) scale(1.03);
    }
}

@media (max-width: 991px) {
    .about-impact-band__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 0;
        padding-top: 16px;
    }

    .about-impact-band__item:nth-child(2n) {
        padding-left: 18px;
    }

    .about-impact-band__item:nth-child(2n + 1) {
        padding-right: 18px;
    }

    .about-focus-panels {
        display: grid;
        width: auto;
        min-height: auto;
        gap: 14px;
        overflow: visible;
        background: transparent;
    }

    .about-focus-panel,
    .about-focus-panel[data-active="true"] {
        border: 0;
        border-radius: 28px;
        overflow: hidden;
        flex: none;
    }

    .about-focus-panel + .about-focus-panel {
        border-left: 0;
    }

    .about-focus-panel__button {
        min-height: 260px;
    }

    .about-focus-panel__text {
        max-height: none;
        margin-top: 8px;
        opacity: 1;
        transform: none;
    }

    .about-focus-panel__title {
        white-space: normal;
        text-overflow: clip;
    }
}

@media (min-width: 1024px) {
    .about-flow-section {
        display: flex;
        align-items: center;
        min-height: 100svh;
        padding-top: 0;
        padding-bottom: 0;
    }

    .about-flow-section .site_shell {
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        width: 100%;
        max-width: none;
        padding-left: max(32px, calc((100vw - 1500px) / 2 + 32px));
        padding-right: max(32px, calc((100vw - 1500px) / 2 + 32px));
        padding-bottom: clamp(48px, 7svh, 88px);
        min-height: inherit;
    }

    .about-flow-head {
        position: absolute;
        top: 20svh;
        left: 0;
        right: 0;
        width: min(80vw, 1220px);
        margin-left: auto;
        margin-right: auto;
    }

    .about-flow-section[data-about-flow-enhanced="true"] .about-flow-title {
        color: var(--accent-2);
        text-shadow: 0 14px 30px rgba(15, 45, 73, 0.05);
        will-change: opacity, transform, filter;
    }

    .about-flow-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
        width: 100%;
        align-self: flex-end;
    }

    .about-flow-card {
        aspect-ratio: 1 / 0.84;
    }
}

@media (max-width: 767px) {
    .about-hero-title {
        max-width: 9.8ch;
        font-size: clamp(2.45rem, 11vw, 3.45rem);
        line-height: 1.02;
    }

    .about-hero-lede {
        max-width: 33ch;
        margin-top: 20px;
    }

    .about-hero-actions {
        margin-top: 24px;
    }

    .about-impact-band {
        padding: 34px 0 18px;
    }

    .about-impact-band__frame {
        gap: 28px;
        padding: 24px 0;
    }

    .about-impact-band__title {
        max-width: none;
        font-size: clamp(1.8rem, 7vw, 2.3rem);
        line-height: 1;
        text-wrap: balance;
    }

    .about-impact-band__lede {
        max-width: 31ch;
        font-size: 0.94rem;
        line-height: 1.56;
    }

    .about-impact-band__grid {
        grid-template-columns: 1fr;
        gap: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding-top: 22px;
    }

    .about-impact-band__item,
    .about-impact-band__item:nth-child(2n),
    .about-impact-band__item:nth-child(2n + 1) {
        padding: 16px 0 0 16px;
        border-left: 1px solid rgba(255, 255, 255, 0.12);
    }

    .about-impact-band__card-title {
        font-size: 1.12rem;
    }

    .about-impact-band__card-text {
        max-width: none;
        font-size: 12.5px;
    }

    .about-flow-head {
        max-width: 100%;
    }

    .about-flow-title {
        max-width: 12.5ch;
        font-size: clamp(1.78rem, 6.4vw, 2.16rem);
        line-height: 1;
    }

    .about-flow-lede {
        max-width: 34ch;
        margin-top: 12px;
    }

    .about-flow-card {
        padding: 20px;
        border-radius: 28px;
    }

    .about-flow-card__label {
        font-size: 1.7rem;
        max-width: 6ch;
    }

    .about-focus-panel__button {
        min-height: 224px;
        padding: 20px 20px 22px;
    }

    .about-focus-panel__badge {
        top: 20px;
        left: 20px;
        width: 42px;
        height: 42px;
    }

    .about-focus-panel__body {
        right: 20px;
        bottom: 22px;
        left: 20px;
    }

    .about-focus-panel__title {
        max-width: 12ch;
        font-size: 1.55rem;
        white-space: normal;
    }

    .about-focus-panel__text {
        max-width: 30ch;
        font-size: 0.94rem;
    }
}

.about-workflow-swiper {
    width: 100%;
    overflow: visible;
}

.about-workflow-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    aspect-ratio: 3 / 3.6;
    height: auto;
    overflow: hidden;
    border-radius: 24px;
    padding: 22px;
    background-color: #0f2d49;
    box-shadow: 0 18px 46px rgba(15, 45, 73, 0.1);
}

.about-workflow-card__media {
    position: absolute;
    left: 0;
    right: 0;
    top: -14%;
    height: 128%;
    background-image: var(--card-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    will-change: transform;
}

.about-workflow-card__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(6, 19, 31, 0.15) 0%,
        rgba(6, 19, 31, 0.1) 38%,
        rgba(6, 19, 31, 0.72) 78%,
        rgba(6, 19, 31, 0.9) 100%
    );
}

.about-workflow-card__step {
    position: relative;
    z-index: 1;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.68);
}

.about-workflow-card__body {
    position: relative;
    z-index: 1;
    width: 90%;
    margin-top: auto;
}

.about-workflow-card__title {
    margin: 0;
    font-family: var(--font-display);
    max-width: none;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.02em;
    color: #fff;
    text-wrap: balance;
}

.about-workflow-card__text {
    margin: 10px 0 0;
    max-width: none;
    font-size: 13.5px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.76);
    text-wrap: balance;
}

.about-workflow-pagination {
    display: flex;
    align-items: center;
    gap: 6px;
}

.about-workflow-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    border-radius: 999px;
    background: rgba(15, 45, 73, 0.22);
    opacity: 1;
    transition:
        width 260ms cubic-bezier(0.22, 1, 0.36, 1),
        background-color 260ms ease;
}

.about-workflow-pagination .swiper-pagination-bullet-active {
    width: 24px;
    background: var(--accent-2);
}

@media (max-width: 767px) {
    .about-workflow-card {
        aspect-ratio: 3 / 3.9;
        padding: 18px;
    }

    .about-workflow-card__title {
        font-size: 1.16rem;
    }
}

.about-team-arc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 140px;
    pointer-events: none;
}

.about-team-arc svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .about-team-arc {
        height: 90px;
    }
}

.about-team-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 999px;
    transition:
        transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
        background-color 240ms ease,
        border-color 240ms ease,
        color 240ms ease;
}

.about-team-nav-btn svg {
    width: 18px;
    height: 18px;
}

.about-team-nav-btn--prev {
    border: 1px solid var(--accent-2);
    background: var(--accent-2);
    color: #fff;
}

.about-team-nav-btn--prev:hover {
    transform: translateY(-1px);
    background: #0a2036;
}

.about-team-nav-btn--next {
    border: 1px solid rgba(15, 45, 73, 0.16);
    background: #fff;
    color: var(--accent-2);
}

.about-team-nav-btn--next:hover {
    transform: translateY(-1px);
    border-color: var(--accent-1);
}

.about-team-nav-btn:disabled,
.about-team-nav-btn.swiper-button-disabled {
    opacity: 0.42;
    transform: none;
    cursor: default;
    pointer-events: none;
}

.about-team-counter {
    min-width: 52px;
    text-align: center;
    font-family: var(--font-display);
    font-size: 13px;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    color: rgba(15, 45, 73, 0.4);
}

.about-team-counter [data-about-team-counter-current] {
    color: var(--accent-2);
    font-weight: 600;
}

.about-team-filter {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(15, 45, 73, 0.14);
    border-radius: 999px;
    background: #fff;
    color: rgba(15, 45, 73, 0.72);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition:
        background-color 220ms ease,
        border-color 220ms ease,
        color 220ms ease;
}

.about-team-filter:hover {
    border-color: var(--accent-1);
}

.about-team-filter--active {
    border-color: var(--accent-2);
    background: var(--accent-2);
    color: #fff;
}

.about-team-swiper {
    width: 100%;
    overflow: hidden;
}

.about-team-card {
    display: flex;
    flex-direction: column;
    width: auto;
}

.about-team-card__photo {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border-radius: 20px;
    background: linear-gradient(160deg, var(--accent-2) 0%, #0a2036 100%);
}

.about-team-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.about-team-card__name {
    margin-top: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--accent-2);
}

.about-team-card__role {
    margin-top: 2px;
    font-size: 13px;
    color: rgba(15, 45, 73, 0.56);
}

@media (max-width: 1023px) {
    .about-team-filter {
        min-height: 40px;
        padding: 0 14px;
        font-size: 13px;
    }
}

.about-point {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 130px 0;
    text-align: center;
    background: linear-gradient(160deg, var(--accent-3) 0%, var(--accent-2) 55%, #0a1e33 100%);
}

.about-point__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.about-point__photo {
    position: absolute;
    overflow: hidden;
    border-radius: 18px;
    background-color: #0f2d49;
    background-image: var(--img);
    background-position: center;
    background-size: cover;
    -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
}

.about-point__photo-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(0, 42, 78, 0.5) 0%, rgba(0, 20, 38, 0.25) 100%);
    mix-blend-mode: multiply;
}

.about-point__photo--tl {
    top: 56px;
    left: 40px;
    width: 210px;
    height: 270px;
}

.about-point__photo--tr {
    top: 68px;
    right: 52px;
    width: 190px;
    height: 150px;
}

.about-point__photo--bl {
    bottom: 60px;
    left: 64px;
    width: 220px;
    height: 140px;
}

.about-point__photo--br {
    bottom: 48px;
    right: 40px;
    width: 200px;
    height: 250px;
}

.about-point__content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
}

.about-point__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent-1);
}

.about-point__eyebrow-icon {
    width: 13px;
    height: 13px;
    border-radius: 4px;
    background: var(--accent-1);
}

.about-point__title {
    margin: 22px auto 0;
    max-width: 45ch;
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 2.6vw, 2.5rem);
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.02em;
    color: #fff;
    text-wrap: balance;
}

.about-point__lede {
    margin: 22px auto 0;
    max-width: 54ch;
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.68);
}

.about-point__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.about-point__cta {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    gap: 8px;
    padding: 0 26px;
    border-radius: 0.75rem;
    font-size: 14.5px;
    font-weight: 600;
    transition:
        transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
        background-color 300ms ease,
        border-color 300ms ease;
}

.about-point__cta svg {
    width: 16px;
    height: 16px;
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-point__cta--solid {
    background: linear-gradient(180deg, #d9cfae 0%, var(--accent-1) 100%);
    color: var(--accent-2);
    box-shadow: 0 10px 24px -12px rgba(15, 45, 73, 0.5);
}

.about-point__cta--solid:hover {
    transform: translateY(-2px);
}

.about-point__cta--solid:hover svg {
    transform: translateX(3px);
}

.about-point__cta--outline {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.about-point__cta--outline:hover {
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1279px) {
    .about-point__photo--tl {
        width: 170px;
        height: 220px;
        left: 20px;
    }

    .about-point__photo--tr {
        width: 150px;
        height: 120px;
        right: 24px;
    }

    .about-point__photo--bl {
        width: 170px;
        height: 110px;
        left: 24px;
    }

    .about-point__photo--br {
        width: 160px;
        height: 200px;
        right: 20px;
    }
}

@media (max-width: 1023px) {
    .about-point {
        padding: 96px 0;
    }

    .about-point__media {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-hero-streak,
    .about-hero-particle {
        animation: none;
        opacity: 0.22;
    }

    .about-hero-badge__dot {
        animation: none;
    }

    .about-flow-title {
        color: #06131f;
        background-image: none;
        -webkit-text-fill-color: currentColor;
        -webkit-text-stroke: 0;
    }
}
