:root {
  --ink: #142522;
  --ink-soft: #52635d;
  --navy: #14343d;
  --green: #2d6b5c;
  --green-dark: #1f5147;
  --gold: #d8a561;
  --coral: #cf7666;
  --paper: #fbfaf7;
  --cream: #f2ede5;
  --white: #fff;
  --surface: #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);
}

html[data-theme="mono"] {
  --ink: #151515;
  --ink-soft: #555;
  --navy: #171717;
  --green: #303030;
  --green-dark: #111;
  --gold: #666;
  --coral: #444;
  --paper: #fff;
  --cream: #f3f3f3;
  --white: #fff;
  --line: #d5d5d5;
  --shadow-card: 0 8px 24px rgba(0, 0, 0, .07);
  --shadow-hero: 0 16px 48px rgba(0, 0, 0, .1);
}

html[data-theme="soft-gold"] {
  --ink: #3f3023;
  --ink-soft: #766653;
  --navy: #5f4830;
  --green: #80623a;
  --green-dark: #624a2b;
  --gold: #c49a54;
  --coral: #a8784e;
  --paper: #fffdf8;
  --cream: #f7efdf;
  --white: #fffefa;
  --line: #eadcc5;
  --shadow-card: 0 8px 24px rgba(104, 76, 35, .08);
  --shadow-hero: 0 16px 48px rgba(104, 76, 35, .12);
}

html[data-theme="light"] {
  --ink: #0f172a;
  --ink-soft: #475569;
  --navy: #0f172a;
  --green: #2563eb;
  --green-dark: #1d4ed8;
  --gold: #b7791f;
  --coral: #c2410c;
  --paper: #fff;
  --cream: #f8fafc;
  --white: #fff;
  --surface: #fff;
  --line: #e2e8f0;
  --shadow-card: 0 8px 24px rgba(15, 23, 42, .07);
  --shadow-hero: 0 16px 48px rgba(15, 23, 42, .1);
}

html[data-theme="dark"] {
  --ink: #f4f4f5;
  --ink-soft: #c4c4cc;
  --navy: #000;
  --green: #93c5fd;
  --green-dark: #bfdbfe;
  --gold: #facc15;
  --coral: #fb7185;
  --paper: #09090b;
  --cream: #18181b;
  --white: #fff;
  --surface: #111113;
  --line: #3f3f46;
  --shadow-card: 0 8px 24px rgba(0, 0, 0, .32);
  --shadow-hero: 0 16px 48px rgba(0, 0, 0, .46);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.65 Calibri, "Segoe UI", Arial, 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); }
