:root {
    --navy-900: #08172d;
    --navy-800: #0b1f3a;
    --navy-700: #15325a;
    --slate-100: #eef1f6;
    --slate-200: #dde3ee;
    --text-900: #16243a;
    --text-700: #4b5b73;
    --gold-500: #c8a96a;
    --sky-400: #4e8fda;
    --white: #ffffff;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--text-900);
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 40%);
}

h1, h2, h3, h4, h5 {
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.2px;
}

.py-lg-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.topbar {
    background: var(--navy-900);
}

.navbar-premium {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 255, 0.96));
    border-bottom: 1px solid rgba(21, 50, 90, 0.16);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 22px rgba(8, 23, 45, 0.08);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.brand-stack {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.05;
    gap: 0.08rem;
}

.brand-mark {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--navy-800), var(--navy-700));
    color: var(--white);
    font-weight: 700;
}

.brand-text {
    color: var(--navy-800);
    font-weight: 700;
}

.brand-subtext {
    font-size: 0.68rem;
    color: var(--text-700);
    letter-spacing: 0.3px;
}

.nav-link {
    color: var(--text-900);
    font-weight: 500;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
    line-height: 1.2;
    transition: color 0.2s ease;
}

.nav-icon {
    font-size: 0.86rem;
    color: rgba(11, 31, 58, 0.78);
    flex: 0 0 auto;
}

.navbar-nav {
    gap: 0.1rem;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--navy-700);
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.2rem;
    height: 2px;
    background: linear-gradient(90deg, var(--sky-400), var(--gold-500));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.nav-link:hover::after,
.nav-link:focus::after {
    transform: scaleX(1);
}

.dropdown-menu {
    border: 1px solid var(--slate-200);
    box-shadow: 0 16px 30px rgba(10, 26, 48, 0.08);
}

.hero-section {
    background: linear-gradient(120deg, #e8f1ff 0%, #f2f7ff 42%, #fff5e9 100%);
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 88% 18%, rgba(78, 143, 218, 0.17), transparent 38%),
        radial-gradient(circle at 12% 82%, rgba(200, 169, 106, 0.15), transparent 36%);
    pointer-events: none;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
    opacity: 0.5;
    pointer-events: none;
}

.hero-glow-1 {
    width: 260px;
    height: 260px;
    background: rgba(200, 169, 106, 0.25);
    top: -60px;
    right: 10%;
}

.hero-glow-2 {
    width: 300px;
    height: 300px;
    background: rgba(78, 143, 218, 0.22);
    bottom: -120px;
    left: -60px;
}

.hero-kicker {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--sky-400);
}

.hero-title {
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1.08;
    color: var(--navy-800);
    margin-bottom: 1rem;
}

.hero-subtitle {
    color: var(--text-700);
    font-size: 1.06rem;
    max-width: 48rem;
}

.hero-panel {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.95));
    border: 1px solid rgba(21, 50, 90, 0.18);
    border-radius: 1.1rem;
    padding: 1.5rem;
    box-shadow: 0 20px 45px rgba(10, 24, 43, 0.12);
}

