/**
 * St. Xavier's Shishukunj-inspired theme
 * Clean, elegant group-of-schools aesthetic with 50/50 content blocks.
 */

:root {
    --sx-burgundy: #6B1D3A;
    --sx-burgundy-dark: #4A1228;
    --sx-navy: #0D1B3E;
    --sx-navy-mid: #1a2d5a;
    --sx-gold: #C9A84C;
    --sx-gold-light: #e8c96a;
    --sx-cream: #FAF8F4;
    --sx-white: #ffffff;
    --sx-text: #2c2c2c;
    --sx-text-muted: #6b6b6b;
    --sx-border: #e5e0d8;
    --sx-shadow: 0 4px 24px rgba(13, 27, 62, 0.08);
    --sx-font-serif: 'Roboto Slab', Georgia, serif;
    --sx-font-sans: 'Roboto', Arial, Helvetica, sans-serif;
    --sx-font-old-english: 'Old English Five', 'Old English Text MT', serif;
}

/* Branch sites: Roboto / Roboto Slab (matches Jaipuria school theme) */
body.xaviers-site.branch-site,
body.xaviers-site.branch-site button,
body.xaviers-site.branch-site input,
body.xaviers-site.branch-site select,
body.xaviers-site.branch-site textarea {
    font-family: var(--sx-font-sans);
}

body.xaviers-site.branch-site h1,
body.xaviers-site.branch-site h2,
body.xaviers-site.branch-site h3,
body.xaviers-site.branch-site h4,
body.xaviers-site.branch-site h5,
body.xaviers-site.branch-site h6 {
    font-family: var(--sx-font-serif);
}

/* ── Base ── */
body.xaviers-site {
    font-family: var(--sx-font-sans);
    color: var(--sx-text);
    background: var(--sx-white);
}

body.xaviers-site .preloader { display: none !important; }

/* ── Top bar ── */
.sx-topbar {
    background: var(--sx-burgundy-dark);
    padding: 8px 0;
    font-size: 12px;
}

.sx-topbar a { color: var(--sx-gold-light); text-decoration: none; }
.sx-topbar a:hover { color: var(--sx-white); }

.sx-topbar__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px 20px;
}

.sx-topbar__left,
.sx-topbar__right {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.85);
}

.sx-topbar__item {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ── Header ── */
.sx-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.sx-header {
    background: var(--sx-white);
    border-bottom: 1px solid var(--sx-border);
    box-shadow: var(--sx-shadow);
}

.branch-site .sx-header {
    padding: 8px 0;
}

.sx-header__brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: inherit;
}

.sx-header__brand:hover { text-decoration: none; color: inherit; }

.sx-header__logo {
    height: 58px;
    width: auto;
}

.sx-header__name {
    font-size: 17px;
    font-weight: 700;
    color: var(--sx-navy);
    line-height: 1.2;
    margin: 0;
}

.sx-header__tagline {
    font-size: 11px;
    color: var(--sx-text-muted);
    letter-spacing: 0.5px;
    margin: 2px 0 0;
}

.sx-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: var(--sx-navy) !important;
    padding: 8px 12px !important;
    text-transform: uppercase;
}

.sx-nav .nav-link:hover,
.sx-nav .nav-item.active > .nav-link,
.sx-nav .dropdown-item.active {
    color: var(--sx-burgundy) !important;
}

.sx-nav .dropdown-menu {
    border: 1px solid var(--sx-border);
    box-shadow: var(--sx-shadow);
    border-radius: 4px;
}

.sx-nav .dropdown-item {
    font-size: 13px;
    padding: 8px 18px;
}

.sx-nav .dropdown-item:hover,
.sx-nav .dropdown-item.active {
    background: var(--sx-cream);
    color: var(--sx-burgundy);
}

.sx-btn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
}

.sx-btn--outline {
    border: 2px solid var(--sx-burgundy);
    color: var(--sx-burgundy);
    background: transparent;
}

.sx-btn--outline:hover {
    background: var(--sx-burgundy);
    color: var(--sx-white);
    text-decoration: none;
}

.sx-btn--primary {
    background: var(--sx-burgundy);
    color: var(--sx-white);
    border: 2px solid var(--sx-burgundy);
}

.sx-btn--primary:hover {
    background: var(--sx-burgundy-dark);
    border-color: var(--sx-burgundy-dark);
    color: var(--sx-white);
    text-decoration: none;
}

/* ── Page hero ── */
body.xaviers-site .page-hero,
body.xaviers-site .sx-page-hero {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
}

body.xaviers-site .sx-page-hero.page-hero::after {
    display: none;
}

body.xaviers-site .page-hero-content::after {
    display: none !important;
    content: none !important;
}

.sx-page-hero__banner {
    position: relative;
    background: linear-gradient(125deg, var(--sx-burgundy-dark) 0%, var(--sx-navy-mid) 52%, var(--sx-navy) 100%);
    padding: 40px 0 0;
}

.sx-page-hero__inner {
    position: relative;
    z-index: 2;
    padding-bottom: 22px;
}

.sx-page-hero__copy {
    max-width: 720px;
    min-width: 0;
    padding-bottom: 18px;
}

.sx-page-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.sx-page-hero__watermark {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: clamp(150px, 20vw, 240px);
    height: auto;
    opacity: 0.09;
    filter: grayscale(1) brightness(1.5) drop-shadow(0 8px 24px rgba(0, 0, 0, 0.15));
}

.sx-page-hero__mesh {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(201, 168, 76, 0.18) 0%, transparent 42%),
        radial-gradient(circle at 85% 70%, rgba(255, 255, 255, 0.07) 0%, transparent 40%),
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: auto, auto, 56px 56px, 56px 56px;
}

.sx-page-hero__shine {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 55%;
    height: 200%;
    background: linear-gradient(108deg, transparent 40%, rgba(255, 255, 255, 0.06) 50%, transparent 60%);
    transform: rotate(-8deg);
}

body.xaviers-site .page-hero-label,
body.xaviers-site .sx-page-hero__label {
    display: inline-block;
    margin: 0 0 12px;
    padding: 0 0 8px;
    font-family: var(--sx-font-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--sx-gold);
    border-bottom: 2px solid rgba(201, 168, 76, 0.45);
}

body.xaviers-site .page-hero-title,
body.xaviers-site .sx-page-hero__title {
    margin: 0;
    font-family: var(--sx-font-old-english);
    font-size: clamp(2.2rem, 5.5vw, 3.5rem);
    font-weight: 400;
    color: var(--sx-white);
    line-height: 1.08;
    letter-spacing: 0.01em;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
}

/* Breadcrumb, inside hero */
.sx-breadcrumb {
    display: inline-flex;
    max-width: 100%;
    padding: 9px 14px 9px 10px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(201, 168, 76, 0.28);
    border-radius: 8px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.sx-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sx-breadcrumb__item {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.sx-breadcrumb__sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 9px;
    flex-shrink: 0;
}

.sx-breadcrumb__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    border-radius: 5px;
    transition: color 0.2s ease, background 0.2s ease;
}

.sx-breadcrumb__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: rgba(201, 168, 76, 0.18);
    border: 1px solid rgba(201, 168, 76, 0.35);
    color: var(--sx-gold-light);
    font-size: 10px;
    flex-shrink: 0;
}

.sx-breadcrumb__link:hover {
    color: var(--sx-white);
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
}

.sx-breadcrumb__link:hover .sx-breadcrumb__icon {
    background: rgba(201, 168, 76, 0.3);
    color: var(--sx-gold);
}

.sx-breadcrumb__item--current .sx-breadcrumb__current {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--sx-navy);
    background: var(--sx-gold);
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.sx-page-hero__accent {
    height: 3px;
    background: linear-gradient(90deg, transparent 5%, var(--sx-gold) 35%, var(--sx-gold-light) 50%, var(--sx-gold) 65%, transparent 95%);
}

@media (max-width: 991px) {
    .sx-page-hero__watermark {
        right: 2%;
        width: clamp(120px, 22vw, 180px);
        opacity: 0.07;
    }
}

@media (max-width: 767px) {
    .sx-page-hero__banner {
        padding-top: 32px;
    }

    .sx-page-hero__inner {
        padding-bottom: 18px;
    }

    .sx-page-hero__copy {
        padding-bottom: 14px;
    }

    body.xaviers-site .sx-page-hero__title {
        font-size: clamp(1.9rem, 8vw, 2.5rem);
    }

    .sx-page-hero__watermark {
        right: -12px;
        opacity: 0.05;
    }

    .sx-breadcrumb {
        padding: 8px 12px 8px 8px;
    }
}

