@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)}@media(max-width:768px){.main-nav{padding:.75rem 5vw}.nav-links{gap:1.5rem}.nav-link{font-size:.65rem;letter-spacing:.15em}}.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}.nav-dropdown{position:relative}.dropdown-toggle{cursor:default;display:flex;align-items:center;gap:.3em}.dropdown-toggle:after{content:"";display:inline-block;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid currentColor;transition:transform .2s ease}.nav-dropdown.active .dropdown-toggle:after{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;right:0;min-width:160px;padding:.5rem 0;background:#080808f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);opacity:0;pointer-events:none;transition:opacity .2s ease}.nav-dropdown:hover .dropdown-menu{opacity:1;pointer-events:auto}.dropdown-item{display:block;padding:.5rem 1.5rem;color:var(--text-color);text-decoration:none;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.2em;opacity:.4;transition:opacity .4s ease;white-space:nowrap}.dropdown-item:hover,.dropdown-item.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:.5rem;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.4rem,4vw,2.2rem);color:var(--text-color);font-weight:200;letter-spacing:-.02em;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:10vh 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{--text-secondary: #bcbcbc;min-height:50vh;padding:15vh 10vw 10vh}.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 h3{font-size:1.5rem;font-weight:400;color:var(--text-color);margin-bottom:1rem;margin-top:2.5rem;letter-spacing:-.01em}.visitor-section p{font-size:1.1rem;line-height:1.7;font-weight:300;color:var(--text-secondary);margin-bottom:1.5rem;max-width:680px}.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(--text-secondary);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}.s8-page{--text-secondary: #bcbcbc}.s8-hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:90vh;padding:15vh 10vw 10vh}@media(max-width:768px){.s8-hero{grid-template-columns:1fr;gap:2rem;padding-top:calc(10vh + 1.5rem)}}.s8-hero-text h1{font-size:clamp(2.5rem,6vw,5rem);font-weight:300;letter-spacing:-.04em;line-height:1;margin-bottom:2rem}.s8-hero-text p{font-size:1.05rem;line-height:1.8;font-weight:300;color:var(--text-secondary);margin-bottom:1.2rem;max-width:480px}.s8-hero-image{display:flex;justify-content:center}.s8-hero-image img{max-width:100%;height:auto;border-radius:4px;box-shadow:0 8px 30px #00000080}@media(max-width:768px){.s8-hero-image{order:-1}}.s8-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:200px;grid-auto-flow:dense;gap:4px;padding:0 clamp(1rem,3vw,3rem);width:100%}.s8-grid-item{overflow:hidden;position:relative;opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.s8-grid-item.visible{opacity:1;transform:translateY(0)}.s8-grid-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1);will-change:transform}.s8-grid-item:hover img{transform:scale(1.1)}.s8-grid-item.wide{grid-column:span 2}.s8-grid-item.tall{grid-row:span 2}@media(max-width:480px){.s8-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-auto-rows:160px;gap:3px}}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)}}
