:root {
  --ink: #142522;
  --ink-soft: #52635d;
  --navy: #14343d;
  --green: #2d6b5c;
  --green-dark: #1f5147;
  --gold: #d8a561;
  --coral: #cf7666;
  --paper: #fbfaf7;
  --cream: #f2ede5;
  --white: #fff;
  --line: #dbe1dc;
  --shadow-card: 0 8px 24px rgba(20, 37, 34, .06);
  --shadow-hero: 0 16px 48px rgba(20, 37, 34, .1);
  --container: 1180px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 15px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; overflow-x: hidden; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
::selection { color: var(--white); background: var(--green); }
:focus-visible { outline: 3px solid rgba(216, 165, 97, .9); outline-offset: 4px; }

.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.icon.tiny { width: 16px; height: 16px; stroke-width: 1.8; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.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: 100; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--navy); border-radius: 8px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.utility-bar { color: rgba(255,255,255,.7); background: var(--navy); font-size: 12px; letter-spacing: .01em; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; min-height: 36px; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-divider { margin-inline: 8px; color: var(--gold); }
.utility-links { display: flex; gap: 20px; }
.utility-links a { transition: color .2s ease; }
.utility-links a:hover { color: var(--white); }

.site-header { position: sticky; z-index: 50; top: 12px; width: min(calc(100% - 32px), 1376px); margin: 12px auto 0; border: 1px solid rgba(219,225,220,.9); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: 0 8px 32px rgba(20,37,34,.06); backdrop-filter: blur(16px); transition: box-shadow .25s ease, background .25s ease, transform .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.98); box-shadow: 0 12px 38px rgba(20,37,34,.1); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-mark svg { width: 42px; height: 42px; }
.brand-shield { fill: none; stroke: currentColor; stroke-width: 1.8; }
.brand-book { fill: var(--white); stroke: var(--white); stroke-width: 1.4; }
.brand-line { fill: none; stroke: var(--green); stroke-width: 1.5; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { color: var(--ink); font-size: 12px; letter-spacing: .07em; line-height: 1.3; }
.brand-copy small { color: var(--ink-soft); font-size: 10px; letter-spacing: .035em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2.1vw, 32px); margin-left: auto; }
.nav-link { display: inline-flex; align-items: center; gap: 5px; color: var(--ink-soft); font-size: 13px; font-weight: 600; white-space: nowrap; transition: color .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.icon-button { display: inline-grid; place-items: center; width: 42px; height: 42px; padding: 0; color: var(--ink); border: 1px solid transparent; border-radius: 10px; background: transparent; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.icon-button:hover { color: var(--green); background: var(--cream); border-color: var(--line); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 46px; padding: 0 22px; border: 1px solid transparent; border-radius: 11px; font-size: 13px; font-weight: 700; white-space: nowrap; transition: transform .2s var(--ease), color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 10px 22px rgba(45,107,92,.18); }
.button-primary:hover { color: var(--white); background: var(--green-dark); box-shadow: 0 12px 26px rgba(45,107,92,.26); }
.button-outline { color: var(--green); border-color: var(--line); background: transparent; }
.button-outline:hover { background: var(--cream); border-color: var(--green); }
.button-gold { color: var(--ink); background: var(--gold); box-shadow: 0 10px 22px rgba(216,165,97,.16); }
.button-gold:hover { color: var(--ink); background: #e2b677; }
.menu-toggle, .mobile-nav { display: none; }

.announcement-bar { margin-top: 18px; border-block: 1px solid var(--line); background: var(--cream); }
.announcement-inner { display: flex; align-items: center; min-height: 42px; gap: 18px; }
.announcement-label { display: inline-flex; align-items: center; gap: 8px; padding-right: 18px; color: var(--coral); border-right: 1px solid #d7cec0; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.announcement-content { flex: 1; min-width: 0; overflow: hidden; color: var(--ink-soft); font-size: 13px; }
.announcement-content span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.announcement-controls { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 11px; white-space: nowrap; }
.announcement-controls button { display: grid; place-items: center; width: 24px; height: 24px; padding: 0; color: var(--ink); border: 0; border-radius: 6px; background: transparent; }
.announcement-controls button:hover { color: var(--green); background: rgba(255,255,255,.6); }

.section { padding: 104px 0; }
.section-small { padding: 72px 0; }
.hero { padding-top: 90px; padding-bottom: 58px; background: var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: center; gap: 80px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.hero h1, .about h2, .section-heading h2, .program h2, .calendar h2, .gallery-heading h2, .portal-panel h2 { max-width: 650px; margin: 0; color: var(--ink); font: 600 clamp(44px, 5.3vw, 72px)/1.08 "Playfair Display", Georgia, serif; letter-spacing: -.045em; }
em { color: var(--coral); font-style: italic; }
.hero-lead { max-width: 520px; margin: 28px 0 30px; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-link, .light-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 13px; font-weight: 700; transition: gap .2s var(--ease), color .2s ease; }
.text-link:hover, .light-link:hover { gap: 13px; color: var(--green-dark); }
.hero-meta { display: flex; align-items: center; gap: 12px; margin-top: 48px; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.hero-meta p { margin: 0; }
.hero-meta strong { color: var(--ink); font-size: 12px; }
.avatar-stack { display: flex; align-items: center; }
.avatar-stack span { display: grid; place-items: center; width: 30px; height: 30px; margin-left: -6px; color: var(--white); border: 2px solid var(--paper); border-radius: 50%; background: var(--green); font-size: 9px; font-weight: 700; }
.avatar-stack span:first-child { margin-left: 0; background: var(--coral); }
.avatar-stack span:nth-child(2) { background: var(--navy); }
.avatar-stack span:last-child { color: var(--ink); background: var(--gold); }
.hero-visual { position: relative; padding: 0 18px 30px 0; }
.hero-image-wrap { position: relative; min-height: 560px; overflow: hidden; border-radius: 18px; background: var(--cream); box-shadow: var(--shadow-hero); }
.hero-image { width: 100%; height: 560px; object-fit: cover; filter: saturate(.88); }
.image-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(20,37,34,.72) 100%); }
.hero-caption { position: absolute; right: 30px; bottom: 28px; left: 30px; display: grid; gap: 5px; color: var(--white); }
.caption-kicker { font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; opacity: .72; }
.hero-caption strong { font: 500 24px/1.2 "Playfair Display", Georgia, serif; }
.caption-arrow { position: absolute; right: 0; bottom: 3px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; }
.hero-note { position: absolute; right: -4px; bottom: 0; display: flex; align-items: center; gap: 11px; min-width: 230px; padding: 14px 17px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: var(--shadow-card); }
.note-icon { display: grid; place-items: center; width: 36px; height: 36px; color: var(--green); border-radius: 9px; background: var(--cream); }
.hero-note div { display: grid; gap: 2px; }
.hero-note strong { color: var(--ink); font-size: 12px; }
.hero-note span { color: var(--ink-soft); font-size: 10px; }
.hero-doodle { position: absolute; top: 20px; left: -50px; color: var(--gold); font: italic 18px "Playfair Display", Georgia, serif; transform: rotate(-14deg); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr) 1.4fr; gap: 20px; margin-top: 70px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-stats > div { display: flex; align-items: center; gap: 12px; min-height: 52px; }
.hero-stats strong { color: var(--green); font: 600 30px/1 "Playfair Display", Georgia, serif; }
.hero-stats span { color: var(--ink-soft); font-size: 10px; line-height: 1.35; }
.hero-stats .stats-note { justify-content: flex-end; color: var(--ink-soft); text-align: right; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(45,107,92,.12); }

.quick-access { padding: 70px 0; background: var(--white); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 40px; }
.compact-heading { align-items: center; margin-bottom: 26px; }
.compact-heading .eyebrow { margin: 0; }
.heading-note { margin: 0; color: var(--ink-soft); font-size: 13px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.quick-card { display: flex; align-items: center; gap: 14px; min-height: 110px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); transition: transform .25s var(--ease), border-color .2s ease, box-shadow .25s ease; }
.quick-card:hover { border-color: rgba(45,107,92,.45); box-shadow: var(--shadow-card); transform: translateY(-4px); }
.quick-icon { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; color: var(--green); border-radius: 11px; background: var(--cream); }
.quick-icon.mini { width: 36px; height: 36px; border-radius: 9px; }
.quick-card > span:nth-child(2) { display: grid; gap: 3px; min-width: 0; }
.quick-card strong { overflow: hidden; color: var(--ink); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.quick-card small { color: var(--ink-soft); font-size: 10px; }
.quick-card .arrow { width: 17px; height: 17px; margin-left: auto; color: var(--ink-soft); transition: color .2s ease, transform .2s ease; }
.quick-card:hover .arrow { color: var(--green); transform: translate(2px, -2px); }

.section-cream { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.about-visual { position: relative; padding: 0 28px 30px 0; }
.about-image-frame { overflow: hidden; border-radius: 18px 18px 18px 4px; box-shadow: var(--shadow-card); }
.about-image-frame img { width: 100%; height: 470px; object-fit: cover; filter: saturate(.78); }
.about-stamp { position: absolute; right: 0; bottom: 0; display: grid; gap: 3px; width: 150px; padding: 17px; color: var(--white); border-radius: 12px; background: var(--green); box-shadow: var(--shadow-card); }
.about-stamp span { font: 600 28px/1 "Playfair Display", Georgia, serif; }
.about-stamp small { color: rgba(255,255,255,.74); font-size: 9px; line-height: 1.35; }
.about h2, .section-heading h2, .program h2, .calendar h2, .gallery-heading h2 { font-size: clamp(38px, 4.4vw, 58px); }
.about-copy > p:not(.eyebrow) { max-width: 510px; margin: 28px 0 24px; color: var(--ink-soft); line-height: 1.75; }
.about-metrics { display: flex; gap: 32px; margin-top: 48px; padding-top: 25px; border-top: 1px solid #d8d1c7; }
.about-metrics > div { display: grid; gap: 4px; }
.about-metrics strong { color: var(--green); font: 600 29px/1 "Playfair Display", Georgia, serif; }
.about-metrics sup { font-size: .55em; }
.about-metrics span { color: var(--ink-soft); font-size: 10px; }

.news { background: var(--white); }
.news .section-heading { align-items: end; }
.news-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .8fr); gap: 70px; }
.featured-news { min-width: 0; }
.news-image-link { position: relative; display: block; overflow: hidden; border-radius: 16px; }
.news-image-link img { width: 100%; height: 420px; object-fit: cover; filter: saturate(.82); transition: transform .55s var(--ease); }
.news-image-link:hover img { transform: scale(1.04); }
.news-tag { position: absolute; top: 20px; left: 20px; padding: 7px 11px; color: var(--white); border-radius: 999px; background: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-date { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--ink-soft); font-size: 11px; }
.news-date .icon { color: var(--coral); }
.featured-news h3 { max-width: 850px; margin: 12px 0 14px; color: var(--ink); font: 600 clamp(25px, 3vw, 36px)/1.18 "Playfair Display", Georgia, serif; letter-spacing: -.02em; }
.featured-news > p { max-width: 750px; margin: 0 0 18px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.notice-rail { display: grid; gap: 16px; }
.notice-box { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.notice-title { display: flex; align-items: center; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.notice-title h3 { flex: 1; margin: 0; font: 600 22px/1.2 "Playfair Display", Georgia, serif; }
.notice-title > a { display: grid; place-items: center; color: var(--ink-soft); }
.notice-title > a:hover { color: var(--green); }
.notice-list { display: grid; }
.notice-item { display: grid; gap: 5px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.notice-item:last-child { padding-bottom: 0; border-bottom: 0; }
.notice-type { font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.type-alert { color: var(--coral); }.type-green { color: var(--green); }.type-gold { color: #a87a3f; }
.notice-item strong { color: var(--ink); font-size: 13px; line-height: 1.45; transition: color .2s ease; }
.notice-item:hover strong { color: var(--green); }
.notice-item small { color: var(--ink-soft); font-size: 10px; }
.schedule-card { position: relative; min-height: 195px; overflow: hidden; padding: 24px; color: var(--white); border-radius: 16px; background: var(--navy); }
.schedule-card .eyebrow { margin-bottom: 15px; }
.eyebrow-light { color: var(--gold); }
.schedule-card h3 { margin: 0 0 8px; font: 600 25px/1.1 "Playfair Display", Georgia, serif; }
.schedule-card p:not(.eyebrow) { max-width: 260px; margin: 0 0 20px; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.55; }
.light-link { color: var(--gold); font-size: 11px; }
.light-link:hover { color: var(--white); }
.schedule-number { position: absolute; right: -4px; bottom: -20px; color: rgba(255,255,255,.06); font: 700 100px/.8 "Playfair Display", Georgia, serif; letter-spacing: -.08em; }

.source-library { background: var(--cream); }
.source-library-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 34px; }
.source-library-heading h2 { margin: 0; color: var(--ink); font: 600 clamp(38px, 4.4vw, 56px)/1.08 "Playfair Display", Georgia, serif; letter-spacing: -.04em; }
.source-library-heading > p { max-width: 330px; margin: 0 0 6px; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.source-library-panel { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow-card); }
.source-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.source-search { display: flex; align-items: center; gap: 9px; width: min(100%, 480px); padding: 0 12px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink-soft); background: var(--paper); }
.source-search:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(45,107,92,.1); }
.source-search input { width: 100%; min-height: 40px; padding: 0; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: 12px; }
.source-sync-status { color: var(--ink-soft); font-size: 10px; white-space: nowrap; }
.source-library-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 18px; }
.source-card { display: grid; gap: 10px; min-height: 184px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); transition: transform .25s var(--ease), border-color .2s ease, box-shadow .25s ease; }
.source-card:hover { border-color: rgba(45,107,92,.5); box-shadow: var(--shadow-card); transform: translateY(-3px); }
.source-card-image { width: calc(100% + 36px); height: 148px; margin: -18px -18px 2px; object-fit: cover; border-radius: 12px 12px 0 0; background: var(--cream); }
.source-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.source-card-meta .icon { color: var(--green); }
.source-card h3 { margin: 0; color: var(--ink); font: 600 19px/1.22 "Playfair Display", Georgia, serif; transition: color .2s ease; }
.source-card:hover h3 { color: var(--green); }
.source-card p { display: -webkit-box; overflow: hidden; margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.source-card-footer { display: flex; align-items: center; gap: 6px; margin-top: auto; color: var(--green); font-size: 10px; font-weight: 700; }
.source-empty { grid-column: 1 / -1; padding: 26px 10px; color: var(--ink-soft); text-align: center; font-size: 12px; }

.program { color: var(--white); background: var(--navy); }
.program-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.program h2 { color: var(--white); }
.program-copy > p:not(.eyebrow) { max-width: 510px; margin: 26px 0 28px; color: rgba(255,255,255,.66); line-height: 1.75; }
.program-list { display: grid; gap: 18px; margin-bottom: 30px; }
.program-list > div { display: flex; align-items: flex-start; gap: 12px; }
.program-check { display: grid; place-items: center; flex: 0 0 auto; width: 25px; height: 25px; margin-top: 1px; color: var(--gold); border: 1px solid rgba(216,165,97,.55); border-radius: 50%; }
.program-list > div > span:last-child { display: grid; gap: 2px; }
.program-list strong { font-size: 12px; }
.program-list small { color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.45; }
.program-collage { position: relative; min-height: 525px; }
.collage-main, .collage-small { position: absolute; overflow: hidden; border-radius: 16px; box-shadow: 0 18px 42px rgba(0,0,0,.18); }
.collage-main { top: 0; right: 0; width: 70%; height: 390px; }
.collage-small { width: 44%; height: 220px; }
.collage-small-one { top: 185px; left: 0; }.collage-small-two { right: 7%; bottom: 0; }
.collage-main img, .collage-small img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .55s var(--ease); }
.collage-main:hover img, .collage-small:hover img { transform: scale(1.05); }
.collage-label { position: absolute; left: 8px; bottom: 19px; padding: 9px 12px; color: var(--ink); border-radius: 8px; background: var(--gold); font-size: 10px; font-weight: 800; transform: rotate(-4deg); }

.calendar { background: var(--paper); }
.calendar-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; align-items: start; }
.calendar-copy > p:not(.eyebrow) { max-width: 350px; margin: 26px 0 22px; color: var(--ink-soft); line-height: 1.75; }
.event-list { border-top: 1px solid var(--line); }
.event-row { display: grid; grid-template-columns: 68px 1fr 26px; align-items: center; gap: 22px; min-height: 108px; border-bottom: 1px solid var(--line); transition: padding .25s var(--ease), border-color .2s ease; }
.event-row:hover { padding-inline: 12px; border-color: rgba(45,107,92,.5); }
.event-row time { display: grid; gap: 0; color: var(--green); text-align: center; }
.event-row time strong { font: 600 34px/.9 "Playfair Display", Georgia, serif; }.event-row time span { font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.event-info { display: grid; gap: 4px; }.event-info small { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }.event-info strong { color: var(--ink); font: 500 17px/1.25 "Playfair Display", Georgia, serif; transition: color .2s ease; }.event-row:hover .event-info strong { color: var(--green); }
.event-arrow { display: grid; place-items: center; color: var(--ink-soft); transition: color .2s ease, transform .2s ease; }.event-row:hover .event-arrow { color: var(--green); transform: translate(2px, -2px); }

.gallery { background: var(--white); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.gallery-heading h2 { font-size: 42px; }.gallery-heading .eyebrow { margin-bottom: 18px; }
.gallery-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr 1.3fr; grid-template-rows: 250px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; min-height: 200px; border-radius: 14px; background: var(--cream); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: transform .55s var(--ease), filter .3s ease; }
.gallery-item::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(20,37,34,.68) 100%); }
.gallery-item span { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; display: flex; align-items: center; justify-content: space-between; color: var(--white); font-size: 11px; font-weight: 700; }
.gallery-item:hover img { filter: saturate(1); transform: scale(1.06); }
.gallery-item-tall { grid-row: span 1; }.gallery-item-wide { grid-column: span 1; }

.portal-cta { padding-top: 72px; background: var(--white); }
.portal-panel { display: flex; justify-content: space-between; align-items: center; gap: 60px; padding: 64px 70px; color: var(--white); border-radius: 18px; background: var(--green); box-shadow: 0 18px 46px rgba(45,107,92,.16); }
.portal-panel h2 { color: var(--white); font-size: clamp(36px, 4.1vw, 54px); }.portal-panel > div > p:not(.eyebrow) { max-width: 470px; margin: 24px 0 0; color: rgba(255,255,255,.7); line-height: 1.7; }
.subscribe-form { width: min(100%, 400px); }.subscribe-form label { display: block; margin-bottom: 9px; color: rgba(255,255,255,.78); font-size: 11px; font-weight: 700; }.subscribe-input { display: flex; gap: 8px; padding: 5px; border-radius: 11px; background: var(--white); }.subscribe-input input { min-width: 0; flex: 1; padding: 0 12px; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: 12px; }.subscribe-input .button { min-height: 38px; padding-inline: 15px; border-radius: 8px; font-size: 11px; }.subscribe-form small { display: block; margin-top: 10px; color: rgba(255,255,255,.55); font-size: 10px; }

.site-footer { color: var(--white); background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1.6fr .7fr .8fr 1.1fr; gap: 60px; padding-top: 78px; padding-bottom: 62px; }.brand-light .brand-copy strong { color: var(--white); }.brand-light .brand-copy small { color: rgba(255,255,255,.55); }.brand-light .brand-mark { background: var(--white); }
.footer-brand > p { max-width: 320px; margin: 22px 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.7; }.social-links { display: flex; gap: 8px; }.social-links a { display: grid; place-items: center; width: 34px; height: 34px; color: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.16); border-radius: 9px; transition: color .2s ease, background .2s ease, border-color .2s ease; }.social-links a:hover { color: var(--white); border-color: var(--gold); background: rgba(216,165,97,.12); }
.footer-column { display: grid; align-content: start; gap: 12px; }.footer-column h3 { margin: 2px 0 9px; color: var(--gold); font: 600 18px/1.2 "Playfair Display", Georgia, serif; }.footer-column a, .footer-column p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; transition: color .2s ease; }.footer-column a:hover { color: var(--white); }.footer-contact p, .footer-contact a { display: flex; gap: 9px; align-items: flex-start; line-height: 1.5; }.footer-contact .icon { color: var(--coral); margin-top: 2px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.36); font-size: 10px; }.footer-bottom div { display: flex; gap: 20px; }.footer-bottom a:hover { color: var(--white); }

.search-dialog { width: min(700px, calc(100% - 32px)); padding: 0; color: var(--ink); border: 0; border-radius: 18px; background: var(--white); box-shadow: 0 30px 100px rgba(20,37,34,.22); }.search-dialog::backdrop { background: rgba(20,37,34,.56); backdrop-filter: blur(5px); }.dialog-inner { padding: 32px; }.dialog-top { display: flex; align-items: center; justify-content: space-between; }.dialog-top .eyebrow { margin-bottom: 0; }.dialog-inner h2 { margin: 44px 0 22px; font: 600 clamp(32px, 5vw, 48px)/1.1 "Playfair Display", Georgia, serif; letter-spacing: -.04em; }.search-input-wrap { display: flex; align-items: center; gap: 8px; padding: 6px 6px 6px 14px; border: 1px solid var(--line); border-radius: 11px; }.search-input-wrap > .icon { color: var(--ink-soft); }.search-input-wrap input { min-width: 0; flex: 1; padding: 8px; border: 0; outline: 0; font-size: 13px; }.search-input-wrap .button { min-height: 40px; padding-inline: 18px; font-size: 11px; }.dialog-hint { margin: 14px 0 0; color: var(--ink-soft); font-size: 11px; }
.toast { position: fixed; z-index: 70; right: 24px; bottom: 24px; max-width: min(360px, calc(100% - 48px)); padding: 13px 16px; color: var(--white); border-radius: 10px; background: var(--navy); box-shadow: 0 12px 36px rgba(20,37,34,.18); font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }.toast.is-visible { opacity: 1; transform: translateY(0); }
.back-to-top { position: fixed; z-index: 40; right: 24px; bottom: 24px; display: grid; place-items: center; width: 42px; height: 42px; color: var(--white); border: 0; border-radius: 12px; background: var(--green); box-shadow: var(--shadow-card); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease, background .2s ease; }.back-to-top:hover { background: var(--green-dark); }.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }.back-to-top .icon { transform: rotate(-45deg); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s var(--ease); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .1s; }.reveal-delay-1 { transition-delay: .06s; }.reveal-delay-2 { transition-delay: .12s; }.reveal-delay-3 { transition-delay: .18s; }

@media (max-width: 1060px) {
  .desktop-nav { gap: 16px; }.header-cta { padding-inline: 15px; }.hero-grid { gap: 46px; }.hero h1 { font-size: 56px; }.about-grid, .program-grid { gap: 56px; }.news-grid { gap: 40px; }.footer-main { gap: 34px; }
}
@media (max-width: 900px) {
  .utility-links { display: none; }.desktop-nav { display: none; }.menu-toggle { display: inline-grid; }.menu-toggle .close-icon { display: none; }.menu-toggle.is-open .menu-icon { display: none; }.menu-toggle.is-open .close-icon { display: block; }.mobile-nav { display: grid; grid-template-rows: 0fr; overflow: hidden; padding-inline: 24px; transition: grid-template-rows .3s ease, padding-bottom .3s ease; }.mobile-nav::before { content: ""; min-height: 0; }.mobile-nav.is-open { grid-template-rows: 1fr; padding-bottom: 18px; }.mobile-nav a { min-height: 0; overflow: hidden; color: var(--ink-soft); font-size: 13px; font-weight: 600; padding-block: 7px; }.mobile-nav a:hover { color: var(--green); }.header-cta { display: none; }.hero-grid, .about-grid, .program-grid, .calendar-grid { grid-template-columns: 1fr; }.hero { padding-top: 68px; }.hero-copy { max-width: 720px; }.hero-visual { max-width: 690px; margin-inline: auto; width: 100%; }.hero-stats { grid-template-columns: repeat(3, 1fr); }.hero-stats .stats-note { justify-content: flex-start; grid-column: span 3; padding-top: 18px; border-top: 1px solid var(--line); text-align: left; }.quick-grid { grid-template-columns: repeat(2, 1fr); }.about-grid, .program-grid { gap: 52px; }.about-copy { max-width: 680px; }.news-grid { grid-template-columns: 1fr; }.notice-rail { grid-template-columns: 1fr 1fr; }.program-collage { max-width: 650px; width: 100%; margin-inline: auto; }.calendar-grid { gap: 48px; }.calendar-copy { max-width: 620px; }.gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 240px; }.gallery-item-wide { grid-column: span 1; }.footer-main { grid-template-columns: 1.5fr 1fr 1fr; }.footer-contact { grid-column: span 3; }.portal-panel { align-items: flex-start; flex-direction: column; padding: 50px 42px; }
}
@media (max-width: 620px) {
  .container { width: min(var(--container), calc(100% - 32px)); }.utility-inner { min-height: 32px; }.utility-inner p { font-size: 10px; }.utility-divider { margin-inline: 4px; }.site-header { width: calc(100% - 20px); margin-top: 10px; border-radius: 13px; }.header-inner { min-height: 68px; }.brand-mark { width: 39px; height: 39px; border-radius: 10px; }.brand-copy strong { font-size: 10px; }.brand-copy small { max-width: 175px; font-size: 8px; }.announcement-bar { margin-top: 10px; }.announcement-inner { min-height: 42px; gap: 8px; }.announcement-label { padding-right: 8px; font-size: 9px; }.announcement-content { font-size: 10px; }.announcement-controls { gap: 4px; font-size: 9px; }.announcement-controls button { width: 20px; height: 20px; }.section { padding: 70px 0; }.section-small { padding: 52px 0; }.hero { padding-top: 64px; padding-bottom: 38px; }.hero h1 { font-size: 44px; }.hero-lead { margin-top: 22px; font-size: 14px; }.hero-actions { gap: 16px; }.hero-actions .button { width: 100%; }.hero-actions .text-link { margin-inline: 4px; }.hero-meta { margin-top: 34px; }.hero-visual { padding-right: 0; padding-bottom: 27px; }.hero-image-wrap, .hero-image { min-height: 390px; height: 390px; }.hero-caption { right: 18px; bottom: 18px; left: 18px; }.hero-caption strong { font-size: 20px; }.hero-note { right: 10px; min-width: 214px; padding: 11px 12px; }.hero-doodle { display: none; }.hero-stats { grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 48px; }.hero-stats > div { display: grid; gap: 7px; align-content: start; }.hero-stats strong { font-size: 25px; }.hero-stats span { font-size: 9px; }.hero-stats .stats-note { display: flex; grid-column: span 3; padding-top: 16px; }.quick-access { padding: 48px 0; }.compact-heading { display: grid; gap: 8px; margin-bottom: 18px; }.heading-note { font-size: 11px; }.quick-grid { grid-template-columns: 1fr; gap: 9px; }.quick-card { min-height: 77px; padding: 12px; }.quick-icon { width: 38px; height: 38px; }.about-image-frame img { height: 330px; }.about-visual { padding-right: 18px; padding-bottom: 24px; }.about-stamp { width: 132px; padding: 13px; }.about-stamp span { font-size: 24px; }.about h2, .section-heading h2, .program h2, .calendar h2, .gallery-heading h2 { font-size: 39px; }.about-metrics { gap: 16px; margin-top: 32px; }.about-metrics strong { font-size: 24px; }.about-metrics span { font-size: 9px; }.section-heading, .gallery-heading { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }.section-heading .button { width: 100%; }.news-image-link img { height: 290px; }.featured-news h3 { font-size: 27px; }.featured-news > p { font-size: 13px; }.notice-rail { grid-template-columns: 1fr; }.notice-box { padding: 18px; }.schedule-card { min-height: 180px; }.program-copy > p:not(.eyebrow) { font-size: 14px; }.program-collage { min-height: 390px; }.collage-main { width: 72%; height: 280px; }.collage-small { height: 165px; }.collage-small-one { top: 128px; }.collage-label { bottom: 12px; font-size: 9px; }.event-row { grid-template-columns: 52px 1fr 20px; gap: 12px; min-height: 104px; }.event-row time strong { font-size: 27px; }.event-info strong { font-size: 14px; }.event-info small { font-size: 8px; }.gallery-heading { gap: 16px; }.gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 190px 190px; gap: 8px; }.gallery-item span { right: 9px; bottom: 8px; left: 9px; font-size: 9px; }.portal-panel { padding: 38px 22px; gap: 34px; }.portal-panel h2 { font-size: 38px; }.subscribe-input { display: grid; padding: 7px; }.subscribe-input input { min-height: 38px; }.subscribe-input .button { width: 100%; }.footer-main { grid-template-columns: 1fr 1fr; gap: 38px 20px; padding-top: 56px; padding-bottom: 44px; }.footer-brand { grid-column: span 2; }.footer-contact { grid-column: span 2; }.footer-bottom { align-items: flex-start; flex-direction: column; }.footer-bottom div { flex-wrap: wrap; gap: 10px 16px; }.dialog-inner { padding: 22px; }.dialog-inner h2 { margin-top: 34px; }.search-input-wrap { align-items: stretch; flex-direction: column; padding: 8px; }.search-input-wrap > .icon { display: none; }.search-input-wrap input { min-height: 38px; }.search-input-wrap .button { width: 100%; }.back-to-top { right: 16px; bottom: 16px; }
}
@media (max-width: 900px) {
  .source-library-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .source-library-heading > p { max-width: 520px; }
  .source-library-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .source-library-panel { padding: 14px; }
  .source-toolbar { align-items: stretch; flex-direction: column; gap: 10px; }
  .source-search { width: 100%; }
  .source-sync-status { font-size: 9px; }
  .source-library-grid { grid-template-columns: 1fr; padding-top: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