@media (max-width: 575px) {
    .sx-breadcrumb__link,
    .sx-breadcrumb__item--current .sx-breadcrumb__current {
        font-size: 11px;
        padding: 3px 7px;
    }

    .sx-breadcrumb__icon {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }

    .sx-breadcrumb__sep {
        width: 18px;
        font-size: 8px;
    }
}

/* ── Sections ── */
body.xaviers-site .section {
    padding: 64px 0;
}

body.xaviers-site .section-cream,
body.xaviers-site .section-alt {
    background: var(--sx-cream);
}

body.xaviers-site .section-dark {
    background: var(--sx-navy);
    color: var(--sx-white);
}

body.xaviers-site .section-facilities {
    background: linear-gradient(135deg, var(--sx-navy-mid) 0%, #243d6e 100%);
}

/* ── Facilities section (homepage) ── */
.sx-facilities-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, var(--sx-navy) 0%, var(--sx-navy-mid, #1a2d5a) 55%, var(--sx-navy-light, #253d72) 100%);
}

.sx-facilities-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 45% at 10% 20%, rgba(201, 168, 76, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 45% 40% at 90% 80%, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.sx-facilities-section .container {
    position: relative;
    z-index: 1;
}

.sx-facilities__header {
    max-width: 720px;
    margin: 0 auto 44px;
}

.sx-facilities__label {
    color: var(--sx-gold) !important;
}

.sx-facilities__subtitle {
    margin-bottom: 0;
}

.sx-facility-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sx-facility-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 28px 26px 24px;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(201, 168, 76, 0.22);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.sx-facility-card:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(201, 168, 76, 0.45);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.sx-facility-card__glow {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 168, 76, 0.15) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.sx-facility-card:hover .sx-facility-card__glow {
    opacity: 1;
}

.sx-facility-card__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: rgba(201, 168, 76, 0.12);
    border: 1px solid rgba(201, 168, 76, 0.3);
}

.sx-facility-card__icon {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--sx-gold);
}

.sx-facility-card__name {
    margin: 0 0 10px;
    font-family: var(--sx-font-serif);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--sx-white);
    line-height: 1.3;
}

.sx-facility-card__desc {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78);
    flex: 1;
}

.sx-facility-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.sx-facility-card__tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    color: var(--sx-gold-light);
    background: rgba(201, 168, 76, 0.12);
    border: 1px solid rgba(201, 168, 76, 0.25);
}

.sx-facility-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--sx-gold);
    transition: gap 0.2s ease, color 0.2s ease;
}

.sx-facility-card__link .fas {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.sx-facility-card:hover .sx-facility-card__link {
    color: var(--sx-gold-light);
    gap: 10px;
}

.sx-facility-card:hover .sx-facility-card__link .fas {
    transform: translateX(3px);
}

.sx-facilities__footer {
    margin-top: 40px;
}

.sx-facilities__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border-color: var(--sx-gold) !important;
    color: var(--sx-gold) !important;
    font-size: 13px;
}

.sx-facilities__cta:hover {
    background: var(--sx-gold) !important;
    color: var(--sx-navy) !important;
    text-decoration: none;
}

.sx-facilities__cta .fas {
    font-size: 11px;
}

@media (max-width: 991px) {
    .sx-facility-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .sx-facility-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .sx-facility-card__name {
        font-size: 1.25rem;
    }

    .sx-facility-card__desc {
        font-size: 14px;
    }
}

body.xaviers-site .section-facilities .facility-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(201, 168, 76, 0.28);
}

body.xaviers-site .section-facilities .facility-card:hover {
    background: rgba(255, 255, 255, 0.14);
}

body.xaviers-site .section-facilities .facility-desc {
    color: rgba(255, 255, 255, 0.78);
}

.sx-about-preview__img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: var(--sx-shadow);
}

/* ── Homepage About section ── */
.sx-about-section {
    position: relative;
    overflow: hidden;
}

.sx-about-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 168, 76, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.sx-about {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 56px;
    align-items: center;
}

.sx-about__media {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sx-about__image-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(13, 27, 62, 0.14);
}

.sx-about__image-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(201, 168, 76, 0.35);
    border-radius: 8px;
    z-index: 1;
    pointer-events: none;
}

.sx-about__image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sx-about__image-wrap:hover .sx-about__image {
    transform: scale(1.03);
}

.sx-about__badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    padding: 12px 16px;
    background: linear-gradient(135deg, var(--sx-burgundy) 0%, var(--sx-burgundy-dark, #5c1230) 100%);
    border-left: 4px solid var(--sx-gold);
    border-radius: 4px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.sx-about__badge-year {
    display: block;
    font-family: var(--sx-font-serif);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--sx-gold);
    line-height: 1.1;
}

.sx-about__badge-label {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}

.sx-about__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.sx-about__stat {
    padding: 14px 10px;
    text-align: center;
    background: var(--sx-white, #fff);
    border: 1px solid var(--sx-border);
    border-top: 3px solid var(--sx-gold);
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(13, 27, 62, 0.05);
}

.sx-about__stat-num {
    display: block;
    font-family: var(--sx-font-serif);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--sx-navy);
    line-height: 1.2;
}

.sx-about__stat-label {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--sx-text-muted);
}

.sx-about__content {
    max-width: 560px;
}

.sx-about__label,
.sx-about__title {
    text-align: left;
}

.sx-about__title {
    margin-bottom: 16px;
}

.sx-about__lead {
    font-size: 16px;
    line-height: 1.75;
    color: var(--sx-navy);
    margin: 0 0 14px;
    font-weight: 500;
}

.sx-about__text {
    font-size: 15px;
    line-height: 1.75;
    color: var(--sx-text-muted);
    margin: 0 0 22px;
}

.sx-about__highlights {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: grid;
    gap: 10px;
}

.sx-about__highlight {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--sx-navy);
}

.sx-about__highlight-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(201, 168, 76, 0.18);
    color: var(--sx-burgundy);
    font-size: 11px;
    font-weight: 700;
    margin-top: 1px;
}

.sx-about__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.sx-about__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.sx-about__btn-icon {
    font-size: 12px;
    margin-left: 4px;
    transition: transform 0.2s ease;
}

.sx-about__actions .sx-btn--primary:hover .sx-about__btn-icon {
    transform: translateX(3px);
}

.sx-about__btn-outline {
    border-color: var(--sx-navy) !important;
    color: var(--sx-navy) !important;
    background: transparent !important;
}

.sx-about__btn-outline:hover {
    background: var(--sx-navy) !important;
    color: var(--sx-white) !important;
}

@media (max-width: 991px) {
    .sx-about {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .sx-about__stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .sx-about__content {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .sx-about__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sx-about__actions .sx-btn {
        justify-content: center;
    }
}

/* ── About School page (Our Story) ── */
.sx-about-page {
    position: relative;
    overflow: hidden;
}

.sx-about-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 45% 35% at 0% 0%, rgba(201, 168, 76, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 40% 30% at 100% 100%, rgba(13, 27, 62, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.sx-about-page .container {
    position: relative;
    z-index: 1;
}

.sx-about-page__header {
    max-width: 720px;
    margin: 0 auto 40px;
}

.sx-about-page__subtitle {
    margin-bottom: 0;
}

/* Campus hero + stats */
.sx-story-hero {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--sx-white);
    border: 1px solid rgba(201, 168, 76, 0.28);
    box-shadow: 0 16px 48px rgba(13, 27, 62, 0.1);
}

.sx-story-hero__media {
    position: relative;
    overflow: hidden;
}

.sx-story-hero__image {
    display: block;
    width: 100%;
    aspect-ratio: 21 / 9;
    min-height: 220px;
    max-height: 420px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.sx-story-hero:hover .sx-story-hero__image {
    transform: scale(1.03);
}

.sx-story-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(13, 27, 62, 0.75) 100%);
    pointer-events: none;
}

.sx-story-hero__caption {
    position: absolute;
    left: 24px;
    bottom: 20px;
    z-index: 2;
    padding-left: 14px;
    border-left: 3px solid var(--sx-gold);
}

.sx-story-hero__caption-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--sx-gold-light);
}

.sx-story-hero__caption-text {
    display: block;
    margin-top: 2px;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--sx-white);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.sx-story-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: var(--sx-white);
}