.chair-greeting {
    border: 1px solid rgba(11, 31, 58, 0.1);
    border-radius: 1.2rem;
    background: linear-gradient(145deg, #ffffff, #f7faff);
    box-shadow: 0 22px 42px rgba(8, 23, 45, 0.08);
    padding: 1.5rem;
}

.chair-photo-wrap {
    position: relative;
}

.chair-photo {
    width: 100%;
    border-radius: 1rem;
    object-fit: cover;
    aspect-ratio: 4 / 5;
    border: 1px solid rgba(11, 31, 58, 0.1);
}

.chair-photo-placeholder {
    aspect-ratio: 4 / 5;
    border-radius: 1rem;
    border: 1px dashed rgba(11, 31, 58, 0.24);
    background: linear-gradient(140deg, #ecf2fc, #f7f9fd);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    color: rgba(8, 23, 45, 0.55);
}

.chair-photo-placeholder i {
    font-size: 2rem;
}

.chair-kicker {
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #d2742f;
    font-size: 0.78rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.chair-name {
    margin-bottom: 1rem;
    color: var(--navy-800);
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.02;
}

.chair-message {
    color: var(--text-700);
    line-height: 1.85;
    font-size: 1.02rem;
}

.chair-message p:last-child {
    margin-bottom: 0;
}

.btn-premium {
    background: linear-gradient(135deg, var(--navy-800), var(--navy-700));
    color: var(--white);
    border: none;
    border-radius: 999px;
    padding: 0.7rem 1.45rem;
}

.btn-premium:hover {
    color: var(--white);
    transform: translateY(-1px);
}

.btn-outline-premium {
    border-radius: 999px;
    border: 1px solid rgba(11, 31, 58, 0.2);
    color: var(--navy-800);
    padding: 0.7rem 1.45rem;
}

.section-head h2 {
    margin-bottom: 0.3rem;
    font-size: clamp(1.8rem, 2.6vw, 2.7rem);
}

.section-head p {
    margin: 0;
    color: var(--text-700);
}

.card-premium {
    border: 1px solid rgba(11, 31, 58, 0.08);
    border-radius: 1rem;
    box-shadow: 0 14px 32px rgba(9, 28, 51, 0.05);
}

.stats-strip {
    background: var(--navy-900);
}

.stat-card {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.9rem;
    padding: 1.2rem;
    color: var(--white);
    background: rgba(255, 255, 255, 0.04);
}

.stat-value {
    font-size: 1.8rem;
    font-weight: 700;
}

.stat-label {
    color: rgba(255, 255, 255, 0.75);
}

.shortcut-card {
    border: 1px solid rgba(11, 31, 58, 0.12);
    border-radius: 1rem;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    color: var(--navy-800);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    background: var(--white);
}

.shortcut-card i {
    font-size: 1.6rem;
    color: var(--gold-500);
}

.shortcut-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 28px rgba(11, 31, 58, 0.1);
}

.news-card {
    border: 1px solid rgba(11, 31, 58, 0.08);
    border-radius: 1rem;
    overflow: hidden;
    background: var(--white);
}

.news-thumb {
    height: 170px;
    width: 100%;
    display: block;
    object-fit: cover;
    background: linear-gradient(135deg, #dce7f8, #f5f8fd);
}

.news-thumb-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(22, 36, 58, 0.35);
    font-size: 2rem;
}

.news-date {
    color: var(--text-700);
    font-size: 0.85rem;
}

.text-link {
    color: var(--navy-700);
    text-decoration: none;
    font-weight: 600;
}

.announce-row {
    border: 1px solid rgba(11, 31, 58, 0.1);
    border-radius: 0.8rem;
    padding: 1rem 1.1rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--text-900);
    background: var(--white);
}

.announce-row:hover {
    border-color: rgba(78, 143, 218, 0.45);
}

.announce-date {
    color: var(--text-700);
    white-space: nowrap;
}

.gallery-item {
    border-radius: 0.9rem;
    background: linear-gradient(135deg, #e5ebf5, #f6f8fc);
    height: 170px;
}

.cta-section {
    background: linear-gradient(180deg, #f8fafc, #eef3fb);
}

.cta-box {
    border-radius: 1.1rem;
    background: linear-gradient(135deg, var(--navy-800), #1d4475);
    color: var(--white);
    padding: 2rem;
}

.site-footer {
    background: #f3f6fb;
    border-top: 1px solid rgba(11, 31, 58, 0.08);
}

.footer-title {
    font-size: 1.35rem;
}

.footer-head {
    color: var(--navy-800);
    font-weight: 700;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    color: var(--text-700);
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    text-decoration: none;
    color: var(--text-700);
}

.copyright {
    border-top: 1px solid rgba(11, 31, 58, 0.08);
    color: var(--text-700);
}

.page-shell {
    border: 1px solid rgba(11, 31, 58, 0.08);
    border-radius: 1rem;
    padding: 2rem;
    background: var(--white);
}

.article-content {
    color: var(--text-900);
    line-height: 1.9;
}

.pagination .page-link {
    border-radius: 999px;
    margin: 0 0.15rem;
    border: 1px solid rgba(11, 31, 58, 0.16);
    color: var(--navy-700);
}

.pagination .page-item.active .page-link {
    background: var(--navy-700);
    border-color: var(--navy-700);
}

.reveal-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .navbar-premium {
        background: #ffffff;
    }

    .brand-subtext {
        display: none;
    }

    .hero-panel {
        margin-top: 0.75rem;
    }

    .chair-greeting {
        padding: 1.1rem;
    }
}

@media (max-width: 1399.98px) {
    .brand-subtext {
        display: none;
    }

    .nav-link {
        font-size: 0.95rem;
        gap: 0.3rem;
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    }
}
