:root {
    --cxa-red: #d93644;
    --cxa-red-dark: #b82a36;
    --cxa-cta: #b42f3b;
    --cxa-cta-dark: #942632;
    --cxa-blue: #3f4773;
    --cxa-indigo: #323859;
    --cxa-periwinkle: #908da6;
    --cxa-grey: #f2f2f2;
    --cxa-ink: #171a2f;
    --cxa-muted: #667085;
    --cxa-line: rgba(50, 56, 89, 0.14);
    --cxa-white: #ffffff;
    --cxa-subtitle-size: clamp(30px, 4vw, 38px);
    --cxa-subtitle-size-mobile: clamp(26px, 5vw, 34px);
    --cxa-subtitle-line: 1.08;
    --cxa-subtitle-color: rgb(180, 47, 59);
    --cxa-subtitle-font: "Inter Tight", Inter, "Nunito Sans", "Open Sans", Arial, sans-serif;
    --cxa-board-photo-bg: #e8eaf3;
}

body.cxa-execoore-theme {
    background: var(--cxa-grey);
    color: var(--cxa-ink);
}

body.cxa-execoore-theme,
body.cxa-execoore-theme p,
body.cxa-execoore-theme input,
body.cxa-execoore-theme textarea,
body.cxa-execoore-theme button {
    font-family: Inter, "Nunito Sans", "Open Sans", Arial, sans-serif;
}

body.cxa-execoore-theme h1,
body.cxa-execoore-theme h2,
body.cxa-execoore-theme h3,
body.cxa-execoore-theme h4 {
    letter-spacing: 0;
}

body.cxa-execoore-theme h2 {
    color: var(--cxa-subtitle-color);
    font-family: var(--cxa-subtitle-font);
    font-size: var(--cxa-subtitle-size);
    line-height: var(--cxa-subtitle-line);
}

body.cxa-execoore-theme .cxa-home-v2 h2 {
    color: var(--cxa-subtitle-color);
    font-family: var(--cxa-subtitle-font);
    font-size: var(--cxa-subtitle-size);
    line-height: var(--cxa-subtitle-line);
}

body.cxa-execoore-theme #header-outer {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(50, 56, 89, 0.1);
    box-shadow: 0 14px 40px rgba(23, 26, 47, 0.08);
    backdrop-filter: blur(18px);
}

body.cxa-execoore-theme #header-outer.transparent {
    background: rgba(255, 255, 255, 0.96) !important;
}

body.cxa-execoore-theme #header-outer #top .container {
    width: min(1380px, calc(100% - 48px));
    max-width: none;
}

body.cxa-execoore-theme #header-outer #top .row {
    display: flex;
    align-items: center;
    min-height: 82px;
}

body.cxa-execoore-theme #header-outer #top .span_3,
body.cxa-execoore-theme #header-outer #top .span_9 {
    display: flex;
    align-items: center;
}

body.cxa-execoore-theme #header-outer #top .span_9 {
    justify-content: flex-end;
}

body.cxa-execoore-theme #top #logo {
    display: inline-flex;
    align-items: center;
    min-height: 64px;
}

body.cxa-execoore-theme #top #logo img {
    width: auto !important;
    height: auto !important;
    max-width: 178px !important;
    max-height: 76px !important;
    object-fit: contain;
}

body.cxa-execoore-theme #top nav > ul > li > a,
body.cxa-execoore-theme #top nav > ul > li > a span,
body.cxa-execoore-theme #top nav > ul > li > a .nectar-text-reveal-button__text,
body.cxa-execoore-theme #top nav .buttons li a {
    color: var(--cxa-indigo) !important;
    font-weight: 800;
    letter-spacing: 0;
}

body.cxa-execoore-theme #top nav > ul > li > a:hover,
body.cxa-execoore-theme #top nav > ul > li > a:hover span,
body.cxa-execoore-theme #top nav > ul > li > a:hover .nectar-text-reveal-button__text,
body.cxa-execoore-theme #top nav .buttons li a:hover {
    color: var(--cxa-cta) !important;
}

body.cxa-execoore-theme #top .sf-menu > li.cxa-menu-cta > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px;
    margin-left: 10px;
    padding: 0 18px !important;
    border-radius: 4px;
    color: #fff !important;
    line-height: 1 !important;
    background: var(--cxa-cta);
    box-shadow: 0 10px 24px rgba(180, 47, 59, 0.2);
}

body.cxa-execoore-theme #top .sf-menu > li.cxa-menu-cta > a,
body.cxa-execoore-theme #top .sf-menu > li.cxa-menu-cta > a span,
body.cxa-execoore-theme #top .sf-menu > li.cxa-menu-cta > a .menu-title-text,
body.cxa-execoore-theme #top .sf-menu > li.cxa-menu-cta > a .nectar-text-reveal-button,
body.cxa-execoore-theme #top .sf-menu > li.cxa-menu-cta > a .nectar-text-reveal-button__text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    line-height: 1 !important;
    text-align: center !important;
}

body.cxa-execoore-theme #top .sf-menu > li.cxa-menu-cta > a:hover {
    color: #fff !important;
    background: var(--cxa-cta-dark);
}

body.cxa-execoore-theme #top .sf-menu > li.current-menu-item:not(.cxa-menu-cta) > a,
body.cxa-execoore-theme #top .sf-menu > li.current-menu-item:not(.cxa-menu-cta) > a span,
body.cxa-execoore-theme #top .sf-menu > li.current-menu-item:not(.cxa-menu-cta) > a .nectar-text-reveal-button__text,
body.cxa-execoore-theme #top .sf-menu > li.current_page_item:not(.cxa-menu-cta) > a,
body.cxa-execoore-theme #top .sf-menu > li.current_page_item:not(.cxa-menu-cta) > a span,
body.cxa-execoore-theme #top .sf-menu > li.current_page_item:not(.cxa-menu-cta) > a .nectar-text-reveal-button__text {
    color: var(--cxa-cta) !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.cxa-execoore-theme #search-btn a,
body.cxa-execoore-theme #nectar-user-account a,
body.cxa-execoore-theme .mobile-search,
body.cxa-execoore-theme .mobile-user-account {
    color: var(--cxa-indigo) !important;
}

body.cxa-execoore-theme .container-wrap,
.cxa-home-v2 {
    background: var(--cxa-grey);
}

.cxa-home-v2 {
    overflow: hidden;
}

.cxa-v2-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.cxa-v2-hero {
    position: relative;
    min-height: clamp(280px, 52vw, 720px);
    overflow: hidden;
    color: var(--cxa-white);
    background: var(--cxa-indigo);
}

.cxa-v2-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cxa-v2-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
}

.cxa-v2-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(50, 56, 89, 0.5), rgba(63, 71, 115, 0.26) 52%, rgba(50, 56, 89, 0.14)),
        linear-gradient(180deg, transparent 72%, var(--cxa-grey));
    pointer-events: none;
}

@media (min-width: 691px) {
    .cxa-v2-hero-media img {
        object-fit: contain;
        object-position: center center;
    }
}

.cxa-v2-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(300px, 430px);
    justify-content: end;
    align-items: end;
    min-height: 532px;
}

.cxa-v2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--cxa-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cxa-v2-eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.cxa-v2-subtitle {
    margin: 0;
    color: var(--cxa-subtitle-color);
    font-family: var(--cxa-subtitle-font);
    font-size: var(--cxa-subtitle-size);
    line-height: var(--cxa-subtitle-line);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.cxa-v2-contact-panel .cxa-v2-subtitle {
    margin-bottom: 16px;
}

.cxa-v2-hero-copy h1 {
    max-width: 820px;
    margin: 0;
    color: var(--cxa-white);
    font-size: clamp(48px, 6vw, 88px);
    line-height: 0.98;
    font-weight: 900;
}

.cxa-v2-hero-copy p {
    max-width: 690px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 19px;
    line-height: 1.75;
}

.cxa-v2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.cxa-v2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cxa-v2-button:hover {
    transform: translateY(-2px);
}

.cxa-v2-button-primary {
    color: var(--cxa-white);
    background: var(--cxa-cta);
    box-shadow: 0 18px 38px rgba(180, 47, 59, 0.28);
}

.cxa-v2-button-primary:hover {
    color: var(--cxa-white);
    background: var(--cxa-cta-dark);
}

.cxa-v2-button-secondary {
    color: var(--cxa-white);
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.08);
}

.cxa-v2-button-secondary-dark {
    color: var(--cxa-white);
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: var(--cxa-cta);
    box-shadow: 0 14px 32px rgba(180, 47, 59, 0.22);
}

.cxa-v2-button-secondary-dark:hover {
    color: var(--cxa-white);
    background: var(--cxa-cta-dark);
}

.cxa-v2-subtitle {
    margin: 0 0 16px;
    color: var(--cxa-subtitle-color);
    font-family: var(--cxa-subtitle-font);
    font-size: var(--cxa-subtitle-size);
    line-height: 1.05;
    font-weight: 900;
}

.cxa-v2-social .cxa-v2-subtitle {
    color: var(--cxa-subtitle-color);
}

