:root{--color-bg: #f8fafc;--color-bg-muted: #eef2f7;--color-surface: #ffffff;--color-ink: #0f172a;--color-ink-muted: #475569;--color-ink-soft: #64748b;--color-accent: #0284c7;--color-accent-hover: #0369a1;--color-accent-soft: #e0f2fe;--color-border: #e2e8f0;--color-hero: #0b1220;--font-sans: "DM Sans", system-ui, sans-serif;--font-display: "Fraunces", Georgia, serif;--shadow-sm: 0 1px 2px rgb(15 23 42 / 6%);--shadow-md: 0 12px 40px rgb(15 23 42 / 8%);--radius: 12px;--radius-lg: 20px;--header-h: 72px;--container: min(1120px, calc(100% - 2rem) )}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 1rem)}body{margin:0;font-family:var(--font-sans);font-size:1rem;line-height:1.65;color:var(--color-ink);background:var(--color-bg);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:var(--color-accent);text-decoration-thickness:1px;text-underline-offset:.15em}a:hover{color:var(--color-accent-hover)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.2;letter-spacing:-.02em}p{margin:0 0 1rem}ul[role=list],ol[role=list]{list-style:none;margin:0;padding:0}.container{width:var(--container);margin-inline:auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:1rem;top:-100%;z-index:1000;padding:.75rem 1rem;background:var(--color-ink);color:#fff;border-radius:8px;text-decoration:none}.skip-link:focus{top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;border-radius:999px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .15s}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:var(--color-accent-hover);color:#fff}.btn--ghost{background:transparent;color:inherit;border-color:#ffffff40}.hero .btn--ghost{color:#e2e8f0}.hero .btn--ghost:hover{background:#ffffff14;color:#fff}.section .btn--ghost{border-color:var(--color-border);color:var(--color-ink)}.section .btn--ghost:hover{background:var(--color-bg-muted)}.btn--lg{padding:.875rem 1.5rem}.site-header{position:sticky;top:0;z-index:100;height:var(--header-h);background:#f8fafcd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s}.site-header--scrolled{border-color:var(--color-border);box-shadow:var(--shadow-sm)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem}.site-header__brand{display:flex;align-items:center;gap:.875rem;text-decoration:none;color:var(--color-ink);font-weight:600;transition:transform .2s ease}.site-header__brand:hover{transform:translateY(-1px)}.site-header__identity{display:flex;flex-direction:column;gap:.1rem;min-width:0}.site-header__name{font-size:.95rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-header__role{font-size:.75rem;font-weight:500;color:var(--color-accent);letter-spacing:.02em}.profile-portrait--header{position:relative;flex-shrink:0;width:3.5rem;height:3.5rem}.profile-portrait__glow--header{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:16px;background:linear-gradient(135deg,#38bdf8,#0284c7,#6366f1);opacity:.35;filter:blur(8px);transition:opacity .25s ease}.site-header__brand:hover .profile-portrait__glow--header{opacity:.55}.profile-portrait__ring--header{position:relative;width:100%;height:100%;padding:3px;border-radius:14px;background:linear-gradient(145deg,#38bdf8,#0284c7 45%,#818cf8);box-shadow:0 4px 14px #0284c740}.profile-portrait__img--header{display:block;width:100%;height:100%;border-radius:11px;object-fit:cover;object-position:center top;background:var(--color-bg-muted)}.profile-portrait__status{position:absolute;right:2px;bottom:2px;width:11px;height:11px;border-radius:50%;background:#22c55e;border:2px solid var(--color-bg);box-shadow:0 0 0 2px #22c55e59}.site-header__toggle{display:none;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none;cursor:pointer}.site-header__toggle-bar{display:block;width:22px;height:2px;background:var(--color-ink);border-radius:2px}.site-header__nav{display:flex;align-items:center;gap:1.5rem}.site-header__links{display:flex;gap:1.25rem}.site-header__links a{font-size:.875rem;font-weight:500;color:var(--color-ink-muted);text-decoration:none}.site-header__links a:hover{color:var(--color-ink)}.site-header__cta{font-size:.875rem;padding:.5rem 1rem}@media(max-width:900px){.site-header__toggle{display:flex}.site-header__nav{position:fixed;inset:var(--header-h) 0 0 0;flex-direction:column;align-items:stretch;padding:1.5rem;background:var(--color-bg);border-top:1px solid var(--color-border);transform:translateY(-110%);opacity:0;pointer-events:none;transition:transform .25s,opacity .25s}.site-header__nav--open{transform:translateY(0);opacity:1;pointer-events:auto}.site-header__links{flex-direction:column;gap:.5rem}.site-header__links a{display:block;padding:.75rem 0;font-size:1rem}.site-header__cta{margin-top:.5rem;text-align:center}}.hero{position:relative;color:#f1f5f9;padding:clamp(3rem,8vw,5rem) 0 clamp(4rem,10vw,6rem);overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 70% -10%,rgb(56 189 248 / 22%),transparent),radial-gradient(ellipse 50% 40% at 10% 100%,rgb(14 165 233 / 12%),transparent),linear-gradient(165deg,#0b1220,#111827 45%,#0f172a)}.hero__inner{position:relative;display:grid;gap:2.5rem;align-items:start}@media(min-width:960px){.hero__inner{grid-template-columns:1fr minmax(280px,420px);gap:clamp(2rem,4vw,4rem);align-items:center}}.hero__visual{display:flex;justify-content:center;width:100%}.hero__stats--inline{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:2rem 0 0;padding:0;list-style:none}@media(min-width:640px){.hero__stats--inline{grid-template-columns:repeat(4,1fr)}}.stat-card--compact{padding:.875rem}.stat-card--compact .stat-card__value{font-size:1.35rem}.stat-card--compact .stat-card__label{font-size:.6875rem}.profile-showcase{position:relative;width:min(100%,420px);aspect-ratio:4 / 5;margin-inline:auto}.profile-showcase__mesh{position:absolute;top:8%;right:0;bottom:0;left:8%;border-radius:28px;background:linear-gradient(rgb(56 189 248 / 8%) 1px,transparent 1px),linear-gradient(90deg,rgb(56 189 248 / 8%) 1px,transparent 1px);background-size:24px 24px;-webkit-mask-image:linear-gradient(180deg,#fff,transparent 90%);mask-image:linear-gradient(180deg,#fff,transparent 90%)}.profile-showcase__glow{position:absolute;border-radius:50%;filter:blur(40px);pointer-events:none}.profile-showcase__glow--primary{width:70%;height:50%;top:10%;right:-5%;background:#38bdf859}.profile-showcase__glow--secondary{width:50%;height:40%;bottom:5%;left:-8%;background:#6366f147}.profile-showcase__frame{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.profile-showcase__orbit{position:absolute;border-radius:50%;border:1px dashed rgb(125 211 252 / 25%)}.profile-showcase__orbit--outer{top:-6%;right:-6%;bottom:-6%;left:-6%;animation:profile-orbit 28s linear infinite}.profile-showcase__orbit--inner{top:-2%;right:-2%;bottom:-2%;left:-2%;border-style:solid;border-color:#38bdf826;animation:profile-orbit 20s linear infinite reverse}@keyframes profile-orbit{to{transform:rotate(360deg)}}.profile-showcase__photo-wrap{position:relative;width:88%;height:92%;padding:4px;border-radius:32px 32px 48px 48px;background:linear-gradient(160deg,#38bdf8e5,#0284c7cc 40%,#6366f1b3);box-shadow:0 24px 60px #00000073,0 0 0 1px #ffffff1f inset;overflow:hidden}.profile-showcase__photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center 15%;border-radius:28px 28px 44px 44px;background:#1e293b}.profile-showcase__sheen{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(125deg,rgb(255 255 255 / 18%) 0%,transparent 42%,transparent 70%,rgb(255 255 255 / 6%) 100%);pointer-events:none}.profile-showcase__badge{position:absolute;z-index:2;padding:.5rem .875rem;font-size:.75rem;font-weight:600;color:#e2e8f0;background:#0f172abf;border:1px solid rgb(255 255 255 / 12%);border-radius:999px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 24px #00000040;white-space:nowrap}.profile-showcase__badge--experience{top:6%;left:-4%;display:flex;flex-direction:column;align-items:center;gap:.1rem;padding:.75rem 1rem;border-radius:16px;animation:profile-float 4s ease-in-out infinite}.profile-showcase__badge-value{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:#fff;line-height:1}.profile-showcase__badge-label{font-size:.625rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#7dd3fc}.profile-showcase__badge--role{top:18%;right:-6%;color:#bae6fd;animation:profile-float 4s ease-in-out .6s infinite}.profile-showcase__badge--location{bottom:22%;left:-8%;animation:profile-float 4s ease-in-out 1.2s infinite}.profile-showcase__tags{position:absolute;bottom:4%;right:0;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem;max-width:75%;margin:0;padding:0;list-style:none}.profile-showcase__tags li{padding:.35rem .65rem;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#cbd5e1;background:#ffffff14;border:1px solid rgb(255 255 255 / 14%);border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@keyframes profile-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(max-width:959px){.hero__visual{order:-1;margin-bottom:.5rem}.profile-showcase{width:min(100%,320px);aspect-ratio:1 / 1.05}.profile-showcase__badge--experience{left:0;top:4%}.profile-showcase__badge--role{right:0;top:14%}.profile-showcase__badge--location{left:0;bottom:18%}.profile-showcase__orbit--outer{top:-3%;right:-3%;bottom:-3%;left:-3%}}@media(max-width:480px){.profile-showcase__tags{position:static;justify-content:center;max-width:none;margin-top:1rem}.profile-showcase{aspect-ratio:auto;display:flex;flex-direction:column;align-items:center}.profile-showcase__frame{position:relative;width:min(100%,280px);aspect-ratio:4 / 5}.profile-showcase__badge--experience,.profile-showcase__badge--role,.profile-showcase__badge--location{position:static;animation:none;margin-top:.5rem}.profile-showcase__mesh,.profile-showcase__orbit{display:none}}.hero__eyebrow{margin:0 0 .75rem;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#7dd3fc}.hero__title{margin:0 0 1rem;font-size:clamp(2.25rem,5vw,3.5rem);color:#fff}.hero__tagline{margin:0 0 1.5rem;max-width:38rem;font-size:1.125rem;color:#cbd5e1}.hero__meta{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;margin:0 0 2rem;font-size:.9375rem;color:#94a3b8}.hero__meta a{color:#e2e8f0;text-decoration:none}.hero__meta a:hover{color:#fff;text-decoration:underline}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:15px}.hero__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1.25rem;border-radius:var(--radius);background:#ffffff0f;border:1px solid rgb(255 255 255 / 10%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stat-card__value{display:block;font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#fff}.stat-card__label{display:block;margin-top:.25rem;font-size:.8125rem;color:#94a3b8;line-height:1.4}.section{padding:clamp(3.5rem,7vw,5rem) 0}.section--muted{background:var(--color-bg-muted)}.section__header{max-width:42rem;margin-bottom:2.5rem}.section__title{margin:0 0 .5rem;font-size:clamp(1.75rem,3vw,2.25rem)}.section__subtitle{margin:0;color:var(--color-ink-muted);font-size:1.0625rem}.two-col{display:grid;gap:2rem}@media(min-width:900px){.two-col{grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}}.prose p:last-child{margin-bottom:0}.highlight-panel{padding:1.75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.highlight-panel__title{margin:0 0 .5rem;font-size:1.25rem}.highlight-panel__lead{color:var(--color-ink-muted);font-size:.9375rem}.check-grid{display:grid;gap:1rem}@media(min-width:640px){.check-grid{grid-template-columns:repeat(2,1fr)}}.check-grid__item{position:relative;padding:1rem 1rem 1rem 2.75rem;background:var(--color-surface);border-radius:var(--radius);border:1px solid var(--color-border);font-size:.9375rem}.check-grid__item:before{content:"";position:absolute;left:1rem;top:1.25rem;width:8px;height:8px;border-radius:50%;background:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-soft)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem}.competency-grid{display:grid;gap:1.25rem;margin-bottom:2.5rem}@media(min-width:768px){.competency-grid{grid-template-columns:repeat(3,1fr)}}.competency-card__title{margin:0 0 1rem;font-size:1.125rem}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag-list__item{padding:.35rem .75rem;font-size:.8125rem;font-weight:500;color:var(--color-ink-muted);background:var(--color-bg-muted);border-radius:999px;border:1px solid var(--color-border)}.tag-list--accent .tag-list__item{background:var(--color-accent-soft);border-color:#0284c733;color:var(--color-accent-hover)}.bullet-list{margin:0;padding-left:1.25rem}.bullet-list li{margin-bottom:.35rem;color:var(--color-ink-muted);font-size:.9375rem}.bullet-list li::marker{color:var(--color-accent)}.tech-block{margin-bottom:2rem;padding:1.75rem;background:var(--color-bg-muted);border-radius:var(--radius-lg)}.tech-block__heading,.industries__heading{margin:0 0 1.25rem;font-size:1.125rem}.tech-dl{display:grid;gap:1.25rem;margin:0}.tech-dl dt{margin-bottom:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-ink-soft)}.tech-dl dd{margin:0}.timeline{position:relative;display:grid;gap:0;padding-left:0}.timeline__item{position:relative;display:grid;grid-template-columns:24px 1fr;gap:1rem;padding-bottom:2rem}.timeline__item:not(:last-child):before{content:"";position:absolute;left:11px;top:28px;bottom:0;width:2px;background:var(--color-border)}.timeline__marker{width:12px;height:12px;margin-top:.5rem;border-radius:50%;background:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-soft);justify-self:center}.timeline__card{padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.timeline__header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem 1rem;margin-bottom:.75rem}.timeline__role{margin:0;font-size:1.2rem}.timeline__company{margin:.25rem 0 0;font-weight:600;color:var(--color-accent-hover)}.timeline__period{font-size:.875rem;font-weight:600;color:var(--color-ink-soft);white-space:nowrap}.timeline__summary{color:var(--color-ink-muted);font-size:.9375rem}.timeline__block{margin-top:1.25rem}.timeline__block h4{margin:0 0 .5rem;font-family:var(--font-sans);font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-ink-soft)}.timeline__block--accent{padding:1rem;border-radius:var(--radius);background:var(--color-accent-soft)}.timeline__products{margin:0;font-weight:500;color:var(--color-ink-muted)}.project-grid{display:grid;gap:1.5rem}@media(min-width:900px){.project-grid{grid-template-columns:repeat(3,1fr)}}.project-card__role{margin:0 0 .35rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent)}.project-card__title{margin:0 0 .75rem;font-size:1.25rem}.project-card__overview{color:var(--color-ink-muted);font-size:.9375rem}.project-card__subhead{margin:1.25rem 0 .5rem;font-family:var(--font-sans);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-ink-soft)}.credentials-grid{display:grid;gap:2rem}@media(min-width:640px){.credentials-grid{grid-template-columns:1fr 1fr}}.credentials-grid__heading{margin:0 0 1rem;font-size:1.125rem}.credential-list__item{padding:1rem 0;border-bottom:1px solid var(--color-border)}.credential-list__degree{display:block;font-weight:600}.credential-list__school{display:block;margin-top:.25rem;font-size:.9375rem;color:var(--color-ink-muted)}.credential-list__item--cert{font-weight:500;color:var(--color-ink-muted)}.philosophy-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-bottom:2rem}.philosophy-grid__item{padding:1rem 1.25rem;text-align:center;font-weight:600;font-size:.9375rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.motto{margin:0;padding:1.75rem 2rem;border-left:4px solid var(--color-accent);background:var(--color-bg-muted);border-radius:0 var(--radius) var(--radius) 0}.motto p{margin:0;font-family:var(--font-display);font-size:clamp(1.05rem,2vw,1.25rem);font-style:italic;color:var(--color-ink-muted)}.goals-grid{display:grid;gap:1.25rem}@media(min-width:900px){.goals-grid{grid-template-columns:repeat(3,1fr)}}.goals-card{padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);height:100%}.goals-card h3{margin:0 0 1rem;font-size:1.125rem}.goals-card__lead{margin:0 0 1rem;font-size:.9375rem;color:var(--color-ink-muted)}.goals-card__long{margin:1.25rem 0 0;font-size:.9375rem;color:var(--color-ink-muted)}.connect-list li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;font-size:.9375rem;color:var(--color-ink-muted)}.connect-list li:before{content:"→";position:absolute;left:0;color:var(--color-accent)}.contact-panel{display:grid;gap:2rem;padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}@media(min-width:768px){.contact-panel{grid-template-columns:1fr 1fr;align-items:center}}.contact-dl{display:grid;gap:1rem;margin:0}.contact-dl dt{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-ink-soft)}.contact-dl dd{margin:.25rem 0 0;font-weight:500}.contact-panel__cta p{color:var(--color-ink-muted)}.contact-panel__cta .btn{width:100%;margin-top:.75rem}@media(min-width:480px){.contact-panel__cta .btn{width:auto;margin-right:.75rem}}.site-footer{padding:2rem 0;background:var(--color-hero);color:#94a3b8;font-size:.875rem}.site-footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.site-footer__name{margin:0;font-weight:600;color:#e2e8f0}.site-footer__role{margin:.25rem 0 0;font-size:.8125rem}.site-footer__top{color:#7dd3fc;text-decoration:none;font-weight:500}.site-footer__top:hover{color:#bae6fd}.site-footer__copy{margin:0;flex:1;text-align:center}@media(max-width:640px){.site-footer__copy{text-align:left;flex:none;width:100%}}
