:root {
  --fcs-primary: #6B4FA0;
  --fcs-primary-dark: #563D85;
  --fcs-ink: #221B2E;
  --fcs-tabby: #F2A93B;
  --fcs-tint: #F1ECF8;
  --fcs-mist: #5F5869;
  --fcs-line: #E4DCEE;
  --fcs-display: "Bricolage Grotesque", "Poppins", system-ui, sans-serif;
  --bs-body-font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-line-height: 1.65;
  --bs-body-color: var(--fcs-ink);
  --bs-link-color: var(--fcs-primary);
  --bs-link-color-rgb: 107, 79, 160;
  --bs-link-hover-color: var(--fcs-primary-dark);
  --bs-link-hover-color-rgb: 86, 61, 133;
  --bs-border-color: var(--fcs-line);
  --bs-primary: var(--fcs-primary);
  --bs-primary-rgb: 107, 79, 160;
}
h1, h2, h3, .h1, .h2, .h3 {
  font-family: var(--fcs-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--fcs-ink);
}
h1 { font-size: clamp(2.25rem, 4vw + 1rem, 3.5rem); font-weight: 800; }
h2 { font-size: clamp(1.75rem, 2vw + 1rem, 2.375rem); margin-bottom: 1rem; }
h3 { font-size: 1.3rem; margin-bottom: .5rem; }
html { scroll-padding-top: 5rem; }
a { text-underline-offset: .18em; }
:focus-visible { outline: 3px solid var(--fcs-tabby); outline-offset: 2px; }
.btn { --bs-btn-border-radius: 50rem; --bs-btn-font-weight: 700; --bs-btn-padding-x: 1.25rem; }
.btn-lg { --bs-btn-padding-x: 1.6rem; --bs-btn-font-size: 1.05rem; }
.btn-primary {
  --bs-btn-bg: var(--fcs-primary);
  --bs-btn-border-color: var(--fcs-primary);
  --bs-btn-hover-bg: var(--fcs-primary-dark);
  --bs-btn-hover-border-color: var(--fcs-primary-dark);
  --bs-btn-active-bg: var(--fcs-primary-dark);
  --bs-btn-active-border-color: var(--fcs-primary-dark);
}
.btn-outline-dark {
  --bs-btn-color: var(--fcs-ink);
  --bs-btn-border-color: var(--fcs-ink);
  --bs-btn-hover-bg: var(--fcs-ink);
  --bs-btn-hover-border-color: var(--fcs-ink);
  --bs-btn-border-width: 2px;
}
.btn-light { --bs-btn-color: var(--fcs-ink); --bs-btn-bg: #fff; --bs-btn-border-color: #fff; --bs-btn-hover-bg: var(--fcs-tint); }
.btn-outline-light { --bs-btn-border-width: 2px; --bs-btn-hover-color: var(--fcs-ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.skip-link { position: absolute; top: .5rem; left: .5rem; z-index: 2000; background: #fff; padding: .5rem 1rem; border-radius: .5rem; }
.announce { background: var(--fcs-ink); color: #fff; font-size: .95rem; padding: .6rem 0; text-align: center; }
.announce a { color: var(--fcs-tabby); font-weight: 700; margin-left: .35rem; }
.announce .bi { color: var(--fcs-tabby); margin-right: .25rem; }
.site-header { background: #fff; border-bottom: 1px solid var(--fcs-line); }
.navbar { padding-block: .6rem; }
.navbar-brand { display: flex; align-items: center; gap: .6rem; font-family: var(--fcs-display); font-weight: 800; font-size: 1.2rem; letter-spacing: -0.02em; color: var(--fcs-ink); }
.navbar-brand img { border-radius: 50%; }
.nav-link { font-weight: 700; color: var(--fcs-ink); padding-inline: .8rem !important; }
.nav-link:hover, .nav-link.active, .nav-link.show { color: var(--fcs-primary) !important; }
.dropdown-menu { border: 1px solid var(--fcs-line); border-radius: .75rem; padding: .5rem; box-shadow: 0 12px 30px -12px rgba(34, 27, 46, .25); }
.dropdown-item { border-radius: .5rem; padding: .5rem .75rem; }
.dropdown-item.active, .dropdown-item:active { background: var(--fcs-tint); color: var(--fcs-primary-dark); font-weight: 700; }
.hero { padding: clamp(3rem, 6vw, 5.5rem) 0; overflow: hidden; }
.hero-title { font-size: clamp(2.75rem, 5.5vw + 1rem, 5.25rem); line-height: .98; letter-spacing: -0.035em; margin-bottom: 1.5rem; max-width: 12ch; }
.hero-text { font-size: 1.2rem; max-width: 34rem; color: var(--fcs-mist); }
.hero-text p:last-child { margin-bottom: 0; }
.hero-media { position: relative; margin: 0; padding: 0 0 1.25rem 1.25rem; }
.hero-media::before { content: ""; position: absolute; left: 0; bottom: 0; width: 70%; height: 75%; background: var(--fcs-tabby); border-radius: 1.75rem; }
.hero-media img { position: relative; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 1.75rem; }
.open-status { display: inline-flex; align-items: center; gap: .55rem; background: var(--fcs-tint); color: var(--fcs-ink); border-radius: 50rem; padding: .4rem 1rem .4rem .8rem; font-weight: 700; font-size: .95rem; margin-bottom: 1.5rem; }
.status-dot { width: .7rem; height: .7rem; border-radius: 50%; background: var(--fcs-mist); }
.open-status.is-open .status-dot { background: #1F9D55; box-shadow: 0 0 0 4px rgba(31, 157, 85, .2); }
.page-header { background: var(--fcs-tint); padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.page-header h1 { margin-bottom: 1rem; }
.page-lead { font-size: 1.2rem; max-width: 40rem; }
.page-lead p:last-child { margin-bottom: 0; }
.page-header-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 1.5rem; }
.block { padding: clamp(3rem, 6vw, 5rem) 0; }
.block-tight { padding: 2rem 0; }
.block:not(.block-tint):has(+ .block-tight) { padding-bottom: 0; }
.block-tight + .block:not(.block-tint) { padding-top: 0; }
.block-tint { background: var(--fcs-tint); }
.page-header + .block-tint, .block-tint + .block-tint { border-top: 1px solid var(--fcs-line); }
.prose { max-width: 42rem; }
.prose p:last-child, .prose ul:last-child { margin-bottom: 0; }
.section-intro { color: var(--fcs-mist); margin-bottom: 1rem; }
.block-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 1.5rem; }
.action-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: .75rem; }
.action-tile { display: flex; flex-direction: column; height: 100%; padding: 1.5rem; border: 2px solid var(--fcs-ink); border-radius: 1rem; color: var(--fcs-ink); text-decoration: none; background: #fff; transition: background-color .15s, border-color .15s; }
.action-tile .bi { font-size: 1.75rem; color: var(--fcs-primary); margin-bottom: .75rem; }
.action-title { font-family: var(--fcs-display); font-weight: 700; font-size: 1.3rem; letter-spacing: -0.01em; }
.action-text { color: var(--fcs-mist); margin-top: .25rem; }
.action-tile:hover, .action-tile:focus-visible { border-color: var(--fcs-primary); background: var(--fcs-tint); }
.info-card { height: 100%; }
.info-icon { display: inline-grid; place-items: center; width: 3rem; height: 3rem; border-radius: 50%; background: var(--fcs-primary); color: #fff; font-size: 1.35rem; margin-bottom: 1rem; }
.block-tint .info-icon { background: #fff; color: var(--fcs-primary); }
.info-link { display: inline-block; margin-top: .75rem; font-weight: 700; }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr)); gap: .25rem 2rem; }
.checklist-single { grid-template-columns: 1fr; max-width: 42rem; }
.checklist li { display: flex; gap: .75rem; padding: .7rem 0; border-bottom: 1px solid var(--fcs-line); }
.checklist .bi { color: var(--fcs-primary); font-size: 1.2rem; line-height: 1.35; flex-shrink: 0; }
.checklist-note { margin-top: 1.25rem; color: var(--fcs-mist); font-style: italic; }
.steps { list-style: none; counter-reset: step; padding: 0; margin: 2rem 0 0; }
.steps li { counter-increment: step; position: relative; padding: 0 0 2rem 4.5rem; }
.steps li::before { content: counter(step); position: absolute; left: 0; top: -.2rem; width: 3rem; height: 3rem; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--fcs-primary); color: var(--fcs-primary); font-family: var(--fcs-display); font-weight: 800; font-size: 1.3rem; background: #fff; }
.steps li:not(:last-child)::after { content: ""; position: absolute; left: 1.45rem; top: 3rem; bottom: .25rem; width: 2px; background: var(--fcs-line); }
.faq { --bs-accordion-border-color: var(--fcs-line); --bs-accordion-active-bg: var(--fcs-tint); --bs-accordion-active-color: var(--fcs-ink); --bs-accordion-btn-focus-box-shadow: 0 0 0 3px var(--fcs-tabby); --bs-accordion-border-radius: 1rem; --bs-accordion-inner-border-radius: 1rem; }
.faq .accordion-button { font-weight: 700; font-size: 1.05rem; font-family: var(--bs-body-font-family); letter-spacing: 0; }
.fee-table { margin-top: 1.5rem; --bs-table-bg: transparent; }
.fee-table th, .fee-table td { padding: 1rem .5rem; vertical-align: middle; }
.fee-table thead th { font-size: .9rem; color: var(--fcs-mist); font-weight: 700; }
.fee-table tbody th span { display: block; font-weight: 400; font-size: .9rem; color: var(--fcs-mist); }
.fee-table td { font-family: var(--fcs-display); font-weight: 700; font-size: 1.4rem; }
.fee-table td[colspan] { font-size: 1.1rem; }
.small-note { background: #FFF6E6; border-left: 4px solid var(--fcs-tabby); padding: 1rem 1.25rem; border-radius: 0 .75rem .75rem 0; }
.value-box { background: var(--fcs-ink); color: #fff; border-radius: 1.5rem; padding: 2rem; }
.value-box h3 { color: #fff; }
.value-list { list-style: none; padding: 0; margin: 1.25rem 0; }
.value-list li { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
.value-list .value-total { border-bottom: 0; font-weight: 700; color: var(--fcs-tabby); padding-top: 1rem; }
.value-box a { color: var(--fcs-tabby); }
.hours-table { --bs-table-bg: transparent; }
.hours-table th { font-weight: 400; }
.hours-table tr.is-today th, .hours-table tr.is-today td { font-weight: 700; color: var(--fcs-primary); }
.admission { border: 2px solid var(--fcs-ink); border-radius: 1.5rem; padding: 2rem; }
.admission-price { font-family: var(--fcs-display); font-weight: 800; font-size: 3.5rem; line-height: 1; letter-spacing: -0.03em; margin-bottom: 1rem; }
.admission-price span { font-family: var(--bs-body-font-family); font-size: 1rem; font-weight: 400; letter-spacing: 0; color: var(--fcs-mist); margin-left: .5rem; }
.admission-address { margin-top: 1rem; font-weight: 700; }
.embed-frame { border: 1px solid var(--fcs-line); border-radius: 1rem; overflow: hidden; background: #fff; }
.embed-frame iframe { display: block; width: 100%; border: 0; }
.cta-band { background: var(--fcs-primary); color: #fff; padding: clamp(2.5rem, 5vw, 4rem) 0; }
.cta-band h2 { color: #fff; margin-bottom: .5rem; }
.cta-band .btn-row { margin-top: 0; justify-content: flex-start; }
.cta-dark { background: var(--fcs-ink); }
@media (min-width: 992px) { .cta-band .btn-row { justify-content: flex-end; } }
.notice { display: flex; gap: 1rem; padding: 1.5rem; border-radius: 1rem; border: 2px solid; }
.notice > .bi { font-size: 1.75rem; line-height: 1; }
.notice h2 { font-size: 1.35rem; margin-bottom: .5rem; }
.notice-warning { background: #FFF6E6; border-color: var(--fcs-tabby); }
.notice-warning > .bi { color: #B86E00; }
.notice-info { background: var(--fcs-tint); border-color: var(--fcs-line); }
.notice-info > .bi { color: var(--fcs-primary); }
.news-card { height: 100%; display: flex; flex-direction: column; border-radius: 1rem; overflow: hidden; background: #fff; border: 1px solid var(--fcs-line); position: relative; }
.news-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.news-body { padding: 1.25rem 1.25rem 1.5rem; }
.news-body time { font-size: .9rem; color: var(--fcs-mist); }
.news-body h3 { margin: .35rem 0 .5rem; }
.news-body h3 a { color: var(--fcs-ink); text-decoration: none; }
.news-body h3 a::after { content: ""; position: absolute; inset: 0; }
.news-card:hover h3 a, .news-card:focus-within h3 a { color: var(--fcs-primary); text-decoration: underline; }
.news-body p { margin: 0; color: var(--fcs-mist); }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin: 1.5rem 0 0; }
@media (min-width: 768px) { .gallery { grid-template-columns: repeat(4, 1fr); } }
.gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: .75rem; }
.logo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.logo-grid li { display: grid; place-items: center; min-height: 6rem; border: 2px dashed var(--fcs-line); border-radius: 1rem; padding: 1rem; color: var(--fcs-mist); text-align: center; }
.logo-grid img { max-width: 100%; max-height: 4rem; }
.impact { margin-top: 1.5rem; display: grid; gap: .75rem; }
.impact a { display: flex; align-items: center; gap: 1.25rem; padding: 1rem 1.25rem; border: 2px solid var(--fcs-line); border-radius: 1rem; color: var(--fcs-ink); text-decoration: none; transition: border-color .15s, background-color .15s; }
.impact a:hover, .impact a:focus-visible { border-color: var(--fcs-primary); background: var(--fcs-tint); }
.impact-amount { font-family: var(--fcs-display); font-weight: 800; font-size: 1.75rem; color: var(--fcs-primary); min-width: 4.5rem; }
.give-methods { display: grid; gap: 1rem; }
.give-method { display: flex; gap: 1.25rem; padding: 1.5rem; background: var(--fcs-tint); border-radius: 1rem; }
.give-method > .bi { font-size: 1.6rem; color: var(--fcs-primary); }
.give-method .btn { margin-top: 1rem; }
.contact-form .form-label { font-weight: 700; }
.contact-form .optional { font-weight: 400; color: var(--fcs-mist); }
.form-control, .form-select { border-radius: .6rem; border: 2px solid var(--fcs-line); padding: .6rem .85rem; }
.form-control:focus, .form-select:focus { border-color: var(--fcs-primary); box-shadow: 0 0 0 3px rgba(107, 79, 160, .2); }
.form-check-input:checked { background-color: var(--fcs-primary); border-color: var(--fcs-primary); }
.site-footer { background: var(--fcs-ink); color: rgba(255, 255, 255, .85); padding: 4rem 0 2rem; font-size: .98rem; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--fcs-tabby); }
.footer-brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-family: var(--fcs-display); font-weight: 800; font-size: 1.3rem; }
.footer-brand img { border-radius: 50%; background: #fff; }
.footer-heading { font-family: var(--fcs-display); font-size: 1.1rem; color: #fff; margin-bottom: 1rem; }
.footer-hours { margin: 1rem 0; }
.footer-hours div { display: flex; justify-content: space-between; max-width: 14rem; }
.footer-hours dt { font-weight: 400; }
.footer-hours dd { margin: 0; }
.footer-links li { margin-bottom: .45rem; }
.social a { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: rgba(255, 255, 255, .1); text-decoration: none; }
.social a:hover { background: var(--fcs-primary); color: #fff; }
.newsletter .form-control { border-color: transparent; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; border-top: 1px solid rgba(255, 255, 255, .15); margin-top: 3rem; padding-top: 1.5rem; font-size: .9rem; color: rgba(255, 255, 255, .7); }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }
.search-toggle { background: none; border: 0; font-size: 1.1rem; display: inline-flex; align-items: center; }
#searchModal .modal-content { border: 0; border-radius: 1.25rem; }
#searchModal .modal-header { border-bottom: 1px solid var(--fcs-line); }
#search {
  --pagefind-ui-scale: .9;
  --pagefind-ui-primary: var(--fcs-primary);
  --pagefind-ui-text: var(--fcs-ink);
  --pagefind-ui-background: #fff;
  --pagefind-ui-border: var(--fcs-line);
  --pagefind-ui-tag: var(--fcs-tint);
  --pagefind-ui-border-width: 2px;
  --pagefind-ui-border-radius: .75rem;
  --pagefind-ui-font: var(--bs-body-font-family);
}
#search .pagefind-ui__search-input:focus { outline: 3px solid var(--fcs-tabby); outline-offset: 1px; }
#search .pagefind-ui__result-link { color: var(--fcs-ink); font-family: var(--fcs-display); font-weight: 700; }
#search .pagefind-ui__result-link:hover { color: var(--fcs-primary); }
#search mark { background: #FFE3B3; color: inherit; padding: 0 .1em; }
.post-wrap { max-width: 46rem; }
.post-back { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; text-decoration: none; margin-bottom: 1rem; }
.post-meta { display: flex; flex-wrap: wrap; gap: .25rem 1.25rem; color: var(--fcs-mist); margin: 0; }
.post-image { margin: clamp(2rem, 4vw, 3rem) 0 0; }
.post-image img { width: 100%; height: auto; border-radius: 1.5rem; }
.post-image figcaption, .post-body figcaption { color: var(--fcs-mist); font-size: .95rem; margin-top: .5rem; }
.post-body { max-width: none; padding: clamp(2rem, 4vw, 3rem) 0; font-size: 1.125rem; overflow-wrap: break-word; }
.post-body img { max-width: 100%; height: auto; border-radius: 1rem; margin: 1rem 0; }
.post-body h2 { font-size: 1.6rem; margin-top: 2rem; }
.post-body h3 { margin-top: 1.5rem; }
.post-body blockquote { border-left: 4px solid var(--fcs-tabby); padding: .25rem 0 .25rem 1.25rem; color: var(--fcs-mist); font-style: italic; }
.post-nav { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: 1rem; border-top: 1px solid var(--fcs-line); padding: 2rem 0 clamp(3rem, 6vw, 5rem); }
.post-nav a { display: block; padding: 1rem 1.25rem; border: 2px solid var(--fcs-line); border-radius: 1rem; color: var(--fcs-ink); text-decoration: none; font-family: var(--fcs-display); font-weight: 700; }
.post-nav a:hover { border-color: var(--fcs-primary); background: var(--fcs-tint); }
.post-nav span { display: block; font-family: var(--bs-body-font-family); font-weight: 400; font-size: .9rem; color: var(--fcs-mist); }
.post-nav-newer { text-align: right; grid-column: -2; }
