@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@400;600;700&family=Space+Grotesk:wght@400;500;600&display=swap";:root{--story-night: #0b0d10;--story-ink: #e9e4da;--story-gold: #f2c76e;--story-teal: #60d5c4;--story-rose: #f19aa5;--story-paper: #f7f3ea;--story-shadow: rgba(10, 14, 20, .55);font-family:Space Grotesk,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:var(--story-ink);background-color:var(--story-night);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--story-night);color:var(--story-ink)}#root{width:100%;max-width:none;margin:0;padding:0}a{color:inherit;text-decoration:none}.story-backdrop{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.story-backdrop__image{position:absolute;inset:0;background-size:cover;background-position:center;filter:saturate(.9) contrast(1.05) brightness(.8);transform:scale(1.05)}.story-backdrop__overlay{position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(96,213,196,.2),transparent 45%),radial-gradient(circle at 80% 10%,rgba(241,154,165,.18),transparent 40%),radial-gradient(circle at 70% 70%,rgba(242,199,110,.2),transparent 45%),linear-gradient(120deg,#090c10eb,#131822e0)}.story-backdrop__orbs{position:absolute;inset:0}.story-backdrop__orbs span{position:absolute;border-radius:999px;filter:blur(.5px);opacity:.6;animation:orb-float 18s ease-in-out infinite}.story-backdrop__orbs span:nth-child(1){width:240px;height:240px;background:#60d5c438;top:12%;left:-5%}.story-backdrop__orbs span:nth-child(2){width:320px;height:320px;background:#f19aa533;top:48%;right:-8%;animation-delay:-4s}.story-backdrop__orbs span:nth-child(3){width:200px;height:200px;background:#f2c76e40;bottom:8%;left:30%;animation-delay:-9s}@keyframes orb-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(20px,-30px,0) scale(1.05)}}.section-fade-in{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.section-visible{opacity:1;transform:translateY(0)}.story-title{font-family:Fraunces,Georgia,serif;letter-spacing:-.5px}.story-eyebrow{text-transform:uppercase;letter-spacing:.32em;font-size:.7rem;color:#f2c76ed9}.story-panel{background:#10131ad1;border:1px solid rgba(242,199,110,.2);box-shadow:0 20px 40px var(--story-shadow);border-radius:24px}.story-link{position:relative;padding-bottom:4px}.story-link:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:linear-gradient(90deg,var(--story-gold),transparent);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.story-link:hover:after{transform:scaleX(1)}.product-journey{position:relative;max-width:1100px;margin:0 auto;padding:2.5rem 0 1rem}.journey-path{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:min(600px,85%);height:100%;pointer-events:none;opacity:.8}.journey-path path{stroke:#f2c76ecc;stroke-width:3.5;fill:none;stroke-linecap:round;stroke-dasharray:1000;stroke-dashoffset:1000;animation:journey-draw 2.8s ease forwards}.journey-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2.5rem;position:relative}.journey-step{position:relative;display:flex;align-items:center}.journey-step.left{justify-content:flex-start;padding-right:55%}.journey-step.right{justify-content:flex-end;padding-left:55%}.journey-marker{position:absolute;left:50%;transform:translate(-50%,.2rem);width:16px;height:16px;border-radius:999px;background:var(--story-teal);box-shadow:0 0 0 6px #080c12f2,0 0 24px #60d5c499}.journey-card{width:100%;max-width:360px}@keyframes journey-draw{to{stroke-dashoffset:0}}@media(max-width:900px){.journey-step.left,.journey-step.right{justify-content:flex-start;padding-left:2.5rem;padding-right:0}.journey-marker{left:1rem;transform:translateY(.2rem)}.journey-path{left:1rem;transform:none;width:80px}}@media(prefers-reduced-motion:reduce){.journey-path path{animation:none;stroke-dasharray:none;stroke-dashoffset:0}}
