:root {
    --brand: #0e6b3a;
    --brand-dark: #094d2c;
    --gold: #d4a937;
    --cream: #f7f9f8;
    --ink: #1f2937;
    --muted: #6b7280;
    --border: rgba(14, 107, 58, 0.12);
    --shadow: 0 16px 50px rgba(15, 23, 42, 0.08);
    --radius: 1.4rem;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    background: linear-gradient(180deg, #fcfdfc 0%, #f5f8f6 100%);
}

h1, h2, h3, h4, h5, .display-font {
    font-family: "Source Serif 4", serif;
    letter-spacing: -0.02em;
}

a {
    color: var(--brand);
    text-decoration: none;
}

a:hover {
    color: var(--brand-dark);
}

section {
    padding: 5rem 0;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
    z-index: 9999;
    background: var(--ink);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
}

.preloader {
    position: fixed;
    inset: 0;
    background: rgba(247, 249, 248, 0.96);
    display: grid;
    place-items: center;
    z-index: 2000;
    transition: opacity 0.3s ease;
}

.preloader.hidden {
    opacity: 0;
    pointer-events: none;
}

.preloader__ring {
    width: 56px;
    height: 56px;
    border: 4px solid rgba(14, 107, 58, 0.15);
    border-top-color: var(--brand);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.topbar {
    background: #092417;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.topbar__inner, .topbar__meta, .brand-cluster {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.topbar__inner {
    justify-content: space-between;
    padding: 0.8rem 0;
	color:white;
}

.topbar__meta {
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 0.95rem;
}

.topbar__meta a, .link-button {
    color: var(--muted);
    border: 0;
    background: transparent;
}

.brand-badge, .navbar-brand__seal, .image-placeholder__badge {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, var(--brand-dark), var(--brand));
    color: #fff;
    font-weight: 800;
    box-shadow: var(--shadow);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.navbar-brand strong, .navbar-brand small {
    display: block;
}

.navbar-brand small {
    color: var(--muted);
}

.nav-link {
    font-weight: 600;
    color: var(--ink);
}

.nav-link.active, .nav-link:hover {
    color: var(--brand);
}

.mega-menu {
    min-width: 520px;
    overflow: hidden;
    border: 0;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.mega-menu__panel {
    padding: 2rem;
}

.mega-menu__panel--muted {
    background: rgba(14, 107, 58, 0.05);
}

.mega-menu__panel a {
    display: block;
    padding: 0.45rem 0;
    font-weight: 600;
}

.btn-brand {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    border-radius: 999px;
    padding: 0.8rem 1.4rem;
    font-weight: 700;
}

.btn-brand:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: #fff;
}

.btn-outline-brand {
    border: 1px solid rgba(255,255,255,0.6);
    color: #fff;
    border-radius: 999px;
    padding: 0.8rem 1.4rem;
    font-weight: 700;
}

.eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.77rem;
    color: var(--brand);
    font-weight: 800;
    margin-bottom: 0.9rem;
}

.hero {
    position: relative;
    padding: 8rem 0 6rem;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(9, 77, 44, 0.9), rgba(9, 77, 44, 0.58)),
        radial-gradient(circle at top right, rgba(212, 169, 55, 0.28), transparent 30%),
        linear-gradient(140deg, #163824 0%, #0f5d35 45%, #071f13 100%);
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -30% auto;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(8px);
}

.hero__panel, .glass-card, .content-card, .stat-card, .feature-card, .journal-card, .news-card, .timeline-card, .staff-card, .contact-card {
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(255,255,255,0.65);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.hero__panel {
    color: var(--ink);
    padding: 1.2rem;
    backdrop-filter: blur(14px);
}

.hero__visual, .image-placeholder {
    min-height: 420px;
    border-radius: calc(var(--radius) - 0.2rem);
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.35)),
        linear-gradient(135deg, rgba(212, 169, 55, 0.22), rgba(14, 107, 58, 0.18)),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.08) 0, rgba(255,255,255,0.08) 8px, transparent 8px, transparent 16px);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 2rem;
    color: #fff;
}

