:root{color-scheme:dark;--bg:#08090b;--fg:#f3f3f1;--muted:#a4a6aa;--line:#303238}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg)}
body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--fg);-webkit-font-smoothing:antialiased}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(ellipse at 50% 30%,rgba(255,255,255,.055),transparent 34%),linear-gradient(115deg,transparent 30%,rgba(255,255,255,.018) 48%,transparent 66%)}
.hero{min-height:100svh;display:grid;place-items:center;padding:48px 24px}
.identity{width:min(100%,620px);display:flex;flex-direction:column;align-items:center;text-align:center}
.mark{position:relative;width:142px;height:116px;margin-bottom:28px;filter:drop-shadow(0 12px 18px rgba(0,0,0,.35))}
.slash{position:absolute;width:50px;height:92px;border-radius:3px;transform:skewX(-28deg);background:repeating-radial-gradient(ellipse at 50% 45%,#f1f1ef 0,#c9c9c6 2px,#777a7d 4px,#d8d8d5 6px,#8c8f92 8px);box-shadow:inset 1px 1px 1px rgba(255,255,255,.75),inset -2px -2px 4px rgba(0,0,0,.35)}
.slash:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(115deg,rgba(255,255,255,.48),transparent 24%,rgba(0,0,0,.22) 57%,rgba(255,255,255,.28));mix-blend-mode:overlay}
.slash-one{left:21px;top:0}.slash-two{right:21px;bottom:0}
h1{font-size:clamp(48px,7vw,76px);font-weight:600;letter-spacing:-.055em;line-height:1;margin:0}
.activity{margin:22px 0 0;text-transform:uppercase;letter-spacing:.28em;font-size:12px;font-weight:500;color:#d4d5d6}
.rule{width:150px;height:1px;background:var(--line);margin:44px 0 30px}
.contact{display:flex;align-items:center;gap:20px;color:var(--muted);font-size:14px}
.contact a{color:inherit;text-decoration:none;transition:color .2s ease}.contact a:hover{color:var(--fg)}
.contact span{width:1px;height:16px;background:var(--line)}
.button{margin-top:34px;min-width:178px;padding:14px 20px;border:1px solid #55585d;border-radius:4px;color:#dfe0e1;text-decoration:none;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:500;transition:.2s ease}
.button span{margin-left:12px}.button:hover{background:#f2f2f0;color:#090a0c;border-color:#f2f2f0}
@media(max-width:560px){.hero{padding:36px 20px}.mark{transform:scale(.86);margin-bottom:20px}h1{font-size:52px}.activity{font-size:10px;letter-spacing:.22em}.rule{margin:36px 0 26px}.contact{flex-direction:column;gap:10px}.contact span{width:28px;height:1px}.button{margin-top:30px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}