.av-page {
    --av-blue: #062f73;
    --av-blue-dark: #021f52;
    --av-blue-soft: #eaf3ff;
    --av-gold: #f6a623;
    --av-ink: #102246;
    --av-muted: #5c6b84;
    --av-line: rgba(8, 48, 112, 0.14);
    --av-card: #ffffff;
    --av-radius: 8px;
    color: var(--av-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f8fbff;
}

.av-page * {
    box-sizing: border-box;
}

.av-page a {
    color: inherit;
    text-decoration: none;
}

.av-header,
.av-hero,
.av-stats,
.av-vision,
.av-priorities,
.av-team-map,
.av-pledges,
.av-final-cta {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.av-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
}

.av-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--av-blue);
    min-width: 210px;
}

.av-brand strong {
    display: block;
    font-family: Georgia, serif;
    font-size: 25px;
    line-height: 1;
}

.av-brand small {
    display: block;
    color: var(--av-ink);
    font-size: 11px;
    font-weight: 700;
    margin-top: 2px;
}

.av-sun {
    width: 38px;
    height: 38px;
    border: 3px solid var(--av-gold);
    border-radius: 50%;
    position: relative;
}

.av-sun::after {
    content: "";
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: -10px;
    height: 12px;
    border-top: 3px solid var(--av-blue);
    border-bottom: 3px solid var(--av-blue);
    border-radius: 50%;
}

.av-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    color: var(--av-blue);
    font-size: 14px;
    font-weight: 800;
}

.av-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.av-button-dark {
    background: var(--av-blue);
    color: #fff;
    box-shadow: 0 10px 24px rgba(6, 47, 115, 0.22);
}

.av-button-light {
    background: #fff;
    color: var(--av-blue);
    border: 1px solid var(--av-line);
}

.av-hero {
    min-height: 540px;
    display: grid;
    grid-template-columns: 260px minmax(320px, 1fr) 270px;
    gap: 34px;
    align-items: center;
    padding: 52px 36px;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(248, 251, 255, 0.98) 0%, rgba(248, 251, 255, 0.88) 34%, rgba(255, 255, 255, 0.24) 100%),
        radial-gradient(circle at 76% 32%, rgba(246, 166, 35, 0.26), transparent 22%),
        linear-gradient(155deg, #dff0ff 0%, #fdf7e8 52%, #b6d5f4 100%);
    position: relative;
}

.av-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 35%;
    height: 240px;
    background:
        linear-gradient(160deg, transparent 0 42%, rgba(6, 47, 115, 0.22) 43% 45%, transparent 46%),
        radial-gradient(ellipse at bottom, rgba(6, 47, 115, 0.2), transparent 60%);
    opacity: 0.9;
}

.av-hero-person,
.av-hero-copy,
.av-values-card {
    position: relative;
    z-index: 1;
}

.av-person-photo {
    width: 240px;
    height: 330px;
    border-radius: 8px;
    background:
        linear-gradient(#f2c7a8 0 24%, #102246 24% 100%);
    box-shadow: 0 26px 50px rgba(6, 47, 115, 0.22);
    position: relative;
    overflow: hidden;
}

.av-person-photo::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 38px;
    width: 96px;
    height: 112px;
    transform: translateX(-50%);
    border-radius: 50% 50% 46% 46%;
    background: #c88f72;
    box-shadow: 0 84px 0 28px #ffffff;
}

.av-person-photo::after {
    content: "";
    position: absolute;
    left: 36px;
    right: 36px;
    bottom: 0;
    height: 160px;
    border-radius: 70px 70px 0 0;
    background: #092b66;
}

.av-person-card {
    width: 220px;
    margin-top: -72px;
    margin-left: 18px;
    padding: 18px;
    border-radius: 8px;
    background: var(--av-blue);
    color: #fff;
    box-shadow: 0 18px 36px rgba(2, 31, 82, 0.28);
    position: relative;
    z-index: 2;
}

.av-person-card strong {
    display: block;
    font-size: 19px;
}

