:root {
    --green-900: #1a3d2e;
    --green-800: #245c42;
    --green-700: #2d7a54;
    --green-600: #3d9968;
    --green-100: #e8f5ee;
    --green-cta: #0d401c;
    --green-cta-hover: #0a3317;
    --gold: #c9a227;
    --accent-orange: #e87722;
    --cream: #faf8f3;
    --text: #1f2937;
    --text-muted: #6b7280;
    --white: #ffffff;
    --shadow: 0 10px 40px rgba(26, 61, 46, 0.08);
    --radius: 14px;
    --font: 'DM Sans', system-ui, sans-serif;
    --font-display: 'Playfair Display', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
body {
    margin: 0;
    font-family: var(--font);
    color: var(--text);
    background: var(--cream);
    line-height: 1.6;
}
a { color: var(--green-700); text-decoration: none; }
a:hover { color: var(--green-900); }
img { max-width: 100%; height: auto; }
.container { width: min(1200px, 92%); margin: 0 auto; }
.container--wide { width: min(1560px, 98%); }

.header-top-bar {
    background: var(--cream);
    border-bottom: none;
}

.header-nav-shell {
    background: transparent;
    padding: 0 0 0.65rem;
    margin: 0;
    position: relative;
    z-index: 15;
}

.site-header .container {
    width: min(1320px, 98%);
}

.site-header--home {
    background: transparent;
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.page-home .header-top-bar {
    background: var(--cream);
    position: relative;
    z-index: 2;
}

.page-home .header-nav-shell {
    background: transparent;
    padding: 0 0 0.5rem;
    margin: 0;
    position: relative;
    z-index: 20;
}

.page-home main {
    padding-top: 0;
}

.page-home {
    --hero-slider-height: 403px;
}

.page-home .home-hero-section {
    z-index: 6;
    overflow: visible;
}

.top-social--accent a {
    background: var(--accent-orange);
    color: white !important;
    width: 32px;
    height: 32px;
}

.top-social--accent a:hover {
    background: #f08530;
    color: white !important;
}

.top-bar {
    color: var(--text);
    font-size: 0.875rem;
}
.top-bar-right {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.top-social {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}
.top-social a {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #64748b;
    transition: color 0.2s ease, background 0.2s ease;
}
.top-social a:hover {
    color: var(--green-700);
    background: var(--green-100);
}
.lang-switch a {
    color: #94a3b8;
    margin-right: 0;
    font-weight: 600;
    font-size: 0.8rem;
}
.lang-switch a + a::before {
    content: '|';
    margin: 0 0.65rem;
    color: #cbd5e1;
    font-weight: 400;
}
.lang-switch a.active { color: var(--green-700); }
.lang-switch a:hover { color: var(--green-800); }
body.nav-open.has-home-hero .site-header--over-hero .lang-switch a {
    color: #64748b;
}
body.nav-open.has-home-hero .site-header--over-hero .lang-switch a + a::before {
    color: #cbd5e1;
}
.top-contact {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}
.top-contact__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #64748b;
    font-size: 0.78rem;
    white-space: nowrap;
}
.top-contact__link:hover { color: var(--green-700); }

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
}

.site-header {
    background: var(--cream);
    box-shadow: none;
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.page-inner {
    --inner-header-height: 9.75rem;
    background-color: var(--cream);
}

.page-inner main {
    background-color: var(--cream);
}

.page-inner .section {
    background-color: var(--cream);
}

.page-inner .site-header {
    background: transparent;
    box-shadow: none;
}

.page-inner .header-top-bar {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(8px);
}

.page-inner .header-nav-shell {
    background: transparent;
}

.page-home .site-header {
    position: fixed;
    background: transparent;
}

/* legacy overlay header styles removed */
body.has-home-hero .site-header--over-hero,
body.has-home-hero .site-header--over-hero .top-bar,
body.has-home-hero .site-header--over-hero .header-shell,
body.has-home-hero .site-header--over-hero .header-card {
    /* noop */
}

.header-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: var(--cream);
    border-radius: 20px;
    padding: 0.55rem 1.15rem;
    box-shadow: 0 10px 36px rgba(15, 35, 24, 0.14);
    border: 1px solid rgba(232, 238, 233, 0.95);
    margin: 0;
    position: relative;
}
.brand { display: flex; align-items: center; gap: 0.85rem; color: inherit; flex-shrink: 0; }
.brand-logo { height: 58px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.3; min-width: 0; }
.brand-text strong { font-size: 1.05rem; color: var(--green-900); }
.brand-text span { display: none; }

.main-nav {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1 1 auto;
    justify-content: center;
    flex-wrap: nowrap;
    min-width: 0;
}
.main-nav .nav-link-home,
.main-nav .nav-cta,
.nav-dropdown > button {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 0.65rem;
    border: 2px solid transparent;
    background: none;
    font: inherit;
    color: #475569;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.main-nav .nav-link-home:hover,
.main-nav .nav-cta:hover,
.nav-dropdown > button:hover {
    color: var(--green-800);
    background: var(--green-100);
}
.main-nav .nav-link-home.is-active,
.nav-dropdown.is-active > button {
    color: var(--green-700);
    border-color: transparent;
    background: transparent;
}

.main-nav .nav-link-home.is-active:hover,
.nav-dropdown.is-active > button:hover {
    color: var(--green-800);
    background: var(--green-100);
}
.nav-icon {
    flex-shrink: 0;
    color: currentColor;
}
.nav-chevron {
    color: var(--accent-orange);
    opacity: 1;
    margin-left: -0.1rem;
}
.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--green-cta) !important;
    color: white !important;
    border: 2px solid var(--green-cta) !important;
    border-radius: 999px !important;
    padding: 0.55rem 1rem !important;
    margin-left: 0.25rem;
}
.nav-cta:hover {
    background: var(--green-cta-hover) !important;
    border-color: var(--green-cta-hover) !important;
    color: white !important;
}
.nav-cta .nav-icon {
    color: white;
}
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    min-width: 220px;
    background: white;
    border-radius: 12px;
    box-shadow: var(--shadow);
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    z-index: 300;
}
.nav-dropdown:hover .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a {
    display: block;
    padding: 0.55rem 0.75rem;
    color: var(--text);
    border-radius: 8px;
    font-size: 0.88rem;
}
.nav-dropdown-menu a:hover { background: var(--green-100); }

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 10px;
    flex-shrink: 0;
    margin-left: auto;
    transition: background 0.2s ease;
    z-index: 110;
}
.nav-toggle:hover,
.nav-toggle:focus-visible {
    background: rgba(26, 61, 46, 0.08);
}
body.has-home-hero .site-header--over-hero .nav-toggle:hover,
body.has-home-hero .site-header--over-hero .nav-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.12);
}
.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--green-900);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s ease;
    transform-origin: center;
}
.nav-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.nav-toggle.is-active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.nav-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(8, 24, 16, 0.45);
    backdrop-filter: blur(4px);
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
}
body.nav-open {
    overflow: hidden;
}
body.nav-open .site-header {
    z-index: 120;
}

.hero {
    background: linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 60%, #4a9d6f 100%);
    color: white;
    padding: 4rem 0 5rem;
}

/* Home hero banner */
.home-hero-section {
    margin-top: 0;
    position: relative;
    z-index: 1;
    padding-bottom: 0.5rem;
}

.page-home .home-hero {
    min-height: clamp(560px, 85vh, 880px);
}

.page-home .home-hero-track,
.page-home .home-hero-slide {
    min-height: inherit;
}

.page-home .home-hero-media {
    min-height: inherit;
}

.page-home .home-hero-content {
    min-height: clamp(560px, 85vh, 880px);
    padding-top: 7.5rem;
    padding-bottom: 13rem;
}

.page-home .home-hero-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(8, 42, 24, 0.12) 0%,
            rgba(8, 42, 24, 0.28) 42%,
            rgba(8, 42, 24, 0.42) 72%,
            rgba(8, 42, 24, 0.55) 100%
        );
}

.home-hero-section {
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.home-hero {
    position: relative;
    min-height: clamp(520px, 80vh, 820px);
    overflow: hidden;
    background: var(--green-900);
    color: white;
}

.home-hero::after {
    display: none;
}

.home-hero-track {
    position: relative;
    min-height: inherit;
}

.home-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0.7s;
    pointer-events: none;
}

.home-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}

.home-hero-media {
    position: absolute;
    inset: 0;
}

.home-hero-media img,
.home-hero-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-hero-youtube {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-hero-youtube iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    max-width: none;
    transform: translate(-50%, -50%);
    border: 0;
}

.home-hero-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--green-800), var(--green-900));
}

.home-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 70% at 50% 45%, rgba(8, 42, 24, 0.15) 0%, rgba(8, 42, 24, 0.55) 100%),
        linear-gradient(180deg, rgba(8, 42, 24, 0.25) 0%, rgba(8, 42, 24, 0.4) 100%);
    z-index: 1;
}

.home-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: clamp(520px, 80vh, 820px);
    padding: 3.5rem 0 4.5rem;
    max-width: none;
}

.home-hero-title {
    margin: 0 0 1.25rem;
    font-family: var(--font);
    font-weight: 700;
    font-size: clamp(1.65rem, 4.2vw, 3.15rem);
    line-height: 1.15;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    max-width: 920px;
}
.home-hero-title::after {
    display: none;
}

.home-hero-subtitle {
    margin: 0 0 2rem;
    font-size: clamp(0.98rem, 1.8vw, 1.15rem);
    line-height: 1.65;
    opacity: 0.94;
    max-width: 720px;
}

.home-hero-play-cta {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    color: white;
    text-decoration: none;
    transition: transform 0.2s ease;
}
.home-hero-play-cta:hover {
    color: white;
    transform: translateY(-2px);
}
.home-hero-play-btn {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--accent-orange);
    color: white;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 28px rgba(232, 119, 34, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.home-hero-play-btn svg {
    margin-left: 3px;
}
.home-hero-play-cta:hover .home-hero-play-btn {
    transform: scale(1.06);
    box-shadow: 0 10px 32px rgba(232, 119, 34, 0.55);
    background: #f08530;
}
.home-hero-play-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-hero-dots {
    position: absolute;
    left: 50%;
    bottom: 12.5rem;
    transform: translateX(-50%);
    display: flex;
    gap: 0.55rem;
    z-index: 3;
}

.home-hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-hero-dot.is-active {
    background: var(--accent-orange);
    transform: scale(1.2);
}

.home-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--green-900);
    cursor: pointer;
    display: grid;
    place-items: center;
    opacity: 0;
    transition: opacity 0.2s;
}

.home-hero:hover .home-hero-arrow { opacity: 1; }
.home-hero-prev { left: 1rem; }
.home-hero-next { right: 1rem; }