.sx-story-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 12px;
    border-right: 1px solid var(--sx-border);
    transition: background 0.2s ease;
}

.sx-story-hero__stat:last-child {
    border-right: none;
}

.sx-story-hero__stat:hover {
    background: rgba(201, 168, 76, 0.06);
}

.sx-story-hero__stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(13, 27, 62, 0.06) 0%, rgba(201, 168, 76, 0.14) 100%);
    border: 1px solid rgba(201, 168, 76, 0.25);
    color: var(--sx-navy);
    font-size: 14px;
}

.sx-story-hero__stat-value {
    font-family: var(--sx-font-serif);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--sx-navy);
    line-height: 1.1;
}

.sx-story-hero__stat-label {
    margin-top: 2px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--sx-gold);
}

.sx-story-hero__stat-hint {
    margin-top: 4px;
    font-size: 11px;
    color: var(--sx-text-muted);
    line-height: 1.3;
}

/* Story cards grid */
.sx-story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 36px;
}

.sx-story-card {
    display: flex;
    flex-direction: column;
    padding: 28px 24px 24px;
    background: var(--sx-white);
    border: 1px solid var(--sx-border);
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(13, 27, 62, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sx-story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(13, 27, 62, 0.11);
    border-color: rgba(201, 168, 76, 0.4);
}

.sx-story-card--featured {
    border-top: 3px solid var(--sx-gold);
    background: linear-gradient(180deg, rgba(201, 168, 76, 0.07) 0%, var(--sx-white) 100px);
}

.sx-story-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.sx-story-card__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sx-story-card__year {
    display: inline-block;
    width: fit-content;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--sx-navy);
    background: rgba(201, 168, 76, 0.2);
    border: 1px solid rgba(201, 168, 76, 0.35);
    border-radius: 4px;
}

.sx-story-card__num {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--sx-gold);
    opacity: 0.9;
}

.sx-story-card__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--sx-navy) 0%, var(--sx-navy-mid) 100%);
    border: 1px solid rgba(201, 168, 76, 0.35);
    box-shadow: 0 6px 16px rgba(13, 27, 62, 0.12);
}

.sx-story-card__icon {
    font-size: 1.2rem;
    color: var(--sx-gold-light);
}

.sx-story-card__title {
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--sx-navy);
}

.sx-story-card__text {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--sx-text-muted);
}

.sx-story-card__points {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: auto;
    border-top: 1px solid var(--sx-border);
    padding-top: 14px;
}

.sx-story-card__points li {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--sx-navy);
    margin-bottom: 8px;
}

.sx-story-card__points li:last-child {
    margin-bottom: 0;
}

.sx-story-card__points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sx-gold);
}

/* Humanism quote band */
.sx-story-quote {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 36px;
    padding: 28px 32px;
    background: linear-gradient(125deg, var(--sx-navy) 0%, var(--sx-navy-mid) 100%);
    border-radius: 10px;
    border-left: 4px solid var(--sx-gold);
    box-shadow: 0 12px 36px rgba(13, 27, 62, 0.18);
}

.sx-story-quote__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(201, 168, 76, 0.15);
    border: 1px solid rgba(201, 168, 76, 0.4);
    color: var(--sx-gold);
    font-size: 1.2rem;
}

.sx-story-quote__label {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--sx-gold);
}

.sx-story-quote__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
}

.sx-story-quote__text strong {
    color: var(--sx-gold-light);
}

.sx-about-page__footer {
    text-align: center;
}

.sx-about-page__tags {
    justify-content: center;
    margin-bottom: 20px;
}

.sx-about-page__actions {
    justify-content: center;
}

@media (max-width: 991px) {
    .sx-story-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sx-story-hero__stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .sx-story-hero__stat:nth-child(2) {
        border-right: none;
    }

    .sx-story-hero__stat:nth-child(1),
    .sx-story-hero__stat:nth-child(2) {
        border-bottom: 1px solid var(--sx-border);
    }
}

@media (max-width: 767px) {
    .sx-story-hero__image {
        aspect-ratio: 16 / 10;
        max-height: none;
    }

    .sx-story-quote {
        flex-direction: column;
        gap: 14px;
        padding: 22px 20px;
    }

    .sx-about-page__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sx-about-page__actions .sx-btn {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .sx-story-hero__stats {
        grid-template-columns: 1fr;
    }

    .sx-story-hero__stat {
        border-right: none;
        border-bottom: 1px solid var(--sx-border);
        flex-direction: row;
        flex-wrap: wrap;
        text-align: left;
        gap: 4px 12px;
        padding: 16px 18px;
    }

    .sx-story-hero__stat:last-child {
        border-bottom: none;
    }

    .sx-story-hero__stat-icon {
        margin-bottom: 0;
    }

    .sx-story-hero__stat-hint {
        width: 100%;
        padding-left: 48px;
    }
}

/* ── Vision & Mission page ── */
.sx-vm-page {
    position: relative;
    overflow: hidden;
}

.sx-vm-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 40% 30% at 100% 0%, rgba(201, 168, 76, 0.08) 0%, transparent 55%),
        radial-gradient(ellipse 35% 25% at 0% 100%, rgba(13, 27, 62, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.sx-vm-page .container {
    position: relative;
    z-index: 1;
}

.sx-vm-page__header {
    max-width: 680px;
    margin: 0 auto 40px;
}

.sx-vm-page__subtitle {
    margin-bottom: 0;
}

.sx-vm-showcase,
.sx-vm-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
}

.sx-vm-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px 40px;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(13, 27, 62, 0.1);
    position: relative;
    overflow: hidden;
}

.sx-vm-card--vision {
    background: linear-gradient(145deg, var(--sx-navy) 0%, var(--sx-navy-mid) 100%);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(201, 168, 76, 0.25);
}

.sx-vm-card--vision::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid rgba(201, 168, 76, 0.12);
    pointer-events: none;
}

.sx-vm-card--mission {
    background: var(--sx-white);
    border: 1px solid var(--sx-border);
    border-top: 3px solid var(--sx-gold);
}

.sx-vm-card__head {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.sx-vm-card__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: rgba(201, 168, 76, 0.15);
    border: 1px solid rgba(201, 168, 76, 0.35);
    color: var(--sx-gold-light);
    font-size: 1.35rem;
}

.sx-vm-card__icon--light {
    background: linear-gradient(135deg, rgba(13, 27, 62, 0.06) 0%, rgba(201, 168, 76, 0.14) 100%);
    border-color: rgba(201, 168, 76, 0.3);
    color: var(--sx-navy);
}

.sx-vm-card__label {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--sx-gold);
}

.sx-vm-card__title {
    margin: 0;
    font-family: var(--sx-font-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.55rem);
    font-weight: 700;
    line-height: 1.35;
    color: var(--sx-white);
}

.sx-vm-card__title--dark {
    color: var(--sx-navy);
}

.sx-vm-card__body {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    position: relative;
    z-index: 1;
}

.sx-vm-vision-quote {
    grid-column: 1 / -1;
    position: relative;
    margin: 4px 0 0;
    padding: 24px 28px 24px 32px;
    background: rgba(201, 168, 76, 0.1);
    border: 1px solid rgba(201, 168, 76, 0.28);
    border-radius: 10px;
}

/* Vision content blocks */
.sx-vm-vision-block {
    height: 100%;
    padding: 22px 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid var(--sx-gold);
    border-radius: 0 10px 10px 0;
}

.sx-vm-vision-block__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.sx-vm-vision-block__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(201, 168, 76, 0.18);
    border: 1px solid rgba(201, 168, 76, 0.35);
    color: var(--sx-gold-light);
    font-size: 14px;
}

.sx-vm-vision-block__tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--sx-gold);
}

.sx-vm-vision-block__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
}

.sx-vm-vision-block__text strong {
    color: var(--sx-gold-light);
    font-weight: 700;
}

.sx-vm-vision-quote__mark {
    position: absolute;
    top: 8px;
    left: 12px;
    font-family: var(--sx-font-serif);
    font-size: 2.5rem;
    line-height: 1;
    color: var(--sx-gold);
    opacity: 0.45;
}

.sx-vm-vision-quote p {
    margin: 0;
    padding-left: 20px;
    font-size: 16px;
    font-style: italic;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
}

.sx-vm-vision-quote strong {
    color: var(--sx-gold-light);
    font-weight: 700;
    font-style: italic;
}

