.b2-about-page-template {
    background:
        radial-gradient(circle at top left, rgba(212, 229, 247, 0.62), transparent 30%),
        linear-gradient(180deg, #f3f7fb 0%, #eef3f8 42%, #f6f9fc 100%);
}

.b2-about-page-template .site-content,
.b2-about-page-template .b2-single-content {
    background: transparent;
}

.about-page-layout {
    padding: 22px 0 72px;
}

.about-page-shell {
    max-width: 1380px;
}

.about-page-article {
    position: relative;
}

.about-hero {
    --about-hero-image: none;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: 28px;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(205, 216, 228, 0.9);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.78)),
        var(--about-hero-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 20px 50px -36px rgba(34, 51, 73, 0.44);
    isolation: isolate;
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.88), transparent 28%),
        linear-gradient(120deg, rgba(244, 248, 253, 0.82), rgba(244, 248, 253, 0.18) 56%, rgba(206, 220, 236, 0.2));
    pointer-events: none;
    z-index: -1;
}

.about-hero__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 18px 4px 8px;
}

.about-hero__eyebrow {
    margin: 0;
    color: #5f748c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.about-hero__title {
    margin: 0;
    color: #18314a;
    font-size: clamp(48px, 7vw, 84px);
    line-height: 0.95;
    letter-spacing: -0.06em;
    font-family: Georgia, "Times New Roman", serif;
}

.about-hero__intro {
    max-width: 760px;
    color: #30465b;
    font-size: 18px;
    line-height: 1.85;
}

.about-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 6px;
}

.about-hero__chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(188, 202, 217, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: #28445f;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(12px);
}

.about-hero__visual {
    position: relative;
    min-height: 360px;
}

.about-hero__visual-panel {
    position: relative;
    display: flex;
    height: 100%;
    min-height: 360px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    border-radius: 24px;
    background:
        linear-gradient(155deg, rgba(20, 35, 52, 0.9), rgba(37, 61, 87, 0.74)),
        linear-gradient(135deg, rgba(181, 209, 234, 0.32), rgba(255, 255, 255, 0));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.about-hero__visual-panel::before,
.about-hero__visual-panel::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.about-hero__visual-panel::before {
    top: -42px;
    right: -24px;
    width: 160px;
    height: 160px;
}

.about-hero__visual-panel::after {
    left: 24px;
    top: 64px;
    width: 84px;
    height: 84px;
}

.about-hero__visual-badge {
    position: absolute;
    left: 30px;
    top: 28px;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(240, 246, 255, 0.94);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.about-hero__visual-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 22px 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    color: #eff6ff;
    backdrop-filter: blur(14px);
}

.about-hero__visual-card + .about-hero__visual-card {
    margin-top: 14px;
}

.about-hero__visual-card span {
    color: rgba(226, 236, 248, 0.75);
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-hero__visual-card strong {
    font-size: 24px;
    line-height: 1.18;
    font-weight: 600;
    font-family: Georgia, "Times New Roman", serif;
}

.about-hero__visual-card--alt {
    margin-left: 38px;
}

.about-sections {
    display: grid;
    gap: 24px;
    margin-top: 26px;
}

.about-section {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 26px;
    padding: 30px;
    border: 1px solid rgba(208, 218, 229, 0.92);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 42px -36px rgba(40, 59, 82, 0.42);
}

.about-section--notice {
    background: linear-gradient(135deg, rgba(255, 251, 245, 0.96), rgba(255, 255, 255, 0.96));
}

.about-section--connect {
    background:
        linear-gradient(150deg, rgba(19, 34, 52, 0.96), rgba(44, 65, 91, 0.92)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    border-color: rgba(35, 59, 88, 0.7);
}

.about-section__heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-section__index {
    color: #7f95ac;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.about-section__title {
    margin: 0;
    color: #18314a;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-family: Georgia, "Times New Roman", serif;
}

.about-section--connect .about-section__index,
.about-section--connect .about-section__title {
    color: #f3f7fd;
}

.about-section__content {
    min-width: 0;
    color: #42586e;
}

.about-section__content > :first-child {
    margin-top: 0;
}

.about-section__content > :last-child {
    margin-bottom: 0;
}

.about-section__content p,
.about-section__content li,
.about-section__content figcaption {
    color: inherit;
}

.about-section__content p {
    font-size: 17px;
    line-height: 1.9;
}

.about-section__content strong {
    color: #18314a;
}

.about-section--connect .about-section__content,
.about-section--connect .about-section__content p,
.about-section--connect .about-section__content li,
.about-section--connect .about-section__content strong {
    color: rgba(237, 243, 250, 0.94);
}

.about-section__content .wp-block-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
    padding: 0;
    list-style: none;
}

.about-section__content .wp-block-list li {
    position: relative;
    margin: 0;
    padding: 18px 18px 18px 52px;
    border: 1px solid rgba(214, 222, 232, 0.95);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(249, 251, 253, 0.96), rgba(255, 255, 255, 0.96));
    font-size: 15px;
    line-height: 1.75;
}

.about-section__content .wp-block-list li::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 22px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #9ab6d1, #4a6d90);
    box-shadow: 0 0 0 6px rgba(154, 182, 209, 0.16);
}

.about-section--gear .about-section__content .wp-block-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.about-section--gear .about-section__content .wp-block-list li {
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(241, 247, 252, 0.98), rgba(255, 255, 255, 0.98));
    text-align: center;
    font-weight: 600;
}

.about-section--gear .about-section__content .wp-block-list li::before {
    display: none;
}

.about-section--notice .about-section__content .wp-block-list li {
    background: linear-gradient(180deg, rgba(255, 248, 238, 0.98), rgba(255, 255, 255, 0.96));
}

.about-section__content .wp-block-social-links {
    justify-content: flex-start;
    gap: 14px;
    margin-top: 14px;
}

.about-section__content .wp-block-social-link {
    margin: 0;
}

.about-section__content .wp-block-social-link a {
    display: inline-flex;
    width: 62px;
    height: 62px;
    border-radius: 20px;
    box-shadow: 0 14px 32px -22px rgba(9, 16, 24, 0.6);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.about-section__content .wp-block-social-link a:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px -18px rgba(9, 16, 24, 0.5);
}

.about-section__content .wp-block-image {
    margin-top: 12px;
}

.about-section__content figure img {
    border-radius: 22px;
}

.about-section__content em {
    color: #6a7f94;
}

@media screen and (max-width: 1180px) {
    .about-hero {
        grid-template-columns: 1fr;
    }

    .about-hero__visual {
        min-height: 300px;
    }

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

@media screen and (max-width: 860px) {
    .about-page-layout {
        padding: 16px 0 48px;
    }

    .about-hero,
    .about-section {
        padding: 22px;
        border-radius: 24px;
    }

    .about-hero__visual-panel {
        min-height: 300px;
        padding: 24px;
    }

    .about-hero__visual-card--alt {
        margin-left: 0;
    }

    .about-section--gear .about-section__content .wp-block-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 640px) {
    .about-hero__intro,
    .about-section__content p {
        font-size: 15px;
        line-height: 1.78;
    }

    .about-section__content .wp-block-list li {
        padding: 16px 16px 16px 44px;
    }

    .about-section__content .wp-block-list li::before {
        left: 16px;
        top: 20px;
        width: 12px;
        height: 12px;
    }

    .about-section--gear .about-section__content .wp-block-list {
        grid-template-columns: 1fr;
    }

    .about-section__content .wp-block-social-link a {
        width: 54px;
        height: 54px;
        border-radius: 18px;
    }
}
