.noise{pointer-events:none;z-index:9999;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100vw;height:100vh;position:fixed;top:0;left:0}a{color:inherit;text-decoration:none}::-webkit-scrollbar-thumb{background:var(--accent)}:root{--bg-color:#0f0f0f;--text-main:#f4ece6;--text-muted:#a39b93;--accent:#d4af37;--font-serif:"Cormorant Garamond", serif;--font-sans:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.noise{pointer-events:none;z-index:9999;opacity:.08;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100vw;height:100vh;position:fixed;top:0;left:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);letter-spacing:.02em;font-weight:400}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}.app-container{width:100%;min-height:100vh;position:relative}.hero-section{flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:top 25%;opacity:.4;filter:sepia(.3)saturate(1.2)brightness(.6);z-index:-1;width:100%;height:100%;animation:20s linear infinite alternate slowZoom;position:absolute;top:0;left:0}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.15)}}.hero-content{text-align:center;z-index:10;background:radial-gradient(circle,#0006 0%,#0000 70%);padding:3rem}.hero-title{text-transform:uppercase;color:var(--text-main);text-shadow:0 4px 20px #000c;font-size:clamp(4rem,10vw,10rem);line-height:1.1}.hero-subtitle{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.4em;color:var(--accent);margin-top:1rem;font-size:clamp(.9rem,2vw,1.2rem)}.memory-lane{flex-direction:column;gap:12vh;max-width:1200px;margin:0 auto;padding:8rem 2rem;display:flex}.narrative-quote{font-family:var(--font-serif);color:var(--text-main);text-align:center;text-shadow:0 4px 20px #0000004d;max-width:800px;margin:10vh auto;padding:0 1rem;font-size:clamp(2rem,5vw,4rem);font-style:italic;line-height:1.3}.media-container{width:100%;display:flex}.media-align-left{justify-content:flex-start}.media-align-right{justify-content:flex-end}.media-align-center{justify-content:center}.media-align-full{justify-content:center;width:100%}.polaroid-frame{cursor:pointer;background:#efeae2;border-radius:4px;max-width:80%;padding:1.5rem 1.5rem 4rem;transition:transform .4s,box-shadow .4s;position:relative;box-shadow:0 20px 40px #0009}.media-align-full .polaroid-frame{max-width:100%;padding:1rem}.polaroid-frame img,.polaroid-frame video{filter:sepia(.2)contrast(1.1);border-radius:2px;width:100%;height:auto;transition:filter .4s;display:block}.polaroid-frame:hover{z-index:10;box-shadow:0 30px 60px #000c}.polaroid-frame:hover img,.polaroid-frame:hover video{filter:sepia(0)contrast(1.1)saturate(1.2)}.polaroid-caption{color:#333;text-align:center;opacity:.8;margin-top:1rem;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-style:italic}.video-frame{box-shadow:none;background:0 0;border:1px solid #ffffff1a;padding:0}.video-frame video{border-radius:8px;box-shadow:0 20px 50px #00000080}.footer{text-align:center;font-family:var(--font-sans);color:var(--text-muted);letter-spacing:.2em;text-transform:uppercase;border-top:1px solid #ffffff0d;padding:6rem 2rem;font-size:.9rem}@media (width<=768px){.polaroid-frame{max-width:95%;padding:1rem 1rem 3rem}}