/* Aim intro + items */
.sx-vm-card--mission .sx-vm-card__head {
    margin-bottom: 28px;
}

.sx-vm-intro-box {
    margin-bottom: 24px;
    padding: 22px 26px;
    background: linear-gradient(135deg, rgba(201, 168, 76, 0.12) 0%, rgba(201, 168, 76, 0.04) 100%);
    border: 1px solid rgba(201, 168, 76, 0.28);
    border-radius: 8px;
}

.sx-vm-intro-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: var(--sx-navy);
}

.sx-vm-intro-box strong {
    font-weight: 700;
    color: var(--sx-burgundy-dark);
}

.sx-vm-aim-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sx-vm-aim-item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 16px;
    padding: 18px 20px;
    background: var(--sx-cream);
    border: 1px solid var(--sx-border);
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sx-vm-aim-item--full {
    grid-column: 1 / -1;
}

.sx-vm-aim-item:hover {
    border-color: rgba(201, 168, 76, 0.4);
    box-shadow: 0 4px 16px rgba(13, 27, 62, 0.06);
}

.sx-vm-aim-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--sx-navy) 0%, var(--sx-navy-mid) 100%);
    color: var(--sx-gold-light);
    font-size: 18px;
    flex-shrink: 0;
}

.sx-vm-aim-item__text {
    margin: 0;
    padding-top: 2px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--sx-text-muted);
}

.sx-vm-aim-item__text strong {
    color: var(--sx-navy);
    font-weight: 700;
}

.sx-vm-card--mission strong {
    color: var(--sx-navy);
    font-weight: 700;
}

/* Philosophy band */
.sx-vm-philosophy {
    margin-bottom: 48px;
    padding: 36px 32px;
    background: var(--sx-white);
    border: 1px solid rgba(201, 168, 76, 0.22);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(13, 27, 62, 0.06);
}

.sx-vm-philosophy__header {
    text-align: center;
    margin-bottom: 28px;
}

.sx-vm-philosophy__label {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--sx-burgundy);
}

.sx-vm-philosophy__title {
    margin: 0;
    font-family: var(--sx-font-serif);
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    font-weight: 700;
    color: var(--sx-navy);
}

.sx-vm-philosophy__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sx-vm-philosophy__item {
    padding: 24px 22px;
    background: var(--sx-cream);
    border: 1px solid var(--sx-border);
    border-top: 3px solid var(--sx-gold);
    border-radius: 8px;
}

.sx-vm-philosophy__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--sx-navy) 0%, var(--sx-navy-mid) 100%);
    color: var(--sx-gold-light);
    font-size: 1.1rem;
}

.sx-vm-philosophy__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--sx-text-muted);
}

.sx-vm-philosophy__text strong {
    color: var(--sx-navy);
    font-weight: 700;
}

.sx-vm-subsection {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--sx-border);
}

.sx-vm-subsection__label {
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--sx-navy-mid);
    opacity: 0.75;
}

/* Student development pillars */
.sx-vm-pillars {
    margin-bottom: 48px;
    padding: 36px 28px;
    background: var(--sx-white);
    border: 1px solid rgba(201, 168, 76, 0.22);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(13, 27, 62, 0.06);
}

.sx-vm-pillars__header {
    margin-bottom: 28px;
}

.sx-vm-pillars__title {
    margin: 0;
    font-family: var(--sx-font-serif);
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    font-weight: 700;
    color: var(--sx-navy);
}

.sx-vm-pillars__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.sx-vm-pillar {
    position: relative;
    padding: 22px 16px 18px;
    text-align: center;
    background: var(--sx-cream);
    border: 1px solid var(--sx-border);
    border-radius: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sx-vm-pillar:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 168, 76, 0.4);
    box-shadow: 0 10px 28px rgba(13, 27, 62, 0.08);
}

.sx-vm-pillar__num {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--sx-gold);
    opacity: 0.85;
}

.sx-vm-pillar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--sx-navy) 0%, var(--sx-navy-mid) 100%);
    color: var(--sx-gold-light);
    font-size: 1rem;
}

.sx-vm-pillar__name {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--sx-navy);
}

.sx-vm-pillar__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--sx-text-muted);
}

/* Core values */
.sx-vm-values {
    padding: 36px 28px;
    background: linear-gradient(125deg, var(--sx-navy) 0%, var(--sx-navy-mid) 100%);
    border-radius: 12px;
    border: 1px solid rgba(201, 168, 76, 0.2);
    box-shadow: 0 16px 48px rgba(13, 27, 62, 0.15);
}

.sx-vm-values__header {
    margin-bottom: 28px;
}

.sx-vm-values__header .section-label {
    color: var(--sx-gold);
}

.sx-vm-values__title {
    margin: 0;
    font-family: var(--sx-font-serif);
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    font-weight: 700;
    color: var(--sx-white);
}

.sx-vm-values__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.sx-vm-value {
    padding: 24px 18px;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sx-vm-value:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(201, 168, 76, 0.35);
    transform: translateY(-3px);
}

.sx-vm-value__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: rgba(201, 168, 76, 0.15);
    border: 1px solid rgba(201, 168, 76, 0.35);
    color: var(--sx-gold);
    font-size: 1.1rem;
}

.sx-vm-value__name {
    margin: 0 0 8px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--sx-white);
}

.sx-vm-value__desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
}

@media (min-width: 1200px) {
    .sx-vm-aim-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sx-vm-aim-item--full {
        grid-column: auto;
    }
}

@media (max-width: 1199px) {
    .sx-vm-pillars__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .sx-vm-card__body {
        grid-template-columns: 1fr;
    }

    .sx-vm-aim-grid {
        grid-template-columns: 1fr;
    }

    .sx-vm-aim-item--full {
        grid-column: auto;
    }

    .sx-vm-philosophy__grid {
        grid-template-columns: 1fr;
    }

    .sx-vm-pillars__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sx-vm-values__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .sx-vm-aim-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .sx-vm-card {
        padding: 28px 22px;
    }

    .sx-vm-card__body {
        grid-template-columns: 1fr;
    }

    .sx-vm-vision-block,
    .sx-vm-vision-quote {
        padding: 18px 20px;
    }

    .sx-vm-aim-grid {
        grid-template-columns: 1fr;
    }

    .sx-vm-aim-item {
        gap: 14px;
    }

    .sx-vm-aim-item__icon {
        width: 46px;
        height: 46px;
        font-size: 17px;
    }

    .sx-vm-aim-item__text {
        padding-top: 0;
    }

    .sx-vm-philosophy,
    .sx-vm-pillars,
    .sx-vm-values {
        padding: 28px 20px;
    }

    .sx-vm-pillars__grid,
    .sx-vm-values__grid {
        grid-template-columns: 1fr;
    }
}

/* ── Leadership message pages ── */
.sx-leader-page {
    position: relative;
    overflow: hidden;
}

.sx-leader-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 45% at 100% 0%, rgba(201, 168, 76, 0.07) 0%, transparent 55%),
        radial-gradient(ellipse 45% 40% at 0% 100%, rgba(13, 27, 62, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.sx-leader-page .container {
    position: relative;
    z-index: 1;
}

.sx-leader-page__header {
    max-width: 720px;
    margin: 0 auto 44px;
}

.sx-leader-page__subtitle {
    margin-bottom: 0;
}

.sx-leader-layout {
    display: grid;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
    margin-bottom: 48px;
}

.sx-leader-profile__frame {
    position: relative;
    margin-bottom: 20px;
}

.sx-leader-profile__frame .img-placeholder {
    border: none;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(13, 27, 62, 0.12);
    max-width: none;
}

.sx-leader-profile__accent {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 72%;
    height: 72%;
    border: 2px solid rgba(201, 168, 76, 0.45);
    border-radius: 12px;
    z-index: -1;
}

.sx-leader-profile__card {
    padding: 24px 22px;
    background: var(--sx-white);
    border: 1px solid var(--sx-border);
    border-top: 3px solid var(--sx-gold);
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(13, 27, 62, 0.07);
    text-align: center;
}

.sx-leader-profile__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--sx-navy) 0%, var(--sx-navy-mid) 100%);
    color: var(--sx-gold-light);
    font-size: 1rem;
}

.sx-leader-profile__name {
    margin: 0 0 6px;
    font-family: var(--sx-font-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 700;
    color: var(--sx-navy);
    line-height: 1.25;
}

.sx-leader-profile__role {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--sx-gold);
}

.sx-leader-profile__school {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--sx-text-muted);
}

