:root {
    --bg: #f8fafc;
    --surface: rgba(255, 255, 255, 0.84);
    --surface-solid: #ffffff;
    --text: #0f172a;
    --muted: #475569;
    --brand: #0f766e;
    --brand-dark: #115e59;
    --accent: #d97706;
    --line: rgba(148, 163, 184, 0.25);
    --shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

body {
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, 0.14), transparent 30%),
        radial-gradient(circle at top right, rgba(217, 119, 6, 0.12), transparent 25%),
        var(--bg);
    color: var(--text);
    font-family: "Manrope", sans-serif;
}

h1, h2, h3, .section-title, .hero-title, .footer-title {
    font-family: "Fraunces", serif;
}

.topbar { background: #0f172a; color: #cbd5e1; font-size: 0.92rem; }
.site-nav { background: rgba(15, 23, 42, 0.92); backdrop-filter: blur(14px); }
.hero-shell { background: linear-gradient(135deg, #0f172a, #1d4ed8 70%, #0f766e); color: white; position: relative; overflow: hidden; }
.hero-shell::after { content: ""; position: absolute; inset: auto -10% -30% auto; width: 420px; height: 420px; background: radial-gradient(circle, rgba(255,255,255,.18), transparent 60%); }
.eyebrow { letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.76rem; font-weight: 800; color: var(--accent); }
.hero-copy, .footer-copy { color: rgba(255,255,255,.8); max-width: 52ch; }
.btn-brand { background: var(--brand); color: white; border: none; }
.btn-brand:hover { background: var(--brand-dark); color: white; }
.hero-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.hero-card, .gallery-tile, .event-card, .stat-card, .content-panel, .form-shell, .profile-card, .info-card, .table-shell { border: 1px solid var(--line); box-shadow: var(--shadow); }
.hero-card { background: rgba(255, 255, 255, 0.08); border-radius: 1.4rem; overflow: hidden; min-height: 180px; transform: rotate(-1.5deg); }
.hero-card:nth-child(2) { transform: rotate(2deg) translateY(1.5rem); }
.hero-card:nth-child(3) { transform: rotate(1.5deg); }
.hero-card img, .gallery-tile img, .event-card img, .principal-photo, .profile-photo { width: 100%; height: 100%; object-fit: cover; }
.stat-card { background: var(--surface-solid); border-radius: 1.4rem; padding: 1.5rem; display: grid; gap: .45rem; }
.stat-card strong { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.content-panel, .form-shell, .profile-card, .info-card, .table-shell { background: var(--surface); backdrop-filter: blur(18px); border-radius: 1.6rem; }
.section-title { font-size: clamp(2rem, 4vw, 3rem); }
.principal-photo { max-width: 280px; border-radius: 1.5rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gallery-grid--full { grid-template-columns: repeat(3, 1fr); }
.gallery-tile { border-radius: 1.3rem; overflow: hidden; aspect-ratio: 1 / 1; background: white; }
.event-card { overflow: hidden; border-radius: 1.5rem; background: white; }
.event-card img { height: 260px; }
.event-card__body { padding: 1.5rem; }
.event-date { color: var(--brand); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; font-weight: 800; }
.form-shell, .profile-card { padding: 2rem; }
.profile-card { text-align: center; }
.profile-photo { max-width: 220px; aspect-ratio: 1 / 1; border-radius: 1.5rem; margin-inline: auto; }
.profile-meta { display: grid; gap: .4rem; color: var(--muted); }
.profile-card.directory-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 1.35rem;
    align-items: start;
    min-height: 216px;
    padding: 1.1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    text-align: left;
}
.directory-card__photo {
    width: 160px;
    aspect-ratio: 630 / 810;
    align-self: start;
    min-height: 0;
    overflow: hidden;
    border-radius: 1.1rem;
    background: linear-gradient(180deg, #f8fafc, #e8eef6);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
}
.directory-card__photo .profile-photo {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
    object-position: center top;
}
.directory-card__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0.15rem 0.15rem 0.1rem;
}
.directory-card__body h3 {
    margin: 0 0 0.35rem;
    color: #10233f;
    font-size: 1.55rem;
    line-height: 1.15;
}
.directory-card .profile-meta {
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding: 0.85rem;
    border-radius: 1rem;
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.06);
}
.directory-card .profile-meta div {
    display: grid;
    grid-template-columns: 7.25rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.directory-card .profile-meta div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.directory-card .profile-meta span {
    color: #8b6b32;
    font-family: "Manrope", sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.directory-card .profile-meta strong {
    min-width: 0;
    color: #334155;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
}
.directory-card__action {
    margin-top: auto;
    padding-top: 1rem;
}
.table-shell { padding: 1rem; }
.table th { color: var(--muted); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; }
.site-footer { background: #121a2b; color: white; }
.payment-total { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; }
.legal-copy h3 { margin-top: 1.6rem; }
.form-control, .form-select, textarea.form-control { border-radius: 1rem; padding: .85rem 1rem; border-color: rgba(148, 163, 184, 0.4); }
.accounts-hero .content-panel { position: relative; overflow: hidden; }
.accounts-hero .content-panel::after { content: ""; position: absolute; inset: auto -8% -40% auto; width: 320px; height: 320px; background: radial-gradient(circle, rgba(15, 118, 110, 0.18), transparent 62%); pointer-events: none; }
.accounts-summary { display: grid; gap: 1rem; padding: 1.25rem; background: rgba(15, 23, 42, 0.04); border-radius: 1.4rem; border: 1px solid rgba(15, 23, 42, 0.08); }
.role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.role-card { display: block; padding: 1.35rem; border-radius: 1.4rem; text-decoration: none; color: var(--text); background: rgba(255,255,255,.78); border: 1px solid var(--line); box-shadow: var(--shadow); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.role-card:hover { transform: translateY(-4px); color: var(--text); border-color: rgba(15, 118, 110, 0.35); }
.role-card--active { background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(217, 119, 6, 0.12)); border-color: rgba(15, 118, 110, 0.45); }
.role-card h2 { font-size: 1.3rem; margin: .35rem 0; }
.role-card p { margin: 0; color: var(--muted); }
.role-card__tag { display: inline-flex; font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; color: var(--brand); font-weight: 800; }
.accounts-panel { min-height: 100%; }
.accounts-panel--active { border-color: rgba(15, 118, 110, 0.35); box-shadow: 0 24px 70px rgba(15, 118, 110, 0.14); }
.btn-google { background: #ffffff; color: var(--text); border: 1px solid rgba(15, 23, 42, 0.12); box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08); }
.btn-google:hover { background: #f8fafc; color: var(--text); }
.admin-lock { padding: 1.25rem; border-radius: 1.25rem; border: 1px dashed rgba(15, 23, 42, 0.18); background: rgba(15, 23, 42, 0.03); }
.accounts-note { align-self: center; color: var(--muted); font-size: .95rem; max-width: 34rem; }

@media (max-width: 991.98px) {
    .gallery-grid, .gallery-grid--full { grid-template-columns: repeat(2, 1fr); }
    .role-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767.98px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-card, .hero-card:nth-child(2), .hero-card:nth-child(3) { transform: none; }
    .gallery-grid, .gallery-grid--full { grid-template-columns: 1fr; }
    .form-shell, .profile-card { padding: 1.4rem; }
    .profile-card.directory-card {
        grid-template-columns: 108px minmax(0, 1fr);
        min-height: 0;
        padding: 0.9rem;
        gap: 1rem;
    }
    .directory-card__photo {
        width: 108px;
    }
    .directory-card .profile-meta div {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
    .directory-card__action {
        padding-top: 0.85rem;
    }
    .role-grid { grid-template-columns: 1fr; }
}

.homepage-shell { max-width: 1320px; }
.homepage-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f7fafc, #ffffff 52%, #eef2ff); padding: 4rem 0 3rem; }
.homepage-hero::before { content: ""; position: absolute; inset: 0 auto auto 58%; width: 32rem; height: 32rem; background: radial-gradient(circle, rgba(59, 130, 246, 0.14), transparent 62%); filter: blur(10px); pointer-events: none; }
.homepage-chip { display: inline-flex; align-items: center; gap: .65rem; padding: .8rem 1.1rem; border: 1px solid rgba(15, 23, 42, 0.08); border-radius: 999px; background: rgba(255, 255, 255, 0.92); color: var(--muted); font-size: .95rem; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06); }
.homepage-chip__dot { width: .6rem; height: .6rem; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 .35rem rgba(34, 197, 94, 0.12); }
.homepage-title { margin-top: 1.5rem; font-family: "Fraunces", serif; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1.05; letter-spacing: -0.04em; max-width: 11ch; }
.homepage-copy { max-width: 40rem; margin-top: 1.2rem; font-size: 1.12rem; color: var(--muted); line-height: 1.8; }
.homepage-btn-primary, .homepage-btn-secondary, .homepage-btn-dark, .homepage-btn-light, .homepage-btn-outline-light { padding: 1rem 1.6rem; border-radius: 999px; font-weight: 700; transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease; }
.homepage-btn-primary { background: #0f172a; color: #fff; }
.homepage-btn-primary:hover, .homepage-btn-dark:hover, .homepage-btn-light:hover, .homepage-final-cta__button:hover { transform: translateY(-2px); }
.homepage-btn-secondary { background: rgba(255, 255, 255, 0.92); color: var(--text); border: 1px solid rgba(15, 23, 42, 0.12); }
.homepage-btn-dark { background: #0f172a; color: #fff; }
.homepage-btn-light { background: #fff; color: #2563eb; }
.homepage-btn-outline-light { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.24); }
.homepage-collage { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.homepage-collage__column { display: grid; gap: 1rem; }
.homepage-collage__column--offset { padding-top: 3rem; }
.homepage-collage__photo { width: 100%; object-fit: cover; border-radius: 1.7rem; box-shadow: 0 20px 45px rgba(15, 23, 42, 0.14); }
.homepage-collage__photo--tall { height: 18rem; }
.homepage-collage__photo--short { height: 14rem; }
.homepage-stats { padding: 1rem 0 2rem; background: #fff; }
.homepage-stat { height: 100%; padding: 1.7rem; border: 1px solid rgba(15, 23, 42, 0.06); border-radius: 1.5rem; background: linear-gradient(180deg, #fff, #fafcff); box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06); }
.homepage-stat strong { display: block; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; margin-bottom: .45rem; }
.homepage-stat span { color: var(--muted); }
.homepage-section { padding: 5.5rem 0; background: #fff; }
.homepage-section--soft { background: linear-gradient(180deg, #fafafa, #fff 45%, #f8fafc); }
.homepage-section--dark { background: linear-gradient(135deg, #0f172a, #18283d 50%, #142e58); color: #fff; }
.homepage-section__header { margin-bottom: 2.5rem; }
.homepage-section__header--light .homepage-section__copy, .homepage-section__header--light .homepage-section__title { color: #fff; }
.homepage-section__title { font-family: "Fraunces", serif; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.08; letter-spacing: -0.03em; margin: .7rem 0 1rem; }
.homepage-section__copy { max-width: 44rem; color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.homepage-section__split { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.homepage-profile-card, .homepage-event-card, .homepage-news-card, .homepage-testimonial, .homepage-benefit { height: 100%; border: 1px solid rgba(15, 23, 42, 0.08); border-radius: 1.6rem; background: #fff; box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08); }
.homepage-profile-card { overflow: hidden; }
.homepage-profile-card__image { width: 100%; height: 18rem; object-fit: cover; }
.homepage-profile-card__body { padding: 1.6rem; }
.homepage-profile-card__role { color: #2563eb; font-weight: 700; margin-bottom: .8rem; }
.homepage-profile-card__quote { color: var(--muted); line-height: 1.75; margin-bottom: 0; }
.homepage-event-card { padding: 1.6rem; }
.homepage-event-card__date { display: inline-block; margin-bottom: 1rem; color: #2563eb; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.homepage-event-card h3, .homepage-news-card h3, .homepage-benefit h3 { font-family: "Fraunces", serif; font-size: 1.45rem; margin-bottom: .75rem; }
.homepage-event-card p, .homepage-news-card p, .homepage-testimonial p, .homepage-benefit p { color: var(--muted); line-height: 1.8; }
.homepage-event-card__meta { margin-top: auto; color: #0f766e; font-weight: 700; }
.homepage-filters { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 1rem; padding: 1.25rem; border: 1px solid rgba(15, 23, 42, 0.06); border-radius: 1.6rem; background: linear-gradient(180deg, #f8fafc, #fff); margin-bottom: 1.75rem; }
.homepage-input-shell input, .homepage-input-shell select, .homepage-newsletter__form input { width: 100%; border: 1px solid rgba(15, 23, 42, 0.1); border-radius: 1rem; padding: .95rem 1rem; background: #fff; }
.homepage-news-card { padding: 1.6rem; }
.homepage-news-card__meta { display: flex; gap: .8rem; align-items: center; font-size: .85rem; color: var(--muted); margin-bottom: 1rem; }
.homepage-news-card__tag { padding: .35rem .7rem; border-radius: 999px; background: rgba(37, 99, 235, 0.1); color: #2563eb; font-weight: 700; }
.homepage-news-card a { color: #2563eb; font-weight: 700; text-decoration: none; }
.homepage-story { padding: 0 0 5.5rem; background: #fff; }
.homepage-story__panel { overflow: hidden; border-radius: 2rem; box-shadow: 0 24px 56px rgba(37, 99, 235, 0.18); }
.homepage-story__content { height: 100%; padding: 3rem; background: linear-gradient(135deg, #3b82f6, #7c3aed); color: #fff; display: flex; flex-direction: column; justify-content: center; }
.homepage-story__badge { display: inline-flex; align-items: center; width: fit-content; padding: .55rem .95rem; border-radius: 999px; background: rgba(255,255,255,.14); margin-bottom: 1.2rem; }
.homepage-story__content h2 { font-family: "Fraunces", serif; font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 1rem; }
.homepage-story__content p { line-height: 1.85; font-size: 1.08rem; color: rgba(255,255,255,.92); }
.homepage-story__author { display: flex; align-items: center; gap: 1rem; margin: 1.6rem 0 1.8rem; }
.homepage-story__author span { display: block; color: rgba(255,255,255,.75); }
.homepage-story__avatar { width: 4rem; height: 4rem; border-radius: 50%; background: rgba(255,255,255,.2); }
.homepage-story__image { width: 100%; height: 100%; min-height: 26rem; object-fit: cover; }
.homepage-moments-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.homepage-moment { position: relative; overflow: hidden; border-radius: 1.25rem; aspect-ratio: 1 / 1; text-decoration: none; }
.homepage-moment img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.homepage-moment span { position: absolute; inset: auto 1rem 1rem 1rem; color: #fff; font-weight: 700; opacity: 0; transition: opacity .25s ease; }
.homepage-moment::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.72)); }
.homepage-moment:hover img { transform: scale(1.05); }
.homepage-moment:hover span { opacity: 1; z-index: 1; }
.homepage-testimonial, .homepage-benefit { padding: 1.6rem; }
.homepage-testimonial strong, .homepage-testimonial span { display: block; }
.homepage-testimonial strong { margin-top: 1rem; }
.homepage-testimonial span { color: #64748b; }
.homepage-mentorship__tag { display: inline-flex; gap: .35rem; align-items: center; padding: .65rem 1rem; border-radius: 999px; background: #fff; border: 1px solid rgba(15, 23, 42, 0.08); color: #2563eb; font-weight: 700; margin-bottom: 1.2rem; }
.homepage-checklist { list-style: none; padding: 0; margin: 0 0 1.8rem; display: grid; gap: .9rem; }
.homepage-checklist li { position: relative; padding-left: 1.8rem; color: var(--muted); }
.homepage-checklist li::before { content: ""; position: absolute; left: 0; top: .55rem; width: .75rem; height: .75rem; border-radius: 50%; background: #3b82f6; }
.homepage-mentorship__media { position: relative; overflow: hidden; border-radius: 1.8rem; box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12); }
.homepage-mentorship__media img { width: 100%; height: 36rem; object-fit: cover; }
.homepage-mentorship__overlay { position: absolute; left: 1.4rem; right: 1.4rem; bottom: 1.4rem; padding: 1rem 1.2rem; border-radius: 1rem; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); }
.homepage-mentorship__overlay span { display: block; color: var(--muted); }
.homepage-newsletter { padding: 5rem 0; background: linear-gradient(135deg, #0f172a, #1e293b); color: #fff; }
.homepage-newsletter h2, .homepage-final-cta h2 { font-family: "Fraunces", serif; font-size: clamp(2.1rem, 4vw, 3.5rem); }
.homepage-newsletter p, .homepage-final-cta p { color: rgba(255,255,255,.75); max-width: 42rem; margin: 1rem auto 0; line-height: 1.8; }
.homepage-newsletter__form { margin: 2rem auto 0; max-width: 42rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem; }
.homepage-newsletter__form input { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.18); }
.homepage-newsletter__form input::placeholder { color: rgba(255,255,255,.45); }
.homepage-final-cta { position: relative; overflow: hidden; padding: 6.5rem 0; background: linear-gradient(135deg, #3b82f6, #2563eb 45%, #1d4ed8); color: #fff; }
.homepage-final-cta::before, .homepage-final-cta::after { content: ""; position: absolute; width: 22rem; height: 22rem; border-radius: 50%; background: rgba(255,255,255,.12); filter: blur(16px); }
.homepage-final-cta::before { top: -8rem; left: 10%; }
.homepage-final-cta::after { bottom: -8rem; right: 10%; }
.homepage-final-cta__button { display: inline-block; margin-top: 2rem; padding: 1rem 1.7rem; border-radius: 999px; background: #fff; color: #2563eb; font-weight: 800; text-decoration: none; }
.eyebrow--light { color: #bfdbfe; }

.footer-shell { padding-top: 4.8rem; padding-bottom: 1rem; }
.footer-grid { padding-bottom: 3rem; }
.footer-brand { font-family: "Fraunces", serif; font-size: 2rem; margin-bottom: 1.2rem; color: #ffffff; }
.footer-description { max-width: 26rem; color: rgba(255,255,255,.72); line-height: 1.65; font-size: 1.02rem; margin-bottom: 1.8rem; }
.footer-socials { display: flex; gap: 1rem; }
.footer-social { width: 3rem; height: 3rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; transition: background-color .2s ease, transform .2s ease; }
.footer-social:hover { background: rgba(255,255,255,.2); color: #fff; transform: translateY(-2px); }
.footer-social svg { width: 1.35rem; height: 1.35rem; }
.footer-heading { font-size: 1.9rem; font-family: "Fraunces", serif; margin-bottom: 1.4rem; color: #ffffff; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .9rem; }
.footer-links a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 1.02rem; transition: color .2s ease; }
.footer-links a:hover { color: #ffffff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 1.8rem 0 0; text-align: center; color: rgba(255,255,255,.52); font-size: 1rem; }

@media (max-width: 991.98px) {
    .homepage-collage__column--offset { padding-top: 0; }
    .homepage-filters, .homepage-newsletter__form, .homepage-moments-grid { grid-template-columns: 1fr 1fr; }
    .footer-heading { font-size: 1.5rem; }
}

@media (max-width: 767.98px) {
    .homepage-hero, .homepage-section, .homepage-newsletter, .homepage-final-cta { padding-top: 4rem; padding-bottom: 4rem; }
    .homepage-filters, .homepage-newsletter__form, .homepage-moments-grid, .homepage-collage { grid-template-columns: 1fr; }
    .homepage-story__content { padding: 2rem; }
    .homepage-mentorship__media img { height: 24rem; }
    .footer-shell { padding-top: 3.5rem; }
    .footer-brand { font-size: 1.7rem; }
    .footer-heading { font-size: 1.3rem; margin-bottom: 1rem; }
}

.sayidan-shell { max-width: 1320px; }
.sayidan-home { background: #f5f7fb; }
.sayidan-kicker { display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #d97706; }
.sayidan-utility { background: #111a2e; color: rgba(255,255,255,.78); }
.sayidan-utility__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 1rem 0; }
.sayidan-utility__item { border-right: 1px solid rgba(255,255,255,.1); padding-right: 1rem; }
.sayidan-utility__item:last-child { border-right: 0; }
.sayidan-utility__item span { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.48); margin-bottom: .35rem; }
.sayidan-utility__item strong { color: #fff; font-size: .98rem; font-weight: 700; }
.sayidan-hero { padding: 1.8rem 0 0; }
.sayidan-hero__feature { min-height: 34rem; position: relative; display: flex; align-items: end; border-radius: 1.6rem 0 0 1.6rem; overflow: hidden; box-shadow: 0 24px 54px rgba(15, 23, 42, .16); background: #0f172a; }
.sayidan-hero__feature::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,26,46,.18), rgba(17,26,46,.78)); z-index: 1; }
.sayidan-hero__media { position: absolute; inset: 0; }
.sayidan-hero__media img { width: 100%; height: 100%; object-fit: contain; object-position: center center; }
.sayidan-hero__content { position: relative; z-index: 1; padding: 3rem; color: #fff; max-width: 44rem; }
.sayidan-hero__content .sayidan-kicker, .sayidan-heading .sayidan-kicker { display: block; }
.sayidan-hero__content h1 { font-family: "Fraunces", serif; font-size: clamp(2.8rem, 5vw, 4.7rem); line-height: 1.05; margin: .85rem 0 1rem; }
.sayidan-hero__content p { color: rgba(255,255,255,.84); font-size: 1.08rem; line-height: 1.85; margin-bottom: 0; }
.sayidan-hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.sayidan-hero__side { background: #fff; border-radius: 0 1.6rem 1.6rem 0; min-height: 34rem; display: grid; grid-template-rows: 1fr 1fr; overflow: hidden; box-shadow: 0 24px 54px rgba(15, 23, 42, .12); }
.sayidan-side-card { padding: 2rem; border-bottom: 1px solid rgba(15,23,42,.08); background: #fff; }
.sayidan-side-card:last-child { border-bottom: 0; }
.sayidan-side-card__eyebrow { display: inline-block; color: #0f766e; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; margin-bottom: .7rem; }
.sayidan-side-card h2 { font-family: "Fraunces", serif; font-size: 1.9rem; margin-bottom: .9rem; }
.sayidan-side-card p { color: var(--muted); line-height: 1.75; margin-bottom: 1rem; }
.sayidan-side-card__meta { color: #2563eb; font-weight: 700; }
.sayidan-side-card--image { position: relative; padding: 0; overflow: hidden; }
.sayidan-side-card--image img { width: 100%; height: 100%; object-fit: cover; }
.sayidan-side-card__overlay { position: absolute; inset: auto 1.25rem 1.25rem 1.25rem; background: rgba(255,255,255,.92); border-radius: 1rem; padding: 1rem 1.1rem; backdrop-filter: blur(12px); }
.sayidan-side-card__overlay span { display: block; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: #2563eb; margin-bottom: .4rem; }
.sayidan-side-card__overlay strong { color: #0f172a; }
.sayidan-btn-primary, .sayidan-btn-secondary { border-radius: 999px; padding: .95rem 1.55rem; font-weight: 700; }
.sayidan-btn-primary { background: #d97706; color: #fff; border: 1px solid #d97706; }
.sayidan-btn-primary:hover { background: #b96305; border-color: #b96305; color: #fff; }
.sayidan-btn-secondary { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.28); }
.sayidan-btn-secondary:hover { background: rgba(255,255,255,.22); color: #fff; }
.sayidan-ribbon { margin-top: -2.4rem; position: relative; z-index: 3; }
.sayidan-metric { background: #fff; border-right: 1px solid rgba(15,23,42,.08); padding: 1.45rem 1.25rem; box-shadow: 0 18px 44px rgba(15, 23, 42, .1); }
.sayidan-metric strong { display: block; font-size: 2rem; color: #0f172a; }
.sayidan-metric span { color: var(--muted); }
.sayidan-section { padding: 5rem 0; }
.sayidan-section--soft { background: linear-gradient(180deg, #eef3f9, #f9fbfd); }
.sayidan-section--dark { background: #111a2e; color: #fff; }
.sayidan-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-bottom: 2rem; flex-wrap: wrap; }
.sayidan-heading h2 { font-family: "Fraunces", serif; font-size: clamp(2rem, 4vw, 3.2rem); max-width: 18ch; margin: .6rem 0 0; }
.sayidan-heading > :first-child,
.sayidan-heading > span:first-child { max-width: 100%; }
.sayidan-heading > div { max-width: 42rem; }
.sayidan-heading--light h2 { color: #fff; }
.sayidan-link { color: #2563eb; font-weight: 700; text-decoration: none; }
.sayidan-link--light { color: #bfdbfe; }
.sayidan-panel, .sayidan-event, .sayidan-benefit, .sayidan-directory { background: #fff; border-radius: 1.4rem; box-shadow: 0 18px 44px rgba(15, 23, 42, .08); height: 100%; overflow: hidden; }
.sayidan-panel { padding: 2rem; }
.sayidan-panel--accent { background: linear-gradient(135deg, #0f172a, #1e3a5f); color: #fff; }
.sayidan-panel--accent p { color: rgba(255,255,255,.76); }
.sayidan-panel--accent .sayidan-link { color: #fde68a; }
.sayidan-panel h2, .sayidan-panel h3, .sayidan-story__content h2, .sayidan-directory h2, .sayidan-cta h2, .sayidan-benefit h3, .sayidan-event h3 { font-family: "Fraunces", serif; }
.sayidan-panel h2 { font-size: 2rem; margin: .7rem 0 .95rem; }
.sayidan-panel h3 { font-size: 1.5rem; margin: .7rem 0 .95rem; }
.sayidan-panel p { color: var(--muted); line-height: 1.8; }
.sayidan-panel__meta { color: #0f766e; font-weight: 700; }
.sayidan-panel--image { padding: 0; }
.sayidan-panel--image img { width: 100%; height: 19rem; object-fit: cover; }
.sayidan-panel__body { padding: 1.7rem; }
.sayidan-event__image { height: 14rem; background-size: cover; background-position: center; }
.sayidan-event__body { padding: 1.5rem; }
.sayidan-event__date { color: #d97706; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; margin-bottom: .8rem; }
.sayidan-event h3 { font-size: 1.45rem; margin-bottom: .7rem; }
.sayidan-event p { color: var(--muted); line-height: 1.75; margin-bottom: .95rem; }
.sayidan-event span { color: #0f766e; font-weight: 700; }
.sayidan-event__actions { margin-top: 1.2rem; }
.sayidan-story { background: #fff; border-radius: 1.5rem; box-shadow: 0 18px 44px rgba(15, 23, 42, .08); overflow: hidden; height: 100%; display: grid; grid-template-columns: 1.1fr 1fr; }
.sayidan-story__media img { width: 100%; height: 100%; object-fit: cover; min-height: 28rem; }
.sayidan-story__content { padding: 2rem; display: flex; flex-direction: column; justify-content: center; }
.sayidan-story__content h2 { font-size: 2.2rem; margin: .7rem 0 1rem; }
.sayidan-story__content p { color: var(--muted); line-height: 1.85; margin-bottom: 0; }
.sayidan-directory { padding: 2rem; background: linear-gradient(180deg, #fff, #f8fbff); }
.sayidan-directory h2 { font-size: 2rem; margin: .7rem 0 1rem; }
.sayidan-directory ul { margin: 0 0 1.5rem; padding-left: 1.2rem; color: var(--muted); display: grid; gap: .8rem; }
.sayidan-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.sayidan-gallery__item { display: block; border-radius: 1.2rem; overflow: hidden; aspect-ratio: 1 / 0.8; box-shadow: 0 18px 38px rgba(0,0,0,.18); }
.sayidan-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.sayidan-gallery__item:hover img { transform: scale(1.05); }
.sayidan-benefit { padding: 1.6rem; }
.sayidan-benefit h3 { font-size: 1.4rem; margin-bottom: .8rem; }
.sayidan-benefit p { color: var(--muted); line-height: 1.75; margin-bottom: 0; }
.sayidan-cta { background: linear-gradient(135deg, #17243f, #20385d); color: #fff; padding: 5.2rem 0; }
.sayidan-cta h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); margin: .8rem auto 1rem; max-width: 16ch; }
.sayidan-cta p { max-width: 44rem; margin: 0 auto; color: rgba(255,255,255,.75); line-height: 1.85; }
.sayidan-cta__actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.sayidan-cta .sayidan-btn-secondary { background: rgba(255,255,255,.08); }
.sayidan-detail { background: #fff; border-radius: 1.6rem; overflow: hidden; box-shadow: 0 20px 48px rgba(15, 23, 42, .1); }
.sayidan-detail__hero img { width: 100%; height: 28rem; object-fit: cover; }
.sayidan-detail__body { padding: 2rem; }
.sayidan-detail__meta { display: flex; gap: 1rem; flex-wrap: wrap; color: #0f766e; font-weight: 700; margin-bottom: 1rem; }
.sayidan-detail__summary { font-size: 1.08rem; color: var(--text); }

@media (max-width: 991.98px) {
    .sayidan-utility__grid { grid-template-columns: 1fr; }
    .sayidan-utility__item { border-right: 0; padding-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: .85rem; }
    .sayidan-utility__item:last-child { border-bottom: 0; padding-bottom: 0; }
    .sayidan-hero__feature { border-radius: 1.6rem 1.6rem 0 0; min-height: 30rem; }
    .sayidan-hero__side { border-radius: 0 0 1.6rem 1.6rem; min-height: auto; }
    .sayidan-ribbon { margin-top: 1.5rem; }
    .sayidan-story { grid-template-columns: 1fr; }
    .sayidan-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sayidan-heading { align-items: start; }
}

@media (max-width: 767.98px) {
    .sayidan-hero__content { padding: 2rem; }
    .sayidan-hero__content h1 { font-size: 2.4rem; }
    .sayidan-metric { border-right: 0; border-bottom: 1px solid rgba(15,23,42,.08); }
    .sayidan-gallery { grid-template-columns: 1fr; }
    .sayidan-heading h2 { max-width: none; }
    .sayidan-cta, .sayidan-section { padding: 4rem 0; }
}

.saas-home {
    background:
        radial-gradient(circle at top left, rgba(44, 102, 255, 0.18), transparent 24%),
        radial-gradient(circle at top right, rgba(9, 207, 255, 0.12), transparent 20%),
        #07111f;
    color: #e5eefc;
}

.saas-shell { max-width: 1280px; }
.saas-kicker {
    display: inline-block;
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #7dd3fc;
}

.saas-announcement {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 2rem;
    padding: .9rem 1.1rem;
    border: 1px solid rgba(125, 211, 252, 0.18);
    border-radius: 999px;
    background: rgba(8, 19, 37, 0.76);
    color: rgba(226, 232, 240, 0.84);
    box-shadow: 0 16px 40px rgba(2, 8, 23, 0.28);
}

.saas-announcement__pill {
    display: inline-block;
    margin-right: .8rem;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0ea5e9, #3b82f6);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.saas-hero {
    padding: 4.5rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.saas-hero__title {
    margin-top: 1rem;
    font-family: "Fraunces", serif;
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: 1;
    letter-spacing: -0.05em;
    max-width: 11ch;
    color: #f8fbff;
}

.saas-hero__copy {
    margin-top: 1.4rem;
    max-width: 40rem;
    color: rgba(226, 232, 240, 0.82);
    font-size: 1.08rem;
    line-height: 1.9;
}

.saas-hero__actions,
.saas-final-cta__actions,
.saas-dark-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.saas-btn {
    border-radius: 999px;
    padding: 1rem 1.6rem;
    font-weight: 800;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.saas-btn:hover { transform: translateY(-2px); }

.saas-btn--primary {
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    color: #fff;
    border: 1px solid transparent;
}

.saas-btn--ghost {
    background: rgba(255,255,255,.04);
    color: #f8fbff;
    border: 1px solid rgba(148, 163, 184, 0.22);
}

.saas-btn--light {
    background: #fff;
    color: #0f172a;
    border: 1px solid transparent;
}

.saas-btn--outline-light,
.saas-btn--ghost-dark {
    background: transparent;
    color: #e2e8f0;
    border: 1px solid rgba(226, 232, 240, 0.24);
}

.saas-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.2rem;
}

.saas-proof div {
    padding: 1rem 1.1rem;
    border-radius: 1.15rem;
    background: rgba(9, 19, 37, 0.84);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.saas-proof strong {
    display: block;
    font-size: 1.5rem;
    color: #f8fbff;
}

.saas-proof span {
    color: rgba(226, 232, 240, 0.62);
    font-size: .92rem;
}

.saas-hero-panel {
    position: relative;
    min-height: 38rem;
    border-radius: 2rem;
    padding: 1.1rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(8, 18, 35, 0.96));
    border: 1px solid rgba(96, 165, 250, 0.14);
    box-shadow: 0 28px 72px rgba(2, 8, 23, 0.42);
}

.saas-hero-panel__visual {
    height: 100%;
    min-height: 35rem;
    overflow: hidden;
    border-radius: 1.55rem;
    background: #020817;
}

.saas-hero-panel__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saas-hero-panel__floating {
    position: absolute;
    max-width: 18rem;
    padding: 1rem 1.1rem;
    border-radius: 1.2rem;
    background: rgba(8, 19, 37, 0.92);
    border: 1px solid rgba(125, 211, 252, 0.16);
    box-shadow: 0 20px 50px rgba(2, 8, 23, 0.35);
    backdrop-filter: blur(18px);
}

.saas-hero-panel__floating--top { top: 1.8rem; left: -1.2rem; }
.saas-hero-panel__floating--bottom { right: -1rem; bottom: 1.8rem; }

.saas-mini-label {
    display: block;
    margin-bottom: .45rem;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #7dd3fc;
}

.saas-hero-panel__floating strong {
    display: block;
    color: #f8fbff;
    margin-bottom: .35rem;
}

.saas-hero-panel__floating small,
.saas-hero-panel__floating ul {
    color: rgba(226, 232, 240, 0.72);
}

.saas-hero-panel__floating ul {
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: .35rem;
}

.saas-section { padding: 5.5rem 0; }
.saas-section--metrics { padding-top: 0; }
.saas-section--soft { background: linear-gradient(180deg, #0b1629, #0d1b32); }
.saas-section--dark { background: linear-gradient(135deg, #09111f, #0d1930 55%, #14274a); }

.saas-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: -1.2rem;
}

.saas-metric-card,
.saas-feature-card,
.saas-showcase,
.saas-news-card,
.saas-event-card,
.saas-profile-panel,
.saas-stack-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(11, 20, 36, 0.82);
    box-shadow: 0 20px 50px rgba(2, 8, 23, 0.22);
}

.saas-metric-card {
    padding: 1.5rem;
}

.saas-metric-card span {
    display: block;
    margin-bottom: .75rem;
    color: #7dd3fc;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.saas-metric-card strong {
    display: block;
    font-size: 1.35rem;
    color: #f8fbff;
    margin-bottom: .75rem;
    font-family: "Fraunces", serif;
}

.saas-metric-card p,
.saas-feature-card p,
.saas-showcase p,
.saas-news-card p,
.saas-event-card p,
.saas-profile-panel p,
.saas-stack-card p,
.saas-heading p {
    color: rgba(226, 232, 240, 0.7);
    line-height: 1.8;
}

.saas-heading {
    max-width: 52rem;
    margin-bottom: 2.2rem;
}

.saas-heading h2,
.saas-dark-title,
.saas-showcase__content h2,
.saas-final-cta h2 {
    margin: .7rem 0 1rem;
    font-family: "Fraunces", serif;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
    color: #f8fbff;
}

.saas-heading--split {
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    flex-wrap: wrap;
}

.saas-link {
    color: #7dd3fc;
    text-decoration: none;
    font-weight: 800;
}

.saas-feature-card {
    height: 100%;
    padding: 1.6rem;
}

.saas-feature-card__icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .95rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, .24), rgba(14, 165, 233, .24));
    color: #93c5fd;
    font-weight: 800;
    margin-bottom: 1rem;
}

.saas-feature-card h3,
.saas-news-card h3,
.saas-event-card h3,
.saas-profile-panel h3 {
    font-family: "Fraunces", serif;
    color: #f8fbff;
    font-size: 1.45rem;
    margin-bottom: .8rem;
}

.saas-showcase {
    height: 100%;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(12, 39, 79, 0.9));
}

.saas-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.8rem;
}

.saas-inline-card {
    padding: 1rem 1.1rem;
    border-radius: 1.2rem;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(148, 163, 184, 0.1);
}

.saas-inline-card strong {
    display: block;
    color: #f8fbff;
    margin-bottom: .35rem;
}

.saas-inline-card span {
    color: rgba(226, 232, 240, 0.64);
    font-size: .95rem;
}

.saas-news-card {
    height: 100%;
    padding: 2rem;
}

.saas-news-card__meta {
    margin-top: 1rem;
    color: #38bdf8;
    font-weight: 700;
}

.saas-event-card {
    overflow: hidden;
    height: 100%;
}

.saas-event-card__visual {
    height: 14rem;
    overflow: hidden;
    background: #020817;
}

.saas-event-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saas-event-card__body {
    padding: 1.5rem;
}

.saas-event-card__meta {
    color: #38bdf8;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .16em;
    margin-bottom: .85rem;
}

.saas-event-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.saas-event-card__footer span {
    color: rgba(226, 232, 240, 0.62);
}

.saas-dark-title { color: #f8fbff; max-width: 13ch; }
.saas-dark-copy { color: rgba(226, 232, 240, 0.78); line-height: 1.85; max-width: 36rem; }

.saas-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.saas-gallery-grid__item {
    overflow: hidden;
    border-radius: 1.35rem;
    aspect-ratio: 1 / 1;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.saas-gallery-grid__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saas-profile-panel {
    overflow: hidden;
    height: 100%;
}

.saas-profile-panel img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
}

.saas-profile-panel__body {
    padding: 1.6rem;
}

.saas-stack {
    display: grid;
    gap: 1rem;
    height: 100%;
}

.saas-stack-card {
    padding: 1.4rem 1.5rem;
}

.saas-stack-card strong {
    display: block;
    color: #f8fbff;
    font-size: 1.18rem;
    margin-bottom: .5rem;
}

.saas-final-cta {
    padding: 5.8rem 0 6.2rem;
    background:
        radial-gradient(circle at top center, rgba(14, 165, 233, 0.18), transparent 24%),
        linear-gradient(180deg, #0a1528, #07111f);
}

.saas-final-cta h2 {
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
}

.saas-final-cta p {
    max-width: 44rem;
    margin: 0 auto;
    color: rgba(226, 232, 240, 0.74);
    line-height: 1.85;
}

@media (max-width: 991.98px) {
    .saas-proof,
    .saas-metrics,
    .saas-showcase__grid {
        grid-template-columns: 1fr;
    }

    .saas-hero-panel__floating--top,
    .saas-hero-panel__floating--bottom {
        position: static;
        max-width: none;
        margin-top: 1rem;
    }

    .saas-hero-panel {
        min-height: auto;
    }

    .saas-hero-panel__visual {
        min-height: 22rem;
    }
}

@media (max-width: 767.98px) {
    .saas-hero {
        padding-top: 3.5rem;
    }

    .saas-hero__title,
    .saas-heading h2,
    .saas-dark-title,
    .saas-showcase__content h2,
    .saas-final-cta h2 {
        max-width: none;
    }

    .saas-gallery-grid {
        grid-template-columns: 1fr;
    }

    .saas-section,
    .saas-final-cta {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.gallery-archive {
    padding: 1rem 0 6rem;
}

.gallery-archive__hero {
    display: grid;
    grid-template-columns: 1.25fr 0.85fr;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 2rem;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 24rem),
        linear-gradient(135deg, #071b2f, #123b68 58%, #0e2f54);
    box-shadow: var(--premium-shadow);
}

.gallery-archive__hero-copy h1 {
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    line-height: 1.04;
    margin: 0;
}

.gallery-archive__hero-copy p {
    margin-top: 1.2rem;
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.85;
}

.gallery-archive__stats {
    display: grid;
    gap: 1rem;
}

.gallery-archive__stats article {
    padding: 1.3rem 1.35rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.gallery-archive__stats strong {
    display: block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.9rem, 4vw, 2.7rem);
    font-weight: 600;
}

.gallery-archive__stats span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.gallery-archive__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.gallery-year-pill {
    border: 1px solid rgba(10, 31, 56, 0.1);
    background: #fff;
    color: #173b66;
    padding: 0.8rem 1.15rem;
    border-radius: 999px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gallery-year-pill:hover,
.gallery-year-pill.is-active {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #071b2f, #123b68);
    border-color: rgba(18, 59, 104, 0.5);
    color: #fff;
}

.gallery-year-block {
    margin-top: 2.4rem;
    transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease, margin 0.35s ease;
}

.gallery-year-block.is-hidden {
    opacity: 0;
    transform: translateY(16px);
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    pointer-events: none;
}

.gallery-year-block__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem 2rem;
    flex-wrap: wrap;
    margin-bottom: 1.4rem;
}

.gallery-year-block__eyebrow {
    display: inline-block;
    margin-bottom: 0.65rem;
    color: #b98d19;
    font-size: 0.76rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gallery-year-block__header h2 {
    margin: 0;
    color: #0a223d;
    font-size: clamp(2rem, 4vw, 3rem);
}

.gallery-year-block__header p {
    max-width: 29rem;
    margin: 0;
    color: #5f7388;
    line-height: 1.75;
}

.gallery-year-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 17rem;
    gap: 1rem;
}

.gallery-year-grid__item {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #dce6f1;
    box-shadow: 0 20px 52px rgba(8, 22, 39, 0.11);
    transform: translateZ(0);
    cursor: pointer;
}

.gallery-year-grid__item.is-hidden {
    display: none;
}

.gallery-year-grid__item--feature {
    grid-row: span 2;
}

.gallery-year-grid__item--wide {
    grid-column: span 2;
}

.gallery-year-grid__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.gallery-year-grid__item:hover img {
    transform: scale(1.06);
    filter: saturate(1.05);
}

.gallery-year-grid__overlay {
    position: absolute;
    inset: auto 1rem 1rem 1rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(7, 27, 47, 0.76);
    color: #fff;
    backdrop-filter: blur(16px);
    transform: translateY(12px);
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.gallery-year-grid__item:hover .gallery-year-grid__overlay {
    opacity: 1;
    transform: translateY(0);
}

.gallery-year-grid__overlay span {
    display: block;
    color: #f0d27a;
    font-size: 0.75rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.45rem;
}

.gallery-year-grid__overlay strong {
    display: block;
    line-height: 1.45;
}

.gallery-preview-modal__content {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background: #04111f;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.gallery-preview-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    opacity: 0.9;
}

.gallery-preview-modal__media {
    background: #020b14;
}

.gallery-preview-modal__media img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    display: block;
}

.gallery-preview-modal__meta {
    padding: 1.35rem 1.5rem 1.5rem;
    background: linear-gradient(180deg, rgba(7, 27, 47, 0.96), rgba(4, 17, 31, 0.98));
}

.gallery-preview-modal__meta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.gallery-preview-modal__meta p {
    margin: 0.6rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
}

@media (max-width: 991.98px) {
    .gallery-archive__hero {
        grid-template-columns: 1fr;
    }

    .gallery-year-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-year-grid__item--wide {
        grid-column: auto;
    }
}

@media (max-width: 767.98px) {
    .gallery-archive {
        padding-bottom: 4rem;
    }

    .gallery-archive__hero {
        padding: 1.5rem;
    }

    .gallery-year-block__header {
        align-items: flex-start;
    }

    .gallery-year-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 16rem;
    }

    .gallery-year-grid__item--feature {
        grid-row: auto;
    }
}

:root {
    --premium-navy: #071B2F;
    --premium-royal: #123B68;
    --premium-gold: #D4AF37;
    --premium-white: #FFFFFF;
    --premium-soft: #F5F7FA;
    --premium-shadow: 0 24px 80px rgba(4, 15, 29, 0.22);
}

body.site-body {
    background: linear-gradient(180deg, #f6f8fc, #ffffff 22rem, #f6f8fc);
    color: #10243a;
    font-family: "Inter", "Segoe UI", sans-serif;
}

.site-body h1,
.site-body h2,
.site-body h3,
.site-body h4,
.site-body .section-title,
.site-body .hero-title {
    font-family: "Playfair Display", serif;
}

.premium-nav {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    transition: top 0.25s ease, transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
    will-change: transform;
}

.premium-nav--overlay {
    background: transparent;
    border-bottom: 1px solid transparent;
}

.site-body--home .premium-nav--overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.site-body--home .premium-nav--overlay.is-scrolled {
    top: 0;
}

.site-body--home .premium-nav--overlay::before {
    content: "";
    position: absolute;
    inset: 0 0 -2.5rem;
    z-index: -1;
    background: linear-gradient(180deg, rgba(7, 27, 47, 0.78), rgba(7, 27, 47, 0.38) 58%, transparent);
    pointer-events: none;
}

.premium-nav--solid,
.premium-nav.is-scrolled {
    background: rgba(7, 27, 47, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 50px rgba(4, 15, 29, 0.18);
}

.premium-nav__shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(1.5rem, 3vw, 3.5rem);
    min-height: 5rem;
    padding: 0;
    background: transparent;
    border: 0;
}

.site-body--home .premium-nav--overlay .premium-nav__shell {
    box-shadow: none;
}

.premium-nav.is-scrolled .premium-nav__shell,
.premium-nav--solid .premium-nav__shell {
    background: transparent;
    border-color: transparent;
}

.premium-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.95rem;
    min-width: 16rem;
    margin-right: 0;
    text-decoration: none;
    white-space: nowrap;
}

.premium-brand__mark,
.premium-footer__mark {
    width: 3.35rem;
    height: 3.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.95rem;
    background: #ffffff;
    color: var(--premium-navy);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    overflow: hidden;
    padding: 0.25rem;
    box-shadow: inset 0 0 0 1px rgba(7, 27, 47, 0.08);
}

.premium-brand__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.premium-brand__logo--footer {
    transform: scale(1.02);
}

.premium-brand__text {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    color: #fff;
    min-width: 0;
}

.premium-brand__text strong {
    display: block;
    max-width: 12rem;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.premium-brand__text small {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.premium-nav__lane {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(1rem, 2vw, 2rem);
    width: 100%;
    min-width: 0;
}

.premium-nav .navbar-collapse {
    min-width: 0;
}

.premium-nav__links {
    justify-content: center;
    gap: clamp(0.3rem, 1vw, 1.2rem);
    min-width: 0;
}

.premium-nav__link {
    color: rgba(255, 255, 255, 0.84);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 0.65rem 0.4rem !important;
    border-radius: 0;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.premium-nav__link:hover,
.premium-nav__link:focus,
.premium-nav .nav-link.active {
    color: #f04444;
    background: transparent;
}

.site-body--home .premium-nav__links .nav-item:first-child .premium-nav__link {
    color: #f04444;
}

.premium-nav__toggler {
    border-color: rgba(255, 255, 255, 0.16);
}

.premium-nav__toggler .navbar-toggler-icon {
    filter: invert(1) grayscale(1) brightness(2);
}

.premium-nav__actions,
.premium-nav__socials {
    display: flex;
    align-items: center;
}

.premium-nav__actions {
    justify-content: flex-end;
    gap: 0.8rem;
    min-width: max-content;
}

.premium-nav__socials {
    gap: 0.7rem;
}

.premium-nav__socials a {
    display: inline-flex;
    width: 2.65rem;
    height: 2.65rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.premium-nav__socials a:hover,
.premium-nav__socials a:focus {
    color: #f04444;
    border-color: rgba(240, 68, 68, 0.8);
    transform: translateY(-2px);
}

.premium-nav__socials img,
.office-bearer-card__socials img {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
}

.premium-nav__profile {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #fff;
    padding: 0.3rem 0.4rem 0.3rem 0.3rem !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.premium-nav__profile::after {
    margin-left: 0.4rem;
}

.premium-nav__avatar {
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(212, 175, 55, 0.95), rgba(240, 210, 122, 0.95));
    color: #0a1f38;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.premium-nav__profile-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.premium-nav__profile-copy strong {
    max-width: 10rem;
    overflow: hidden;
    font-size: 0.88rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.premium-nav__profile-copy small {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.premium-nav__dropdown {
    min-width: 15rem;
    padding: 0.75rem;
    border: 1px solid rgba(10, 31, 56, 0.08);
    border-radius: 1rem;
    box-shadow: 0 24px 60px rgba(4, 15, 29, 0.18);
}

.premium-nav__dropdown .dropdown-item {
    border-radius: 0.8rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.site-main {
    min-height: 50vh;
}

.site-alerts--home {
    position: fixed;
    top: 6.25rem;
    left: 50%;
    z-index: 1040;
    transform: translateX(-50%);
    pointer-events: none;
}

.site-alerts--home .alert {
    pointer-events: auto;
}

.premium-shell {
    max-width: 1320px;
}

.whatsapp-chat {
    position: fixed;
    right: 1.35rem;
    bottom: 1.35rem;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1rem 0.75rem 0.8rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(37, 211, 102, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.whatsapp-chat:hover,
.whatsapp-chat:focus {
    transform: translateY(-3px);
    background: #1ebe5d;
    color: #fff;
    box-shadow: 0 24px 52px rgba(37, 211, 102, 0.42);
}

.whatsapp-chat__icon {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
}

.whatsapp-chat__icon svg {
    width: 1.45rem;
    height: 1.45rem;
}

.premium-home {
    background:
        radial-gradient(circle at top right, rgba(18, 59, 104, 0.12), transparent 24rem),
        linear-gradient(180deg, #f4f7fb, #ffffff 30rem, #f5f7fa);
}

.premium-hero {
    position: relative;
    overflow: hidden;
    background: #071b2f;
    color: #fff;
    min-height: min(820px, calc(100vh - 2rem));
    padding: clamp(9rem, 13vw, 11rem) 0 7rem;
    display: flex;
    align-items: center;
}

.premium-hero-slider,
.premium-hero-slider .carousel-inner,
.premium-hero-slider .carousel-item {
    position: absolute;
    inset: 0;
}

.premium-hero-slider {
    z-index: 0;
}

.premium-hero-slider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.04);
    transform: scale(1.02);
}

.premium-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5, 20, 36, 0.9) 0%, rgba(5, 20, 36, 0.76) 42%, rgba(5, 20, 36, 0.36) 72%, rgba(5, 20, 36, 0.58) 100%),
        linear-gradient(180deg, rgba(5, 20, 36, 0.55), rgba(5, 20, 36, 0.22) 44%, rgba(5, 20, 36, 0.74));
}

.premium-hero__content {
    position: relative;
    z-index: 2;
}

.premium-kicker {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.78rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.72);
}

.premium-kicker--gold {
    color: #b98d19;
}

.premium-kicker--blue {
    color: #285a9c;
}

.premium-copy h1,
.premium-section__header h2,
.premium-membership-cta__panel h2 {
    margin: 0;
    font-size: clamp(2.9rem, 5vw, 5.3rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.premium-copy p,
.premium-section__header p,
.premium-membership-cta__panel p {
    margin-top: 1.25rem;
    font-size: 1.08rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.76);
    max-width: 41rem;
}

.premium-hero .premium-copy {
    max-width: 48rem;
}

.premium-hero .premium-copy p {
    color: rgba(255, 255, 255, 0.84);
}

.premium-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.premium-actions--center {
    justify-content: center;
}

.premium-btn {
    border-radius: 999px;
    padding: 0.95rem 1.55rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.premium-btn:hover,
.premium-btn:focus {
    transform: translateY(-2px);
}

.premium-btn--gold {
    background: linear-gradient(135deg, #d4af37, #f0d27a);
    color: #081d33;
    border: 1px solid rgba(212, 175, 55, 0.9);
    box-shadow: 0 16px 36px rgba(212, 175, 55, 0.22);
}

.premium-btn--gold:hover,
.premium-btn--gold:focus {
    color: #081d33;
}

.premium-btn--outline {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.premium-btn--outline:hover,
.premium-btn--outline:focus,
.premium-btn--outline-light:hover,
.premium-btn--outline-light:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.premium-btn--outline-light {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.premium-btn--nav {
    background: #fff;
    color: #0a1f38;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.premium-btn--nav:hover,
.premium-btn--nav:focus {
    color: #0a1f38;
    background: #f4f7fb;
}

.premium-btn--dark-outline {
    border: 1px solid rgba(7, 27, 47, 0.14);
    background: transparent;
    color: #0b223d;
}

.premium-btn--dark-outline:hover,
.premium-btn--dark-outline:focus {
    color: #0b223d;
    background: rgba(7, 27, 47, 0.04);
}

.premium-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    max-width: 58rem;
    margin-top: 3rem;
}

.premium-stat-card {
    padding: 1.3rem 1.35rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(16px);
}

.premium-stat-card span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.premium-stat-card strong {
    display: block;
    margin-top: 0.75rem;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 600;
    color: #fff;
}

.premium-hero-slider__indicators {
    right: auto;
    bottom: 2.4rem;
    left: 50%;
    z-index: 3;
    width: min(1320px, calc(100% - 3rem));
    justify-content: flex-start;
    margin: 0;
    transform: translateX(-50%);
}

.premium-hero-slider__indicators [data-bs-target] {
    width: 2.4rem;
    height: 0.25rem;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.premium-hero-slider__indicators .active {
    background-color: #f0d27a;
}

.premium-visual {
    position: relative;
    padding: 1.2rem;
    overflow: hidden;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
}

.premium-collage {
    display: grid;
    grid-template-columns: 1.3fr 0.95fr;
    gap: 1rem;
    min-height: 37rem;
}

.premium-collage__primary,
.premium-collage__secondary img {
    overflow: hidden;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
}

.premium-collage__primary img,
.premium-collage__secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.premium-collage__primary:hover img,
.premium-collage__secondary img:hover {
    transform: scale(1.04);
}

.premium-collage__secondary {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
}

.premium-section {
    padding: 6rem 0;
}

.premium-section--offset {
    margin-top: -3.5rem;
    position: relative;
    z-index: 2;
}

.premium-section--soft {
    background: linear-gradient(180deg, #f4f7fb, #ffffff 55%, #f7f9fc);
}

.premium-section--dark {
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.12), transparent 22rem),
        linear-gradient(135deg, #071b2f, #0b2440 58%, #123b68);
    color: #fff;
}

.premium-section--dark .premium-section__header p {
    color: rgba(255, 255, 255, 0.72);
}

.premium-section--news {
    background: #fff;
}

.premium-section__header {
    margin-bottom: 2.5rem;
}

.premium-section__header h2 {
    font-size: clamp(2.3rem, 4vw, 4rem);
    color: #081d33;
}

.premium-section__header p {
    color: #5d7085;
}

.premium-section--dark .premium-section__header h2 {
    color: #fff;
}

.premium-section__header--split,
.premium-section__header--inline {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem 2rem;
    flex-wrap: wrap;
}

.premium-section__header--inline p {
    max-width: 31rem;
    margin-top: 0;
}

.premium-text-link {
    color: #143e6c;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.premium-section--dark .premium-text-link {
    color: #f0d27a;
}

.premium-text-link:hover,
.premium-text-link:focus {
    color: #0d2f52;
}

.premium-trust-card,
.premium-event-card,
.premium-spotlight-card,
.premium-benefit-card,
.premium-news-card,
.premium-empty-state {
    height: 100%;
    border-radius: 1.6rem;
    border: 1px solid rgba(10, 31, 56, 0.08);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 22px 60px rgba(8, 22, 39, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.premium-trust-card:hover,
.premium-event-card:hover,
.premium-spotlight-card:hover,
.premium-benefit-card:hover,
.premium-news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(8, 22, 39, 0.12);
    border-color: rgba(18, 59, 104, 0.18);
}

.premium-trust-card {
    padding: 1.8rem;
}

.premium-trust-card span {
    display: block;
    color: #7d8fa2;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.premium-trust-card strong {
    display: block;
    margin: 0.9rem 0 0.7rem;
    color: #0a223d;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 600;
}

.premium-trust-card p,
.premium-event-card p,
.premium-spotlight-card p,
.premium-benefit-card p,
.premium-news-card p,
.premium-empty-state p {
    color: #5f7388;
    line-height: 1.8;
    margin-bottom: 0;
}

.premium-event-card {
    overflow: hidden;
}

.premium-event-card__image {
    position: relative;
    height: 15.5rem;
    overflow: hidden;
    background: #dfe6ef;
}

.premium-event-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.premium-event-card:hover .premium-event-card__image img {
    transform: scale(1.05);
}

.premium-event-card__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(7, 27, 47, 0.88);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    box-shadow: 0 14px 34px rgba(4, 15, 29, 0.22);
}

.premium-event-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    padding: 1.7rem;
}

.premium-event-card__venue {
    color: #b98d19;
    font-size: 0.8rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.premium-event-card h3,
.premium-spotlight-card h3,
.premium-benefit-card h3,
.premium-news-card h3,
.premium-empty-state h3 {
    margin: 0;
    color: #0a223d;
    font-size: 1.6rem;
    line-height: 1.18;
}

.premium-event-card__footer {
    margin-top: 0.35rem;
}

.premium-spotlight-card {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.16);
}

.premium-spotlight-card__media {
    height: 18rem;
    overflow: hidden;
}

.premium-spotlight-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.premium-spotlight-card:hover .premium-spotlight-card__media img {
    transform: scale(1.05);
}

.premium-spotlight-card__body {
    padding: 1.7rem;
}

.premium-spotlight-card__designation,
.premium-spotlight-card__company {
    font-family: "Poppins", sans-serif;
    font-size: 0.92rem;
}

.premium-spotlight-card__designation {
    margin-top: 0.8rem;
    color: #f2d888;
    font-weight: 600;
}

.premium-spotlight-card__company {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.2rem;
    margin-bottom: 1rem;
}

.premium-spotlight-card p {
    color: rgba(255, 255, 255, 0.74);
}

.premium-benefit-card {
    padding: 1.8rem;
}

.premium-benefit-card__icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.15rem;
    border-radius: 0.95rem;
    background: linear-gradient(145deg, rgba(7, 27, 47, 0.95), rgba(18, 59, 104, 0.95));
    color: #f2d888;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.premium-gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-auto-rows: 14rem;
    gap: 1rem;
}

.premium-gallery-grid__item {
    overflow: hidden;
    border-radius: 1.5rem;
    box-shadow: 0 18px 48px rgba(8, 22, 39, 0.12);
}

.premium-gallery-grid__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.premium-gallery-grid__item:hover img {
    transform: scale(1.06);
}

.premium-gallery-grid__item--large {
    grid-row: span 2;
}

.premium-gallery-grid__item--wide {
    grid-column: span 2;
}

.premium-news-card {
    overflow: hidden;
}

.premium-news-card__thumb {
    height: 13rem;
    overflow: hidden;
    background: #e6ecf3;
}

.premium-news-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-news-card__body {
    padding: 1.7rem;
}

.premium-news-card__date {
    display: inline-block;
    margin-bottom: 0.9rem;
    color: #7c8ea0;
    font-size: 0.8rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.principal-desk-teaser {
    display: grid;
    grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: center;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgba(14, 45, 78, 0.1);
    background: #fff;
    box-shadow: 0 28px 74px rgba(10, 34, 61, 0.1);
}

.principal-desk-teaser__media {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #eef4f9;
}

.principal-desk-teaser__media img,
.principal-desk-page__portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.principal-desk-teaser__copy h2 {
    max-width: 760px;
    margin: 0.8rem 0 1rem;
    color: #0a223d;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 0.98;
}

.principal-desk-teaser__copy p {
    max-width: 760px;
    color: #5f7388;
    font-size: 1.05rem;
    line-height: 1.8;
}

.principal-desk-teaser__name,
.principal-desk-page__signature {
    color: #0a223d !important;
    font-weight: 700;
}

.office-bearer-card {
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid rgba(10, 31, 56, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 56px rgba(8, 22, 39, 0.08);
    transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.office-bearer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 68px rgba(8, 22, 39, 0.12);
    border-color: rgba(18, 59, 104, 0.18);
}

.office-bearer-card__image {
    height: 14.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f7f9fc, #edf2f8);
    padding: 1rem;
}

.office-bearer-card__image img {
    width: 10.5rem;
    height: 10.5rem;
    object-fit: cover;
    background: #fff;
    padding: 0.5rem;
    border-radius: 1rem;
    box-shadow: 0 16px 34px rgba(8, 22, 39, 0.08);
}

.office-bearer-card__body {
    padding: 1.5rem;
}

.office-bearer-card__body span {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: #b98d19;
    font-size: 0.76rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.office-bearer-card__body h2,
.office-bearer-card__body h3 {
    margin: 0 0 0.8rem;
    color: #0a223d;
    font-size: 1.45rem;
}

.office-bearer-card__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.office-bearer-card__socials a {
    display: inline-flex;
    width: 2.35rem;
    height: 2.35rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(10, 34, 61, 0.12);
    background: #fff;
    color: #0a223d;
    font-family: "Poppins", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.office-bearer-card__socials a:hover,
.office-bearer-card__socials a:focus {
    transform: translateY(-2px);
    border-color: #b98d19;
    background: #fff;
    color: #fff;
}

.info-page {
    padding: 1rem 0 5rem;
}

.info-page__hero p {
    color: #5f7388;
    line-height: 1.85;
}

.principal-desk-page__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: start;
    margin-bottom: 2rem;
}

.principal-desk-page__lead {
    max-width: 760px;
    color: #5f7388;
    font-size: 1.15rem;
    line-height: 1.8;
}

.principal-desk-page__portrait {
    margin: 0;
}

.principal-desk-page__portrait img {
    aspect-ratio: 4 / 5;
    border: 10px solid #fff;
    box-shadow: 0 24px 70px rgba(10, 34, 61, 0.16);
}

.principal-desk-page__portrait figcaption {
    margin-top: 0.85rem;
    color: #0a223d;
    font-weight: 700;
    text-align: center;
}

.principal-desk-page__article {
    max-width: 980px;
    margin-top: 2rem;
}

.principal-desk-page__article p {
    color: #3c4b5d;
    font-size: 1.03rem;
    line-height: 1.9;
}

.premium-empty-state {
    padding: 2rem;
    text-align: center;
}

.premium-membership-cta {
    padding: 0 0 6.5rem;
}

.premium-membership-cta__panel {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    border-radius: 2rem;
    text-align: center;
    background:
        radial-gradient(circle at top center, rgba(212, 175, 55, 0.14), transparent 24rem),
        linear-gradient(135deg, #071b2f, #123b68 55%, #0d2d51);
    box-shadow: var(--premium-shadow);
}

.premium-membership-cta__panel p {
    margin-left: auto;
    margin-right: auto;
}

.premium-membership-cta__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1.8rem;
}

.premium-membership-cta__list span {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.94rem;
}

.network-hero {
    padding: 9.5rem 0 3rem;
    background:
        linear-gradient(120deg, rgba(7, 27, 47, 0.96), rgba(18, 59, 104, 0.92)),
        url("/img/Hero/FB_IMG_1779975775413.jpg.jpeg") center/cover;
    color: #fff;
}

.network-hero__copy {
    max-width: 54rem;
}

.network-hero__copy span {
    display: inline-block;
    margin-bottom: 0.85rem;
    color: #f3c84d;
    font-family: "Poppins", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.network-hero__copy h1 {
    max-width: 46rem;
    margin: 0;
    font-size: clamp(2.25rem, 5vw, 4.9rem);
    line-height: 0.98;
}

.network-hero__copy p {
    max-width: 45rem;
    margin: 1.15rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.08rem;
    line-height: 1.8;
}

.network-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.network-tabs__item {
    display: inline-flex;
    align-items: center;
    min-height: 2.85rem;
    padding: 0.7rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.network-tabs__item:hover,
.network-tabs__item:focus,
.network-tabs__item.active {
    border-color: #f3c84d;
    background: #f3c84d;
    color: #071b2f;
}

.network-section {
    padding: 3.5rem 0 5.5rem;
    background: #f5f8fb;
}

.network-panel,
.network-post {
    border: 1px solid rgba(10, 34, 61, 0.1);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 18px 50px rgba(8, 22, 39, 0.08);
}

.network-panel {
    padding: 1.35rem;
}

.network-panel h2,
.network-post h2 {
    color: #071b2f;
    font-family: "Playfair Display", serif;
}

.network-compose {
    position: sticky;
    top: 7.5rem;
}

.network-compose h2,
.network-empty h2 {
    margin-bottom: 1.15rem;
    font-size: 1.6rem;
}

.network-feed {
    display: grid;
    gap: 1.25rem;
}

.network-post {
    padding: 1.4rem;
}

.network-post__meta,
.network-comment > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.65rem;
    color: #5f7388;
    font-size: 0.9rem;
}

.network-post__meta strong,
.network-comment strong {
    color: #0a223d;
    font-family: "Poppins", sans-serif;
}

.network-post__meta > div:first-child span {
    display: block;
    margin-top: 0.15rem;
}

.network-post__manage {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.network-post__manage form {
    margin: 0;
}

.network-manage-link {
    border: 0;
    background: transparent;
    color: #0a223d;
    font-family: "Poppins", sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
}

.network-manage-link:hover,
.network-manage-link:focus {
    color: #b98d19;
}

.network-manage-link--danger {
    color: #b42318;
}

.network-edit-form {
    margin: 0.9rem 0 1.2rem;
    padding: 1rem;
    border: 1px solid rgba(10, 34, 61, 0.1);
    border-radius: 1rem;
    background: #f5f8fb;
}

.network-edit-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.network-post h2 {
    margin: 0 0 0.8rem;
    font-size: 1.75rem;
}

.network-post p,
.network-comment p,
.network-panel p {
    color: #536b82;
    line-height: 1.75;
}

.network-post__media {
    overflow: hidden;
    margin: 1.2rem 0;
    border-radius: 1rem;
    background: #071b2f;
}

.network-post__media img,
.network-post__media video {
    display: block;
    width: 100%;
    max-height: 32rem;
    object-fit: cover;
}

.network-post__link {
    display: inline-flex;
    margin: 0.2rem 0 1rem;
    color: #0b66c3;
    font-weight: 700;
    word-break: break-word;
}

.network-post__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(10, 34, 61, 0.08);
    color: #5f7388;
    font-family: "Poppins", sans-serif;
    font-size: 0.92rem;
}

.network-action {
    border: 0;
    background: transparent;
    color: #0a223d;
    font-weight: 800;
}

.network-action span {
    margin-left: 0.3rem;
    color: #b98d19;
}

.network-comment-form,
.network-reply-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.7rem;
    margin-top: 1rem;
}

.network-comments {
    display: grid;
    gap: 0.9rem;
    margin-top: 1rem;
}

.network-comment {
    padding: 1rem;
    border-radius: 1rem;
    background: #f5f8fb;
}

.network-comment--reply {
    margin-top: 0.75rem;
    margin-left: 1.25rem;
    background: #fff;
    border: 1px solid rgba(10, 34, 61, 0.08);
}

.network-message p {
    margin-bottom: 0;
    white-space: pre-wrap;
}

.network-status {
    display: inline-flex;
    margin-bottom: 0.85rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(185, 141, 25, 0.12);
    color: #8f6a11;
    font-family: "Poppins", sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.network-request-action {
    margin-top: 1rem;
}

.premium-footer {
    margin-top: 2rem;
    background: linear-gradient(180deg, #091a2e, #071321);
    color: #fff;
}

.premium-footer__shell {
    padding-top: 4.8rem;
    padding-bottom: 1.4rem;
}

.premium-footer__brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.premium-footer__brand strong {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1.08rem;
    font-weight: 600;
}

.premium-footer__brand small {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.premium-footer__copy {
    max-width: 29rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75;
}

.premium-footer__meta {
    display: grid;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.64);
}

.premium-footer h3 {
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.premium-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.7rem;
}

.premium-footer__links a,
.premium-footer__socials a {
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
    transition: color 0.2s ease;
}

.premium-footer__links a:hover,
.premium-footer__socials a:hover {
    color: #fff;
}

.premium-footer__bottom {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.54);
}

.premium-footer__socials {
    display: flex;
    gap: 1.1rem;
}

.reveal-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199.98px) {
    .premium-brand {
        min-width: 12rem;
    }

    .premium-brand__text strong {
        max-width: 8.5rem;
    }

    .premium-nav__socials {
        display: none;
    }

    .premium-nav__links {
        gap: 0.55rem;
    }

    .premium-nav__profile-copy strong {
        max-width: 8rem;
    }
}

@media (max-width: 991.98px) {
    .premium-nav {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .premium-nav__shell {
        display: flex;
        min-height: auto;
        padding: 0.85rem 0;
    }

    .premium-brand {
        min-width: 0;
    }

    .premium-brand__text strong {
        max-width: 12rem;
    }

    .premium-nav__lane {
        display: block;
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 1.1rem;
        background: rgba(7, 27, 47, 0.82);
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(14px);
    }

    .premium-nav__links {
        align-items: stretch !important;
        gap: 0.1rem;
        margin-top: 0;
    }

    .premium-nav__profile {
        margin-top: 0.6rem;
        justify-content: space-between;
    }

    .premium-nav__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 0.55rem;
        margin-top: 0.75rem;
    }

    .premium-nav__profile-copy strong {
        max-width: none;
    }

    .premium-hero {
        min-height: 780px;
        padding-top: 8rem;
    }

    .premium-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .premium-collage,
    .premium-gallery-grid,
    .principal-desk-teaser,
    .principal-desk-page__hero {
        grid-template-columns: 1fr;
    }

    .premium-collage {
        min-height: auto;
    }

    .premium-collage__primary {
        min-height: 24rem;
    }

    .premium-collage__secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .premium-section__header--split,
    .premium-section__header--inline {
        align-items: flex-start;
    }

    .premium-gallery-grid__item--large,
    .premium-gallery-grid__item--wide {
        grid-row: auto;
        grid-column: auto;
    }

    .network-compose {
        position: static;
    }

    .principal-desk-teaser__media,
    .principal-desk-page__portrait {
        max-width: 280px;
    }
}

@media (max-width: 767.98px) {
    .premium-hero {
        min-height: 720px;
        padding-top: 7.5rem;
        padding-bottom: 4.5rem;
        align-items: flex-end;
    }

    .premium-hero__shade {
        background:
            linear-gradient(180deg, rgba(5, 20, 36, 0.42), rgba(5, 20, 36, 0.82) 38%, rgba(5, 20, 36, 0.94)),
            linear-gradient(90deg, rgba(5, 20, 36, 0.82), rgba(5, 20, 36, 0.5));
    }

    .premium-copy h1,
    .premium-section__header h2,
    .premium-membership-cta__panel h2 {
        font-size: clamp(2.3rem, 9vw, 3.5rem);
    }

    .premium-actions,
    .premium-membership-cta__list,
    .premium-footer__bottom,
    .premium-footer__socials {
        flex-direction: column;
        align-items: stretch;
    }

    .premium-hero-stats,
    .premium-collage__secondary {
        grid-template-columns: 1fr;
    }

    .premium-hero-stats {
        gap: 0.75rem;
        margin-top: 1.8rem;
    }

    .premium-stat-card {
        padding: 1rem 1.1rem;
    }

    .premium-hero-slider__indicators {
        bottom: 1.5rem;
        width: calc(100% - 1.5rem);
    }

    .premium-section,
    .premium-membership-cta {
        padding-top: 4.2rem;
        padding-bottom: 4.2rem;
    }

    .premium-section--offset {
        margin-top: -2rem;
    }

    .premium-membership-cta__panel {
        padding: 3rem 1.2rem;
    }

    .network-hero {
        padding-top: 7.6rem;
    }

    .network-section {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }

    .network-tabs,
    .network-comment-form,
    .network-reply-form,
    .network-post__meta,
    .network-comment > div:first-child {
        display: grid;
        grid-template-columns: 1fr;
    }

    .network-tabs__item {
        justify-content: center;
    }

    .network-comment--reply {
        margin-left: 0.5rem;
    }

    .premium-footer__shell {
        padding-top: 3.6rem;
    }
}
