html,body,#root{min-height:100%;background-color:#0b0b0b}body{margin:0}.portfolio-page{min-height:100vh;color:#fff;position:relative;background-color:#0b0b0b}.page-container{position:relative;z-index:1;padding-bottom:6rem}.topbar{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.topbar__brand{margin:0;font-size:1.25rem;font-weight:900;letter-spacing:.08em}.topbar__nav{display:flex;gap:1rem 1.5rem;flex-wrap:wrap}.topbar__link{color:#ffffffbf;text-decoration:none}.hero{min-height:75vh;display:grid;grid-template-columns:1.3fr .7fr;gap:2rem;align-items:start;padding-top:.5rem;padding-bottom:1.25rem}.hero__headline{margin:0;padding-top:2.5rem;max-width:760px;min-height:250px;font-size:5.2rem;line-height:1.02;font-weight:900}.hero__summary{margin:1.5rem 0 1.25rem;max-width:700px;color:#ffffffc7;font-size:1.2rem;line-height:1.9}.hero__photo-shell{width:100%;max-width:420px;justify-self:end;padding-top:3rem;display:flex;justify-content:center;cursor:pointer}.hero__photo-shell--locked{cursor:default}.hero__profile-svg{width:min(100%,280px);height:auto;display:block;filter:drop-shadow(0 26px 48px rgba(0,0,0,.35));transition:transform .28s ease,filter .28s ease}.hero__photo-shell:hover .hero__profile-svg{transform:translateY(-4px);filter:drop-shadow(0 30px 56px rgba(0,0,0,.42))}.hero__photo-shell--locked:hover .hero__profile-svg{transform:none;filter:drop-shadow(0 26px 48px rgba(0,0,0,.35))}.hero__profile-text{fill:#ffffff9e;font-size:17px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.section{position:relative;z-index:1}.section--skills{padding-top:0}.section--about{padding-top:4.5rem}.section--values,.section--accomplishments,.section--connect{padding-top:3.5rem}.section-title{margin-bottom:2rem}.section-title__subtitle{margin:0;color:#a3a3a3;font-size:.875rem;letter-spacing:.22em}.section-title__title{margin:.5rem 0 0;color:#fff;font-size:3rem;font-weight:700}.section-title--light .section-title__subtitle,.section-title--light .section-title__title{color:#fff}.skills-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.skill-group{padding:1rem 0}.skill-group__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.skill-group__icon,.skill-group__title{color:#f3f3f3}.skill-group__title{margin:0;font-size:1.5rem;font-weight:700}.skill-group__chips{display:flex;flex-wrap:wrap;gap:.75rem}.skill-chip{height:42px!important;color:#f0f0f0!important;background-color:#ffffff0f!important;border:1px solid rgba(255,255,255,.1)}.skill-chip .MuiChip-icon{margin-left:8px!important}.skill-chip .MuiChip-label{font-weight:700}.logo-badge{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-size:.68rem;font-weight:900;letter-spacing:-.02em;color:var(--accent);background-color:color-mix(in srgb,var(--accent) 16%,transparent);border:1px solid color-mix(in srgb,var(--accent) 32%,transparent)}.about-copy{margin:0;max-width:980px;color:#d5d5d5;font-size:1.12rem;line-height:2}.values-layout{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);gap:3rem;align-items:start}.values-intro{position:sticky;top:2rem;align-self:start}.values-intro__copy{margin:0;max-width:420px;color:#cfcfcf;font-size:1.06rem;line-height:1.95}.values-list{display:grid;gap:1.25rem}.core-value-card{padding:1.5rem 1.5rem 1.75rem;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(180deg,#ffffff0d,#ffffff05),#111;box-shadow:0 24px 60px #00000038;opacity:0;transform:translateY(48px);transition:opacity .7s ease,transform .7s ease,border-color .3s ease,background-color .3s ease}.core-value-card.is-visible{opacity:1;transform:translateY(0)}.core-value-card:hover{border-color:#ffffff2e}.core-value-card__number{margin:0 0 .9rem;color:#ffffff73;font-size:.85rem;letter-spacing:.24em}.core-value-card__title{margin:0 0 .65rem;color:#fff;font-size:1.8rem;font-weight:700}.core-value-card__description{margin:0;color:#d4d4d4;font-size:1rem;line-height:1.9}.accomplishments-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.accomplishments-layout{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);gap:3rem;align-items:start}.accomplishments-intro{position:sticky;top:2rem;align-self:start}.accomplishments-intro__copy{margin:0;max-width:420px;color:#cfcfcf;font-size:1.06rem;line-height:1.95}.accomplishment-card{padding:1.5rem 1.5rem 1.75rem;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(180deg,#ffffff0d,#ffffff05),#111;box-shadow:0 24px 60px #00000038;opacity:0;transform:translateY(48px);transition:opacity .7s ease,transform .7s ease,border-color .3s ease,background-color .3s ease}.accomplishment-card.is-visible{opacity:1;transform:translateY(0)}.accomplishment-card:hover{border-color:#ffffff2e}.accomplishment-card__number{display:block;margin:0 0 .9rem;color:#ffffff73;font-size:.85rem;letter-spacing:.24em}.accomplishment-card__title{margin:0 0 .85rem;color:#fff;font-size:1.5rem;font-weight:700}.accomplishment-item{display:flex;align-items:flex-start;gap:1rem}.accomplishment-item__icon{width:34px;height:34px;margin-top:.2rem;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:#9db9c9;background-color:#20262a;border:1px solid #31414b}.accomplishment-item__text{margin:0;color:#d6d6d6;line-height:1.9}.connect-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.connect-copy__text{margin:0;color:#d0d0d0;line-height:1.9}.connect-copy--inline{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.connect-copy__email{color:#fff;font-size:18px;font-weight:700;text-decoration:none}.connect-copy__email:hover{text-decoration:underline}.connect-row__icon{color:#203646;font-size:34px!important}@media(max-width:1199px){.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:899px){.hero{min-height:88vh;grid-template-columns:1fr}.hero__headline{min-height:180px;font-size:3.8rem}.hero__photo-shell{justify-self:center;padding-top:.5rem}.skills-grid,.accomplishments-grid{grid-template-columns:1fr}.values-layout,.accomplishments-layout{grid-template-columns:1fr;gap:2rem}.values-intro,.accomplishments-intro{position:static}.connect-row{flex-direction:column;align-items:flex-start}.connect-copy--inline{align-items:flex-start}}@media(max-width:599px){.page-container{padding-bottom:4rem}.topbar{margin-bottom:1.5rem}.hero{gap:1.5rem;padding-top:.25rem;padding-bottom:.75rem}.hero__headline{min-height:180px;padding-top:1.5rem;font-size:2.7rem}.hero__summary{font-size:1rem;margin-bottom:.75rem}.section-title__title{font-size:2rem}.section--about{padding-top:3rem}.section--values,.section--accomplishments,.section--connect{padding-top:2.5rem}.core-value-card,.accomplishment-card{padding:1.25rem 1.25rem 1.5rem}.core-value-card__title{font-size:1.45rem}.accomplishment-card__title{font-size:1.3rem}}