.sx-leader-profile__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sx-leader-message {
    padding: 36px 36px 32px;
    background: var(--sx-white);
    border: 1px solid var(--sx-border);
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(13, 27, 62, 0.08);
}

.sx-leader-quote {
    position: relative;
    margin: 0 0 28px;
    padding: 24px 28px 22px 32px;
    background: linear-gradient(125deg, var(--sx-navy) 0%, var(--sx-navy-mid) 100%);
    border: 1px solid rgba(201, 168, 76, 0.25);
    border-radius: 10px;
}

.sx-leader-quote__mark {
    position: absolute;
    top: 6px;
    left: 12px;
    font-family: var(--sx-font-serif);
    font-size: 2.5rem;
    line-height: 1;
    color: var(--sx-gold);
    opacity: 0.45;
}

.sx-leader-quote__text {
    margin: 0 0 10px;
    padding-left: 18px;
    font-family: var(--sx-font-serif);
    font-size: clamp(1.1rem, 2.2vw, 1.35rem);
    font-style: italic;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.94);
}

.sx-leader-quote__author {
    padding-left: 18px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: var(--sx-gold-light);
}

.sx-leader-message__body p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--sx-text-muted);
}

.sx-leader-message__body p:last-child {
    margin-bottom: 0;
}

.sx-leader-message__body strong {
    color: var(--sx-navy);
    font-weight: 700;
}

.sx-leader-themes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 32px 0 28px;
    padding-top: 28px;
    border-top: 1px solid var(--sx-border);
}

.sx-leader-theme {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 14px;
    background: var(--sx-cream);
    border: 1px solid var(--sx-border);
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sx-leader-theme:hover {
    border-color: rgba(201, 168, 76, 0.4);
    box-shadow: 0 4px 16px rgba(13, 27, 62, 0.06);
}

.sx-leader-theme__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--sx-navy) 0%, var(--sx-navy-mid) 100%);
    color: var(--sx-gold-light);
    font-size: 16px;
}

.sx-leader-theme__title {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--sx-navy);
}

.sx-leader-theme__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--sx-text-muted);
}

.sx-leader-sign {
    padding-top: 8px;
    border-top: 1px solid var(--sx-border);
}

.sx-leader-sign__note {
    margin: 0 0 8px;
    font-size: 15px;
    font-style: italic;
    color: var(--sx-navy);
}

.sx-leader-sign__name {
    margin: 0;
    font-family: var(--sx-font-serif);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--sx-navy);
}

.sx-leader-sign__role {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--sx-text-muted);
}

.sx-leader-nav {
    padding: 24px 28px;
    background: var(--sx-white);
    border: 1px solid rgba(201, 168, 76, 0.22);
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(13, 27, 62, 0.05);
    text-align: center;
}

.sx-leader-nav__label {
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--sx-gold);
}

.sx-leader-nav__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.sx-leader-nav__link {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    color: var(--sx-navy);
    text-decoration: none;
    background: var(--sx-cream);
    border: 1px solid var(--sx-border);
    border-radius: 999px;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sx-leader-nav__link:hover {
    color: var(--sx-navy);
    background: rgba(201, 168, 76, 0.12);
    border-color: rgba(201, 168, 76, 0.45);
}

.sx-leader-nav__link--active {
    color: var(--sx-white);
    background: linear-gradient(135deg, var(--sx-navy) 0%, var(--sx-navy-mid) 100%);
    border-color: transparent;
    cursor: default;
}

@media (max-width: 1199px) {
    .sx-leader-themes {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .sx-leader-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .sx-leader-profile__frame {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .sx-leader-message {
        padding: 28px 24px;
    }
}

@media (max-width: 575px) {
    .sx-leader-page__header {
        margin-bottom: 32px;
    }

    .sx-leader-quote {
        padding: 20px 18px 18px 22px;
    }

    .sx-leader-quote__text {
        padding-left: 14px;
        font-size: 1.05rem;
    }

    .sx-leader-nav {
        padding: 20px 16px;
    }

    .sx-leader-nav__links {
        flex-direction: column;
        align-items: stretch;
    }

    .sx-leader-nav__link {
        justify-content: center;
    }
}

.sx-why-section {
    position: relative;
    overflow: hidden;
}

.sx-why-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 40% at 0% 0%, rgba(201, 168, 76, 0.08) 0%, transparent 55%),
        radial-gradient(ellipse 40% 35% at 100% 100%, rgba(13, 27, 62, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.sx-why-section .container {
    position: relative;
    z-index: 1;
}

.sx-why__header {
    max-width: 680px;
    margin: 0 auto 40px;
}

.sx-why__subtitle {
    margin-bottom: 0;
}

.sx-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

.sx-why-card {
    display: flex;
    flex-direction: column;
    padding: 32px 28px 28px;
    background: var(--sx-white);
    border: 1px solid var(--sx-border);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(13, 27, 62, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sx-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(13, 27, 62, 0.1);
    border-color: rgba(201, 168, 76, 0.45);
}

.sx-why-card--featured {
    border-top: 3px solid var(--sx-gold);
    background: linear-gradient(180deg, rgba(201, 168, 76, 0.06) 0%, var(--sx-white) 120px);
}

.sx-why-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
}

.sx-why-card__num {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--sx-gold);
    opacity: 0.85;
}

.sx-why-card__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(13, 27, 62, 0.06) 0%, rgba(201, 168, 76, 0.12) 100%);
    border: 1px solid rgba(201, 168, 76, 0.25);
}

.sx-why-card__icon {
    font-size: 1.35rem;
    line-height: 1;
    color: var(--sx-navy);
}

.sx-why-card__title {
    font-family: var(--sx-font-serif);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--sx-navy);
    margin: 0 0 12px;
    line-height: 1.35;
}

.sx-why-card__text {
    font-size: 16px;
    line-height: 1.7;
    color: var(--sx-text-muted);
    margin: 0 0 18px;
}

.sx-why-card__points {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    flex: 1;
}

.sx-why-card__points li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--sx-text);
    margin-bottom: 10px;
}

.sx-why-card__points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sx-gold);
}

.sx-why-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--sx-burgundy);
    transition: gap 0.2s ease, color 0.2s ease;
}

.sx-why-card__link .fas {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.sx-why-card__link:hover {
    color: var(--sx-navy);
    text-decoration: none;
    gap: 10px;
}

.sx-why-card__link:hover .fas {
    transform: translateX(2px);
}

.sx-why-trust {
    position: relative;
    margin-top: 48px;
    padding: 6px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(201, 168, 76, 0.35) 0%, rgba(201, 168, 76, 0.08) 50%, rgba(201, 168, 76, 0.25) 100%);
    overflow: hidden;
}

.sx-why-trust__glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 80% at 20% 50%, rgba(201, 168, 76, 0.15) 0%, transparent 55%),
        radial-gradient(ellipse 50% 70% at 85% 50%, rgba(255, 255, 255, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.sx-why-trust__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 8px;
    border-radius: 10px;
    background: linear-gradient(145deg, var(--sx-navy) 0%, var(--sx-navy-mid, #1a2d5a) 100%);
    border: 1px solid rgba(201, 168, 76, 0.25);
    box-shadow: 0 16px 40px rgba(13, 27, 62, 0.18);
}

.sx-why-trust__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 20px 24px;
    border-right: 1px solid rgba(201, 168, 76, 0.15);
    transition: background 0.25s ease;
}

.sx-why-trust__item:last-child {
    border-right: none;
}

.sx-why-trust__item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.sx-why-trust__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 50%;
    font-size: 18px;
    color: var(--sx-gold);
    background: rgba(201, 168, 76, 0.12);
    border: 1px solid rgba(201, 168, 76, 0.35);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.sx-why-trust__value {
    display: block;
    font-family: var(--sx-font-serif);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--sx-gold);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.sx-why-trust__label {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--sx-white);
}

.sx-why-trust__hint {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.58);
    max-width: 160px;
}

@media (max-width: 991px) {
    .sx-why-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }

    .sx-why-trust__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sx-why-trust__item:nth-child(2) {
        border-right: none;
    }

    .sx-why-trust__item {
        border-right: none;
        border-bottom: 1px solid rgba(201, 168, 76, 0.15);
        padding: 24px 16px 20px;
    }

    .sx-why-trust__item:nth-last-child(-n+2) {
        border-bottom: none;
    }
}

