:root{--bg: #f2f2ec;--surface: rgba(255, 255, 255, .8);--surface-strong: #ffffff;--text: #111322;--muted: #4f566b;--line: #d9dccf;--brand: #0f5a4f;--brand-2: #1548b2;--radius: 16px;--shadow: 0 18px 40px rgba(17, 19, 34, .08)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0}body{font-family:Manrope,sans-serif;color:var(--text);background:linear-gradient(160deg,#f5f1e8,#edf1f3 60%,#f8f5ee);min-height:100vh}.ambient{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 15% 10%,rgba(21,72,178,.09),transparent 30%),radial-gradient(circle at 80% 15%,rgba(15,90,79,.12),transparent 40%),radial-gradient(circle at 70% 85%,rgba(231,171,66,.08),transparent 35%);z-index:-1}main,.site-header,.site-footer{width:min(1080px,92vw);margin:0 auto}.site-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.logo{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:12px;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand-2));text-decoration:none}nav{display:flex;gap:1rem;flex-wrap:wrap}nav a{color:var(--muted);text-decoration:none;font-weight:600}nav a.active,nav a:hover{color:var(--text)}.section{padding:3.5rem 0;opacity:0;transform:translateY(18px);animation:rise .55s ease forwards}.section:nth-of-type(2){animation-delay:.1s}.section:nth-of-type(3){animation-delay:.16s}.section:nth-of-type(4){animation-delay:.22s}.section:nth-of-type(5){animation-delay:.28s}@keyframes rise{to{opacity:1;transform:translateY(0)}}.hero{padding-top:2.5rem}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:700;color:var(--brand)}h1,h2,h3{margin:0;line-height:1.08}h1{font-size:clamp(2.2rem,5.6vw,4.2rem);margin-top:.55rem}h2{font-size:clamp(1.6rem,4vw,2.4rem)}.lead{font-size:clamp(1rem,2.3vw,1.3rem);max-width:64ch;color:var(--muted);line-height:1.6}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.1rem}.btn{display:inline-block;padding:.78rem 1.2rem;border-radius:999px;text-decoration:none;font-weight:700}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff}.btn-secondary{border:1px solid var(--line);color:var(--text);background:var(--surface-strong)}.section-heading{display:grid;gap:.6rem;margin-bottom:1.1rem}.inline-heading{display:flex;justify-content:space-between;align-items:end;gap:1rem}.text-link{color:var(--brand-2);font-weight:700;text-decoration:none}.grid{display:grid;gap:1rem}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:1.2rem;box-shadow:var(--shadow)}.card p{margin:0 0 .8rem;color:var(--muted);line-height:1.6}.card p:last-child{margin-bottom:0}.project-card ul{margin:0;padding-left:1.05rem;color:var(--muted)}.project-card li{margin-bottom:.45rem}.education-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.education-card h3{margin-bottom:.8rem;font-size:1.2rem}.education-institution{margin-bottom:.45rem;color:var(--brand);font-weight:700}.courses-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.course-card{min-height:100%;display:flex;flex-direction:column}.course-provider{margin-bottom:.45rem}.course-card h3{margin-bottom:.8rem;font-size:1.2rem}.course-meta{font-size:.95rem;color:var(--muted)}.course-certificate-link{margin-top:.9rem;margin-bottom:0}.pictures-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.picture-card{overflow:hidden;padding:0}.picture-image{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.picture-copy{padding:1rem 1.2rem 1.2rem}.picture-copy h3{margin-bottom:.8rem;font-size:1.2rem}.post-card{display:grid;gap:.75rem}.post-card h3{font-size:1.2rem}.post-meta{color:var(--muted);font-size:.9rem}.post-tag{display:inline-block;background:#e8f4f2;color:#0f5a4f;padding:.25rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700;margin-right:.35rem}.post-link{text-decoration:none;color:inherit}.post-link:hover h3{color:var(--brand-2)}.post-layout{max-width:760px}.post-content{font-family:Spectral,serif;color:#202334;line-height:1.8;font-size:1.12rem}.post-content p{margin:0 0 1rem}.post-subheading{margin:1.5rem 0 .8rem;font-size:1.25rem;line-height:1.3}.post-list{margin:0 0 1rem;padding-left:1.2rem}.post-list li{margin-bottom:.5rem;color:var(--muted)}.site-footer{padding:2rem 0 3rem;color:var(--muted)}@media (max-width: 920px){.education-grid,.pictures-grid,.projects-grid,.posts-grid{grid-template-columns:1fr}.inline-heading{align-items:start;flex-direction:column}.section{padding:2.5rem 0}.courses-grid{grid-template-columns:1fr}}