.cxa-v2-contact-panel .cxa-v2-subtitle {
    color: var(--cxa-subtitle-color);
}

.cxa-v2-button-secondary-dark {
    color: var(--cxa-white);
    background: var(--cxa-indigo);
    box-shadow: 0 14px 32px rgba(50, 56, 89, 0.2);
}

.cxa-v2-button-secondary-dark:hover {
    color: var(--cxa-white);
    background: var(--cxa-blue);
}

.cxa-v2-hero-visual {
    position: relative;
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
        rgba(23, 26, 47, 0.24);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.cxa-v2-logo-card,
.cxa-v2-journey-card,
.cxa-v2-metric-card {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--cxa-ink);
}

.cxa-v2-logo-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
}

.cxa-v2-logo-card img {
    width: 96px;
    height: auto;
}

.cxa-v2-logo-card span,
.cxa-v2-journey-card span,
.cxa-v2-metric-card span {
    color: var(--cxa-muted);
    font-size: 14px;
    line-height: 1.55;
}

.cxa-v2-journey-card {
    padding: 28px 24px;
}

.cxa-v2-journey-card > span {
    display: block;
    margin-bottom: 22px;
    color: var(--cxa-indigo);
    font-weight: 900;
}

.cxa-v2-journey-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 18px;
}

.cxa-v2-journey-line::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    right: 9px;
    height: 2px;
    background: linear-gradient(90deg, var(--cxa-red), var(--cxa-blue));
}

.cxa-v2-journey-line i {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    border: 4px solid var(--cxa-white);
    border-radius: 50%;
    background: var(--cxa-red);
    box-shadow: 0 0 0 1px rgba(217, 54, 68, 0.2);
}

.cxa-v2-journey-line i:nth-child(even) {
    background: var(--cxa-blue);
}

.cxa-v2-journey-card ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cxa-v2-journey-card li {
    color: var(--cxa-muted);
    font-size: 12px;
    font-weight: 800;
}

.cxa-v2-metric-card {
    padding: 24px;
    background: var(--cxa-indigo);
    color: var(--cxa-white);
}

.cxa-v2-metric-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--cxa-white);
    font-size: 24px;
    line-height: 1.1;
}

.cxa-v2-metric-card span {
    color: rgba(255, 255, 255, 0.76);
}

.cxa-v2-proof {
    position: relative;
    z-index: 3;
    margin-top: -38px;
}

.cxa-v2-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--cxa-line);
    border-radius: 8px;
    background: var(--cxa-white);
    box-shadow: 0 22px 60px rgba(50, 56, 89, 0.12);
}

.cxa-v2-proof-grid div {
    min-height: 146px;
    padding: 28px;
    border-right: 1px solid var(--cxa-line);
}

.cxa-v2-proof-grid div:last-child {
    border-right: 0;
}

.cxa-v2-proof-grid strong {
    display: block;
    margin-bottom: 10px;
    color: var(--cxa-indigo);
    font-size: 18px;
    line-height: 1.2;
}

.cxa-v2-proof-grid span,
.cxa-v2-copy-stack p,
.cxa-v2-values p,
.cxa-v2-card-grid p,
.cxa-v2-membership p,
.cxa-v2-benefits li {
    color: var(--cxa-muted);
    line-height: 1.7;
}

.cxa-v2-section {
    padding: 104px 0;
}

.cxa-v2-two-col,
.cxa-v2-president-grid,
.cxa-v2-membership-grid,
.cxa-v2-contact-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
    gap: 68px;
    align-items: start;
}

.cxa-v2-section h2:not(.cxa-v2-subtitle),
.cxa-v2-contact-panel h2:not(.cxa-v2-subtitle) {
    margin: 0;
    color: var(--cxa-subtitle-color);
    font-family: var(--cxa-subtitle-font);
    font-size: var(--cxa-subtitle-size);
    line-height: var(--cxa-subtitle-line);
    font-weight: 900;
}

.cxa-v2-copy-stack > p {
    margin: 0 0 32px;
    font-size: 18px;
}

.cxa-v2-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.cxa-v2-values article,
.cxa-v2-card-grid article,
.cxa-v2-benefits,
.cxa-v2-member-types article {
    border: 1px solid var(--cxa-line);
    border-radius: 8px;
    background: var(--cxa-white);
}

.cxa-v2-values article {
    padding: 24px;
}

.cxa-v2-values b {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 22px;
    border-radius: 50%;
    color: var(--cxa-white);
    background: var(--cxa-red);
}

.cxa-v2-values h3,
.cxa-v2-card-grid h3 {
    margin: 0 0 12px;
    color: var(--cxa-indigo);
    font-size: 22px;
    line-height: 1.18;
}

.cxa-v2-values p,
.cxa-v2-card-grid p {
    margin: 0;
}

.cxa-v2-president {
    color: var(--cxa-white);
    background:
        linear-gradient(135deg, rgba(217, 54, 68, 0.16), rgba(144, 141, 166, 0.12)),
        var(--cxa-indigo);
}

.cxa-v2-president-card {
    padding: 46px;
    border-radius: 8px;
    background: var(--cxa-white);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.cxa-v2-president-card blockquote {
    margin: 0;
    color: var(--cxa-indigo);
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.12;
    font-weight: 900;
}

.cxa-v2-president-card p {
    margin: 26px 0 0;
    color: var(--cxa-muted);
    font-size: 17px;
    line-height: 1.75;
}

.cxa-v2-president-card footer {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid var(--cxa-line);
}

.cxa-v2-president-card footer strong,
.cxa-v2-president-card footer span {
    display: block;
}

.cxa-v2-president-card footer strong {
    color: var(--cxa-ink);
}

.cxa-v2-president-card footer span {
    color: var(--cxa-muted);
}

.cxa-v2-vision-card {
    display: grid;
    gap: 16px;
}

.cxa-v2-vision-card div {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.cxa-v2-vision-card span {
    display: block;
    margin-bottom: 14px;
    color: var(--cxa-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cxa-v2-vision-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 21px;
    line-height: 1.55;
}

.cxa-v2-section-head {
    max-width: 900px;
    margin-bottom: 48px;
}

.cxa-v2-social {
    padding-top: 88px;
    padding-bottom: 88px;
    background: var(--cxa-white);
}

.cxa-v2-social-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px 72px;
    align-items: center;
}

.cxa-v2-social-copy .cxa-v2-subtitle {
    margin-bottom: 20px;
}

.cxa-v2-social-lead {
    max-width: 580px;
    margin: 0 0 14px;
    color: var(--cxa-indigo);
    font-size: clamp(18px, 2.2vw, 21px);
    line-height: 1.55;
    font-weight: 700;
}

.cxa-v2-social-copy p:not(.cxa-v2-social-lead) {
    max-width: 580px;
    margin: 0;
    color: var(--cxa-muted);
    font-size: 17px;
    line-height: 1.75;
}

.cxa-v2-social-cta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cxa-v2-social-instagram {
    min-width: 240px;
    text-align: center;
    white-space: nowrap;
    background: rgb(180, 47, 59);
    border-color: rgb(180, 47, 59);
    box-shadow: 0 14px 32px rgba(180, 47, 59, 0.22);
}

.cxa-v2-social-instagram:hover {
    color: var(--cxa-white);
    background: var(--cxa-cta-dark);
    border-color: var(--cxa-cta-dark);
}

.cxa-v2-focus {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 12% 0%, rgba(63, 71, 115, 0.07), transparent 58%),
        radial-gradient(ellipse 70% 50% at 88% 100%, rgba(180, 47, 59, 0.06), transparent 62%),
        var(--cxa-grey);
}

.cxa-v2-focus::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
    opacity: 0.45;
    pointer-events: none;
}

.cxa-v2-focus > .cxa-v2-shell {
    position: relative;
    z-index: 1;
}

.cxa-v2-focus .cxa-v2-section-head {
    margin-bottom: 56px;
}

.cxa-v2-card-grid,
.cxa-focus-card-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 28px);
    border: 0;
    background: transparent;
}

.cxa-focus-card {
    --cxa-focus-accent: rgb(180, 47, 59);
    --cxa-focus-tilt-x: 0deg;
    --cxa-focus-tilt-y: 0deg;
    --cxa-focus-parallax: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    grid-column: span 2;
    overflow: hidden;
    border-radius: 16px;
    background: var(--cxa-white);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 22px 56px rgba(50, 56, 89, 0.09);
    transform:
        perspective(1200px)
        rotateX(var(--cxa-focus-tilt-x))
        rotateY(var(--cxa-focus-tilt-y));
    transition:
        opacity 680ms cubic-bezier(0.22, 1, 0.36, 1) var(--cxa-reveal-delay, 0ms),
        transform 680ms cubic-bezier(0.22, 1, 0.36, 1) var(--cxa-reveal-delay, 0ms),
        box-shadow 320ms ease,
        border-color 320ms ease;
    will-change: transform, opacity;
}

.cxa-focus-card:nth-child(4),
.cxa-focus-card:nth-child(5) {
    grid-column: span 3;
}

