@import"https://fonts.googleapis.com/css2?family=Bree+Serif&family=Manrope:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;--bg: #ffffff;--bg-alt: #f3f6f8;--panel: #f3f6f8;--panel-strong: #ffffff;--line: #d7dee3;--text: #263238;--muted: #667784;--primary: #123b5d;--secondary: #2e6f9e;--accent: #4da3d9;--highlight: #dceffc;--accent-strong: var(--accent);--accent-warm: var(--secondary);--shadow: 0 18px 44px rgba(18, 59, 93, .12);--radius-xl: 30px;--radius-lg: 22px;--radius-md: 16px;--page-width: 1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;font-family:Manrope,system-ui,sans-serif;background:radial-gradient(circle at top left,rgba(77,163,217,.12),transparent 28%),radial-gradient(circle at top right,rgba(220,239,252,.82),transparent 30%),linear-gradient(180deg,#f3f6f8,#d7e3ec 38%,#3e6985);color:var(--text)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(18,59,93,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(18,59,93,.1) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(180deg,#0003,#00000005);mask-image:linear-gradient(180deg,#0003,#00000005)}button,a{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}#root{position:relative}.page-shell{width:min(calc(100% - 32px),var(--page-width));margin:0 auto;padding:20px 0 32px}.topbar{position:sticky;top:18px;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;padding:16px 18px;border:1px solid var(--line);border-radius:999px;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 10px 24px #123b5d24}.topbar-main{display:flex;align-items:center;justify-content:space-between;gap:14px;flex:1;min-width:0}.brand{display:inline-flex;align-items:center;gap:14px;min-width:0}.brand-mark{display:block;width:42px;height:42px;border-radius:14px;object-fit:cover}.brand-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.brand-copy strong,.hero h1,.section-header h2,.experience-card h3,.project-card h3{font-family:"Bree Serif",Georgia,serif;color:var(--primary)}.brand-copy strong{font-size:.97rem}.brand-copy span{color:var(--muted);font-size:.88rem}.nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.nav-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line);border-radius:999px;background:#fffffff0;color:var(--primary);font-size:1.2rem;line-height:1;cursor:pointer;box-shadow:0 6px 14px #123b5d14;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.nav-toggle:hover,.nav-toggle:focus-visible{transform:translateY(-1px);border-color:var(--accent);background:var(--highlight)}.nav a{padding:10px 14px;border-radius:999px;color:var(--primary);transition:color .16s ease,background-color .16s ease,transform .16s ease}.nav a:hover,.nav a:focus-visible{color:var(--primary);background:var(--highlight);transform:translateY(-1px)}.section-card{border:1px solid var(--line);background:linear-gradient(180deg,var(--panel-strong),var(--panel));box-shadow:var(--shadow)}.hero{display:grid;grid-template-columns:1.25fr .95fr;gap:24px;padding:28px;border-radius:var(--radius-xl)}.hero-copy{display:flex;flex-direction:column;justify-content:center;gap:16px}.eyebrow{margin:0;color:var(--secondary);text-transform:uppercase;letter-spacing:.14em;font-size:.77rem;font-weight:700}.hero h1{margin:0;font-size:clamp(3rem,8vw,5.4rem);line-height:.95}.hero h2{margin:0;color:var(--secondary);font-size:clamp(1.1rem,2.3vw,1.35rem);font-weight:700}.hero-bio,.section-header p,.experience-summary,.project-card p,.about-grid p,.hero-card-copy p,.footer p{color:var(--muted);line-height:1.7}.hero-bio{margin:0;max-width:66ch;font-size:1.05rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;border:1px solid transparent;font-weight:700;transition:transform .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease}.button:hover,.button:focus-visible{transform:translateY(-1px)}.button-primary{background:linear-gradient(135deg,var(--primary),#1c557f);border-color:var(--primary);color:#fff}.button-secondary{border-color:var(--secondary);color:var(--secondary);background:#2e6f9e1a}.spotlight-list{display:grid;gap:10px;margin:10px 0 0;padding:0;list-style:none}.spotlight-list li{display:flex;align-items:flex-start;gap:10px;color:var(--text)}.spotlight-list li:before{content:"";width:9px;height:9px;margin-top:.55rem;border-radius:999px;background:linear-gradient(135deg,var(--secondary),var(--accent));box-shadow:0 0 0 6px #dceffce6}.hero-card{display:flex;flex-direction:column;gap:18px;padding:18px;border-radius:26px;background:linear-gradient(180deg,#fffffff5,#f3f6f8eb);border:1px solid var(--line)}.portrait-frame{position:relative;overflow:hidden;border-radius:22px;aspect-ratio:4 / 4.8;background:radial-gradient(circle at top,#dceffc,#f3f6f8f2);border:1px solid var(--line)}.portrait-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 42%,rgba(18,59,93,.08) 100%)}.portrait{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-card-copy{display:grid;gap:14px}.contact-mini-grid{display:grid;gap:10px}.mini-link{display:grid;gap:4px;padding:14px 16px;border-radius:18px;background:#ffffffeb;border:1px solid var(--line);transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.mini-link span,.contact-card span,.point-label{color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.12em}.mini-link strong,.contact-card strong,.stat-card strong{font-size:1rem}.mini-link:hover,.mini-link:focus-visible,.contact-card:hover,.contact-card:focus-visible,.project-card:hover,.project-card:focus-within,.experience-card:hover,.experience-card:focus-within,.stat-card:hover{transform:translateY(-2px);border-color:var(--accent);background:var(--highlight)}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px;padding:18px;border-radius:var(--radius-lg)}.stat-card{display:grid;gap:6px;padding:18px 16px;border-radius:20px;background:#ffffffe6;border:1px solid var(--line);transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.stat-card strong{font-size:clamp(1.6rem,4vw,2.35rem);line-height:1;color:var(--text)}.content-section{margin-top:18px;padding:28px;border-radius:var(--radius-xl)}.section-header{max-width:64ch;margin-bottom:22px}.section-header h2{margin:4px 0 10px;font-size:clamp(1.7rem,4vw,2.6rem);line-height:1.05}.section-header p{margin:0}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:start}.about-points{display:grid;gap:14px}.about-points>div{padding:18px;border-radius:18px;background:#fffffff0;border:1px solid var(--line)}.about-points strong{display:block;margin-top:8px;line-height:1.5}.timeline{display:grid;gap:16px}.experience-card,.project-card,.contact-card{padding:20px;border-radius:22px;background:#ffffffe6;border:1px solid var(--line);transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.experience-card.featured{background:linear-gradient(180deg,#dceffcd9,#fffffff2)}.experience-head{display:flex;justify-content:space-between;gap:16px}.experience-card h3,.project-card h3{margin:0 0 10px;font-size:clamp(1.3rem,2.6vw,1.7rem)}.org-line{display:flex;flex-wrap:wrap;gap:8px 12px;margin:0;color:var(--muted)}.org-line strong{color:var(--text)}.org-line span+span:before{content:"•";margin-right:12px;color:#667784b3}.experience-summary{margin:14px 0}.experience-card ul{margin:0;padding-left:18px;color:var(--text);line-height:1.7}.experience-card li+li{margin-top:8px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.project-card{display:flex;flex-direction:column;justify-content:space-between;min-height:100%}.tag-row,.skill-cloud,.contact-grid{display:flex;flex-wrap:wrap;gap:10px}.tag-row{margin:20px 0 16px}.tag-row span,.skill-pill{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:var(--highlight);border:1px solid var(--line);color:var(--secondary);font-size:.88rem}.project-link,.contact-card em{color:var(--accent-strong);font-style:normal;font-weight:700}.skill-cloud{margin-top:6px}.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.contact-card{display:grid;gap:8px}.footer{display:flex;justify-content:space-between;gap:18px;padding:24px 10px 6px;color:var(--muted)}.footer p{margin:0}@media (max-width: 980px){.hero,.about-grid,.project-grid,.contact-grid,.stats-grid{grid-template-columns:1fr 1fr}.hero{grid-template-columns:1fr}.project-grid,.contact-grid{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.page-shell{width:min(calc(100% - 20px),var(--page-width));padding-top:10px}.topbar{top:10px;flex-direction:column;align-items:stretch;border-radius:26px}.topbar-main{width:100%}.nav-toggle{display:inline-flex;flex-shrink:0}.nav{display:none;width:100%;flex-direction:column;justify-content:flex-start;align-items:stretch;padding-top:8px}.nav.nav-open{display:flex}.nav a{width:100%;text-align:left}.hero,.content-section,.stats-grid{padding:18px}.hero{gap:18px}.about-grid,.project-grid,.contact-grid,.stats-grid{grid-template-columns:1fr}.footer{flex-direction:column}}@media (prefers-reduced-motion: no-preference){.hero,.stats-grid,.content-section{animation:float-in .65s ease both}.hero-card,.experience-card,.project-card,.contact-card,.stat-card{animation:fade-up .7s ease both}}@keyframes float-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