@media (max-width: 575px) {
    .sx-why-trust {
        margin-top: 36px;
    }

    .sx-why-trust__grid {
        grid-template-columns: 1fr;
        padding: 6px;
    }

    .sx-why-trust__item {
        border-bottom: 1px solid rgba(201, 168, 76, 0.15);
        padding: 22px 16px 18px;
    }

    .sx-why-trust__item:last-child {
        border-bottom: none;
    }

    .sx-why-trust__hint {
        max-width: none;
    }
}

body.xaviers-site .section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--sx-burgundy);
}

body.xaviers-site .section-title {
    font-family: var(--sx-font-serif);
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: var(--sx-navy);
}

body.xaviers-site .section-subtitle {
    font-size: 16px;
    color: var(--sx-text-muted);
    max-width: 640px;
    margin: 12px auto 0;
    line-height: 1.6;
}

body.xaviers-site .section-title-light { color: var(--sx-white); }
body.xaviers-site .section-subtitle-light { color: rgba(255, 255, 255, 0.75); }

/* ── 50/50 split layout ── */
.sx-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.sx-split--reverse .sx-split__media { order: 2; }
.sx-split--reverse .sx-split__content { order: 1; }

@media (max-width: 991px) {
    .sx-split,
    body.xaviers-site .about-content,
    body.xaviers-site .contact-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .sx-split--reverse .sx-split__media,
    .sx-split--reverse .sx-split__content { order: unset; }
}

/* Map legacy about-content to split */
body.xaviers-site .about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

body.xaviers-site .about-image-box {
    background: transparent;
    padding: 0;
    border-radius: 0;
    text-align: left;
}

/* ── Image placeholder ── */
.img-placeholder {
    background: linear-gradient(145deg, #eceae6 0%, #ddd9d2 100%);
    border: 2px dashed #c5bfb4;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

.img-placeholder--landscape { aspect-ratio: 4 / 3; min-height: 280px; }
.img-placeholder--portrait  { aspect-ratio: 3 / 4; min-height: 360px; max-width: 360px; margin: 0 auto; }
.img-placeholder--square    { aspect-ratio: 1; min-height: 280px; }
.img-placeholder--wide      { aspect-ratio: 16 / 9; min-height: 240px; }

.img-placeholder__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
}

.img-placeholder__icon {
    width: 48px;
    height: 48px;
    color: #a09890;
    margin-bottom: 12px;
}

.img-placeholder__label {
    font-family: var(--sx-font-serif);
    font-size: 18px;
    font-weight: 600;
    color: #7a7268;
}

.img-placeholder__hint {
    font-size: 11px;
    color: #a09890;
    margin-top: 6px;
    letter-spacing: 0.5px;
}

/* ── Message / leader cards ── */
body.xaviers-site .message-card {
    background: var(--sx-white);
    border: 1px solid var(--sx-border);
    border-radius: 4px;
    box-shadow: var(--sx-shadow);
}

body.xaviers-site .person-avatar {
    background: linear-gradient(135deg, var(--sx-burgundy), var(--sx-navy));
    color: var(--sx-gold-light);
}

/* ── Footer ── */
.sx-footer {
    position: relative;
    background: linear-gradient(180deg, var(--sx-navy-mid, #1a2d5a) 0%, var(--sx-navy) 100%);
    color: rgba(255, 255, 255, 0.82);
    padding: 0 0 24px;
    font-family: var(--sx-font-sans);
    font-size: 14px;
    line-height: 1.65;
    overflow: hidden;
}

.sx-footer__accent {
    height: 4px;
    background: linear-gradient(90deg, var(--sx-gold), var(--sx-gold-light), var(--sx-gold));
}

.sx-footer .container {
    padding-top: 52px;
}

.sx-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px 32px;
}

.sx-footer__logo-link {
    display: inline-block;
    margin-bottom: 16px;
}

.sx-footer__logo {
    height: 64px;
    width: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.sx-footer__school-name {
    margin: 0 0 4px;
    font-family: 'Old English Five', 'Old English Text MT', serif;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 400;
    color: var(--sx-white);
    line-height: 1.2;
}

.sx-footer__campus {
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--sx-gold);
}

.sx-footer__desc {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
    max-width: 340px;
}

.sx-footer__motto {
    margin: 0 0 18px;
    padding-left: 12px;
    border-left: 3px solid var(--sx-gold);
}

.sx-footer__motto-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    color: var(--sx-gold-light);
}

.sx-footer__motto-sub {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.3px;
}

.sx-footer__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sx-footer__badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.sx-footer__badge--gold {
    background: var(--sx-gold);
    color: var(--sx-navy);
    border-color: var(--sx-gold);
}

.sx-footer__heading {
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--sx-white);
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(201, 168, 76, 0.35);
}

.sx-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sx-footer__links li {
    margin-bottom: 10px;
}

.sx-footer__links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.sx-footer__links a::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--sx-gold);
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.sx-footer__links a:hover {
    color: var(--sx-gold-light);
    text-decoration: none;
    transform: translateX(4px);
}

.sx-footer__links a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.sx-footer__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sx-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

.sx-footer__contact-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(201, 168, 76, 0.12);
    border: 1px solid rgba(201, 168, 76, 0.28);
    color: var(--sx-gold);
    font-size: 14px;
}

.sx-footer__contact-text {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
    padding-top: 6px;
}

.sx-footer__contact-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.78);
    transition: color 0.2s ease;
}

.sx-footer__contact-link:hover {
    color: var(--sx-gold-light);
    text-decoration: none;
}

.sx-footer__contact-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--sx-navy);
    background: var(--sx-gold);
    border-radius: 4px;
    transition: background 0.2s ease, gap 0.2s ease;
}

.sx-footer__contact-cta:hover {
    background: var(--sx-gold-light);
    color: var(--sx-navy);
    text-decoration: none;
    gap: 10px;
}

.sx-footer__contact-cta .fas {
    font-size: 10px;
}

.sx-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 22px 0 0;
    margin-top: 44px;
}

.sx-footer__copyright,
.sx-footer__affiliation {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.48);
}

.sx-footer__affiliation {
    font-size: 12px;
    letter-spacing: 0.3px;
}

@media (max-width: 991px) {
    .sx-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px 28px;
    }

    .sx-footer__brand {
        grid-column: 1 / -1;
        max-width: 480px;
    }
}

@media (max-width: 575px) {
    .sx-footer .container {
        padding-top: 40px;
    }

    .sx-footer__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .sx-footer__bottom {
        flex-direction: column;
        text-align: center;
    }

    .sx-footer__contact-cta {
        width: 100%;
        justify-content: center;
    }
}

.sx-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 2px;
    margin-right: 6px;
}

.sx-badge--gold { background: var(--sx-gold); color: var(--sx-navy); }
.sx-badge--light { background: rgba(255,255,255,0.15); color: var(--sx-white); }

/* ── Home page sections (school-home) ── */
.sx-hero-banner {
    background: linear-gradient(135deg, var(--sx-burgundy-dark) 0%, var(--sx-navy) 60%);
    padding: 80px 0;
    color: var(--sx-white);
}

.sx-hero-banner h1 {
    font-family: var(--sx-font-serif);
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.2;
}

.sx-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .sx-stat-grid { grid-template-columns: repeat(2, 1fr); }
}

.sx-stat-card {
    text-align: center;
    padding: 24px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-radius: 4px;
}

.sx-stat-card__num {
    font-family: var(--sx-font-serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--sx-gold);
}

.sx-stat-card__label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 6px;
}

.sx-announcement {
    background: var(--sx-burgundy);
    color: var(--sx-white);
    padding: 12px 0;
    font-size: 13px;
    overflow: hidden;
}

.sx-announcement__track {
    display: inline-block;
    white-space: nowrap;
    animation: sx-marquee 55s linear infinite;
}

@keyframes sx-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.sx-feature-grid,
body.xaviers-site .facility-grid,
body.xaviers-site .message-grid,
body.xaviers-site .achievement-grid {
    display: grid;
    gap: 24px;
}

.sx-feature-grid { grid-template-columns: repeat(3, 1fr); }
body.xaviers-site .message-grid { grid-template-columns: repeat(2, 1fr); }
body.xaviers-site .facility-grid { grid-template-columns: repeat(3, 1fr); }
body.xaviers-site .achievement-grid { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 991px) {
    .sx-feature-grid,
    body.xaviers-site .facility-grid { grid-template-columns: repeat(2, 1fr); }
    body.xaviers-site .achievement-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .sx-feature-grid,
    body.xaviers-site .facility-grid,
    body.xaviers-site .message-grid,
    body.xaviers-site .achievement-grid { grid-template-columns: 1fr; }
}