.cxa-js-ready .cxa-focus-card:not(.is-visible) {
    opacity: 0;
    transform: perspective(1200px) translateY(36px) scale(0.97);
}

.cxa-js-ready [data-cxa-reveal]:not(.is-visible) {
    opacity: 0;
    transform: translateY(18px);
}

[data-cxa-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 560ms ease,
        transform 560ms ease;
}

.cxa-focus-card.is-visible {
    opacity: 1;
    transform:
        perspective(1200px)
        rotateX(var(--cxa-focus-tilt-x))
        rotateY(var(--cxa-focus-tilt-y));
}

.cxa-focus-card.is-visible:hover,
.cxa-focus-card.is-visible.is-hovered {
    z-index: 2;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 34px 80px rgba(50, 56, 89, 0.16),
        0 0 0 1px rgba(180, 47, 59, 0.14);
}

.cxa-focus-card__glow {
    position: absolute;
    inset: -40% auto auto -20%;
    z-index: 0;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(180, 47, 59, 0.16), transparent 68%);
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 420ms ease, transform 420ms ease;
    pointer-events: none;
}

.cxa-focus-card:hover .cxa-focus-card__glow,
.cxa-focus-card.is-hovered .cxa-focus-card__glow {
    opacity: 1;
    transform: scale(1);
}

.cxa-focus-card__frame {
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    border: 1px solid rgba(50, 56, 89, 0.08);
    transition: border-color 320ms ease;
    pointer-events: none;
}

.cxa-focus-card:hover .cxa-focus-card__frame,
.cxa-focus-card.is-hovered .cxa-focus-card__frame {
    border-color: rgba(180, 47, 59, 0.28);
}

.cxa-focus-card__visual {
    position: relative;
    z-index: 1;
    height: clamp(148px, 18vw, 188px);
    overflow: hidden;
    background: linear-gradient(145deg, var(--cxa-indigo) 0%, var(--cxa-blue) 58%, #4a5288 100%);
}

.cxa-focus-card:nth-child(4) .cxa-focus-card__visual,
.cxa-focus-card:nth-child(5) .cxa-focus-card__visual {
    height: clamp(160px, 14vw, 200px);
}

.cxa-focus-card__visual-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(135deg, rgba(23, 26, 47, 0.52) 0%, rgba(50, 56, 89, 0.18) 48%, rgba(180, 47, 59, 0.22) 100%),
        linear-gradient(180deg, transparent 42%, rgba(23, 26, 47, 0.55) 100%);
    transition: opacity 320ms ease;
    pointer-events: none;
}

.cxa-focus-card:hover .cxa-focus-card__visual-shade,
.cxa-focus-card.is-hovered .cxa-focus-card__visual-shade {
    opacity: 0.88;
}

.cxa-focus-card__visual img {
    width: 100%;
    height: calc(100% + 24px);
    object-fit: cover;
    transform: translateY(var(--cxa-focus-parallax, 0px)) scale(1.06);
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 520ms ease;
    filter: saturate(0.82) contrast(1.04);
}

.cxa-focus-card:hover .cxa-focus-card__visual img,
.cxa-focus-card.is-hovered .cxa-focus-card__visual img {
    transform: translateY(calc(var(--cxa-focus-parallax, 0px) - 6px)) scale(1.12);
    filter: saturate(1) contrast(1.06);
}

.cxa-focus-card__index {
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    transition: transform 320ms ease, color 320ms ease;
}

.cxa-focus-card:hover .cxa-focus-card__index,
.cxa-focus-card.is-hovered .cxa-focus-card__index {
    transform: translateY(-2px);
    color: #fff;
}

.cxa-focus-card__body {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: clamp(22px, 2.4vw, 30px) clamp(22px, 2.6vw, 32px) clamp(26px, 2.8vw, 34px);
    background: linear-gradient(180deg, #fff 0%, #fafbfd 100%);
}

.cxa-focus-card__meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.cxa-focus-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(180, 47, 59, 0.16);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(242, 242, 246, 0.92))
        center / 24px 24px no-repeat;
    box-shadow:
        0 10px 24px rgba(50, 56, 89, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    transition:
        transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 320ms ease,
        border-color 320ms ease;
}

.cxa-focus-card:hover .cxa-focus-card__icon,
.cxa-focus-card.is-hovered .cxa-focus-card__icon {
    transform: translateY(-3px) scale(1.04);
    border-color: rgba(180, 47, 59, 0.34);
    box-shadow:
        0 16px 32px rgba(180, 47, 59, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.9) inset;
}

.cxa-focus-card__accent-line {
    flex: 1;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cxa-focus-accent), rgba(63, 71, 115, 0.18) 72%, transparent);
    transform-origin: left center;
    transform: scaleX(0.42);
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cxa-focus-card:hover .cxa-focus-card__accent-line,
.cxa-focus-card.is-hovered .cxa-focus-card__accent-line {
    transform: scaleX(1);
}

.cxa-focus-card[data-cxa-icon="awareness"] .cxa-focus-card__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b42f3b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3c-4 0-7 2.6-7 6.2 0 2.4 1.2 4.5 3.1 5.8L8 21l4-2 4 2-.1-5.9c1.9-1.3 3.1-3.4 3.1-5.8C19 5.6 16 3 12 3z'/%3E%3Ccircle cx='12' cy='9.2' r='2.2'/%3E%3C/svg%3E");
}

.cxa-focus-card[data-cxa-icon="development"] .cxa-focus-card__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b42f3b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='M6 16l2.8-8.4 3.6 4.5 3.1-3.8L18 16'/%3E%3Ccircle cx='18' cy='6' r='2'/%3E%3C/svg%3E");
}

.cxa-focus-card[data-cxa-icon="knowledge"] .cxa-focus-card__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b42f3b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V5l8-2 8 2v14l-8 2-8-2z'/%3E%3Cpath d='M12 3v16M8 7.5l8-2'/%3E%3C/svg%3E");
}

.cxa-focus-card[data-cxa-icon="events"] .cxa-focus-card__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b42f3b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3Cpath d='M8 14h3M13 14h3M8 17h8'/%3E%3C/svg%3E");
}

.cxa-focus-card[data-cxa-icon="research"] .cxa-focus-card__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b42f3b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l2.2 6.8L21 9.8l-5.2 3.8L17.2 20 12 16.8 6.8 20l1.4-6.4L3 9.8l6.8-1L12 2z'/%3E%3C/svg%3E");
}

.cxa-focus-card__body h3 {
    margin: 0 0 12px;
    color: var(--cxa-indigo);
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(19px, 2vw, 22px);
    line-height: 1.2;
    font-weight: 700;
    transition: color 240ms ease;
}

.cxa-focus-card:hover .cxa-focus-card__body h3,
.cxa-focus-card.is-hovered .cxa-focus-card__body h3 {
    color: var(--cxa-ink);
}

.cxa-focus-card__body p {
    margin: 0;
    color: var(--cxa-muted);
    font-size: clamp(15px, 1.5vw, 16px);
    line-height: 1.72;
}

.cxa-v2-membership {
    background: var(--cxa-white);
}

.cxa-v2-membership p {
    margin: 24px 0 32px;
    font-size: 18px;
}

.cxa-v2-benefits {
    padding: 34px;
}

.cxa-v2-benefits ul {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cxa-v2-benefits li {
    position: relative;
    padding-left: 28px;
}

.cxa-v2-benefits li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--cxa-red);
    box-shadow: 0 0 0 5px rgba(217, 54, 68, 0.12);
}

.cxa-v2-member-types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 30px;
}

.cxa-v2-member-types article {
    padding: 22px;
    background: var(--cxa-grey);
}

.cxa-v2-member-types strong,
.cxa-v2-member-types span {
    display: block;
}

.cxa-v2-member-types strong {
    margin-bottom: 8px;
    color: var(--cxa-indigo);
}

.cxa-v2-member-types span {
    color: var(--cxa-red);
    font-weight: 900;
}

.cxa-v2-contact {
    padding: 92px 0 106px;
    background: var(--cxa-grey);
}

.cxa-v2-contact-panel {
    align-items: center;
    padding: 46px 52px;
    border: 1px solid var(--cxa-line);
    border-radius: 8px;
    color: var(--cxa-ink);
    background: var(--cxa-white);
    box-shadow: 0 22px 60px rgba(50, 56, 89, 0.12);
}

.cxa-v2-contact-panel .cxa-v2-subtitle {
    margin-bottom: 16px;
}

.cxa-v2-contact-panel p {
    max-width: 640px;
    margin: 0;
    color: var(--cxa-muted);
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
}

.cxa-v2-contact-panel .cxa-v2-button {
    justify-self: end;
}

body.cxa-execoore-theme #footer-outer,
body.cxa-execoore-theme #copyright,
body.cxa-execoore-theme .row #copyright,
body.cxa-execoore-theme #ajax-content-wrap + #footer-outer,
body.cxa-execoore-theme .nectar_hook_global_section_footer {
    display: none !important;
}

.cxa-v2-site-footer {
    position: relative;
    overflow: hidden;
    padding: clamp(40px, 5vw, 52px) 0 clamp(20px, 2.5vw, 26px);
    color: #fff;
    background: var(--cxa-indigo);
}