.nav-upload-button { display: inline-grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; color: var(--white); border: 1px solid var(--green); border-radius: 50%; background: var(--green); box-shadow: 0 7px 16px rgba(45,107,92,.18); transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.nav-upload-button:hover { color: var(--white); border-color: var(--green-dark); background: var(--green-dark); box-shadow: 0 10px 22px rgba(45,107,92,.26); transform: translateY(-2px); }
.nav-upload-button:focus-visible { outline: 3px solid color-mix(in srgb, var(--green) 32%, transparent); outline-offset: 3px; }
.mobile-upload-link { display: inline-flex; align-items: center; gap: 9px; }
.mobile-upload-icon { display: inline-grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; color: var(--white); border-radius: 50%; background: var(--green); }
.mobile-upload-icon .icon { width: 15px; height: 15px; stroke-width: 2.2; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.theme-switcher { display: inline-flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.theme-choice { display: inline-flex; align-items: center; gap: 5px; min-height: 28px; padding: 0 7px; color: var(--ink-soft); border: 1px solid transparent; border-radius: 999px; background: transparent; font-size: 9px; font-weight: 800; line-height: 1; transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.theme-choice:hover { color: var(--ink); background: var(--cream); border-color: var(--line); }
.theme-choice.is-active { color: var(--ink); border-color: var(--line); background: var(--white); box-shadow: 0 2px 7px rgba(20, 37, 34, .08); }
.theme-swatch { width: 12px; height: 12px; flex: 0 0 12px; border: 1px solid currentColor; border-radius: 50%; }
.theme-swatch-classic { background: linear-gradient(135deg, #2d6b5c 0 50%, #d8a561 50%); }
.theme-swatch-mono { background: linear-gradient(135deg, #111 0 50%, #fff 50%); }
.theme-swatch-soft-gold { background: linear-gradient(135deg, #c49a54 0 50%, #fff8e9 50%); }
.theme-swatch-light { background: #fff; }
.theme-swatch-dark { background: #111113; }
.source-site-header .theme-switcher { margin-left: auto; }
.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); }
.google-auth-link { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; max-width: 190px; padding: 0 11px; overflow: hidden; color: var(--green); border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 10px; font-weight: 800; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.google-auth-link:hover, .google-auth-link.is-authenticated { color: var(--white); border-color: var(--green); background: var(--green); }
.google-auth-link .icon { flex: 0 0 auto; }
.google-auth-link.is-authenticated > .icon { display: none; }
.google-auth-avatar { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 24px; overflow: hidden; color: var(--green); border: 2px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--cream); font-size: 10px; font-weight: 800; line-height: 1; }
.google-auth-avatar[hidden] { display: none; }
.google-auth-avatar img { width: 100%; height: 100%; object-fit: cover; }
.google-auth-link.is-authenticated .google-auth-avatar.is-fallback { color: var(--green); border-color: rgba(216,165,97,.8); background: var(--gold); }
.auth-logout[hidden] { display: none; }
.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 Calibri, "Segoe UI", Arial, sans-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-badge { position: absolute; top: 18px; left: 18px; z-index: 3; display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px; border-radius: 999px; background: rgba(20, 52, 61, .82); color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .04em; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, .2); box-shadow: 0 4px 16px rgba(0, 0, 0, .2); pointer-events: none; }
.hero-badge .status-dot { width: 6px; height: 6px; background: #34d399; box-shadow: 0 0 0 4px rgba(52, 211, 153, .25); }
.hero-dots { position: absolute; top: 18px; right: 18px; z-index: 3; display: flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 999px; background: rgba(20, 52, 61, .6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, .15); }
.hero-dots:empty { display: none; }
.hero-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .45); cursor: pointer; transition: all .25s ease; }
.hero-dot:hover { background: rgba(255, 255, 255, .85); }
.hero-dot.is-active { width: 18px; background: var(--gold); }
.hero-image { width: 100%; height: 560px; object-fit: cover; filter: saturate(.88); transition: opacity .32s ease, transform .4s var(--ease); }
.hero-image.is-switching { opacity: .35; transform: scale(1.02); }
.image-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(20,37,34,.78) 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 Calibri, "Segoe UI", Arial, sans-serif; }
.hero-caption-link { color: inherit; text-decoration: none; transition: color .2s ease; }
.hero-caption-link:hover { color: var(--gold); }
.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%; color: var(--white); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.caption-arrow:hover { background: rgba(255,255,255,.2); border-color: var(--white); transform: translate(2px, -2px); }
.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 Calibri, "Segoe UI", Arial, sans-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 Calibri, "Segoe UI", Arial, sans-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 Calibri, "Segoe UI", Arial, sans-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 Calibri, "Segoe UI", Arial, sans-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 Calibri, "Segoe UI", Arial, sans-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 Calibri, "Segoe UI", Arial, sans-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 Calibri, "Segoe UI", Arial, sans-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 Calibri, "Segoe UI", Arial, sans-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 Calibri, "Segoe UI", Arial, sans-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 Calibri, "Segoe UI", Arial, sans-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; }

.document-upload { background: var(--paper); }
.document-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 34px; }
.document-heading h2 { margin: 0; color: var(--ink); font: 600 clamp(38px, 4.4vw, 56px)/1.08 Calibri, "Segoe UI", Arial, sans-serif; letter-spacing: -.04em; }
.document-heading > p { max-width: 390px; margin: 0 0 6px; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.document-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 18px; align-items: start; }
.document-form, .document-guide { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow-card); }
.document-form { display: grid; gap: 18px; }
.document-form-row { display: grid; grid-template-columns: .72fr 1.28fr; gap: 14px; }
.form-field { display: grid; gap: 8px; }
.form-field > label { color: var(--ink); font-size: 11px; font-weight: 800; }
.form-field > label span { color: var(--coral); }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 44px; padding: 0 12px; color: var(--ink); border: 1px solid var(--line); border-radius: 9px; outline: 0; background: var(--paper); font-size: 12px; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field textarea { min-height: 150px; padding: 12px; resize: vertical; line-height: 1.6; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(45,107,92,.1); }
.document-content-count { color: var(--ink-soft); font-size: 10px; text-align: right; }
.document-dropzone { display: grid; place-items: center; gap: 6px; min-height: 150px; padding: 22px; color: var(--green); border: 1px dashed rgba(45,107,92,.46); border-radius: 12px; background: rgba(242,237,229,.42); text-align: center; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.document-dropzone:hover, .document-dropzone:focus-within { border-color: var(--green); background: rgba(242,237,229,.78); transform: translateY(-1px); }
.document-dropzone > .icon { width: 28px; height: 28px; }
.document-dropzone strong { color: var(--ink); font-size: 13px; }
.document-dropzone small, .form-hint { color: var(--ink-soft); font-size: 10px; }
.document-dropzone .button { min-height: 34px; margin-top: 4px; padding-inline: 13px; font-size: 10px; }
.form-hint { display: block; margin-top: 2px; line-height: 1.5; }
.document-cover-field { margin-bottom: 4px; }
.document-cover-field > label small { color: var(--ink-soft); font-size: 11px; font-weight: normal; margin-left: 4px; }
.document-cover-container { position: relative; }
.document-cover-dropzone { min-height: 116px; border-color: rgba(216,165,97,.6); background: rgba(216,165,97,.06); }
.document-cover-dropzone:hover, .document-cover-dropzone:focus-within { border-color: var(--gold); background: rgba(216,165,97,.12); }
.document-cover-preview { position: relative; overflow: hidden; width: 100%; height: 180px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); box-shadow: var(--shadow-card); }
.document-cover-preview[hidden] { display: none; }
.document-cover-preview img { width: 100%; height: 100%; object-fit: cover; }
.document-cover-badge { position: absolute; top: 10px; left: 10px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px; color: var(--navy); border: 1px solid rgba(216,165,97,.6); border-radius: 999px; background: rgba(251,250,247,.92); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; backdrop-filter: blur(4px); box-shadow: 0 4px 12px rgba(0,0,0,.1); }
.document-cover-remove { position: absolute; top: 10px; right: 10px; display: grid; place-items: center; width: 28px; height: 28px; padding: 0; color: var(--white); border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(20,37,34,.82); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.document-cover-remove:hover { background: var(--coral); transform: scale(1.08); }
.document-preview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; min-height: 88px; padding: 10px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); }
.preview-empty { grid-column: 1 / -1; display: grid; place-items: center; min-height: 64px; color: var(--ink-soft); font-size: 10px; text-align: center; }
.document-preview-item { position: relative; overflow: hidden; aspect-ratio: 1 / 1; border-radius: 8px; background: var(--cream); }
.document-preview-item img { width: 100%; height: 100%; object-fit: cover; }
.document-preview-item video { width: 100%; height: 100%; object-fit: cover; background: #10252a; }
.document-preview-item figcaption { position: absolute; right: 5px; bottom: 5px; left: 5px; overflow: hidden; color: var(--white); font-size: 8px; text-overflow: ellipsis; text-shadow: 0 1px 3px rgba(0,0,0,.5); white-space: nowrap; }
.document-preview-item button { position: absolute; top: 5px; right: 5px; display: grid; place-items: center; width: 24px; height: 24px; padding: 0; color: var(--white); border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(20,37,34,.78); }
.document-preview-item button:hover { background: var(--coral); }
.document-video-picker { grid-column: 1 / -1; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow-card); }
.document-video-picker .form-field { margin: 0; }
.document-video-picker .document-dropzone { min-height: 116px; }
.document-submit-row { display: flex; align-items: center; gap: 14px; }
.document-submit-row .button { min-height: 44px; }
.document-submit-row .button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.document-auth-notice { margin: 0; padding: 10px 12px; color: var(--green); border: 1px solid rgba(45,107,92,.18); border-radius: 9px; background: rgba(45,107,92,.06); font-size: 10px; line-height: 1.5; }
.document-auth-notice a { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.document-auth-notice.is-locked { color: var(--coral); border-color: rgba(207,118,102,.24); background: rgba(207,118,102,.07); }
.document-auth-notice.is-locked a { color: var(--coral); }
.document-upload-status { color: var(--ink-soft); font-size: 10px; }
.document-upload-status.is-error { color: var(--coral); }.document-upload-status.is-success { color: var(--green); }
.document-guide { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.document-guide::after { position: absolute; right: -35px; bottom: -70px; width: 190px; height: 190px; border: 1px solid rgba(216,165,97,.25); border-radius: 50%; content: ""; box-shadow: 0 0 0 22px rgba(216,165,97,.05), 0 0 0 44px rgba(216,165,97,.035); }
.document-guide > .quick-icon { margin-bottom: 18px; color: var(--navy); background: var(--gold); }
.document-guide .eyebrow { color: var(--gold); }.document-guide h3 { max-width: 260px; margin: 13px 0 24px; color: var(--white); font: 600 27px/1.15 Calibri, "Segoe UI", Arial, sans-serif; }
.document-guide ol { position: relative; z-index: 1; display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; counter-reset: guide; }
.document-guide li { display: grid; grid-template-columns: 30px 1fr; gap: 9px; counter-increment: guide; }.document-guide li::before { content: counter(guide, decimal-leading-zero); color: var(--gold); font: 600 17px/1 Calibri, "Segoe UI", Arial, sans-serif; }.document-guide li strong { display: block; font-size: 11px; }.document-guide li span { display: block; margin-top: 3px; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.5; }
.document-library-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 58px 0 18px; }.document-library-heading h3 { margin: 0; color: var(--ink); font: 600 30px/1.15 Calibri, "Segoe UI", Arial, sans-serif; }.document-library-heading > span { color: var(--ink-soft); font-size: 10px; }.document-library-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.document-card { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--white); box-shadow: var(--shadow-card); }.document-card-cover { width: 100%; height: 170px; object-fit: cover; background: var(--cream); }.document-card-body { display: grid; gap: 8px; padding: 16px; }.document-card-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.document-card h4 { margin: 0; color: var(--ink); font: 600 20px/1.2 Calibri, "Segoe UI", Arial, sans-serif; }.document-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; }.document-card-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-top: 4px; }.document-card-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 5px; background: var(--cream); }.document-card-videos { display: grid; gap: 8px; margin-top: 4px; }.document-card-videos video { width: 100%; max-height: 220px; border-radius: 7px; background: #10252a; }
.document-library-section-heading { margin-bottom: 34px; }
.document-library-section-heading h2 { max-width: 650px; margin: 0; color: var(--ink); font: 600 clamp(38px, 4.8vw, 60px)/1.08 Calibri, "Segoe UI", Arial, sans-serif; letter-spacing: -.045em; }
.document-library-section-heading > span { color: var(--ink-soft); font-size: 10px; }
.document-library-panel { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow-card); }
.document-library-panel .document-library-grid { padding-top: 0; }