/* Home hero slider card overlapping video */
.hero-slider-section {
    padding: 0;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--hero-slider-height, 403px) / -2);
    z-index: 10;
}

.page-home .hero-slider-section {
    margin-top: 0;
}

.home-hero-section .hero-slider-section .container {
    width: min(1200px, 74%);
    margin-left: max(4%, calc((100vw - min(1200px, 92vw)) / 2));
    margin-right: auto;
}

.hero-slider-shell {
    display: flex;
    align-items: stretch;
    gap: 0.65rem;
}

.hero-slider {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    background: var(--white);
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    min-height: var(--hero-slider-height, 403px);
    border: 1px solid rgba(232, 238, 233, 0.95);
}

.hero-slider-highlights {
    flex: 0 0 226px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 1rem 0.65rem;
    background: var(--green-800);
    color: white;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
    text-align: center;
}

.hero-slider-highlights__count {
    font-size: 2.15rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.hero-slider-highlights__label {
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.25;
    max-width: 5.5rem;
}

.hero-slider-track {
    position: relative;
    min-height: var(--hero-slider-height, 403px);
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(240px, 36%) 1fr;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.65s ease, visibility 0.65s;
    pointer-events: none;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}

.hero-slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 2.1rem 3rem 1.9rem;
    z-index: 2;
    border-left: 4px solid var(--accent-orange);
}

.hero-slide-title {
    margin: 0 0 1.25rem;
    font-family: var(--font);
    font-size: clamp(1rem, 1.95vw, 1.65rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.hero-slide-title a {
    color: inherit;
    text-decoration: none;
}

.hero-slide-title a:hover { color: var(--green-700); }

.hero-slide-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 700;
    color: var(--text);
    text-decoration: none;
    font-size: 0.875rem;
}

.hero-slide-cta:hover { color: var(--green-800); }

.hero-slide-cta-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--green-700);
    color: white;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.2s;
}

.hero-slide-cta:hover .hero-slide-cta-icon {
    background: var(--green-800);
    transform: translateX(2px);
}

.hero-slide-media {
    position: relative;
    min-height: var(--hero-slider-height, 403px);
    background: #eef2ef;
}

.hero-slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    display: block;
    min-height: var(--hero-slider-height, 403px);
}

.hero-slide-placeholder {
    width: 100%;
    height: 100%;
    min-height: var(--hero-slider-height, 403px);
    background: linear-gradient(135deg, var(--green-100), #d8e8de);
}

.hero-slider-controls {
    position: absolute;
    right: 1.75rem;
    bottom: 1rem;
    left: auto;
    display: flex;
    gap: 0.5rem;
    z-index: 5;
}

.hero-slider-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: #cbd5e1;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}

.hero-slider-dot.is-active {
    background: var(--accent-orange);
    transform: scale(1.15);
}

.hero-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.92);
    color: var(--green-800);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: grid;
    place-items: center;
    opacity: 0;
    transition: opacity 0.2s, background 0.2s;
}

.hero-slider:hover .hero-slider-arrow { opacity: 1; }
.hero-slider-arrow:hover { background: white; }
.hero-slider-prev { left: 1rem; }
.hero-slider-next { right: 1rem; }
.hero-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 3rem;
    align-items: end;
}
.hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    margin: 0.5rem 0 1rem;
}
.hero-lead { font-size: 1.1rem; opacity: 0.92; max-width: 560px; }
.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    opacity: 0.8;
    font-weight: 600;
}
.hero-actions { display: flex; gap: 1rem; margin-top: 1.75rem; flex-wrap: wrap; }
.hero-stats { display: grid; gap: 1rem; }
.stat-card {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
}
.stat-card strong { display: block; font-size: 1.75rem; font-family: var(--font-display); }
.stat-card span { font-size: 0.9rem; opacity: 0.85; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.4rem;
    border-radius: 10px;
    font-weight: 600;
    border: 2px solid transparent;
    cursor: pointer;
    font: inherit;
}
.btn-primary { background: var(--gold); color: var(--green-900); }
.btn-primary:hover { filter: brightness(1.05); color: var(--green-900); }
.btn-green {
    background: var(--green-700);
    color: #fff;
    border-color: var(--green-700);
    border-radius: 999px;
}
.btn-green:hover {
    background: var(--green-800);
    border-color: var(--green-800);
    color: #fff;
}
.btn-outline-light {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.85);
}
.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.12);
    color: white;
}
.btn-outline {
    background: transparent;
    border-color: rgba(255,255,255,0.5);
    color: white;
}
.btn-outline:hover { background: rgba(255,255,255,0.1); color: white; }

.section { padding: 4rem 0; }
.section-alt { background: white; }
.section-dark {
    background: var(--green-900);
    color: white;
}
.section-dark h2, .section-dark a { color: white; }
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 2rem;
}
.section-head h2 {
    font-family: var(--font-display);
    font-size: 1.85rem;
    margin: 0;
    color: var(--green-900);
}
.link-more { font-weight: 600; white-space: nowrap; }

.news-archive-page {
    position: relative;
    isolation: isolate;
    background-color: var(--cream);
    background-image: url('../img/news/section-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.news-archive-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(250, 248, 243, 0.48);
    pointer-events: none;
    z-index: 0;
}

.news-archive-page > * {
    position: relative;
    z-index: 1;
}

.news-page-section {
    padding-top: 2.5rem;
}

.news-archive-page .page-inner .page-hero::before {
    background: transparent;
    transform: none;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}
.featured-grid { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.news-card {
    background: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    border: 1px solid #eef2f0;
    transition: transform 0.2s, box-shadow 0.2s;
}
.news-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(26,61,46,0.12); }
.news-card-featured { border-top: 4px solid var(--gold); }
.news-card-media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef2ef;
}
.news-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.news-card-media--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-100);
    padding: 1.5rem;
}
.news-card-media--placeholder img {
    width: auto;
    height: auto;
    max-width: 58%;
    max-height: 72%;
    object-fit: contain;
}
.news-card-body { padding: 1.25rem; }
.news-location {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--green-700);
    background: var(--green-100);
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    margin-bottom: 0.5rem;
}
.news-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    line-height: 1.35;
}
.news-card h3 a { color: var(--green-900); }
.news-card p { color: var(--text-muted); font-size: 0.92rem; margin: 0 0 1rem; }
.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
}
.service-card {
    background: white;
    border: 1px solid #e8eee9;
    border-radius: var(--radius);
    padding: 1.25rem;
    text-align: center;
    transition: border-color 0.2s;
}
.service-card:hover { border-color: var(--green-600); }
.service-icon { font-size: 2rem; display: block; margin-bottom: 0.5rem; }
.service-card h3 { margin: 0; font-size: 0.95rem; color: var(--green-900); }

.home-services {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}
.home-services__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.home-services__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../img/home/services-bg.png') center / cover no-repeat;
    filter: grayscale(0.85) brightness(0.78) contrast(1.08);
    transform: scale(1.03);
}
.home-services__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(250, 248, 243, 0.62) 0%, rgba(236, 241, 235, 0.72) 100%),
        linear-gradient(rgba(26, 40, 32, 0.06), rgba(26, 40, 32, 0.1));
}
.home-services .container {
    position: relative;
    z-index: 1;
}
.home-services__head h2 {
    color: var(--green-900);
}
.home-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
}
.home-services-tile {
    position: relative;
    min-height: 8.75rem;
    padding: 1.15rem 1rem 1rem;
    background: var(--tile-color, var(--green-700));
    border-radius: 8px;
    color: white;
    display: block;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home-services-tile:hover {
    color: white;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 14px 32px rgba(26, 61, 46, 0.22);
}
.home-services-tile__title {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 72%;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.01em;
}
.home-services-tile__icon {
    position: absolute;
    right: 0.35rem;
    bottom: 0.1rem;
    font-size: clamp(3.25rem, 5vw, 4.75rem);
    line-height: 1;
    opacity: 0.2;
    filter: grayscale(1) brightness(2.4);
    pointer-events: none;
    user-select: none;
}
@media (max-width: 900px) {
    .home-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 640px) {
    .home-services {
        padding: 3rem 0;
    }
    .home-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
    }
    .home-services-tile {
        min-height: 7.5rem;
        padding: 0.95rem 0.85rem;
    }
    .home-services-tile__title {
        font-size: 0.82rem;
        max-width: 80%;
    }
    .home-services-tile__icon {
        font-size: 3rem;
    }
}

.home-features {
    padding: 4.5rem 0 2.5rem;
    background: var(--cream);
    position: relative;
    z-index: 1;
}
@media (max-width: 900px) {
    .page-home .home-features {
        margin-top: 0;
        z-index: 2;
        padding-top: 3.5rem;
    }
    .hero-slider-section {
        position: relative;
        bottom: auto;
        margin-top: -2.5rem;
        padding: 0 0 0.5rem;
    }
}
.home-features .container {
    display: grid;
    gap: 2.5rem 1.5rem;
    grid-template-columns: 1fr;
}
.home-feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0.75rem;
    color: inherit;
    transition: opacity 0.2s ease;
}
.home-feature-card:hover {
    color: inherit;
}
@media (prefers-reduced-motion: no-preference) {
    .home-feature-card.is-animated:hover {
        opacity: 0.82;
    }
}
.home-feature-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.35rem;
    background: none;
}
.home-feature-card__icon svg {
    width: 56px;
    height: 56px;
    stroke-width: 1.5;
}
.home-feature-card__title {
    margin: 0 0 0.85rem;
    font-family: var(--font);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    line-height: 1.35;
}
.home-feature-card__text {
    margin: 0;
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.55;
    max-width: 20rem;
}
.home-feature-card--green .home-feature-card__icon,
.home-feature-card--green .home-feature-card__title {
    color: var(--green-700);
}
.home-feature-card--blue .home-feature-card__icon,
.home-feature-card--blue .home-feature-card__title {
    color: #0094c6;
}
.home-feature-card--gold .home-feature-card__icon,
.home-feature-card--gold .home-feature-card__title {
    color: var(--gold);
}
.home-feature-card--orange .home-feature-card__icon,
.home-feature-card--orange .home-feature-card__title {
    color: var(--accent-orange);
}
@media (min-width: 601px) {
    .home-features .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

.mobile-bottom-nav,
.mobile-about-sheet {
    display: none;
}

@media (min-width: 901px) {
    .home-features {
        margin-top: 0;
        position: relative;
        z-index: 1;
        padding-top: calc(var(--hero-slider-height, 403px) / 2 + 3rem);
        padding-bottom: 3.5rem;
    }
    .home-features .container {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem 1.25rem;
    }
    .home-feature-card__icon svg {
        width: 64px;
        height: 64px;
    }
    .home-feature-card__title {
        font-size: 0.98rem;
    }
}
.service-category { margin-bottom: 2.5rem; }
.service-category h2 {
    font-family: var(--font-display);
    color: var(--green-800);
    margin-bottom: 1rem;
}

.video-list { display: grid; gap: 1rem; }

.home-videos-highlight {
    position: relative;
    padding: 4.5rem 0 4.75rem;
    overflow: hidden;
    color: #fff;
}

.home-videos-highlight__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 35, 24, 0.82) 0%, rgba(20, 48, 34, 0.88) 100%),
        url('../img/home/videos-highlight-bg.png') center / cover no-repeat;
}