.cxa-v2-site-footer--compact {
    padding: clamp(36px, 4.5vw, 44px) 0 clamp(18px, 2vw, 22px);
}

.cxa-v2-footer-media,
.cxa-v2-footer-shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cxa-v2-footer-media {
    z-index: 0;
}

.cxa-v2-footer-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 32%;
}

.cxa-v2-footer-shade {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(50, 56, 89, 0.94), rgba(63, 71, 115, 0.88)),
        linear-gradient(180deg, transparent, rgba(23, 26, 47, 0.2));
}

.cxa-v2-site-footer > .cxa-v2-shell {
    position: relative;
    z-index: 2;
}

.cxa-v2-footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 200px 200px;
    gap: clamp(28px, 4vw, 40px);
}

.cxa-v2-footer-brand img {
    width: 110px;
    height: auto;
    margin-bottom: 14px;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
}

.cxa-v2-footer-about p {
    max-width: 560px;
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 12.5px;
    line-height: 1.65;
}

.cxa-v2-footer-about p:last-child {
    margin-bottom: 0;
}

.cxa-v2-site-footer strong {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cxa-v2-site-footer a,
.cxa-v2-site-footer span {
    display: block;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.75;
    text-decoration: none;
}

.cxa-v2-site-footer a:hover {
    color: #fff;
}

.cxa-v2-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: clamp(24px, 3vw, 32px);
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.cxa-v2-footer-bottom span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

@media (max-width: 1180px) {
    .cxa-v2-card-grid,
    .cxa-focus-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cxa-focus-card,
    .cxa-focus-card:nth-child(4),
    .cxa-focus-card:nth-child(5) {
        grid-column: span 1;
    }
}

@media (max-width: 999px) {
    .cxa-v2-social-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cxa-v2-social-cta {
        justify-content: flex-start;
    }

    .cxa-v2-hero-grid,
    .cxa-v2-two-col,
    .cxa-v2-president-grid,
    .cxa-v2-membership-grid,
    .cxa-v2-contact-panel {
        grid-template-columns: 1fr;
    }

    .cxa-v2-hero-grid {
        justify-content: stretch;
        align-items: end;
    }

    .cxa-v2-proof-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cxa-v2-proof-grid div:nth-child(2) {
        border-right: 0;
    }

    .cxa-v2-values,
    .cxa-v2-member-types {
        grid-template-columns: 1fr;
    }

    .cxa-v2-contact-panel .cxa-v2-button {
        justify-self: start;
    }

    .cxa-v2-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cxa-v2-footer-brand {
        grid-column: 1 / -1;
    }

    .cxa-v2-footer-bottom {
        display: grid;
    }
}

@media (max-width: 690px) {
    body.cxa-execoore-theme #header-outer #top .container {
        width: min(100% - 32px, 1380px);
    }

    body.cxa-execoore-theme #header-outer #top .row {
        min-height: 74px;
    }

    body.cxa-execoore-theme #top #logo img {
        max-width: 118px !important;
        max-height: 54px !important;
    }

    .cxa-v2-shell {
        width: min(100% - 32px, 1180px);
    }

    .cxa-v2-hero {
        min-height: clamp(220px, 62vw, 380px);
    }

    .cxa-v2-hero-media img {
        object-fit: cover;
        object-position: center 22%;
    }

    .cxa-v2-hero-copy h1 {
        font-size: 42px;
    }

    .cxa-v2-hero-copy p,
    .cxa-v2-membership p {
        font-size: 16px;
    }

    .cxa-v2-actions {
        flex-direction: column;
    }

    .cxa-v2-hero-visual {
        padding: 12px;
    }

    .cxa-v2-logo-card {
        display: block;
    }

    .cxa-v2-logo-card img {
        width: 84px;
        margin-bottom: 12px;
    }

    .cxa-v2-journey-card ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .cxa-v2-proof {
        margin-top: 0;
    }

    .cxa-v2-proof-grid,
    .cxa-v2-card-grid {
        grid-template-columns: 1fr;
    }

    .cxa-v2-proof-grid div {
        border-right: 0;
        border-bottom: 1px solid var(--cxa-line);
    }

    .cxa-v2-proof-grid div:last-child {
        border-bottom: 0;
    }

    .cxa-v2-section {
        padding: 68px 0;
    }

    .cxa-v2-president-card,
    .cxa-v2-benefits,
    .cxa-v2-contact-panel {
        padding: 28px;
    }

    .cxa-v2-social-layout {
        gap: 28px;
    }

    .cxa-v2-social-cta {
        width: 100%;
    }

    .cxa-v2-social-instagram {
        width: 100%;
        min-width: 0;
    }

    .cxa-focus-card__visual,
    .cxa-focus-card:nth-child(4) .cxa-focus-card__visual,
    .cxa-focus-card:nth-child(5) .cxa-focus-card__visual {
        height: 148px;
    }

    .cxa-focus-card__icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    body.cxa-execoore-theme h2,
    body.cxa-execoore-theme .cxa-home-v2 h2,
    .cxa-v2-subtitle {
        font-size: var(--cxa-subtitle-size-mobile);
    }

    .cxa-v2-footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cxa-focus-card,
    .cxa-focus-card__visual img,
    .cxa-focus-card__icon,
    .cxa-focus-card__accent-line,
    .cxa-focus-card__glow,
    .cxa-focus-card__index,
    .cxa-focus-card__visual-shade,
    .cxa-focus-card__frame,
    [data-cxa-reveal],
    .cxa-about-obj-acc__cell,
    .cxa-about-value-block,
    .cxa-about-scope-step,
    .cxa-about-board-card,
    .cxa-about-vm-panel {
        transition: none !important;
        animation: none !important;
    }

    .cxa-js-ready .cxa-focus-card:not(.is-visible),
    .cxa-js-ready [data-cxa-reveal]:not(.is-visible),
    .cxa-js-ready .cxa-about-obj-acc__cell:not(.is-visible),
    .cxa-js-ready .cxa-about-value-block:not(.is-visible),
    .cxa-js-ready .cxa-about-scope-step:not(.is-visible),
    .cxa-js-ready .cxa-about-board-card:not(.is-visible),
    .cxa-js-ready .cxa-about-vm-panel:not(.is-visible) {
        opacity: 1;
        transform: none;
    }

    .cxa-focus-card {
        --cxa-focus-tilt-x: 0deg;
        --cxa-focus-tilt-y: 0deg;
        --cxa-focus-parallax: 0px;
    }

}

/* About Us page v2.3 (template-about.php — about-us-v2.3) */
html:has(body.cxa-about-active) {
    scroll-behavior: smooth;
}

body.cxa-board-modal-open {
    overflow: hidden;
}

.cxa-about-page {
    overflow: hidden;
    background: var(--cxa-grey);
}

.cxa-about-hero {
    position: relative;
    min-height: clamp(280px, 52vw, 720px);
    overflow: hidden;
    color: var(--cxa-white);
    background: var(--cxa-indigo);
}

.cxa-about-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cxa-about-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 18% center;
}

.cxa-about-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(23, 26, 47, 0.18) 0%, rgba(50, 56, 89, 0.22) 42%, rgba(23, 26, 47, 0.62) 100%),
        linear-gradient(180deg, transparent 72%, var(--cxa-grey));
    pointer-events: none;
}

@media (min-width: 691px) {
    .cxa-about-hero-media img {
        object-fit: contain;
        object-position: center center;
    }
}

.cxa-about-hero-grid {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: clamp(280px, 52vw, 720px);
    padding: clamp(32px, 5vw, 48px) 0;
}

.cxa-about-hero-title {
    margin: 0;
    max-width: min(420px, 42vw);
    color: var(--cxa-white);
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(42px, 5.5vw, 72px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 24px rgba(23, 26, 47, 0.45);
}

.cxa-about-page .cxa-v2-section {
    padding: clamp(40px, 5vw, 60px) 0;
}

.cxa-about-page .cxa-about-section--lead {
    padding-top: clamp(40px, 5vw, 56px);
}

body.cxa-execoore-theme .cxa-about-page h2 {
    color: var(--cxa-subtitle-color);
    font-family: var(--cxa-subtitle-font);
    font-size: var(--cxa-subtitle-size);
    line-height: var(--cxa-subtitle-line);
}

body.cxa-execoore-theme .cxa-about-page .cxa-about-cta__panel h2#cxa-about-cta-heading,
body.cxa-execoore-theme .cxa-about-page .cxa-about-cta__panel h2#cxa-join-community-heading,
body.cxa-execoore-theme .cxa-about-page .cxa-about-cta__panel .cxa-join-community__title {
    color: #fff;
}

.cxa-about-who__grid {
    display: grid;
    grid-template-columns: minmax(200px, 0.48fr) minmax(0, 1fr);
    gap: clamp(20px, 3.5vw, 48px);
    align-items: start;
}

.cxa-about-who__head .cxa-v2-subtitle {
    margin: 0;
}

.cxa-about-who__copy p {
    margin: 0;
    color: var(--cxa-ink);
    font-size: clamp(16px, 1.6vw, 18px);
    line-height: 1.76;
    text-align: justify;
}

.cxa-about-vm {
    padding-top: 0;
}

.cxa-about-vm__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 22px);
}

