/* Seasonal accents are scoped; 'none' restores all original styles. */
html[data-season="halloween"]{--season-accent:#a94308;--season-bright:#ffad52;--season-secondary:#b5a0ff;--season-soft:rgba(238,123,34,.12);--season-paper:#fff8f0;--season-night:#110e1b;--season-glyph:"🎃"}
html[data-season="christmas"]{--season-accent:#176448;--season-bright:#91dfb5;--season-secondary:#efd28c;--season-soft:rgba(35,153,104,.12);--season-paper:#f4faf6;--season-night:#091714;--season-glyph:"❄"}
html[data-season="easter"]{--season-accent:#7952a5;--season-bright:#d5b7ff;--season-secondary:#9de4c4;--season-soft:rgba(158,113,210,.12);--season-paper:#fcf7ff;--season-night:#171121;--season-glyph:"🌷"}
html[data-season]:not([data-season="none"]){--primary:var(--season-accent);--primary-hover:var(--season-accent);--primary-soft:var(--season-soft);--primary-ring:var(--season-soft);--orange:var(--season-bright);--orange-2:var(--season-secondary)}
html[data-season][data-surface="admin"]:not([data-season="none"]){--bg:var(--season-paper)}
html[data-season][data-surface="admin"][data-theme="dark"]:not([data-season="none"]),html[data-season][data-surface="public"]:not([data-season="none"]){--bg:var(--season-night)}
html[data-season][data-surface="admin"][data-theme="dark"]:not([data-season="none"]){--primary:var(--season-bright)}
html[data-season][data-surface="admin"]:not([data-season="none"]) .button-primary{background:var(--season-accent);color:#fff}
html[data-season]:not([data-season="none"]) .topbar,html[data-season]:not([data-season="none"]) .site-header{border-bottom:2px solid var(--season-accent)}
html[data-season]:not([data-season="none"]) .page-header h1,html[data-season]:not([data-season="none"]) .supervision-header h1{ text-decoration:underline;text-decoration-color:var(--season-secondary);text-underline-offset:10px;text-decoration-thickness:3px}
html[data-season]:not([data-season="none"]) .hero,html[data-season]:not([data-season="none"]) .roster-hero,html[data-season]:not([data-season="none"]) .events-hero{background-image:radial-gradient(ellipse at 85% 20%,var(--season-soft),transparent 65%)}
html[data-season]:not([data-season="none"]) .hero-logo-ring{box-shadow:0 0 80px var(--season-soft);border-color:var(--season-secondary)}
.season-scenery{position:fixed;inset:0;overflow:hidden;pointer-events:none!important;z-index:8;user-select:none}
.season-scenery span{position:absolute;left:var(--x);top:var(--y);font-size:clamp(14px,2vw,26px);opacity:.18;animation:season-drift 12s ease-in-out infinite alternate;animation-delay:var(--delay)}
@keyframes season-drift{to{transform:translate(6px,18px) rotate(12deg)}}
@media(prefers-reduced-motion:reduce){.season-scenery span{animation:none}}
@media(max-width:700px){.season-scenery span:nth-child(n+5){display:none}}
@media print{.season-scenery{display:none}}
.season-choices{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;border:0;padding:16px 0;margin:0 0 18px}
.season-choices legend{font-weight:700}
.season-choice{position:relative;display:flex;flex-direction:column;gap:12px;padding:24px;border:2px solid var(--border);border-top:5px solid var(--preview);border-radius:16px;background:var(--surface);color:var(--text);cursor:pointer}
.season-choice input{width:20px;height:20px;accent-color:var(--preview)}
.season-choice:has(input:checked){outline:3px solid var(--preview);outline-offset:3px}
.season-choice:focus-within{outline:3px solid var(--preview);outline-offset:3px}
.season-choice-icon{font-size:40px}.season-choice>strong{font-size:1.2rem}.season-choice>span:last-child{line-height:1.6;color:var(--text-soft)}
.season-preview-halloween{--preview:#cc742c}.season-preview-christmas{--preview:#278061}.season-preview-easter{--preview:#9270bd}
/* Illustrations remain behind content; all text uses its original surface. */
html[data-season="halloween"]{--season-art:url('../images/seasons/halloween.png')}
html[data-season="christmas"]{--season-art:url('../images/seasons/christmas.png')}
html[data-season="easter"]{--season-art:url('../images/seasons/easter.png')}
html[data-season]:not([data-season="none"]) .hero,
html[data-season]:not([data-season="none"]) .roster-hero,
html[data-season]:not([data-season="none"]) .events-hero{background-image:linear-gradient(90deg,rgba(6,10,18,.85),rgba(6,10,18,.12)),var(--season-art);background-size:cover;background-position:center;position:relative}
html[data-season]:not([data-season="none"]) .hero-copy{position:relative;z-index:1;text-shadow:0 2px 16px #070b12}
html[data-season]:not([data-season="none"]) .hero-glow{opacity:.15}
html[data-season]:not([data-season="none"]) .hero-logo-ring{background:rgba(8,12,21,.55);box-shadow:0 0 65px var(--season-soft),inset 0 0 35px var(--season-soft)}
html[data-season]:not([data-season="none"]) .hero-stats{position:relative;z-index:1;background:#0b111dee}
html[data-season][data-surface="admin"]:not([data-season="none"]) .page-header{padding:28px 32px;min-height:155px;border-radius:18px;background:#0b111d var(--season-art) center 56%/cover;color:#fff;position:relative;isolation:isolate;overflow:hidden;border:1px solid var(--season-accent)}
html[data-season][data-surface="admin"]:not([data-season="none"]) .page-header:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#09101ff2,#09101f80 65%,#09101f20);z-index:-1}
html[data-season][data-surface="admin"]:not([data-season="none"]) .page-header h1,
html[data-season][data-surface="admin"]:not([data-season="none"]) .page-header p{color:#fff}
html[data-season]:not([data-season="none"]) .sidebar{border-right:2px solid var(--season-accent);background-image:linear-gradient(var(--season-soft),transparent 280px)}
html[data-season]:not([data-season="none"]) .site-header{box-shadow:0 4px 28px var(--season-soft)}
html[data-season]:not([data-season="none"]) .season-scenery{z-index:2}
html[data-season]:not([data-season="none"]) .season-scenery span{opacity:.45;font-size:20px}
html[data-surface="admin"] .season-scenery{display:none}
html[data-season-intensity="discreet"]:not([data-season="none"]) .hero,
html[data-season-intensity="discreet"]:not([data-season="none"]) .roster-hero,
html[data-season-intensity="discreet"]:not([data-season="none"]) .events-hero{background-image:linear-gradient(90deg,#080d17eb,#080d17b8),var(--season-art)}
html[data-season-intensity="discreet"][data-surface="admin"]:not([data-season="none"]) .page-header{min-height:0;background-position:center 40%}
html[data-season-intensity="discreet"] .season-scenery{display:none}
html[data-season-motion="off"] .season-scenery span{animation:none}
.season-choice{overflow:hidden;padding-top:150px}
.season-choice-art{position:absolute;top:0;left:0;width:100%;height:135px;object-fit:cover;object-position:right 65%}
.season-options{border:1px solid var(--border);border-radius:12px;padding:18px;margin-bottom:22px;display:flex;flex-wrap:wrap;align-items:center;gap:20px}
.season-options label{display:flex;align-items:center;gap:10px}.season-options p{width:100%;margin:0}
@media(max-width:700px){html[data-season]:not([data-season="none"]) .hero{background-position:65% center;background-image:linear-gradient(#080d1799,#080d17ce),var(--season-art)}html[data-season][data-surface="admin"]:not([data-season="none"]) .page-header{padding:22px 18px}.season-scenery{display:none}}
@media print{html[data-season][data-surface="admin"]:not([data-season="none"]) .page-header{background:#fff;color:#000}html[data-season][data-surface="admin"]:not([data-season="none"]) .page-header h1,html[data-season][data-surface="admin"]:not([data-season="none"]) .page-header p{color:#000}.page-header:before{display:none}}

html[data-season="halloween"]{--season-corner:url('../images/seasons/halloween-corner.svg');--season-trim:url('../images/seasons/halloween-trim.svg');--season-play:url('../images/seasons/halloween-play.png');--season-rules:url('../images/seasons/halloween-rules.png');--season-team:url('../images/seasons/halloween-team.png');--season-title:Georgia,'Palatino Linotype',serif;--season-button:#ffae49;--season-ink:#251208}
html[data-season="christmas"]{--season-corner:url('../images/seasons/christmas-corner.svg');--season-trim:url('../images/seasons/christmas-trim.svg');--season-play:url('../images/seasons/christmas-play.png');--season-rules:url('../images/seasons/christmas-rules.png');--season-team:url('../images/seasons/christmas-team.png');--season-title:'Palatino Linotype',Georgia,serif;--season-button:#efd294;--season-ink:#3c1520}
html[data-season="easter"]{--season-corner:url('../images/seasons/easter-corner.svg');--season-trim:url('../images/seasons/easter-trim.svg');--season-play:url('../images/seasons/easter-play.png');--season-rules:url('../images/seasons/easter-rules.png');--season-team:url('../images/seasons/easter-team.png');--season-title:'Trebuchet MS',sans-serif;--season-button:#d7b8ed;--season-ink:#271833}
html[data-season]:not([data-season="none"]) .hero h1{font-family:var(--season-title);font-size:clamp(2.5rem,4.6vw,5.2rem);letter-spacing:-.035em;line-height:1.08}
html[data-season]:not([data-season="none"]) :is(.section-heading h2,.home-overview-title h2,.staff-showcase h2,.join-banner h2,.roster-hero h1,.events-hero h1,.page-header h1){font-family:var(--season-title);letter-spacing:-.02em}
.season-label{display:table;margin-top:18px;border:1px solid var(--season-bright);border-radius:30px;background:#101321d9;padding:7px 14px;color:var(--season-bright);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}
html[data-season]:not([data-season="none"]) .hero{padding-bottom:100px}
.season-decor{position:absolute;inset:0;overflow:hidden;pointer-events:none;user-select:none;z-index:3}
.season-part{position:absolute;display:block;background-repeat:no-repeat;background-size:contain;pointer-events:none}
.season-left,.season-right{background-image:var(--season-corner);width:clamp(180px,22vw,340px);height:190px;bottom:0;filter:drop-shadow(0 0 16px var(--season-soft))}
.season-left{left:-38px;transform:scaleX(-1)}.season-right{right:-38px}
.season-trim-left,.season-trim-right{width:240px;height:130px;top:0;background-image:var(--season-trim);opacity:.85}
.season-trim-left{left:0}.season-trim-right{right:0;transform:scaleX(-1)}
.hero .season-trim-left,.hero .season-trim-right{top:76px;width:180px}
html[data-season]:not([data-season="none"]) .hero :is(.hero-content,.hero-stats,.live-update){z-index:4;position:relative}
html[data-season]:not([data-season="none"]) .quick-card{min-height:380px;padding-top:185px;background-size:100% auto;background-repeat:no-repeat;background-position:center top;background-color:#101522;border-color:var(--season-accent);box-shadow:0 8px 30px #0004}
html[data-season]:not([data-season="none"]) .quick-card:before{background:linear-gradient(180deg,transparent 5%,#10152235 32%,#101522 60%);opacity:1}
html[data-season]:not([data-season="none"]) .quick-play{background-image:var(--season-play)}
html[data-season]:not([data-season="none"]) .quick-rules{background-image:var(--season-rules)}
html[data-season]:not([data-season="none"]) .quick-team{background-image:var(--season-team)}
html[data-season]:not([data-season="none"]) .quick-card>i{display:none}
html[data-season]:not([data-season="none"]) .quick-card h3{font-family:var(--season-title);font-size:1.2rem}
html[data-season]:not([data-season="none"]) .quick-card p{color:#c5ccdb}
html[data-season]:not([data-season="none"]) :is(.button-primary,.quick-card>b){background:var(--season-button);color:var(--season-ink);border:1px solid var(--season-bright);box-shadow:0 3px 20px var(--season-soft)}
html[data-season]:not([data-season="none"]) :is(.button-primary,.quick-card):hover{box-shadow:0 4px 28px var(--season-soft);filter:brightness(1.08)}
html[data-season]:not([data-season="none"]) :is(.staff-showcase-head,.community-section,.join-banner){background-image:linear-gradient(90deg,#0a1020ed,#0a102070),var(--season-art);background-size:cover;background-position:center 65%;border-color:var(--season-accent)}
html[data-season]:not([data-season="none"]) .join-banner{color:#fff}
html[data-season]:not([data-season="none"]) .staff-showcase-visual{background-image:linear-gradient(#0a102045,#0a102085),var(--season-team);background-size:cover;background-position:center}
html[data-season]:not([data-season="none"]) .site-footer{background-image:linear-gradient(90deg,#080c17fa,#080c17bd),var(--season-art);background-size:cover;background-position:bottom;border-top:2px solid var(--season-accent)}
html[data-season]:not([data-season="none"]) :is(.home-overview-title,.staff-list-heading,.section-heading){padding-bottom:18px;border-bottom:1px solid var(--season-accent)}
html[data-season]:not([data-season="none"]) :is(.staff-card,.event-card,.community-card){border-color:var(--season-accent)}
html[data-season]:not([data-season="none"]) .today-event-empty{background-image:linear-gradient(#10152280,#101522ef),var(--season-play);background-size:cover;background-position:center}
.season-particles{position:fixed;inset:0;z-index:5;pointer-events:none;overflow:hidden}
.season-particles span{position:absolute;left:var(--x);top:-5%;width:6px;height:6px;background:#f7e7cd;border-radius:50%;opacity:.55;animation:season-fall var(--duration) linear infinite;animation-delay:var(--delay)}
html[data-season="easter"] .season-particles span{width:10px;height:7px;border-radius:80% 0 80% 0;background:#f0bddb}
html[data-season="halloween"] .season-particles span{width:22px;height:12px;background:#9b7cae;clip-path:polygon(0 0,35% 25%,50% 0,65% 25%,100% 0,80% 80%,60% 65%,50% 100%,40% 65%,20% 80%);opacity:.45}
html[data-season="halloween"][data-season-motion="on"] .season-mist{bottom:0;left:-10%;width:120%;height:90px;background:radial-gradient(ellipse,#bda4dc30,transparent 65%);animation:season-mist 14s ease-in-out infinite alternate}
@keyframes season-fall{to{transform:translate(35px,110vh) rotate(180deg)}}
@keyframes season-mist{to{transform:translateX(5%) scaleY(1.5);opacity:.5}}
html[data-season-intensity="discreet"] .season-decor{opacity:.35}
html[data-season-intensity="discreet"] :is(.season-particles,.season-mist){display:none}
@media(prefers-reduced-motion:reduce){.season-particles{display:none}.season-mist{animation:none!important}}
@media(max-width:700px){.season-particles,.season-mist{display:none}.season-trim-left,.season-trim-right{width:100px;height:65px}.season-left,.season-right{width:135px;height:80px}html[data-season]:not([data-season="none"]) .hero{padding-bottom:65px}html[data-season]:not([data-season="none"]) .quick-card{min-height:380px;padding-top:195px;background-size:cover}html[data-season]:not([data-season="none"]) .quick-card:before{background:linear-gradient(transparent,#101522 65%)}}
@media print{.season-decor,.season-particles{display:none}}
@media(max-width:700px){.hero .season-trim-left,.hero .season-trim-right{top:76px;width:90px}html[data-season]:not([data-season="none"]) .hero h1{overflow-wrap:anywhere}html[data-season]:not([data-season="none"]) .home-overview-grid>*{min-width:0}}