/* Tables, forms, gallery clean white cards */
body.xaviers-site table {
    background: var(--sx-white);
    border: 1px solid var(--sx-border);
}

body.xaviers-site .tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    border-radius: 2px;
}

body.xaviers-site .tag-navy { background: var(--sx-navy); color: var(--sx-white); }
body.xaviers-site .tag-gold { background: var(--sx-gold); color: var(--sx-navy); }

/* Scroll to top */
body.xaviers-site .scroll-to-top {
    background: var(--sx-burgundy);
    border-color: var(--sx-burgundy);
}

/* ── Homepage notification slides ── */
.sx-notif-slides {
    padding: 36px 0 40px;
    background:
        radial-gradient(ellipse 80% 60% at 10% 0%, rgba(201, 168, 76, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 95% 100%, rgba(107, 29, 58, 0.06) 0%, transparent 50%),
        var(--sx-cream);
}

.sx-notif-board {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    min-height: 280px;
    border-radius: 14px;
    overflow: hidden;
    background: var(--sx-white);
    border: 1px solid rgba(201, 168, 76, 0.28);
    box-shadow:
        0 4px 6px rgba(13, 27, 62, 0.03),
        0 20px 50px rgba(13, 27, 62, 0.1);
}

/* Left rail */
.sx-notif-board__rail {
    position: relative;
    background: linear-gradient(165deg, var(--sx-burgundy-dark) 0%, var(--sx-burgundy) 45%, var(--sx-navy-mid, #1a2f5c) 100%);
    color: var(--sx-white);
    overflow: hidden;
}

.sx-notif-board__rail-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background-image:
        linear-gradient(30deg, var(--sx-gold) 12%, transparent 12.5%, transparent 87%, var(--sx-gold) 87.5%, var(--sx-gold)),
        linear-gradient(150deg, var(--sx-gold) 12%, transparent 12.5%, transparent 87%, var(--sx-gold) 87.5%, var(--sx-gold));
    background-size: 24px 42px;
    pointer-events: none;
}

.sx-notif-board__rail-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
}

.sx-notif-board__bell {
    position: relative;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(201, 168, 76, 0.45);
    font-size: 20px;
    color: var(--sx-gold);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.sx-notif-board__bell-ping {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #5eead4;
    box-shadow: 0 0 0 0 rgba(94, 234, 212, 0.55);
    animation: sx-notif-ping 2.2s ease infinite;
}

@keyframes sx-notif-ping {
    0%   { box-shadow: 0 0 0 0 rgba(94, 234, 212, 0.5); }
    70%  { box-shadow: 0 0 0 10px rgba(94, 234, 212, 0); }
    100% { box-shadow: 0 0 0 0 rgba(94, 234, 212, 0); }
}

.sx-notif-board__rail-title {
    margin: 0 0 6px;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: var(--sx-white);
    line-height: 1.2;
}

.sx-notif-board__rail-desc {
    margin: 0 0 auto;
    font-size: 12px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
    max-width: 180px;
}

.sx-notif-board__nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    margin-bottom: 16px;
}

.sx-notif-board__nav-btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--sx-white);
    font-size: 12px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.sx-notif-board__nav-btn:hover {
    background: rgba(201, 168, 76, 0.22);
    border-color: var(--sx-gold);
    transform: translateY(-1px);
}

.sx-notif-board__counter {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--sx-gold);
    min-width: 64px;
    text-align: center;
}

.sx-notif-board__all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    padding: 10px 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--sx-gold);
    border-bottom: 1px solid transparent;
    transition: color 0.2s, border-color 0.2s, gap 0.2s;
}

.sx-notif-board__all:hover {
    color: var(--sx-white);
    border-bottom-color: var(--sx-gold);
    text-decoration: none;
    gap: 10px;
}

.sx-notif-board__all .fas {
    font-size: 10px;
}

/* Main content */
.sx-notif-board__main {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background:
        linear-gradient(135deg, rgba(250, 248, 244, 0.9) 0%, rgba(255, 255, 255, 1) 40%);
}

.sx-notif-board__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 18px 24px 0;
}

.sx-notif-board__tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--sx-text-muted);
    background: var(--sx-white);
    border: 1px solid var(--sx-border);
    border-radius: 999px;
    cursor: pointer;
    transition: color 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.sx-notif-board__tab-icon {
    font-size: 11px;
    opacity: 0.75;
}

.sx-notif-board__tab:hover {
    color: var(--sx-navy);
    border-color: rgba(201, 168, 76, 0.5);
}

.sx-notif-board__tab.is-active {
    color: var(--sx-white);
    background: linear-gradient(135deg, var(--sx-burgundy) 0%, var(--sx-burgundy-dark) 100%);
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(107, 29, 58, 0.28);
    transform: translateY(-1px);
}

.sx-notif-board__tab.is-active .sx-notif-board__tab-icon {
    opacity: 1;
    color: var(--sx-gold);
}

.sx-notif-slides__viewport {
    flex: 1;
    overflow: hidden;
    padding: 16px 24px 8px;
}

.sx-notif-slides__track {
    position: relative;
}

.sx-notif-slide {
    display: none;
}