.cxa-about-vm-panel {
    display: grid;
    grid-template-columns: clamp(72px, 9vw, 96px) minmax(0, 1fr);
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(50, 56, 89, 0.1);
    background: var(--cxa-white);
    box-shadow: 0 10px 28px rgba(50, 56, 89, 0.06);
    transition:
        opacity 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--cxa-reveal-delay, 0ms),
        transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--cxa-reveal-delay, 0ms),
        box-shadow 320ms ease,
        border-color 320ms ease;
}

.cxa-about-vm-panel__band {
    display: grid;
    place-items: center;
    background: linear-gradient(165deg, #2a2f4d 0%, #323859 48%, #3f4773 100%);
}

.cxa-about-vm-panel__icon {
    width: clamp(44px, 5.5vw, 58px);
    height: clamp(44px, 5.5vw, 58px);
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.18));
    transition: transform 320ms ease;
}

.cxa-about-vm-panel:hover .cxa-about-vm-panel__icon {
    transform: scale(1.06);
}

.cxa-about-vm-panel__content {
    position: relative;
    padding: clamp(22px, 2.4vw, 30px) clamp(20px, 2.2vw, 28px);
}

.cxa-about-vm-panel__rule {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(180, 47, 59) 0%, rgba(180, 47, 59, 0.45) 55%, transparent 100%);
    transition: height 280ms ease, background 280ms ease;
}

.cxa-about-vm-panel__title {
    margin: 0 0 12px;
    color: var(--cxa-indigo);
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(20px, 2.2vw, 24px);
    line-height: 1.15;
    font-weight: 700;
}

.cxa-about-vm-panel p {
    margin: 0;
    color: #3f4773;
    font-size: clamp(15px, 1.5vw, 16px);
    line-height: 1.72;
}

.cxa-about-vm-panel:hover {
    transform: translateY(-4px);
    border-color: rgba(50, 56, 89, 0.16);
    box-shadow:
        0 20px 44px rgba(50, 56, 89, 0.12),
        0 6px 16px rgba(50, 56, 89, 0.06);
}

.cxa-about-vm-panel:hover .cxa-about-vm-panel__rule {
    height: 4px;
    background: linear-gradient(90deg, rgb(180, 47, 59) 0%, rgb(180, 47, 59) 42%, rgba(180, 47, 59, 0.35) 100%);
}

.cxa-about-vm-panel:hover .cxa-about-vm-panel__band {
    background: linear-gradient(165deg, #323859 0%, #3f4773 55%, #4a5280 100%);
}

.cxa-about-section-head {
    margin-bottom: clamp(24px, 3vw, 32px);
}

.cxa-about-section-head .cxa-v2-subtitle {
    margin-bottom: 0;
}

.cxa-about-board__lead {
    max-width: 640px;
    margin: 12px 0 0;
    color: var(--cxa-muted);
    font-size: 16px;
    line-height: 1.68;
}

.cxa-about-obj-acc {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 200px;
}

.cxa-about-obj-acc__cell {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 16px 14px;
    border-radius: 12px;
    border: 1px solid rgba(50, 56, 89, 0.14);
    background: linear-gradient(165deg, rgba(50, 56, 89, 0.94) 0%, rgba(63, 71, 115, 0.9) 100%);
    cursor: default;
    transition:
        opacity 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--cxa-reveal-delay, 0ms),
        transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--cxa-reveal-delay, 0ms),
        flex 420ms cubic-bezier(0.22, 1, 0.36, 1),
        background 360ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 280ms ease,
        box-shadow 320ms ease;
}

.cxa-about-obj-acc__cell::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 0;
    background: rgb(180, 47, 59);
    transition: height 280ms ease;
}

.cxa-about-obj-acc__num {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: auto;
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.95);
    transition: color 280ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cxa-about-obj-acc__text {
    position: relative;
    z-index: 1;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.58;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(8px);
    transition:
        max-height 420ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 300ms ease,
        transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
        margin 320ms ease;
}

.cxa-about-obj-acc__cell:hover,
.cxa-about-obj-acc__cell:focus-within,
.cxa-about-obj-acc__cell.is-expanded {
    flex: 2.8 1 0;
    background: var(--cxa-white);
    border-color: rgba(180, 47, 59, 0.35);
    box-shadow: 0 16px 36px rgba(50, 56, 89, 0.18);
    transform: translateY(-3px);
}

.cxa-about-obj-acc__cell:hover::before,
.cxa-about-obj-acc__cell:focus-within::before,
.cxa-about-obj-acc__cell.is-expanded::before {
    height: 3px;
}

.cxa-about-obj-acc__cell:hover .cxa-about-obj-acc__num,
.cxa-about-obj-acc__cell:focus-within .cxa-about-obj-acc__num,
.cxa-about-obj-acc__cell.is-expanded .cxa-about-obj-acc__num {
    color: rgb(180, 47, 59);
}

.cxa-about-obj-acc__cell:hover .cxa-about-obj-acc__text,
.cxa-about-obj-acc__cell:focus-within .cxa-about-obj-acc__text,
.cxa-about-obj-acc__cell.is-expanded .cxa-about-obj-acc__text {
    max-height: 220px;
    opacity: 1;
    color: var(--cxa-ink);
    transform: translateY(0);
}

.cxa-about-values {
    background:
        linear-gradient(180deg, rgba(50, 56, 89, 0.04) 0%, transparent 100%),
        var(--cxa-grey);
}

.cxa-about-values__strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.cxa-about-value-block {
    --cxa-value-x: 50%;
    --cxa-value-y: 40%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: clamp(22px, 2.4vw, 28px);
    border-radius: 16px;
    border: 1px solid rgba(50, 56, 89, 0.12);
    color: var(--cxa-white);
    transition:
        opacity 640ms cubic-bezier(0.22, 1, 0.36, 1) var(--cxa-reveal-delay, 0ms),
        transform 640ms cubic-bezier(0.22, 1, 0.36, 1) var(--cxa-reveal-delay, 0ms);
}

.cxa-about-value-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at var(--cxa-value-x) var(--cxa-value-y), rgba(255, 255, 255, 0.16) 0%, transparent 52%);
    pointer-events: none;
    transition: opacity 320ms ease;
}

.cxa-about-value-block--c {
    background: linear-gradient(145deg, #323859 0%, #3f4773 58%, #4a5280 100%);
}

.cxa-about-value-block--x {
    background: linear-gradient(145deg, #2a2f4d 0%, #323859 50%, #3a4168 100%);
}

.cxa-about-value-block--a {
    background: linear-gradient(145deg, #3f4773 0%, #323859 62%, #2a2f4d 100%);
}

.cxa-about-value-block__glyph {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: auto;
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(56px, 8vw, 76px);
    line-height: 0.85;
    font-weight: 900;
    letter-spacing: -0.04em;
    opacity: 0.92;
}

.cxa-about-value-block__content {
    position: relative;
    z-index: 1;
    margin-top: 18px;
}

.cxa-about-value-block h3 {
    margin: 0 0 8px;
    color: var(--cxa-white);
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(17px, 1.8vw, 19px);
    line-height: 1.2;
    font-weight: 700;
}

.cxa-about-value-block p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.62;
}

.cxa-about-scope__track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.cxa-about-scope__line {
    position: absolute;
    top: 28px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, rgba(50, 56, 89, 0.08) 0%, rgba(50, 56, 89, 0.22) 50%, rgba(50, 56, 89, 0.08) 100%);
    pointer-events: none;
}

.cxa-about-scope-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition:
        opacity 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--cxa-reveal-delay, 0ms),
        transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--cxa-reveal-delay, 0ms);
}

.cxa-about-scope-step__node {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--cxa-white);
    border: 2px solid rgba(50, 56, 89, 0.14);
    box-shadow: 0 8px 24px rgba(50, 56, 89, 0.08);
    transition: border-color 280ms ease, box-shadow 280ms ease;
}

.cxa-about-scope-step.is-active .cxa-about-scope-step__node,
.cxa-about-scope-step:hover .cxa-about-scope-step__node {
    border-color: rgba(180, 47, 59, 0.45);
    box-shadow: 0 10px 28px rgba(50, 56, 89, 0.12);
}

.cxa-about-scope-step__icon {
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.72;
}

.cxa-about-scope-step.is-active .cxa-about-scope-step__icon,
.cxa-about-scope-step:hover .cxa-about-scope-step__icon {
    opacity: 1;
}

.cxa-about-scope-step--events .cxa-about-scope-step__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23323859' stroke-width='2'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M3 10h18'/%3E%3C/svg%3E");
}

.cxa-about-scope-step--digital .cxa-about-scope-step__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23323859' stroke-width='2'%3E%3Crect x='2' y='4' width='20' height='14' rx='2'/%3E%3Cpath d='M8 20h8'/%3E%3C/svg%3E");
}