.av-person-card span {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 1.45;
}

.av-eyebrow {
    margin: 0 0 10px;
    color: var(--av-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.av-hero h1,
.av-section-intro h2,
.av-final-cta h2 {
    margin: 0;
    color: var(--av-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 0.98;
    letter-spacing: 0;
}

.av-hero-copy p:not(.av-eyebrow) {
    max-width: 510px;
    color: #274064;
    font-size: 17px;
    line-height: 1.7;
}

.av-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.av-values-card {
    padding: 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(6, 47, 115, 0.18);
}

.av-values-card h2 {
    margin: 0 0 16px;
    color: var(--av-blue);
    font-family: Georgia, serif;
    font-size: 24px;
}

.av-values-card ul,
.av-section-intro ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.av-values-card li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    padding: 12px 0;
    border-top: 1px solid var(--av-line);
}

.av-values-card li:first-child {
    border-top: 0;
}

.av-values-card span {
    grid-row: span 2;
}

.av-values-card strong {
    color: var(--av-blue);
    font-size: 14px;
}

.av-values-card small {
    color: var(--av-muted);
    line-height: 1.45;
}

.av-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    margin-top: -36px;
    background: var(--av-line);
    border: 1px solid var(--av-line);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    box-shadow: 0 16px 40px rgba(6, 47, 115, 0.12);
}

.av-stats div {
    min-height: 92px;
    padding: 20px;
    background: #fff;
}

.av-stats strong {
    display: block;
    color: var(--av-blue);
    font-size: 25px;
}

.av-stats span {
    display: block;
    color: var(--av-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.av-vision {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 28px;
    margin-top: 28px;
    padding: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--av-blue-dark), var(--av-blue));
    color: #fff;
}

.av-section-intro h2,
.av-final-cta h2 {
    color: #fff;
    font-size: clamp(34px, 4vw, 54px);
}

.av-section-intro li {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
}

.av-section-intro li::before {
    content: "✓";
    margin-right: 8px;
    color: #8ed0ff;
}

.av-vision-cards,
.av-priority-grid,
.av-team-grid,
.av-pledge-grid {
    display: grid;
    gap: 16px;
}

.av-vision-cards {
    grid-template-columns: repeat(4, 1fr);
}

.av-vision-cards article,
.av-priority-grid article,
.av-team-grid article,
.av-pledge-grid article,
.av-map-card {
    border: 1px solid var(--av-line);
    border-radius: 8px;
    background: #fff;
}

.av-vision-cards article {
    overflow: hidden;
}

.av-photo {
    display: block;
    height: 146px;
    background: linear-gradient(135deg, #f6d07f, #6ba7d8);
}

.av-photo-kids { background: linear-gradient(135deg, #f7c85d, #79c871); }
.av-photo-seniors { background: linear-gradient(135deg, #e8d6b2, #7dab76); }
.av-photo-coast { background: linear-gradient(135deg, #b1d9ff, #f8bd72); }
.av-photo-marina { background: linear-gradient(135deg, #77bfe9, #214c88); }

.av-vision-cards h3,
.av-vision-cards p,
.av-priority-grid h3,
.av-priority-grid p,
.av-team-grid h3,
.av-team-grid p,
.av-pledge-grid h3,
.av-pledge-grid p {
    margin-left: 18px;
    margin-right: 18px;
}

.av-vision-cards h3,
.av-priority-grid h3,
.av-team-grid h3,
.av-pledge-grid h3 {
    color: var(--av-blue);
    font-size: 16px;
}

.av-vision-cards p,
.av-priority-grid p,
.av-team-grid p,
.av-pledge-grid p {
    color: var(--av-muted);
    font-size: 13px;
    line-height: 1.55;
}

.av-priorities,
.av-team-map,
.av-pledges {
    margin-top: 48px;
}

.av-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.av-section-heading h2 {
    margin: 0;
    color: var(--av-blue);
    font-family: Georgia, serif;
    font-size: 24px;
}

.av-section-heading a {
    color: var(--av-blue);
    font-size: 13px;
    font-weight: 900;
}

.av-priority-grid {
    grid-template-columns: repeat(6, 1fr);
}

.av-priority-grid article {
    min-height: 170px;
    padding: 20px 0 16px;
}

.av-icon {
    display: block;
    margin-left: 18px;
    color: var(--av-gold);
    font-size: 32px;
}

.av-team-map {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 28px;
}

.av-team-grid {
    grid-template-columns: repeat(4, 1fr);
}

.av-team-grid article {
    padding: 12px;
    position: relative;
}

.av-team-grid article > span {
    position: absolute;
    left: 12px;
    top: 12px;
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: var(--av-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.av-avatar {
    height: 92px;
    border-radius: 8px;
    background: linear-gradient(135deg, #b8cee8, #f2d0b5);
}

.av-team-grid h3 {
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 15px;
}

.av-team-grid p {
    margin-top: 0;
}

.av-map-card {
    padding: 22px;
}

.av-map-card h2 {
    margin: 0 0 16px;
    color: var(--av-blue);
    font-family: Georgia, serif;
    font-size: 22px;
}

.av-map {
    height: 280px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 35% 42%, rgba(6, 47, 115, 0.22) 0 10%, transparent 11%),
        radial-gradient(circle at 56% 54%, rgba(89, 126, 220, 0.32) 0 14%, transparent 15%),
        radial-gradient(circle at 48% 70%, rgba(111, 190, 116, 0.3) 0 16%, transparent 17%),
        linear-gradient(135deg, #d7eeff, #edf7eb);
    position: relative;
    overflow: hidden;
}

.av-map::before {
    content: "";
    position: absolute;
    inset: 38px 64px 34px 74px;
    border-radius: 46% 54% 42% 58%;
    background: linear-gradient(135deg, rgba(87, 160, 99, 0.5), rgba(99, 128, 218, 0.45));
    transform: rotate(-12deg);
}

.av-pin {
    position: absolute;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--av-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.av-pin-1 { left: 42%; top: 38%; }
.av-pin-2 { left: 57%; top: 55%; }
.av-pin-3 { left: 39%; top: 68%; }

.av-map-card ol {
    margin: 16px 0;
    padding-left: 20px;
    color: var(--av-muted);
    line-height: 1.8;
}

.av-pledge-grid {
    grid-template-columns: repeat(4, 1fr);
}

.av-pledge-grid article {
    padding: 20px 0 14px;
}

.av-pledge-grid span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-left: 18px;
    border-radius: 50%;
    background: #eaf3ff;
    color: var(--av-blue);
    font-weight: 900;
}

.av-final-cta {
    margin-top: 52px;
    margin-bottom: 0;
    padding: 74px 44px;
    border-radius: 10px 10px 0 0;
    background:
        linear-gradient(90deg, rgba(2, 31, 82, 0.88), rgba(2, 31, 82, 0.25)),
        linear-gradient(135deg, #06326f, #f2a348);
    color: #fff;
}

.av-final-cta p {
    max-width: 560px;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1080px) {
    .av-nav {
        display: none;
    }

    .av-hero,
    .av-vision,
    .av-team-map {
        grid-template-columns: 1fr;
    }

    .av-hero {
        padding: 36px 24px;
    }

    .av-hero-person {
        display: none;
    }

    .av-values-card {
        max-width: 520px;
    }

    .av-stats,
    .av-priority-grid,
    .av-pledge-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .av-vision-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .av-header,
    .av-hero,
    .av-stats,
    .av-vision,
    .av-priorities,
    .av-team-map,
    .av-pledges,
    .av-final-cta {
        width: min(100% - 20px, 1180px);
    }

    .av-header {
        align-items: flex-start;
    }

    .av-header > .av-button {
        display: none;
    }

    .av-hero h1 {
        font-size: 42px;
    }

    .av-stats,
    .av-vision-cards,
    .av-priority-grid,
    .av-team-grid,
    .av-pledge-grid {
        grid-template-columns: 1fr;
    }

    .av-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}
