*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#1a1a1a;--card:#232323;--red:#e03030;--white:#fff;--muted:#fff9;--dim:#ffffff59;--border:#ffffff14;--r:16px}html,body{background:var(--bg);color:var(--white);-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}body.locked{height:100vh;overflow:hidden}a{color:inherit;text-decoration:none}.page{flex-direction:column;align-items:center;gap:16px;padding:16px;display:flex}.card{background:var(--card);border-radius:var(--r);align-items:stretch;width:100%;max-width:760px;display:flex;overflow:hidden}.card-left{flex-direction:column;flex:1;padding:44px 40px;display:flex}.card-role{margin-bottom:6px;font-size:1.05rem;font-weight:700}.card-name{letter-spacing:-.02em;margin-bottom:20px;font-size:2.2rem;font-weight:800;line-height:1.1}.card-divider{border:none;border-top:1px solid #ffffff26;margin-bottom:20px}.card-tagline{margin-bottom:32px;font-size:1.15rem;font-weight:500}.contact-block{flex-direction:column;gap:12px;display:flex}.contact-heading{color:var(--muted);margin-bottom:4px;font-size:.85rem}.contact-row{align-items:center;gap:12px;font-size:1rem;font-weight:500;transition:opacity .15s;display:flex}.contact-row:hover{opacity:.75}.contact-icon{background:var(--red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.card-right{flex-shrink:0;width:320px}.photo-wrap{background:#1e1e1e;width:100%;height:100%}.photo{object-fit:contain;object-position:center bottom;width:100%;height:100%;display:block}.photo-fallback{width:100%;height:100%;min-height:280px;color:var(--dim);background:#333;justify-content:center;align-items:center;font-size:2.5rem;font-weight:800;display:none}.arrow-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;flex-direction:column;align-items:center;gap:2px;padding:4px 16px;transition:color .2s;display:flex}.arrow-btn:hover,.arrow-btn[aria-expanded=true]{color:var(--white)}.arrow-label{letter-spacing:.06em;text-transform:uppercase;font-size:.8rem;font-weight:600}.arrow-icon{animation:1.8s ease-in-out infinite bounce}.arrow-btn[aria-expanded=true] .arrow-icon{animation:none;transform:rotate(180deg)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.lang-toggle{z-index:100;color:var(--white,#fff);cursor:pointer;letter-spacing:.05em;background:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:background .2s;position:fixed;top:16px;right:16px}.lang-toggle:hover{background:#fff3}.credit{color:var(--dim);text-align:center;font-size:.8rem}.credit a{color:var(--muted);font-weight:600}.credit a:hover{color:var(--white)}#creditBottom{padding:24px 0 32px;display:none}.details{width:100%;max-width:760px;max-height:0;margin:0 auto;padding:0 16px;transition:max-height .5s;overflow:hidden}.details.open{max-height:4000px}.details-section{background:var(--card);border-radius:var(--r);flex-direction:column;gap:14px;margin-bottom:8px;padding:36px 40px;display:flex}.details-title{letter-spacing:-.01em;font-size:1.3rem;font-weight:800}.details-section p{color:var(--muted);font-size:.97rem;line-height:1.7}.cred-list{flex-direction:column;gap:6px;list-style:none;display:flex}.cred-list li{color:var(--muted);padding-left:20px;font-size:.93rem;position:relative}.cred-list li:before{content:"✓";color:var(--red);font-weight:700;position:absolute;left:0}.services-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.service-card{border:1px solid var(--border);background:#ffffff0a;border-radius:10px;flex-direction:column;gap:8px;padding:20px;display:flex}.service-icon{font-size:1.5rem}.service-card h3{font-size:.95rem;font-weight:700}.service-card p{color:var(--muted);font-size:.85rem;line-height:1.6}@media (max-width:580px){.card{flex-direction:column-reverse}.card-right{background:#1e1e1e;width:100%;height:380px}.photo{object-fit:contain;object-position:center bottom}.card-left{padding:32px 24px}.details-section{padding:28px 24px}}