.hero__visual h3, .image-placeholder h3 {
    color: #fff;
}

.page-hero {
    padding: 4rem 0 3.2rem;
    background: linear-gradient(180deg, rgba(14,107,58,0.08), rgba(14,107,58,0.02));
}

.page-hero--compact h1 {
    margin-top: 1rem;
}

.breadcrumb {
    margin-bottom: 0;
}

.section-heading {
    max-width: 700px;
    margin-bottom: 2rem;
}

.content-card, .feature-card, .journal-card, .news-card, .timeline-card, .staff-card, .contact-card {
    padding: 1.8rem;
    height: 100%;
}

.stat-card {
    padding: 2rem;
    text-align: center;
}

.stat-card strong {
    display: block;
    font-size: 2.4rem;
    color: var(--brand-dark);
}

.feature-icon {
    width: 3.25rem;
    height: 3.25rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    background: rgba(14, 107, 58, 0.1);
    color: var(--brand);
    margin-bottom: 1rem;
}

.timeline {
    position: relative;
    padding-left: 1.4rem;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 0.35rem;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 2px;
    background: rgba(14, 107, 58, 0.18);
}

.timeline-card {
    position: relative;
    margin-bottom: 1.4rem;
}

.timeline-card::before {
    content: "";
    position: absolute;
    left: -1.75rem;
    top: 1.6rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: var(--gold);
    border: 3px solid #fff;
    box-shadow: 0 0 0 5px rgba(212, 169, 55, 0.15);
}

.mini-tag {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(14, 107, 58, 0.08);
    color: var(--brand-dark);
    font-size: 0.9rem;
    font-weight: 700;
}

.countdown-grid, .masonry-grid, .partner-grid {
    display: grid;
    gap: 1rem;
}

.countdown-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.countdown-cell {
    background: #fff;
    border-radius: 1.1rem;
    padding: 1.1rem;
    text-align: center;
    border: 1px solid var(--border);
}

.countdown-cell strong {
    display: block;
    font-size: 2rem;
}

.news-meta, .card-meta {
    color: var(--muted);
    font-size: 0.95rem;
}

.partner-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.partner-pill {
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 1rem;
    text-align: center;
    font-weight: 700;
}

.masonry-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-tile {
    min-height: 220px;
    background: #fff;
    border-radius: 1.2rem;
    padding: 1.25rem;
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.filter-bar {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.filter-chip {
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 999px;
    padding: 0.55rem 0.95rem;
    font-weight: 700;
}

.cta-band, .conference-band {
    background: linear-gradient(135deg, #0a3d24, #0e6b3a);
    color: #fff;
    border-radius: calc(var(--radius) + 0.2rem);
    padding: 2.2rem;
    position: relative;
    overflow: hidden;
}

.site-footer {
    background: #092417;
    color: rgba(255,255,255,0.82);
    padding: 4rem 0 2rem;
}

.site-footer h3, .site-footer h4 {
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li + li {
    margin-top: 0.65rem;
}

.footer-links a, .site-footer a {
    color: rgba(255,255,255,0.82);
}

.newsletter-card input {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.14);
    color: #fff;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.12);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-links {
    display: flex;
    gap: 0.75rem;
}

.social-links a {
    width: 2.4rem;
    height: 2.4rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
}

.back-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 1020;
}

.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
}

.search-modal {
    border-radius: var(--radius);
    border: 0;
}

.search-results a {
    display: block;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    font-weight: 700;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-reveal].revealed {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199.98px) {
    .mega-menu {
        min-width: 100%;
    }
}

@media (max-width: 991.98px) {
    section {
        padding: 4rem 0;
    }

    .topbar__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .countdown-grid, .partner-grid, .masonry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

    .countdown-grid, .partner-grid, .masonry-grid {
        grid-template-columns: 1fr;
    }

    .hero__visual, .image-placeholder {
        min-height: 300px;
    }
}
