:root{--bg:#080808;--card:#141414;--text:#f7f4ef;--muted:#aaa39b;--line:#2b2b2b;--accent:#df1e27;--accent2:#ff3941}
*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{margin:0;min-height:100vh;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:radial-gradient(circle at 50% -10%,#302022 0,#121010 28%,#080808 65%);overflow-x:hidden}.grain{position:fixed;inset:0;pointer-events:none;opacity:.055;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.shell{position:relative;width:min(100% - 32px,620px);margin:0 auto;padding:58px 0 40px}.hero{text-align:center;margin-bottom:32px}.logo-wrap{display:flex;justify-content:center;margin:0 auto 28px}.festival-logo{display:block;width:min(100%,430px);height:auto}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:11px;font-weight:800;color:#d2ccc5;margin:0 0 14px}h1{font-size:clamp(22px,5vw,29px);line-height:1.16;letter-spacing:-.03em;margin:0 auto 18px;max-width:560px}.event-pill{display:inline-flex;align-items:center;gap:9px;border:1px solid #393333;background:#161314;padding:9px 13px;border-radius:999px;font-size:13px;color:#ded8d1}.pulse{width:8px;height:8px;background:var(--accent2);border-radius:50%;box-shadow:0 0 0 5px rgba(223,30,39,.12)}.links{display:grid;gap:12px}.link-card{position:relative;display:grid;grid-template-columns:48px 1fr 30px;gap:13px;align-items:center;text-decoration:none;color:inherit;padding:15px 16px;border-radius:18px;border:1px solid var(--line);background:rgba(20,20,20,.82);box-shadow:0 8px 28px rgba(0,0,0,.16);transition:transform .18s ease,border-color .18s ease,background .18s ease}.link-card:hover,.link-card:focus-visible{transform:translateY(-2px);border-color:#555;background:#191919;outline:none}.link-card.featured{background:linear-gradient(135deg,#e7242c,#b70d14);border-color:#ef4b52;box-shadow:0 12px 35px rgba(173,11,19,.25)}.icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#222;border:1px solid #303030}.featured .icon{background:rgba(0,0,0,.14);border-color:rgba(255,255,255,.2)}.icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.link-copy{min-width:0}.link-copy strong{display:block;font-size:16px;letter-spacing:-.01em}.link-copy small{display:block;color:var(--muted);margin-top:3px;font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured small{color:#ffe1e2}.arrow{justify-self:end;font-size:20px;color:#8d8883}.featured .arrow{color:#fff}footer{text-align:center;padding:34px 18px 0;color:#8e8882;font-size:12px}footer p{color:#c3bdb6;font-style:italic;margin:0 0 7px}@media(max-width:480px){.shell{width:min(100% - 22px,620px);padding-top:38px}.link-card{grid-template-columns:44px 1fr 24px;padding:13px}.icon{width:44px;height:44px}.link-copy small{font-size:11.5px}.logo-wrap{margin-bottom:24px}.festival-logo{width:min(88vw,350px)}}
