.hero{flex-direction:column;justify-content:space-between;max-width:1400px;min-height:100vh;margin:0 auto;padding:10rem 4rem 4rem;display:flex}.hero-eyebrow{justify-content:space-between;align-items:center;display:flex}.hero-meta{text-align:right;flex-direction:column;align-items:flex-end;gap:.35rem;display:flex}.hero-location{color:var(--text-muted);font-size:.85rem;font-family:var(--font-mono);letter-spacing:.05em}.hero-time{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono);letter-spacing:.05em;opacity:.7;font-variant-numeric:tabular-nums}.hero-tag{color:var(--accent-primary);background:#00ffb21a;border:1px solid #00ffb233;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;display:inline-flex}.tag-dot{background:var(--accent-primary);border-radius:50%;width:8px;height:8px}.hero-title{letter-spacing:-.04em;flex-direction:column;flex:1;justify-content:center;padding:2rem 0;font-size:clamp(4rem,9vw,8rem);font-weight:700;line-height:1;display:flex}.title-line{display:block}.title-highlight{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-bottom{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-end;gap:4rem;padding-top:2rem;display:flex}.hero-subtitle{color:var(--text-secondary);max-width:420px;font-size:1rem;line-height:1.7}.hero-actions{flex-shrink:0;gap:1rem;display:flex}@media (max-width:1024px){.hero{min-height:auto;padding:8rem 2rem 3rem}.hero-bottom{flex-direction:column;align-items:flex-start;gap:2rem}}@media (max-width:768px){.hero{padding:6rem 1.5rem 2rem}.hero-eyebrow{flex-direction:column;align-items:flex-start;gap:.75rem}.hero-meta{text-align:left;align-items:flex-start}.hero-actions{flex-direction:column;width:100%}}
.work{max-width:1400px;margin:0 auto;padding:6rem 4rem}.projects-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.project-card{background:var(--bg-card);border:1px solid var(--border-color);transition:all .4s var(--ease-out-quad);border-radius:16px;overflow:hidden}.project-card:hover{border-color:var(--border-color);transform:translateY(-8px);box-shadow:0 20px 60px #0006}.project-featured{grid-column:span 2;grid-template-columns:1.2fr 1fr;display:grid}.project-image{aspect-ratio:16/10;overflow:hidden}.project-featured .project-image{aspect-ratio:auto}.project-placeholder{background:linear-gradient(135deg, hsl(var(--hue), 50%, 15%), hsl(var(--hue), 60%, 8%));width:100%;height:100%;color:hsl(var(--hue), 60%, 50%);justify-content:center;align-items:center;display:flex}.project-placeholder>img{width:100%;height:100%}.project-content{flex-direction:column;justify-content:center;padding:2rem;display:flex}.project-tags{gap:.5rem;margin-bottom:1rem;display:flex}.project-tags span{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:100px;padding:.35rem .75rem;font-size:.75rem;font-weight:500}.project-title{margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.project-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.project-link{color:var(--accent-primary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.project-link:hover{gap:.75rem}@media (max-width:1024px){.projects-grid{grid-template-columns:1fr}.project-featured{grid-column:span 1;grid-template-columns:1fr}}@media (max-width:768px){.work{padding:4rem 1.5rem}}
.about{grid-template-columns:1.2fr .8fr;align-items:start;gap:4rem;max-width:1400px;margin:0 auto;padding:6rem 4rem;display:grid}.about-text{margin-bottom:3rem}.about-text p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem}.skills-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.skill-category h4{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.85rem;font-weight:600}.skill-category ul{list-style:none}.skill-category li{color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);padding:.4rem 0;font-size:.95rem}.about-image{position:sticky;top:8rem}.image-frame{position:relative}.avatar-photo{aspect-ratio:1;object-fit:cover;border:1px solid var(--border-color);border-radius:16px;width:100%}.image-decoration{border:2px solid var(--accent-primary);z-index:-1;border-radius:12px;width:100px;height:100px;position:absolute;top:-20px;right:-20px}@media (max-width:1024px){.about{grid-template-columns:1fr;gap:3rem}.about-image{max-width:300px;margin:0 auto;position:static}}@media (max-width:768px){.about{padding:4rem 1.5rem}.skills-grid{grid-template-columns:1fr;gap:1.5rem}}
