:root{--bg-primary:#0a0a0b;--bg-secondary:#111113;--bg-tertiary:#1a1a1d;--text-primary:#f0ece4;--text-secondary:#9e9a92;--text-muted:#5c5955;--accent:#c4a35a;--accent-light:#dfc07a;--accent-dark:#a88a3a;--border:#2a2a2d;--card-bg:#141416}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--accent-dark)var(--bg-primary)}body{background:var(--bg-primary);color:var(--text-primary);cursor:none;font-family:Outfit,sans-serif;overflow-x:hidden}@media (max-width:768px){body{cursor:auto}}::selection{background:var(--accent);color:var(--bg-primary)}.custom-cursor{border:1.5px solid var(--accent);pointer-events:none;z-index:9999;mix-blend-mode:difference;border-radius:50%;width:40px;height:40px;position:fixed;top:-20px;left:-20px}.custom-cursor-dot{background:var(--accent);pointer-events:none;z-index:9999;border-radius:50%;width:8px;height:8px;position:fixed;top:-4px;left:-4px}@media (max-width:768px){.custom-cursor,.custom-cursor-dot{display:none}}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#0a0a0bf2 0%,#0a0a0b00 100%);padding:1.5rem 3rem;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.nav-logo{cursor:pointer;letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:900}.accent-dot{color:var(--accent)}.nav-links{gap:2.5rem;display:flex}.nav-link{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.15em;cursor:pointer;background:0 0;border:none;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:500;transition:color .3s;position:relative}.nav-link:after{content:"";background:var(--accent);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover{color:var(--text-primary)}.nav-link:hover:after{width:100%}.hero-section{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.hero-bg-text{color:#0000;-webkit-text-stroke:1px var(--border);white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.4;font-family:Playfair Display,serif;font-size:clamp(6rem,18vw,20rem);font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-noise{pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-content{text-align:center;max-width:900px;position:relative}.hero-greeting{color:var(--accent);letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem;font-size:1.1rem;font-weight:500}.hero-name{letter-spacing:-.03em;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(3.5rem,10vw,8rem);font-weight:900;line-height:.95}.hero-name-accent{color:var(--accent);font-style:italic}.hero-title{color:var(--text-secondary);letter-spacing:.1em;margin-bottom:1.5rem;font-size:clamp(1rem,2.5vw,1.4rem);font-weight:300}.hero-title .accent-dot{font-family:Playfair Display,serif;font-size:1.5em}.hero-description{color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.8}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary{background:var(--accent);color:var(--bg-primary);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;padding:1rem 2.5rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;transition:all .4s;position:relative;overflow:hidden}.btn-primary:hover{background:var(--accent-light);transform:translateY(-2px);box-shadow:0 10px 40px #c4a35a33}.btn-secondary{color:var(--text-primary);border:1px solid var(--border);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;padding:1rem 2.5rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:500;transition:all .4s}.btn-secondary:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.hero-scroll-indicator{flex-direction:column;align-items:center;gap:.8rem;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.hero-scroll-indicator span{letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem}.scroll-line{background:linear-gradient(to bottom,var(--accent),transparent);width:1px;height:60px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.3;transform:scaleY(.6)}}.section{max-width:1400px;margin:0 auto;padding:8rem 3rem}.section-heading{letter-spacing:-.02em;margin-bottom:4rem;font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:900}.heading-accent{color:var(--accent);font-style:italic}.about-section{border-top:1px solid var(--border)}.about-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:5rem;display:grid}.about-image-frame{aspect-ratio:4/5;border:1px solid var(--border);position:relative;overflow:hidden}.about-image-frame img{object-fit:cover;filter:grayscale(30%)contrast(1.1);width:100%;height:100%;transition:filter .5s}.about-image-frame:hover img{filter:grayscale(0%)contrast()}.about-image-overlay{background:linear-gradient(135deg,#c4a35a1a 0%,#0000 60%);position:absolute;inset:0}.about-text p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.9}.about-text strong{color:var(--accent);font-weight:600}.about-text em{color:var(--text-primary);font-family:Playfair Display,serif;font-style:italic}.about-stats{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;padding-top:3rem;display:grid}.about-stat{text-align:center}.stat-number{color:var(--accent);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:900;line-height:1;display:block}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.15em;font-size:.8rem}.projects-section{border-top:1px solid var(--border)}.projects-heading{text-align:right}.projects-grid{flex-direction:column;gap:6rem;display:flex}.project-card{grid-template-columns:1.4fr 1fr;align-items:center;gap:3rem;display:grid;position:relative}.project-card:nth-child(2n){direction:rtl;grid-template-columns:1fr 1.4fr}.project-card:nth-child(2n)>*{direction:ltr}.project-image-wrapper{aspect-ratio:16/10;border:1px solid var(--border);position:relative;overflow:hidden}.project-gallery{flex-direction:column;gap:1rem;display:flex}.project-image{object-fit:cover;filter:grayscale(50%)brightness(.8);width:100%;height:100%;transition:all .6s}.project-card:hover .project-image{filter:grayscale(0%)brightness();transform:scale(1.05)}.project-gallery-controls{justify-content:space-between;align-items:center;gap:1rem;display:flex}.project-gallery-button{border:1px solid var(--border);color:var(--text-primary);letter-spacing:.16em;text-transform:uppercase;cursor:pointer;background:0 0;padding:.8rem 1rem;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:600;transition:border-color .3s,color .3s,transform .3s}.project-gallery-button:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.project-gallery-dots{justify-content:center;align-items:center;gap:.65rem;display:flex}.project-gallery-dot{border:1px solid var(--accent-dark);cursor:pointer;background:0 0;border-radius:999px;width:.7rem;height:.7rem;transition:background .3s,transform .3s,border-color .3s}.project-gallery-dot.is-active{background:var(--accent);border-color:var(--accent);transform:scale(1.15)}.project-image-overlay{background:linear-gradient(135deg,color-mix(in srgb,var(--card-accent)15%,transparent)0%,transparent 70%);pointer-events:none;position:absolute;inset:0}.project-number{color:#ffffff1a;font-family:Playfair Display,serif;font-size:3rem;font-weight:900;line-height:1;position:absolute;top:1.5rem;left:1.5rem}.project-info{padding:1rem 0}.project-category{text-transform:uppercase;letter-spacing:.2em;color:var(--accent);border:1px solid var(--accent-dark);margin-bottom:1rem;padding:.3rem .8rem;font-size:.75rem;font-weight:600;display:inline-block}.project-title{letter-spacing:-.02em;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:700}.project-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.8}.project-tech{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.tech-tag{background:var(--bg-tertiary);color:var(--text-muted);border:1px solid var(--border);letter-spacing:.05em;padding:.35rem .75rem;font-size:.75rem}.project-link{color:var(--text-primary);letter-spacing:.05em;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:500;transition:color .3s;display:inline-flex}.project-link:hover{color:var(--accent)}.project-link svg{transition:transform .3s}.project-link:hover svg{transform:translate(3px,-3px)}.experience-section{border-top:1px solid var(--border)}.experience-list{max-width:800px;margin:0 auto}.experience-item{gap:2.5rem;padding-bottom:3rem;display:flex}.experience-timeline{flex-direction:column;align-items:center;padding-top:.3rem;display:flex}.timeline-dot{border:2px solid var(--accent);background:var(--bg-primary);border-radius:50%;flex-shrink:0;width:12px;height:12px;position:relative}.timeline-dot:after{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.timeline-line{background:linear-gradient(to bottom,var(--accent-dark),var(--border));flex:1;width:1px;margin-top:.5rem}.experience-period{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;font-size:.8rem;font-weight:500}.experience-role{margin:.5rem 0 .3rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.experience-company{color:var(--text-muted);margin-bottom:.8rem;font-size:1rem;display:block}.experience-description{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.skills-section{border-top:1px solid var(--border)}.skills-heading{text-align:right}.skills-list{flex-direction:column;gap:2rem;max-width:700px;margin:0 auto;display:flex}.skill-item{flex-direction:column;gap:.6rem;display:flex}.skill-header{justify-content:space-between;align-items:baseline;display:flex}.skill-name{letter-spacing:.03em;font-size:.95rem;font-weight:500}.skill-percent{color:var(--accent);font-family:Playfair Display,serif;font-size:1rem;font-weight:700}.skill-bar{background:var(--bg-tertiary);border-radius:2px;width:100%;height:4px;overflow:hidden}.skill-bar-fill{background:linear-gradient(90deg,var(--accent-dark),var(--accent),var(--accent-light));border-radius:2px;height:100%;transition:width 1.5s}.contact-section{border-top:1px solid var(--border);text-align:center}.contact-subtitle{color:var(--text-secondary);margin-top:-2.5rem;margin-bottom:4rem;font-size:1.2rem}.contact-content{max-width:600px;margin:0 auto}.contact-links{flex-direction:column;gap:0;display:flex}.contact-link-item{border-bottom:1px solid var(--border);color:inherit;justify-content:space-between;align-items:center;padding:1.5rem 0;text-decoration:none;transition:all .3s;display:flex}.contact-link-item:first-child{border-top:1px solid var(--border)}.contact-link-item:hover{padding-left:1rem}.contact-label{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);font-size:.75rem;font-weight:600}.contact-value{color:var(--text-secondary);font-size:1rem;transition:color .3s}.contact-link-item:hover .contact-value{color:var(--accent)}.footer{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);letter-spacing:.05em;padding:3rem;font-size:.85rem}@media (max-width:1024px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-image-frame{max-width:400px;margin:0 auto}.project-card,.project-card:nth-child(2n){direction:ltr;grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.nav{padding:1rem 1.5rem}.nav-links{display:none}.section{padding:5rem 1.5rem}.hero-name{font-size:clamp(3rem,12vw,5rem)}.about-stats{grid-template-columns:repeat(3,1fr);gap:1rem}.stat-number{font-size:2rem}.projects-grid{gap:4rem}.project-gallery-controls{flex-wrap:wrap;justify-content:center}.experience-item{gap:1.5rem}}
