@import"https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;500;600&family=Outfit:wght@400;600&family=Poppins:wght@400;500;600&display=swap";:root{--bg: #ffffff;--bg-alt: #f5f7fb;--text: #0f172a;--muted: #475569;--border: #e2e8f0;--surface: #ffffff;--surface-soft: #f8fafc;--primary: #2563eb;--primary-soft: rgba(37, 99, 235, .08);--secondary: #2563eb}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Poppins,Outfit,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:10}.brand__logo{font-family:Lexend Deca,sans-serif;font-weight:600;font-size:1.2rem;letter-spacing:.06em;color:var(--text)}.site-nav{display:flex;gap:1rem}.site-nav__link{padding:.35rem .9rem;border-radius:999px;font-size:.95rem;color:var(--muted);transition:color .2s ease,background .2s ease}.site-nav__link.is-active,.site-nav__link:hover{color:var(--text);background:var(--primary-soft)}.page-container{width:min(1100px,92%);margin:0 auto;flex:1;padding:2.5rem 0 4rem;display:flex;flex-direction:column;gap:2rem}.site-footer{border-top:1px solid var(--border);padding:1.5rem 2rem;background:var(--surface)}.site-footer__content{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.hero{display:flex;gap:2rem;flex-wrap:wrap;align-items:center;padding:2rem;border-radius:32px;background:var(--surface);border:1px solid var(--border)}.hero__media{flex:1 1 220px;display:flex;justify-content:center}.hero__media img{width:200px;height:200px;border-radius:32px;object-fit:cover;background:var(--surface-soft);border:1px solid var(--border)}.hero__content{flex:2 1 320px}.hero__eyebrow{font-size:1rem;color:var(--muted);margin:0 0 .5rem}.hero__title{font-size:clamp(2.5rem,5vw,3.8rem);font-family:Outfit,sans-serif;margin:0 0 1rem;font-weight:600;color:var(--text)}.social-links{display:flex;flex-wrap:wrap;gap:.75rem}.social-link{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;border:1px solid var(--border);transition:transform .2s ease,border-color .2s ease;color:var(--muted)}.social-link:hover{transform:translateY(-3px);border-color:var(--primary);color:var(--primary)}.callout{padding:1rem 1.25rem;border-radius:16px;background:#e0f2ff;border:1px solid #93c5fd;margin-bottom:1.25rem;color:#0f172a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.stat-card{background:var(--surface);border-radius:20px;padding:1.5rem;border:1px solid var(--border);text-align:center}.stat-card__icon{width:46px;height:46px;border-radius:12px;margin:0 auto .75rem;background:var(--primary-soft);display:grid;place-items:center;color:var(--primary);font-size:1.3rem}.stat-card__label{margin:0;color:var(--muted)}.stat-card__value{margin:.65rem 0 0;font-size:2rem;font-weight:600}.divider{height:1px;width:100%;background:var(--border);margin:1rem 0 0}.cta-grid{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.btn{padding:.85rem 1.5rem;border-radius:999px;background:var(--primary);color:#fff;border:none;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.btn:hover{transform:translateY(-2px);opacity:.9}.language-switcher{display:flex;flex-direction:column;gap:.35rem}.language-switcher__label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.language-switcher__control{display:flex;align-items:center;gap:.5rem;padding:.35rem .75rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-soft)}.language-switcher__control select{background:transparent;border:none;color:var(--text);font-size:.95rem;outline:none}.about-hero{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center;padding:1.5rem;border-radius:24px;border:1px solid var(--border);background:var(--surface)}.about-hero__media{flex:1 1 220px}.about-hero__media img{border-radius:24px;border:1px solid var(--border)}.about-hero__text{flex:2 1 320px}.about-hero__eyebrow{margin:0;color:var(--muted)}.about-hero__text h1{margin:.5rem 0 0;font-size:clamp(2rem,5vw,3rem)}.about-sections{display:flex;flex-direction:column;gap:1rem}.about-section{padding:1.25rem;border-radius:18px;background:var(--surface);border:1px solid var(--border)}.about-section h2{margin:0 0 .5rem}.about-section p{margin:0;color:var(--muted);line-height:1.6}.photo-gallery{border-radius:24px;padding:1.5rem;border:1px solid var(--border);background:var(--surface)}.photo-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.photo-thumb{padding:0;border:none;background:transparent;cursor:zoom-in;border-radius:16px;overflow:hidden;border:1px solid var(--border)}.photo-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.photo-thumb:hover img{transform:scale(1.03)}.photo-modal[hidden]{display:none}.photo-modal{position:fixed;inset:0;background:#0f172abf;display:grid;place-items:center;z-index:100}.photo-modal__dialog{position:relative;width:min(800px,90%);border-radius:20px;overflow:hidden;background:#000}.photo-modal__dialog img{width:100%}.photo-modal__close{position:absolute;top:.5rem;right:.5rem;background:#0009;border:none;color:#fff;font-size:1.3rem;width:38px;height:38px;border-radius:50%;cursor:pointer}.document{padding:1.5rem;border-radius:24px;border:1px solid var(--border);background:var(--surface)}.document__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.document__header h1{margin:0;font-size:1.5rem}.back-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--muted);font-weight:500}.document__viewer iframe{width:100%;height:70vh;border:none;border-radius:18px;background:var(--surface-soft)}@media(max-width:768px){.site-header,.site-footer{padding:1.2rem}.hero,.document,.about-hero,.photo-gallery{padding:1.25rem}.cta-grid{flex-direction:column}.btn{width:100%;text-align:center}}