.home-videos-highlight__inner {
    position: relative;
    z-index: 1;
}

.home-videos-highlight__head {
    text-align: center;
    margin-bottom: 2.5rem;
}

.home-videos-highlight__eyebrow {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.home-videos-highlight__rule {
    display: block;
    width: 42px;
    height: 2px;
    margin: 0.85rem auto 0;
    background: rgba(255, 255, 255, 0.75);
}

.home-videos-highlight__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 2rem 2.25rem;
    align-items: start;
}

.home-videos-highlight__featured-link,
.home-videos-highlight__item-link {
    color: inherit;
    text-decoration: none;
}

.home-videos-highlight__featured-link:hover h3,
.home-videos-highlight__item-link:hover h4 {
    color: var(--gold);
}

.home-videos-highlight__featured-media {
    position: relative;
    aspect-ratio: 16 / 10;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.35);
    margin-bottom: 1.1rem;
}

.home-videos-highlight__featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-videos-highlight__featured-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.8);
}

.home-videos-highlight__play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(15, 35, 24, 0.35);
    color: #fff;
    font-size: 1.35rem;
    transition: background 0.2s ease;
}

.home-videos-highlight__featured-link:hover .home-videos-highlight__play,
.home-videos-highlight__item-link:hover .home-videos-highlight__play {
    background: rgba(15, 35, 24, 0.52);
}

.home-videos-highlight__badge {
    display: inline-block;
    margin-bottom: 0.65rem;
    padding: 0.2rem 0.55rem;
    background: #1e5a8a;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-videos-highlight__badge--sm {
    margin-bottom: 0.45rem;
    font-size: 0.58rem;
}

.home-videos-highlight__featured h3 {
    margin: 0 0 0.65rem;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    line-height: 1.2;
    font-weight: 600;
}

.home-videos-highlight__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.72);
}

.home-videos-highlight__list {
    display: grid;
    gap: 1.35rem;
}

.home-videos-highlight__item-link {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.home-videos-highlight__item-thumb {
    position: relative;
    aspect-ratio: 16 / 10;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.35);
}

.home-videos-highlight__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-videos-highlight__item-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.75);
}

.home-videos-highlight__play--sm {
    font-size: 0.95rem;
}

.home-videos-highlight__item-body h4 {
    margin: 0 0 0.45rem;
    font-size: 0.98rem;
    line-height: 1.35;
    font-weight: 600;
}

.home-videos-highlight__footer {
    margin-top: 2.75rem;
    text-align: center;
}

.home-videos-highlight__cta {
    display: inline-block;
    padding: 0.85rem 2.1rem;
    background: #1e5a8a;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-videos-highlight__cta:hover {
    background: #16486e;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 900px) {
    .home-videos-highlight__grid {
        grid-template-columns: 1fr;
    }

    .home-videos-highlight__item-link {
        grid-template-columns: 112px minmax(0, 1fr);
    }
}

.video-item {
    display: flex;
    gap: 1rem;
    align-items: center;
    background: rgba(255,255,255,0.08);
    padding: 1rem;
    border-radius: var(--radius);
}
.video-item--compact h3 a {
    color: inherit;
    text-decoration: none;
}
.video-item--compact h3 a:hover {
    color: var(--gold);
}
.video-thumb {
    width: 48px; height: 48px;
    background: var(--gold);
    color: var(--green-900);
    border-radius: 50%;
    display: grid; place-items: center;
    font-size: 0.85rem;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-thumb--icon {
    border-radius: 50%;
}
a.video-thumb {
    width: 120px;
    height: 68px;
    border-radius: 8px;
    text-decoration: none;
}
.video-play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(26, 61, 46, 0.45);
    color: #fff;
    font-size: 1.1rem;
}
.video-item h3 { margin: 0 0 0.25rem; font-size: 1rem; }
.video-item time { opacity: 0.7; font-size: 0.85rem; }

.video-gallery {
    display: grid;
    gap: 2rem;
}
.video-card {
    background: white;
    border: 1px solid #e8eee9;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
}
.video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-embed--facade .video-facade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: #000;
}
.video-embed--facade .video-facade img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-embed--facade .video-play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(26, 61, 46, 0.45);
    color: #fff;
    font-size: 2.5rem;
    transition: background 0.2s ease;
}
.video-embed--facade .video-facade__label {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #1a3d2e, #2d5a45);
}
.video-embed--facade .video-facade:hover .video-play,
.video-embed--facade .video-facade:focus-visible .video-play {
    background: rgba(26, 61, 46, 0.6);
}
.video-embed video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}
.video-meta h3 a {
    color: inherit;
    text-decoration: none;
}
.video-meta h3 a:hover {
    color: var(--gold);
}
.video-embed--link {
    padding: 2rem;
    height: auto;
    text-align: center;
}
.video-meta {
    padding: 1rem 1.25rem 1.25rem;
}
.video-meta h3 {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    line-height: 1.4;
    color: var(--green-900);
}
.video-meta time {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.photo-albums-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}
.photo-album-card {
    background: white;
    border: 1px solid #e8eee9;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.photo-album-card__link {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
    background: #eef2ef;
}
.photo-album-card__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo-album-card__overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(26, 61, 46, 0.35);
    color: white;
    font-size: 2rem;
    opacity: 0;
    transition: opacity 0.2s;
}
.photo-album-card__link:hover .photo-album-card__overlay { opacity: 1; }
.photo-album-card__meta {
    padding: 1rem 1.15rem 1.25rem;
}
.photo-album-card__meta h2 {
    margin: 0 0 0.35rem;
    font-size: 1.1rem;
}
.photo-album-card__meta h2 a {
    color: var(--green-900);
    text-decoration: none;
}
.photo-album-card__meta p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
}
.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}
.photo-grid__item {
    display: block;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid #e8eee9;
    aspect-ratio: 4 / 3;
    background: #eef2ef;
}
.photo-grid__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s;
}
.photo-grid__item:hover img { transform: scale(1.03); }

.page-hero {
    background: linear-gradient(180deg, var(--green-100), var(--cream));
    padding: 3rem 0;
    position: relative;
}
.page-hero.compact { padding: 2.5rem 0; }
.page-inner .page-hero {
    margin-top: calc(-1 * var(--inner-header-height));
    padding-top: calc(var(--inner-header-height) + 1.5rem);
    padding-bottom: 3.25rem;
    background: transparent;
    overflow: hidden;
}
.page-inner .page-hero.compact {
    padding-top: calc(var(--inner-header-height) + 1.25rem);
    padding-bottom: 2.75rem;
}
.page-inner .page-hero::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: calc(-1 * var(--inner-header-height));
    bottom: 0;
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(250, 248, 243, 0.72) 100%),
        linear-gradient(rgba(26, 40, 32, 0.05), rgba(26, 40, 32, 0.1)),
        url('../img/home/services-bg.png') center / cover no-repeat;
    transform: scale(1.02);
}
.page-inner .page-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 52px;
    z-index: 2;
    pointer-events: none;
    background: url('../img/home/header-tear.svg') center bottom / 100% 100% no-repeat;
}
.page-inner .page-hero .container {
    position: relative;
    z-index: 1;
}
.page-hero h1 {
    font-family: var(--font-display);
    color: var(--green-900);
    margin: 0.5rem 0 0;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
}
.article-date { color: var(--text-muted); }

.prose-cover {
    position: relative;
    margin: -2rem -2rem 1.5rem;
    line-height: 0;
    overflow: hidden;
    border-radius: var(--radius) var(--radius) 0 0;
}

.prose-cover__image {
    display: block;
    width: 100%;
    height: clamp(350px, 13vw, 266px);
    max-height: 400px;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
}

.prose-cover__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0.85rem 2rem 1rem;
    background: linear-gradient(to top, rgba(15, 35, 24, 0.82) 0%, rgba(15, 35, 24, 0.42) 52%, rgba(15, 35, 24, 0.08) 100%);
    line-height: 1.5;
}

.prose-cover__overlay h1 {
    margin: 0.2rem 0 0.3rem;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2.6vw, 1.85rem);
    line-height: 1.15;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.prose-cover__overlay .article-date,
.prose-cover__overlay .news-location {
    color: rgba(255, 255, 255, 0.92);
}

.article-page--cover .prose > .prose-cover + figure,
.article-page--cover .prose > .prose-cover + .featured-image,
.article-page--cover .prose > .prose-cover + div[style*="float: left"],
.article-page--cover .prose > .prose-cover + div[style*="float:left"],
.article-page--cover .prose > .prose-cover + img,
.article-page--cover .prose figure.featured-image {
    display: none;
}

.content-layout {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 2.5rem;
    align-items: start;
}

.content-layout--directors-word {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 1.75rem;
    align-items: stretch;
}
.prose {
    background: white;
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.prose h2,
.prose h3,
.prose h4 {
    color: var(--green-800);
}

.prose h3 {
    margin-top: 1.5rem;
}

/* Titujt e vjetër në lajme: <p><strong>...</strong></p> */
.prose p > strong:only-child {
    color: var(--green-800);
}

.prose p, .prose li { color: var(--text); }
.sidebar {
    display: flex;
    flex-direction: column;
    background: var(--white);
    padding: 1.35rem 0 0;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    position: sticky;
    top: 100px;
    overflow: hidden;
}
.sidebar h3 {
    margin: 0 0 1rem;
    padding: 0 1.35rem;
    color: var(--green-900);
    font-size: 1rem;
}
.related-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    background: var(--white);
    border-top: 1px solid #c5c5c5;
}
.related-list li {
    margin: 0;
    border-bottom: 1px solid #c5c5c5;
}
.related-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9rem 1.35rem;
    background: #ececec;
    color: var(--text);
    font-size: 0.92rem;
    line-height: 1.35;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.related-list a::after {
    content: '›';
    flex-shrink: 0;
    font-size: 1.15rem;
    line-height: 1;
    color: #5c5c5c;
    font-weight: 400;
}
.related-list a:hover {
    background: #dedede;
    color: var(--green-900);
}
.related-list li.active a {
    background: #e4ebe6;
    color: var(--green-800);
    font-weight: 600;
}
.related-list li.active a::after {
    color: var(--green-700);
}

.search-form {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
    max-width: 520px;
}
.search-form input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font: inherit;
}

