:root{--bg: #ffffff;--ink: #111827;--text: #334155;--muted: #64748b;--surface: #f8fafc;--surface-soft: #eef2f6;--border: #e2e8f0;--accent: #2f5d7c;--accent-soft: #dde7f0;--rule: #b32134;--warm: var(--accent)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg)}body{font-family:Manrope,sans-serif;color:var(--ink);line-height:1.65}a{color:inherit}h1,h2,h3{font-family:Cormorant Garamond,serif;line-height:1.15;margin:0}.site-shell{min-height:100vh}.section-wrap{max-width:100%}.section{max-width:1100px;margin:0 auto;padding:4rem 1.5rem}.section-alt{background:var(--surface)}.section-inner{max-width:1100px;margin:0 auto;padding:4rem 1.5rem}.section-head{max-width:700px;margin-bottom:2rem;position:relative;padding-top:1rem}.section-head:before{content:"";position:absolute;top:0;left:0;width:64px;height:2px;background:var(--rule)}.kicker{margin:0;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;color:var(--warm);font-weight:500}h2{font-size:clamp(1.3rem,2.2vw,1.85rem);font-weight:400;margin-top:.4rem;color:var(--ink)}.section-sub{margin:.7rem 0 0;color:var(--muted);font-size:1rem;max-width:60ch}.reveal{opacity:0;transform:translateY(14px);animation:rise .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0ms)}@keyframes rise{to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.section,.section-inner{padding:3rem 1.25rem}}@media(prefers-reduced-motion:reduce){.reveal{animation:none;opacity:1;transform:none}}.site-footer{border-top:1px solid var(--border);padding:1.25rem 6vw}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(260px,1fr) minmax(0,2fr);gap:1.6rem;align-items:start}.footer-brand{display:grid;gap:.3rem}.footer-line-primary,.footer-line-secondary{margin:0;font-size:.82rem;line-height:1.45}.footer-line-primary{font-weight:500;color:var(--ink)}.footer-line-secondary{color:var(--muted)}.footer-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.9rem 1.3rem}.footer-group-title{margin:0 0 .45rem;font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.footer-group-list{list-style:none;margin:0;padding:0;display:grid;gap:.3rem}.footer-link{color:var(--muted);font-size:.85rem;text-decoration:none;transition:color .2s ease,text-decoration-color .2s ease;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.2em;text-decoration-color:transparent}.footer-link:hover{color:var(--ink);text-decoration-color:#0f1d2773}.footer-linkedin{color:var(--accent);font-weight:500}@media(max-width:760px){.footer-inner{grid-template-columns:1fr;gap:1.1rem}.footer-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.footer-groups{grid-template-columns:1fr}}
