
:root{color-scheme:dark;--bg:#050505;--panel:#0b0b0b;--line:#2e2e2e;--text:#f7f7f7;--muted:#b6b6b6}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit}img{max-width:100%;display:block}.wrap{width:min(1080px,calc(100% - 32px));margin:auto}.top{position:sticky;top:0;z-index:10;background:rgba(5,5,5,.88);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900}.brand img{width:46px;height:46px;object-fit:contain;border-radius:12px}.navlinks{display:flex;gap:10px;flex-wrap:wrap}.navlinks a{padding:8px 10px;text-decoration:none;color:#cfcfcf;font-size:13px}.hero{padding:clamp(58px,10vw,110px) 0 48px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.16em;color:#d5d5d5}.hero h1{font-size:clamp(38px,7vw,76px);line-height:.98;letter-spacing:-.055em;margin:14px 0 20px}.lead{font-size:clamp(17px,2.2vw,21px);color:#c7c7c7;max-width:700px}.hero-photo{border-radius:24px;border:1px solid #333;overflow:hidden;aspect-ratio:4/3;background:#111}.hero-photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 16px;border-radius:12px;text-decoration:none;font-weight:900;border:1px solid #fff}.btn.primary{background:#fff;color:#000}.btn.secondary{background:#0b0b0b;color:#fff;border-color:#444}.section{padding:52px 0;border-top:1px solid #191919}.section h2{font-size:clamp(28px,4vw,44px);letter-spacing:-.04em;margin:0 0 18px}.section p{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card{border:1px solid var(--line);background:var(--panel);padding:20px;border-radius:18px}.card h3{margin:0 0 8px}.card p{margin:0}.schedule{display:grid;gap:8px;margin-top:15px}.schedule div{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid #222}.schedule div:last-child{border-bottom:0}.location{font-style:normal;margin-top:14px;color:#ddd}.nearby{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.nearby span{padding:8px 10px;border-radius:999px;border:1px solid #333;background:#0c0c0c;color:#d5d5d5;font-size:13px}.footer{padding:34px 0 48px;border-top:1px solid var(--line);color:#999;font-size:13px}.footer-links{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:12px}.footer a{color:#ddd}@media(max-width:800px){.hero-grid{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.nav{align-items:flex-start;padding:12px 0;flex-direction:column}.navlinks{width:100%;overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.hero{padding-top:48px}.hero-photo{max-height:460px}.schedule div{align-items:flex-start;flex-direction:column;gap:2px}}