.cxa-about-scope-step--conferences .cxa-about-scope-step__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23323859' stroke-width='2'%3E%3Cpath d='M4 8h16v10H4z'/%3E%3Cpath d='M8 8V5h8v3'/%3E%3C/svg%3E");
}

.cxa-about-scope-step--awards .cxa-about-scope-step__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23323859' stroke-width='2'%3E%3Cpath d='M8 4h8v5a4 4 0 01-8 0V4z'/%3E%3Cpath d='M12 13v4M8 21h8'/%3E%3C/svg%3E");
}

.cxa-about-scope-step--research .cxa-about-scope-step__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23323859' stroke-width='2'%3E%3Cpath d='M6 4h9l3 3v13H6z'/%3E%3Cpath d='M9 12h6M9 16h4'/%3E%3C/svg%3E");
}

.cxa-about-scope-step__body {
    padding: 0 6px;
}

.cxa-about-scope-step p {
    margin: 0;
    color: var(--cxa-indigo);
    font-size: 13px;
    line-height: 1.58;
}

.cxa-about-board {
    background: var(--cxa-white);
}

.cxa-about-board__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
}

/* Board hierarchy: row 1 = President + Board Advisor (centered pair); rows 2–4 = 3 each */
.cxa-about-board-card:nth-child(1) {
    grid-row: 1;
    grid-column: 2 / span 2;
}

.cxa-about-board-card:nth-child(2) {
    grid-row: 1;
    grid-column: 4 / span 2;
}

.cxa-about-board-card:nth-child(3) {
    grid-row: 2;
    grid-column: 1 / span 2;
}

.cxa-about-board-card:nth-child(4) {
    grid-row: 2;
    grid-column: 3 / span 2;
}

.cxa-about-board-card:nth-child(5) {
    grid-row: 2;
    grid-column: 5 / span 2;
}

.cxa-about-board-card:nth-child(6) {
    grid-row: 3;
    grid-column: 1 / span 2;
}

.cxa-about-board-card:nth-child(7) {
    grid-row: 3;
    grid-column: 3 / span 2;
}

.cxa-about-board-card:nth-child(8) {
    grid-row: 3;
    grid-column: 5 / span 2;
}

.cxa-about-board-card:nth-child(9) {
    grid-row: 4;
    grid-column: 1 / span 2;
}

.cxa-about-board-card:nth-child(10) {
    grid-row: 4;
    grid-column: 3 / span 2;
}

.cxa-about-board-card:nth-child(11) {
    grid-row: 4;
    grid-column: 5 / span 2;
}

.cxa-about-board-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid var(--cxa-line);
    background: var(--cxa-white);
    transition:
        opacity 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--cxa-reveal-delay, 0ms),
        transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--cxa-reveal-delay, 0ms),
        box-shadow 280ms ease,
        border-color 280ms ease;
}

.cxa-about-board-card:hover {
    border-color: rgba(50, 56, 89, 0.2);
    box-shadow: 0 12px 32px rgba(50, 56, 89, 0.08);
}

.cxa-about-board-card__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 5 / 3;
    overflow: hidden;
    background: var(--cxa-board-photo-bg);
}

.cxa-about-board-card__photo--has-image {
    background: var(--cxa-board-photo-bg);
}

.cxa-about-board-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.cxa-about-board-card__photo span {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: var(--cxa-white);
    font-family: var(--cxa-subtitle-font);
    font-size: 20px;
    font-weight: 900;
    background: linear-gradient(145deg, rgba(50, 56, 89, 0.94) 0%, rgba(63, 71, 115, 0.9) 100%);
    border: 2px solid rgba(50, 56, 89, 0.12);
    box-shadow: 0 4px 14px rgba(50, 56, 89, 0.14);
}

.cxa-about-board-card__body {
    flex: 1;
    padding: 14px 16px 16px;
}

.cxa-about-board-card__title {
    margin: 0 0 7px;
    color: var(--cxa-subtitle-color);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.4;
}

.cxa-about-board-card__name {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: var(--cxa-indigo);
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(15px, 1.45vw, 18px);
    line-height: 1.35;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: color 200ms ease;
}

.cxa-about-board-card__name:hover,
.cxa-about-board-card__name:focus-visible {
    color: var(--cxa-subtitle-color);
    outline: none;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cxa-about-cta {
    padding: clamp(40px, 5vw, 56px) 0 clamp(48px, 6vw, 72px);
}

.cxa-about-cta__panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px 40px;
    padding: clamp(28px, 3.5vw, 40px);
    border-radius: 16px;
    border: 1px solid rgba(50, 56, 89, 0.1);
    background:
        linear-gradient(135deg, rgba(50, 56, 89, 0.96) 0%, rgba(63, 71, 115, 0.92) 100%);
    box-shadow: 0 20px 56px rgba(50, 56, 89, 0.16);
}

.cxa-about-cta__copy {
    flex: 1 1 320px;
    max-width: 640px;
}

.cxa-about-cta__panel .cxa-v2-subtitle,
.cxa-about-cta__panel #cxa-about-cta-heading,
.cxa-about-cta__panel #cxa-join-community-heading,
.cxa-about-cta__panel .cxa-join-community__title {
    margin: 0 0 10px;
    color: #fff;
}

.cxa-about-cta__panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.68;
}

.cxa-about-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: min(240px, 100%);
    flex-shrink: 0;
}

.cxa-about-cta__btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    border: 0;
    cursor: pointer;
    font: inherit;
}

.cxa-join-community-site {
    padding: clamp(40px, 5vw, 56px) clamp(20px, 4vw, 40px) clamp(48px, 6vw, 72px);
    background: var(--cxa-white, #fff);
}

.cxa-board-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: 20px;
    pointer-events: none;
}

.cxa-board-modal.is-open {
    pointer-events: auto;
}

.cxa-board-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(23, 26, 47, 0.55);
    opacity: 0;
    transition: opacity 320ms ease;
}

.cxa-board-modal.is-open .cxa-board-modal__backdrop {
    opacity: 1;
}

.cxa-board-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    max-height: min(90vh, 720px);
    overflow-y: auto;
    padding: clamp(24px, 4vw, 32px);
    border-radius: 16px;
    border: 1px solid rgba(50, 56, 89, 0.12);
    background: var(--cxa-white);
    box-shadow: 0 24px 64px rgba(50, 56, 89, 0.2);
    text-align: center;
    opacity: 0;
    transform: translateY(16px) scale(0.98);
    transition:
        opacity 320ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cxa-board-modal.is-open .cxa-board-modal__dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.cxa-board-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    color: var(--cxa-indigo);
    font-size: 24px;
    line-height: 1;
    background: rgba(50, 56, 89, 0.06);
    cursor: pointer;
    transition: background 200ms ease, color 200ms ease;
}

.cxa-board-modal__close:hover,
.cxa-board-modal__close:focus-visible {
    color: rgb(180, 47, 59);
    background: rgba(180, 47, 59, 0.1);
    outline: none;
}

.cxa-board-modal__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 320px);
    aspect-ratio: 5 / 3;
    margin: 0 auto 16px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--cxa-board-photo-bg);
}

.cxa-board-modal__photo--has-image {
    background: var(--cxa-board-photo-bg);
}

.cxa-board-modal__photo img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.cxa-board-modal__photo img[hidden] {
    display: none;
}

.cxa-board-modal__photo span {
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: var(--cxa-white);
    font-family: var(--cxa-subtitle-font);
    font-size: 22px;
    font-weight: 900;
    background: linear-gradient(145deg, rgba(50, 56, 89, 0.94) 0%, rgba(63, 71, 115, 0.9) 100%);
    border: 2px solid rgba(50, 56, 89, 0.12);
    box-shadow: 0 4px 14px rgba(50, 56, 89, 0.14);
}

