@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-24px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}@keyframes reveal{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes drawLine{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}@keyframes drift{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(10px,-5px) rotate(1deg)}66%{transform:translate(-5px,5px) rotate(-1deg)}}.animate-hidden{opacity:0}.animate-fadeInUp{animation:slideUp .8s cubic-bezier(.16,1,.3,1) forwards}.animate-fadeInLeft{animation:slideInLeft .8s cubic-bezier(.16,1,.3,1) forwards}.animate-fadeInRight{animation:slideInRight .8s cubic-bezier(.16,1,.3,1) forwards}.animate-scaleIn{animation:reveal .8s cubic-bezier(.16,1,.3,1) forwards}.animate-fadeIn{animation:fadeIn .8s cubic-bezier(.16,1,.3,1) forwards}.parallax-section{background:linear-gradient(165deg,#f7f3ed,#ede7dd 35%,#e8e3dc 65%,#f7f3ed);position:relative}.hero-blob{width:600px;height:600px;background:radial-gradient(circle at 30% 40%,rgba(209,96,20,.08) 0,rgba(209,96,20,.04) 35%,transparent 70%);top:-200px;right:-150px;animation:drift 20s ease-in-out infinite;border-radius:43% 57% 48% 52%/61% 44% 56% 39%}.hero-blob,.hero-blob-2{position:absolute;z-index:0}.hero-blob-2{width:400px;height:400px;background:radial-gradient(circle at 60% 50%,rgba(12,86,97,.06) 0,rgba(12,86,97,.03) 40%,transparent 70%);bottom:-120px;left:-80px;animation:drift 25s ease-in-out infinite reverse;border-radius:61% 39% 55% 45%/48% 62% 38% 52%}.section-number{font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-primary);opacity:.6;display:inline-block;position:relative}.section-number:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:currentColor;animation:drawLine .6s cubic-bezier(.16,1,.3,1) forwards}.stagger-children>*{opacity:0}.stagger-children.animate-active>*{animation:slideUp .6s cubic-bezier(.16,1,.3,1) forwards}.stagger-children.animate-active>:first-child{animation-delay:.05s}.stagger-children.animate-active>:nth-child(2){animation-delay:.1s}.stagger-children.animate-active>:nth-child(3){animation-delay:.15s}.stagger-children.animate-active>:nth-child(4){animation-delay:.2s}.stagger-children.animate-active>:nth-child(5){animation-delay:.25s}.stagger-children.animate-active>:nth-child(6){animation-delay:.3s}.stagger-children.animate-active>:nth-child(7){animation-delay:.35s}.stagger-children.animate-active>:nth-child(8){animation-delay:.4s}.stagger-children.animate-active>:nth-child(9){animation-delay:.45s}.stagger-children.animate-active>:nth-child(10){animation-delay:.5s}.stagger-children.animate-active>:nth-child(11){animation-delay:.55s}.stagger-children.animate-active>:nth-child(12){animation-delay:.6s}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.delay-800{animation-delay:.8s}@media (prefers-reduced-motion:reduce){.animate-hidden{opacity:1}.animate-fadeIn,.animate-fadeInLeft,.animate-fadeInRight,.animate-fadeInUp,.animate-scaleIn{animation:none;opacity:1;transform:none}.hero-blob,.hero-blob-2{animation:none}.section-number:after{animation:none;transform:scaleX(1)}.stagger-children.animate-active>*,.stagger-children>*{animation:none;opacity:1}}