:root {
    --header-height: 94px;
}

@font-face {
    font-family: "More Sugar Edited";
    src: url("../assets/tjc/fonts/more-sugar-edited-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/filament/filament/inter/inter-latin-ext-wght-normal-ZIT2UBIY.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --ink: #1b1b1b;
    --muted: #65717b;
    --paper: #fef6f2;
    --white: #fff;
    --green: #00cc53;
    --green-dark: #008d43;
    --blue: #72b1dc;
    --purple: #7735f6;
    --orange: #eb4f27;
    --line: rgba(27, 27, 27, .13);
    --shadow: 0 22px 70px rgba(27, 27, 27, .12);
    --radius: 2rem;
    --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Raleway", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img, video { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid #0067d8; outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); margin-bottom: 2rem; }
h2 { font-size: clamp(2.6rem, 5.7vw, 5rem); margin-bottom: 1.3rem; }
h3 { font-size: clamp(2rem, 3.5vw, 3.3rem); margin-bottom: 1.25rem; }

.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: clamp(5rem, 10vw, 9rem) 0; }
.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;
}
.skip-link {
    position: fixed;
    z-index: 1000;
    top: 1rem;
    left: 1rem;
    padding: .75rem 1rem;
    border-radius: 999px;
    background: var(--ink);
    color: var(--white);
    transform: translateY(-180%);
}
.skip-link:focus { transform: none; }

.eyebrow {
    margin-bottom: .8rem;
    color: var(--green-dark);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.eyebrow.light { color: rgba(255, 255, 255, .72); }

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    background: rgba(254, 246, 242, .9);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
    transition: box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled {
    border-color: var(--line);
    box-shadow: 0 12px 28px rgba(27, 27, 27, .05);
}
.header-inner {
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.brand { width: 180px; flex: 0 0 auto; }
.brand img { max-height: 62px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.site-header[data-home-header] .header-inner { position: relative; }
.site-header[data-home-header] .brand {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-1rem) scale(.94);
    transform-origin: left center;
    transition:
        opacity .42s cubic-bezier(.22, 1, .36, 1),
        transform .42s cubic-bezier(.22, 1, .36, 1),
        visibility 0s linear .42s;
}
.site-header[data-home-header].has-compact-brand .brand {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
}
@media (min-width: 941px) {
    .site-header[data-home-header] .header-inner {
        justify-content: flex-end;
    }
    .site-header[data-home-header] .primary-nav {
        position: absolute;
        left: 50%;
        width: max-content;
        transform: translateX(-50%);
        transition:
            left .48s cubic-bezier(.22, 1, .36, 1),
            transform .48s cubic-bezier(.22, 1, .36, 1);
        will-change: left, transform;
    }
    .site-header[data-home-header].has-compact-brand .primary-nav {
        left: 100%;
        transform: translateX(-100%);
    }
}
.primary-nav > a,
.nav-dropdown > button {
    position: relative;
    padding: .55rem 0;
    border: 0;
    background: transparent;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
}
.primary-nav > a::after,
.nav-dropdown > button::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: .2rem;
    left: 0;
    height: 3px;
    border-radius: 3px;
    background: var(--green);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}
.primary-nav > a:hover::after,
.primary-nav > a:focus-visible::after,
.primary-nav > a.is-active::after,
.nav-dropdown > button:hover::after { transform: scaleX(1); }
.nav-dropdown { position: relative; }
.dropdown-panel {
    position: absolute;
    top: calc(100% + 1.2rem);
    left: 50%;
    width: min(840px, 80vw);
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .75rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 1.4rem;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, .6rem);
    transition: .2s ease;
}
.nav-dropdown:hover .dropdown-panel,
.nav-dropdown:focus-within .dropdown-panel,
.nav-dropdown.is-open .dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}
.dropdown-panel a {
    padding: .7rem;
    border-radius: 1rem;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.25;
    transition: background .2s ease, transform .2s ease;
}
.dropdown-panel a:hover { background: var(--paper); transform: translateY(-2px); }
.dropdown-panel img {
    height: 90px;
    margin-bottom: .65rem;
    object-fit: contain;
}
.information-panel {
    right: 0;
    left: auto;
    width: min(360px, 80vw);
    grid-template-columns: minmax(0, 1fr);
    transform: translateY(.6rem);
    transform-origin: top right;
}
.nav-dropdown:hover .information-panel,
.nav-dropdown:focus-within .information-panel,
.nav-dropdown.is-open .information-panel { transform: none; }
.information-panel a { display: grid; gap: .35rem; }
.information-panel strong { font-size: .9rem; }
.information-panel span { color: var(--muted); font-size: .72rem; font-weight: 500; }
.nav-search-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.nav-search-link svg { width: 1.35rem; height: 1.35rem; }
.nav-search-label { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.menu-toggle { display: none; }

.goals-section {
    height: calc(100svh - var(--header-height));
    min-height: 600px;
    padding-block: clamp(1.75rem, 4.5vh, 3.5rem);
    overflow: hidden;
}
.goals-grid {
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 5rem);
}
.goals-art { position: relative; }
.goals-art::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 9% 5% 2%;
    border-radius: 47% 53% 38% 62% / 56% 34% 66% 44%;
    background: #d9f8e4;
    transform: rotate(-6deg);
}
.goals-art img {
    max-height: min(660px, 74vh);
    object-fit: contain;
    transform: scale(1.08);
}
.goals-copy h1 {
    max-width: none;
    margin-bottom: clamp(1.1rem, 2.6vh, 2rem);
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(2.25rem, 3vw, 3.05rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}
.goals-richtext ul { margin: 0; padding: 0; list-style: none; }
.goals-richtext li {
    position: relative;
    margin: 0;
    padding: 1rem 0 1rem 2.2rem;
    border-top: 1px solid var(--line);
    font-size: clamp(1.03rem, 1.5vw, 1.25rem);
    font-weight: 600;
    line-height: 1.4;
}
.goals-richtext li:last-child { border-bottom: 1px solid var(--line); }
.goals-richtext li::before {
    content: "";
    position: absolute;
    top: 1.45rem;
    left: .2rem;
    width: .9rem;
    height: .9rem;
    border: 3px solid var(--green);
    border-radius: 50% 42% 55% 46%;
}

.video-ribbon {
    position: relative;
    width: 100%;
    aspect-ratio: 64 / 21;
    overflow: hidden;
    background: #f2f0ef;
}
.video-ribbon-loop {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f2f0ef;
}
.video-mosaic {
    height: 100%;
    width: max-content;
    display: flex;
    gap: var(--video-gap);
    will-change: transform;
    animation: video-marquee var(--marquee-duration, 36s) linear infinite;
}
.video-mosaic-set {
    height: 100%;
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-auto-columns: clamp(245px, 24vw, 360px);
    grid-auto-flow: column;
    gap: var(--video-gap);
}
.video-tile {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: clamp(.8rem, 2vw, 2rem);
    background: #d9d9d9;
}
.video-tile video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes video-marquee {
    to { transform: translateX(calc(-50% - (var(--video-gap) / 2))); }
}
.video-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: var(--white);
    background: transparent;
    font-size: clamp(2.8rem, 10vw, 9rem);
    font-weight: 900;
    letter-spacing: -.07em;
    text-align: center;
    text-shadow: 0 8px 40px rgba(0, 0, 0, .2);
}

.director-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    color: var(--ink);
    background: var(--paper);
}
.director-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    align-items: end;
    gap: clamp(2.5rem, 6vw, 6rem);
}
.director-photo { align-self: end; }
.director-photo img {
    width: 112%;
    max-width: none;
    max-height: 680px;
    margin-left: -12%;
    object-fit: contain;
    object-position: bottom center;
}
.director-copy { max-width: 650px; padding-bottom: 2rem; }
.director-copy h2 {
    margin-bottom: 1.2rem;
    color: var(--green);
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(2.8rem, 4.15vw, 4.4rem);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: 0;
    text-wrap: balance;
    overflow-wrap: break-word;
}
.director-description {
    margin-bottom: 0;
    font-size: clamp(1.03rem, 1.45vw, 1.22rem);
    line-height: 1.68;
}
.director-description > :first-child { margin-top: 0; }
.director-description > :last-child { margin-bottom: 0; }
.contact-pills { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .7rem; }
.contact-pills a {
    padding: .65rem 1rem;
    border: 1px solid rgba(0, 141, 67, .35);
    border-radius: 999px;
    color: var(--green-dark);
    background: rgba(0, 204, 83, .06);
    font-weight: 700;
    transition: background .2s, color .2s;
}
.contact-pills a:hover { color: var(--white); background: var(--green-dark); }

.anniversary-section {
    min-height: clamp(460px, 52vw, 700px);
    padding: clamp(3rem, 8vw, 7rem) 20px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--white);
}
.anniversary-animation {
    width: min(1050px, 100%);
    aspect-ratio: 3 / 1;
}
.anniversary-animation svg { display: block; width: 100%; height: 100%; }