.cxa-board-modal__position {
    margin: 0 0 6px;
    color: rgb(180, 47, 59);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cxa-board-modal__name {
    margin: 0 0 12px;
    color: var(--cxa-ink);
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(18px, 2.5vw, 22px);
    line-height: 1.25;
    font-weight: 700;
}

.cxa-board-modal__bio {
    margin: 0;
    color: var(--cxa-muted);
    font-size: 15px;
    line-height: 1.6;
    font-style: italic;
    text-align: left;
}

.cxa-board-modal__bio p {
    margin: 0 0 12px;
}

.cxa-board-modal__bio p:last-child {
    margin-bottom: 0;
}

.cxa-board-modal__bio--full {
    font-style: normal;
    color: var(--cxa-ink);
}

.cxa-js-ready .cxa-about-vm-panel:not(.is-visible),
.cxa-js-ready .cxa-about-obj-acc__cell:not(.is-visible),
.cxa-js-ready .cxa-about-value-block:not(.is-visible),
.cxa-js-ready .cxa-about-scope-step:not(.is-visible),
.cxa-js-ready .cxa-about-board-card:not(.is-visible) {
    opacity: 0;
    transform: translateY(22px);
}

.cxa-about-vm-panel.is-visible,
.cxa-about-obj-acc__cell.is-visible,
.cxa-about-value-block.is-visible,
.cxa-about-scope-step.is-visible,
.cxa-about-board-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .cxa-about-obj-acc {
        flex-wrap: wrap;
        min-height: 0;
    }

    .cxa-about-obj-acc__cell {
        flex: 1 1 calc(33.333% - 8px);
        min-height: 120px;
    }

    .cxa-about-obj-acc__cell:hover,
    .cxa-about-obj-acc__cell:focus-within,
    .cxa-about-obj-acc__cell.is-expanded {
        flex: 1 1 100%;
    }

    .cxa-about-scope__track {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .cxa-about-scope__line {
        display: none;
    }

    .cxa-about-scope-step {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 14px;
        padding: 14px 16px;
        border-radius: 10px;
        border: 1px solid rgba(50, 56, 89, 0.1);
        background: var(--cxa-white);
    }

    .cxa-about-scope-step__node {
        margin-bottom: 0;
        width: 48px;
        height: 48px;
        flex-shrink: 0;
    }
}

@media (max-width: 980px) {
    .cxa-about-who__grid,
    .cxa-about-vm__grid {
        grid-template-columns: 1fr;
    }

    .cxa-about-who__copy p {
        text-align: justify;
    }

    .cxa-about-obj-acc__cell {
        flex: 1 1 calc(50% - 8px);
    }

    .cxa-about-values__strip {
        grid-template-columns: 1fr;
    }

    .cxa-about-board__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cxa-about-board-card:nth-child(n) {
        grid-row: auto;
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .cxa-about-hero {
        min-height: clamp(220px, 62vw, 380px);
    }

    .cxa-about-hero-grid {
        justify-content: center;
        text-align: center;
        min-height: clamp(220px, 62vw, 380px);
        padding: clamp(24px, 6vw, 36px) 0;
    }

    .cxa-about-hero-media img {
        object-fit: cover;
        object-position: 22% center;
    }

    .cxa-about-hero-title {
        max-width: none;
        font-size: clamp(36px, 9vw, 48px);
    }

    .cxa-about-obj-acc {
        flex-direction: column;
    }

    .cxa-about-obj-acc__cell {
        flex: 1 1 auto;
        min-height: 88px;
    }

    .cxa-about-obj-acc__cell.is-expanded,
    .cxa-about-obj-acc__cell:hover,
    .cxa-about-obj-acc__cell:focus-within {
        flex: 1 1 auto;
    }

    .cxa-about-obj-acc__text {
        max-height: none;
        opacity: 1;
        transform: none;
    }

    .cxa-about-board__grid {
        grid-template-columns: 1fr;
    }

    .cxa-about-cta__panel {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .cxa-about-cta__actions {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    body.cxa-execoore-theme .cxa-about-page h2,
    body.cxa-execoore-theme .cxa-about-page .cxa-v2-subtitle {
        font-size: var(--cxa-subtitle-size-mobile);
    }

    .cxa-about-cta__panel .cxa-v2-subtitle,
    .cxa-about-cta__panel #cxa-about-cta-heading,
    .cxa-about-cta__panel #cxa-join-community-heading,
    .cxa-about-cta__panel .cxa-join-community__title {
        color: #fff;
    }
}

@media (prefers-reduced-motion: reduce) {
    html:has(body.cxa-about-active),
    html:has(body.cxa-members-active) {
        scroll-behavior: auto;
    }
}

/* Members & Committees page (template-members-committees.php — members-committees-v1.1) */
html:has(body.cxa-members-active) {
    scroll-behavior: smooth;
}

.cxa-members-page {
    overflow: hidden;
    background: var(--cxa-grey);
}

.cxa-members-hero {
    position: relative;
    min-height: clamp(280px, 52vw, 720px);
    overflow: hidden;
    color: var(--cxa-white);
    background: var(--cxa-indigo);
}

.cxa-members-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cxa-members-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 18% center;
}

.cxa-members-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(23, 26, 47, 0.08) 0%, rgba(23, 26, 47, 0.42) 55%, rgba(23, 26, 47, 0.58) 100%),
        linear-gradient(180deg, rgba(23, 26, 47, 0.12) 0%, rgba(23, 26, 47, 0.28) 100%);
}

@media (min-width: 769px) {
    .cxa-members-hero-media img {
        object-fit: contain;
        object-position: center center;
    }
}

.cxa-members-hero-grid {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: clamp(280px, 52vw, 720px);
    padding: clamp(32px, 5vw, 48px) 0;
}

.cxa-members-hero-title {
    margin: 0;
    max-width: min(480px, 46vw);
    color: var(--cxa-white);
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(36px, 5vw, 68px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 24px rgba(23, 26, 47, 0.45);
}

.cxa-members-page .cxa-v2-section {
    padding: clamp(40px, 5vw, 60px) 0;
}

.cxa-members-page .cxa-members-section--lead {
    padding-top: clamp(40px, 5vw, 56px);
}

body.cxa-execoore-theme .cxa-members-page h2.cxa-v2-subtitle {
    color: var(--cxa-subtitle-color);
}

.cxa-members-section-head {
    margin-bottom: clamp(24px, 3vw, 32px);
}

.cxa-members-section-head .cxa-v2-subtitle {
    margin-bottom: 0;
}

.cxa-members-committees__lead {
    max-width: 720px;
    margin: 12px 0 0;
    color: var(--cxa-muted);
    font-size: 16px;
    line-height: 1.65;
}

.cxa-members-tiers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2.5vw, 24px);
    margin-bottom: clamp(36px, 4.5vw, 48px);
}

.cxa-members-tier-card {
    display: flex;
    flex-direction: column;
    padding: clamp(22px, 2.8vw, 28px);
    border: 1px solid rgba(50, 56, 89, 0.1);
    border-radius: 14px;
    background: var(--cxa-white);
    box-shadow: 0 10px 32px rgba(50, 56, 89, 0.06);
    transition:
        border-color 240ms ease,
        box-shadow 240ms ease,
        transform 240ms ease;
}

.cxa-members-tier-card:hover {
    border-color: rgba(50, 56, 89, 0.18);
    box-shadow: 0 16px 40px rgba(50, 56, 89, 0.1);
    transform: translateY(-2px);
}

.cxa-members-tier-card__title {
    margin: 0 0 10px;
    color: var(--cxa-indigo);
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(20px, 2.2vw, 24px);
    font-weight: 900;
    line-height: 1.15;
}

.cxa-members-tier-card__copy {
    margin: 0 0 14px;
    color: var(--cxa-muted);
    font-size: 15px;
    line-height: 1.62;
}

.cxa-members-tier-card__list {
    flex: 1;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.cxa-members-tier-card__list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    color: var(--cxa-ink);
    font-size: 14px;
    line-height: 1.55;
}

.cxa-members-tier-card__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(180, 47, 59);
}

.cxa-members-tier-card__btn {
    align-self: center;
    margin-top: auto;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.cxa-members-process {
    padding: clamp(24px, 3vw, 32px);
    border-radius: 16px;
    border: 1px solid rgba(50, 56, 89, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 245, 249, 0.96) 100%);
}

.cxa-members-process__title {
    margin: 0 0 clamp(20px, 2.5vw, 28px);
    color: var(--cxa-indigo);
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.cxa-members-process__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cxa-members-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px 12px;
    border-radius: 12px;
    border: 1px solid rgba(50, 56, 89, 0.08);
    background: var(--cxa-white);
    transition:
        border-color 240ms ease,
        box-shadow 240ms ease,
        transform 240ms ease;
}

.cxa-members-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 36px;
    right: -14px;
    width: 16px;
    height: 2px;
    background: rgba(50, 56, 89, 0.18);
    z-index: 1;
}

.cxa-members-step__num {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 50%;
    color: var(--cxa-white);
    font-family: var(--cxa-subtitle-font);
    font-size: 16px;
    font-weight: 900;
    background: linear-gradient(145deg, var(--cxa-indigo) 0%, var(--cxa-blue) 100%);
    box-shadow: 0 6px 18px rgba(50, 56, 89, 0.18);
}

.cxa-members-step__copy--welcome {
    text-align: center;
}

.cxa-members-step__copy {
    margin: 0;
    color: var(--cxa-ink);
    font-size: 15px;
    line-height: 1.52;
}

.cxa-members-roster {
    background: var(--cxa-white);
}

.cxa-members-roster__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cxa-members-member-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(50, 56, 89, 0.1);
    border-radius: 12px;
    background: var(--cxa-white);
    box-shadow: 0 8px 24px rgba(50, 56, 89, 0.05);
    transition:
        border-color 240ms ease,
        box-shadow 240ms ease,
        transform 240ms ease;
}

.cxa-members-member-card:hover {
    border-color: rgba(50, 56, 89, 0.18);
    box-shadow: 0 12px 32px rgba(50, 56, 89, 0.08);
    transform: translateY(-2px);
}

.cxa-members-member-card__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 5 / 3;
    background: var(--cxa-board-photo-bg);
}