.prose-intro {
    margin-bottom: 1.5rem;
}

.education-page {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-width: 0;
}

.education-page .prose-intro {
    margin-bottom: 0;
}

.education-page__feed {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.education-page__feed .education-feed {
    margin-top: 0;
}

.education-page__feed--solo {
    margin-top: 0;
}

.prose div.pull-right:empty {
    display: none;
}

.announcements-archive {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 2rem;
}

.announcements-search {
    display: flex;
    max-width: 420px;
    margin-bottom: 1.75rem;
}

.announcements-search-input {
    flex: 1;
    min-width: 0;
    padding: 0.55rem 0.9rem;
    border: 1px solid #cfcfcf;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    font: inherit;
    color: var(--text);
    background: #fff;
}

.announcements-search-input:focus {
    outline: none;
    border-color: var(--green-700);
}

.announcements-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: var(--green-700);
    color: #fff;
    cursor: pointer;
}

.announcements-search-btn:hover {
    background: var(--green-800);
}

.announcements-table-wrap {
    overflow-x: auto;
}

.announcements-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.announcements-table thead tr {
    border-bottom: 1px solid #7b7b7b;
}

.announcements-table th {
    padding: 0.65rem 0.75rem;
    font-weight: 700;
    color: #333;
    text-align: left;
    white-space: nowrap;
}

.announcements-table td {
    padding: 1rem 0.75rem;
    vertical-align: top;
    color: #333;
    border-bottom: 1px solid #7b7b7b;
}

.announcements-table .text-right {
    text-align: right;
}

.announcements-title {
    width: 42%;
}

.announcements-title a {
    color: inherit;
    text-decoration: none;
}

.announcements-title a:hover {
    color: var(--green-800);
    text-decoration: underline;
}

.col-location {
    width: 14%;
}

.col-timeline {
    width: 120px;
}

.col-published,
.col-expires {
    width: 120px;
}

.announcement-date-stack {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    text-align: right;
    white-space: nowrap;
}

.announcement-date-stack span {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
}

.date-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.date-dot-start {
    background: #28a745;
}

.date-dot-end {
    background: #dc3545;
}

.announcements-empty {
    text-align: center;
    color: var(--text-muted);
    padding: 2rem 1rem !important;
}

@media (max-width: 900px) {
    .announcements-table .col-location,
    .announcements-table .col-published,
    .announcements-table .col-expires {
        display: none;
    }

    .announcements-title {
        width: auto;
    }
}

@media (max-width: 640px) {
    .announcements-archive {
        padding: 0 0 1.5rem;
    }

    .announcements-search {
        max-width: none;
    }

    .announcements-table th,
    .announcements-table td {
        padding: 0.85rem 0.5rem;
        font-size: 0.88rem;
    }
}

.contact-page {
    --contact-yellow: #f8c32c;
    --contact-brown: #52320a;
    --contact-green: var(--green-cta);
    --contact-cream: #f3f0eb;
    --contact-input-bg: rgba(13, 64, 28, 0.05);
    --contact-text: #072010;
    margin-top: calc(-1 * var(--inner-header-height));
    padding: calc(var(--inner-header-height) + 3rem) 0 0;
    background-color: var(--contact-cream);
    position: relative;
}

.contact-page__field-bg {
    position: relative;
    width: 100%;
    height: clamp(190px, 26vw, 320px);
    margin-top: 3.5rem;
    background-image: url('../img/contact/field-bg.png');
    background-repeat: no-repeat;
    background-position: center 68%;
    background-size: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 12%, #000 28%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 12%, #000 28%, #000 100%);
}

.contact-page__field-bg::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: clamp(42px, 6vw, 64px);
    background: url('../img/contact/field-top-wave.svg') center top / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 1;
}

.contact-page__inner {
    width: min(1290px, 94%);
}

.contact-page__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.35fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
}

.contact-page__info {
    position: relative;
    z-index: 1;
}

.contact-page__list {
    list-style: none;
    margin: 0;
    padding: 3.5rem 3rem;
    background: var(--contact-yellow);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1.45rem;
    position: relative;
}

.contact-page__list::after {
    content: '';
    position: absolute;
    inset: 19px;
    border: 1px dashed rgba(82, 50, 10, 0.35);
    border-radius: 15px;
    pointer-events: none;
}

.contact-page__list li {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    position: relative;
    z-index: 1;
}

.contact-page__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--contact-brown);
    color: #fff;
    display: grid;
    place-items: center;
}

.contact-page__item-title {
    margin: 0 0 0.35rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--contact-brown);
    line-height: 1.4;
}

.contact-page__item-text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--contact-brown);
}

.contact-page__item-text a {
    color: inherit;
    text-decoration: none;
}

.contact-page__item-text a:hover {
    color: var(--contact-green);
}

.contact-page__form-wrap {
    padding-top: 0.5rem;
}

.contact-page__heading {
    margin-bottom: 2rem;
}

.contact-page__tagline {
    margin: 0 0 1rem;
    color: #278d45;
    font-size: 1.35rem;
    line-height: 1.2;
    font-style: italic;
}

.contact-page__title {
    margin: 0 0 0.95rem;
    font-family: var(--font);
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.15;
    font-weight: 700;
    color: var(--contact-text);
}

.contact-page__subtitle {
    margin: 0 0 1.5rem;
    color: var(--contact-text);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 36rem;
}

.contact-page__divider {
    display: block;
    width: auto;
    height: 24px;
}

.contact-page__form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.contact-page__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.95rem;
    margin-bottom: 0.95rem;
}

.contact-page__field {
    position: relative;
}

.contact-page__field input,
.contact-page__field textarea,
.contact-page__field select {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 12px;
    background: var(--contact-input-bg);
    color: var(--contact-text);
    font: inherit;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.contact-page__field input,
.contact-page__field select {
    padding: 1rem 1.1rem 0.95rem 1.25rem;
}

.contact-page__field textarea {
    padding: 1rem 1.1rem;
    min-height: 170px;
    resize: vertical;
    margin-bottom: 1.5rem;
}

.contact-page__field input::placeholder,
.contact-page__field textarea::placeholder {
    color: rgba(7, 32, 16, 0.72);
}

.contact-page__field input:focus,
.contact-page__field textarea:focus,
.contact-page__field select:focus {
    outline: none;
    border-color: var(--contact-green);
    background: #fff;
}

.contact-page__field--select {
    position: relative;
}

.contact-page__field--select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.1rem;
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid rgba(7, 32, 16, 0.55);
    border-bottom: 2px solid rgba(7, 32, 16, 0.55);
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.contact-page__field select {
    appearance: none;
    cursor: pointer;
    padding-right: 2.5rem;
}

.contact-page__field select:invalid {
    color: rgba(7, 32, 16, 0.72);
}

.contact-page__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    flex-wrap: wrap;
}

.contact-page__terms {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.65rem;
    max-width: 26rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--contact-text);
    cursor: pointer;
}

.contact-page__terms input {
    margin-top: 0.2rem;
    flex-shrink: 0;
    accent-color: var(--contact-green);
}

.contact-page__submit {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    margin-left: auto;
    padding: 0.4rem 0.35rem 0.4rem 2rem;
    border: 0;
    border-radius: 999px;
    background: var(--contact-green);
    color: #fff;
    font: inherit;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-page__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(13, 64, 28, 0.18);
}

.contact-page__submit-icon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: var(--contact-yellow);
    color: var(--contact-brown);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.contact-page .form-error {
    display: block;
    margin-top: 0.35rem;
    color: #b91c1c;
    font-size: 0.85rem;
}

.contact-map-section {
    width: 100%;
    padding: 0;
    margin: 0;
}

.contact-map__embed {
    display: block;
    width: 100%;
    height: clamp(320px, 50vh, 520px);
    border: 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
}
.contact-info {
    background: var(--green-900);
    color: white;
    padding: 2rem;
    border-radius: var(--radius);
}
.contact-info h2 { margin-top: 0; font-family: var(--font-display); }
.contact-form {
    background: white;
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.form-group { margin-bottom: 1rem; }
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.contact-required-note {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    color: #64748b;
    text-align: right;
}
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font: inherit;
    background: white;
}
.form-check label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}
.form-group label { display: block; font-weight: 600; margin-bottom: 0.35rem; font-size: 0.9rem; }
.form-group input, .form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font: inherit;
}
.form-error { color: #b91c1c; font-size: 0.85rem; }

.alert {
    padding: 1rem 1.25rem;
    border-radius: 10px;
    margin: 1rem 0;
}
.alert-success {
    background: var(--green-100);
    color: var(--green-800);
    border: 1px solid #b7e4c7;
}

.site-footer {
    background: #142820;
    color: rgba(255, 255, 255, 0.88);
    padding: 3.5rem 0 1.75rem;
    margin-top: 2rem;
}

.footer-top {
    display: grid;
    grid-template-columns: minmax(140px, 220px) 1fr minmax(140px, auto);
    align-items: center;
    gap: 1.5rem 2rem;
    padding-bottom: 2rem;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: white;
    font-weight: 700;
    font-size: 1.35rem;
}

.footer-logo img {
    display: block;
    height: 3.25rem;
    width: auto;
}

.footer-motto {
    margin: 0;
    text-align: center;
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(1.05rem, 2vw, 1.45rem);
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
}

.footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 0.55rem;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: var(--gold);
    color: var(--green-900);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.footer-social a:hover {
    color: var(--green-900);
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.footer-divider {
    border-top: 1px dotted rgba(255, 255, 255, 0.22);
    margin: 0 0 2rem;
}

.footer-main {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem 2.5rem;
    padding-bottom: 2rem;
}

.footer-col h4 {
    margin: 0 0 1.15rem;
    color: white;
    font-size: 1.05rem;
}

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

.footer-contact-list li,
.footer-links li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
    font-size: 0.92rem;
    line-height: 1.5;
}

.footer-contact-list__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.35rem;
    margin-top: 0.1rem;
    color: var(--gold);
}

.footer-contact-list a,
.footer-links a,
.footer-news-item {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.footer-contact-list a:hover,
.footer-links a:hover,
.footer-news-item:hover {
    color: var(--gold);
}

.footer-news-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 0.85rem;
    align-items: start;
    margin-bottom: 1rem;
}

.footer-news-item:last-child {
    margin-bottom: 0;
}

.footer-news-item__thumb {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.footer-news-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.footer-news-item__thumb--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem;
    background: rgba(255, 255, 255, 0.08);
}

.footer-news-item__thumb--placeholder img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.footer-news-item__body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.footer-news-item__body strong {
    color: white;
    font-size: 0.92rem;
    line-height: 1.4;
    font-weight: 600;
}

.footer-news-item__body time {
    color: var(--gold);
    font-size: 0.82rem;
}

.footer-empty,
.footer-subscribe-text {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}

