:root{color-scheme:light;--background:#fbfaf7;--foreground:#1e1c18;--muted:#6d675d;--line:#ddd5c7;--accent:#b73535;--accent-dark:#8f2828;--surface:#ffffff;--surface-alt:#f1ece3}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}a{color:inherit}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,5vw,72px);border-bottom:1px solid var(--line);background:rgba(251,250,247,.92);position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{font-size:1.1rem;font-weight:700;text-decoration:none}nav{display:flex;flex-wrap:wrap;gap:16px;color:var(--muted);font-size:.95rem}nav a{text-decoration:none}.section{padding:clamp(34px,6vw,82px) clamp(20px,5vw,72px)}.hero{min-height:70vh;display:grid;align-items:center;background:linear-gradient(90deg,rgba(30,28,24,.78),rgba(30,28,24,.24)),url(https://images.unsplash.com/photo-1514525253161-7a46d19cd819?auto=format&fit=crop&w=2200&q=80) 50%/cover;color:#fff}.hero-content{max-width:760px}.eyebrow{color:var(--accent);font-size:.82rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.hero .eyebrow{color:#ffd0c9}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.4rem,7vw,5.4rem);line-height:.96;margin-bottom:22px}h2{font-size:clamp(1.7rem,4vw,3rem);line-height:1.04;margin-bottom:16px}p{line-height:1.65}.lede{max-width:680px;color:var(--muted);font-size:1.05rem}.hero .lede{color:#fff5ee}.split-hero{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(320px,1.2fr);grid-gap:clamp(26px,5vw,64px);gap:clamp(26px,5vw,64px);align-items:center;min-height:calc(100vh - 73px);background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(241,236,227,.85)),var(--background)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;padding:10px 16px;background:var(--accent);color:#fff;font-weight:700;text-decoration:none}.button.secondary{background:transparent;border-color:currentColor;color:inherit}.carousel-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);min-height:520px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 24px 80px rgba(30,28,24,.12)}.carousel-media{min-height:360px;background:var(--surface-alt)}.carousel-media img{width:100%;height:100%;min-height:100%;object-fit:cover;display:block}.carousel-fallback{width:100%;height:100%;background:var(--surface-alt)}.carousel-panel{display:flex;flex-direction:column;justify-content:center;gap:14px;padding:clamp(22px,4vw,36px)}.carousel-panel h2{margin-bottom:0}.carousel-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.carousel-controls{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:26px}.carousel-controls button{min-height:36px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--foreground);cursor:pointer;font:inherit}.carousel-controls>button{min-width:64px}.carousel-dots{display:flex;gap:8px;align-items:center}.carousel-dots button{width:12px;min-width:12px;height:12px;min-height:12px;padding:0;border-radius:999px;background:var(--line)}.carousel-dots button.active{border-color:var(--accent);background:var(--accent)}.event-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:18px;gap:18px;margin-top:28px}.event-card{display:grid;grid-gap:12px;gap:12px;min-height:250px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);text-decoration:none}.event-card-image{width:100%;aspect-ratio:16/10;object-fit:cover;background:var(--surface-alt)}.event-card-body{display:grid;grid-gap:12px;gap:12px;padding:20px}.event-card time,.event-meta{color:var(--muted);font-size:.92rem}.event-card h3{margin:0;font-size:1.35rem;line-height:1.15}.dance-chips{display:flex;flex-wrap:wrap;gap:8px}.dance-chip{display:inline-flex;align-items:center;min-height:28px;border:1px solid var(--chip-border,var(--line));border-radius:999px;padding:5px 10px;background:var(--chip-bg,var(--surface-alt));color:var(--chip-color,var(--muted));font-size:.82rem;font-weight:700}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px;margin:28px 0}.filters input,.filters select{min-height:44px;border:1px solid var(--line);border-radius:6px;padding:10px 12px;background:#fff;color:var(--foreground);font:inherit}.detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);grid-gap:clamp(24px,5vw,56px);gap:clamp(24px,5vw,56px);align-items:start}.detail-image{width:100%;max-height:430px;object-fit:cover;border-radius:8px;margin-bottom:28px;background:var(--surface-alt)}.ticket-widget{margin-top:36px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.ticket-widget-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--line)}.ticket-widget-header h2{margin-bottom:0;font-size:1.4rem}.ticket-widget-header a{color:var(--accent-dark);font-weight:700;white-space:nowrap}.ticket-widget-frame{display:block;width:100%;min-height:680px;border:0;background:#fff}.aside{border:1px solid var(--line);border-radius:8px;padding:20px;background:var(--surface-alt)}@media (max-width:760px){.site-header{align-items:flex-start;flex-direction:column}.carousel-shell,.split-hero{grid-template-columns:1fr}.split-hero{min-height:auto}.detail{grid-template-columns:1fr}}