/* britedom v1 -- un singur CSS, mobile-first, fara fonturi externe */
:root{--bg:#0f0f12;--fg:#f4f1ee;--accent:#e2b6c8;--muted:#a9a4a0;--box:#1a1a1f}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;line-height:1.45;min-height:100vh}
.wrap{max-width:480px;margin:0 auto;padding:48px 20px 40px;display:flex;flex-direction:column;gap:16px}
h1{font-size:2rem;margin:0;text-align:center;letter-spacing:.02em}
h2{font-size:1.4rem;margin:0 0 8px}
.tagline{margin:0;text-align:center;color:var(--muted);font-size:1.05rem}
.hero{display:block;width:100%;height:auto;border-radius:14px;margin-bottom:8px}
.buttons{display:flex;flex-direction:column;gap:12px;margin-top:16px}
.btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:56px;padding:0 16px;border-radius:14px;background:var(--accent);color:var(--bg);font-weight:600;font-size:1.05rem;text-decoration:none;border:2px solid var(--accent);cursor:pointer;font-family:inherit;transition:filter .15s}
.btn:hover,.btn:focus-visible{filter:brightness(1.08);outline:none}
.btn:focus-visible{box-shadow:0 0 0 3px rgba(226,182,200,.45)}
.btn-outline{background:transparent;color:var(--accent)}
.door{margin-top:24px;display:flex;flex-direction:column;gap:8px}
.note{margin:0;text-align:center;color:var(--muted);font-size:.9rem}
footer{margin-top:32px;text-align:center;color:var(--muted);font-size:.85rem}
footer p{margin:4px 0}
.gate{position:fixed;inset:0;background:rgba(15,15,18,.96);display:flex;align-items:center;justify-content:center;padding:20px;z-index:10}
.gate[hidden]{display:none}
.gate-box{background:var(--box);border:1px solid #2a2a31;border-radius:16px;padding:24px;max-width:400px;width:100%;display:flex;flex-direction:column;gap:12px;text-align:center}
.gate-box p{margin:0 0 8px;color:var(--fg)}
@media (min-width:600px){.wrap{padding-top:72px}h1{font-size:2.4rem}}
