:root {
  --ink: #091429;
  --muted: #586275;
  --pink: #d9234c;
  --pink-dark: #b8173b;
  --blue: #28a8d6;
  --gold: #f4bc32;
  --paper: #fffdfb;
  --line: rgba(9, 20, 41, .1);
  --shadow: 0 18px 45px rgba(23, 35, 54, .1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: absolute; left: -9999px; z-index: 10; padding: .8rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 5; padding: 1rem 1.25rem; background: rgba(255,253,251,.86); backdrop-filter: blur(16px); }
.nav-shell { max-width: 1100px; margin: auto; display: flex; align-items: center; gap: 2rem; padding: .7rem 1.2rem; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: white; box-shadow: 0 10px 28px rgba(24, 35, 48, .1); }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; text-decoration: none; }
.brand img { width: 142px; height: auto; display: block; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 1.9rem; flex: 1; }
.nav-links a { position: relative; text-decoration: none; font-size: .9rem; font-weight: 750; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.45rem; height: 3px; border-radius: 99px; background: var(--pink); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.nav-links a[aria-current="page"] { color: var(--pink); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 1.35rem; border: 0; border-radius: 999px; background: var(--pink); color: white; text-decoration: none; font-weight: 800; cursor: pointer; box-shadow: 0 8px 18px rgba(255,49,93,.2); transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { background: var(--pink-dark); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-size: 1.6rem; cursor: pointer; }

.hero, .page-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f1faff 0%, #fff9f4 52%, #fff0f3 100%); }
.hero::before, .page-hero::before { content: ""; position: absolute; width: 33rem; height: 33rem; top: -13rem; left: -12rem; border-radius: 50%; background: rgba(40,168,214,.1); filter: blur(20px); }
.hero::after, .page-hero::after { content: ""; position: absolute; width: 24rem; height: 24rem; right: -8rem; bottom: -9rem; border-radius: 50%; background: rgba(255,49,93,.1); filter: blur(20px); }
.hero-inner, .page-hero-inner { position: relative; z-index: 1; max-width: 1100px; margin: auto; }
.hero-inner { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 2rem; padding: 5rem 1.25rem 4rem; }
.kicker { display: flex; flex-wrap: wrap; gap: 1.2rem; margin: 0 0 1.3rem; font-weight: 850; }
.kicker span:nth-child(1) { color: var(--pink); }.kicker span:nth-child(2) { color: #15a16e; }.kicker span:nth-child(3) { color: #713eb6; }.kicker span:nth-child(4) { color: #d98a20; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.15rem; font-size: clamp(3.7rem, 8vw, 6.9rem); line-height: .91; letter-spacing: -.07em; }
.hero h1 span { display: block; color: var(--pink); }
.lede { max-width: 31rem; margin-bottom: 2rem; color: #2f3b4e; font-size: 1.1rem; line-height: 1.6; }
.hero-art { position: relative; min-height: 530px; display: grid; place-items: center; }
.hero-art img { width: min(100%, 620px); height: auto; filter: drop-shadow(0 22px 25px rgba(9,20,41,.12)); }
.art-caption { position: absolute; left: 13%; bottom: 7%; padding: .55rem .8rem; border: 1px solid white; border-radius: 999px; background: rgba(255,255,255,.72); color: var(--muted); font-size: .75rem; font-weight: 700; }

.section { padding: 5.5rem 1.25rem; }
.section-soft { background: linear-gradient(180deg, #fffdfb, #f6fbff 52%, #fff7f4); }
.section-inner { max-width: 1100px; margin: auto; }
.section-heading { max-width: 680px; margin: 0 auto 2.6rem; text-align: center; }
.section-heading h2 { margin-bottom: .7rem; font-size: clamp(2.4rem, 5vw, 4.3rem); line-height: .98; letter-spacing: -.06em; }
.section-heading p { margin-bottom: 0; color: var(--muted); line-height: 1.6; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery-tile { min-height: 210px; display: flex; align-items: flex-end; padding: 1.1rem; border-radius: 28px; overflow: hidden; color: white; font-weight: 850; box-shadow: var(--shadow); }
.gallery-tile:nth-child(1) { background: radial-gradient(circle at 25% 35%, #ffdc70 0 10%, transparent 11%), linear-gradient(135deg, #152444, #e52c57); }
.gallery-tile:nth-child(2) { background: radial-gradient(circle at 70% 35%, #6de1ed 0 13%, transparent 14%), linear-gradient(135deg, #246d86, #13233e); }
.gallery-tile:nth-child(3) { background: radial-gradient(circle at 65% 65%, #ffbf67 0 12%, transparent 13%), linear-gradient(135deg, #482c75, #f23b62); }
.gallery-photo { position: relative; isolation: isolate; background: #152444; }
.gallery-photo img { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.gallery-tile span { padding: .55rem .75rem; border-radius: 12px; background: rgba(9,20,41,.5); }
.subscribe { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 3rem; padding: 4rem 2.2rem; border-radius: 38px; background: linear-gradient(135deg, rgba(224,246,255,.85), rgba(255,244,226,.86) 48%, rgba(255,227,233,.9)); }
.subscribe h2 { margin-bottom: .65rem; font-size: clamp(2rem, 4vw, 3.6rem); line-height: .98; letter-spacing: -.06em; }
.subscribe p { color: var(--muted); }
.subscribe-form { display: grid; gap: .8rem; }
.subscribe-form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.subscribe-form input { width: 100%; min-height: 48px; padding: 0 1.1rem; border: 1px solid transparent; border-radius: 999px; background: white; color: var(--ink); outline: none; }
.subscribe-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(40,168,214,.18); }
.subscribe-form .button { justify-self: end; }
.form-status { min-height: 1.4em; margin: 0; color: var(--ink); font-size: .88rem; }
.form-note { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }

.page-hero-inner { padding: 5.5rem 1.25rem 4.2rem; text-align: center; }
.page-hero h1 { max-width: 800px; margin: auto; font-size: clamp(3.2rem, 7vw, 6rem); }
.page-hero p { max-width: 660px; margin: 1.2rem auto 0; color: var(--muted); line-height: 1.6; }
.calendar-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.filter-group { display: flex; flex-wrap: wrap; gap: .5rem; }
.filter { min-height: 38px; padding: 0 .9rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--muted); font-weight: 800; cursor: pointer; }
.filter[aria-pressed="true"], .filter:hover, .filter:focus-visible { border-color: var(--pink); color: var(--pink); }
.calendar-list { display: grid; gap: 1rem; }
.calendar-list.calendar-week { grid-template-columns: repeat(7, minmax(0, 1fr)); align-items: start; gap: .85rem; padding-bottom: .5rem; }
.calendar-day { min-width: 0; padding: 1rem; border: 1px solid var(--line); border-radius: 22px; background: #f7fbfd; }
.calendar-day-heading { display: flex; align-items: baseline; justify-content: space-between; gap: .5rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); }
.calendar-day-heading h2 { margin: 0; font-size: 1.05rem; }
.calendar-day-heading p { margin: 0; color: var(--pink); font-size: .78rem; font-weight: 850; }
.calendar-day-events { display: grid; gap: .75rem; margin-top: .8rem; }
.calendar-week .event-card { grid-template-columns: 1fr; align-items: start; gap: .75rem; padding: 1rem; border-radius: 18px; box-shadow: none; }
.calendar-week .event-date { display: none; }
.calendar-week .event-card h3 { font-size: 1.05rem; }
.calendar-week .event-meta { display: grid; gap: .3rem; }
.calendar-week .event-card .button { width: 100%; }
.calendar-week .event-card h3, .calendar-week .event-card p, .calendar-week .event-meta span { overflow-wrap: anywhere; }
.calendar-day-empty { margin: .8rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.calendar-kicker { margin: 0 0 .35rem; color: var(--pink); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.event-card { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 1.2rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: 0 10px 25px rgba(9,20,41,.04); }
.event-date { padding: .8rem; border-radius: 18px; background: #f7f8fb; text-align: center; }
.event-date strong { display: block; font-size: 2.1rem; line-height: .9; }.event-date span { display: block; margin-top: .4rem; color: var(--pink); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.event-card h3 { margin-bottom: .35rem; font-size: 1.35rem; }.event-card p { margin: 0; color: var(--muted); }.event-meta { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: .65rem; color: var(--muted); font-size: .83rem; font-weight: 700; }.event-meta span::before { margin-right: .35rem; color: var(--pink); }.time::before { content: "◷"; }.venue::before { content: "⌖"; }
.event-card .button { min-height: 40px; padding: 0 1rem; font-size: .86rem; }
[hidden] { display: none !important; }
.empty-state { display: block; padding: 2rem; border: 1px dashed var(--line); border-radius: 22px; color: var(--muted); text-align: center; }

/* Enhanced calendar controls, list view and horizontally scrolling calendar view. */
.page-hero-compact .page-hero-inner { padding: 2.7rem 1.25rem 2.5rem; }
.page-hero-compact h1 { font-size: clamp(2.8rem, 5vw, 4.7rem); letter-spacing: -.04em; }
.page-hero-compact p { margin-top: .8rem; }
.calendar-section { padding-top: clamp(2.25rem, 3vw, 3rem); }
.calendar-control-panel { margin-bottom: 1.6rem; padding: 0 0 .5rem; }
.calendar-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) auto; align-items: start; gap: 1.25rem 2rem; margin-bottom: 0; }
.calendar-heading { min-width: 0; }
.calendar-heading .lede { max-width: 42rem; color: var(--ink); font-size: 1.04rem; line-height: 1.5; }
.calendar-actions { display: grid; justify-items: end; gap: .65rem; }
.calendar-nav, .view-toggle { display: flex; flex-wrap: wrap; gap: .45rem; }
.calendar-control, .view-toggle-button, .clear-filters { min-height: 40px; padding: 0 .85rem; border: 1px solid transparent; border-radius: 999px; background: #f3f5f7; color: #31405a; font-weight: 800; cursor: pointer; }
.calendar-control:hover, .calendar-control:focus-visible, .view-toggle-button:hover, .view-toggle-button:focus-visible, .clear-filters:hover, .clear-filters:focus-visible { border-color: transparent; background: #e9edf1; color: #31405a; }
.view-toggle-button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: white; }
.calendar-filter-bar { display: flex; flex-wrap: wrap; align-items: end; justify-content: flex-start; gap: .75rem 1.2rem; margin-top: 1.1rem; padding-top: .35rem; }
.filter { min-height: 40px; border-color: transparent; background: #f3f5f7; color: #435069; }
.calendar-filter-bar .filter[aria-pressed="true"], .calendar-filter-bar .filter:hover, .calendar-filter-bar .filter:focus-visible { border-color: transparent; color: var(--pink-dark); }
.calendar-filter-bar .filter[aria-pressed="true"] { border-color: transparent; background: var(--ink); color: white; }
.calendar-more-filters { position: relative; margin-left: 0; }
.calendar-more-filters summary { display: inline-flex; align-items: center; min-height: 40px; padding: 0 .9rem; border: 1px solid transparent; border-radius: 999px; background: #f3f5f7; color: #31405a; font-weight: 800; cursor: pointer; list-style: none; }
.calendar-more-filters summary::-webkit-details-marker { display: none; }
.calendar-more-filters summary::after { content: "+"; margin-left: .5rem; color: var(--pink-dark); font-size: 1.1rem; }
.calendar-more-filters[open] summary { border-color: transparent; background: #e9edf1; color: var(--ink); }
.calendar-more-filters[open] summary::after { content: "–"; }
.calendar-selects { position: absolute; top: calc(100% + .55rem); right: 0; z-index: 3; display: flex; width: min(720px, calc(100vw - 2.5rem)); flex-wrap: wrap; align-items: end; justify-content: flex-end; gap: .55rem; padding: .9rem; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 4px 8px rgba(9,20,41,.08); }
.calendar-select { display: grid; gap: .25rem; color: #435069; font-size: .72rem; font-weight: 800; }
.calendar-select select { min-height: 40px; padding: 0 2rem 0 .7rem; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); font-weight: 700; cursor: pointer; }
.calendar-control:focus-visible, .view-toggle-button:focus-visible, .filter:focus-visible, .calendar-more-filters summary:focus-visible, .clear-filters:focus-visible, .calendar-select select:focus-visible { outline: 3px solid #075ca8; outline-offset: 3px; border-color: transparent; }
.calendar-freshness { margin: .8rem 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.calendar-result-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .6rem 1rem; min-height: 0; margin: 0 0 .7rem; }
.calendar-result-summary { margin: 0; color: #435069; font-size: .82rem; font-weight: 800; }
.calendar-clear-visible { margin-left: auto; }
.calendar-scroll-hint { display: inline-flex; align-items: center; min-height: 32px; margin: 0 0 .8rem; padding: 0 .7rem; border-radius: 999px; background: #f3f7fa; color: #53627a; font-size: .8rem; font-weight: 700; }
.calendar-viewport { min-width: 0; }
.calendar-viewport:focus-visible { outline: 3px solid rgba(40,168,214,.55); outline-offset: 5px; }
.calendar-viewport.is-calendar-view { overflow-x: auto; padding: .4rem .1rem .8rem; border: 0; border-radius: 18px; background: transparent; box-shadow: inset -24px 0 22px -25px rgba(9,20,41,.35); scroll-snap-type: x proximity; scrollbar-color: rgba(9,20,41,.25) transparent; overscroll-behavior-inline: contain; }
.calendar-list { display: grid; }
.calendar-list-view { gap: 1.7rem; }
.calendar-list-view .calendar-day { min-width: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.calendar-list-view .calendar-day-heading { display: grid; justify-content: start; gap: .3rem; margin-bottom: .7rem; padding: 0 0 .65rem; }
.calendar-list-view .calendar-day-heading h2 { margin: 0; font-size: 1.4rem; }
.calendar-list-view .calendar-day-heading p { margin: 0; color: var(--muted); font-size: .9rem; }
.calendar-list-view .calendar-day-events { display: grid; gap: .7rem; margin-top: 0; }
.calendar-list-view .calendar-day-empty { margin: 0; padding: .4rem 0; color: var(--muted); }
.calendar-calendar-view { grid-template-columns: repeat(7, minmax(290px, 1fr)); align-items: start; gap: .9rem; min-width: 2050px; }
.calendar-calendar-view .calendar-day { min-width: 290px; padding: 1rem; border: 0; border-radius: 16px; background: #f5f8fa; scroll-snap-align: start; }
.calendar-calendar-view .calendar-day-heading { display: flex; align-items: center; justify-content: space-between; gap: .5rem; min-height: 2.45rem; padding-bottom: .7rem; }
.calendar-calendar-view .calendar-day-heading h2 { margin: 0; font-size: 1rem; }
.calendar-calendar-view .calendar-day-heading p { margin: 0; color: var(--muted); font-size: .78rem; font-weight: 850; }
.calendar-calendar-view .calendar-day-events { display: grid; gap: .7rem; margin-top: .7rem; }
.calendar-calendar-view .calendar-day-empty { margin: .8rem 0 0; }
.calendar-day-today .calendar-day-heading h2 { color: var(--ink); }
.calendar-calendar-view .calendar-day-today { background: #edf8fc; }
.today-badge { display: inline-flex; margin-left: .5rem; padding: .22rem .45rem; border-radius: 999px; background: #e5f4ff; color: #075ca8; font-size: .65rem; font-weight: 850; vertical-align: .15rem; }
.event-card { grid-template-columns: 86px minmax(0, 1fr) auto; gap: 1rem; padding: 1rem; border: 0; border-radius: 14px; box-shadow: 0 4px 14px rgba(9,20,41,.05); transition: background .18s ease, box-shadow .18s ease, opacity .18s ease; }
.event-card:hover { box-shadow: 0 7px 20px rgba(9,20,41,.08); }
.event-card.event-next { background: #f2fbff; box-shadow: inset 3px 0 0 #1683bd, 0 4px 14px rgba(9,20,41,.05); }
.event-card.event-past { background: #fafbfc; box-shadow: none; }
.event-date { padding: .75rem .45rem; border-radius: 12px; }
.event-card-content { min-width: 0; }
.event-card-flags { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; margin-bottom: .5rem; }
.event-status, .event-type, .event-next-badge, .event-past-badge { display: inline-flex; align-items: center; min-height: 24px; padding: 0 .55rem; border-radius: 999px; font-size: .68rem; font-weight: 850; }
.event-status-confirmed, .event-status-recurring { background: #eef1f4; color: #465268; }
.event-status-incomplete { background: #f1f3f6; color: #465268; }
.event-type { background: #eef1f4; color: #465268; }
.event-next-badge { background: #dff2ff; color: #075ca8; }
.event-past-badge { background: #e9edf2; color: #3f4a5e; }
.event-checked { display: none; color: var(--muted); font-size: .7rem; font-weight: 700; }
.event-card h3 { margin-bottom: .3rem; font-size: 1.25rem; line-height: 1.2; }
.event-card p { line-height: 1.45; }
.event-meta { gap: .45rem 1rem; margin-top: .6rem; color: #435069; font-size: .8rem; }
.event-meta > span { display: inline-flex; gap: .3rem; }
.event-meta span::before { content: none; margin: 0; }
.event-meta-label { color: #53627a; font-weight: 850; }
.event-card .button { min-height: 36px; padding: 0; border: 0; background: transparent; color: var(--pink-dark); font-size: .82rem; box-shadow: none; }
.event-card .button:hover, .event-card .button:focus-visible { background: transparent; color: var(--pink-dark); text-decoration: underline; transform: none; }
.calendar-calendar-view .event-card { grid-template-columns: 1fr; align-items: start; gap: .7rem; padding: 1rem; border-radius: 14px; background: white; box-shadow: 0 4px 14px rgba(9,20,41,.05); }
.calendar-calendar-view .event-date { display: none; }
.calendar-calendar-view .event-card h3 { font-size: 1rem; overflow-wrap: break-word; }
.calendar-calendar-view .event-card p { font-size: .87rem; overflow-wrap: break-word; }
.calendar-calendar-view .event-meta { display: flex; flex-wrap: wrap; gap: .35rem .8rem; }
.calendar-calendar-view .event-card .button { width: auto; min-height: 36px; justify-self: start; }
.calendar-calendar-view .event-checked { display: none; }
.empty-state { border-radius: 14px; }

.event-modal { width: min(680px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); padding: 0; border: 0; border-radius: 30px; background: transparent; color: var(--ink); box-shadow: 0 24px 80px rgba(9,20,41,.24); }
.event-modal::backdrop { background: rgba(9,20,41,.58); backdrop-filter: blur(4px); }
.event-modal-shell { position: relative; max-height: calc(100vh - 2rem); overflow-y: auto; padding: clamp(1.5rem, 4vw, 2.6rem); border: 1px solid var(--line); border-radius: 30px; background: var(--paper); }
.event-modal .kicker { margin-bottom: .9rem; color: var(--pink); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.event-modal h2 { max-width: calc(100% - 3.5rem); margin-bottom: .65rem; font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1; letter-spacing: -.05em; }
.event-modal-description { margin-bottom: 1.5rem; color: var(--muted); line-height: 1.6; }
.event-modal-note { margin: 0 0 1.5rem; padding: .85rem 1rem; border-left: 3px solid var(--gold); border-radius: 0 14px 14px 0; background: #fff9e9; color: #5d4a16; font-size: .88rem; line-height: 1.5; }
.event-modal-close { position: sticky; top: 0; z-index: 2; display: block; width: 42px; height: 42px; margin: -.5rem -.5rem -2.2rem auto; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); font-size: 1.5rem; line-height: 1; cursor: pointer; }
.event-modal-close:hover, .event-modal-close:focus-visible { border-color: var(--pink); color: var(--pink); }
.event-modal-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.event-modal-fact { min-width: 0; padding: 1rem; border-radius: 18px; background: #f7fbfd; }
.event-modal-fact small { display: block; margin-bottom: .3rem; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.event-modal-fact strong { display: block; overflow-wrap: anywhere; }
.event-modal-source { margin-top: 1.5rem; }
.event-modal-close:focus-visible, .event-modal-source:focus-visible, .js-event-details:focus-visible { outline: 3px solid #075ca8; outline-offset: 4px; }

.event-detail { max-width: 820px; margin: auto; }
.detail-card { padding: clamp(1.4rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); }
.detail-card h2 { margin-top: 2rem; font-size: 1.4rem; }.detail-card h2:first-child { margin-top: 0; }.detail-card p, .detail-card li { color: #364256; line-height: 1.7; }.detail-card ul { padding-left: 1.2rem; }.detail-intro { margin-bottom: 1.5rem; color: var(--muted); }.detail-top { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.4rem; }.tag { padding: .45rem .75rem; border-radius: 999px; background: #fff0f3; color: var(--pink-dark); font-size: .8rem; font-weight: 850; }.detail-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1.6rem 0 2rem; }.fact { padding: 1rem; border-radius: 18px; background: #f7fbfd; }.fact small { display: block; margin-bottom: .3rem; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }.fact strong { display: block; }
.back-link { display: inline-flex; margin-bottom: 1rem; color: var(--pink-dark); font-weight: 800; text-decoration: none; }

.feature-grid, .instructor-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.feature-card, .instructor-card { display: grid; grid-template-columns: 1fr .9fr; gap: 1.2rem; align-items: center; padding: 1.4rem; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 10px 30px rgba(9,20,41,.06); }
.feature-card:nth-child(even), .instructor-card:nth-child(even) { background: #fff9f5; }.feature-card h2, .instructor-card h2 { margin-bottom: .55rem; font-size: 1.35rem; }.feature-card p, .instructor-card p { margin-bottom: .55rem; color: var(--muted); line-height: 1.55; }.feature-card ul { margin: 0; padding-left: 1rem; color: var(--muted); line-height: 1.8; font-size: .88rem; }
.feature-art, .instructor-art { width: 100%; min-height: 190px; aspect-ratio: 4 / 3; display: block; object-fit: cover; object-position: center; border-radius: 20px; }.feature-art { background: linear-gradient(135deg, #142952, #e8305d); }.feature-card:nth-child(2) .feature-art { background: linear-gradient(135deg, #1f8d9a, #f0a934); }.feature-card:nth-child(3) .feature-art { background: linear-gradient(135deg, #2282c4, #8fd4ed); }.feature-card:nth-child(4) .feature-art { background: linear-gradient(135deg, #15152a, #c93772); }.instructor-card { grid-template-columns: 1fr 1fr; }.instructor-art { background: linear-gradient(135deg, #ef476f, #1d6fb7); }.instructor-card:nth-child(2n) .instructor-art { order: -1; background: linear-gradient(135deg, #f2ae3d, #2f7f9e); }.instructor-card:nth-child(3n) .instructor-art { order: initial; background: linear-gradient(135deg, #6c37a6, #f04779); }
.special-events-section { padding-top: clamp(3.5rem, 6vw, 5.75rem); }
.special-events-eyebrow { margin: 0 auto 1.1rem; color: var(--pink); font-size: .8rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.special-events-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.2rem; }
.special-events-heading h2 { max-width: 620px; margin: 0 0 .7rem; font-size: clamp(2.2rem, 4.5vw, 4rem); line-height: .98; letter-spacing: -.06em; }
.special-events-lede { max-width: 650px; margin: 0; color: var(--muted); line-height: 1.6; }
.special-events-freshness { display: grid; flex-shrink: 0; gap: .3rem; min-width: 185px; margin: 0; padding: .85rem 1rem; border-left: 3px solid var(--blue); border-radius: 0 14px 14px 0; background: #f1faff; color: var(--ink); }
.special-events-freshness span { color: var(--muted); font-size: .78rem; }
.special-event-toolbar { display: grid; gap: 1.05rem; margin-bottom: 1.6rem; padding: 1.1rem 1.2rem; border: 1px solid rgba(9,20,41,.09); border-radius: 20px; background: #f8fbfd; }
.special-filter-group { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem 1rem; }
.special-filter-label { min-width: 4.2rem; color: var(--ink); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.special-filter-options { display: flex; flex-wrap: wrap; gap: .45rem; }
.special-filter-options .filter { min-height: 36px; padding-inline: .78rem; background: white; font-size: .82rem; }
.special-filter-options .filter[aria-pressed="true"] { border-color: var(--pink); background: #fff0f3; color: var(--pink-dark); }
.special-filter-options .filter:hover, .special-filter-options .filter:focus-visible { border-color: var(--pink); color: var(--pink-dark); }
.special-events-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.special-event-card { grid-template-columns: 84px minmax(0, 1fr); align-items: start; gap: 1.1rem; min-height: 100%; padding: 1rem; border-radius: 20px; }
.special-event-card:hover { background: #fffdfd; }
.special-event-date { display: grid; align-content: center; min-height: 116px; padding: .75rem .45rem; border-radius: 16px; background: linear-gradient(145deg, #eef9ff, #fff0f3); text-align: center; }
.special-event-date strong { color: var(--pink-dark); font-size: .74rem; letter-spacing: .12em; }
.special-event-date span { display: block; margin: .2rem 0; color: var(--ink); font-size: 1.55rem; font-weight: 900; letter-spacing: -.06em; }
.special-event-date small { color: var(--muted); font-size: .7rem; font-weight: 800; }
.special-event-card-body { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.special-event-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .65rem; }
.special-event-tags .tag { padding: .3rem .55rem; font-size: .67rem; }
.special-event-tags .tag-soft { background: #edf3f7; color: #45536a; }
.special-event-card h3 { margin-bottom: .45rem; font-size: 1.22rem; }
.special-event-card p { max-width: 44rem; font-size: .92rem; }
.special-event-card .event-meta { margin-top: .8rem; }
.special-event-card .button { min-height: 42px; margin-top: 1rem; border-color: rgba(217,35,76,.62); }
.special-events-empty { margin-top: 1rem; }
.special-empty-action { margin-left: .35rem; padding: 0; border: 0; background: transparent; color: var(--pink-dark); font-weight: 850; text-decoration: underline; cursor: pointer; }
.special-empty-action:hover, .special-empty-action:focus-visible { color: var(--pink); }
.special-event-tags .tag-warn { background: #fff5db; color: #6d4b00; }
.special-events-note { margin-top: 1.5rem; line-height: 1.55; }
.special-events-note strong { color: var(--ink); }
.notice { margin-top: 2rem; padding: 1rem 1.2rem; border-radius: 16px; background: #f7fbfd; color: var(--muted); font-size: .9rem; }

.site-footer { padding: 3.5rem 1.25rem 2rem; background: #fff; border-top: 1px solid var(--line); }.footer-inner { max-width: 1100px; margin: auto; display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 2rem; }.footer-brand img { width: 160px; }.footer-col h2 { margin: 0 0 .8rem; font-size: .9rem; }.footer-col a, .footer-col span { display: block; margin: .45rem 0; color: var(--muted); font-size: .86rem; text-decoration: none; }.footer-col a:hover { color: var(--pink); }.footer-bottom { max-width: 1100px; margin: 2.4rem auto 0; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--blue); text-align: center; font-weight: 800; font-size: .82rem; }

:focus-visible { outline: 3px solid rgba(40,168,214,.55); outline-offset: 3px; }
@media (max-width: 820px) {
  .site-header { padding: .7rem .75rem; }.nav-shell { flex-wrap: wrap; justify-content: space-between; padding: .65rem .8rem; }.menu-toggle { display: inline-flex; }.nav-links { display: none; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 0; }.nav-links[data-open="true"] { display: flex; }.nav-links a { padding: .75rem .4rem; }.nav-links a::after { bottom: .25rem; transform-origin: left; }.nav-shell > .button { display: none; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding-top: 4rem; }.hero-art { min-height: 340px; }.art-caption { left: 4%; bottom: 3%; }.gallery-grid { grid-template-columns: 1fr; }.gallery-tile { min-height: 150px; }.subscribe { grid-template-columns: 1fr; gap: 1rem; padding: 2rem 1.3rem; }.feature-grid, .instructor-grid { grid-template-columns: 1fr; }.footer-inner { grid-template-columns: repeat(2, 1fr); }.footer-brand { grid-column: span 2; }
  .calendar-control-panel { padding-top: 0; }.calendar-toolbar { grid-template-columns: 1fr; }.calendar-actions { width: 100%; justify-items: start; }.calendar-filter-bar { align-items: start; }.calendar-more-filters { margin-left: 0; }.calendar-selects { justify-content: flex-start; }
  .special-events-heading { align-items: start; flex-direction: column; gap: 1rem; }.special-events-freshness { width: 100%; }
  .calendar-list-view .event-card { grid-template-columns: 72px minmax(0, 1fr); }.calendar-list-view .event-card .button { grid-column: 2; justify-self: start; }.calendar-calendar-view .event-card { grid-template-columns: 1fr; }.calendar-calendar-view .event-card .button { grid-column: auto; justify-self: start; }.detail-facts { grid-template-columns: 1fr; }
}
@media (max-width: 480px) { h1 { font-size: 3.35rem; }.kicker { gap: .55rem .85rem; font-size: .88rem; }.section { padding: 4rem .9rem; }.calendar-section { padding: 2rem .9rem 3rem; }.page-hero-inner { padding: 4rem .9rem 3rem; }.page-hero-compact .page-hero-inner { padding: 2.1rem .9rem 2rem; }.page-hero-compact h1 { font-size: 2.75rem; }.calendar-nav, .view-toggle { width: 100%; }.calendar-control, .view-toggle-button { flex: 1 1 auto; }.calendar-more-filters { flex: 1 1 100%; width: 100%; }.calendar-more-filters summary { width: 100%; justify-content: center; }.calendar-select { flex: 1 1 145px; }.calendar-select select { width: 100%; }.calendar-selects { left: 0; right: auto; width: 100%; }.calendar-viewport.is-calendar-view { margin-inline: -.2rem; padding: .65rem; }.calendar-calendar-view { min-width: 1810px; gap: .65rem; }.calendar-calendar-view .calendar-day { min-width: 250px; padding: .8rem; }.calendar-list-view .event-card { grid-template-columns: 64px minmax(0, 1fr); gap: .7rem; padding: .8rem; }.calendar-list-view .event-card .button { grid-column: 1 / -1; justify-self: stretch; }.event-card h3 { font-size: 1.05rem; }.event-checked { display: none; }.feature-card, .instructor-card { grid-template-columns: 1fr; }.instructor-card:nth-child(2n) .instructor-art { order: 0; }.footer-inner { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }
  .special-events-grid { grid-template-columns: 1fr; }.special-event-toolbar { padding: 1rem; }.special-filter-group { align-items: start; flex-direction: column; gap: .45rem; }.special-filter-label { min-width: 0; }.special-filter-options { width: 100%; }.special-filter-options .filter { flex: 0 1 auto; }.special-filter-group:first-child .special-filter-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }.special-filter-group:first-child .filter { width: 100%; }.special-event-card { grid-template-columns: 64px minmax(0, 1fr); gap: .7rem; padding: .8rem; }.special-event-date { min-height: 98px; }.special-event-date span { font-size: 1.25rem; }.special-event-card .button { width: 100%; }.special-events-note { margin-top: 1rem; }
}
@media (max-width: 480px) { .event-modal { width: calc(100% - 1rem); max-height: calc(100vh - 1rem); }.event-modal-shell { max-height: calc(100vh - 1rem); padding: 1.4rem 1rem 1.2rem; border-radius: 24px; }.event-modal-facts { grid-template-columns: 1fr; }.event-modal-close { top: .7rem; right: .7rem; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