.sx-notif-slide.is-active {
    display: block;
    animation: sx-notif-enter 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes sx-notif-enter {
    from {
        opacity: 0;
        transform: translateX(12px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.sx-notif-slide__card {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: start;
    padding: 24px 26px;
    border-radius: 12px;
    background: var(--sx-white);
    border: 1px solid var(--sx-border);
    box-shadow: 0 8px 30px rgba(13, 27, 62, 0.06);
    overflow: hidden;
}

.sx-notif-slide__glow {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.35;
}

.sx-notif-slide--sports .sx-notif-slide__glow {
    background: radial-gradient(circle, rgba(201, 168, 76, 0.35) 0%, transparent 70%);
}

.sx-notif-slide--admissions .sx-notif-slide__glow {
    background: radial-gradient(circle, rgba(107, 29, 58, 0.2) 0%, transparent 70%);
}

.sx-notif-slide--sports .sx-notif-slide__card {
    border-top: 3px solid var(--sx-gold);
}

.sx-notif-slide--admissions .sx-notif-slide__card {
    border-top: 3px solid var(--sx-burgundy);
}

.sx-notif-slide__icon-ring {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 24px;
    background: linear-gradient(145deg, rgba(201, 168, 76, 0.15) 0%, rgba(201, 168, 76, 0.05) 100%);
    border: 1px solid rgba(201, 168, 76, 0.35);
    color: var(--sx-burgundy);
    box-shadow: 0 6px 16px rgba(201, 168, 76, 0.15);
}

.sx-notif-slide--admissions .sx-notif-slide__icon-ring {
    background: linear-gradient(145deg, rgba(107, 29, 58, 0.12) 0%, rgba(107, 29, 58, 0.04) 100%);
    border-color: rgba(107, 29, 58, 0.2);
    color: var(--sx-burgundy);
    box-shadow: 0 6px 16px rgba(107, 29, 58, 0.1);
}

.sx-notif-slide__body {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.sx-notif-slide__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.sx-notif-slide__tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    background: var(--sx-navy);
    color: var(--sx-gold);
}

.sx-notif-slide--admissions .sx-notif-slide__tag {
    background: var(--sx-burgundy);
    color: var(--sx-white);
}

.sx-notif-slide__date {
    font-size: 12px;
    font-weight: 600;
    color: var(--sx-text-muted);
    padding-left: 10px;
    border-left: 2px solid var(--sx-gold);
}

.sx-notif-slide__title {
    margin: 0 0 10px;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    font-weight: 700;
    line-height: 1.35;
    color: var(--sx-navy);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sx-notif-slide__text {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--sx-text-muted);
    max-width: 56ch;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sx-notif-slide__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--sx-white);
    background: linear-gradient(135deg, var(--sx-burgundy) 0%, var(--sx-burgundy-dark) 100%);
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(107, 29, 58, 0.28);
    transition: transform 0.2s, box-shadow 0.2s, gap 0.2s;
}

.sx-notif-slide--sports .sx-notif-slide__cta {
    background: linear-gradient(135deg, var(--sx-navy) 0%, var(--sx-navy-mid, #1a2f5c) 100%);
    box-shadow: 0 6px 20px rgba(13, 27, 62, 0.22);
}

.sx-notif-slide__cta:hover {
    color: var(--sx-white);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(107, 29, 58, 0.35);
    gap: 12px;
}

.sx-notif-slide--sports .sx-notif-slide__cta:hover {
    box-shadow: 0 10px 28px rgba(13, 27, 62, 0.3);
}

.sx-notif-slide__cta .fas {
    font-size: 10px;
}

.sx-notif-board__footer {
    padding: 0 24px 18px;
}

.sx-notif-slides__progress {
    height: 4px;
    border-radius: 999px;
    background: rgba(13, 27, 62, 0.08);
    overflow: hidden;
}

.sx-notif-slides__progress-bar {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--sx-burgundy), var(--sx-gold), var(--sx-burgundy));
    background-size: 200% 100%;
    animation: sx-notif-shimmer 3s linear infinite;
    transition: width 0.1s linear;
}

@keyframes sx-notif-shimmer {
    0%   { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

@media (max-width: 991px) {
    .sx-notif-board {
        grid-template-columns: 1fr;
    }

    .sx-notif-board__rail-inner {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px 20px;
        padding: 20px;
    }

    .sx-notif-board__bell {
        margin-bottom: 0;
        width: 44px;
        height: 44px;
        font-size: 17px;
    }

    .sx-notif-board__rail-title {
        font-size: 1.1rem;
        margin: 0;
        flex: 1;
    }

    .sx-notif-board__rail-desc {
        display: none;
    }

    .sx-notif-board__nav {
        margin: 0;
        order: 3;
    }

    .sx-notif-board__all {
        margin: 0 0 0 auto;
        order: 2;
        padding: 6px 0;
    }
}

@media (max-width: 575px) {
    .sx-notif-slides {
        padding: 24px 0 28px;
    }

    .sx-notif-board {
        border-radius: 10px;
    }

    .sx-notif-board__tabs {
        padding: 14px 16px 0;
    }

    .sx-notif-board__tab {
        flex: 1 1 auto;
        justify-content: center;
        padding: 8px 12px;
        font-size: 11px;
    }

    .sx-notif-slides__viewport {
        padding: 12px 16px 6px;
    }

    .sx-notif-slide__card {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
    }

    .sx-notif-slide__icon-ring {
        width: 52px;
        height: 52px;
        font-size: 20px;
        border-radius: 12px;
    }

    .sx-notif-slide__text {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .sx-notif-slide__cta {
        width: 100%;
        justify-content: center;
    }

    .sx-notif-board__footer {
        padding: 0 16px 14px;
    }
}

/* ── Homepage notice board ── */
.sx-notice-home__split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.sx-notice-home__intro {
    font-size: 16px;
    line-height: 1.65;
    color: var(--sx-text-muted);
    margin: 0 0 28px;
    max-width: 540px;
}

.sx-notice-home__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
}

.sx-notice-home__item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 18px 20px;
    background: var(--sx-white);
    border: 1px solid var(--sx-border);
    border-radius: 8px;
    border-left: 4px solid var(--sx-gold);
    box-shadow: 0 2px 12px rgba(13, 27, 62, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sx-notice-home__item:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(13, 27, 62, 0.08);
}

.sx-notice-home__item--sports {
    border-left-color: var(--sx-navy);
}

.sx-notice-home__item--academic {
    border-left-color: var(--sx-burgundy);
}

.sx-notice-home__item--admissions {
    border-left-color: var(--sx-gold);
}

.sx-notice-home__date {
    flex-shrink: 0;
    min-width: 56px;
    padding: 10px 8px;
    text-align: center;
    background: var(--sx-navy);
    color: var(--sx-gold);
    border-radius: 6px;
}

.sx-notice-home__date-day {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.sx-notice-home__date-mon {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.sx-notice-home__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-bottom: 8px;
    border-radius: 4px;
    background: rgba(201, 168, 76, 0.12);
    color: var(--sx-navy);
}

.sx-notice-home__item--sports .sx-notice-home__tag {
    background: rgba(13, 27, 62, 0.08);
}

.sx-notice-home__item--academic .sx-notice-home__tag {
    background: rgba(107, 29, 58, 0.08);
    color: var(--sx-burgundy);
}

.sx-notice-home__tag .fas {
    font-size: 10px;
}

.sx-notice-home__title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--sx-navy);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sx-notice-home__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--sx-text-muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sx-notice-home__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    font-size: 13px;
}

.sx-notice-home__cta .fas {
    font-size: 11px;
}

.sx-notice-home__media {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sx-notice-home__frame {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(13, 27, 62, 0.14);
    border: 3px solid var(--sx-gold);
}

.sx-notice-home__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.sx-notice-home__badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(13, 27, 62, 0.88);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(201, 168, 76, 0.4);
    border-radius: 6px;
    color: var(--sx-white);
}

.sx-notice-home__badge-icon {
    color: var(--sx-gold);
    font-size: 14px;
}

.sx-notice-home__badge-text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.sx-notice-home__media-card {
    padding: 22px 24px;
    background: var(--sx-white);
    border: 1px solid var(--sx-border);
    border-left: 4px solid var(--sx-burgundy);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(13, 27, 62, 0.06);
}

.sx-notice-home__media-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--sx-gold);
    margin-bottom: 8px;
}

.sx-notice-home__media-desc {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--sx-text-muted);
}

.sx-notice-home__media-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-decoration: none;
    color: var(--sx-burgundy);
    transition: gap 0.2s ease;
}

.sx-notice-home__media-link:hover {
    color: var(--sx-navy);
    text-decoration: none;
    gap: 10px;
}

.sx-notice-home__media-link .fas {
    font-size: 11px;
}

@media (max-width: 991px) {
    .sx-notice-home__split {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .sx-notice-home__media {
        order: -1;
        max-width: 520px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .sx-notice-home__item {
        flex-direction: column;
        gap: 12px;
    }

    .sx-notice-home__date {
        align-self: flex-start;
    }

    .sx-notice-home__title {
        font-size: 15px;
    }

    .sx-notice-home__cta {
        width: 100%;
        justify-content: center;
    }
}

/* ── Homepage achievements / numbers ── */
.sx-achievements-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 50% 40% at 100% 0%, rgba(201, 168, 76, 0.08) 0%, transparent 55%),
        radial-gradient(ellipse 40% 35% at 0% 100%, rgba(13, 27, 62, 0.04) 0%, transparent 50%),
        var(--sx-white);
}

.sx-achievements__header {
    max-width: 680px;
    margin: 0 auto 44px;
}

.sx-achievements__subtitle {
    margin-bottom: 0;
}

.sx-achievements-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.sx-achievement-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 22px 28px;
    background: var(--sx-white);
    border: 1px solid var(--sx-border);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(13, 27, 62, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

.sx-achievement-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--sx-gold), var(--sx-navy));
}

.sx-achievement-card--awards::before {
    background: linear-gradient(90deg, var(--sx-burgundy), var(--sx-gold));
}

.sx-achievement-card--entrances::before {
    background: linear-gradient(90deg, var(--sx-navy), var(--sx-gold-light));
}

.sx-achievement-card--digital::before {
    background: linear-gradient(90deg, var(--sx-gold), var(--sx-burgundy));
}

.sx-achievement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(13, 27, 62, 0.12);
    border-color: rgba(201, 168, 76, 0.35);
}

.sx-achievement-card__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: rgba(201, 168, 76, 0.12);
    border: 1px solid rgba(201, 168, 76, 0.3);
}

.sx-achievement-card__icon {
    font-size: 1.25rem;
    color: var(--sx-navy);
}

.sx-achievement-card--awards .sx-achievement-card__icon {
    color: var(--sx-burgundy);
}

.sx-achievement-card__value {
    display: block;
    font-family: var(--sx-font-serif);
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1;
    color: var(--sx-gold);
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.sx-achievement-card__label {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--sx-navy);
}

.sx-achievement-card__hint {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--sx-text-muted);
    max-width: 200px;
}

.sx-achievements__footer {
    margin-top: 40px;
}

.sx-achievements__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    font-size: 13px;
}

.sx-achievements__cta .fas {
    font-size: 11px;
}

@media (max-width: 991px) {
    .sx-achievements-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .sx-achievements-grid {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 0 auto;
    }

    .sx-achievement-card__value {
        font-size: 2.25rem;
    }

    .sx-achievements__cta {
        width: 100%;
        justify-content: center;
    }
}