.footer-newsletter {
    display: flex;
    align-items: stretch;
    max-width: 100%;
    padding: 0.3rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-newsletter input {
    flex: 1;
    min-width: 0;
    padding: 0.8rem 1rem;
    border: 0;
    background: transparent;
    color: white;
    font: inherit;
}

.footer-newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.footer-newsletter input:focus {
    outline: none;
}

.footer-newsletter button {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.45rem 0.45rem 1rem;
    border: 0;
    border-radius: 999px;
    background: white;
    color: var(--green-900);
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: filter 0.2s ease;
}

.footer-newsletter button:hover {
    filter: brightness(0.96);
}

.footer-newsletter__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--gold);
    color: var(--green-900);
}

.footer-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.55rem 0.55rem 1.15rem;
    border-radius: 999px;
    background: white;
    color: var(--green-900);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.footer-contact-link:hover {
    filter: brightness(0.96);
    color: var(--green-900);
    transform: translateY(-1px);
}

.footer-contact-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--gold);
    color: var(--green-900);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 1.5rem;
    font-size: 0.88rem;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 1.25rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.footer-legal a:hover {
    color: var(--gold);
}

.footer-legal li + li {
    position: relative;
}

.footer-legal li + li::before {
    content: '•';
    position: absolute;
    left: -0.85rem;
    color: var(--gold);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 980px) {
    .footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
    }

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

@media (max-width: 640px) {
    .site-footer {
        padding-top: 2.5rem;
    }

    .footer-main {
        grid-template-columns: 1fr;
    }

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

    .footer-newsletter {
        flex-direction: column;
        border-radius: var(--radius);
        padding: 0.75rem;
    }

    .footer-newsletter button {
        justify-content: center;
        width: 100%;
        border-radius: 999px;
    }
}

.pagination-wrap { margin-top: 2rem; }
.pagination-wrap nav { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.pagination-wrap a, .pagination-wrap span {
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    background: white;
    border: 1px solid #e5e7eb;
    color: var(--text);
}
.pagination-wrap span[aria-current="page"] {
    background: var(--green-700);
    color: white;
    border-color: var(--green-700);
}

.nav-dropdown-wide .nav-mega {
    min-width: 280px;
    padding: 0.75rem;
}

.nav-mega-group {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eef2f0;
}

.nav-mega-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.nav-mega-group strong {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--accent-orange);
    margin-bottom: 0.35rem;
}

.nav-mega-group strong a {
    color: var(--accent-orange);
}

.nav-mega-group strong a:hover {
    color: #f08530;
}

.nav-mega-group a:not(.nav-mega-link) {
    color: inherit;
}

.nav-mega-group .nav-mega-link {
    display: flex;
}

.nav-mega-group .nav-mega-link:hover {
    background: transparent;
    color: inherit;
}

/* Desktop: top bar + floating nav card */
@media (min-width: 901px) {
    .header-nav-card .nav-toggle {
        display: none;
    }

    .mobile-nav-panel,
    .mobile-nav-body {
        display: contents;
    }

    .mobile-nav-close {
        display: none;
    }

    .main-nav {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        width: auto;
        max-height: none;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 0;
        min-width: 0;
    }

    .main-nav .nav-link-home,
    .main-nav .nav-cta,
    .nav-dropdown > button {
        font-size: 0.68rem;
        padding: 0.45rem 0.5rem;
        border-radius: 8px;
        white-space: nowrap;
    }

    .nav-cta {
        padding: 0.5rem 1rem !important;
        font-size: 0.68rem !important;
        margin-left: 0.15rem;
    }

    .brand-logo {
        height: 52px;
    }

    .brand-text {
        display: none;
    }

    .top-contact__link {
        font-size: 0.72rem;
    }

    .top-social--accent a {
        width: 28px;
        height: 28px;
    }

    .header-nav-card,
    .main-nav,
    .header-nav-shell,
    .site-header {
        overflow: visible;
    }

    .nav-dropdown {
        position: static;
    }

    .nav-dropdown > button .nav-chevron {
        display: inline-block;
    }

    .nav-dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: auto;
        min-width: 0;
        margin-top: 0.15rem;
        padding: 2rem 2.25rem 2.25rem;
        background: var(--cream);
        border: 1px solid #374151;
        border-bottom: 4px solid var(--accent-orange);
        border-radius: 0 0 16px 16px;
        box-shadow: 0 18px 45px rgba(15, 35, 24, 0.14);
        z-index: 300;
        pointer-events: auto;
    }

    .site-header:has(.nav-dropdown.is-open-desktop) {
        z-index: 200;
    }

    .nav-dropdown:hover > button,
    .nav-dropdown.is-open-desktop > button {
        background: transparent;
        color: var(--green-700);
        border-color: transparent;
        border-radius: 10px;
        position: relative;
        z-index: 301;
    }

    .nav-dropdown:not(.nav-dropdown-wide):hover .nav-dropdown-menu,
    .nav-dropdown:not(.nav-dropdown-wide).is-open-desktop .nav-dropdown-menu {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 1rem 1.5rem;
    }

    .nav-dropdown:not(.nav-dropdown-wide) .nav-dropdown-menu > a:not(.nav-mega-link) {
        padding: 0.7rem 0;
        font-size: 0.92rem;
        font-weight: 700;
        color: var(--green-800);
        text-transform: uppercase;
        letter-spacing: 0.03em;
        border-radius: 0;
        border-bottom: 1px solid #eef2ef;
    }

    .nav-dropdown:not(.nav-dropdown-wide) .nav-dropdown-menu > a:hover {
        background: transparent;
        color: var(--green-700);
    }

    .nav-dropdown-wide:hover .nav-dropdown-menu.nav-mega:not(.nav-mega-cards),
    .nav-dropdown-wide.is-open-desktop .nav-dropdown-menu.nav-mega:not(.nav-mega-cards) {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 1rem 1.5rem;
    }

    .nav-dropdown-wide:hover .nav-dropdown-menu.nav-mega:has(.nav-mega-group),
    .nav-dropdown-wide.is-open-desktop .nav-dropdown-menu.nav-mega:has(.nav-mega-group) {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 1rem 1.5rem;
    }

    .nav-dropdown-wide .nav-mega-group {
        margin: 0;
        padding: 0;
        border: none;
        display: contents;
    }

    .nav-dropdown-wide .nav-mega-group strong,
    .nav-dropdown-wide .nav-mega-group strong a {
        grid-column: 1 / -1;
        font-size: 1rem;
        font-weight: 700;
        color: var(--accent-orange);
        text-transform: uppercase;
        letter-spacing: 0.04em;
        margin-bottom: 0;
        padding-bottom: 0.55rem;
        border-bottom: 1px solid #eef2ef;
    }

    .nav-dropdown-wide .nav-mega-group strong a:hover {
        color: #f08530;
    }

    .nav-mega-link {
        display: flex;
        align-items: flex-start;
        gap: 0.85rem;
        padding: 0.65rem 0.75rem;
        color: inherit;
        text-decoration: none;
        border-radius: 10px;
        border: none;
        min-width: 0;
        height: 100%;
    }

    .nav-mega-link:hover {
        background: rgba(45, 122, 84, 0.06);
        color: inherit;
    }

    .nav-mega-link__icon {
        flex-shrink: 0;
        width: 2.1rem;
        height: 2.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--green-700);
        margin-top: 0.1rem;
    }

    .nav-mega-link__body {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        min-width: 0;
    }

    .nav-mega-link__title {
        display: block;
        font-size: 0.92rem;
        font-weight: 600;
        color: var(--green-800);
        line-height: 1.35;
        text-transform: none;
        letter-spacing: normal;
    }

    .nav-mega-link:hover .nav-mega-link__title {
        color: var(--green-700);
    }

    .nav-mega-link__desc {
        display: block;
        font-size: 0.82rem;
        font-weight: 400;
        color: #64748b;
        line-height: 1.45;
    }

    .nav-dropdown-wide .nav-dropdown-menu.nav-mega > .nav-mega-link,
    .nav-dropdown:not(.nav-dropdown-wide) .nav-dropdown-menu > .nav-mega-link {
        align-self: stretch;
    }

    .nav-dropdown-wide .nav-dropdown-menu.nav-mega > a:not(.nav-mega-link) {
        align-self: start;
        padding: 0.55rem 0;
        font-size: 0.92rem;
        font-weight: 700;
        color: var(--green-800);
        text-transform: uppercase;
        letter-spacing: 0.03em;
        border-radius: 0;
        border-bottom: 1px solid #eef2ef;
    }

    .nav-dropdown-wide .nav-dropdown-menu.nav-mega > a:hover {
        background: transparent;
        color: var(--green-700);
    }

    .nav-dropdown-cards:hover .nav-dropdown-menu.nav-mega-cards,
    .nav-dropdown-cards.is-open-desktop .nav-dropdown-menu.nav-mega-cards {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 1rem 1.5rem;
    }

    .nav-mega-card {
        display: flex;
        align-items: flex-start;
        gap: 0.85rem;
        min-width: 0;
        padding: 0.65rem 0.75rem;
        color: inherit;
        text-decoration: none;
        border-radius: 10px;
        height: 100%;
    }

    .nav-mega-card__icon {
        flex-shrink: 0;
        width: 2.1rem;
        height: 2.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--green-700);
        margin-top: 0.1rem;
    }

    .nav-mega-card__body {
        display: flex;
        flex-direction: column;
        gap: 0.55rem;
        min-width: 0;
    }

    .nav-mega-card:hover {
        color: inherit;
        background: rgba(45, 122, 84, 0.06);
    }

    .nav-mega-card__title {
        display: block;
        padding: 0;
        font-size: 1rem;
        font-weight: 700;
        color: var(--green-800);
        text-transform: uppercase;
        letter-spacing: 0.04em;
        line-height: 1.35;
        border: none;
        border-radius: 0;
        position: relative;
        z-index: 1;
        pointer-events: auto;
    }

    .nav-mega-card:hover .nav-mega-card__title {
        color: var(--green-700);
    }

    .nav-mega-card__desc {
        display: block;
        margin: 0;
        font-size: 0.9rem;
        font-weight: 400;
        color: #64748b;
        line-height: 1.55;
        text-transform: none;
        letter-spacing: normal;
    }
}

@media (min-width: 901px) and (max-width: 1180px) {
    .top-contact {
        display: none;
    }

    .main-nav .nav-link-home,
    .main-nav .nav-cta,
    .nav-dropdown > button,
    .nav-cta {
        font-size: 0.58rem !important;
        padding: 0.38rem 0.35rem !important;
    }

    .nav-cta {
        padding: 0.42rem 0.75rem !important;
    }
}
.nav-icon {
    flex-shrink: 0;
}

.subpages-list {
    display: grid;
    gap: 0.5rem;
    margin-top: 1rem;
}

