.nav{position:fixed;top:0;left:0;right:0;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;z-index:100;background:linear-gradient(to bottom,rgba(10,10,10,.95),transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo{font-family:var(--font-display);font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--color-text);text-decoration:none}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:var(--color-text-muted);text-decoration:none;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;transition:color .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--color-accent);transition:width .3s ease}.nav-links a:hover{color:var(--color-accent)}.nav-links a:hover:after{width:100%}@media(max-width:768px){.nav{padding:1rem 1.5rem}.nav-links{display:none}}.hero{min-height:100vh;display:flex;align-items:center;padding:0 8%;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;right:-10%;width:70%;height:100%;background:linear-gradient(135deg,rgba(232,197,71,.08) 0%,transparent 50%);clip-path:polygon(30% 0,100% 0,100% 100%,0% 100%);animation:heroGlow 8s ease-in-out infinite alternate}@keyframes heroGlow{0%{opacity:.5;transform:translate(0)}to{opacity:1;transform:translate(20px)}}.hero-content{max-width:800px;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;color:var(--color-accent);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.hero-label:before{content:"";width:40px;height:1px;background:var(--color-accent)}.hero h1{font-family:var(--font-display);font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:1.05;margin-bottom:1.5rem;letter-spacing:-.03em}.hero h1 span{display:block;color:var(--color-accent);font-style:italic;font-weight:400}.hero-description{font-size:1.25rem;color:var(--color-text-muted);max-width:500px;margin-bottom:2.5rem;line-height:1.8}.hero-cta{display:flex;gap:1.5rem;flex-wrap:wrap}@media(max-width:768px){.hero{padding:0 5%}}.about{background:var(--color-surface)}.about-content{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:start}.about-photo{position:sticky;top:120px}.about-photo img{display:block;width:100%;height:auto;max-width:300px;object-fit:cover;border:1px solid rgba(255,255,255,.1)}.about-text p{color:var(--color-text-muted);font-size:1.125rem;margin-bottom:1.5rem;line-height:1.9}.about-stats{display:flex;gap:2rem;margin-top:2rem}.stat{text-align:center;padding:1.5rem 2rem;background:var(--color-bg);border:1px solid rgba(255,255,255,.05)}.stat-number{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--color-accent);display:block}.stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-muted);margin-top:.5rem}@media(max-width:1024px){.about-content{grid-template-columns:250px 1fr;gap:3rem}.about-photo{position:static}}@media(max-width:768px){.about-content{grid-template-columns:1fr;gap:2rem}.about-photo{max-width:280px;margin:0 auto}.about-stats{flex-direction:column;gap:1rem}.stat{padding:1rem}}.experience-timeline{position:relative;max-width:900px;margin:0 auto}.experience-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,var(--color-accent),transparent)}.experience-item{padding-left:3rem;padding-bottom:3rem;position:relative}.experience-item:before{content:"";position:absolute;left:-4px;top:.5rem;width:9px;height:9px;background:var(--color-accent);border-radius:50%}.experience-date{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);margin-bottom:.5rem}.experience-role{font-family:var(--font-display);font-size:1.5rem;font-weight:600;margin-bottom:.25rem}.experience-company{color:var(--color-text-muted);font-size:1rem;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.experience-tech{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;padding:.25rem .6rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--color-text-muted)}.experience-description{color:var(--color-text-muted);font-size:.95rem;line-height:1.8}.photography{background:var(--color-bg)}.photo-intro{color:var(--color-text-muted);font-size:1.125rem;max-width:600px;margin-bottom:3rem;line-height:1.8}.photo-albums{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.album-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid rgba(255,255,255,.05);text-decoration:none;transition:all .3s ease;overflow:hidden}.album-card:hover{border-color:var(--color-accent);transform:translateY(-4px);box-shadow:0 10px 30px #0000004d}.album-thumbnail{width:100%;aspect-ratio:16 / 9;overflow:hidden}.album-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.album-card:hover .album-thumbnail img{transform:scale(1.05)}.album-info{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem}.album-title{font-family:var(--font-display);font-size:1.125rem;color:var(--color-text);transition:color .3s ease}.album-card:hover .album-title{color:var(--color-accent)}.album-description{font-size:.8rem;color:var(--color-text-muted);line-height:1.4}.photo-cta{text-align:center;margin-top:3rem}.album-card:nth-child(n+7){display:none}@media(max-width:768px){.photo-albums{grid-template-columns:1fr}.album-card:nth-child(n+5){display:none}}.contact{background:var(--color-surface);text-align:center}.contact-content{max-width:600px;margin:0 auto}.contact-description{color:var(--color-text-muted);font-size:1.25rem;margin-bottom:3rem;line-height:1.8}.contact-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-link{display:flex;align-items:center;gap:.75rem;color:var(--color-text);text-decoration:none;font-size:1rem;transition:color .3s ease}.contact-link:hover{color:var(--color-accent)}.contact-link svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.5}@media(max-width:768px){.contact-links{flex-direction:column;align-items:center}}.footer{padding:2rem 8%;text-align:center;color:var(--color-text-muted);font-size:.875rem;border-top:1px solid rgba(255,255,255,.05)}.claude-link{color:var(--color-text-muted);text-decoration:none;transition:color .3s ease}.claude-link:hover{color:var(--color-accent)}:root{--color-bg: #0a0a0a;--color-surface: #141414;--color-accent: #e8c547;--color-text: #f5f5f5;--color-text-muted: #888888;--font-display: "Playfair Display", Georgia, serif;--font-body: "DM Sans", -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden}.btn{padding:1rem 2rem;font-family:var(--font-body);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease}.btn-primary{background:var(--color-accent);color:var(--color-bg)}.btn-primary:hover{background:#f5d45a;transform:translateY(-2px);box-shadow:0 10px 30px #e8c5474d}.btn-secondary{background:transparent;color:var(--color-text);border:1px solid var(--color-text-muted)}.btn-secondary:hover{border-color:var(--color-accent);color:var(--color-accent)}section{padding:8rem 8%;position:relative}.section-header{margin-bottom:4rem}.section-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;color:var(--color-accent);margin-bottom:1rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:600;letter-spacing:-.02em}@media(max-width:768px){section{padding:5rem 5%}}
