.org-profile {
    --profile-accent: #00aad2;
    --profile-navy: #002b49;
    --profile-ink: #0b334c;
    --profile-muted: #667987;
    --profile-soft: #f3f8fb;
    --profile-soft-2: #edf5f8;
    --profile-line: #dce8ee;
    --profile-cyan: #00aad2;
    --profile-orange: #ff5e00;
    --profile-shell-max: 1180px;
    --profile-shell-gutter: 48px;
    background: #f7fbfd;
    color: var(--profile-ink);
    overflow: hidden;
}
.org-profile a {
    color: inherit;
    text-decoration: none;
}
nav.expo-nav {
    background: rgba(255,255,255,.98) !important;
    border-bottom: 1px solid #dce8ee !important;
    box-shadow: 0 12px 34px rgba(0,43,73,.08) !important;
    color: #002b49 !important;
}
nav.expo-nav .brand-logo-color {
    display: block !important;
    filter: none !important;
}
nav.expo-nav .brand-logo-white {
    display: none !important;
}
nav.expo-nav .nav-item,
nav.expo-nav .menu-toggle {
    color: #002b49 !important;
}
nav.expo-nav .nav-item:hover,
nav.expo-nav .nav-item.active,
nav.expo-nav .nav-item[aria-expanded="true"] {
    background: #f3f8fb !important;
    color: var(--profile-accent) !important;
}
nav.expo-nav button.cta {
    background: #ff5e00 !important;
    border-color: #ff5e00 !important;
    color: #fff !important;
}
.profile-hero {
    background:
        radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--profile-accent) 12%, transparent), transparent 34%),
        linear-gradient(180deg, #fff 0%, #f7fbfd 100%);
    border-bottom: 1px solid var(--profile-line);
    position: relative;
}
.profile-hero::before {
    background:
        linear-gradient(90deg, rgba(0,43,73,.04) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0,43,73,.035) 1px, transparent 1px);
    background-size: 76px 76px;
    content: "";
    inset: 0;
    opacity: .55;
    pointer-events: none;
    position: absolute;
}
.profile-hero__inner {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    margin: 0 auto;
    max-width: var(--profile-shell-max);
    min-height: 500px;
    padding: 54px 0 58px;
    position: relative;
    width: calc(100% - var(--profile-shell-gutter));
    z-index: 1;
}
.profile-eyebrow {
    align-items: center;
    color: var(--profile-accent);
    display: inline-flex;
    font-size: 11px;
    font-weight: 950;
    gap: 10px;
    letter-spacing: .18em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.profile-eyebrow::before {
    background: var(--profile-orange);
    content: "";
    display: block;
    height: 2px;
    width: 38px;
}
html body main#main-content .org-profile .profile-hero h1 {
    color: var(--profile-navy) !important;
    font-size: clamp(42px, 5vw, 68px) !important;
    letter-spacing: 0 !important;
    line-height: .92 !important;
    margin: 0;
    max-width: 860px;
}
html body main#main-content .org-profile .profile-hero h1.profile-hero__title--value {
    max-width: 760px;
    font-size: clamp(40px, 4.2vw, 56px) !important;
    line-height: 1.04 !important;
}
.profile-hero__subtitle {
    color: #526877;
    font-size: 21px;
    line-height: 1.55;
    margin: 14px 0 0;
    max-width: 720px;
}
.profile-hero__formal-name {
    color: var(--profile-navy);
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 900;
    line-height: 1.18;
    margin: 22px 0 0;
    max-width: 760px;
}
.profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}
.profile-button {
    align-items: center;
    background: var(--profile-orange) !important;
    border: 1px solid var(--profile-orange) !important;
    border-radius: 8px;
    color: #fff !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 950;
    gap: 10px;
    justify-content: center;
    letter-spacing: .02em;
    line-height: 1.1;
    min-height: 46px;
    padding: 0 20px;
    text-align: center;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
    white-space: nowrap;
}
.profile-button:hover {
    background: #d95000 !important;
    border-color: #d95000 !important;
    transform: translateY(-1px);
}
.profile-button--secondary {
    border-color: var(--profile-line) !important;
    color: var(--profile-navy) !important;
    background: #fff !important;
}
.profile-button--secondary:hover {
    border-color: var(--profile-navy) !important;
    color: var(--profile-navy) !important;
    background: var(--profile-soft) !important;
}
.profile-actions svg {
    height: 15px;
    width: 15px;
}
.identity-card {
    background: #fff;
    border: 1px solid var(--profile-line);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0,43,73,.10);
    overflow: hidden;
}
.identity-card__logo {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 188px;
    padding: 28px;
}
.identity-card__logo img {
    display: block;
    height: auto;
    max-height: 126px;
    max-width: 280px;
    object-fit: contain;
    width: auto;
}
.identity-card__logo--asac img {
    max-height: 62px;
    max-width: 270px;
}
.identity-card__logo--basc-el-salvador img {
    max-height: 112px;
    max-width: 112px;
}
.identity-card__logo--asola img {
    max-height: 86px;
    max-width: 270px;
}
.identity-card__fallback {
    color: var(--profile-accent);
    font-size: 44px;
    font-weight: 950;
}
.identity-card__leader {
    align-items: center;
    border-top: 1px solid var(--profile-line);
    display: grid;
    gap: 15px;
    grid-template-columns: 68px minmax(0, 1fr);
    padding: 16px 24px;
    scroll-margin-top: 150px;
}
.identity-card__leader img,
.identity-card__avatar {
    border-radius: 8px;
    display: block;
    height: 68px;
    width: 68px;
}
.identity-card__leader img {
    background: #d8d0ca;
    object-fit: cover;
    object-position: center 23%;
}
.identity-card__avatar {
    align-items: center;
    background: color-mix(in srgb, var(--profile-accent) 12%, #fff);
    border: 1px solid color-mix(in srgb, var(--profile-accent) 28%, #fff);
    color: var(--profile-navy);
    display: flex;
    font-size: 22px;
    font-weight: 950;
    justify-content: center;
    letter-spacing: .04em;
}
.identity-card__leader span {
    color: var(--profile-accent);
    display: block;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .14em;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.identity-card__leader strong {
    color: var(--profile-navy);
    display: block;
    font-size: 17px;
    line-height: 1.22;
}
.identity-card__rows {
    border-top: 1px solid var(--profile-line);
    display: grid;
}
.identity-row {
    border-bottom: 1px solid var(--profile-line);
    display: grid;
    gap: 5px;
    padding: 19px 24px;
}
.identity-row:last-child {
    border-bottom: 0;
}
.identity-row span {
    color: var(--profile-muted);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.identity-row strong {
    color: var(--profile-navy);
    font-size: 16px;
    line-height: 1.38;
}
.micro-section {
    padding: 62px 0;
}
.micro-section--white {
    background: #fff;
}
.micro-section--soft {
    background: var(--profile-soft);
}
.micro-section__inner {
    margin: 0 auto;
    max-width: var(--profile-shell-max);
    width: calc(100% - var(--profile-shell-gutter));
}
.section-kicker {
    color: var(--profile-accent);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .16em;
    margin-bottom: 14px;
    text-transform: uppercase;
}
html body main#main-content .org-profile h2 {
    color: var(--profile-navy) !important;
    font-size: clamp(34px, 3.7vw, 48px) !important;
    line-height: 1.06 !important;
    margin: 0;
}
.micro-copy {
    color: #526877;
    font-size: 17px;
    line-height: 1.72;
    margin: 22px 0 0;
}
.profile-summary {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
}
.profile-panel {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px 28px 0 0;
}
.profile-panel p {
    color: #405867;
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 18px;
}
.profile-panel p:last-child {
    margin-bottom: 0;
}
.quote-card {
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--profile-accent) 8%, #fff) 0%, #fff 100%);
    border: 1px solid var(--profile-line);
    border-radius: 8px;
    padding: 36px;
    position: relative;
    align-self: start;
}
.quote-card::before {
    color: color-mix(in srgb, var(--profile-accent) 26%, #fff);
    content: "“";
    font-size: 92px;
    font-weight: 950;
    line-height: .7;
    position: absolute;
    right: 30px;
    top: 32px;
}
.quote-card blockquote {
    color: var(--profile-navy);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.42;
    margin: 0;
    position: relative;
    z-index: 1;
}
.quote-card cite {
    color: var(--profile-accent);
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: .12em;
    margin-top: 22px;
    text-transform: uppercase;
}
.value-strip {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}
.value-card {
    background: #fff;
    border: 1px solid var(--profile-line);
    border-radius: 8px;
    padding: 24px;
}
.value-card span {
    color: var(--profile-muted);
    display: block;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .14em;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.value-card strong {
    color: var(--profile-navy);
    display: block;
    font-size: 18px;
    line-height: 1.35;
}
.service-layout {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(260px, .42fr) minmax(0, .58fr);
}
.service-grid {
    display: grid;
    gap: 14px;
}
.service-card {
    align-items: start;
    background: #fff;
    border: 1px solid var(--profile-line);
    border-radius: 8px;
    display: grid;
    gap: 18px;
    grid-template-columns: 48px 1fr;
    padding: 22px;
}
.service-card__mark {
    align-items: center;
    background: color-mix(in srgb, var(--profile-accent) 12%, #fff);
    border-radius: 8px;
    color: var(--profile-accent);
    display: flex;
    font-size: 16px;
    font-weight: 950;
    height: 48px;
    justify-content: center;
    width: 48px;
}
.service-card p {
    color: #405867;
    font-size: 15.5px;
    line-height: 1.65;
    margin: 0;
}
.mission-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
}
.mission-box {
    background: #fff;
    border: 1px solid var(--profile-line);
    border-radius: 8px;
    padding: 30px;
    position: relative;
}
.mission-box::before {
    background: var(--profile-accent);
    content: "";
    height: 4px;
    left: 30px;
    position: absolute;
    top: 0;
    width: 70px;
}
.mission-box strong {
    color: var(--profile-navy);
    display: block;
    font-size: 21px;
    margin-bottom: 12px;
}
.mission-box p {
    color: #405867;
    font-size: 15.5px;
    line-height: 1.72;
    margin: 0;
}
.data-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
}
.data-item {
    background: #fff;
    border: 1px solid var(--profile-line);
    border-radius: 8px;
    display: grid;
    gap: 7px;
    padding: 18px 20px;
}
.data-item span {
    color: var(--profile-muted);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.data-item strong {
    color: var(--profile-navy);
    font-size: 15.5px;
    line-height: 1.45;
}
.profile-connect {
    background: #fff;
    border-top: 1px solid var(--profile-line);
    padding: 72px 0 86px;
}
.profile-connect__inner {
    align-items: center;
    background:
        linear-gradient(135deg, #fff 0%, color-mix(in srgb, var(--profile-accent) 8%, #fff) 100%);
    border: 1px solid var(--profile-line);
    border-radius: 8px;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0 auto;
    max-width: var(--profile-shell-max);
    padding: 36px;
    width: calc(100% - var(--profile-shell-gutter));
}
.profile-connect p {
    color: #526877;
    font-size: 16px;
    line-height: 1.7;
    margin: 18px 0 0;
    max-width: 660px;
}
.related-orgs {
    background: var(--profile-soft);
    border-top: 1px solid var(--profile-line);
    padding: 70px 0 90px;
}
.related-orgs__inner {
    margin: 0 auto;
    max-width: var(--profile-shell-max);
    width: calc(100% - var(--profile-shell-gutter));
}
.related-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
}
.related-card {
    background: #fff;
    border: 1px solid var(--profile-line);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    padding: 24px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.related-card:hover {
    border-color: var(--profile-accent);
    box-shadow: 0 18px 42px rgba(0,43,73,.09);
    transform: translateY(-2px);
}
.related-card span {
    color: var(--profile-accent);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.related-card strong {
    color: var(--profile-navy);
    font-size: 22px;
    line-height: 1.25;
}
main#main-content .org-profile .profile-hero__inner,
main#main-content .org-profile .micro-section__inner,
main#main-content .org-profile .profile-connect__inner,
main#main-content .org-profile .related-orgs__inner {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: var(--profile-shell-max) !important;
    width: calc(100% - var(--profile-shell-gutter)) !important;
}
main#main-content .org-profile .service-layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
}
main#main-content .org-profile .profile-connect__inner {
    padding: 36px !important;
}
@media (max-width: 980px) {
    .profile-hero__inner,
    .profile-summary,
    .service-layout,
    .profile-connect__inner {
        grid-template-columns: 1fr;
    }
    .value-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 680px) {
    .org-profile {
        --profile-shell-gutter: 36px;
    }
    .profile-hero__inner {
        min-height: auto;
        gap: 28px;
        padding: 34px 0 42px;
    }
    html body main#main-content .org-profile .profile-hero h1 {
        font-size: 34px !important;
        line-height: 1.04 !important;
    }
    html body main#main-content .org-profile .profile-hero h1.profile-hero__title--value {
        font-size: 34px !important;
        line-height: 1.04 !important;
    }
    .profile-hero__subtitle {
        font-size: 17px;
    }
    .profile-hero__formal-name {
        margin-top: 16px;
        font-size: 19px;
    }
    .profile-actions {
        display: grid;
        margin-top: 24px;
    }
    .profile-button {
        width: 100%;
    }
    .identity-card__logo {
        display: none;
    }
    .identity-card {
        box-shadow: none;
    }
    .identity-card__rows {
        border-top: 0;
    }
    .identity-row {
        padding: 14px 18px;
    }
    .profile-panel,
    .mission-box,
    .profile-connect__inner {
        padding: 24px;
    }
    .profile-panel {
        padding: 0;
    }
    .identity-card__leader {
        grid-template-columns: 60px minmax(0, 1fr);
        padding: 16px 18px;
    }
    .identity-card__leader img,
    .identity-card__avatar {
        height: 60px;
        width: 60px;
    }
    .identity-card__leader strong {
        font-size: 16px;
    }
    .quote-card {
        padding: 24px;
    }
    .micro-section {
        padding: 50px 0;
    }
    html body main#main-content .org-profile h2 {
        font-size: 34px !important;
        line-height: 1.08 !important;
    }
    .value-strip,
    .mission-grid,
    .data-grid,
    .related-grid {
        grid-template-columns: 1fr;
    }
    .service-card {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 13px;
        padding: 18px;
    }
    .service-card__mark {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .profile-connect__inner {
        align-items: stretch;
    }
}
