@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@400;600;700&family=Space+Grotesk:wght@400;500;600&display=swap";:root{--font-sans: "Space Grotesk", "Segoe UI", sans-serif;--font-serif: "Fraunces", "Times New Roman", serif;--color-ink: #101924;--color-muted: #566070;--color-surface: rgba(255, 255, 255, .88)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);color:var(--color-ink);background:#f6f3ee}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}#root{min-height:100vh}.page{position:relative;min-height:100vh;color:var(--color-ink);padding:32px 6vw 48px}.background{position:fixed;inset:0;z-index:-2;overflow:hidden;background:radial-gradient(circle at top left,#ffe6d5 0%,transparent 55%),radial-gradient(circle at 70% 20%,#e1f3ff 0%,transparent 55%),linear-gradient(135deg,#f8f3ec,#f6f7fb)}.grid{position:absolute;inset:0;background-image:linear-gradient(rgba(17,31,44,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(17,31,44,.07) 1px,transparent 1px);background-size:80px 80px;opacity:.35}.glow{position:absolute;width:420px;height:420px;border-radius:50%;filter:blur(40px);opacity:.5;animation:float 12s ease-in-out infinite}.glow-1{top:-120px;left:-140px;background:#ffd1b1}.glow-2{right:-160px;bottom:-140px;background:#bdd7ff;animation-delay:2s}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(24px)}to{transform:translateY(0)}}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 0 40px;border-bottom:1px solid rgba(16,25,34,.05)}.brand{display:flex;align-items:center;gap:14px}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--color-ink);color:#f7f3ed;font-family:var(--font-serif);font-weight:700}.brand-title{font-size:1rem;font-weight:600}.brand-subtitle{font-size:.85rem;color:var(--color-muted)}.nav-links{display:flex;gap:18px;font-size:.95rem}.nav-links a{color:var(--color-ink);opacity:.7;transition:opacity .2s ease}.nav-links a:hover{opacity:1}.nav-actions{display:flex;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;font-weight:600;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.button.primary{background:var(--color-ink);color:#f8f4ef;box-shadow:0 16px 30px #10192233}.button.ghost{border-color:#10192233;color:var(--color-ink);background:#f8f4ef99}.button.social{border-color:#3b82f64d;color:#3b82f6;background:#dbeafecc}.button.social:hover{transform:translateY(-2px);border-color:#3b82f680;background:#bfdbfee6}.button:hover{transform:translateY(-2px)}.hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:48px;align-items:center;padding:48px 0 64px}.hero-text h1{font-family:var(--font-serif);font-size:clamp(2.6rem,4vw,4rem);line-height:1.05;margin:16px 0 18px}.hero-text p{font-size:1.1rem;color:var(--color-muted);max-width:540px}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;font-size:.85rem;background:#10192214;color:var(--color-ink)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0}.hero-stats{display:flex;gap:24px;flex-wrap:wrap}.stat{min-width:120px}.stat-value{font-family:var(--font-serif);font-size:1.3rem}.stat-label{font-size:.85rem;color:var(--color-muted)}.hero-card{background:#ffffffb8;border-radius:24px;padding:24px;box-shadow:0 30px 60px #1019221f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.card-header h2{margin:0 0 6px;font-size:1.35rem}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:24px 0}.card-tile{padding:16px;border-radius:16px;background:#1019220d;display:grid;gap:6px;font-size:.95rem}.card-tile strong{font-weight:600}.card-footer{display:flex;justify-content:space-between;gap:16px;font-size:.85rem;color:var(--color-muted)}.section{padding:64px 0;border-top:1px solid rgba(16,25,34,.08)}.section-head{display:grid;gap:12px;margin-bottom:32px}.section-head h2{font-family:var(--font-serif);font-size:clamp(2rem,3vw,2.8rem);margin:0}.eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.18em;color:var(--color-muted)}.about-body{display:grid;gap:16px;max-width:720px;color:var(--color-muted);font-size:1.05rem}.about-content{display:grid;grid-template-columns:auto 1fr;gap:48px;align-items:start}.about-photo{flex-shrink:0}.profile-image{width:400px;height:400px;border-radius:20px;object-fit:cover;box-shadow:0 12px 24px #10192226;transition:transform .2s ease,box-shadow .2s ease}.profile-image:hover{transform:translateY(-2px);box-shadow:0 16px 32px #10192233}@media(max-width:980px){.about-content{grid-template-columns:1fr;gap:32px;text-align:center}.about-photo{display:flex;justify-content:center}.profile-image{width:180px;height:180px}}@media(max-width:720px){.profile-image{width:160px;height:160px}.about-content{gap:24px}}.skill-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.skill-card{padding:22px;border-radius:18px;background:#ffffffb3;border:1px solid rgba(16,25,34,.08)}.skill-card h3{margin:0 0 12px}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:6px 12px;border-radius:999px;background:#10192214;font-size:.85rem;font-weight:600}.chip.subtle{background:#1019220d}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.project-card{padding:22px;border-radius:18px;background:#fffc;border:1px solid rgba(16,25,34,.08);display:grid;gap:12px;color:var(--color-ink);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.project-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #1019221a}.project-card h3{margin:0}.project-impact{font-weight:600}.timeline{display:grid;gap:20px}.timeline-item{padding:22px;border-radius:18px;border:1px solid rgba(16,25,34,.08);background:#ffffffbf}.timeline-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.timeline-company{color:var(--color-muted);margin:6px 0 12px}.contact-card{padding:28px;border-radius:20px;background:#101922e6;color:#f7f3ed;display:grid;gap:18px}.contact-card .button.ghost{border-color:#f7f3ed4d;color:#f7f3ed}.footer{margin-top:64px;padding-top:24px;display:flex;justify-content:space-between;gap:12px;font-size:.85rem;color:var(--color-muted)}.certification-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.certification-card{padding:24px;border-radius:18px;background:#fffc;border:1px solid rgba(16,25,34,.08);display:grid;gap:12px;transition:transform .2s ease,box-shadow .2s ease}.certification-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #1019221a}.certification-card h3{margin:0;font-size:1.1rem;font-weight:600}.certification-details{display:grid;gap:6px}.certification-issuer{color:var(--color-muted);font-size:.95rem}.certification-date{font-size:.9rem;color:var(--color-muted);opacity:.8}.certification-id{font-size:.85rem;color:var(--color-muted);font-family:monospace;opacity:.7}.other-project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.other-project-card{padding:24px;border-radius:18px;background:#fffc;border:1px solid rgba(16,25,34,.08);display:grid;gap:16px;transition:transform .2s ease,box-shadow .2s ease}.other-project-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #1019221a}.other-project-card h3{margin:0;font-size:1.2rem;font-weight:600}.other-project-card p{color:var(--color-muted);line-height:1.5;margin:0}.project-video{position:relative;border-radius:12px;overflow:hidden;background:#1019220d}.video-player{width:100%;height:500px;object-fit:cover;border-radius:12px}@media(max-width:980px){.certification-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.other-project-grid{grid-template-columns:1fr}.video-player{height:180px}}@media(max-width:720px){.certification-grid{grid-template-columns:1fr}.video-player{height:160px}}@media(max-width:980px){.nav{flex-direction:column;align-items:flex-start}.nav-links{flex-wrap:wrap}.hero{grid-template-columns:1fr}.hero-card{order:-1}}@media(max-width:720px){.page{padding:24px 6vw 40px}.nav-actions{width:100%}.nav-actions .button{flex:1}.card-grid{grid-template-columns:1fr}.footer{flex-direction:column}}
