:root{--bg:#FFFFFF;--bg-soft:#F4F7FB;--bg-muted:#E8EEF5;--navy:#0B1426;--text:#3D4654;--text-muted:#667085;--heading:#1A2332;--blue:#2196F3;--blue-dark:#1565C0;--blue-light:#64B5F6;--blue-soft:rgba(33,150,243,0.12);--blue-glow:rgba(33,150,243,0.25);--border:#DFE6EF;--white:#FFFFFF;--radius-sm:8px;--radius:14px;--radius-lg:20px;--shadow-sm:0 2px 12px rgba(11,20,38,0.06);--shadow:0 12px 40px rgba(11,20,38,0.1);--shadow-lg:0 20px 60px rgba(11,20,38,0.14);--font-body:'DM Sans',system-ui,-apple-system,sans-serif;--font-mono:'IBM Plex Mono',ui-monospace,monospace;--font-display:'Playfair Display',Georgia,serif;--container:1160px;--header-h:76px;--section-pad:clamp(4rem,8vw,6rem);--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);}*,*::before,*::after{box-sizing:border-box;}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h)+1rem+var(--safe-top));}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:clamp(0.95rem,1.5vw,1.05rem);line-height:1.75;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;}img{max-width:100%;height:auto;display:block;}a{color:var(--blue);text-decoration:none;transition:color .2s,background .2s,border-color .2s,transform .2s,box-shadow .2s;}a:hover{color:var(--blue-dark);}:focus-visible{outline:2px solid var(--blue);outline-offset:3px;}:focus:not(:focus-visible){outline:none;}button,.btn,.text-link,.gallery-trigger,.nav-toggle{-webkit-tap-highlight-color:transparent;}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;color:var(--heading);line-height:1.15;margin:0 0 .75rem;}.container{width:min(100% - clamp(1.25rem,4vw,2.5rem),var(--container));margin-inline:auto;}.skip-link{position:absolute;top:-100px;left:1rem;z-index:999;padding:.65rem 1rem;background:var(--blue);color:var(--white) !important;border-radius:var(--radius-sm);font-weight:600;font-size:.875rem;}.skip-link:focus{top:calc(1rem+var(--safe-top));outline:2px solid var(--white);outline-offset:2px;}.site-header{position:fixed;top:0;left:0;right:0;z-index:200;padding-top:var(--safe-top);background:rgba(11,20,38,0.88);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,0.07);transition:background .3s,box-shadow .3s,border-color .3s;}.site-header.is-scrolled{background:rgba(11,20,38,0.97);border-bottom-color:rgba(33,150,243,0.22);box-shadow:0 8px 32px rgba(0,0,0,0.28);}.site-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-h);gap:1.5rem;}.site-brand--logo{display:inline-flex;align-items:center;flex-shrink:0;line-height:0;transition:opacity .2s,transform .2s;}.site-brand--logo:hover{opacity:.9;transform:translateY(-1px);}.site-brand__logo{display:block;width:auto;height:48px;max-width:210px;object-fit:contain;}.nav-toggle{display:none;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.15);border-radius:var(--radius-sm);padding:.6rem .7rem;cursor:pointer;flex-direction:column;gap:5px;align-items:center;justify-content:center;min-width:44px;min-height:44px;}.nav-toggle__bar{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:transform .25s,opacity .25s;}.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1){transform:translateY(7px) rotate(45deg);}.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2){opacity:0;}.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg);}.primary-nav{display:flex;align-items:center;}.primary-nav ul,.nav-anchor-list{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem .1rem;list-style:none;margin:0;padding:0;}.primary-nav a,.nav-anchor{color:rgba(255,255,255,0.86);font-size:.72rem;font-weight:600;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;padding:.6rem .75rem;border-radius:var(--radius-sm);position:relative;transition:color .2s,background .2s;min-height:44px;display:inline-flex;align-items:center;}.primary-nav a:hover,.nav-anchor:hover{color:#fff;background:rgba(255,255,255,.08);}.primary-nav a.is-active,.nav-anchor.is-active{color:var(--blue-light);background:rgba(33,150,243,.15);}body.nav-open{overflow:hidden;}.hero{position:relative;min-height:min(100vh,900px);display:flex;align-items:center;padding:calc(var(--header-h)+var(--safe-top)+2.5rem) 0 clamp(3rem,6vw,5rem);overflow:hidden;background:linear-gradient(165deg,#FAFCFF 0%,#FFFFFF 45%,#F0F6FC 100%);}.hero__bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;}.hero__orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.55;animation:hero-float 14s ease-in-out infinite;}.hero__orb--1{width:420px;height:420px;background:rgba(33,150,243,.18);top:-8%;right:-5%;}.hero__orb--2{width:300px;height:300px;background:rgba(100,181,246,.15);bottom:5%;left:-8%;animation-delay:-4s;}.hero__orb--3{width:180px;height:180px;background:rgba(21,101,192,.12);top:40%;left:45%;animation-delay:-8s;}@keyframes hero-float{0%,100%{transform:translate(0,0) scale(1);}50%{transform:translate(12px,-18px) scale(1.05);}}.hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr minmax(260px,360px);gap:clamp(2rem,5vw,4rem);align-items:center;}.hero__eyebrow{display:inline-block;font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);background:var(--blue-soft);padding:.45rem .85rem;border-radius:999px;margin-bottom:1.25rem;}.hero__title{font-size:clamp(2.25rem,5.5vw,4rem);font-weight:700;line-height:1.08;margin-bottom:1rem;background:linear-gradient(135deg,var(--heading) 0%,#2C3E50 100%);-webkit-background-clip:text;background-clip:text;color:transparent;}.hero__tagline{font-size:clamp(1rem,2.2vw,1.15rem);color:var(--blue-dark);font-weight:600;margin-bottom:1.1rem;line-height:1.55;}.hero__intro{font-size:clamp(.95rem,1.8vw,1.08rem);color:var(--text-muted);max-width:540px;margin-bottom:2rem;line-height:1.85;}.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;}.hero__photo-frame{position:relative;padding:.65rem;background:linear-gradient(135deg,var(--blue) 0%,var(--blue-light) 100%);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);}.hero__photo-frame::before{content:'';position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.4),transparent);pointer-events:none;}.hero__photo,.hero__photo--placeholder{width:100%;aspect-ratio:1;border-radius:calc(var(--radius-lg) - 4px);object-fit:cover;object-position:center 25%;border:3px solid var(--white);}.hero__photo--placeholder{display:flex;align-items:center;justify-content:center;background:var(--bg-soft);font-family:var(--font-display);font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;color:var(--blue);}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.75rem;border-radius:var(--radius-sm);font-weight:600;font-size:.82rem;border:2px solid transparent;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;cursor:pointer;min-height:48px;transition:background .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s;}.btn:hover{transform:translateY(-2px);}.btn--primary{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);color:var(--white) !important;border-color:transparent;box-shadow:0 6px 24px var(--blue-glow);}.btn--primary:hover{box-shadow:0 10px 32px var(--blue-glow);color:var(--white) !important;}.btn--outline{border-color:var(--blue);color:var(--blue-dark) !important;background:transparent;}.btn--outline:hover{background:var(--blue);color:var(--white) !important;border-color:var(--blue);}.text-link{font-weight:600;font-size:.82rem;background:none;border:none;color:var(--blue);cursor:pointer;padding:0;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;}.text-link:hover{color:var(--blue-dark);}.section{padding:var(--section-pad) 0;position:relative;content-visibility:auto;contain-intrinsic-size:auto 600px;}.section#hero{content-visibility:visible;}.section--about{background:var(--bg);}.section--education{background:var(--bg-soft);}.section--experience{background:var(--bg);}.section--skills{background:var(--bg-soft);}.section--extracurricular{background:var(--bg);}.section--honors{background:var(--bg);}.section--projects{background:var(--bg-soft);}.section--contact{background:var(--bg);padding-bottom:calc(var(--section-pad)+var(--safe-bottom));}.section__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:clamp(2rem,4vw,3rem);flex-wrap:wrap;}.section__head--stack{flex-direction:column;align-items:flex-start;}.section__head--center{align-items:center;text-align:center;justify-content:center;}.section__head--center .section__intro{margin-inline:auto;text-align:center;max-width:680px;}.section__eyebrow{font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:.65rem;}.section__title{font-size:clamp(1.85rem,4vw,2.75rem);position:relative;padding-left:1.1rem;}.section__title::before{content:'';position:absolute;left:0;top:.12em;width:4px;height:calc(100% - .15em);background:linear-gradient(to bottom,var(--blue),var(--blue-light));border-radius:4px;}.section__title--center{text-align:center;padding-left:0;}.section__title--center::before{display:none;}.section__title--center span{color:var(--blue);}.section__title span{color:var(--blue);}.section__intro{color:var(--text-muted);font-size:clamp(.95rem,1.6vw,1.05rem);max-width:640px;margin:0;line-height:1.85;}.about-header{text-align:center;margin-bottom:clamp(2.5rem,5vw,3.5rem);}.about-header .section__title{font-size:clamp(2.25rem,5vw,3.5rem);padding-left:0;}.about-header .section__title::before{display:none;}.about-grid{display:grid;grid-template-columns:minmax(240px,400px) 1fr;gap:clamp(2rem,4vw,4rem);align-items:start;}.about-profile,.profile-photo{width:100%;max-width:400px;aspect-ratio:3/4;border-radius:var(--radius);object-fit:cover;border:1px solid var(--border);box-shadow:var(--shadow);}.profile-photo--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--bg-soft),var(--bg-muted));font-family:var(--font-display);font-size:3rem;font-weight:700;color:var(--blue);}.about-body{margin-bottom:2rem;}.about-body p{margin:0;color:var(--text);font-size:1.02rem;line-height:1.9;max-width:620px;}.about-infos{list-style:none;margin:0 0 2rem;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.75rem;}.about-infos__item{display:grid;grid-template-columns:22px auto 1fr;gap:.5rem .65rem;align-items:baseline;font-size:.9rem;padding:.75rem;background:var(--bg-soft);border-radius:var(--radius-sm);border:1px solid var(--border);}.about-infos__icon{color:var(--blue);margin-top:.1rem;}.about-infos__label{font-weight:600;color:var(--heading);}.about-infos__value{color:var(--text-muted);word-break:break-word;}.about-infos__value a{color:var(--text-muted);}.about-infos__value a:hover{color:var(--blue);}.education-path{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.35rem,3vw,2rem);position:relative;}.edu-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}.edu-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:rgba(33,150,243,.35);}.edu-card__header{display:flex;align-items:center;justify-content:space-between;padding:1.35rem 1.5rem;background:linear-gradient(135deg,rgba(33,150,243,.07) 0%,rgba(100,181,246,.12) 100%);border-bottom:1px solid rgba(33,150,243,.12);}.edu-card__step{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1;color:rgba(33,150,243,.22);letter-spacing:-.02em;}.edu-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:var(--white);box-shadow:0 6px 18px var(--blue-glow);}.edu-card__content{padding:clamp(1.35rem,2.5vw,1.85rem);flex:1;display:flex;flex-direction:column;}.edu-card__title{font-size:clamp(1.15rem,2vw,1.4rem);margin:0 0 .45rem;line-height:1.25;}.edu-card__school{margin:0 0 1.1rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--blue-dark);}.edu-card__text{font-family:var(--font-body);font-size:.96rem;line-height:1.85;color:var(--text-muted);}.edu-card__text p{margin:0 0 .95rem;}.edu-card__text p:first-child{color:var(--text);font-size:1rem;}.edu-card__text p:last-child{margin-bottom:0;}@media (min-width:769px){.education-path::before{content:'';position:absolute;top:72px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,transparent,rgba(33,150,243,.35),transparent);pointer-events:none;z-index:0;}.edu-card{position:relative;z-index:1;}}.entries-grid{display:grid;gap:1.35rem;}.entries-grid--3{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));}.entry-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s,border-color .25s;}.entry-card:hover{transform:translateY(-5px);border-color:rgba(33,150,243,.35);box-shadow:var(--shadow);}.entry-card__media{aspect-ratio:16/10;overflow:hidden;}.entry-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}.entry-card:hover .entry-card__media img{transform:scale(1.04);}.entry-card__media--placeholder{background:linear-gradient(135deg,var(--bg-muted),var(--bg-soft));min-height:150px;}.entry-card__body{padding:1.35rem 1.5rem 1.5rem;}.entry-card__title{font-size:1.1rem;margin-bottom:.55rem;}.entry-card__excerpt{color:var(--text-muted);font-size:.9rem;line-height:1.7;}.entry-card__excerpt p{margin:0 0 .55rem;}.entry-card__excerpt p:last-child{margin-bottom:0;}.experience-card__icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;margin:1.15rem 1.15rem 0;border-radius:var(--radius-sm);background:var(--blue-soft);color:var(--blue);}.experience-card__subtitle{font-family:var(--font-mono);font-size:.72rem;font-weight:600;color:var(--blue);text-transform:uppercase;letter-spacing:.07em;margin:0 0 .45rem;}.gallery-trigger{display:block;width:100%;padding:0;border:none;background:none;text-align:left;cursor:pointer;font:inherit;color:inherit;}.gallery-trigger__media{position:relative;display:block;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-soft);transition:transform .25s,box-shadow .25s,border-color .25s;}.gallery-trigger--landscape .gallery-trigger__media{aspect-ratio:4/3;}.gallery-trigger--certificate .gallery-trigger__media{aspect-ratio:4/3;min-height:160px;background:var(--white);}.gallery-trigger:hover .gallery-trigger__media,.gallery-trigger:focus-visible .gallery-trigger__media{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--blue);}.gallery-trigger__image{width:100%;height:100%;object-fit:cover;display:block;}.gallery-trigger--certificate .gallery-trigger__image{object-fit:contain;object-position:center;background:var(--white);}.gallery-trigger__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:180px;color:var(--blue);opacity:.7;}.gallery-trigger__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(21,101,192,0.88);color:var(--white);font-family:var(--font-mono);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;opacity:0;transition:opacity .25s;}.gallery-trigger:hover .gallery-trigger__overlay,.gallery-trigger:focus-visible .gallery-trigger__overlay{opacity:1;}.honors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));gap:1.25rem;}.honor-card-wrap{display:flex;flex-direction:column;}.honor-card{width:100%;}.honor-card__title{font-size:.98rem;margin:.75rem 0 0;line-height:1.4;}.lightbox{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:clamp(.75rem,2.5vw,2rem);opacity:0;visibility:hidden;transition:opacity .32s ease,visibility .32s ease;}.lightbox.is-open{opacity:1;visibility:visible;}.lightbox[hidden]{display:none;}.lightbox:not([hidden]){display:flex;}.lightbox__backdrop{position:absolute;inset:0;background:rgba(7,12,24,.88);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);}.lightbox__close{position:fixed;top:clamp(.75rem,2vw,1.25rem);right:clamp(.75rem,2vw,1.25rem);z-index:502;width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:50%;color:#fff;cursor:pointer;transition:background .2s,border-color .2s,transform .2s;}.lightbox__close:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.45);transform:scale(1.05);}.lightbox__close:focus-visible{outline:2px solid var(--blue-light);outline-offset:3px;}.lightbox__panel{position:relative;z-index:501;width:min(100%,1240px);background:var(--white);border-radius:calc(var(--radius-lg)+2px);box-shadow:0 0 0 1px rgba(255,255,255,.08),0 32px 100px rgba(0,0,0,.45);max-height:min(94vh,920px);overflow:hidden;transform:translateY(20px) scale(.97);transition:transform .34s cubic-bezier(.22,1,.36,1);}.lightbox.is-open .lightbox__panel{transform:translateY(0) scale(1);}.lightbox__layout{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(260px,.65fr);max-height:min(94vh,920px);min-height:min(72vh,640px);}.lightbox__stage{background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(33,150,243,.08) 0%,transparent 70%),linear-gradient(165deg,#0c1528 0%,#111d34 45%,#0a1222 100%);display:flex;align-items:center;justify-content:center;padding:clamp(1rem,2.5vw,1.75rem);min-height:0;}.lightbox__frame{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:clamp(.65rem,1.5vw,1rem);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}.lightbox__media{width:100%;height:100%;display:flex;align-items:center;justify-content:center;min-height:min(78vh,720px);max-height:min(82vh,760px);}.lightbox__media.is-loading::after{content:'';width:36px;height:36px;border:3px solid rgba(255,255,255,.2);border-top-color:var(--blue-light);border-radius:50%;animation:lightbox-spin .7s linear infinite;}@keyframes lightbox-spin{to{transform:rotate(360deg);}}.lightbox__media img{width:auto;height:auto;max-width:100%;max-height:min(80vh,740px);object-fit:contain;border-radius:4px;background:#fff;box-shadow:0 2px 0 rgba(255,255,255,.95),0 0 0 1px rgba(11,20,38,.06),0 20px 60px rgba(0,0,0,.35);opacity:0;transform:scale(.96);transition:opacity .35s ease,transform .35s cubic-bezier(.22,1,.36,1);}.lightbox__media img.is-loaded{opacity:1;transform:scale(1);}.lightbox__media--stack{flex-direction:column;align-items:center;justify-content:flex-start;gap:clamp(.65rem,1.5vw,.85rem);overflow-y:auto;padding:.15rem .1rem .35rem;min-height:min(78vh,720px);max-height:min(82vh,760px);}.lightbox__stack-item{width:100%;display:flex;justify-content:center;flex-shrink:0;}.lightbox__media--stack .lightbox__stack-item img{max-height:min(26vh,240px);}.lightbox__media--empty{min-height:min(50vh,420px);color:rgba(255,255,255,.5);}.lightbox__aside{display:flex;flex-direction:column;border-left:1px solid var(--border);background:linear-gradient(180deg,#fff 0%,#fafbfd 100%);min-height:0;}.lightbox__content{flex:1;padding:clamp(1.5rem,3vw,2.25rem) clamp(1.35rem,2.5vw,2rem);overflow-y:auto;display:flex;flex-direction:column;justify-content:center;}.lightbox__category{display:inline-flex;align-self:flex-start;font-family:var(--font-mono);font-size:.68rem;font-weight:600;color:var(--blue-dark);text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem;padding:.35rem .7rem;background:var(--blue-soft);border-radius:999px;}.lightbox__category[hidden]{display:none;}.lightbox__title{font-family:var(--font-display);font-size:clamp(1.25rem,2.4vw,1.65rem);margin:0 0 1rem;line-height:1.3;color:var(--heading);padding:0;border:none;}.lightbox__description{color:var(--text);margin:0;line-height:1.8;font-size:.94rem;}.lightbox__description p{margin:0 0 .85rem;color:var(--text-muted);}.lightbox__description p:last-child{margin-bottom:0;}.lightbox__description strong{color:var(--heading);font-weight:600;}.lightbox__hint{flex-shrink:0;margin:0;padding:.85rem clamp(1.35rem,2.5vw,2rem) 1.25rem;font-size:.75rem;color:var(--text-muted);border-top:1px solid var(--border);font-family:var(--font-mono);letter-spacing:.02em;}body.lightbox-open{overflow:hidden;}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:1.35rem;}.project-card__short{color:var(--text-muted);font-size:.9rem;margin:0 0 .65rem;}.project-card__full{color:var(--text);font-size:.9rem;margin-bottom:.65rem;}.project-card__actions{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center;}.extracurricular-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem);}.extra-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s;}.extra-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(33,150,243,.3);}.extra-card__media{background:var(--bg-soft);border-bottom:1px solid var(--border);overflow:hidden;}.extra-card__trigger{width:100%;}.extra-card__media-inner{border:none;border-radius:0;}.extra-card__image{width:100%;height:100%;object-fit:contain;object-position:center;background:var(--white);}.extra-card__placeholder{min-height:160px;background:linear-gradient(135deg,var(--bg-muted),var(--bg-soft));}.extra-card__body{padding:1rem 1.1rem 1.25rem;}.extra-card__title{font-size:.98rem;margin-bottom:.5rem;line-height:1.35;}.extra-card__text p{margin:0;color:var(--text-muted);font-size:.84rem;line-height:1.65;}.skills-groups{display:flex;flex-direction:column;gap:clamp(2.25rem,4vw,3rem);}.skills-group__title{font-family:var(--font-display);font-size:clamp(1.15rem,2vw,1.35rem);margin:0 0 1.35rem;color:var(--heading);padding-bottom:.65rem;border-bottom:2px solid var(--border);}.skills-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,2.5vw,1.75rem) clamp(1.5rem,3vw,2.25rem);}.skill-bar{min-width:0;}.skill-bar__label{margin:0 0 .55rem;font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--heading);}.skill-bar__track{position:relative;height:4px;background:var(--bg-muted);border-radius:999px;overflow:visible;}.skill-bar__fill{position:relative;height:100%;width:calc(var(--skill-level,0) * 1%);max-width:100%;background:linear-gradient(90deg,var(--blue-dark) 0%,var(--blue) 100%);border-radius:999px;transform:scaleX(0);transform-origin:left center;transition:transform .9s cubic-bezier(.22,1,.36,1);}.skill-bar.is-visible .skill-bar__fill{transform:scaleX(1);}.skill-bar__badge{position:absolute;top:50%;right:0;transform:translate(50%,-50%) scale(0.85);min-width:2.65rem;padding:.2rem .45rem;background:var(--blue);color:var(--white);font-family:var(--font-mono);font-size:.68rem;font-weight:700;line-height:1.2;text-align:center;border-radius:3px;box-shadow:0 4px 12px var(--blue-glow);opacity:0;transition:opacity .35s ease .55s,transform .35s ease .55s;}.skill-bar.is-visible .skill-bar__badge{opacity:1;transform:translate(50%,-50%) scale(1);}.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(2rem,4vw,3.5rem);align-items:start;}.contact-email{margin:1.25rem 0;}.contact-email a{font-size:1.05rem;font-weight:600;color:var(--blue-dark);}.contact-social{display:flex;gap:.65rem;margin-bottom:1.5rem;flex-wrap:wrap;}.social-link{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:var(--radius-sm);border:1px solid var(--border);color:var(--text-muted) !important;transition:all .2s;}.social-link:hover{border-color:var(--blue);background:var(--blue);color:var(--white) !important;transform:translateY(-2px);}.contact-form{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);padding:clamp(1.5rem,3vw,2rem);box-shadow:var(--shadow-sm);}.contact-form__hp{position:absolute;left:-9999px;height:0;overflow:hidden;}.form-field{margin:0 0 1.15rem;}.form-field label{display:block;font-family:var(--font-mono);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem;color:var(--text-muted);}.form-field input,.form-field textarea{width:100%;padding:.8rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--white);color:var(--text);font:inherit;transition:border-color .2s,box-shadow .2s;min-height:48px;}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft);}.form-notice{padding:.85rem 1rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.88rem;}.form-notice--success{background:var(--blue-soft);border:1px solid rgba(33,150,243,.3);color:var(--blue-dark);}.form-notice--error{background:rgba(247,58,67,.08);border:1px solid rgba(247,58,67,.25);color:#c62828;}.empty-state{text-align:center;color:var(--text-muted);padding:2.5rem;border:1px dashed var(--border);border-radius:var(--radius);}.site-footer{background:var(--navy);color:rgba(255,255,255,.7);padding:calc(2rem+var(--safe-bottom)) 0 2rem;border-top:1px solid rgba(255,255,255,.08);}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;}.site-footer__copy{margin:0;font-size:.85rem;}.site-footer__social{display:flex;gap:.75rem;}.site-footer__social a{display:inline-flex;color:rgba(255,255,255,.65) !important;min-width:44px;min-height:44px;align-items:center;justify-content:center;}.site-footer__social a:hover{color:var(--blue-light) !important;}.saeed-animate{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease;}.saeed-animate.is-visible{opacity:1;transform:translateY(0);}.stagger-children>*{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;}.stagger-children.is-visible>*{opacity:1;transform:translateY(0);}.stagger-children.is-visible>*:nth-child(1){transition-delay:.04s;}.stagger-children.is-visible>*:nth-child(2){transition-delay:.1s;}.stagger-children.is-visible>*:nth-child(3){transition-delay:.16s;}.stagger-children.is-visible>*:nth-child(4){transition-delay:.22s;}.stagger-children.is-visible>*:nth-child(5){transition-delay:.28s;}.stagger-children.is-visible>*:nth-child(6){transition-delay:.34s;}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}.hero__orb{animation:none;}.saeed-animate,.stagger-children>*{opacity:1;transform:none;transition:none;}.entry-card,.extra-card,.edu-card{transition:none;}.lightbox,.lightbox__panel{transition:none;}.lightbox__panel{transform:none;}.skill-bar__fill,.skill-bar__badge{transition:none;}.skill-bar__fill{transform:scaleX(1);}.skill-bar__badge{opacity:1;transform:translate(50%,-50%);}}@media (max-width:1024px){.nav-toggle{display:flex;}.primary-nav{display:none;position:fixed;top:calc(var(--header-h)+var(--safe-top));left:0;right:0;bottom:0;background:rgba(11,20,38,0.98);backdrop-filter:blur(12px);padding:1rem 1.25rem 2rem;overflow-y:auto;}.primary-nav.is-open{display:block;}.primary-nav ul,.nav-anchor-list{flex-direction:column;align-items:stretch;gap:.35rem;}.primary-nav a,.nav-anchor{display:flex;padding:.85rem 1rem;font-size:.78rem;border-radius:var(--radius-sm);}.site-header__inner{position:relative;}.hero__grid{grid-template-columns:1fr;text-align:center;}.hero__media{order:-1;max-width:300px;margin-inline:auto;}.hero__intro,.hero__tagline{margin-inline:auto;}.hero__actions{justify-content:center;}.about-grid{grid-template-columns:1fr;}.about-grid__photo{max-width:320px;margin-inline:auto;}.extracurricular-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.education-path{grid-template-columns:1fr;}.education-path::before{display:none;}.contact-grid{grid-template-columns:1fr;}}@media (max-width:768px){:root{--header-h:68px;}.site-brand__logo{height:42px;max-width:180px;}.hero{min-height:auto;}.hero__actions{flex-direction:column;align-items:stretch;}.hero__actions .btn{width:100%;}.about-infos{grid-template-columns:1fr;}.about-body p{max-width:none;}.entries-grid--3,.projects-grid,.honors-grid,.extracurricular-grid,.skills-grid{grid-template-columns:1fr;}.edu-card__header{padding:1.15rem 1.25rem;}.edu-card__content{padding:1.25rem;}.site-footer__inner{flex-direction:column;text-align:center;}.lightbox__layout{grid-template-columns:1fr;max-height:94vh;min-height:0;overflow-y:auto;}.lightbox__panel{max-height:94vh;overflow-y:auto;}.lightbox__stage{padding:.85rem;min-height:auto;}.lightbox__media{min-height:auto;max-height:none;}.lightbox__media img{max-height:min(68vh,560px);}.lightbox__aside{border-left:none;border-top:1px solid var(--border);}.lightbox__content{padding:1.25rem 1.15rem 1rem;}.lightbox__hint{padding:.75rem 1.15rem 1rem;}}@media (max-width:375px){.container{width:min(100% - 1.25rem,var(--container));}.hero__title{font-size:2rem;}.section__title{font-size:1.65rem;}}@media (min-width:1440px){.container{max-width:1200px;}.hero__grid{grid-template-columns:1.15fr 380px;}}