:root{
  --bg:#0d0f12; --bg-soft:#141821; --card:#151923;
  --text:#f1f5f9; --muted:#9aa3b2; --border:#252b36;
  --accent:#4aa8ff; --accent-2:#ff7a45; --radius:16px;
  --shadow: 0 12px 30px rgba(0,0,0,.35);
}
*{box-sizing:border-box} html,body{height:100%}
body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif; background:var(--bg); color:var(--text)}
a{color:inherit; text-decoration:none}
.wrap{max-width:1100px; margin-inline:auto; padding:24px}
header{position:sticky; top:0; z-index:10; backdrop-filter:saturate(180%) blur(8px); background:linear-gradient(to bottom, rgba(13,15,18,.85), rgba(13,15,18,.55)); border-bottom:1px solid var(--border)}
.nav{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:16px 24px}
.brand{display:flex; align-items:center; gap:10px; font-weight:700; letter-spacing:.3px}
.brand .dot{width:10px; height:10px; border-radius:999px; background:var(--accent)}
.nav a.btn{padding:10px 14px; border:1px solid var(--border); border-radius:10px; background:transparent}
.hero{padding:56px 24px 24px}
.hero .inner{display:grid; gap:18px; grid-template-columns:1fr}
.h-eyebrow{color:var(--muted); font-size:.95rem; letter-spacing:.16em; text-transform:uppercase}
h1{font-size:clamp(28px,4vw,44px); margin:0; line-height:1.1}
.h-sub{color:var(--muted); font-size:1.05rem; max-width:70ch}
.cta-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:8px}
.btn{display:inline-flex; align-items:center; gap:8px; padding:12px 16px; border-radius:12px; border:1px solid var(--border); background:var(--card); box-shadow:var(--shadow)}
.btn.primary{background:linear-gradient(135deg, var(--accent), #6bd0ff); color:#07131d; border-color:transparent; font-weight:700}
.services{margin-top:24px; display:grid; grid-template-columns:1fr; gap:16px}
@media (min-width:860px){ .services{grid-template-columns:repeat(3,1fr)} }
.card{background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.00)); border:1px solid var(--border); border-radius:var(--radius); box-shadow:var(--shadow); padding:22px; display:flex; flex-direction:column; gap:12px}
.card h3{margin:6px 0 0; font-size:1.25rem}
.card p{margin:0; color:var(--muted)}
.chip{display:inline-flex; align-items:center; gap:8px; padding:8px 10px; background:var(--bg-soft); border:1px solid var(--border); border-radius:999px; width:max-content; font-size:.9rem; color:var(--muted)}
.card .actions{margin-top:auto; display:flex; gap:10px; flex-wrap:wrap}
section{margin:40px 0}
.section-head{display:flex; align-items:end; justify-content:space-between; gap:16px; margin-bottom:10px}
.section-head h2{margin:0; font-size:1.4rem}
.shows{background:var(--bg-soft); border:1px solid var(--border); border-radius:var(--radius); box-shadow:var(--shadow); padding:16px}
.event-list{display:grid; gap:10px}
.event{display:flex; justify-content:space-between; gap:12px; padding:12px; border:1px solid var(--border); border-radius:12px; background:var(--card)}
.event .meta{color:var(--muted); font-size:.95rem}
.calendar-embed{aspect-ratio:16/9; width:100%; border:0; border-radius:12px}
.grid-2{display:grid; gap:18px; grid-template-columns:1fr}
@media (min-width:920px){ .grid-2{grid-template-columns:1.2fr .8fr} }
.kv{background:var(--bg-soft); border:1px solid var(--border); border-radius:var(--radius); padding:18px}
ul.clean{margin:0; padding-left:18px}
footer{border-top:1px solid var(--border); padding:24px; color:var(--muted); text-align:center}
.note{color:var(--muted); font-size:.95rem}
.badge{display:inline-block; padding:6px 10px; border:1px solid var(--border); border-radius:999px; margin-right:8px}
.pricing{display:grid; gap:16px; grid-template-columns:1fr}
@media (min-width:920px){ .pricing{grid-template-columns:repeat(3,1fr)} }
.tier{padding:18px; border:1px solid var(--border); border-radius:var(--radius); background:var(--card)}
.tier h3{margin-top:0}
small.muted{color:var(--muted)}