:root{--bg:#faf6f0;--surface:#fff;--surface-2:#f3ece2;--text:#2b2622;--muted:#5c534b;--accent:#b4531f;--accent-hover:#8f3f16;--accent-text:#fff;--border:#e2d7c8;--focus:#1f5fbf}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-text-size-adjust:100%}.page{max-width:960px;margin:0 auto;padding:40px 24px 24px;min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto}:focus-visible,a:focus-visible{outline:3px solid var(--focus);outline-offset:3px;border-radius:4px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.topbar{display:flex;justify-content:flex-end;margin-bottom:24px}.lang-switcher{display:inline-flex}.lang-switcher,.lang-switcher__details{position:relative}.lang-switcher__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:44px;min-height:44px;padding:8px 16px;border:1px solid var(--border);border-radius:8px;color:var(--text);font-weight:600;font-size:.95rem;background:var(--surface);cursor:pointer;list-style:none;transition:background-color .15s ease,border-color .15s ease}.lang-switcher__button::-webkit-details-marker{display:none}.lang-switcher__button::marker{content:""}.lang-switcher__button:hover{background:var(--surface-2)}.lang-switcher__button:focus-visible{outline:3px solid var(--focus);outline-offset:3px;border-radius:8px}.lang-switcher__caret{font-size:.8em;line-height:1;transition:transform .15s ease}.lang-switcher__details[open] .lang-switcher__caret{transform:rotate(180deg)}.lang-switcher__panel{list-style:none;margin:8px 0 0;padding:8px;position:absolute;right:0;top:100%;z-index:20;min-width:100%;display:flex;flex-direction:column;gap:4px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 6px 20px rgba(43,38,34,.12)}.lang-switcher__option{display:flex;align-items:center;min-height:44px;padding:8px 16px;border-radius:6px;color:var(--text);text-decoration:none;font-weight:600;font-size:.95rem;white-space:nowrap}a.lang-switcher__option:focus-visible,a.lang-switcher__option:hover{background:var(--surface-2)}.lang-switcher__option.is-current{background:var(--accent);color:var(--accent-text);font-weight:700;cursor:default}.hero{text-align:center;margin-bottom:40px}.brand{font-size:2.75rem;line-height:1.15;margin:0 0 8px;letter-spacing:-.01em;font-weight:700}.motto{font-size:1.25rem;font-style:italic;color:var(--accent);margin:0 0 16px;letter-spacing:.02em}.tagline{font-size:1.15rem;color:var(--muted);max-width:40ch;margin:0 auto}.intro{max-width:65ch;margin:0 auto 48px;text-align:center}.intro p{font-size:1.05rem;margin:0}h2{font-size:1.4rem;line-height:1.2;margin:0 0 24px;text-align:center}h3{font-size:1.2rem;line-height:1.25;margin:0 0 8px}.topics{margin-bottom:48px}.topic-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px;height:100%;display:flex;flex-direction:column}.card p{margin:0 0 16px;color:var(--muted);flex:1 0 auto}.card-live{border-color:var(--border)}.card-coming,.card-placeholder{background:var(--surface-2);border-style:dashed}.card-coming p,.card-placeholder p{color:var(--muted)}.cta{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:44px;padding:10px 20px;background:var(--accent);color:var(--accent-text);text-decoration:none;font-weight:600;border-radius:8px;transition:background-color .15s ease}.cta:hover{background:var(--accent-hover)}.cta span{margin-left:6px}.values{margin-bottom:48px}.value-list{list-style:none;margin:0 auto 24px;padding:0;max-width:65ch;display:grid;grid-gap:16px;gap:16px}.value-list li{display:flex;flex-direction:column;gap:4px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:10px}.value-label{font-weight:700;color:var(--accent)}.value-text{color:var(--muted)}.motto-note{text-align:center;font-style:italic;color:var(--accent);margin:0}.foot{flex-shrink:0;margin-top:32px;padding-top:24px;border-top:1px solid var(--border);text-align:center}.foot p{margin:0 0 4px;color:var(--muted);font-size:.95rem}.foot .year{margin:0}@media (min-width:640px){.brand{font-size:3.25rem}.value-list{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.page{padding:32px 16px 16px}.brand{font-size:2.25rem}}