@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;700&display=swap";:root{--bg-color: #080808;--text-color: #fdfdfd;--secondary-color: #888888;--accent-color: #ffffff;--transition-smooth: all .6s cubic-bezier(.16, 1, .3, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;cursor:none;overflow-x:hidden}.custom-cursor{position:fixed;top:0;left:0;width:12px;height:12px;background:#fff;border-radius:50%;pointer-events:none;z-index:9999;mix-blend-mode:difference;opacity:0;transition:width .3s cubic-bezier(.16,1,.3,1),height .3s cubic-bezier(.16,1,.3,1),background .3s ease;display:flex;justify-content:center;align-items:center;transform:translate(-50%,-50%);will-change:transform}.cursor-text{font-size:6px;font-weight:700;color:#000;opacity:0;text-transform:uppercase;letter-spacing:.1em;pointer-events:none}.custom-cursor.active{width:80px;height:80px}.custom-cursor.active .cursor-text{opacity:1}a,button,.gallery-item,.lightbox-close{cursor:none!important}@media(hover:none)and (pointer:coarse){.custom-cursor{display:none}body{cursor:auto}}.main-nav{position:fixed;top:0;left:0;width:100%;padding:2rem 5vw;background:#080808cc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.05)}.logo{color:var(--text-color);text-decoration:none;font-weight:700;letter-spacing:-.02em}.logo:hover{opacity:.6}.nav-links{display:flex;gap:3rem}.nav-link{color:var(--text-color);text-decoration:none;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.25em;opacity:.4;transition:opacity .4s ease}.nav-link:hover,.nav-link.active{opacity:1}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:url(https://upload.wikimedia.org/wikipedia/commons/7/76/1k_filmgrain.png);opacity:.04;pointer-events:none;z-index:9998}header{min-height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:4rem;opacity:0;animation:fadeIn 2s ease-out forwards}h1{font-size:clamp(3.5rem,10vw,8rem);font-weight:200;letter-spacing:-.05em;margin-bottom:2rem;line-height:.9}.subtitle{font-size:clamp(1.2rem,3vw,1.8rem);color:var(--secondary-color);font-weight:300;max-width:600px;margin:0 auto}.gallery{column-count:1;column-gap:2rem;padding:2rem;max-width:1600px;margin:0 auto}@media(min-width:768px){.gallery{column-count:2}}@media(min-width:1024px){.gallery{column-count:3}}.gallery-item{break-inside:avoid;margin-bottom:2rem;opacity:0;transform:translateY(60px);transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);border-radius:4px}.gallery-item.visible{opacity:1;transform:translateY(0)}.parallax-wrapper{will-change:transform}.gallery-item img{width:100%;height:auto;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}.gallery-item:hover img{transform:scale(1.05)}.chronicle-section{min-height:100vh;padding:15vh 10vw 10vh;display:flex;flex-direction:column;justify-content:center}.reveal-text{font-size:clamp(2rem,8vw,6rem);line-height:1.1;font-weight:300;margin-bottom:1.5rem;overflow:hidden}.reveal-text span{display:block;transform:translateY(110%);transition:transform 1.5s cubic-bezier(.16,1,.3,1)}.reveal-text.visible span{transform:translateY(0)}.chronicle-visual{width:100%;height:60vh;background:#111;margin-top:2rem;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.chronicle-visual img{width:100%;height:100%;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.floating-caption{position:absolute;bottom:2rem;right:2rem;font-size:.8rem;color:var(--secondary-color);text-transform:uppercase;letter-spacing:.3em}.visitor-section{min-height:100vh;padding:20vh 10vw 10vh;max-width:720px;margin:0 auto}.visitor-section h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:300;letter-spacing:-.03em;margin-bottom:3rem;line-height:1.1}.visitor-section ul{list-style:none;padding:0;margin:0}.visitor-section li{font-size:1.1rem;line-height:1.6;font-weight:300;color:var(--secondary-color);margin-bottom:1.5rem;padding-left:1.5rem;position:relative}.visitor-section li:before{content:"–";position:absolute;left:0;color:var(--text-color);opacity:.3}.visitor-section li ul{margin-top:1rem}.visitor-section li li{font-size:.95rem;margin-bottom:.5rem}.visitor-section li li:before{content:"";left:.5rem;top:.65em;width:5px;height:5px;border-radius:50%;background:var(--text-color);opacity:.2}.visitor-section strong{color:var(--text-color);font-weight:500}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.16,1,.3,1)}.lightbox.active{opacity:1;pointer-events:auto}.lightbox-content{max-width:90%;max-height:90%;position:relative;transform:scale(.9);transition:transform .5s cubic-bezier(.16,1,.3,1)}.lightbox.active .lightbox-content{transform:scale(1)}.lightbox-content img{width:100%;height:auto;max-height:90vh;object-fit:contain;border-radius:4px;box-shadow:0 20px 40px #0006}.lightbox-close{position:absolute;top:-40px;right:0;color:#fff;font-size:2rem;cursor:pointer;font-weight:200;line-height:1}body.lightbox-open{overflow:hidden}footer{text-align:center;padding:6rem 2rem 4rem;color:var(--secondary-color);font-size:.9rem;opacity:0;animation:fadeIn 2s ease-out 1s forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
