.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: min(1180px, calc(100vw - 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;
}
.org-site-top {
    background: #fff;
    border-bottom: 1px solid var(--profile-line);
}
.org-site-top__inner {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0 auto;
    max-width: var(--profile-shell);
    padding: 13px 0;
}
.org-site-brand {
    align-items: center;
    display: flex;
    gap: 18px;
    min-width: 0;
}
.org-site-brand__logo {
    align-items: center;
    background: #fff;
    border: 1px solid var(--profile-line);
    border-radius: 8px;
    display: flex;
    flex: 0 0 112px;
    height: 64px;
    justify-content: center;
    padding: 11px;
}
.org-site-brand__logo img {
    height: auto;
    max-height: 56px;
    max-width: 104px;
    object-fit: contain;
    width: auto;
}
.org-site-brand__logo--asac img {
    max-height: 34px;
    max-width: 112px;
}
.org-site-brand__logo--basc-el-salvador img {
    max-height: 58px;
    max-width: 58px;
}
.org-site-brand__logo--asola img {
    max-height: 44px;
    max-width: 112px;
}
.org-site-brand__fallback {
    color: var(--profile-accent);
    font-size: 24px;
    font-weight: 950;
}
.org-site-brand__text {
    min-width: 0;
}
.org-site-brand__label {
    color: var(--profile-accent);
    display: block;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .16em;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.org-site-brand__name {
    color: var(--profile-navy);
    display: block;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.16;
}
.org-switcher {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}
.org-switcher a {
    border: 1px solid var(--profile-line);
    border-radius: 8px;
    color: var(--profile-navy);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    min-width: 64px;
    padding: 11px 13px;
    text-align: center;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.org-switcher a:hover,
.org-switcher a.is-active {
    background: var(--profile-navy);
    border-color: var(--profile-navy);
    color: #fff;
}
.org-site-nav {
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid var(--profile-line);
    position: sticky;
    top: 76px;
    z-index: 18;
}
.org-site-nav__inner {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 0 auto;
    max-width: var(--profile-shell);
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
}
.org-site-nav__inner::-webkit-scrollbar {
    display: none;
}
.org-site-nav a {
    border: 1px solid transparent;
    border-radius: 8px;
    color: #526877;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    padding: 9px 12px;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.org-site-nav a:hover {
    background: var(--profile-soft);
    border-color: var(--profile-line);
    color: var(--profile-navy);
}
.org-mobile-nav {
    display: none;
}
.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);
    min-height: 500px;
    padding: 54px 0 58px;
    position: relative;
    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: 236px;
    padding: 38px;
}
.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: 136px;
    max-width: 136px;
}
.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__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);
}
.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);
    padding: 36px;
}
.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);
}
.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;
}
@media (max-width: 980px) {
    .org-site-nav {
        position: static;
    }
    .org-site-top__inner,
    .profile-hero__inner,
    .profile-summary,
    .service-layout,
    .profile-connect__inner {
        grid-template-columns: 1fr;
    }
    .org-switcher {
        justify-content: flex-start;
    }
    .value-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 680px) {
    .org-profile {
        --profile-shell: calc(100vw - 36px);
    }
    .org-site-brand {
        align-items: center;
        flex-direction: row;
        gap: 12px;
    }
    .org-site-brand__logo {
        flex: 0 0 92px;
        width: 92px;
        height: 58px;
        padding: 9px;
        overflow: hidden;
    }
    .org-site-brand__logo--asac img,
    .org-site-brand__logo--asola img {
        max-width: 74px;
        max-height: 34px;
    }
    .org-site-brand__logo--basc-el-salvador img {
        max-width: 46px;
        max-height: 46px;
    }
    .org-site-brand__label {
        display: none;
    }
    .org-site-brand__name {
        font-size: 15px;
        line-height: 1.22;
    }
    .org-site-top__inner {
        gap: 12px;
        padding: 12px 0;
    }
    .org-switcher {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }
    .org-switcher a {
        min-width: 0;
        padding: 9px 8px;
    }
    .org-site-nav {
        display: none;
    }
    .org-mobile-nav {
        display: block;
        border-bottom: 1px solid var(--profile-line);
        background: #fff;
    }
    .org-mobile-nav summary {
        position: relative;
        padding: 14px 44px 14px 18px;
        color: var(--profile-navy);
        font-size: 12px;
        font-weight: 900;
        list-style: none;
        cursor: pointer;
    }
    .org-mobile-nav summary::-webkit-details-marker {
        display: none;
    }
    .org-mobile-nav summary::after {
        position: absolute;
        top: 50%;
        right: 20px;
        content: "+";
        transform: translateY(-50%);
        color: var(--profile-accent);
        font-size: 20px;
    }
    .org-mobile-nav[open] summary::after {
        content: "−";
    }
    .org-mobile-nav nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
        padding: 0 18px 16px;
    }
    .org-mobile-nav nav a {
        padding: 10px 8px;
        border: 1px solid var(--profile-line);
        color: #526877;
        font-size: 11px;
        font-weight: 800;
        text-align: center;
    }
    .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;
    }
    .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;
    }
}
