:root{--timeline-background: #0a0a0a;--timeline-foreground: #f5f5f5;--timeline-text-primary: #ffffff;--timeline-text-secondary: #aaaaaa;--timeline-accent: var(--color-accent, #ffffff);--timeline-accent-light: rgba(255, 255, 255, .2);--timeline-accent-dark: rgba(0, 0, 0, .75);--timeline-line-color: rgba(255, 255, 255, .3);--timeline-active-color: var(--color-accent, #ffffff);--timeline-grid-color: rgba(255, 255, 255, .05);--timeline-dot-size: 24px;--timeline-dot-inner-size: 10px;--timeline-font-primary: var( --font-heading-family, "Helvetica Neue", sans-serif );--timeline-font-secondary: var(--font-body-family, "Helvetica", sans-serif);--timeline-padding: 120px;--timeline-item-spacing: 220px;--timeline-animation-duration: .8s;--timeline-animation-easing: cubic-bezier(.25, .46, .45, .94);--timeline-parallax-intensity: 1.5;--timeline-glow-intensity: 5px}.timeline-journey-section{background-color:var(--timeline-background);padding:var(--timeline-padding) 0;position:relative;overflow:hidden;min-height:100vh;z-index:1;color:var(--timeline-text-primary);box-shadow:0 0 80px 40px #0003 inset}.noise-overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");pointer-events:none;z-index:1}.timeline-journey-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,#ffffff1a,#0a0a0a00 70%);z-index:0}.timeline-journey-container{max-width:1400px;margin:0 auto;padding:0 30px;position:relative;z-index:3}.timeline-journey-header{text-align:center;margin-bottom:100px;position:relative;z-index:5}.timeline-journey-heading{font-family:var(--timeline-font-primary);font-size:4rem;font-weight:900;color:var(--timeline-text-primary);margin-bottom:25px;line-height:1.1;letter-spacing:-.03em;position:relative;text-transform:uppercase}.timeline-journey-heading:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:0;height:3px;background-color:var(--timeline-accent);transition:width 1.5s var(--timeline-animation-easing) .5s}.timeline-journey-heading.animate:after{width:100px}.timeline-journey-heading .char{display:inline-block;opacity:0;transform:translateY(40px) rotateX(20deg);transform-origin:bottom center;transition:opacity var(--timeline-animation-duration) var(--timeline-animation-easing),transform calc(var(--timeline-animation-duration) * 1.2) var(--timeline-animation-easing);text-shadow:0 0 10px rgba(255,255,255,.1)}.timeline-journey-heading.animate .char{opacity:1;transform:translateY(0) rotateX(0)}.timeline-journey-subheading{font-family:var(--timeline-font-secondary);font-size:1.1rem;font-weight:300;color:var(--timeline-text-secondary);max-width:700px;margin:0 auto;line-height:1.7;opacity:0;transform:translateY(30px);transition:opacity var(--timeline-animation-duration) var(--timeline-animation-easing) .4s,transform var(--timeline-animation-duration) var(--timeline-animation-easing) .4s;letter-spacing:.5px}.timeline-journey-subheading.animate{opacity:1;transform:translateY(0)}.timeline-wrapper{position:relative;padding:60px 0;margin:40px 0}.timeline-line-container{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:4px;z-index:1;background-color:#ffffff0d;border-radius:3px;overflow:visible}.timeline-active-line{position:absolute;top:0;left:0;width:100%;height:0;background:linear-gradient(to bottom,#fff0,#fff 35% 65%,#fff0);box-shadow:0 0 20px #ffffffe6;z-index:2;opacity:1;transform-origin:top center;transition:height .2s ease-out,box-shadow .2s ease-out;will-change:height,box-shadow}.timeline-svg{position:absolute;top:0;left:0;height:100%;width:100%;z-index:2;pointer-events:none;filter:drop-shadow(0 0 var(--timeline-glow-intensity) rgba(255,255,255,.3))}.timeline-svg-path{stroke-linecap:round;stroke-linejoin:round}.timeline-svg-path-active{stroke-linecap:round;stroke-linejoin:round;stroke-width:6px;filter:drop-shadow(0 0 12px rgba(255,255,255,.9));opacity:1;transition:stroke-dashoffset .2s ease-out;will-change:stroke-dashoffset}.timeline-items{position:relative;display:flex;flex-direction:column;gap:var(--timeline-item-spacing);z-index:2}.timeline-item{position:relative;display:grid;grid-template-columns:1fr auto 1fr;gap:100px;align-items:start;opacity:0;transform:translateY(80px);transform-origin:center;transition:opacity 1.2s var(--timeline-animation-easing),transform 1.2s var(--timeline-animation-easing);perspective:1000px;will-change:transform,opacity;margin-bottom:150px;z-index:3}.timeline-item.animate{opacity:1;transform:translateY(0)}.timeline-item.left-aligned .timeline-visual-content{grid-column:1;grid-row:1;justify-self:end;width:100%;max-width:450px}.timeline-item.left-aligned .timeline-year-marker{grid-column:2;grid-row:1}.timeline-item.left-aligned .timeline-text-content{grid-column:3;grid-row:1;text-align:left;width:100%;max-width:450px}.timeline-item.right-aligned .timeline-visual-content{grid-column:3;grid-row:1;justify-self:start;width:100%;max-width:450px}.timeline-item.right-aligned .timeline-year-marker{grid-column:2;grid-row:1}.timeline-item.right-aligned .timeline-text-content{grid-column:1;grid-row:1;text-align:right;justify-self:end;width:100%;max-width:450px}.floating-icons-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}.floating-icon-wrapper{position:absolute;transform:translate(-50%,-50%) scale(0);opacity:0;transition:transform .8s cubic-bezier(.175,.885,.32,1.275),opacity .8s ease;pointer-events:auto;z-index:10}.timeline-item.active .floating-icon-wrapper{opacity:1;transition-delay:.2s}.timeline-item:not(.active) .floating-icon-wrapper{opacity:0;transition:transform .5s ease-in,opacity .5s ease-in}.floating-icon-wrapper[data-icon-index="1"]{transition-delay:.1s}.floating-icon-wrapper[data-icon-index="2"]{transition-delay:.2s}.floating-icon-wrapper[data-icon-index="3"]{transition-delay:.3s}.floating-icon-wrapper[data-icon-index="4"]{transition-delay:.4s}.floating-icon{width:85px;height:85px;display:flex;align-items:center;justify-content:center;background-color:#14141ed9;border-radius:50%;box-shadow:0 8px 20px #0006,0 0 0 2px #ffffff26;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;color:var(--timeline-accent);z-index:15;will-change:transform;animation:floatIcon 5s infinite ease-in-out}.floating-icon:hover{transform:scale(1.1);box-shadow:0 12px 25px #00000080,0 0 0 3px var(--timeline-accent),0 0 20px #ffffff80;z-index:20}.floating-icon img.svg-icon{width:40px;height:40px;max-width:100%;max-height:100%;object-fit:contain;filter:invert(1) brightness(1.2)}.floating-icon svg{width:40px;height:40px;fill:currentColor;filter:brightness(1.2)}.floating-icon-tooltip{position:absolute;bottom:calc(100% + 15px);left:50%;transform:translate(-50%) translateY(10px);width:200px;background-color:#14141ef2;border-radius:8px;padding:12px 15px;box-shadow:0 10px 30px #0009,0 0 0 1px #fff3;opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease;z-index:20}.floating-icon-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:8px;border-style:solid;border-color:rgba(20,20,30,.95) transparent transparent transparent}.floating-icon-wrapper:hover .floating-icon-tooltip{opacity:1;transform:translate(-50%) translateY(0)}.tooltip-title{font-family:var(--timeline-font-primary);font-size:1rem;font-weight:600;color:var(--timeline-text-primary);margin:0 0 8px;text-align:center}.tooltip-text{font-family:var(--timeline-font-secondary);font-size:.9rem;color:var(--timeline-text-secondary);line-height:1.5;text-align:center}.tooltip-text p{margin:0}@keyframes floatIcon{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(5deg)}}.year-specific-parallax-container{position:absolute;top:-100%;left:-100%;width:300%;height:300%;pointer-events:none;z-index:0;opacity:0;transition:opacity .8s ease}.timeline-item.active .year-specific-parallax-container{opacity:1}.parallax-icon-element{position:absolute;left:var(--parallax-x, 50%);top:var(--parallax-y, 50%);transform:translate(-50%,-50%) scale(0);opacity:0;transition:transform 1.2s cubic-bezier(.175,.885,.32,1.275),opacity 1.2s ease;will-change:transform}.timeline-item.active .parallax-icon-element{transform:translate(-50%,-50%) scale(1);opacity:.15;animation:floatParallaxIcon 8s infinite ease-in-out}.timeline-item:not(.active) .parallax-icon-element{transform:translate(-50%,-50%) scale(0);opacity:0;transition:transform .6s ease-out,opacity .6s ease-out}@keyframes floatParallaxIcon{0%{transform:translate(-50%,-50%) scale(1) rotate(0)}50%{transform:translate(-50%,-48%) scale(1.05) rotate(5deg)}to{transform:translate(-50%,-50%) scale(1) rotate(0)}}.icon-parallax{max-width:100%;max-height:100%;width:auto;height:auto;opacity:.3}.year-decorative-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.decorative-shape{position:absolute;border-radius:50%;background-color:#ffffff0d;width:80px;height:80px;opacity:0;transition:transform .8s ease,opacity .8s ease}.timeline-item.active .decorative-shape{opacity:.3;animation:floatShape 10s infinite ease-in-out}@keyframes floatShape{0%{transform:translate(0) rotate(0)}33%{transform:translate(15px,-15px) rotate(5deg)}66%{transform:translate(-10px,10px) rotate(-3deg)}to{transform:translate(0) rotate(0)}}.floating-year-digit{position:absolute;left:var(--digit-x, 20%);top:var(--digit-y, 30%);font-family:var(--timeline-font-primary);font-size:6rem;font-weight:900;color:#ffffff0d;opacity:0;transform:scale(0);transition:transform 1s cubic-bezier(.34,1.56,.64,1),opacity 1s ease}.timeline-item.active .floating-year-digit{opacity:1;transform:scale(1);animation:floatDigit 15s infinite ease-in-out}@keyframes floatDigit{0%{transform:translate(0) scale(1) rotate(0)}25%{transform:translate(15px,-20px) scale(1.1) rotate(5deg)}75%{transform:translate(-10px,15px) scale(.95) rotate(-3deg)}to{transform:translate(0) scale(1) rotate(0)}}.timeline-year-marker{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:30px;position:relative;z-index:5}.timeline-dot{width:var(--timeline-dot-size);height:var(--timeline-dot-size);border-radius:50%;background-color:var(--timeline-background);border:2px solid var(--timeline-line-color);margin-bottom:15px;display:flex;align-items:center;justify-content:center;position:relative;transition:transform .8s cubic-bezier(.175,.885,.32,1.275),border-color .6s ease,box-shadow .6s ease;transform:scale(0);opacity:0;box-shadow:0 0 #fff0}.timeline-item.animate .timeline-dot{transform:scale(1);opacity:1;transition-delay:.2s}.timeline-dot-inner{width:var(--timeline-dot-inner-size);height:var(--timeline-dot-inner-size);border-radius:50%;background-color:var(--timeline-accent);transform:scale(0);transition:transform .8s cubic-bezier(.34,1.56,.64,1) .6s,background-color .4s ease}.timeline-item.animate .timeline-dot-inner{transform:scale(1)}.timeline-dot-pulse{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:transparent;border:2px solid var(--timeline-accent);opacity:0;transform:scale(1)}.timeline-item.active .timeline-dot-pulse{animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{transform:scale(.95);opacity:.7}50%{transform:scale(1.8);opacity:0}to{transform:scale(.95);opacity:0}}.timeline-item.active .timeline-dot{border-color:var(--timeline-active-color);box-shadow:0 0 0 5px #ffffff26,0 0 0 2px #ffffff0d inset,0 0 20px #ffffff4d;transform:scale(1.3)}.timeline-item.active .timeline-dot-inner{background-color:var(--timeline-active-color);box-shadow:0 0 10px 5px #ffffff4d}.timeline-year-label{font-family:var(--timeline-font-primary);font-size:2rem;font-weight:800;color:var(--timeline-text-primary);opacity:0;transform:translateY(30px);transition:opacity .8s ease .4s,transform .8s ease .4s,text-shadow .4s ease;white-space:nowrap;z-index:10;position:relative;letter-spacing:1px}.timeline-item.animate .timeline-year-label{opacity:1;transform:translateY(0)}.timeline-item.active .timeline-year-label{color:var(--timeline-active-color);text-shadow:0 0 15px rgba(255,255,255,.3)}.timeline-visual-content{position:relative;max-width:450px;transition:transform .8s var(--timeline-animation-easing),opacity .8s var(--timeline-animation-easing);perspective:1000px}.timeline-main-image{overflow:hidden;border-radius:12px;box-shadow:0 10px 40px #00000080;opacity:0;transform:translateY(40px) rotateY(8deg) rotateX(5deg);transform-origin:center center;transition:transform 1.2s cubic-bezier(.23,1,.32,1) .5s,opacity 1.2s cubic-bezier(.23,1,.32,1) .5s,box-shadow .5s ease;will-change:transform,opacity;border:1px solid rgba(255,255,255,.1)}.timeline-item.animate .timeline-main-image.animate-on-scroll{opacity:1;transform:translateY(0) rotateY(0) rotateX(0);box-shadow:0 10px 40px #00000080}.timeline-item.left-aligned .timeline-main-image{transform:translateY(40px) rotateY(-8deg) rotateX(5deg);transition:transform 1.2s cubic-bezier(.23,1,.32,1) .5s,opacity 1.2s cubic-bezier(.23,1,.32,1) .5s}.timeline-item.right-aligned .timeline-main-image{transform:translateY(40px) rotateY(8deg) rotateX(5deg);transition:transform 1.2s cubic-bezier(.23,1,.32,1) .5s,opacity 1.2s cubic-bezier(.23,1,.32,1) .5s}.timeline-main-image img{display:block;width:100%;height:auto;transition:transform 1s cubic-bezier(.23,1,.32,1)}.timeline-main-image:hover img{transform:scale(1.05)}.image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom right,#00000026,#3232320d);mix-blend-mode:multiply;pointer-events:none}.timeline-text-content{position:relative;max-width:450px;transition:transform .8s var(--timeline-animation-easing),opacity .8s var(--timeline-animation-easing)}.timeline-header{margin-bottom:20px}.timeline-title{font-family:var(--timeline-font-primary);font-size:1.8rem;font-weight:600;color:var(--timeline-text-primary);margin-bottom:20px;opacity:0;transform:translateY(30px);transition:opacity .8s ease .3s,transform .8s ease .3s,text-shadow .4s ease;position:relative;padding-bottom:15px;letter-spacing:.5px}.timeline-title:after{content:"";position:absolute;bottom:0;width:0;height:2px;background-color:var(--timeline-accent);transition:width .8s ease .8s,box-shadow .4s ease}.timeline-item.left-aligned .timeline-title:after{left:0}.timeline-item.right-aligned .timeline-title:after{right:0}.timeline-item.animate .timeline-title.animate-on-scroll{opacity:1;transform:translateY(0)}.timeline-item.animate .timeline-title.animate-on-scroll:after{width:80px}.timeline-item.active .timeline-title{text-shadow:0 0 10px rgba(255,255,255,.2)}.timeline-item.active .timeline-title:after{box-shadow:0 0 10px #ffffff4d}.timeline-description{position:relative;overflow:hidden}.formatted-paragraph-container{position:relative;display:flex;flex-direction:column;gap:1.2rem}.animated-paragraph{position:relative;transform:translateY(40px);opacity:0;transition:transform .8s var(--timeline-animation-easing),opacity .8s var(--timeline-animation-easing);overflow:hidden}.animated-paragraph.animate-in{transform:translateY(0);opacity:1}.paragraph-line{margin:0;position:relative;z-index:2;text-indent:1rem;line-height:1.8;letter-spacing:.3px;font-size:.95rem}.paragraph-reveal-line{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--timeline-accent);opacity:.2;transform:translate(-100%);z-index:1;transition:transform .8s cubic-bezier(.16,1,.3,1)}.animated-paragraph.animate-in .paragraph-reveal-line{transform:translate(100%)}.formatted-paragraph-container .animated-paragraph:first-child .paragraph-line{font-weight:500;font-size:1.05em;color:var(--timeline-text-primary);text-indent:0}.timeline-description p{margin-bottom:15px}.timeline-item.animate .timeline-description.animate-on-scroll{opacity:1;transform:translateY(0)}.timeline-item.active .timeline-description{color:var(--timeline-text-primary)}.timeline-focus-points{margin-top:40px;position:relative}.focus-point{position:relative;margin-bottom:40px;display:flex;align-items:flex-start}.timeline-item.right-aligned .focus-point{flex-direction:row-reverse;text-align:right}.focus-point-connector{position:relative;display:flex;align-items:center;flex-shrink:0;margin:8px 0}.timeline-item.left-aligned .focus-point-connector{margin-right:15px}.timeline-item.right-aligned .focus-point-connector{margin-left:15px}.connector-line{height:2px;background-color:var(--timeline-accent);opacity:0;transform:scaleX(0);transform-origin:var(--connector-origin, left);transition:transform .8s cubic-bezier(.175,.885,.32,1.275),opacity .8s ease,box-shadow .3s ease}.timeline-item.left-aligned .connector-line{width:40px;transform-origin:right}.timeline-item.right-aligned .connector-line{width:40px;transform-origin:left}.timeline-item.animate .connector-line{opacity:.8;transform:scaleX(1)}.timeline-item.active .connector-line{box-shadow:0 0 8px #ffffff4d}.focus-point-marker{width:12px;height:12px;border-radius:50%;background-color:var(--timeline-accent-light);border:1px solid var(--timeline-accent);display:flex;align-items:center;justify-content:center;transform:scale(0);transition:transform .6s cubic-bezier(.175,.885,.32,1.275),background-color .4s ease,box-shadow .4s ease;z-index:2}.timeline-item.left-aligned .focus-point-marker{margin-left:-6px}.timeline-item.right-aligned .focus-point-marker{margin-right:-6px}.timeline-item.animate .focus-point-marker{transform:scale(1)}.focus-point:hover .focus-point-marker{background-color:var(--timeline-accent);box-shadow:0 0 0 5px #ffffff1a,0 0 10px #ffffff4d}.focus-point-content{flex:1;opacity:0;transform:translate(-20px);transition:opacity .8s ease,transform .8s ease}.timeline-item.right-aligned .focus-point-content{transform:translate(20px)}.timeline-item.animate .focus-point-content.animate-on-scroll{opacity:1;transform:translate(0)}.focus-point-title{font-family:var(--timeline-font-primary);font-size:1.2rem;font-weight:600;color:var(--timeline-text-primary);margin-bottom:10px;transition:color .3s ease,text-shadow .3s ease}.focus-point:hover .focus-point-title{color:var(--timeline-accent);text-shadow:0 0 8px rgba(255,255,255,.2)}.focus-point-text{font-family:var(--timeline-font-secondary);font-size:.95rem;color:var(--timeline-text-secondary);line-height:1.6}.focus-point-text p{margin-bottom:10px}.focus-point-text p:last-child{margin-bottom:0}.timeline-item.animate .focus-point:nth-child(1) .focus-point-marker{transition-delay:.8s}.timeline-item.animate .focus-point:nth-child(2) .focus-point-marker{transition-delay:1s}.timeline-item.animate .focus-point:nth-child(3) .focus-point-marker{transition-delay:1.2s}.timeline-item.animate .focus-point:nth-child(4) .focus-point-marker{transition-delay:1.4s}.timeline-item.animate .focus-point:nth-child(1) .connector-line{transition-delay:.7s}.timeline-item.animate .focus-point:nth-child(2) .connector-line{transition-delay:.9s}.timeline-item.animate .focus-point:nth-child(3) .connector-line{transition-delay:1.1s}.timeline-item.animate .focus-point:nth-child(4) .connector-line{transition-delay:1.3s}.timeline-item.animate .focus-point:nth-child(1) .focus-point-content{transition-delay:.9s}.timeline-item.animate .focus-point:nth-child(2) .focus-point-content{transition-delay:1.1s}.timeline-item.animate .focus-point:nth-child(3) .focus-point-content{transition-delay:1.3s}.timeline-item.animate .focus-point:nth-child(4) .focus-point-content{transition-delay:1.5s}.card-stack-container{position:relative;width:100%;max-width:400px;height:300px;margin-top:30px;perspective:1000px}.card-stack-item{position:absolute;width:100%;height:100%;transition:all .8s cubic-bezier(.175,.885,.32,1.275);transform-style:preserve-3d;border-radius:12px;box-shadow:0 10px 30px #0000004d;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.card-stack-item[data-active=false]{opacity:0;transform:translateY(20px) scale(.95) rotateY(-15deg);pointer-events:none}.card-stack-item[data-active=true]{opacity:1;transform:translateY(0) scale(1) rotateY(0);z-index:10}.card-stack-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.175,.885,.32,1.275)}.card-stack-front{position:absolute;width:100%;height:100%;backface-visibility:hidden;background:var(--timeline-accent-dark);display:flex;flex-direction:column}.card-image{display:block;width:100%;height:70%;object-fit:cover;transition:filter .3s ease}.card-stack-item[data-active=true]:hover .card-image{filter:brightness(110%)}.card-caption{padding:15px;background:linear-gradient(to bottom,#000c,#0a0a0a);color:var(--timeline-text-primary)}.card-caption h4{margin:0 0 5px;font-family:var(--timeline-font-primary);font-size:1.2rem;font-weight:600}.card-description{font-family:var(--timeline-font-secondary);font-size:.9rem;color:var(--timeline-text-secondary);line-height:1.5;max-height:80px;overflow-y:auto}.card-description p{margin-bottom:5px}.card-stack-controls{position:absolute;bottom:-30px;left:0;width:100%;display:flex;justify-content:center;align-items:center}.card-progress-dots{display:flex;gap:8px}.progress-dot{width:8px;height:8px;border-radius:50%;background-color:#fff3;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;cursor:pointer}.progress-dot.active{background-color:var(--timeline-accent);transform:scale(1.3);box-shadow:0 0 8px #ffffff80}.timeline-cta-wrapper{text-align:center;margin-top:100px;position:relative;z-index:5}.timeline-cta-button{display:inline-block;padding:20px 50px;background-color:transparent;color:var(--timeline-text-primary);font-family:var(--timeline-font-secondary);font-size:1.2rem;font-weight:600;letter-spacing:1px;text-decoration:none;border-radius:50px;transition:transform .5s cubic-bezier(.175,.885,.32,1.275),background-color .4s ease,box-shadow .4s ease;box-shadow:0 0 0 2px var(--timeline-accent);position:relative;overflow:hidden;opacity:0;transform:translateY(40px)}.animated-cta.animate .timeline-cta-button{opacity:1;transform:translateY(0);transition:opacity .8s ease-out .8s,transform .8s ease-out .8s,background-color .4s ease,box-shadow .4s ease,color .4s ease}.button-text{position:relative;z-index:2}.button-shine{position:absolute;top:-100%;left:-100%;width:300%;height:300%;background:linear-gradient(to right,#fff0,#ffffff0d,#fff0);transform:rotate(30deg) translate(-100%);transition:transform 1s ease;z-index:1}.timeline-cta-button:hover{transform:translateY(-8px);background-color:var(--timeline-accent);color:var(--timeline-background);box-shadow:0 5px 20px #ffffff4d}.timeline-cta-button:hover .button-shine{transform:rotate(30deg) translate(100%)}.timeline-cta-button:active{transform:translateY(-4px);box-shadow:0 3px 10px #fff3}.parallax-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.parallax-svg{position:absolute;top:0;left:0;width:100%;height:100%}.parallax-element{opacity:0;fill:var(--timeline-accent);stroke:var(--timeline-accent);stroke-width:.5;fill-opacity:.01;stroke-opacity:.05;transition:transform .3s ease-out,opacity 1.5s ease;will-change:transform;filter:url(#glow)}.parallax-curve{fill:none;stroke-width:1;stroke-dasharray:500;stroke-dashoffset:500;stroke-opacity:.1}.grid-line{stroke:var(--timeline-grid-color);stroke-width:1;stroke-dasharray:5,15;opacity:0;transition:opacity 2s ease,transform .3s ease-out}.grid-line.animate{opacity:.3}.grid-line.horizontal{transform-origin:center left}.grid-line.vertical{transform-origin:top center}.organic-shapes{position:absolute;top:0;left:0;width:100%;height:100%}.organic-shape{position:absolute;border-radius:60% 40% 70% 30%/40% 50% 60%;background-color:#ffffff05;border:1px solid rgba(255,255,255,.05);opacity:0;transition:transform .6s ease-out,opacity 2s ease;will-change:transform;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.shape-1{width:300px;height:300px;top:10%;left:5%}.shape-2{width:250px;height:250px;top:30%;right:8%;border-radius:40% 60% 30% 70%/60% 30% 70% 40%}.shape-3{width:200px;height:200px;bottom:25%;left:10%;border-radius:50% 50% 30% 70%/30% 70% 70% 30%}.shape-4{width:350px;height:350px;bottom:10%;right:5%;border-radius:70% 30% 50% 50%/50% 60% 40% 50%}.shape-5{width:180px;height:180px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:60% 40% 40% 60%/50%}.shape-6{width:400px;height:400px;top:70%;left:30%;border-radius:30% 70% 70% 30%/30% 30% 70% 70%}.shape-7{width:220px;height:220px;top:20%;left:70%;border-radius:80% 20% 50% 50%/25% 80% 20% 75%}.shape-8{width:280px;height:280px;top:40%;right:20%;border-radius:40% 60% 70% 30%/40% 40% 60% 60%}.particles-container{position:absolute;top:0;left:0;width:100%;height:100%}.particles-container .particle{position:absolute;background-color:var(--timeline-accent);border-radius:50%;transform:scale(0);opacity:0;transition:transform .8s cubic-bezier(.34,1.56,.64,1),opacity .8s ease;will-change:transform,opacity;box-shadow:0 0 5px #ffffff4d;z-index:1}@keyframes floatParticle{0%{transform:scale(0) translateY(0) translate(0);opacity:0}20%{transform:scale(1) translateY(-20px) translate(10px);opacity:.2}80%{transform:scale(.8) translateY(-80px) translate(-20px);opacity:.1}to{transform:scale(0) translateY(-120px) translate(0);opacity:0}}.particle-1{width:4px;height:4px;left:90%;top:20%;animation-delay:0s;animation-duration:12s}.particle-2{width:5px;height:5px;left:20%;top:40%;animation-delay:1s;animation-duration:15s}.particle-3{width:3px;height:3px;left:30%;top:10%;animation-delay:2s;animation-duration:10s}.particle-4{width:4px;height:4px;left:40%;top:60%;animation-delay:3s;animation-duration:14s}.particle-5{width:6px;height:6px;left:50%;top:30%;animation-delay:4s;animation-duration:16s}.particle-6{width:3px;height:3px;left:60%;top:70%;animation-delay:5s;animation-duration:13s}.particle-7{width:5px;height:5px;left:70%;top:20%;animation-delay:6s;animation-duration:11s}.particle-8{width:4px;height:4px;left:80%;top:50%;animation-delay:7s;animation-duration:14s}.particle-9{width:3px;height:3px;left:90%;top:40%;animation-delay:8s;animation-duration:12s}.particle-10{width:4px;height:4px;left:15%;top:80%;animation-delay:.5s;animation-duration:15s}.particle-11{width:3px;height:3px;left:25%;top:25%;animation-delay:1.5s;animation-duration:13s}.particle-12{width:5px;height:5px;left:55%;top:65%;animation-delay:2.5s;animation-duration:14s}.particle-13{width:4px;height:4px;left:65%;top:15%;animation-delay:3.5s;animation-duration:16s}.particle-14{width:5px;height:5px;left:85%;top:75%;animation-delay:4.5s;animation-duration:12s}.particle-15{width:3px;height:3px;left:45%;top:45%;animation-delay:5.5s;animation-duration:15s}.particle-16{width:4px;height:4px;left:35%;top:85%;animation-delay:6.5s;animation-duration:13s}.particle-17{width:3px;height:3px;left:75%;top:35%;animation-delay:7.5s;animation-duration:16s}.particle-18{width:5px;height:5px;left:5%;top:55%;animation-delay:8.5s;animation-duration:14s}.particle-19{width:4px;height:4px;left:95%;top:5%;animation-delay:9.5s;animation-duration:12s}.particle-20{width:5px;height:5px;left:50%;top:95%;animation-delay:10.5s;animation-duration:15s}.particle-21{width:3px;height:3px;left:22%;top:32%;animation-delay:.2s;animation-duration:13.5s}.particle-22{width:4px;height:4px;left:42%;top:52%;animation-delay:1.2s;animation-duration:12.5s}.particle-23{width:5px;height:5px;left:62%;top:72%;animation-delay:2.2s;animation-duration:11.5s}.particle-24{width:3px;height:3px;left:82%;top:12%;animation-delay:3.2s;animation-duration:14.5s}.particle-25{width:4px;height:4px;left:7%;top:67%;animation-delay:4.2s;animation-duration:15.5s}.particle-26{width:5px;height:5px;left:27%;top:87%;animation-delay:5.2s;animation-duration:12.5s}.particle-27{width:3px;height:3px;left:47%;top:17%;animation-delay:6.2s;animation-duration:13.5s}.particle-28{width:4px;height:4px;left:67%;top:37%;animation-delay:7.2s;animation-duration:14.5s}.particle-29{width:5px;height:5px;left:87%;top:57%;animation-delay:8.2s;animation-duration:15.5s}.particle-30{width:3px;height:3px;left:17%;top:77%;animation-delay:9.2s;animation-duration:16.5s}.timeline-item.active .timeline-visual-content,.timeline-item.active .timeline-text-content{transform:scale(1.02) translateY(-10px);transition:transform .6s cubic-bezier(.175,.885,.32,1.275)}@media (min-width: 769px){.timeline-item{transition:opacity 1.2s var(--timeline-animation-easing),transform 1.2s var(--timeline-animation-easing),filter .5s ease}.timeline-item.active{transition:opacity .4s var(--timeline-animation-easing),transform .5s var(--timeline-animation-easing),filter .3s ease}}.parallax-item{transition:transform .2s ease-out,opacity .2s ease-out}@media (max-width: 1200px){:root{--timeline-padding: 100px;--timeline-item-spacing: 180px}.timeline-journey-heading{font-size:4rem}.timeline-item{gap:40px}.timeline-item.left-aligned .timeline-visual-content,.timeline-item.left-aligned .timeline-text-content,.timeline-item.right-aligned .timeline-visual-content,.timeline-item.right-aligned .timeline-text-content{max-width:400px}.card-stack-container{height:280px}}@media (max-width: 991px){:root{--timeline-padding: 80px;--timeline-item-spacing: 150px;--timeline-dot-size: 20px;--timeline-dot-inner-size: 8px}.timeline-journey-heading{font-size:3.2rem}.timeline-journey-subheading{font-size:1.1rem}.timeline-title{font-size:1.8rem}.timeline-description{font-size:1rem}.timeline-item.left-aligned .timeline-visual-content,.timeline-item.left-aligned .timeline-text-content,.timeline-item.right-aligned .timeline-visual-content,.timeline-item.right-aligned .timeline-text-content{max-width:320px}.card-stack-container{height:260px}.timeline-focus-points{margin-top:30px}.focus-point{margin-bottom:30px}.focus-point-title{font-size:1.2rem}.focus-point-text{font-size:.95rem}.floating-icon{width:60px;height:60px}.floating-icon svg{width:30px;height:30px}}@media (max-width: 768px){:root{--timeline-padding: 60px;--timeline-item-spacing: 120px;--timeline-dot-size: 18px;--timeline-dot-inner-size: 7px}.timeline-journey-heading{font-size:2.8rem}.timeline-journey-subheading{font-size:1rem}.timeline-item{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:20px;margin-bottom:80px}.timeline-line-container{left:30px;transform:translate(0);width:4px}.timeline-svg-path,.timeline-svg-path-active{stroke-width:3px}.timeline-item.left-aligned .timeline-year-marker,.timeline-item.right-aligned .timeline-year-marker{grid-column:1;grid-row:1;justify-content:flex-start;padding-left:30px;margin-bottom:15px}.timeline-item.left-aligned .timeline-visual-content,.timeline-item.right-aligned .timeline-visual-content{grid-column:1;grid-row:2;justify-self:start;margin-left:60px;max-width:calc(100% - 80px);width:100%}.timeline-item.left-aligned .timeline-text-content,.timeline-item.right-aligned .timeline-text-content{grid-column:1;grid-row:3;text-align:left;margin-left:60px;max-width:calc(100% - 80px);width:100%;justify-self:start}.timeline-year-marker{flex-direction:row;align-items:center}.timeline-dot{margin-bottom:0;margin-right:15px}.timeline-title:after{left:0!important;right:auto!important}.focus-point{flex-direction:row!important;text-align:left!important}.timeline-item.right-aligned .focus-point-content,.timeline-item.left-aligned .focus-point-content{transform:translate(-20px)}.timeline-item.right-aligned .focus-point-connector,.timeline-item.left-aligned .focus-point-connector{margin-right:15px;margin-left:0}.timeline-item.right-aligned .connector-line,.timeline-item.left-aligned .connector-line{width:30px;transform-origin:right}.timeline-item.right-aligned .focus-point-marker,.timeline-item.left-aligned .focus-point-marker{margin-left:-8px;margin-right:0}.card-stack-container{height:240px;max-width:100%}.timeline-item .floating-icons-container{position:static;height:auto;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:15px;margin-bottom:5px;margin-left:60px;z-index:10}.timeline-item .floating-icon-wrapper{position:relative;top:auto!important;left:auto!important;margin:0 8px 8px 0;transform:scale(0)!important}.timeline-item.active .floating-icon-wrapper{transform:scale(1)!important}.timeline-item.active .floating-icon-wrapper[data-icon-index="1"]{transition-delay:.1s}.timeline-item.active .floating-icon-wrapper[data-icon-index="2"]{transition-delay:.2s}.timeline-item.active .floating-icon-wrapper[data-icon-index="3"]{transition-delay:.3s}.timeline-item.active .floating-icon-wrapper[data-icon-index="4"]{transition-delay:.4s}.floating-icon{width:50px;height:50px}.floating-icon svg,.floating-icon img.svg-icon{width:25px;height:25px}.floating-icon-tooltip{width:150px;font-size:.8rem;bottom:calc(100% + 10px);left:50%}.formatted-paragraph-container{gap:1rem}.paragraph-line{font-size:.95rem;text-indent:.5rem}.formatted-paragraph-container .animated-paragraph:first-child .paragraph-line{font-size:1.05em}}@media (max-width: 480px){:root{--timeline-padding: 40px;--timeline-item-spacing: 100px}.timeline-journey-heading{font-size:2.2rem}.timeline-journey-container{padding:0 20px}.timeline-year-label{font-size:1.6rem}.timeline-title{font-size:1.5rem}.timeline-description{font-size:.95rem}.focus-point-title{font-size:1.1rem}.focus-point-text{font-size:.9rem}.timeline-line-container{left:20px}.timeline-item.left-aligned .timeline-year-marker,.timeline-item.right-aligned .timeline-year-marker{padding-left:20px}.timeline-item.left-aligned .timeline-visual-content,.timeline-item.right-aligned .timeline-visual-content,.timeline-item.left-aligned .timeline-text-content,.timeline-item.right-aligned .timeline-text-content{margin-left:45px!important;max-width:calc(100% - 60px)!important}.card-stack-container{height:200px}.card-caption{padding:10px}.card-caption h4{font-size:1rem}.card-description{font-size:.85rem;max-height:60px}.floating-icon{width:36px;height:36px}.floating-icon svg,.floating-icon img.svg-icon{width:18px;height:18px}.parallax-icon-element,.timeline-item.active .parallax-icon-element{transform:translate(-50%,-50%) scale(.5)}.floating-year-digit{font-size:4rem}.formatted-paragraph-container{gap:.8rem}.paragraph-line{font-size:.9rem;text-indent:0}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/timeline-journey.css.map */