.cxa-members-member-card__photo span {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: var(--cxa-white);
    font-family: var(--cxa-subtitle-font);
    font-size: 20px;
    font-weight: 900;
    background: linear-gradient(145deg, rgba(50, 56, 89, 0.94) 0%, rgba(63, 71, 115, 0.9) 100%);
    border: 2px solid rgba(50, 56, 89, 0.12);
    box-shadow: 0 4px 14px rgba(50, 56, 89, 0.14);
}

.cxa-members-member-card__name {
    margin: 0;
    padding: 14px 12px 16px;
    color: var(--cxa-indigo);
    font-family: var(--cxa-subtitle-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.cxa-members-committees {
    background: var(--cxa-grey);
}

.cxa-members-committees__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2.5vw, 24px);
}

.cxa-members-committee-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: 1px solid rgba(50, 56, 89, 0.1);
    border-radius: 16px;
    background: var(--cxa-white);
    box-shadow: 0 12px 36px rgba(50, 56, 89, 0.06);
    overflow: hidden;
    transition:
        border-color 260ms ease,
        box-shadow 260ms ease,
        transform 260ms ease;
}

.cxa-members-committee-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--cxa-indigo) 0%, var(--cxa-blue) 100%);
    opacity: 0.85;
}

.cxa-members-committee-card:hover {
    border-color: rgba(50, 56, 89, 0.2);
    box-shadow: 0 18px 48px rgba(50, 56, 89, 0.1);
    transform: translateY(-3px);
}

.cxa-members-committee-card__name {
    margin: 0;
    padding: clamp(22px, 2.8vw, 28px) clamp(20px, 2.5vw, 26px) 12px;
    color: rgb(50, 56, 89);
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(17px, 1.8vw, 20px);
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
}

.cxa-members-committee-card__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0;
    border-radius: 0;
    border: none;
    border-top: 1px dashed rgba(50, 56, 89, 0.18);
    border-bottom: 1px dashed rgba(50, 56, 89, 0.18);
    background: var(--cxa-board-photo-bg);
    overflow: hidden;
}

.cxa-members-committee-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.cxa-members-committee-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px clamp(20px, 2.5vw, 26px) clamp(24px, 3vw, 30px);
}

.cxa-members-committee-card__photo span {
    color: var(--cxa-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cxa-members-committee-card__chair-label {
    margin: 0 0 4px;
    color: rgb(180, 47, 59);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cxa-members-committee-card__chair {
    margin: 0 0 16px;
    color: var(--cxa-ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.cxa-members-committee-card__focus {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(50, 56, 89, 0.08);
}

.cxa-members-committee-card__focus strong {
    display: block;
    margin-bottom: 8px;
    color: var(--cxa-subtitle-color);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cxa-members-committee-card__focus ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cxa-members-committee-card__focus li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 6px;
    color: var(--cxa-ink);
    font-size: 13px;
    line-height: 1.45;
}

.cxa-members-committee-card__focus li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--cxa-indigo);
}

.cxa-members-cta .cxa-about-cta__panel .cxa-v2-subtitle,
.cxa-members-cta .cxa-about-cta__panel #cxa-members-cta-heading {
    color: #fff;
}

.cxa-js-ready .cxa-members-tier-card:not(.is-visible),
.cxa-js-ready .cxa-members-step:not(.is-visible),
.cxa-js-ready .cxa-members-member-card:not(.is-visible),
.cxa-js-ready .cxa-members-committee-card:not(.is-visible) {
    opacity: 0;
    transform: translateY(22px);
}

.cxa-members-tier-card.is-visible,
.cxa-members-step.is-visible,
.cxa-members-member-card.is-visible,
.cxa-members-committee-card.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 1100px) {
    .cxa-members-committees__grid {
        grid-template-columns: 1fr;
    }

    .cxa-members-roster__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cxa-members-process__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cxa-members-step:nth-child(2)::after,
    .cxa-members-step:nth-child(4)::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .cxa-members-hero {
        min-height: clamp(220px, 62vw, 380px);
    }

    .cxa-members-hero-grid {
        justify-content: center;
        text-align: center;
        min-height: clamp(220px, 62vw, 380px);
    }

    .cxa-members-hero-media img {
        object-fit: cover;
        object-position: 22% center;
    }

    .cxa-members-hero-title {
        max-width: none;
        font-size: clamp(32px, 8vw, 44px);
    }

    .cxa-members-tiers {
        grid-template-columns: 1fr;
    }

    .cxa-members-process__track {
        grid-template-columns: 1fr;
    }

    .cxa-members-step::after {
        display: none !important;
    }

    .cxa-members-roster__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.cxa-execoore-theme .cxa-members-page h2.cxa-v2-subtitle {
        font-size: var(--cxa-subtitle-size-mobile);
    }
}

@media (prefers-reduced-motion: reduce) {
    .cxa-members-tier-card,
    .cxa-members-step,
    .cxa-members-member-card,
    .cxa-members-committee-card {
        transition: none !important;
        animation: none !important;
    }

    .cxa-js-ready .cxa-members-tier-card:not(.is-visible),
    .cxa-js-ready .cxa-members-step:not(.is-visible),
    .cxa-js-ready .cxa-members-member-card:not(.is-visible),
    .cxa-js-ready .cxa-members-committee-card:not(.is-visible) {
        opacity: 1;
        transform: none;
    }
}

body.cxa-partner-modal-open {
    overflow: hidden;
}

.cxa-partner-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: 20px;
    pointer-events: none;
}

.cxa-partner-modal.is-open {
    pointer-events: auto;
}

.cxa-partner-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(23, 26, 47, 0.55);
    opacity: 0;
    transition: opacity 320ms ease;
}

.cxa-partner-modal.is-open .cxa-partner-modal__backdrop {
    opacity: 1;
}

.cxa-partner-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    max-height: min(92vh, 760px);
    overflow-y: auto;
    padding: clamp(24px, 4vw, 32px);
    border-radius: 16px;
    border: 1px solid rgba(50, 56, 89, 0.12);
    background: var(--cxa-white);
    box-shadow: 0 24px 64px rgba(50, 56, 89, 0.2);
    opacity: 0;
    transform: translateY(16px) scale(0.98);
    transition:
        opacity 320ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cxa-partner-modal.is-open .cxa-partner-modal__dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.cxa-partner-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    color: var(--cxa-indigo);
    font-size: 24px;
    line-height: 1;
    background: rgba(50, 56, 89, 0.06);
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease;
}

.cxa-partner-modal__close:hover,
.cxa-partner-modal__close:focus-visible {
    color: var(--cxa-cta);
    background: rgba(180, 47, 59, 0.1);
}

.cxa-partner-modal__title {
    margin: 0 0 8px;
    padding-right: 36px;
    color: var(--cxa-indigo);
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 900;
    line-height: 1.15;
}

.cxa-partner-modal__intro {
    margin: 0 0 20px;
    color: var(--cxa-muted);
    font-size: 15px;
    line-height: 1.55;
}

.cxa-partner-form {
    display: grid;
    gap: 14px;
}

.cxa-partner-form__field {
    display: grid;
    gap: 6px;
}

.cxa-partner-form__field label {
    color: var(--cxa-indigo);
    font-size: 13px;
    font-weight: 700;
}

.cxa-partner-form__field label span {
    color: var(--cxa-cta);
}

.cxa-partner-form__field input,
.cxa-partner-form__field textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid rgba(50, 56, 89, 0.16);
    border-radius: 8px;
    color: var(--cxa-ink);
    font: inherit;
    font-size: 14px;
    line-height: 1.45;
    background: var(--cxa-white);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.cxa-partner-form__field input:focus,
.cxa-partner-form__field textarea:focus {
    outline: none;
    border-color: rgba(180, 47, 59, 0.45);
    box-shadow: 0 0 0 3px rgba(180, 47, 59, 0.12);
}

.cxa-partner-form__field input[readonly] {
    color: var(--cxa-muted);
    background: rgba(244, 245, 249, 0.9);
}

.cxa-partner-form__field textarea {
    resize: vertical;
    min-height: 96px;
}

.cxa-partner-form__error {
    margin: 0;
    color: var(--cxa-cta);
    font-size: 13px;
    line-height: 1.45;
}

.cxa-partner-form__submit {
    justify-self: start;
    margin-top: 4px;
}

.cxa-partner-modal__success {
    display: grid;
    gap: 20px;
    padding-top: 8px;
}

.cxa-partner-modal__success-text {
    margin: 0;
    color: var(--cxa-ink);
    font-size: 16px;
    line-height: 1.6;
}

/* Coming Soon pages */
.cxa-coming-soon-page .cxa-v2-section {
    padding: clamp(40px, 5vw, 60px) 0;
}

.cxa-coming-soon__inner {
    display: grid;
    gap: clamp(16px, 2.5vw, 24px);
    justify-items: center;
    max-width: min(720px, 100%);
    margin: 0 auto;
    text-align: center;
}

.cxa-coming-soon__badge {
    margin: 0;
    color: var(--cxa-subtitle-color);
    font-family: var(--cxa-subtitle-font);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.cxa-coming-soon__copy {
    margin: 0;
    max-width: 52ch;
    color: var(--cxa-ink);
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.65;
}

