@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--bg:#070812;--bg-soft:#0d1020;--surface:#ffffff0e;--surface-strong:#ffffff17;--border:#ffffff1f;--text:#f8fafc;--muted:#9ca3af;--purple:#8b5cf6;--blue:#3b82f6;--cyan:#22d3ee;--pink:#ec4899;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 18% 8%, #8b5cf62e, transparent 34rem), radial-gradient(circle at 86% 16%, #22d3ee1f, transparent 30rem), radial-gradient(circle at 50% 100%, #ec489917, transparent 34rem), var(--bg);min-width:320px;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button{font:inherit}html,body{overflow-x:hidden}.section-header{max-width:680px;margin-bottom:28px}.section-header span{color:var(--cyan);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:900}.section-header h2{color:var(--text);letter-spacing:-.06em;margin:10px 0 0;font-size:clamp(2rem,4vw,3.4rem);line-height:1}.section-header p{color:var(--muted);margin:16px 0 0;font-size:1rem;line-height:1.7}@media (width<=720px){.section-header{margin-bottom:22px}.section-header span{font-size:.75rem}.section-header h2{letter-spacing:-.07em;font-size:clamp(2.2rem,12vw,3.25rem);line-height:.95}.section-header p{margin-top:14px;font-size:.94rem;line-height:1.6}}@media (width<=390px){.section-header h2{font-size:clamp(2rem,11vw,2.75rem)}}.about-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:34px;display:grid}.about-card{border:1px solid var(--border);background:var(--surface);border-radius:24px;padding:24px}.about-card h3{color:var(--text);letter-spacing:-.04em;margin:0;font-size:1.2rem}.about-card p{color:var(--muted);margin:12px 0 0;line-height:1.7}@media (width<=760px){.about-grid{grid-template-columns:1fr}}.contact-card{border:1px solid var(--border);background:radial-gradient(circle at 0 0,#8b5cf633,#0000 24rem),radial-gradient(circle at 100% 100%,#22d3ee21,#0000 22rem),linear-gradient(#ffffff13,#ffffff09);border-radius:34px;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:26px;margin-top:34px;padding:30px;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 90px #0000003d}.contact-card:before{content:"";opacity:.28;pointer-events:none;background:radial-gradient(circle,#ffffff24 0 3px,#0000 4px) 0 0/22px 22px;border-radius:999px;width:260px;height:260px;position:absolute;bottom:-90px;right:-80px}.contact-card>*{z-index:1;position:relative}.contact-content{flex-direction:column;justify-content:center;display:flex}.contact-status{color:#bbf7d0;background:#22c55e14;border:1px solid #22c55e38;border-radius:999px;align-items:center;gap:9px;width:fit-content;margin-bottom:20px;padding:9px 13px;font-size:.82rem;font-weight:900;display:inline-flex}.contact-status-dot{background:#22c55e;border-radius:999px;width:8px;height:8px;box-shadow:0 0 18px #22c55ee6}.contact-content h3{max-width:660px;color:var(--text);letter-spacing:-.075em;margin:0;font-size:clamp(2rem,4vw,4rem);line-height:.95}.contact-content p{max-width:620px;color:var(--muted);margin:20px 0 0;font-size:1rem;line-height:1.75}.contact-meta{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.contact-meta span{border:1px solid var(--border);color:#cbd5e1;background:#ffffff0b;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:0 12px;font-size:.82rem;font-weight:800;display:inline-flex}.contact-panel{border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#07081275;border-radius:26px;flex-direction:column;justify-content:flex-start;align-self:stretch;gap:22px;padding:20px;display:flex;box-shadow:inset 0 1px #ffffff0f}.contact-panel-header span{color:var(--cyan);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:900;display:block}.contact-panel-header strong{color:var(--text);letter-spacing:-.05em;margin-top:8px;font-size:1.35rem;display:block}.contact-actions{gap:10px;margin-top:48px;display:grid}.contact-actions a{border:1px solid var(--border);min-height:48px;color:var(--text);background:#ffffff0e;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:0 14px;font-size:.9rem;font-weight:900;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.contact-actions a:not(.contact-primary):hover{background:#ffffff17;border-color:#ffffff38;transform:translateY(-2px)}.contact-actions .contact-primary{background:linear-gradient(135deg, var(--purple), var(--blue));border-color:#8b5cf68c;position:relative;overflow:hidden;box-shadow:0 18px 48px #3b82f638,inset 0 1px #ffffff2e}.contact-actions .contact-primary:before{content:"";z-index:-1;border-radius:inherit;background:linear-gradient(135deg, var(--purple), var(--cyan), var(--pink), var(--blue));opacity:0;filter:blur(14px);transition:opacity .5s;position:absolute;inset:-2px}.contact-actions .contact-primary:after{content:"";background:linear-gradient(110deg,#0000,#ffffff47,#0000);width:80%;height:100%;transition:left .52s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:-120%;transform:skew(-18deg)}.contact-actions .contact-primary:hover{border-color:#ffffff57;transform:translateY(-3px);box-shadow:0 22px 70px #8b5cf657,0 0 38px #22d3ee29,inset 0 1px #ffffff38}.contact-actions .contact-primary:hover:before{opacity:1}.contact-actions .contact-primary:hover:after{left:120%}.contact-actions .contact-primary>*{z-index:1;position:relative}@media (width<=840px){.contact-card{grid-template-columns:1fr;padding:24px}.contact-panel{min-height:auto}}@media (width<=560px){.contact-card{border-radius:28px;padding:20px}.contact-content h3{font-size:2.3rem}.contact-actions a{min-height:46px}}@media (width<=840px){.contact-card{border-radius:28px;grid-template-columns:1fr;gap:22px;padding:24px}.contact-panel{min-height:auto}.contact-actions{margin-top:28px}}@media (width<=560px){.contact-card{border-radius:24px;padding:18px}.contact-content h3{letter-spacing:-.07em;font-size:clamp(2.1rem,12vw,3rem);line-height:.95}.contact-content p{font-size:.94rem;line-height:1.6}.contact-status{padding:8px 10px;font-size:.74rem}.contact-actions{margin-top:24px}}.project-card{border:1px solid var(--border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:linear-gradient(#ffffff13,#ffffff09);border-radius:30px;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);align-items:center;gap:24px;padding:18px;transition:transform .22s,border-color .22s,background .22s;display:grid;overflow:hidden;box-shadow:0 24px 80px #00000038}.project-card:hover{background:linear-gradient(#ffffff18,#ffffff0b);border-color:#ffffff38;transform:translateY(-4px)}.project-preview{background:radial-gradient(circle at 30% 20%,#ffffff2e,#0000 14rem),linear-gradient(135deg,#8b5cf63d,#3b82f61f);border-radius:24px;min-height:320px;position:relative;overflow:hidden}.project-preview:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 45%,#0708126b),radial-gradient(circle at 0 0,#ffffff2e,#0000 18rem);position:absolute;inset:0}.project-preview img{object-fit:cover;object-position:top center;width:100%;height:100%;min-height:320px;transition:transform .45s cubic-bezier(.16,1,.3,1);display:block;transform:scale(1.01)}.project-card:hover .project-preview img{transform:scale(1.055)}.project-proof{border:1px solid var(--border);background:#ffffff0a;border-radius:18px;margin-top:18px;padding:15px}.project-proof span{color:var(--cyan);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:900}.project-proof p{color:#cbd5e1;margin:8px 0 0;font-size:.9rem;line-height:1.6}.accent-cyan .project-preview{background:radial-gradient(circle at 30% 20%,#ffffff2e,#0000 14rem),linear-gradient(135deg,#22d3ee38,#3b82f61f)}.accent-pink .project-preview{background:radial-gradient(circle at 30% 20%,#ffffff2e,#0000 14rem),linear-gradient(135deg,#ec489933,#8b5cf624)}.accent-gold .project-preview{background:radial-gradient(circle at 30% 20%,#ffffff2e,#0000 14rem),linear-gradient(135deg,#b08a5747,#d8a7a029)}.project-info{padding:10px 10px 10px 0}.project-eyebrow{color:var(--cyan);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900}.project-info h3{color:var(--text);letter-spacing:-.06em;margin:10px 0 0;font-size:clamp(1.7rem,3vw,2.6rem);line-height:1}.project-info p{color:var(--muted);margin:16px 0 0;line-height:1.7}.project-stack{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.project-stack span{border:1px solid var(--border);background:var(--surface);color:#cbd5e1;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:800}.project-links{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.project-links a{background:var(--surface-strong);min-height:42px;color:var(--text);border-radius:999px;align-items:center;gap:9px;padding:0 14px;font-size:.86rem;font-weight:900;transition:transform .18s,background .18s;display:inline-flex}.project-links a:hover{background:#ffffff21;transform:translateY(-2px)}@media (width<=820px){.project-card{grid-template-columns:1fr}.project-preview{min-height:240px}.project-card{border-radius:24px;grid-template-columns:1fr;gap:18px;padding:14px}.project-preview{border-radius:18px;min-height:220px}.project-preview img{min-height:220px}.project-info{padding:0 4px 8px}.project-info h3{font-size:clamp(1.65rem,9vw,2.35rem)}.project-info p{font-size:.94rem;line-height:1.6}.project-proof{border-radius:16px;padding:13px}.project-links a{min-height:40px;font-size:.8rem}}@media (width<=430px){.project-preview,.project-preview img{min-height:190px}}.featured-projects{padding-top:88px}.projects-grid{gap:22px;display:grid}@media (width<=720px){.featured-projects{padding-top:64px}.projects-grid{gap:18px}}.site-footer{border-top:1px solid var(--border);width:min(1120px,100% - 32px);color:var(--muted);justify-content:space-between;gap:18px;margin:0 auto;padding:24px 0 34px;font-size:.86rem;font-weight:700;display:flex}@media (width<=640px){.site-footer{flex-direction:column}}.gradient-orb{z-index:-1;filter:blur(90px);opacity:.45;pointer-events:none;border-radius:999px;position:fixed}.orb-one{background:var(--purple);width:420px;height:420px;top:-160px;left:-130px}.orb-two{background:var(--blue);width:460px;height:460px;top:12%;right:-180px}.orb-three{background:var(--pink);opacity:.24;width:480px;height:480px;bottom:-180px;left:38%}.site-header{z-index:20;border:1px solid var(--border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#070812b8;border-radius:999px;justify-content:space-between;align-items:center;width:min(1120px,100% - 32px);min-height:58px;padding:0 12px 0 14px;display:flex;position:fixed;top:18px;left:50%;transform:translate(-50%);box-shadow:0 18px 60px #0000003d}.header-logo,.header-github,.header-nav{align-items:center;display:flex}.header-logo{color:var(--text);gap:10px;font-size:.92rem;font-weight:800}.header-logo span{border:1px solid var(--border);background:linear-gradient(135deg, var(--purple), var(--blue));border-radius:999px;place-items:center;width:34px;height:34px;font-size:.78rem;display:grid}.header-nav{gap:6px}.header-nav a{color:var(--muted);border-radius:999px;padding:9px 12px;font-size:.86rem;font-weight:700;transition:color .18s,background .18s}.header-nav a:hover{color:var(--text);background:var(--surface)}.header-github{border:1px solid var(--border);background:var(--surface);min-height:38px;color:var(--text);border-radius:999px;gap:8px;padding:0 14px;font-size:.86rem;font-weight:800}@media (width<=760px){.header-nav{display:none}.site-header{width:min(100% - 20px,1120px);min-height:52px;padding:0 8px 0 10px;top:10px}.header-logo{gap:8px;font-size:.82rem}.header-logo span{width:32px;height:32px;font-size:.72rem}.header-github{min-height:36px;padding:0 12px;font-size:.8rem}}@media (width<=380px){.header-logo{font-size:0}.header-logo span{font-size:.72rem}.header-github{gap:6px;padding:0 10px}}.text-reveal{flex-wrap:wrap;justify-content:center;gap:.04em .22em;display:flex}.text-reveal-word{opacity:0;color:var(--text);animation:.76s cubic-bezier(.16,1,.3,1) forwards reveal-word;display:inline-block;transform:translateY(26px)}.text-reveal-word.is-highlighted{background:linear-gradient(135deg, var(--purple), var(--cyan), var(--pink));color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes reveal-word{to{opacity:1;transform:translateY(0)}}@media (width<=720px){.text-reveal{justify-content:flex-start}}.hero-section{text-align:center;align-content:center;justify-items:center;min-height:calc(100vh - 120px);padding:96px 0 110px;display:grid}.hero-badge{border:1px solid var(--border);background:var(--surface);color:#dbeafe;border-radius:999px;align-items:center;gap:9px;margin-bottom:22px;padding:10px 14px;font-size:.88rem;font-weight:800;display:inline-flex;box-shadow:inset 0 1px #ffffff14}.hero-section h1{max-width:930px;color:var(--text);letter-spacing:-.08em;margin:0;font-size:clamp(3.2rem,8vw,7.4rem);line-height:.92}.hero-section h1::selection{background:#8b5cf673}.hero-section p::selection{background:#8b5cf673}.hero-section h1{background:linear-gradient(#fff 0%,#dbeafe 42%,#8b5cf6 115%);color:#0000;-webkit-background-clip:text}.hero-section p{max-width:670px;color:var(--muted);margin:26px 0 0;font-size:1.08rem;line-height:1.75}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}.primary-button,.secondary-button{border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 18px;font-size:.94rem;font-weight:900;transition:transform .18s,border-color .18s,background .18s;display:inline-flex}.primary-button{color:#fff;background:linear-gradient(135deg, var(--purple), var(--blue));box-shadow:0 18px 50px #3b82f63d}.secondary-button{border:1px solid var(--border);background:var(--surface);color:var(--text)}.primary-button:hover,.secondary-button:hover{transform:translateY(-2px)}.hero-tech-row{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:34px;display:flex}.hero-tech-row span{border:1px solid var(--border);color:#cbd5e1;background:#ffffff09;border-radius:999px;align-items:center;gap:7px;padding:8px 12px;font-size:.82rem;font-weight:800;display:inline-flex}@media (width<=720px){.hero-section{text-align:left;align-content:start;place-items:start;min-height:auto;padding:34px 0 46px}.hero-section h1{letter-spacing:-.075em;font-size:clamp(2.45rem,13vw,3.75rem);line-height:.95}.hero-section p{max-width:100%;margin-top:18px;font-size:.95rem;line-height:1.65}.hero-badge{margin-bottom:16px;font-size:.76rem}.hero-actions,.hero-tech-row{justify-content:flex-start}.primary-button,.secondary-button{min-height:42px;padding:0 14px;font-size:.82rem}}.hero-description{opacity:0;animation:.7s .76s forwards hero-fade-up}.hero-availability{color:#bbf7d0;opacity:0;background:#22c55e14;border:1px solid #22c55e38;border-radius:999px;align-items:center;gap:9px;margin-top:24px;padding:10px 14px;font-size:.86rem;font-weight:800;animation:.7s .92s forwards hero-fade-up;display:inline-flex}.availability-dot{background:#22c55e;border-radius:999px;width:8px;height:8px;box-shadow:0 0 18px #22c55ee6}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.services-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.service-card{border:1px solid var(--border);background:linear-gradient(#ffffff13,#ffffff09);border-radius:24px;padding:22px}.service-icon{color:#fff;background:linear-gradient(135deg, var(--purple), var(--blue));border-radius:14px;place-items:center;width:42px;height:42px;margin-bottom:18px;display:grid}.service-card h3{color:var(--text);letter-spacing:-.04em;margin:0;font-size:1.05rem}.service-card p{color:var(--muted);margin:10px 0 0;font-size:.92rem;line-height:1.65}@media (width<=960px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=620px){.services-grid{grid-template-columns:1fr}}@media (width<=720px){.services-grid{grid-template-columns:1fr;gap:14px;margin-top:26px}.service-card{border-radius:22px;min-height:auto;padding:20px}.service-icon{border-radius:13px;width:40px;height:40px;margin-bottom:18px}.service-card h3{font-size:1.05rem}.service-card p{font-size:.92rem;line-height:1.6}}.skills-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px;display:grid}.skill-card{border:1px solid var(--border);background:linear-gradient(#ffffff12,#ffffff09);border-radius:24px;min-height:210px;padding:22px}.skill-card h3{color:var(--text);letter-spacing:-.04em;margin:0 0 16px;font-size:1.2rem}.skill-list{flex-wrap:wrap;gap:10px;display:flex}.skill-pill{border:1px solid var(--border);color:#cbd5e1;cursor:default;background:#ffffff0b;border-radius:999px;align-items:center;gap:9px;min-height:40px;padding:0 13px;font-size:.82rem;font-weight:800;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff0a}.skill-tooltip{z-index:10;border:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;pointer-events:none;background:radial-gradient(circle at 0 0,#8b5cf624,#0000 10rem),#0d1020f5;border-radius:16px;width:230px;padding:14px;transition:opacity .18s,transform .18s;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(8px)scale(.96);box-shadow:0 18px 50px #00000057}.skill-tooltip:after{content:"";border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:#0d1020f5;width:12px;height:12px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.skill-pill:hover .skill-tooltip,.skill-pill:focus .skill-tooltip,.skill-pill:focus-within .skill-tooltip{opacity:1;transform:translate(-50%)translateY(0)scale(1)}.skill-tooltip-header{align-items:center;gap:9px;display:flex}.skill-tooltip-header img{object-fit:contain;width:20px;height:20px}.skill-tooltip-header strong{color:var(--text);font-size:.88rem}.skill-tooltip p{color:var(--muted);margin:9px 0 0;font-size:.78rem;line-height:1.55}.skill-pill span{background:0 0;border:0;padding:0}.skill-pill img{object-fit:contain;width:18px;height:18px;display:block}@media (width<=860px){.skills-grid{grid-template-columns:1fr}.skill-card{min-height:auto}.skills-grid{grid-template-columns:1fr;gap:14px;margin-top:26px}.skill-card{border-radius:22px;min-height:auto;padding:18px}.skill-card h3{margin-bottom:14px;font-size:1.05rem}.skill-list{gap:8px}.skill-pill{min-height:36px;padding:0 11px;font-size:.78rem}.skill-pill img{width:16px;height:16px}}.process-grid{grid-template-columns:repeat(12,1fr);gap:16px;margin-top:34px;display:grid}.process-card{border:1px solid var(--border);background:radial-gradient(circle at 0 0,#ffffff29,#0000 16rem),linear-gradient(135deg,#8b5cf68c,#3b82f638),#ffffff0e;border-radius:34px;min-height:280px;padding:24px;transition:transform .26s cubic-bezier(.16,1,.3,1),border-color .26s,box-shadow .26s;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000038,inset 0 1px #ffffff14}.process-card:first-child{grid-column:span 4}.process-card:nth-child(2){background:radial-gradient(circle at 0 0,#ffffff29,#0000 16rem),linear-gradient(135deg,#22d3ee6b,#3b82f633),#ffffff0e;grid-column:span 4}.process-card:nth-child(3){background:radial-gradient(circle at 0 0,#ffffff24,#0000 16rem),linear-gradient(135deg,#7c3aed75,#ec489933),#ffffff0e;grid-column:span 4}.process-card:nth-child(4){background:radial-gradient(circle at 0 0,#ffffff24,#0000 16rem),linear-gradient(135deg,#ec48997a,#8b5cf63d),#ffffff0e;grid-column:span 6;min-height:250px}.process-card:nth-child(5){background:radial-gradient(circle at 0 0,#ffffff24,#0000 16rem),linear-gradient(135deg,#22d3ee5c,#8b5cf642),#ffffff0e;grid-column:span 6;min-height:250px}.process-card:before{content:"";opacity:.42;background:radial-gradient(circle,#ffffff2e 0 3px,#0000 4px) 0 0/20px 20px;border-radius:999px;width:170px;height:170px;position:absolute;bottom:-52px;right:-46px;transform:rotate(-12deg)}.process-card:after{content:"";pointer-events:none;border-radius:26px;position:absolute;inset:18px}.process-card:hover{border-color:#ffffff3d;transform:translateY(-6px)rotate(-.35deg);box-shadow:0 34px 110px #00000057,inset 0 1px #ffffff1f}.process-card:hover:before{opacity:1}.process-card>*{z-index:1;position:relative}.process-card-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.process-number{color:#ffffffb8;letter-spacing:-.09em;font-size:clamp(3.4rem,7vw,6.6rem);font-weight:900;line-height:.8}.process-icon{color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#07081242;border:1px solid #ffffff29;border-radius:18px;place-items:center;width:48px;height:48px;display:grid;box-shadow:inset 0 1px #ffffff14,0 14px 34px #0000002e}.process-card h3{color:#fff;letter-spacing:-.06em;max-width:260px;margin:48px 0 0;font-size:clamp(1.45rem,2vw,2.2rem);line-height:1}.process-card p{color:#f8fafcc7;max-width:340px;margin:14px 0 0;font-size:.94rem;line-height:1.65}.process-card:nth-child(4) h3,.process-card:nth-child(5) h3{margin-top:38px}@media (width<=1040px){.process-card:first-child,.process-card:nth-child(2),.process-card:nth-child(3),.process-card:nth-child(4),.process-card:nth-child(5){grid-column:span 6}}@media (width<=720px){.process-grid{grid-template-columns:1fr;gap:14px;margin-top:26px}.process-card:first-child,.process-card:nth-child(2),.process-card:nth-child(3),.process-card:nth-child(4),.process-card:nth-child(5){grid-column:span 1}.process-card{border-radius:24px;min-height:auto;padding:20px}.process-number{font-size:3.6rem}.process-icon{border-radius:14px;width:42px;height:42px}.process-card h3{margin-top:28px;font-size:1.45rem}.process-card p{font-size:.88rem;line-height:1.6}}.portfolio-shell{min-height:100vh;position:relative;overflow:hidden}.page-content{width:min(1120px,100% - 32px);margin:0 auto;padding:104px 0 96px}.section-block{padding:92px 0}#projects,#process,#about,#skills,#contact{scroll-margin-top:120px}@media (width<=720px){.page-content{width:min(100% - 20px,1120px);padding-top:110px;padding-bottom:56px}.section-block{padding:50px 0}#projects,#process,#about,#skills,#contact{scroll-margin-top:105px}}@media (width<=430px){.page-content{width:min(100% - 16px,1120px);padding-top:104px}.section-block{padding:42px 0}}