.subpage-link {
    display: block;
    padding: 0.85rem 1rem;
    background: white;
    border: 1px solid #e8eee9;
    border-radius: 10px;
    color: var(--green-900);
    font-weight: 500;
    transition: border-color 0.2s, background 0.2s;
}

.subpage-link:hover {
    border-color: var(--green-600);
    background: var(--green-100);
    color: var(--green-900);
}

.child-pages-grid {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e8eee9;
}

.embedded-list {
    margin-top: 2rem;
    padding: 1.25rem;
    background: var(--green-100);
    border-radius: var(--radius);
}

.video-list-page {
    display: grid;
    gap: 1rem;
}

.video-list-page .video-item {
    background: white;
    border: 1px solid #e8eee9;
    border-radius: var(--radius);
    color: var(--text);
}

.rss-note {
    font-style: italic;
    color: var(--text-muted);
    font-size: 0.92rem;
}

.brand-logo { height: 70px; width: auto; }

.legacy-documents {
    margin-top: 2rem;
    padding: 1.25rem;
    background: var(--green-100);
    border-radius: var(--radius);
}
.legacy-documents ul { margin: 0.5rem 0 1rem; padding-left: 1.25rem; }
.legacy-documents a { font-weight: 500; }

.page-linked-notice {
    margin: 1.5rem 0 2rem;
}

.page-linked-notice .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.education-feed {
    display: grid;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.education-feed-item {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 1.25rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    align-items: start;
}

.education-feed-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.education-feed-media {
    display: block;
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--green-100);
    aspect-ratio: 4 / 3;
}

.education-feed-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.education-feed-media--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.education-feed-media--placeholder img {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.education-feed-body h3 {
    margin: 0 0 0.65rem;
    font-size: 1.15rem;
    line-height: 1.35;
}

.education-feed-body p {
    margin: 0 0 1rem;
    color: var(--text-muted);
}

.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

@media (max-width: 700px) {
    .education-feed-item {
        grid-template-columns: 1fr;
    }
}

.documents-list {
    margin-top: 2rem;
    border: 1px solid #e8eee9;
    border-radius: var(--radius);
    overflow: hidden;
    background: white;
}

.annual-reports-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
    margin-top: 1.75rem;
}

.report-card {
    position: relative;
    display: block;
    min-height: 230px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 32px rgba(26, 61, 46, 0.12);
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.report-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(26, 61, 46, 0.16);
    color: #fff;
}

.report-card__cover {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #d8e8de 0%, #b8cfc0 100%);
}

.report-card__cover canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.report-card__cover.is-ready canvas {
    opacity: 1;
}

.report-card__cover.is-error {
    background:
        linear-gradient(135deg, rgba(36, 92, 66, 0.15) 0%, rgba(26, 61, 46, 0.35) 100%),
        url('../img/home/videos-highlight-bg.png') center / cover no-repeat;
}

.report-card__panel {
    position: relative;
    z-index: 2;
    width: min(62%, 420px);
    min-height: 230px;
    padding: 1.25rem 1.35rem 1.1rem;
    background: linear-gradient(160deg, #1a5c3a 0%, #245c42 52%, #1a3d2e 100%);
    clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.report-card--reverse .report-card__panel {
    margin-left: auto;
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
    text-align: left;
}

.report-card__label {
    margin: 0 0 0.45rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.report-card__panel h3 {
    margin: 0 0 0.55rem;
    font-family: var(--font-display);
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    line-height: 1.2;
    color: #fff;
}

.report-card__panel time {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.78);
}

.report-card__panel-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.report-card__logo {
    width: 46px;
    height: auto;
    opacity: 0.95;
    filter: brightness(0) invert(1);
}

.report-card__pdf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .annual-reports-grid {
        grid-template-columns: 1fr;
    }

    .report-card__panel,
    .report-card--reverse .report-card__panel {
        width: min(72%, 100%);
    }
}

@media (max-width: 560px) {
    .report-card__panel,
    .report-card--reverse .report-card__panel {
        width: 78%;
    }
}

.staff-page {
    min-width: 0;
}

/* Organogrami — strukturë vizuale */
.organogram-page {
    position: relative;
    min-width: 0;
    background: var(--white);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: clamp(1.75rem, 3vw, 2.75rem) clamp(1.5rem, 3vw, 2.5rem) 2.5rem;
    overflow: hidden;
}

.organogram-page::after {
    content: '';
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: min(42%, 220px);
    height: 120px;
    pointer-events: none;
    opacity: 0.45;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 100' fill='none'%3E%3Cpath stroke='%23c4b896' stroke-width='1.2' d='M20 80 Q50 50 80 65 T140 40 T190 55'/%3E%3Cpath stroke='%23c4b896' stroke-width='1' d='M150 70 L150 45 M145 50 h10'/%3E%3Ccircle cx='165' cy='38' r='6' stroke='%23c4b896' stroke-width='1'/%3E%3C/svg%3E") right top / contain no-repeat;
}

.organogram-page__head {
    position: relative;
    z-index: 1;
    max-width: 36rem;
    margin-bottom: 2rem;
}

.organogram-page__eyebrow {
    margin: 0 0 0.35rem;
    font-family: var(--font-display);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6b7c3a;
}

.organogram-page__title {
    margin: 0 0 0.65rem;
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 2.8vw, 2.25rem);
    font-weight: 700;
    color: var(--green-900);
    line-height: 1.15;
}

.organogram-page__subtitle {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--text-muted);
}

.organogram-chart {
    position: relative;
    z-index: 1;
}

.organogram-chart__leadership {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.organogram-chart__vline {
    display: block;
    width: 2px;
    height: 1.1rem;
    background: #2a6b4a;
}

.organogram-chart__lead {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: min(100%, 320px);
    padding: 0.85rem 1.15rem;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    box-shadow: 0 6px 18px rgba(26, 61, 46, 0.18);
}

.organogram-chart__lead--board {
    background: linear-gradient(135deg, #0f3d2e 0%, #1a4d3a 100%);
}

.organogram-chart__lead--director {
    background: linear-gradient(135deg, #256b47 0%, #2f8056 100%);
}

.organogram-chart__lead--coordinator {
    width: min(100%, 440px);
    background: linear-gradient(135deg, #6a7c38 0%, #8a9a4a 100%);
}

.organogram-chart__lead-icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    color: rgba(255, 255, 255, 0.95);
}

.organogram-chart__lead-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.organogram-chart__lead-label {
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.3;
}

.organogram-chart__departments-wrap {
    margin-top: 0.35rem;
}

.organogram-chart__departments-wrap::before {
    content: '';
    display: block;
    width: 2px;
    height: 1.15rem;
    margin: 0 auto;
    background: #2a6b4a;
}

.organogram-chart__branch {
    display: block;
    width: min(92%, 780px);
    height: 22px;
    margin: 0 auto;
    border: 2px solid #2a6b4a;
    border-bottom: none;
    border-radius: 14px 14px 0 0;
}

.organogram-chart__departments {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    width: min(92%, 780px);
    margin: 0 auto;
    padding-top: 0.15rem;
}

.organogram-chart__dept {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.15rem 0.85rem 1.25rem;
    background: var(--white);
    border: 1.5px solid #b8ccb8;
    border-radius: 12px;
    min-height: 148px;
}

.organogram-chart__dept::before {
    content: '';
    position: absolute;
    top: -1.15rem;
    left: 50%;
    width: 2px;
    height: 1.15rem;
    background: #2a6b4a;
    transform: translateX(-50%);
}

.organogram-chart__dept-role {
    margin: 0 0 0.5rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7c3a;
}

.organogram-chart__dept-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.55rem;
    color: var(--green-800);
}

.organogram-chart__dept-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.organogram-chart__dept-title {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
}

@media (max-width: 900px) {
    .organogram-chart__departments {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .organogram-chart__branch {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .organogram-chart__departments {
        grid-template-columns: 1fr;
    }

    .organogram-chart__branch {
        display: none;
    }

    .organogram-chart__dept::before {
        display: none;
    }
}

.directors-word-page {
    min-width: 0;
}

.directors-word {
    display: grid;
    grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
    background: var(--cream);
    border-radius: 18px;
    box-shadow: 0 14px 48px rgba(0, 52, 40, 0.1);
    overflow: hidden;
}

.directors-word__aside {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: clamp(1.75rem, 3vw, 2.75rem) clamp(1.5rem, 2.5vw, 2.25rem);
    color: #fff;
    background: linear-gradient(165deg, #004434 0%, #003328 55%, #002a22 100%);
    overflow: hidden;
}

.directors-word__aside::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(0, 52, 40, 0.92) 0%, rgba(0, 52, 40, 0.35) 45%, transparent 70%),
        url('../img/home/videos-highlight-bg.png') center bottom / cover no-repeat;
    opacity: 0.55;
    pointer-events: none;
}

.directors-word__aside > * {
    position: relative;
    z-index: 1;
}

.directors-word__eyebrow {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.directors-word__eyebrow-line {
    display: block;
    width: 2.75rem;
    height: 2px;
    margin: 0.65rem 0 1.5rem;
    background: #a5b054;
}

.directors-word__quote-mark {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(3.5rem, 8vw, 5.5rem);
    line-height: 0.85;
    color: #a5b054;
    margin-bottom: 0.35rem;
}

.directors-word__quote {
    margin: 0 0 2rem;
    padding: 0;
    border: none;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 600;
    line-height: 1.35;
    color: #fff;
}

.directors-word__signature {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-top: 1.5rem;
}

.directors-word__sig-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: contain;
    background: rgba(165, 176, 84, 0.25);
    padding: 6px;
}

.directors-word__sig-role {
    margin: 0 0 0.15rem;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}

.directors-word__sig-name {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    color: #a5b054;
    letter-spacing: 0.02em;
}

.directors-word__body {
    position: relative;
    padding: clamp(1.75rem, 3vw, 2.75rem) clamp(1.75rem, 3.5vw, 3.25rem);
    overflow: hidden;
    background: var(--cream);
}

.directors-word__body::after {
    content: '';
    position: absolute;
    right: -1rem;
    bottom: -1.5rem;
    width: min(220px, 42%);
    height: min(200px, 38%);
    background:
        radial-gradient(ellipse at 70% 80%, rgba(165, 176, 84, 0.22) 0%, transparent 65%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Cpath stroke='%23a5b054' stroke-width='1.2' opacity='.35' d='M20 90 Q40 50 60 70 T100 40'/%3E%3Cpath stroke='%23a5b054' stroke-width='1' opacity='.25' d='M35 95 Q55 60 75 75'/%3E%3Cellipse cx='88' cy='35' rx='8' ry='14' stroke='%23a5b054' stroke-width='1' opacity='.3' transform='rotate(-25 88 35)'/%3E%3C/svg%3E")
        right bottom / contain no-repeat;
    pointer-events: none;
}

.directors-word__label {
    margin: 0 0 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7c3a;
}

.directors-word__label::before {
    content: '';
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.4rem;
    vertical-align: -0.15em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%236b7c3a' stroke-width='1.4' d='M4 20 C8 8 16 4 20 4 C16 12 10 18 4 20Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.directors-word__title {
    margin: 0 0 1.35rem;
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 2.8vw, 2.15rem);
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

.directors-word__text {
    position: relative;
    z-index: 1;
    font-family: var(--font-display);
    font-size: clamp(0.95rem, 1.15vw, 1.02rem);
    line-height: 1.75;
    color: #1f2937;
}

.directors-word__text p {
    margin: 0 0 1.15rem;
    text-align: justify;
}

.directors-word__text p:first-child {
    padding-left: 1.15rem;
    border-left: 3px solid #a5b054;
    font-weight: 700;
}

.directors-word__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .directors-word {
        grid-template-columns: 1fr;
    }

    .directors-word__aside {
        min-height: auto;
    }

    .directors-word__quote {
        margin-bottom: 1.5rem;
    }
}

.staff-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.staff-card {
    position: relative;
    aspect-ratio: 3 / 4;
    border-radius: 22px;
    overflow: hidden;
    background: #dfe5e0;
    box-shadow: 0 10px 28px rgba(26, 61, 46, 0.12);
}

.staff-card img,
.staff-card__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.staff-card__placeholder {
    background: linear-gradient(160deg, #c8d5cc 0%, #9fb3a5 100%);
}

.staff-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: 1.35rem 1rem 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.34) 42%, transparent 100%);
    color: #fff;
    pointer-events: none;
}

.staff-card__overlay h3 {
    margin: 0 0 0.35rem;
    font-size: clamp(0.95rem, 1.5vw, 1.08rem);
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
}

.staff-card__overlay p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 900px) {
    .staff-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

.documents-list__head {
    display: grid;
    grid-template-columns: 1fr 160px 100px;
    gap: 1rem;
    padding: 0.85rem 1.25rem;
    background: var(--green-100);
    font-weight: 600;
    color: var(--green-800);
    border-bottom: 1px solid #e8eee9;
}
.documents-list__item {
    display: grid;
    grid-template-columns: 1fr 160px 100px;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eef2ef;
}
.documents-list__item:last-child { border-bottom: 0; }
.documents-list__item h3 {
    margin: 0;
    font-size: 1.05rem;
    color: var(--green-900);
}
.documents-list__date-mobile { display: none; color: var(--text-muted); font-size: 0.9rem; }
.documents-list__col--download a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: var(--green-700);
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
}
.documents-list__col--download a:hover { background: var(--green-800); }
.documents-list__head--desktop { display: grid; }
@media (max-width: 768px) {
    .documents-list__head--desktop { display: none; }
    .documents-list__item {
        grid-template-columns: 1fr auto;
    }
    .documents-list__col--date { display: none; }
    .documents-list__date-mobile { display: block; margin-top: 0.35rem; }
}

.prose img:not(.prose-cover__image) { max-width: 100%; height: auto; border-radius: 8px; margin: 1rem 0; }

.article-page .prose img.prose-cover__image {
    width: 100%;
    max-width: 100%;
    height: clamp(350px, 13vw, 266px);
    max-height: 400px;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
}

.article-page .prose figure {
    margin: 1.25rem 0;
}

.article-page .prose > div[style*="overflow: overlay"],
.article-page .prose div[style*="overflow: overlay"] {
    overflow: visible;
    clear: both;
}

.prose .article-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}
.prose .article-gallery img { margin: 0; width: 100%; }
.prose a { word-break: break-word; }

