@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=Source+Sans+3:wght@300;400;600&display=swap";:root{--deep-blue: #0a1628;--ocean: #1a3a5c;--water: #2d6a9f;--sky: #4a9ece;--foam: #b8dff0;--sand: #f2e8d5;--warm-sand: #e8d5b8;--sunset: #e8734a;--gold: #d4a244;--white: #fafaf8;--text: #1a1a1a;--text-light: #5a5a5a}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}.historie-wrapper{font-family:"Source Sans 3",sans-serif;color:var(--text);background:var(--sand);overflow-x:hidden}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(180deg,var(--deep-blue) 0%,var(--ocean) 40%,var(--water) 70%,var(--sky) 100%)}.hero-waves{position:absolute;bottom:-2px;left:0;width:100%;z-index:2}.hero-content{position:relative;z-index:3;text-align:center;color:var(--white);padding:0 2rem}.hero-content h1{font-family:Playfair Display,serif;font-size:clamp(2.5rem,7vw,5.5rem);font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:.5rem;text-shadow:0 4px 30px rgba(0,0,0,.3)}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.4rem);font-weight:300;opacity:.85;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem}.hero-location{font-family:Playfair Display,serif;font-style:italic;font-size:clamp(1rem,2vw,1.3rem);opacity:.7}.scroll-indicator{position:absolute;bottom:100px;left:50%;transform:translate(-50%);z-index:4;color:var(--white);opacity:.6;animation:bounce 2s ease infinite;text-align:center;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase}.scroll-indicator svg{display:block;margin:.5rem auto 0}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.stars{position:absolute;top:0;left:0;width:100%;height:60%;z-index:1}.star{fill:#fff;animation:twinkle 3s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.3}50%{opacity:1}}.timeline{position:relative;max-width:1200px;margin:0 auto;padding:6rem 2rem}.timeline-line{position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--sky),var(--water),var(--ocean),var(--sunset),var(--gold));transform:translate(-50%);z-index:0}.entry{position:relative;display:flex;align-items:center;margin-bottom:8rem;opacity:0;transform:translateY(60px);transition:opacity .8s ease,transform .8s ease}.entry.visible{opacity:1;transform:translateY(0)}.entry:nth-child(odd){flex-direction:row}.entry:nth-child(2n){flex-direction:row-reverse}.entry-illustration,.entry-content{flex:1;padding:0 2rem}.entry-content{position:relative}.entry-year{font-family:Playfair Display,serif;font-size:clamp(3rem,5vw,4.5rem);font-weight:900;color:var(--water);opacity:.2;line-height:1;margin-bottom:.5rem}.entry-title{font-family:Playfair Display,serif;font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:var(--ocean);margin-bottom:1rem;line-height:1.2}.entry-text{font-size:1.05rem;line-height:1.8;color:var(--text-light);max-width:480px}.entry:nth-child(2n) .entry-text{margin-left:auto}.entry:nth-child(2n) .entry-content{text-align:right}.entry:nth-child(2n) .entry-year,.entry:nth-child(2n) .entry-title{text-align:right}.entry:before{content:"";position:absolute;left:50%;top:50%;width:18px;height:18px;background:var(--sunset);border:4px solid var(--sand);border-radius:50%;transform:translate(-50%,-50%);z-index:2;box-shadow:0 0 0 4px #e8734a33}.illustration-container{width:100%;max-width:400px;aspect-ratio:1;margin:0 auto;display:flex;align-items:center;justify-content:center}.illustration-container svg,.illustration-container img{width:100%;height:100%;filter:drop-shadow(0 8px 24px rgba(0,0,0,.08));object-fit:contain}.parallax-divider{position:relative;height:40vh;background-attachment:fixed;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;overflow:hidden}.divider-water{background:linear-gradient(135deg,var(--ocean),var(--water),var(--sky))}.divider-sunset{background:linear-gradient(135deg,var(--sunset),var(--gold),var(--warm-sand))}.divider-deep{background:linear-gradient(135deg,var(--deep-blue),var(--ocean))}.parallax-divider .quote{font-family:Playfair Display,serif;font-style:italic;font-size:clamp(1.3rem,3vw,2.2rem);color:var(--white);text-align:center;max-width:700px;padding:0 2rem;text-shadow:0 2px 20px rgba(0,0,0,.3);line-height:1.5}.wave-pattern{position:absolute;bottom:0;left:0;width:200%;height:60px;animation:wave-slide 8s linear infinite}@keyframes wave-slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.historie-footer{background:var(--deep-blue);color:var(--white);text-align:center;padding:4rem 2rem}.historie-footer h2{font-family:Playfair Display,serif;font-size:2rem;margin-bottom:1rem}.historie-footer p{opacity:.6;font-size:.95rem;line-height:1.8}@media(max-width:768px){.timeline-line{left:24px}.entry{flex-direction:column!important;padding-left:50px;margin-bottom:5rem}.entry:before{left:24px;top:0;transform:translate(-50%)}.entry-content,.entry:nth-child(2n) .entry-content{text-align:left}.entry:nth-child(2n) .entry-year,.entry:nth-child(2n) .entry-title{text-align:left}.entry:nth-child(2n) .entry-text{margin-left:0}.entry-illustration{order:-1;margin-bottom:1.5rem}.illustration-container{max-width:260px}.parallax-divider{background-attachment:scroll;height:30vh}}