.departments-section { background: var(--white); }
.section-heading { max-width: 760px; margin-bottom: clamp(3rem, 7vw, 6rem); }
.section-heading > p:last-child { max-width: 610px; color: var(--muted); font-size: 1.12rem; }
.department-list { display: grid; gap: clamp(3.5rem, 8vw, 8rem); }
.department-card { display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.department-card:nth-child(even) .department-image { order: 2; }
.department-image { min-width: 0; }
.department-image img {
    width: 100%;
    max-height: 650px;
    object-fit: contain;
}
.department-copy h3 {
    padding-block: .12em .32em;
    overflow: visible;
    color: transparent;
    background-image: linear-gradient(128deg, #895df5, #2537f5);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(2.45rem, 4.2vw, 3.65rem);
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
}
.department-copy .eyebrow {
    margin-bottom: .35rem;
    color: #666;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
.department-card:nth-child(2) .department-copy h3 { background-image: linear-gradient(128deg, #fad126, #ff544f); }
.department-card:nth-child(3) .department-copy h3 { background-image: linear-gradient(128deg, #00d858, #008d43); }
.department-card:nth-child(4) .department-copy h3 { background-image: linear-gradient(128deg, #0c84ff, #38439e); }
.department-card-volunteer .department-copy h3 { background-image: linear-gradient(128deg, #4ae8f2, #274af3); }
.department-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 1.08rem; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; margin-top: .7rem; color: var(--green-dark); font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(.35rem); }

.gallery-section {
    position: relative;
    overflow: hidden;
    padding-top: clamp(13rem, 18vw, 16rem);
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 72%, rgba(114, 177, 220, .18) 0 9rem, transparent 9.1rem),
        radial-gradient(circle at 94% 38%, rgba(255, 218, 70, .24) 0 7rem, transparent 7.1rem),
        var(--paper);
}
.gallery-binding {
    position: absolute;
    top: clamp(6.5rem, 8vw, 7.5rem);
    left: 50%;
    width: min(720px, 72vw);
    padding: .25rem 0;
    transform: translateX(-50%);
}
.gallery-binding::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -100vw;
    left: -100vw;
    height: 18px;
    background: rgba(255, 255, 255, .7);
    transform: translateY(-50%);
}
.gallery-binding img { width: 100%; }
.row-heading {
    max-width: 900px;
    margin-inline: auto;
    margin-bottom: clamp(3.5rem, 8vw, 6rem);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: .8rem;
    text-align: center;
}
.gallery-section .row-heading .eyebrow {
    margin-bottom: 0;
    color: var(--orange);
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
.gallery-section .row-heading h2 {
    margin-bottom: .6rem;
    color: #6550ff;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(3.5rem, 7.8vw, 7rem);
    font-weight: 400;
    line-height: .92;
    letter-spacing: 0;
}
.gallery-button {
    display: inline-flex;
    align-items: center;
    gap: .9rem;
    padding: .75rem 1.35rem .8rem 1rem;
    border-radius: 999px;
    color: var(--white);
    background: var(--orange);
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(235, 79, 39, .22);
    transition: transform .2s ease, box-shadow .2s ease;
}
.gallery-button span {
    color: var(--blue);
    font-size: 2.2rem;
    line-height: .5;
    transform: rotate(10deg);
}
.gallery-button:hover { transform: translateY(-3px) rotate(-1deg); box-shadow: 0 17px 34px rgba(235, 79, 39, .28); }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .75rem 1.2rem;
    border: 2px solid var(--ink);
    border-radius: 999px;
    background: var(--ink);
    color: var(--white);
    font-size: .9rem;
    font-weight: 800;
    transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(27, 27, 27, .18); }
.button-light { border-color: var(--white); background: transparent; }
.button-light:hover { color: var(--purple); background: var(--white); }
.gallery-grid { position: relative; height: clamp(650px, 72vw, 880px); }
.gallery-item {
    position: absolute;
    z-index: 1;
    margin: 0;
    padding: clamp(.45rem, 1vw, .7rem);
    overflow: visible;
    border-radius: clamp(1.2rem, 2.2vw, 2rem);
    background: var(--white);
    box-shadow: 0 22px 55px rgba(27, 27, 27, .18);
    transition: transform .3s ease, box-shadow .3s ease;
}
.gallery-item::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -.65rem;
    left: 50%;
    width: clamp(3.2rem, 7vw, 5rem);
    height: 1.35rem;
    border-radius: .2rem;
    background: rgba(255, 218, 70, .82);
    box-shadow: 0 2px 5px rgba(27, 27, 27, .08);
    transform: translateX(-50%) rotate(-3deg);
}
.gallery-item:nth-child(even)::before { background: rgba(114, 177, 220, .74); transform: translateX(-50%) rotate(4deg); }
.gallery-item img {
    height: 100%;
    border-radius: calc(clamp(1.2rem, 2.2vw, 2rem) - .4rem);
    object-fit: cover;
    transition: transform .45s ease;
}
.gallery-item:hover { z-index: 5; box-shadow: 0 30px 70px rgba(27, 27, 27, .23); }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item-1 { top: 8%; left: 1%; width: 36%; height: 52%; transform: rotate(-4deg); }
.gallery-item-2 { top: 0; left: 36%; width: 29%; height: 38%; transform: rotate(2.5deg); }
.gallery-item-3 { top: 10%; right: 0; width: 36%; height: 51%; transform: rotate(4deg); }
.gallery-item-4 { bottom: 1%; left: 18%; width: 34%; height: 40%; transform: rotate(3deg); }
.gallery-item-5 { right: 17%; bottom: 0; width: 34%; height: 38%; transform: rotate(-3.5deg); }
.gallery-item-1:hover { transform: rotate(-2deg) translateY(-6px); }
.gallery-item-2:hover { transform: rotate(1deg) translateY(-6px); }
.gallery-item-3:hover { transform: rotate(2deg) translateY(-6px); }
.gallery-item-4:hover { transform: rotate(1.5deg) translateY(-6px); }
.gallery-item-5:hover { transform: rotate(-1.5deg) translateY(-6px); }

.faq-section { overflow: hidden; background: var(--paper); }
.faq-grid {
    display: grid;
    grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
    align-items: start;
    gap: clamp(2.5rem, 6vw, 6rem);
}
.faq-intro { position: sticky; top: 140px; padding-top: clamp(1rem, 4vw, 4rem); }
.faq-intro h2 {
    margin-bottom: 1.5rem;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(2.25rem, 4.2vw, 3.2rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0;
}
.faq-intro h2 span { color: var(--blue); }
.faq-contact-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .35rem .65rem;
    color: #979797;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
}
.faq-contact-line a { color: var(--blue); font-weight: 800; }
.faq-contact-line a span { display: inline-block; color: var(--orange); font-size: 1.7em; line-height: 0; transform: translateY(.12em); transition: transform .2s ease; }
.faq-contact-line a:hover span { transform: translate(.25rem, .12em); }
.faq-list {
    column-count: 2;
    column-gap: clamp(1rem, 2vw, 1.5rem);
}
.faq-card {
    width: 100%;
    margin: 0 0 clamp(1rem, 2vw, 1.5rem);
    padding: clamp(1.7rem, 3.5vw, 2.8rem);
    display: inline-block;
    overflow: hidden;
    break-inside: avoid;
    page-break-inside: avoid;
    background: var(--white);
    border: 2px dashed rgba(27, 27, 27, .42);
    border-radius: clamp(1.8rem, 3vw, 2.8rem);
    vertical-align: top;
}
.faq-card h3 {
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(1.25rem, 1.8vw, 1.55rem);
    font-weight: 400;
    line-height: 1.16;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 1120px) {
    .faq-grid { grid-template-columns: minmax(0, 1fr); gap: 3rem; }
    .faq-intro { position: static; max-width: 760px; padding-top: 0; }
    .faq-intro h2 { max-width: 17ch; font-size: clamp(2.25rem, 4.2vw, 3rem); }
}
.faq-answer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: .75rem;
    color: #333;
}
.faq-quote {
    color: var(--blue);
    font-family: Georgia, serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: .85;
}
.faq-answer-text {
    font-size: clamp(1rem, 1.45vw, 1.18rem);
    line-height: 1.7;
    overflow-wrap: anywhere;
}
.faq-answer-text > :first-child { margin-top: 0; }
.faq-answer-text > :last-child { margin-bottom: 0; }

.site-footer { padding: clamp(4rem, 8vw, 7rem) 0 1.5rem; color: var(--white); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.footer-grid h2 { margin-bottom: 0; }
.footer-contacts { display: grid; gap: .7rem; align-content: start; }
.footer-contacts a { width: fit-content; font-size: 1.18rem; font-weight: 800; }
.footer-contacts p { margin-bottom: .2rem; color: rgba(255, 255, 255, .7); white-space: normal; }
.footer-bottom { margin-top: 4rem; padding-top: 1.4rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .55); font-size: .8rem; }
.footer-bottom a:hover { color: var(--white); }
.footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem 1rem; }

/* Viešoji informacija, naujienos ir paieška */
.public-content-hero { padding: clamp(5rem, 10vw, 9rem) 0 clamp(3.5rem, 7vw, 6rem); background: linear-gradient(135deg, #fff8f4, #f1ecff); }
.compact-hero { padding-block: clamp(3.5rem, 7vw, 6rem); }
.public-content-heading { max-width: 940px; }
.public-content-heading h1 { max-width: 14ch; margin-bottom: 1.25rem; font-family: "More Sugar Edited", "Raleway", sans-serif; font-weight: 400; letter-spacing: 0; }
.public-content-lead { max-width: 760px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.4rem); }
.content-dates { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; color: var(--muted); font-size: .88rem; }
.public-content-layout { padding-block: clamp(4rem, 8vw, 8rem); display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 1fr); align-items: start; gap: clamp(3rem, 7vw, 7rem); }
.public-content-layout:has(.prose:only-child) { grid-template-columns: minmax(0, 820px); }
.prose { min-width: 0; font-size: 1.08rem; }
.prose h2 { margin: 2.6rem 0 1rem; font-size: clamp(2rem, 4vw, 3.2rem); }
.prose h3 { margin: 2rem 0 .75rem; font-size: clamp(1.5rem, 3vw, 2.1rem); }
.prose a { color: #075fc7; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .2em; }
.prose img, .prose video { max-width: 100%; border-radius: 1.5rem; }
.prose blockquote { margin: 2rem 0; padding: 1.5rem 2rem; border-left: 6px solid var(--blue); background: #eef8ff; }
.rich-copy { overflow-wrap: anywhere; }
.rich-video { margin: 2rem 0; }
.rich-video details { margin-top: 1rem; }
.easy-read-panel { margin-top: 3rem; padding: clamp(1.5rem, 4vw, 3rem); border: 3px solid var(--blue); border-radius: 1.5rem; background: #f4faff; }
.easy-read-panel h2 { margin-top: 0; }
.related-links ul { display: grid; gap: .75rem; }
.subpage-navigation { position: sticky; top: calc(var(--header-height) + 2rem); padding: 1.5rem; display: grid; gap: .25rem; border-radius: 1.5rem; background: var(--white); box-shadow: 0 12px 36px rgba(27,27,27,.08); }
.subpage-navigation h2 { margin-bottom: .75rem; font-size: 1.35rem; }
.subpage-navigation a { padding: .75rem 0; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); font-weight: 700; }
.button-link, .text-link { width: fit-content; color: #075fc7; font-weight: 800; text-decoration: underline; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.news-card { padding: clamp(1.5rem, 3vw, 2.25rem); border-radius: 1.6rem; background: var(--white); }
.news-card time { color: var(--muted); font-size: .85rem; }
.news-card h2 { margin: .7rem 0 1rem; font-size: clamp(1.7rem, 2.7vw, 2.4rem); }
.site-search-form { max-width: 760px; }
.site-search-form label { display: block; margin-bottom: .5rem; font-weight: 800; }
.site-search-form > div { display: grid; grid-template-columns: 1fr auto; }
.site-search-form input { min-width: 0; padding: 1rem 1.2rem; border: 2px solid var(--ink); border-radius: 1rem 0 0 1rem; font: inherit; background: var(--white); }
.site-search-form button { padding: 1rem 1.5rem; border: 2px solid var(--ink); border-left: 0; border-radius: 0 1rem 1rem 0; color: var(--white); background: var(--ink); font-weight: 800; cursor: pointer; }
.search-results h2 { font-size: clamp(2rem, 4vw, 3rem); }
.search-result { max-width: 820px; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.search-result h3 { margin-bottom: .6rem; font-size: clamp(1.45rem, 2.8vw, 2rem); }
.search-result h3 a { text-decoration: underline; text-underline-offset: .15em; }
.institution-details { display: grid; gap: 0; }
.institution-details > div { padding: 1rem 0; display: grid; grid-template-columns: minmax(150px, .4fr) 1fr; gap: 1rem; border-top: 1px solid var(--line); }
.institution-details dt { font-weight: 800; }
.institution-details dd { margin: 0; }
.document-search-form { max-width: 680px; margin: 2rem auto 0; text-align: left; }
.document-search-form label { display: block; margin-bottom: .4rem; font-weight: 800; }
.document-search-form > div { display: grid; grid-template-columns: 1fr auto; }
.document-search-form input { min-width: 0; padding: .9rem 1rem; border: 2px solid var(--ink); border-radius: .9rem 0 0 .9rem; font: inherit; }
.document-search-form button { padding: .9rem 1.2rem; border: 2px solid var(--ink); border-radius: 0 .9rem .9rem 0; color: var(--white); background: var(--ink); font-weight: 800; }
.document-validity { width: fit-content; padding: .25rem .55rem; border-radius: 999px; font-size: .72rem; font-weight: 800; }
.document-validity.is-current { color: #075f32; background: #dcfce7; }
.document-validity.is-expired { color: #8a2915; background: #ffdfd6; }
.document-accessible-version { grid-column: 1 / -1; margin: -.35rem 0 1rem; padding: 1rem 1.25rem; border: 1px solid var(--line); border-radius: 1rem; background: #f7fbff; }

/* Papildomos, vietoje naršyklėje saugomos prieinamumo priemonės */
.accessibility-tools { position: fixed; z-index: 150; right: 1rem; bottom: 1rem; }
.accessibility-toggle { width: 52px; height: 52px; border: 2px solid var(--white); border-radius: 50%; color: var(--white); background: #075fc7; box-shadow: 0 8px 24px rgba(0,0,0,.2); font-weight: 900; cursor: pointer; }
.accessibility-panel { position: absolute; right: 0; bottom: calc(100% + .75rem); width: 250px; padding: 1rem; border: 2px solid var(--ink); border-radius: 1rem; background: var(--white); box-shadow: var(--shadow); }
.accessibility-panel strong { display: block; margin-bottom: .6rem; }
.accessibility-panel button { width: 100%; padding: .65rem .75rem; border: 0; border-top: 1px solid var(--line); text-align: left; background: transparent; cursor: pointer; }
.user-high-contrast body { color: #000; background: #fff; }
.user-high-contrast .site-header, .user-high-contrast .public-content-hero { background: #fff; }
.user-high-contrast a { text-decoration: underline; }
.user-reduce-motion *, .user-reduce-motion *::before, .user-reduce-motion *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .video-mosaic { animation: none !important; transform: none !important; }
}

.placeholder-page { min-height: 100vh; display: grid; place-items: center; padding: 2rem; background: linear-gradient(135deg, var(--paper), #d9f8e4); }
.placeholder-card { width: min(680px, 100%); padding: clamp(2rem, 7vw, 5rem); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.placeholder-brand { display: block; margin-bottom: 3rem; }
.placeholder-card h1 { font-size: clamp(2.8rem, 8vw, 5rem); }
.placeholder-card > p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }
.placeholder-card .button { margin-top: 1rem; }

@media (max-width: 940px) {
    :root { --header-height: 78px; }
    .header-inner { min-height: 78px; }
    .brand { width: 152px; }
    .menu-toggle {
        width: 46px;
        height: 46px;
        padding: 11px;
        display: grid;
        align-content: center;
        gap: 5px;
        border: 0;
        border-radius: 50%;
        background: var(--ink);
        cursor: pointer;
    }
    .site-header[data-home-header] .menu-toggle {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition:
            left .48s cubic-bezier(.22, 1, .36, 1),
            transform .48s cubic-bezier(.22, 1, .36, 1);
    }
    .site-header[data-home-header].has-compact-brand .menu-toggle {
        left: 100%;
        transform: translateX(-100%);
    }
    .menu-toggle span:not(.sr-only) { height: 2px; border-radius: 2px; background: var(--white); transition: transform .2s, opacity .2s; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .primary-nav {
        position: fixed;
        top: 78px;
        right: 0;
        left: 0;
        max-height: calc(100vh - 78px);
        padding: 1.5rem 20px 2rem;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        overflow: auto;
        background: var(--paper);
        border-top: 1px solid var(--line);
    }
    .primary-nav.is-open { display: flex; }
    .primary-nav > a, .nav-dropdown > button { width: 100%; padding: .9rem 0; display: flex; text-align: left; border-bottom: 1px solid var(--line); }
    .nav-search-link { justify-content: flex-start; gap: .65rem; }
    .nav-search-label { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; }
    .primary-nav > a::after, .nav-dropdown > button::after { display: none; }
    .dropdown-panel {
        position: static;
        width: 100%;
        padding: .9rem 0;
        grid-template-columns: 1fr 1fr;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: transparent;
        border: 0;
        box-shadow: none;
    }
    .information-panel { grid-template-columns: 1fr 1fr; }
    .nav-dropdown.is-open .dropdown-panel { display: grid; transform: none; }
    .goals-section { height: auto; min-height: 0; padding-block: 4.5rem; }
    .goals-grid { height: auto; min-height: 0; grid-template-columns: 1fr; }
    .goals-art { max-width: 560px; margin-inline: auto; }
    .goals-copy h1 { max-width: none; }
    .director-grid { grid-template-columns: .8fr 1.2fr; gap: 3rem; }
    .department-card { gap: 3rem; }
    .gallery-grid { height: clamp(620px, 84vw, 760px); }
    .faq-grid { gap: 3rem; }
    .faq-list { column-count: 1; }
}

@media (max-width: 720px) {
    :root { --shell: min(100% - 28px, 620px); --radius: 1.4rem; }
    .section-pad { padding: 4.5rem 0; }
    h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
    h2 { font-size: clamp(2.4rem, 12vw, 3.6rem); }
    .goals-grid { gap: 2.5rem; }
    .goals-art { order: 2; }
    .video-ribbon { min-height: 240px; aspect-ratio: 64 / 21; }
    .video-mosaic-set { grid-auto-columns: min(72vw, 300px); }
    .video-overlay { padding: 1rem; font-size: clamp(3.3rem, 19vw, 5rem); line-height: .92; }
    .director-grid { grid-template-columns: 1fr; }
    .director-section { padding-bottom: 0; }
    .director-copy { order: 1; }
    .director-copy h2 { white-space: normal; }
    .director-photo { order: 2; margin-bottom: -4.5rem; }
    .anniversary-section { min-height: 360px; padding-inline: 0; }
    .anniversary-animation { width: 135%; max-width: none; }
    .department-card { grid-template-columns: 1fr; gap: 2rem; }
    .department-card:nth-child(even) .department-image { order: initial; }
    .department-copy { padding-inline: .3rem; }
    .gallery-section { padding-top: 12rem; }
    .gallery-binding { top: 5.5rem; }
    .gallery-binding { width: min(720px, 90vw); }
    .gallery-section .row-heading { align-items: center; text-align: center; }
    .gallery-section .row-heading h2 { font-size: clamp(3.2rem, 15vw, 5.4rem); }
    .gallery-grid {
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.2rem .85rem;
    }
    .gallery-item,
    .gallery-item-1,
    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-4,
    .gallery-item-5 {
        position: relative;
        inset: auto;
        width: auto;
        height: 220px;
    }
    .gallery-item-1 { grid-column: 1 / 3; height: 310px; transform: rotate(-2deg); }
    .gallery-item-2 { transform: rotate(2deg); }
    .gallery-item-3 { transform: rotate(-1.5deg); }
    .gallery-item-4 { transform: rotate(1.5deg); }
    .gallery-item-5 { transform: rotate(-2deg); }
    .faq-grid { grid-template-columns: 1fr; }
    .faq-intro { position: static; }
    .faq-intro h2 { max-width: 14ch; font-size: clamp(2rem, 8.5vw, 2.5rem); }
    .faq-list { column-count: 1; }
    .faq-card { padding: 1.6rem; border-radius: 1.8rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .footer-bottom nav { justify-content: flex-start; }
    .public-content-layout { grid-template-columns: 1fr; }
    .subpage-navigation { position: static; }
    .news-grid { grid-template-columns: 1fr; }
    .site-search-form > div { grid-template-columns: 1fr; gap: .6rem; }
    .site-search-form input, .site-search-form button { border: 2px solid var(--ink); border-radius: 1rem; }
}

@media (max-width: 420px) {
    .dropdown-panel { grid-template-columns: 1fr; }
    .dropdown-panel img { display: none; }
    .contact-pills { align-items: stretch; flex-direction: column; }
    .contact-pills a { text-align: center; }
    .gallery-grid { grid-template-columns: 1fr; gap: 1.2rem; }
    .gallery-item,
    .gallery-item-1,
    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-4,
    .gallery-item-5 { grid-column: 1; height: 240px; }
    .gallery-item-1 { height: 290px; }
}

/* Inner pages */
.inner-page { background: var(--paper); }
.inner-page .site-header { position: sticky; }
.nav-dropdown.is-current > button::after { transform: scaleX(1); }
.inner-page main { overflow: clip; }
.candy-kicker {
    margin: 0 0 .55rem;
    color: var(--purple);
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(1.25rem, 2.2vw, 1.7rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
}
.candy-kicker.sky { color: var(--blue); }
.candy-kicker.orange { color: var(--orange); }
.candy-kicker.green { color: var(--green-dark); }
.inner-lead {
    max-width: 660px;
    margin-bottom: 0;
    color: #59646d;
    font-size: clamp(1.05rem, 1.75vw, 1.28rem);
    font-weight: 500;
    line-height: 1.65;
}
.page-title-section {
    padding: clamp(5.5rem, 10vw, 9rem) 0 clamp(4.5rem, 8vw, 7rem);
    background:
        radial-gradient(circle at 8% 28%, rgba(119, 53, 246, .12) 0 7rem, transparent 7.1rem),
        radial-gradient(circle at 90% 74%, rgba(0, 204, 83, .12) 0 9rem, transparent 9.1rem);
}
.page-title-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    align-items: end;
    gap: clamp(2rem, 7vw, 7rem);
}
.page-title-grid h1,
.project-detail-heading h1,
.album-detail-header h1 {
    max-width: 12ch;
    margin-bottom: 0;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(3.4rem, 7.2vw, 6.8rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0;
}
.page-title-grid .inner-lead { padding-bottom: .7rem; }
.back-link {
    display: inline-flex;
    margin-bottom: 2rem;
    color: var(--muted);
    font-weight: 800;
}
.back-link:hover { color: var(--ink); }
.narrow-copy { max-width: 850px; }
.narrow-copy h2 { font-family: "More Sugar Edited", "Raleway", sans-serif; font-weight: 400; letter-spacing: 0; }
.prose { color: #46515a; font-size: clamp(1.12rem, 2vw, 1.4rem); line-height: 1.85; }
.prose > :last-child { margin-bottom: 0; }
.rich-copy, .article-shell > p { font-size: 1.12rem; line-height: 1.85; }
.rich-figure { margin: 3rem 0; }
.rich-figure img { border-radius: var(--radius); }
.rich-figure figcaption { margin-top: .7rem; color: var(--muted); font-size: .85rem; }
.rich-columns { margin: 3rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.article-shell blockquote { margin: 3rem 0; padding: 1.5rem 2rem; border-left: 5px solid var(--green); font-size: 1.45rem; font-weight: 700; }

/* Department detail */
.department-page { --department-accent: var(--purple); --department-soft: #eee5ff; }
.department-theme-orange { --department-accent: #ff724d; --department-soft: #fff0d4; }
.department-theme-green {
    --department-accent: #08a957;
    --department-deep: #087653;
    --department-bright: #00cf68;
    --department-soft: #dcf6e7;
    --department-pale: #f3fbf6;
}
.department-theme-blue { --department-accent: #297ce7; --department-soft: #e2efff; }
.department-theme-blue .department-hero .candy-kicker { color: var(--department-accent); }
.department-hero {
    min-height: calc(100svh - var(--header-height));
    display: grid;
    align-items: center;
    padding: clamp(3rem, 6vw, 6rem) 0;
    background: linear-gradient(135deg, var(--paper) 0 58%, var(--department-soft) 58% 100%);
}
.department-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.department-hero h1 {
    max-width: 10ch;
    margin-bottom: 1.4rem;
    color: transparent;
    background: linear-gradient(128deg, var(--department-accent), #252f75);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(3.2rem, 6vw, 6.2rem);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0;
}
.department-hero .inner-lead { margin-bottom: 2rem; }
.button-accent { border-color: var(--department-accent, var(--purple)); background: var(--department-accent, var(--purple)); }
.department-hero-media { min-width: 0; }
.department-hero-media img,
.department-hero-media video {
    width: 100%;
    max-height: min(650px, 69vh);
    aspect-ratio: 1.15;
    border-radius: clamp(2rem, 5vw, 5rem) clamp(1rem, 3vw, 3rem) clamp(3rem, 7vw, 7rem) clamp(1rem, 4vw, 4rem);
    object-fit: cover;
    box-shadow: 0 28px 80px rgba(27, 27, 27, .14);
}
.department-hero-media img { object-fit: contain; background: rgba(255, 255, 255, .6); }
.department-mobile-map-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: calc(100svh - var(--header-height));
    padding: 0;
    background-color: #fff;
    background-image: url("../assets/tjc/images/mobilus_hero_still-20copy.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.department-mobile-map-inner {
    min-height: calc(100svh - var(--header-height));
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.department-mobile-map-inner .inner-hero-copy {
    width: min(43%, 650px);
    padding-block: clamp(3rem, 7vw, 7rem);
    pointer-events: auto;
}
.department-mobile-map-hero .candy-kicker { color: #818181; }
.department-mobile-map-hero h1 {
    max-width: 11ch;
    background-image: linear-gradient(128deg, #fad126 5%, #ff544f 88%);
}
.department-mobile-map-hero .button-accent {
    border-color: #ff624c;
    background: #ff624c;
}
.mobile-map-locations {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}
.mobile-map-pin {
    appearance: none;
    position: absolute;
    width: max-content;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .18rem;
    color: #fff;
    background: transparent;
    border: 0;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(.72rem, 1.15vw, 1rem);
    line-height: 1;
    text-shadow: 0 1px 5px rgba(91, 38, 12, .42);
    pointer-events: auto;
    cursor: pointer;
    transform: translate(50%, -50%);
}
.mobile-map-pin > img {
    width: clamp(1.2rem, 2vw, 2rem);
    height: clamp(1.2rem, 2vw, 2rem);
    filter: drop-shadow(0 2px 3px rgba(84, 39, 14, .28));
}
.mobile-map-pin-details {
    position: absolute;
    left: 50%;
    top: calc(100% + .55rem);
    width: max-content;
    max-width: 220px;
    padding: .55rem .7rem;
    color: #5f514b;
    background: #fff;
    border-radius: .65rem;
    font-family: "Raleway", sans-serif;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    text-shadow: none;
    box-shadow: 0 8px 24px rgba(70, 35, 14, .15);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -.25rem);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.mobile-map-pin:hover .mobile-map-pin-details,
.mobile-map-pin:focus-visible .mobile-map-pin-details {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}
.mobile-map-pin--tryskiai { top: 13%; right: 10.5%; }
.mobile-map-pin--kaunatava { top: 36%; right: 14%; }
.mobile-map-pin--rainiai { top: 38%; right: 33%; }
.mobile-map-pin--viesvenai { top: 47%; right: 28%; }
.mobile-map-pin--rudupiai { top: 51%; right: 22%; }
.mobile-map-pin--luoke { top: 57%; right: 17%; }
.mobile-map-pin--baltininkai { top: 67%; right: 24%; }
.mobile-map-pin--janapole { top: 82%; right: 26%; }
.department-intro { background: var(--white); }
.department-intro h2 { color: var(--department-accent); }
.activity-section { background: var(--department-soft); }
.activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.activity-card {
    min-height: 220px;
    padding: clamp(1.5rem, 3vw, 2.4rem);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: var(--white);
    border: 2px solid transparent;
    border-radius: 2rem;
    transition: transform .25s ease, border-color .25s ease;
}
.activity-card:hover { border-color: var(--department-accent); transform: translateY(-5px) rotate(-.5deg); }
.activity-card > span { color: var(--department-accent); font-weight: 900; }
.activity-card h3 { margin-bottom: 0; font-family: "More Sugar Edited", "Raleway", sans-serif; font-size: clamp(1.7rem, 2.6vw, 2.4rem); font-weight: 400; line-height: 1.25; letter-spacing: 0; }

.activity-showcase {
    position: relative;
    overflow: hidden;
    background: var(--paper);
}
.activity-showcase::before {
    position: absolute;
    width: 34rem;
    height: 34rem;
    right: -19rem;
    top: 11rem;
    border: 5rem solid color-mix(in srgb, var(--department-accent) 9%, transparent);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}
.activity-showcase .shell { position: relative; }
.activity-showcase-heading {
    max-width: 980px;
    margin: 0 auto clamp(3rem, 6vw, 6rem);
    text-align: center;
}
.activity-showcase-heading .candy-kicker {
    margin-bottom: .65rem;
    color: #76716f;
    font-size: clamp(1.45rem, 2.5vw, 2.4rem);
}
.activity-showcase-heading h2 {
    margin: 0;
    color: transparent;
    background: linear-gradient(112deg, var(--department-accent), color-mix(in srgb, var(--department-accent) 65%, #172c72));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(3.4rem, 7vw, 7rem);
    font-weight: 400;
    line-height: .98;
    letter-spacing: 0;
}
.activity-story-list { display: grid; gap: clamp(2rem, 5vw, 5rem); }
.activity-story-row {
    display: grid;
    grid-template-columns: minmax(210px, .9fr) minmax(360px, 1.15fr) minmax(210px, .9fr);
    align-items: center;
    gap: clamp(1.25rem, 3vw, 3.25rem);
}
.activity-story-row:nth-child(even) .activity-story-photo-left { transform: rotate(1.2deg); }
.activity-story-row:nth-child(even) .activity-story-photo-right { transform: rotate(-1.2deg); }
.activity-story-photo {
    height: clamp(230px, 26vw, 355px);
    margin: 0;
    overflow: hidden;
    border-radius: clamp(1.25rem, 2.5vw, 2.3rem);
    box-shadow: 0 22px 55px rgba(29, 27, 25, .12);
    transform: rotate(-1.2deg);
    transition: transform .45s cubic-bezier(.2, .75, .25, 1), box-shadow .45s ease;
}
.activity-story-photo-right { transform: rotate(1.2deg); }
.activity-story-photo:hover {
    transform: rotate(0) translateY(-7px) scale(1.018);
    box-shadow: 0 30px 65px rgba(29, 27, 25, .18);
}
.activity-story-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
.activity-story-photo:hover img { transform: scale(1.04); }
.activity-story-copy { display: grid; gap: clamp(2rem, 4vw, 4.5rem); }
.activity-story-label {
    display: grid;
    align-items: center;
    gap: clamp(.65rem, 1.5vw, 1.25rem);
    cursor: default;
    outline: none;
}
.activity-story-label:focus-visible {
    border-radius: 1rem;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--department-accent) 30%, transparent);
}
.activity-story-label-left { grid-template-columns: minmax(70px, .68fr) 1.6fr; }
.activity-story-label-right { grid-template-columns: 1.6fr minmax(70px, .68fr); }
.activity-story-label h3 {
    margin: 0;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(1.7rem, 2.2vw, 2.45rem);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0;
}
.activity-story-label-left h3 { text-align: left; }
.activity-story-label-right h3 { text-align: right; }
.activity-story-arrow {
    width: 100%;
    min-width: 78px;
    aspect-ratio: 1.8;
}
.activity-story-arrow-left { transform: scaleX(-1); }
.activity-story-arrow svg { display: block; overflow: visible; }
.department-team { background: var(--paper); }
.people-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.6rem); }
.person-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 2rem; }
.person-card img { height: 360px; object-fit: contain; object-position: center bottom; background: #f4eee9; }
.person-card > div { padding: 1.5rem; }
.person-card h3 { margin-bottom: .25rem; font-family: "More Sugar Edited", "Raleway", sans-serif; font-size: 1.8rem; font-weight: 400; letter-spacing: 0; }
.person-card p { margin-bottom: .55rem; color: var(--muted); }
.person-card a { display: block; color: var(--green-dark); font-size: .9rem; font-weight: 800; overflow-wrap: anywhere; }
.department-moments { background: var(--white); }
.department-moments .row-heading { margin-bottom: 3rem; align-items: end; }
.department-moments h2 { margin-bottom: 0; font-family: "More Sugar Edited", "Raleway", sans-serif; font-weight: 400; letter-spacing: 0; }
.moment-strip { display: grid; grid-template-columns: 1.25fr .85fr 1fr .9fr; gap: 1rem; }
.moment-strip figure { height: 380px; margin: 0; overflow: hidden; border-radius: 1.5rem; }
.moment-strip figure:nth-child(even) { transform: translateY(2rem); }
.moment-strip img { height: 100%; object-fit: cover; transition: transform .4s ease; }
.moment-strip figure:hover img { transform: scale(1.04); }
.department-contact { padding-top: 0; background: var(--white); }
.contact-band { padding: clamp(2rem, 5vw, 4.5rem); display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; color: var(--white); background: var(--department-accent); border-radius: 3rem; }
.contact-band h2 { margin-bottom: 0; font-family: "More Sugar Edited", "Raleway", sans-serif; font-weight: 400; letter-spacing: 0; }
.contact-band-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem 2rem; }
.contact-band-details p { margin: 0; }
.contact-band-details strong { display: block; margin-bottom: .25rem; color: rgba(255,255,255,.7); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }

/* Experiential learning centre */
.department-theme-green .department-hero {
    background: linear-gradient(135deg, var(--department-pale) 0 58%, var(--department-soft) 58% 100%);
}
.department-theme-green .department-hero .candy-kicker { color: var(--department-deep); }
.department-theme-green .department-hero h1 {
    background-image: linear-gradient(128deg, var(--department-bright), var(--department-deep));
}
.department-theme-green .department-team { background: #edf9f2; }
.department-theme-green .department-moments,
.department-theme-green .department-contact { background: var(--department-pale); }

.experience-method,
.experience-audience,
.experience-facilities { color: #15382c; }
.experience-method { background: var(--department-pale); }
.experience-method-grid,
.experience-audience-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}
.experience-copy h2,
.experience-facilities-heading h2 {
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
    color: transparent;
    background: linear-gradient(125deg, var(--department-bright), var(--department-deep));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(3rem, 5.3vw, 5.5rem);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: 0;
}
.experience-copy p {
    margin-bottom: 1.4rem;
    color: #344d44;
    font-size: clamp(1.05rem, 1.45vw, 1.25rem);
    line-height: 1.78;
}
.experience-copy p:last-child { margin-bottom: 0; }
.experience-cycle {
    width: 100%;
    min-height: 430px;
    display: grid;
    place-items: center;
}
.experience-cycle svg { width: 100% !important; height: auto !important; max-height: 520px; }

.experience-audience { background: #e7f7ed; }
.experience-audience-grid { align-items: start; }
.experience-audience-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.experience-list-card {
    min-width: 0;
    min-height: 660px;
    padding: clamp(1.6rem, 3vw, 2.5rem);
    color: var(--white);
    border-radius: clamp(1.7rem, 3vw, 2.6rem);
}
.experience-list-card-dark { background: #15382c; }
.experience-list-card-green { background: var(--department-accent); }
.experience-list-card h3 {
    margin-bottom: 1.6rem;
    color: inherit;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    font-weight: 400;
    letter-spacing: 0;
}
.experience-list-card ul { margin: 0; padding: 0; display: grid; gap: 1.35rem; list-style: none; }
.experience-list-card li {
    position: relative;
    padding-left: 1.5rem;
    font-size: clamp(.95rem, 1.25vw, 1.08rem);
    font-weight: 700;
    line-height: 1.45;
}
.experience-list-card li::before {
    content: "";
    position: absolute;
    top: .48em;
    left: 0;
    width: .62rem;
    height: .62rem;
    border-radius: 50%;
    background: currentColor;
}

.experience-facilities { background: var(--department-pale); }
.experience-facilities-heading { margin: 0 auto clamp(2.5rem, 5vw, 4.5rem); text-align: center; }
.experience-facilities-heading h2 { margin-bottom: 0; }
.experience-facilities-heading .eyebrow { color: var(--department-deep); }
.experience-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    gap: .85rem;
}
.experience-tab {
    min-width: 0;
    min-height: 220px;
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #15382c;
    border: 2px solid #c8e8d4;
    border-radius: 1.6rem 1.6rem 0 0;
    background: var(--white);
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}
.experience-tab:hover { border-color: var(--department-accent); transform: translateY(-4px); }
.experience-tab:focus-visible { outline: 4px solid rgba(8, 169, 87, .28); outline-offset: 3px; }
.experience-tab.is-active { color: var(--white); border-color: var(--department-accent); background: var(--department-accent); }
.experience-tab img {
    width: min(100%, 115px);
    height: 112px;
    object-fit: contain;
    filter: saturate(.92);
}
.experience-tab.is-active img { filter: brightness(0) invert(1); }
.experience-tab span { max-width: 13ch; font-size: clamp(.95rem, 1.25vw, 1.12rem); font-weight: 900; line-height: 1.2; text-align: center; }
.experience-panels {
    overflow: hidden;
    border: 2px solid #c8e8d4;
    border-top: 0;
    border-radius: 0 0 2.4rem 2.4rem;
    background: var(--white);
}
.experience-panel {
    min-height: 500px;
    padding: clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 6rem);
}
.experience-panel:not([hidden]) { display: grid; animation: experience-panel-in .35s ease both; }
.experience-panel-copy h3 {
    margin-bottom: 1.5rem;
    color: var(--department-deep);
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
}
.experience-panel-copy p { margin: 0; color: #52645d; font-size: clamp(1.05rem, 1.55vw, 1.3rem); line-height: 1.75; }
.experience-panel figure { margin: 0; overflow: hidden; border-radius: 1.7rem; background: #f2f7f4; }
.experience-panel figure img { width: 100%; height: 430px; object-fit: cover; }
@keyframes experience-panel-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Documents */
.documents-page { background: var(--paper); }
.documents-hero {
    min-height: clamp(330px, 42vw, 510px);
    display: grid;
    place-items: center;
    padding: clamp(4.5rem, 9vw, 8rem) 0;
    text-align: center;
    background: var(--paper);
}
.documents-hero-copy { display: grid; justify-items: center; }
.documents-hero-copy .candy-kicker {
    margin-bottom: .35rem;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    font-weight: 400;
    line-height: .9;
    letter-spacing: 0;
    text-transform: none;
}
.documents-hero-copy h1 {
    margin: 0;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(3.7rem, 7vw, 6.6rem);
    font-weight: 400;
    line-height: .9;
    letter-spacing: 0;
}
.document-catalog {
    padding: clamp(4.5rem, 8vw, 7.5rem) 0 clamp(5rem, 9vw, 8.5rem);
    color: var(--white);
    background: #1b1b1b;
}
.documents-information-hero { background: linear-gradient(135deg, #fff, #fafcff); }
.document-catalog-tools {
    margin-bottom: clamp(3rem, 6vw, 5rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 680px);
    align-items: end;
    gap: 2rem 4rem;
}
.document-catalog-tools h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.document-catalog-tools .document-search-form { width: 100%; max-width: none; margin: 0; }
.document-catalog-tools .document-search-form label { color: var(--white); }
.document-catalog-tools .document-search-form input { color: var(--ink); background: var(--white); }
.document-empty-state { margin-top: 1.5rem; color: rgba(255,255,255,.78); font-size: 1.1rem; }
.document-folder-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(3rem, 5vw, 5rem) clamp(1.2rem, 2.6vw, 2.5rem);
}
.document-folder-card {
    min-width: 0;
    display: block;
    color: var(--white);
}
.folder-scene {
    position: relative;
    height: clamp(245px, 24vw, 330px);
    display: block;
    perspective: 900px;
    transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.folder-back,
.folder-front {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-radius: 1.35rem;
}
.folder-back {
    height: 58%;
    background: #75a9df;
    box-shadow: 0 18px 36px rgba(0,0,0,.24);
}
.folder-back::before {
    content: "";
    position: absolute;
    top: -1.3rem;
    left: 0;
    width: 48%;
    height: 2.1rem;
    border-radius: .9rem .9rem 0 0;
    background: inherit;
}
.folder-paper {
    position: absolute;
    z-index: 1;
    top: 4%;
    right: 14%;
    bottom: 19%;
    left: 14%;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 12px 28px rgba(0,0,0,.24);
    transform: rotate(-.7deg) translateY(8px);
    transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.folder-paper object,
.folder-paper iframe,
.folder-paper img {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    object-fit: cover;
    object-position: top center;
    pointer-events: none;
}
.paper-placeholder {
    width: 100%;
    height: 100%;
    padding: 18% 12%;
    display: grid;
    align-content: start;
    gap: 9%;
    color: #1d2831;
    background: #fff;
    font-size: clamp(1.5rem, 3vw, 2.6rem);
    font-weight: 900;
}
.paper-placeholder i { height: 2px; display: block; background: #c5cbd0; }
.folder-front {
    z-index: 2;
    height: 55%;
    overflow: hidden;
    background: linear-gradient(155deg, #92bfed, #76a9df);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
    transform-origin: center bottom;
    transition: transform .4s cubic-bezier(.2,.8,.2,1), filter .4s ease;
}
.folder-front span {
    position: absolute;
    top: -45%;
    right: -12%;
    width: 70%;
    aspect-ratio: 1;
    border: 2px solid rgba(255,255,255,.18);
    border-radius: 50%;
}
.document-folder-card:hover .folder-scene,
.document-folder-card:focus-visible .folder-scene { transform: translateY(-8px); }
.document-folder-card:hover .folder-paper,
.document-folder-card:focus-visible .folder-paper { transform: rotate(-1.4deg) translateY(-20px); }
.document-folder-card:hover .folder-front,
.document-folder-card:focus-visible .folder-front { filter: brightness(1.06); transform: perspective(800px) rotateX(-7deg) translateY(5px); }
.document-folder-card:focus-visible { outline: 3px solid var(--blue); outline-offset: .75rem; border-radius: 1rem; }
.folder-title {
    margin-top: 1.15rem;
    display: block;
    font-size: clamp(1.15rem, 1.7vw, 1.45rem);
    font-weight: 900;
    line-height: 1.15;
}
.document-folder-card small {
    margin-top: .45rem;
    display: block;
    overflow: hidden;
    color: rgba(255,255,255,.58);
    font-size: .77rem;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.documents-library { background: var(--paper); }
.documents-library .section-heading { margin-bottom: 2rem; }
.document-category-anchor { scroll-margin-top: calc(var(--header-height) + 1rem); }
.document-category-hero {
    padding: clamp(5rem, 9vw, 8rem) 0 clamp(4rem, 7vw, 6rem);
    text-align: center;
    background: var(--paper);
}
.document-category-heading { display: grid; justify-items: center; }
.document-category-heading .back-link { justify-self: start; }
.document-category-heading h1 {
    max-width: 15ch;
    margin: .25rem 0 0;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(3.2rem, 7vw, 6.3rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}
.document-subcategory-catalog { padding-block: clamp(4rem, 7vw, 6rem); }
.document-files-section { background: var(--paper); }
.document-file-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.2rem, 2.5vw, 2rem);
}
.public-document-card {
    position: relative;
    min-width: 0;
    padding: 1rem 1rem 1.4rem;
    display: grid;
    grid-template-rows: auto 1fr;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 1.4rem;
    box-shadow: 0 14px 40px rgba(27,27,27,.06);
    transition: transform .3s ease, box-shadow .3s ease;
}
.public-document-card:hover,
.public-document-card:focus-visible { transform: translateY(-7px) rotate(-.35deg); box-shadow: 0 22px 55px rgba(27,27,27,.12); }
.public-document-preview {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: #f2f3f4;
    border-radius: .8rem;
}
.public-document-preview object,
.public-document-preview iframe,
.public-document-preview img {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    object-fit: cover;
    object-position: top center;
    pointer-events: none;
}
.public-document-copy { padding: 1.1rem .15rem 0; }
.public-document-copy strong,
.public-document-copy small,
.public-document-copy time { display: block; }
.public-document-copy strong { padding-right: 2rem; font-size: 1.08rem; line-height: 1.3; }
.public-document-copy small { margin-top: .45rem; color: var(--muted); line-height: 1.5; }
.public-document-copy time { margin-top: .7rem; color: var(--blue); font-size: .75rem; font-weight: 900; }
.public-document-arrow { position: absolute; right: 1.25rem; bottom: 1.25rem; color: var(--orange); font-size: 1.35rem; font-weight: 900; }
.document-file-grid > .empty-state { grid-column: 1 / -1; }
.documents-section { padding-top: clamp(3.5rem, 6vw, 5rem); }
.documents-shell { max-width: 980px; }
.documents-intro { margin-bottom: 2rem; display: flex; align-items: center; gap: 1rem; color: var(--muted); }
.documents-intro p { margin: 0; }
.document-doodle { color: var(--blue); font-family: "More Sugar Edited", sans-serif; font-size: 3rem; transform: rotate(10deg); }
.document-tree { display: grid; gap: .8rem; }
.document-branch { background: var(--white); border: 1px solid var(--line); border-radius: 1.5rem; box-shadow: 0 10px 35px rgba(27,27,27,.035); }
.document-branch[open] { border-color: rgba(114,177,220,.65); }
.document-branch summary { padding: 1.2rem 1.4rem; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 1rem; cursor: pointer; list-style: none; font-weight: 800; }
.document-branch summary::-webkit-details-marker { display: none; }
.document-folder { position: relative; width: 34px; height: 25px; display: block; border-radius: 5px; background: var(--blue); transform: rotate(-2deg); }
.document-folder::before { content: ""; position: absolute; top: -6px; left: 3px; width: 15px; height: 8px; border-radius: 4px 4px 0 0; background: var(--blue); }
.document-count { min-width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: #eaf6ff; font-size: .78rem; }
.document-branch-content { padding: 0 1.4rem 1.4rem 4.9rem; }
.document-branch-content .document-branch { margin-top: .7rem; background: #fafcfd; }
.document-file { margin-top: .6rem; padding: 1rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; border-radius: 1rem; background: #f6f7f8; transition: transform .2s ease, background .2s ease; }
.document-file:hover { background: #edf7ff; transform: translateX(.3rem); }
.document-file-icon { padding: .45rem; border-radius: .45rem; color: var(--white); background: var(--orange); font-size: .63rem; font-weight: 900; }
.document-file strong, .document-file small { display: block; }
.document-file small { margin-top: .2rem; color: var(--muted); }
.document-empty { margin: .6rem 0 0; color: #98a0a6; font-size: .9rem; }

/* Contacts */
.contacts-hero {
    min-height: calc(100svh - var(--header-height));
    display: grid;
    align-items: end;
    background: var(--paper);
}
.contacts-hero-grid {
    width: min(1640px, calc(100vw - 40px));
    min-height: calc(100svh - var(--header-height));
    display: grid;
    grid-template-columns: minmax(360px, .82fr) minmax(420px, 1.18fr);
    align-items: end;
    gap: clamp(1.5rem, 5vw, 5rem);
}
.contacts-hero-copy { align-self: center; padding-bottom: 2rem; }
.contacts-hero-copy p {
    margin: 0 0 -.3rem;
    color: #7d7d7d;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(2rem, 3.2vw, 3.7rem);
    line-height: 1;
}
.contacts-hero-copy h1 {
    margin: 0;
    color: transparent;
    background: linear-gradient(115deg, #168bf0 4%, #4264ce 58%, #44349e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(4.6rem, 7vw, 9rem);
    font-weight: 400;
    line-height: .92;
    letter-spacing: 0;
}
.contacts-hero-animation {
    min-width: 0;
    height: min(76vh, 760px);
    align-self: end;
    overflow: hidden;
}
.contacts-hero-animation svg { width: 100% !important; height: 100% !important; }
.contacts-directory { background: #f2e9ff; }
.contacts-directory-list { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
.contact-person-card {
    min-width: 0;
    min-height: 400px;
    display: grid;
    grid-template-columns: minmax(270px, .9fr) minmax(220px, .72fr) minmax(320px, 1.15fr);
    grid-template-areas: "photo identity details";
    align-items: center;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: clamp(2rem, 4vw, 3.5rem);
    box-shadow: 0 18px 55px rgba(67, 45, 97, .07);
}
.contact-person-photo {
    grid-area: photo;
    height: 100%;
    min-height: 400px;
    align-self: stretch;
    background: var(--paper);
}
.contact-person-photo img { height: 100%; object-fit: contain; object-position: center bottom; }
.contact-person-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: rgba(66, 100, 206, .38);
    background: linear-gradient(145deg, #f9f3ff, #edf5ff);
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(7rem, 13vw, 12rem);
    line-height: 1;
}
.contact-person-identity { grid-area: identity; min-width: 0; padding: clamp(2rem, 4vw, 3.5rem); }
.contact-person-identity h3 {
    margin: 0 0 .65rem;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(2rem, 3vw, 3.45rem);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    text-wrap: balance;
}
.contact-person-identity p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.55; }
.contact-person-details {
    grid-area: details;
    padding: clamp(2rem, 4vw, 3.5rem);
    display: grid;
    gap: 1.15rem;
    border-left: 1px solid var(--line);
}
.contact-detail {
    min-width: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
    gap: .85rem;
    font-size: .96rem;
    line-height: 1.55;
}
a.contact-detail { transition: color .2s ease, transform .2s ease; }
a.contact-detail:hover { color: var(--green-dark); transform: translateX(.2rem); }
.contact-detail > img { width: 25px; height: 25px; margin-top: .05rem; object-fit: contain; }
.contact-detail span { overflow-wrap: anywhere; }
.contact-detail-hours strong { display: block; margin-bottom: .18rem; color: var(--ink); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-detail-hours span { display: block; color: var(--muted); }

/* Projects */
.projects-page .page-title-section { background: linear-gradient(135deg, #e5faec, #fef6f2 64%); }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem) 1.5rem; }
.project-card { min-width: 0; }
.project-cover { position: relative; height: 390px; display: block; overflow: hidden; border-radius: 2rem; background: linear-gradient(135deg, #8455fb, #2f43d7); }
.project-cover img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-card:hover .project-cover img { transform: scale(1.035); }
.project-placeholder { position: absolute; right: 1.5rem; bottom: 0; color: rgba(255,255,255,.35); font-family: "More Sugar Edited", sans-serif; font-size: 11rem; line-height: .8; }
.project-card-copy { padding: 1.5rem .35rem 0; }
.project-meta { min-height: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--green-dark); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.project-card h2 { margin: .6rem 0 .8rem; font-size: clamp(2rem, 3.4vw, 3rem); }
.project-card h2 a:hover { color: var(--purple); }
.project-card p { color: var(--muted); }
.empty-state { max-width: 720px; margin-inline: auto; padding: clamp(2rem, 7vw, 5rem); text-align: center; border: 2px dashed rgba(27,27,27,.28); border-radius: 3rem; }
.empty-state > span { color: var(--green); font-size: 3rem; }
.empty-state h2 { font-family: "More Sugar Edited", sans-serif; font-weight: 400; letter-spacing: 0; }
.empty-state p { color: var(--muted); }
.project-detail-hero { padding: clamp(4rem, 8vw, 8rem) 0 0; }
.project-detail-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: clamp(3rem, 8vw, 8rem); }
.project-detail-heading h1 { max-width: 14ch; margin-bottom: 1.5rem; }
.project-facts { margin: 0; display: grid; gap: 1rem; }
.project-facts div { padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.project-facts dt { color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.project-facts dd { margin: .25rem 0 0; font-weight: 700; }
.project-detail-cover { height: min(62vw, 660px); margin: clamp(3rem, 7vw, 6rem) 0 0; overflow: hidden; border-radius: 3rem 3rem 0 0; }
.project-detail-cover img { height: 100%; object-fit: cover; }
.project-content { background: var(--white); }
.article-shell { max-width: 820px; }
.article-shell > h2 { margin-top: 3.5rem; }
.download-card { margin-top: 3rem; padding: 1.2rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; border-radius: 1rem; background: #f3f4f5; }
.download-card > span:first-child { padding: .55rem; border-radius: .5rem; color: var(--white); background: var(--orange); font-size: .65rem; font-weight: 900; }

/* Volunteers */
.volunteer-hero-original {
    min-height: clamp(640px, 74svh, 900px);
    padding: clamp(4rem, 7vw, 7rem) 0 clamp(13rem, 22vw, 23rem);
    display: grid;
    align-items: start;
    text-align: center;
    background: var(--white) url("../assets/tjc/images/savanoriai-hero-bg.png") center bottom / 100% auto no-repeat;
}
.volunteer-hero-original-copy { max-width: 1220px; }
.volunteer-hero-original h1,
.volunteer-hero-original p {
    margin: 0;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}
.volunteer-hero-original h1 { font-size: clamp(3.2rem, 5.7vw, 6.2rem); line-height: .98; }
.volunteer-hero-original p { margin-top: .25em; font-size: clamp(2.65rem, 4.8vw, 5.1rem); line-height: 1; }

.volunteer-wall { background: #eee7ff; }
.volunteer-wall-heading { max-width: 920px; margin-bottom: clamp(2.5rem, 6vw, 5rem); }
.volunteer-wall-heading h2 {
    margin: 0;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(3.2rem, 6.2vw, 6.5rem);
    font-weight: 400;
    line-height: .98;
    letter-spacing: 0;
    color: transparent;
    background: linear-gradient(100deg, #6139ee 0%, #217cf0 52%, #53cce5 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
.volunteer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.75rem); }
.volunteer-card {
    min-width: 0;
    overflow: hidden;
    border-radius: clamp(1.75rem, 3vw, 2.8rem);
    background: var(--white);
    box-shadow: 0 16px 44px rgba(72, 45, 120, .08);
    transition: transform .3s ease, box-shadow .3s ease;
}
.volunteer-card:nth-child(3n+2) { transform: translateY(1.5rem); }
.volunteer-card:hover { transform: translateY(-.35rem); box-shadow: 0 24px 55px rgba(72, 45, 120, .15); }
.volunteer-card:nth-child(3n+2):hover { transform: translateY(1.1rem); }
.volunteer-card-photo { position: relative; aspect-ratio: 1 / .92; overflow: hidden; background: #f5f5f5; }
.volunteer-card-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .45s ease; }
.volunteer-card:hover .volunteer-card-photo img { transform: scale(1.035); }
.volunteer-card-flag {
    position: absolute;
    left: clamp(.8rem, 2vw, 1.25rem);
    bottom: clamp(.8rem, 2vw, 1.25rem);
    width: clamp(2.6rem, 4vw, 3.4rem);
    height: clamp(2.6rem, 4vw, 3.4rem);
    display: grid;
    place-items: center;
    z-index: 2;
    border: 3px solid var(--white);
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 8px 20px rgba(27, 27, 27, .18);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    line-height: 1;
}
.volunteer-card-copy { padding: clamp(1.25rem, 2.5vw, 2rem); }
.volunteer-card h3 {
    margin: 0 0 .3rem;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(2rem, 3.2vw, 3.1rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}
.volunteer-card p { margin: 0; color: var(--muted); }
.volunteer-card-country { display: flex; align-items: center; }
.volunteer-card time { margin-top: .65rem; display: block; color: #513bd8; font-weight: 800; }

.volunteer-journey { overflow: clip; background: #f4f5f7; }
.volunteer-journey-layout { display: grid; grid-template-columns: 180px minmax(0, 1fr); align-items: start; gap: clamp(3rem, 6vw, 5rem) clamp(2rem, 4vw, 4.5rem); }
.volunteer-journey-title { grid-column: 2; }
.volunteer-useful-links { grid-column: 1; grid-row: 2; min-height: 100%; align-self: stretch; }
.volunteer-useful-links-inner { position: sticky; top: calc(var(--header-height) + 2rem); }
.volunteer-useful-links h2 { margin: 0 0 2rem; font-size: 1.7rem; line-height: 1.12; }
.volunteer-useful-links nav { display: grid; gap: 1.15rem; }
.volunteer-useful-links a { color: #1684ff; font-weight: 800; line-height: 1.25; transition: color .2s ease, transform .2s ease; }
.volunteer-useful-links a:hover { color: #5f3bea; transform: translateX(.2rem); }
.volunteer-journey-title {
    margin: 0;
    text-align: center;
    font-family: "More Sugar Edited", "Raleway", sans-serif;
    font-size: clamp(3.4rem, 6.2vw, 6.6rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}
.volunteer-journey-content { grid-column: 2; grid-row: 2; }
.volunteer-journey-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr) 70px minmax(0, 1fr);
    grid-template-rows: auto 70px auto 70px auto;
    align-items: stretch;
}
.journey-step {
    min-width: 0;
    min-height: 255px;
    padding: clamp(1.25rem, 2.2vw, 2rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: clamp(1.6rem, 3vw, 2.6rem);
    background: var(--white);
}
.journey-step > span { color: var(--orange); font-weight: 900; }
.journey-step img { width: 94px; height: 94px; margin: .65rem auto .85rem; object-fit: contain; }
.journey-step p {
    margin: auto 0 0;
    font-family: "Raleway", sans-serif;
    font-size: clamp(.96rem, 1.12vw, 1.15rem);
    font-weight: 800;
    line-height: 1.35;
}
.journey-step-0 { grid-area: 1 / 1; }
.journey-step-1 { grid-area: 1 / 3; }
.journey-step-2 { grid-area: 1 / 5; }
.journey-step-3 { grid-area: 3 / 5; }
.journey-step-4 { grid-area: 3 / 3; }
.journey-step-5 { grid-area: 3 / 1; }
.journey-step-6 { grid-area: 5 / 1; }
.journey-step-7 { grid-area: 5 / 3; }
.journey-step-8 { grid-area: 5 / 5; }
.journey-arrow { width: 100%; height: 70px; align-self: center; }
.journey-arrow svg { width: 100% !important; height: 100% !important; overflow: visible; }
.journey-arrow-0 { grid-area: 1 / 2; }
.journey-arrow-1 { grid-area: 1 / 4; }
.journey-arrow-2 { grid-area: 2 / 5; transform: rotate(90deg); }
.journey-arrow-3 { grid-area: 3 / 4; transform: rotate(180deg); }
.journey-arrow-4 { grid-area: 3 / 2; transform: rotate(180deg); }
.journey-arrow-5 { grid-area: 4 / 1; transform: rotate(90deg); }
.journey-arrow-6 { grid-area: 5 / 2; }
.journey-arrow-7 { grid-area: 5 / 4; }

/* Gallery */
.gallery-page .page-title-section { background: linear-gradient(135deg, #fff1e9, #efe7ff); }
.gallery-page .page-title-grid h1 { max-width: 9ch; }
.album-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem) 1.5rem; }
.album-card { min-width: 0; }
.album-card:nth-child(even) { transform: translateY(3rem); }
.album-cover { position: relative; height: 420px; padding: .7rem; background: var(--white); border-radius: 1.5rem; box-shadow: 0 18px 50px rgba(27,27,27,.12); transition: transform .35s ease; }
.album-card:nth-child(4n+1) .album-cover { transform: rotate(-1.5deg); }
.album-card:nth-child(4n+2) .album-cover { transform: rotate(1.5deg); }
.album-card:hover .album-cover { transform: rotate(0) translateY(-7px); }
.album-cover img { height: 100%; border-radius: 1rem; object-fit: cover; }
.album-cover span { position: absolute; right: 1.4rem; bottom: 1.4rem; padding: .5rem .75rem; border-radius: 999px; color: var(--white); background: rgba(27,27,27,.82); font-size: .75rem; font-weight: 800; }
.album-copy { padding: 1.5rem .5rem 0; }
.album-copy time { color: var(--orange); font-weight: 900; }
.album-copy h2 { margin: .35rem 0 .6rem; font-family: "More Sugar Edited", sans-serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 400; line-height: 1.2; letter-spacing: 0; }
.album-copy p { color: var(--muted); }
.album-detail-header { padding: clamp(5rem, 9vw, 9rem) 0 clamp(3rem, 6vw, 6rem); background: linear-gradient(135deg, #fff1e9, #fef6f2); }
.album-detail-header h1 { max-width: 14ch; margin-bottom: 1.5rem; }
.photo-grid { columns: 3 280px; column-gap: 1rem; }
.photo-grid figure { margin: 0 0 1rem; overflow: hidden; break-inside: avoid; border-radius: 1.5rem; }
.photo-grid img { transition: transform .45s ease; }
.photo-grid figure:hover img { transform: scale(1.025); }

@media (max-width: 1050px) {
    .document-folder-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .document-file-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-person-card {
        grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
        grid-template-areas: "photo identity" "photo details";
        align-items: end;
    }
    .contact-person-details { align-self: stretch; border-top: 1px solid var(--line); border-left: 0; }
    .people-grid { grid-template-columns: 1fr 1fr; }
    .activity-grid, .step-grid { grid-template-columns: 1fr 1fr; }
    .activity-story-row { grid-template-columns: minmax(170px, .9fr) minmax(280px, 1.15fr) minmax(170px, .9fr); }
    .activity-story-label h3 { font-size: clamp(1.5rem, 2.45vw, 2rem); }
    .moment-strip { grid-template-columns: 1fr 1fr; }
    .moment-strip figure:nth-child(even) { transform: none; }
    .experience-method-grid,
    .experience-audience-grid { grid-template-columns: 1fr; }
    .experience-cycle { min-height: 360px; }
    .experience-audience-cards { max-width: 760px; }
    .experience-list-card { min-height: 0; }
    .volunteer-journey-layout { grid-template-columns: 1fr; }
    .volunteer-journey-title,
    .volunteer-useful-links,
    .volunteer-journey-content { grid-column: 1; grid-row: auto; }
    .volunteer-useful-links { min-height: 0; padding-top: 0; }
    .volunteer-useful-links-inner { position: static; }
    .volunteer-useful-links h2 { margin-bottom: 1.25rem; }
    .volunteer-useful-links h2 br { display: none; }
    .volunteer-useful-links nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 940px) {
    .document-catalog-tools { grid-template-columns: 1fr; align-items: start; }
    .page-title-grid,
    .department-hero-grid,
    .project-detail-heading,
    .volunteer-hero-grid,
    .volunteer-intro-grid { grid-template-columns: 1fr; }
    .page-title-grid { align-items: start; }
    .contacts-hero,
    .contacts-hero-grid { min-height: auto; }
    .contacts-hero-grid { grid-template-columns: .9fr 1.1fr; }
    .contacts-hero-copy { padding: clamp(5rem, 11vw, 8rem) 0 clamp(3rem, 7vw, 5rem); }
    .contacts-hero-copy h1 { font-size: clamp(3.6rem, 6.4vw, 5.5rem); }
    .contacts-hero-animation { height: min(58vw, 590px); }
    .department-hero { min-height: auto; background: linear-gradient(180deg, var(--paper) 0 52%, var(--department-soft) 52%); }
    .department-theme-green .department-hero { background: linear-gradient(180deg, var(--department-pale) 0 52%, var(--department-soft) 52%); }
    .department-mobile-map-hero {
        min-height: 850px;
        padding: 0;
        background-position: 58% bottom;
        background-size: auto 100%;
    }
    .department-mobile-map-inner { min-height: 850px; align-items: flex-start; }
    .department-mobile-map-inner .inner-hero-copy {
        width: min(68%, 540px);
        padding-top: clamp(3rem, 9vw, 5rem);
    }
    .department-mobile-map-hero h1 { font-size: clamp(3rem, 9vw, 5.5rem); }
    .mobile-map-pin { display: none; }
    .department-hero-media { max-width: 700px; }
    .department-hero-media img, .department-hero-media video { max-height: 560px; }
    .project-detail-heading { align-items: start; }
    .project-facts { max-width: 620px; }
    .volunteer-hero-original { min-height: clamp(580px, 70svh, 760px); padding-bottom: clamp(12rem, 31vw, 20rem); }
    .volunteer-journey-grid { grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr) 52px minmax(0, 1fr); }
    .journey-step { min-height: 235px; }
    .experience-tabs {
        grid-template-columns: repeat(5, minmax(170px, 1fr));
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }
    .experience-tab { min-height: 195px; scroll-snap-align: start; }
    .experience-panel { grid-template-columns: 1fr; min-height: 0; }
    .experience-panel figure { grid-row: 1; }
}

@media (max-width: 720px) {
    .document-catalog-tools .document-search-form > div { grid-template-columns: 1fr; gap: .65rem; }
    .document-catalog-tools .document-search-form input,
    .document-catalog-tools .document-search-form button { border-radius: .9rem; }
    .documents-hero { min-height: 300px; padding-block: 4rem; }
    .document-folder-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem 1rem; }
    .folder-scene { height: clamp(220px, 55vw, 290px); }
    .document-file-grid { grid-template-columns: 1fr; }
    .page-title-section { padding-block: 4rem; }
    .page-title-grid h1,
    .project-detail-heading h1,
    .album-detail-header h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
    .department-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
    .department-mobile-map-hero {
        min-height: 760px;
        background-position: 57% bottom;
        background-size: auto 760px;
    }
    .department-mobile-map-inner { min-height: 760px; }
    .department-mobile-map-inner .inner-hero-copy { width: 84%; }
    .department-mobile-map-hero h1 {
        max-width: 9ch;
        font-size: clamp(3rem, 13vw, 4.4rem);
    }
    .department-hero-media img, .department-hero-media video { aspect-ratio: 1; border-radius: 2rem; }
    .experience-method-grid,
    .experience-audience-grid { gap: 2.5rem; }
    .experience-copy h2,
    .experience-facilities-heading h2 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
    .experience-cycle { min-height: 270px; }
    .experience-audience-cards { grid-template-columns: 1fr; }
    .experience-list-card { padding: 2rem 1.5rem; }
    .experience-panel { padding: 1.25rem; gap: 1.5rem; }
    .experience-panel figure img { height: min(78vw, 390px); }
    .activity-grid,
    .people-grid,
    .project-grid,
    .volunteer-grid,
    .step-grid,
    .album-grid { grid-template-columns: 1fr; }
    .activity-card { min-height: 170px; }
    .activity-showcase::before { display: none; }
    .activity-showcase-heading { margin-bottom: 3rem; text-align: left; }
    .activity-showcase-heading h2 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
    .activity-story-list { gap: 3.5rem; }
    .activity-story-row { grid-template-columns: 1fr; gap: 1rem; }
    .activity-story-copy { display: contents; }
    .activity-story-label {
        min-height: 70px;
        padding-inline: .25rem;
    }
    .activity-story-label-left { order: 1; grid-template-columns: 82px 1fr; }
    .activity-story-photo-left { order: 2; }
    .activity-story-label-right { order: 3; grid-template-columns: 1fr 82px; }
    .activity-story-photo-right { order: 4; }
    .activity-story-label h3 { font-size: clamp(1.85rem, 8.5vw, 2.6rem); }
    .activity-story-photo,
    .activity-story-row:nth-child(even) .activity-story-photo-left,
    .activity-story-row:nth-child(even) .activity-story-photo-right {
        height: min(76vw, 330px);
        transform: none;
    }
    .person-card img { height: 330px; }
    .moment-strip { grid-template-columns: 1fr; }
    .moment-strip figure { height: 300px; }
    .contact-band { grid-template-columns: 1fr; border-radius: 2rem; }
    .contact-band-details { grid-template-columns: 1fr; }
    .document-branch summary { grid-template-columns: 34px 1fr auto; padding: 1rem; }
    .document-branch-content { padding: 0 1rem 1rem; }
    .contacts-hero-grid { grid-template-columns: 1fr; }
    .contacts-hero-copy { padding: 4rem 0 0; }
    .contacts-hero-copy h1 { font-size: clamp(3.6rem, 16vw, 5.2rem); }
    .contacts-hero-animation { height: min(92vw, 540px); }
    .contact-person-card {
        grid-template-columns: 1fr;
        grid-template-areas: "photo" "identity" "details";
    }
    .contact-person-photo { min-height: 0; height: min(105vw, 480px); }
    .contact-person-identity { padding-bottom: 1.5rem; }
    .contact-person-identity h3 { font-size: clamp(2rem, 10vw, 3.1rem); }
    .contact-person-details { padding-top: 1.5rem; }
    .project-cover { height: 300px; }
    .project-detail-cover { height: 65vw; border-radius: 2rem 2rem 0 0; }
    .volunteer-hero-original {
        padding-top: clamp(3rem, 12vw, 5rem);
        padding-bottom: clamp(11rem, 48vw, 17rem);
        background-size: 155% auto;
    }
    .volunteer-hero-original h1 { font-size: clamp(2.35rem, 11vw, 4rem); }
    .volunteer-hero-original p { font-size: clamp(2rem, 9vw, 3.4rem); }
    .volunteer-card:nth-child(3n+2),
    .volunteer-card:nth-child(3n+2):hover { transform: none; }
    .volunteer-useful-links nav { grid-template-columns: 1fr; }
    .volunteer-journey-title { text-align: left; font-size: clamp(3rem, 15vw, 4.7rem); }
    .volunteer-journey-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; gap: .75rem; }
    .journey-step-0,
    .journey-step-1,
    .journey-step-2,
    .journey-step-3,
    .journey-step-4,
    .journey-step-5,
    .journey-step-6,
    .journey-step-7,
    .journey-step-8,
    .journey-arrow-0,
    .journey-arrow-1,
    .journey-arrow-2,
    .journey-arrow-3,
    .journey-arrow-4,
    .journey-arrow-5,
    .journey-arrow-6,
    .journey-arrow-7 { grid-area: auto; }
    .journey-step { min-height: 225px; }
    .journey-step p { font-size: 1rem; }
    .journey-arrow { height: 64px; transform: rotate(90deg) !important; }
    .album-card:nth-child(even) { transform: none; }
    .album-cover { height: 320px; }
    .photo-grid { columns: 2 160px; }
    .rich-columns { grid-template-columns: 1fr; }
}

@media (max-width: 440px) {
    .document-folder-grid { grid-template-columns: 1fr; }
    .folder-scene { height: 300px; }
    .folder-title { font-size: 1.3rem; }
}