.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; }
.admissions-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.program-list > .admissions-post { display: grid; align-content: start; min-height: 190px; overflow: hidden; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.06); transition: color .2s ease, transform .2s var(--ease), border-color .2s ease, background .2s ease; }
.program-list > .admissions-post:hover { color: var(--gold); border-color: rgba(216,165,97,.7); background: rgba(255,255,255,.1); transform: translateY(-3px); }
.admissions-post-image { width: 100%; height: 92px; object-fit: cover; filter: saturate(.82); }
.admissions-post-body { display: flex; align-items: flex-start; gap: 10px; padding: 12px; }
.admissions-post .program-check { margin-top: 1px; }
.admissions-post-copy { display: grid; min-width: 0; gap: 3px; }
.admissions-post-copy strong { display: -webkit-box; overflow: hidden; color: var(--white); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.admissions-post:hover .admissions-post-copy strong { color: var(--gold); }
.admissions-post-copy small { display: -webkit-box; overflow: hidden; color: rgba(255,255,255,.58); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.admissions-empty { grid-column: 1 / -1; padding: 14px; color: rgba(255,255,255,.62); border: 1px dashed rgba(255,255,255,.18); border-radius: 12px; font-size: 11px; }
.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 Calibri, "Segoe UI", Arial, sans-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 Calibri, "Segoe UI", Arial, sans-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-access-standalone { padding-bottom: 24px; }
.footer-access-button { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 0 14px; color: var(--white); border: 1px solid rgba(216,165,97,.65); border-radius: 999px; background: rgba(216,165,97,.12); font-size: 11px; font-weight: 800; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.footer-access-button:hover { color: var(--navy); border-color: var(--gold); background: var(--gold); transform: translateY(-2px); }
.footer-access-button .icon { width: 15px; height: 15px; }
.footer-bottom > span { cursor: pointer; transition: color .2s ease; }
.footer-bottom > span:hover, .footer-bottom > span:focus-visible { color: var(--white); }
.footer-bottom > span:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 3px; }
.footer-column { display: grid; align-content: start; gap: 12px; }.footer-column h3 { margin: 2px 0 9px; color: var(--gold); font: 600 18px/1.2 Calibri, "Segoe UI", Arial, sans-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 Calibri, "Segoe UI", Arial, sans-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; }.theme-choice-label { display: none; }.theme-choice { padding-inline: 6px; }.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; }.source-site-header .theme-switcher { margin-left: auto; }.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; }.theme-switcher { gap: 2px; }.theme-choice { min-height: 26px; padding-inline: 5px; }.theme-choice-label { display: none; }
}
@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); }
  .document-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .document-heading > p { max-width: 520px; }
  .document-layout { grid-template-columns: 1fr; }
  .document-guide { min-height: 0; }
  .document-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; }
  .document-form, .document-guide { padding: 16px; }
  .document-form-row { grid-template-columns: 1fr; }
  .document-preview { grid-template-columns: repeat(3, 1fr); }
  .document-submit-row { align-items: stretch; flex-direction: column; gap: 8px; }
  .document-submit-row .button { width: 100%; }
  .document-library-heading { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 42px; }
  .document-library-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .google-auth-link { max-width: 38px; padding: 0; justify-content: center; border: 0; background: transparent; }
  .google-auth-link span { display: none; }
  .document-video-picker { padding: 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; }
}
.document-card-link { display: block; text-decoration: none; color: inherit; border-radius: 13px; cursor: pointer; transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s; }
.document-card-link:hover .document-card { box-shadow: 0 12px 40px rgba(20,37,34,.14); transform: translateY(-2px); }
.document-card-link:hover { outline: none; }
.document-card h4 { color: inherit; }
.document-card { transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s; }
.document-page-author { margin: 16px 0 0; color: var(--green); font-size: 11px; font-weight: 700; }
.document-page-videos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); }
.document-page-videos figure { margin: 0; }
.document-page-videos video { width: 100%; max-height: 360px; border-radius: 10px; background: #10252a; }
.source-card-image, .gallery-item img, .news-image-link img, .hero-image, .about-image-frame img, .program-collage img, .document-card-cover, .document-card-gallery img, .source-cover, .source-media-item img, .source-content img { cursor: zoom-in; }
.image-lightbox { width: min(96vw, 1360px); height: min(94vh, 920px); max-width: none; max-height: none; padding: 0; color: var(--white); border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; background: rgba(14, 28, 30, .96); box-shadow: 0 32px 110px rgba(5, 15, 16, .65); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); overflow: hidden; }
.image-lightbox::backdrop { background: rgba(8, 16, 18, .82); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.image-lightbox-inner { position: relative; display: flex; flex-direction: column; width: 100%; height: 100%; overflow: hidden; user-select: none; }
.image-lightbox-toolbar { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 18px; background: rgba(20, 42, 46, .75); border-bottom: 1px solid rgba(255, 255, 255, .08); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.lightbox-actions-left, .lightbox-actions-right { display: flex; align-items: center; gap: 8px; }
.lightbox-tool { display: inline-grid; place-items: center; width: 38px; height: 38px; padding: 0; color: rgba(255, 255, 255, .85); border: 1px solid rgba(255, 255, 255, .14); border-radius: 10px; background: rgba(255, 255, 255, .06); transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.lightbox-tool:hover { color: var(--white); border-color: var(--gold); background: rgba(216, 165, 97, .18); transform: translateY(-1px); }
.lightbox-zoom-value { display: inline-flex; align-items: center; justify-content: center; min-width: 58px; height: 38px; padding: 0 10px; color: var(--gold); border: 1px solid rgba(216, 165, 97, .3); border-radius: 10px; background: rgba(216, 165, 97, .1); font-size: 12px; font-weight: 800; letter-spacing: .02em; cursor: pointer; transition: all .2s ease; }
.lightbox-zoom-value:hover { background: rgba(216, 165, 97, .22); border-color: var(--gold); }
.image-lightbox-close { color: var(--white); border-color: rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .08); }
.image-lightbox-close:hover { color: var(--white); border-color: var(--coral); background: rgba(207, 118, 102, .25); }
.image-lightbox-viewport { position: relative; flex: 1; width: 100%; height: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; background: #091517; cursor: zoom-in; }
.image-lightbox-viewport.is-zoomed { cursor: grab; }
.image-lightbox-viewport.is-dragging { cursor: grabbing; }
.image-lightbox-figure { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; margin: 0; padding: 12px; box-sizing: border-box; }
.image-lightbox-stage { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: calc(100% - 32px); overflow: visible; touch-action: none; }
.image-lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 8px; box-shadow: 0 16px 48px rgba(0, 0, 0, .4); transform-origin: center center; transition: transform .22s cubic-bezier(.2, 0, .1, 1); will-change: transform; user-select: none; -webkit-user-drag: none; }
.image-lightbox-stage.is-dragging img { transition: none; }
.image-lightbox figcaption { margin-top: 8px; max-width: 85%; overflow: hidden; color: rgba(255, 255, 255, .8); font-size: 12px; font-weight: 500; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.image-lightbox-hints { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); z-index: 5; padding: 5px 14px; border-radius: 999px; background: rgba(14, 28, 30, .78); border: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .65); font-size: 11px; pointer-events: none; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.source-document-library-heading { margin-top: 0; padding-top: 0; border-top: 0; }
.source-document-library-grid { padding-top: 0; }
.source-library-feed { margin-top: 0; padding-top: 0; border-top: 0; }
.source-library-feed .source-library-grid { padding-top: 18px; }
@media (max-width: 768px) {
  .image-lightbox { width: 98vw; height: 96vh; border-radius: 14px; }
  .image-lightbox-toolbar { padding: 8px 12px; }
  .lightbox-tool { width: 34px; height: 34px; }
  .lightbox-zoom-value { min-width: 48px; height: 34px; font-size: 11px; }
  .image-lightbox-hints { display: none; }
}
.document-page-videos figcaption { margin-top: 6px; color: var(--ink-soft); font-size: 10px; }
@media (max-width: 620px) { .document-page-videos { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .admissions-post-grid { grid-template-columns: 1fr; } }

html[data-theme="dark"] .site-header,
html[data-theme="dark"] .site-header.is-scrolled,
html[data-theme="dark"] .theme-choice.is-active,
html[data-theme="dark"] .google-auth-link,
html[data-theme="dark"] .hero-note,
html[data-theme="dark"] .quick-access,
html[data-theme="dark"] .news,
html[data-theme="dark"] .source-library-panel,
html[data-theme="dark"] .document-library-panel,
html[data-theme="dark"] .document-form,
html[data-theme="dark"] .document-video-picker,
html[data-theme="dark"] .document-card,
html[data-theme="dark"] .gallery,
html[data-theme="dark"] .portal-cta,
html[data-theme="dark"] .subscribe-input,
html[data-theme="dark"] .search-dialog {
  background: var(--surface);
}

html[data-theme="dark"] .site-header,
html[data-theme="dark"] .site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 12px 38px rgba(0, 0, 0, .36);
}

html[data-theme="dark"] .quick-card,
html[data-theme="dark"] .notice-box,
html[data-theme="dark"] .source-card {
  background: var(--paper);
}

html[data-theme="dark"] .document-dropzone {
  border-color: rgba(147, 197, 253, .58);
  background: rgba(147, 197, 253, .08);
}

html[data-theme="dark"] .document-dropzone:hover,
html[data-theme="dark"] .document-dropzone:focus-within {
  border-color: var(--green);
  background: rgba(147, 197, 253, .14);
}

html[data-theme="dark"] .document-cover-dropzone {
  border-color: rgba(250, 204, 21, .62);
  background: rgba(250, 204, 21, .08);
}

html[data-theme="dark"] .document-cover-badge {
  color: var(--ink);
  background: rgba(9, 9, 11, .9);
}

@media (max-width: 900px) {
  body { padding-bottom: 92px; }
  .menu-toggle { display: none; }
  .mobile-nav {
    position: fixed;
    z-index: 60;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    display: flex;
    align-items: stretch;
    gap: 4px;
    min-height: 64px;
    padding: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--surface);
    background: color-mix(in srgb, var(--surface) 94%, transparent);
    box-shadow: 0 12px 32px rgba(20, 37, 34, .16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .mobile-nav::before { display: none; }
  .mobile-nav.is-open { grid-template-rows: none; padding: 6px; }
  .mobile-nav a.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1 1 0;
    min-width: 0;
    min-height: 52px;
    gap: 4px;
    padding: 5px 3px;
    overflow: hidden;
    color: var(--ink-soft);
    border-radius: 12px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease, transform .2s ease;
  }
  .mobile-nav a.mobile-nav-link:hover, .mobile-nav a.mobile-nav-link:focus-visible { color: var(--green); background: var(--cream); }
  .mobile-nav a.mobile-nav-link:active { transform: translateY(1px); }
  .mobile-nav-icon { width: 20px; height: 20px; stroke-width: 1.9; }
  .mobile-nav a.mobile-nav-upload { color: var(--white); background: var(--green); box-shadow: 0 6px 14px rgba(45, 107, 92, .2); }
  .mobile-nav a.mobile-nav-upload:hover, .mobile-nav a.mobile-nav-upload:focus-visible { color: var(--white); background: var(--green-dark); }
}

@media (max-width: 620px) {
  body { padding-bottom: 86px; }
  .mobile-nav { right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); left: 8px; min-height: 60px; padding: 5px; border-radius: 16px; }
  .mobile-nav a.mobile-nav-link { min-height: 48px; padding-inline: 2px; border-radius: 10px; font-size: 8px; }
  .mobile-nav-icon { width: 18px; height: 18px; }
}