.prose .text-html-content,
.prose .donors-page-content {
    overflow: hidden;
}

.prose .text-html-content > div,
.prose .donors-page-content > div {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.prose .donators {
    float: left;
    margin: 0 1.25rem 1rem 0;
    max-width: 320px;
}

.prose .donators img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0;
}

.prose .donatorslist {
    margin-left: 0;
    padding-left: 1.25rem;
}

.prose > div[style*="float: left"],
.prose div[style*="float: left"] {
    float: left;
    margin: 0 1.25rem 1rem 0;
    max-width: 320px;
}

.prose > div[style*="float: left"] img,
.prose div[style*="float: left"] img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0;
}

.prose > div[style*="overflow: overlay"],
.prose div[style*="overflow: overlay"] {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.prose hr {
    clear: both;
    border: 0;
    border-top: 1px solid #d1d5db;
    margin: 2rem 0;
}

.prose .organogram-tree,
.prose .organogram-tree ul {
    list-style: none;
    margin: 0.75rem 0 0.75rem 1.25rem;
    padding: 0;
}

.prose .organogram-node > .org-border,
.prose .organogram-node > a.org-border {
    display: inline-block;
    padding: 0.45rem 0.85rem;
    border: 1px solid #c5d9c5;
    border-radius: var(--radius, 6px);
    background: var(--green-100, #f0f7f0);
    font-weight: 600;
}

.prose .organogram-node > a.org-border {
    text-decoration: none;
    color: inherit;
}

.prose .organogram-node > a.org-border:hover {
    background: var(--green-200, #dcefdc);
}

.article-attachments { margin-top: 1.5rem; padding: 1rem; background: var(--green-100); border-radius: var(--radius); }
.article-attachments ul { margin: 0.5rem 0 0; padding-left: 1.25rem; }

@media (max-width: 900px) {
    body {
        padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
    }

    .page-inner {
        --inner-header-height: 8.25rem;
    }

    .site-header--home {
        position: fixed;
        margin-bottom: 0;
    }

    .page-home .home-hero-content {
        padding-top: 6.5rem;
        padding-bottom: 7rem;
        min-height: clamp(480px, 78vh, 640px);
    }
    .page-home .home-hero {
        min-height: clamp(480px, 78vh, 640px);
    }
    .page-home .home-hero-dots {
        bottom: 6rem;
    }

    .header-top-bar .top-contact {
        display: none;
    }

    .header-nav-card {
        padding: 0.65rem 0.85rem;
    }

    .main-nav {
        flex: 0;
    }

    .lang-switch a {
        color: #94a3b8;
    }
    .lang-switch a + a::before {
        color: #cbd5e1;
    }
    .lang-switch a.active {
        color: var(--green-700);
    }
    .lang-switch a:hover {
        color: var(--green-800);
    }
    .top-contact__link {
        color: #64748b;
        font-size: 0.72rem;
    }
    .top-contact__link:hover {
        color: var(--green-700);
    }

    .hero-inner, .content-layout, .contact-grid, .contact-page__grid { grid-template-columns: 1fr; }
    .contact-page {
        padding-bottom: 0;
    }
    .contact-page__field-bg {
        height: clamp(150px, 36vw, 240px);
        margin-top: 2.5rem;
    }
    .contact-page__list {
        padding: 2.25rem 1.5rem;
    }
    .contact-page__row { grid-template-columns: 1fr; }
    .contact-page__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .contact-page__submit {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
    }
    .form-row { grid-template-columns: 1fr; }
    .hero-slide {
        grid-template-columns: 1fr;
        grid-template-rows: auto 218px;
    }
    .hero-slide-content {
        padding: 1.25rem 1.25rem 2.25rem;
        order: 2;
    }
    .hero-slide-media { order: 1; min-height: 218px; }
    .hero-slide-media img, .hero-slide-placeholder { min-height: 218px; }
    .hero-slider-shell { flex-direction: column; gap: 0.5rem; }
    .hero-slider-highlights {
        flex: none;
        width: 100%;
        min-height: 0;
        flex-direction: row;
        gap: 0.75rem;
        padding: 0.85rem 1rem;
    }
    .hero-slider-highlights__count { font-size: 1.65rem; }
    .hero-slider-highlights__label {
        max-width: none;
        font-size: 0.8rem;
        text-align: left;
    }
    .hero-slider, .hero-slider-track { min-height: auto; }
    .home-hero-content { padding: calc(7rem + 1rem) 0 3rem; min-height: 360px; }
    body.has-home-hero .site-header--over-hero .main-nav.open {
        background: transparent;
        box-shadow: none;
    }
    body.nav-open .header-nav-card .brand {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .nav-dropdown > button .nav-chevron {
        display: none;
    }

    .top-bar-inner {
        flex-wrap: nowrap;
        gap: 0.5rem;
        padding: 0.4rem 0;
    }
    .top-social {
        display: none;
    }
    .top-contact__link {
        font-size: 0.68rem;
    }
    body.nav-open.has-home-hero .site-header--over-hero .top-bar {
        background: white;
    }
    body.nav-open .site-header {
        background: transparent;
        box-shadow: none;
    }

    .brand-text {
        display: none;
    }
    .brand-logo {
        height: 56px;
        width: auto;
    }

    .header-nav-card {
        display: flex;
        position: relative;
        flex-wrap: nowrap;
        gap: 0.75rem;
        z-index: 115;
    }
    .header-nav-card .brand {
        flex: 1;
        min-width: 0;
    }

    .nav-toggle {
        display: flex;
        position: relative;
        z-index: 120;
        background: var(--green-700);
        border-radius: 50%;
        width: 46px;
        height: 46px;
        box-shadow: 0 4px 14px rgba(45, 122, 84, 0.35);
    }
    .nav-toggle span {
        background: white;
        width: 18px;
    }
    .nav-toggle:hover,
    .nav-toggle:focus-visible {
        background: var(--green-800);
    }
    body.has-home-hero .site-header--over-hero .nav-toggle {
        background: var(--green-700);
    }
    body.has-home-hero .site-header--over-hero .nav-toggle span {
        background: white;
    }

    .home-hero-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .home-hero-cta,
    .home-hero-cta-secondary {
        justify-content: center;
        width: 100%;
    }
    .home-hero-content {
        max-width: none;
        padding-bottom: 2.5rem;
    }

    .mobile-bottom-nav {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 120;
        background: white;
        border-top: 1px solid #e8eee9;
        padding: 0.35rem 0 calc(0.35rem + env(safe-area-inset-bottom, 0px));
        box-shadow: 0 -4px 20px rgba(26, 61, 46, 0.08);
    }
    .mobile-bottom-nav__item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.2rem;
        padding: 0.35rem 0.15rem;
        border: none;
        background: none;
        color: #94a3b8;
        font: inherit;
        font-size: 0.58rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        text-align: center;
        cursor: pointer;
        position: relative;
    }
    .mobile-bottom-nav__item.is-active {
        color: var(--green-700);
    }
    .mobile-bottom-nav__chevron {
        position: absolute;
        top: 0.15rem;
        right: calc(50% - 1.4rem);
    }

    .mobile-about-sheet {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 130;
        pointer-events: none;
    }
    .mobile-about-sheet[hidden] {
        display: none;
    }
    .mobile-about-sheet.is-open {
        pointer-events: auto;
    }
    .mobile-about-sheet__backdrop {
        position: absolute;
        inset: 0;
        background: rgba(8, 24, 16, 0.4);
        opacity: 0;
        transition: opacity 0.25s ease;
    }
    .mobile-about-sheet.is-open .mobile-about-sheet__backdrop {
        opacity: 1;
    }
    .mobile-about-sheet__panel {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: white;
        border-radius: 16px 16px 0 0;
        padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
        transform: translateY(100%);
        transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .mobile-about-sheet.is-open .mobile-about-sheet__panel {
        transform: translateY(0);
    }
    .mobile-about-sheet__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1.25rem;
        border-bottom: 1px solid #eef2ef;
    }
    .mobile-about-sheet__head strong {
        color: var(--green-900);
        font-size: 1rem;
    }
    .mobile-about-sheet__head button {
        border: none;
        background: none;
        font-size: 1.75rem;
        line-height: 1;
        color: var(--green-700);
        cursor: pointer;
    }
    .mobile-about-sheet__links {
        display: grid;
        padding: 0.5rem 0;
    }
    .mobile-about-sheet__links a {
        padding: 0.85rem 1.25rem;
        color: var(--text);
        font-weight: 500;
        border-bottom: 1px solid #f1f5f2;
    }
    .mobile-about-sheet__links a:hover {
        background: var(--green-100);
        color: var(--green-800);
    }

    body.nav-open .mobile-bottom-nav {
        opacity: 0;
        pointer-events: none;
    }

    .mobile-nav-panel,
    .mobile-nav-body {
        display: flex;
        flex-direction: column;
    }
    .mobile-nav-panel {
        position: relative;
    }
    .mobile-nav-close {
        display: grid;
        place-items: center;
        position: absolute;
        top: 0.65rem;
        right: 0.65rem;
        z-index: 2;
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 8px;
        background: transparent;
        color: var(--green-700);
        font-size: 1.75rem;
        line-height: 1;
        cursor: pointer;
    }

    .main-nav {
        display: none;
        position: fixed;
        top: calc(7.25rem + env(safe-area-inset-top, 0px));
        right: 4%;
        left: 4%;
        bottom: auto;
        width: auto;
        max-height: calc(100vh - 7rem - env(safe-area-inset-top, 0px));
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0;
        background: transparent;
        box-shadow: none;
        border-top: none;
        overflow: visible;
        z-index: 110;
    }
    .main-nav.open {
        display: flex;
        pointer-events: auto;
        z-index: 125;
    }

    .mobile-nav-panel {
        background: white;
        border-radius: 14px;
        box-shadow: 0 16px 48px rgba(15, 35, 24, 0.18);
        overflow: hidden;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .mobile-nav-body {
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 2.75rem 0.85rem 1rem;
        max-height: calc(100vh - 9rem - env(safe-area-inset-top, 0px));
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .mobile-nav-body > .nav-dropdown {
        width: 100%;
    }

    .mobile-nav-body > a,
    .mobile-nav-body > .nav-dropdown > button {
        width: 100%;
        text-align: left;
        padding: 0.85rem 1rem;
        border-radius: 10px;
        font-size: 0.9rem;
        border: 2px solid #d8e8de;
        margin-bottom: 0.55rem;
        background: white;
        color: var(--green-800);
        text-transform: uppercase;
        letter-spacing: 0.04em;
        display: flex;
        align-items: center;
        gap: 0.55rem;
    }
    .mobile-nav-body > a.is-active,
    .mobile-nav-body > a.nav-link-home.is-active {
        border-color: var(--green-700);
        color: var(--green-800);
        background: #f4fbf7;
    }
    .mobile-nav-body > a.nav-cta {
        margin: 0.25rem 0 0;
        width: 100%;
        text-align: center;
        justify-content: center;
        border-color: var(--green-cta);
        background: var(--green-cta);
        color: white !important;
    }
    .mobile-nav-body > a.nav-cta:hover {
        background: var(--green-cta-hover) !important;
        border-color: var(--green-cta-hover);
    }

    .mobile-nav-body > .nav-dropdown > button {
        justify-content: space-between;
    }
    .mobile-nav-body > .nav-dropdown > button::after {
        content: '';
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        transition: transform 0.25s ease;
        flex-shrink: 0;
        opacity: 0.55;
    }
    .mobile-nav-body .nav-dropdown.open > button {
        border-color: #d8e8de;
        background: white;
        color: var(--green-700);
    }
    .mobile-nav-body .nav-dropdown.open > button::after {
        transform: rotate(-135deg);
    }

    .mobile-nav-body .nav-dropdown-menu {
        position: static;
        display: none !important;
        box-shadow: none;
        border: none;
        padding: 0 0 0.35rem;
        min-width: 0;
        overflow: visible;
        background: transparent;
    }
    .mobile-nav-body .nav-dropdown:hover .nav-dropdown-menu {
        display: none !important;
    }
    .mobile-nav-body .nav-dropdown.open > .nav-dropdown-menu {
        display: block !important;
    }
    .mobile-nav-body .nav-dropdown-menu a {
        padding: 0.65rem 0.85rem 0.65rem 1.25rem;
        font-size: 0.86rem;
        border-radius: 8px;
        border: none;
        margin-bottom: 0.15rem;
        text-transform: none;
        letter-spacing: normal;
        font-weight: 500;
    }
    .mobile-nav-body .nav-dropdown-menu a:hover {
        background: var(--green-100);
    }

    .mobile-nav-body .nav-dropdown-wide .nav-mega {
        min-width: 0;
        padding: 0;
    }
    .mobile-nav-body .nav-mega-group {
        margin: 0 0 0.35rem;
        padding: 0;
        border-bottom: none;
    }
    .mobile-nav-body .nav-mega-group strong {
        padding: 0.35rem 0.85rem 0.15rem 1.25rem;
        margin: 0;
        font-size: 0.72rem;
        color: var(--accent-orange);
    }

    .mobile-nav-body .nav-mega-group strong a {
        color: var(--accent-orange);
    }
    .mobile-nav-body .nav-mega-group a:not(.nav-mega-link) {
        padding-left: 1.25rem;
    }

    .mobile-nav-body .nav-mega-link {
        display: flex;
        gap: 0.75rem;
        padding: 0.55rem 0.85rem 0.55rem 1.25rem;
        border-bottom: none;
        border-radius: 8px;
        margin-bottom: 0.15rem;
    }

    .mobile-nav-body .nav-mega-link:hover {
        background: var(--green-100);
    }

    .mobile-nav-body .nav-mega-link__icon {
        width: 1.75rem;
        height: 1.75rem;
        margin-top: 0;
    }

    .mobile-nav-body .nav-mega-link__title {
        font-size: 0.86rem;
        font-weight: 600;
    }

    .mobile-nav-body .nav-mega-link__desc {
        font-size: 0.78rem;
    }

    .mobile-nav-body .nav-mega-card {
        display: flex;
        gap: 0.75rem;
        padding: 0.35rem 0.85rem 0.65rem 1.25rem;
        color: inherit;
        text-decoration: none;
    }

    .mobile-nav-body .nav-mega-card__icon {
        width: 1.75rem;
        height: 1.75rem;
        margin-top: 0;
    }

    .mobile-nav-body .nav-mega-card:hover {
        background: var(--green-100);
    }

    .mobile-nav-body .nav-mega-card__title {
        font-size: 0.86rem;
        text-transform: none;
        letter-spacing: normal;
        font-weight: 600;
    }

    .mobile-nav-body .nav-mega-card__desc {
        font-size: 0.8rem;
        margin-top: 0.2rem;
    }

    .nav-backdrop {
        background: rgba(8, 24, 16, 0.35);
    }

    .home-hero-youtube iframe { width: 400%; height: 400%; }
    .home-hero-arrow { opacity: 1; width: 36px; height: 36px; }
    .hero-slider-controls { right: 1.25rem; left: auto; bottom: 1rem; }
    .hero-slider-arrow { opacity: 1; width: 36px; height: 36px; }
}

/* Entrance animations (WFO / Avada-style) */
@media (prefers-reduced-motion: no-preference) {
    [data-animate] {
        opacity: 0;
        will-change: opacity, transform;
    }

    [data-animate].is-animated {
        animation-fill-mode: both;
        animation-duration: var(--animate-duration, 1s);
        animation-delay: var(--animate-delay, 0s);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    [data-animate="fade-in"].is-animated {
        animation-name: iadk-fade-in;
    }

    [data-animate="fade-in-left"].is-animated {
        animation-name: iadk-fade-in-left;
    }

    [data-animate="fade-in-up"].is-animated {
        animation-name: iadk-fade-in-up;
    }

    [data-animate="flip-in-y"].is-animated {
        animation-name: iadk-flip-in-y;
        animation-timing-function: ease-in;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-animate] {
        opacity: 1;
    }
}

@keyframes iadk-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes iadk-fade-in-left {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iadk-fade-in-up {
    from {
        opacity: 0;
        transform: translate3d(0, 36px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iadk-flip-in-y {
    from {
        opacity: 0;
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        opacity: 1;
        transform: perspective(400px);
    }
}

/* Current / realized projects — livestock-edu style feed */
.project-feed {
    display: grid;
    gap: 0;
    margin-top: 0;
}

.project-feed-item {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 1.25rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e7eb;
    align-items: start;
}

.project-feed-item:first-child {
    padding-top: 0;
}

.project-feed-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.project-feed-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8rem;
    padding: 0.75rem;
    border-radius: var(--radius);
    background: var(--green-100);
}

.project-feed-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.project-feed-media img {
    max-width: 100%;
    max-height: 6.5rem;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.project-feed-body h3 {
    margin: 0 0 0.65rem;
    font-size: 1.15rem;
    line-height: 1.35;
    color: var(--green-800);
}

.project-feed-status {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.5rem;
    font-size: 0.78rem;
    font-weight: 600;
}

.project-feed-status__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
}

.project-feed-status--ongoing {
    color: var(--green-800);
}

.project-feed-status--ongoing .project-feed-status__icon {
    color: #fff;
    background: var(--green-800);
}

.project-feed-status--completed {
    color: #c27e3a;
}

.project-feed-status--completed .project-feed-status__icon {
    color: #fff;
    background: var(--accent-orange);
}

.project-feed-dates {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.25rem;
    margin-bottom: 0.75rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #c27e3a;
}

.project-feed-body p {
    margin: 0 0 1rem;
    color: var(--text-muted);
}

@media (max-width: 700px) {
    .project-feed-item {
        grid-template-columns: 1fr;
    }

    .project-feed-media {
        min-height: 6rem;
    }
}
