:root{--bg: #f5f2f9;--bg-deep: #efe2fa;--paper: rgba(255, 255, 255, .96);--ink: #2a1f38;--ink-soft: #4a3e58;--ink-mute: #6e6480;--accent: oklch(.41 .11 304.5 / 1);--accent-soft: #8163b8;--pink: #e180ff;--pink-violet: #b287ff;--line: rgba(42, 31, 56, .12);--ease: cubic-bezier(.2, .7, .2, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--font-inter);-webkit-font-smoothing:antialiased;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(94,61,138,.08),transparent 28%),radial-gradient(circle at 90% 0%,rgba(225,128,255,.07),transparent 26%),radial-gradient(circle at bottom right,rgba(94,61,138,.05),transparent 30%),var(--bg)}.serif{font-family:var(--font-spectral);font-weight:600}.serif-italic{font-family:var(--font-spectral);font-style:italic;font-weight:600}h1.serif,h2.serif,h1.serif-hero,h2.serif-hero{font-family:var(--font-work-sans);font-weight:600;letter-spacing:-.06em}h3.serif{font-family:var(--font-work-sans);font-weight:600;letter-spacing:-.05em}h1 .serif-italic,h2 .serif-italic,h3 .serif-italic,h1 .serif-hero-italic,h2 .serif-hero-italic{font-family:var(--font-spectral);font-style:italic;font-weight:600;font-size:1.1em;line-height:.864}.serif-hero{font-family:var(--font-work-sans);font-weight:600;letter-spacing:-.055em}.serif-hero-italic{font-family:var(--font-spectral);font-style:italic;font-weight:600}.serif-sub{font-family:var(--font-spectral);font-weight:600}.serif-sub-italic{font-family:var(--font-spectral);font-style:italic;font-weight:500}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border:1px solid var(--line);border-radius:999px;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-mute);background:var(--paper)}.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 26px;border-radius:999px;font-weight:500;font-size:15px;letter-spacing:.02em;transition:all .4s var(--ease)}.btn-ink{background:var(--ink);color:var(--paper)}.btn-ink:hover{background:var(--accent)}.btn-outline{color:var(--ink);border:1px solid var(--ink)}.btn-outline:hover{background:var(--ink);color:var(--paper)}.cta-section{background:#332745;color:var(--paper)}.yhteys-band{background:linear-gradient(180deg,#fff 30%,var(--bg) 100%)}.yhteys-band.aspa-hero:before{inset:33% -8% -8%;filter:blur(48px);opacity:.32;animation:none}.video-card{position:relative;overflow:hidden;border-radius:16px;background:var(--ink)}.video-card video{display:block;width:100%;height:auto}.video-card.yt-facade{aspect-ratio:16 / 9;cursor:pointer}.video-card .yt-poster{display:block;width:100%;height:100%;object-fit:cover}.video-card iframe{display:block;width:100%;height:100%;border:0}.video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,#241a331a,#241a3352);pointer-events:none;transition:opacity .4s var(--ease)}.video-card.is-playing:after{opacity:0}.video-play{position:absolute;inset:0;margin:auto;width:86px;height:86px;display:flex;align-items:center;justify-content:center;border:none;border-radius:999px;cursor:pointer;background:#fffffff0;color:var(--accent);box-shadow:0 16px 40px -12px #241a3380;transition:transform .35s var(--ease),background .35s var(--ease)}.video-play svg{margin-left:5px}.video-play:hover{transform:scale(1.08);background:#fff}.video-play:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.video-card.is-playing .video-play{opacity:0;pointer-events:none}.carousel-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{scroll-snap-align:start;flex:0 0 auto;width:290px}@media(min-width:768px){.carousel-item{width:340px}}.carousel-arrow{width:48px;height:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:var(--paper);color:var(--ink);cursor:pointer;transition:border-color .25s var(--ease),color .25s var(--ease)}.carousel-arrow:hover{border-color:var(--accent);color:var(--accent)}.carousel-arrow:disabled{opacity:.3;cursor:default}.article-body{font-family:var(--font-inter);font-size:clamp(17px,1.35vw,19px);line-height:1.78;color:#352a45}.article-body>:first-child{margin-top:0}.article-body p{margin:0 0 1.5em}.article-ingress{font-family:var(--font-inter);font-size:clamp(19px,1.5vw,22px);line-height:1.6;letter-spacing:.01em;color:var(--ink);font-weight:500;margin-bottom:clamp(28px,3vw,48px)}.article-ingress p{margin:0 0 .8em}.article-ingress p:last-child{margin-bottom:0}.article-ingress a{color:var(--accent);text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1.5px;transition:color .18s ease}.article-ingress a:hover{color:var(--ink)}.article-ingress strong,.article-ingress b{font-weight:600}.article-body h2{font-family:var(--font-work-sans);font-weight:600;font-size:clamp(25px,2.8vw,32px);line-height:1.2;letter-spacing:-.02em;color:var(--ink);margin:2em 0 .55em}.article-body h3{font-family:var(--font-work-sans);font-weight:600;font-size:clamp(20px,2.1vw,25px);line-height:1.25;letter-spacing:-.01em;color:var(--ink);margin:1.7em 0 .5em}.article-body h2+p,.article-body h3+p{margin-top:0}.article-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:#5e3d8a66;font-weight:500;transition:color .2s var(--ease),text-decoration-color .2s var(--ease)}.article-body a:hover{color:var(--ink);text-decoration-color:var(--ink)}.article-body a[target=_blank]:after,.article-body a[href^=http]:not([href*="reakt.fi"]):not([href*=reakt-payload]):after{content:"";display:inline-block;width:.85em;height:.85em;margin-left:.18em;margin-right:.05em;vertical-align:.04em;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M4 10L10 4M10 4H5M10 4V9' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M4 10L10 4M10 4H5M10 4V9' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;transition:transform .22s var(--ease)}.article-body a[target=_blank]:hover:after,.article-body a[href^=http]:not([href*="reakt.fi"]):not([href*=reakt-payload]):hover:after{transform:translate(2px,-2px)}.article-body strong,.article-body b{color:var(--ink);font-weight:600}.article-body ul{list-style:disc;margin:0 0 1.5em;padding-left:1.35em}.article-body ol{list-style:decimal;margin:0 0 1.5em;padding-left:1.35em}.article-body li{margin-bottom:.3em;padding-left:.2em}.article-body li::marker{color:#d1d5db}.article-body li p{margin:0}.article-body blockquote{margin:1.9em 0;padding:.3em 0 .3em 1.3em;border-left:3px solid var(--accent);font-family:var(--font-spectral);font-style:italic;font-size:clamp(20px,2.2vw,25px);line-height:1.45;color:var(--ink)}.article-body img,.article-body figure{margin:2em 0}.article-body img{max-width:100%;height:auto;border-radius:6px}.article-body img:not(.blog-inline-teaser__image){display:block;margin-inline:auto}.article-hero{position:relative;z-index:1;border-radius:20px;box-shadow:0 28px 64px -28px color-mix(in oklab,var(--ink) 42%,transparent)}@keyframes media-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.media-loader{position:relative;background-color:#e8e6ef;background-image:linear-gradient(100deg,#fff0 14%,#96b6e129,#ebaacd33,#cdafeb52 44%,#ffffff80,#cdafeb52 60%,#ebaacd33,#96b6e129,#fff0 90%);background-size:200% 100%;animation:media-shimmer 1.4s ease-in-out infinite}.media-loader>img{opacity:0;transition:opacity .45s ease}.media-loader.is-loaded{background:none;animation:none}.media-loader.is-loaded>img{opacity:1}@media(prefers-reduced-motion:reduce){.media-loader{animation:none}.media-loader>img{transition:none}}.article-body{overflow-wrap:break-word}.article-body [class*=flex]{display:block!important}.article-body [class*=min-w],.article-body [class*=flex-shrink]{min-width:0!important}.article-body table{width:100%;border-collapse:collapse;margin:2em 0;font-size:14.5px;line-height:1.55;background:transparent}.article-body table th,.article-body table td{border:0!important;padding:14px 22px 14px 0!important;text-align:left;vertical-align:top;color:var(--ink)}.article-body table th{font-weight:600;font-size:12.5px;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-mute);border-bottom:1px solid rgba(94,61,138,.22)!important;padding:0 22px 12px 0!important}.article-body table tbody tr+tr td{border-top:1px solid rgba(94,61,138,.08)!important}.article-body table td:first-child{font-weight:600;padding-right:28px!important}.article-body table p{margin:0}@media(max-width:767px){.article-body table{font-size:13.5px;table-layout:fixed;width:100%;word-wrap:break-word;overflow-wrap:break-word}.article-body table th,.article-body table td{padding:12px 10px 12px 0!important;vertical-align:top}.article-body table th{font-size:11.5px;padding-bottom:10px!important}.article-body table td:first-child,.article-body table th:first-child{padding-right:14px!important}.article-body table td:last-child,.article-body table th:last-child{padding-right:0!important}}.article-body .article-callout{margin:2em 0;padding:1.1em 1.5em;background:#5e3d8a0b;border:1px solid rgba(94,61,138,.1);border-radius:8px;position:relative}.article-body .article-callout-title{margin:0 0 .4em;padding-left:28px;font-weight:600;font-size:.78em;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);position:relative}.article-body .article-callout-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M176,232a8,8,0,0,1-8,8H88a8,8,0,0,1,0-16h80A8,8,0,0,1,176,232Zm40-128a87.55,87.55,0,0,1-33.64,69.21A16.24,16.24,0,0,0,176,186v6a16,16,0,0,1-16,16H96a16,16,0,0,1-16-16v-6a16,16,0,0,0-6.23-12.66A87.59,87.59,0,0,1,40,104.49C39.74,56.83,78.26,17.14,125.88,16A88,88,0,0,1,216,104Zm-16,0a72,72,0,0,0-73.74-72c-39,.92-70.47,33.39-70.26,72.39a71.65,71.65,0,0,0,27.64,56.3A32,32,0,0,1,96,186v6h64v-6a32.15,32.15,0,0,1,12.47-25.35A71.65,71.65,0,0,0,200,104Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M176,232a8,8,0,0,1-8,8H88a8,8,0,0,1,0-16h80A8,8,0,0,1,176,232Zm40-128a87.55,87.55,0,0,1-33.64,69.21A16.24,16.24,0,0,0,176,186v6a16,16,0,0,1-16,16H96a16,16,0,0,1-16-16v-6a16,16,0,0,0-6.23-12.66A87.59,87.59,0,0,1,40,104.49C39.74,56.83,78.26,17.14,125.88,16A88,88,0,0,1,216,104Zm-16,0a72,72,0,0,0-73.74-72c-39,.92-70.47,33.39-70.26,72.39a71.65,71.65,0,0,0,27.64,56.3A32,32,0,0,1,96,186v6h64v-6a32.15,32.15,0,0,1,12.47-25.35A71.65,71.65,0,0,0,200,104Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat}.article-body .article-callout p:not(.article-callout-title){font-size:16px;line-height:1.55;color:var(--ink);margin:0 0 .8em}.article-body .article-callout p:last-child{margin-bottom:0}.article-body .article-process{margin:2.5em 0;padding:clamp(24px,4vw,38px);border:1px solid rgba(94,61,138,.14);border-radius:12px;background:linear-gradient(180deg,#5e3d8a0d,#5e3d8a04)}.article-body .article-process-eyebrow{margin:0 0 10px;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.article-body .article-process-title{margin:0 0 14px;font-family:var(--font-serif);color:var(--ink);font-size:clamp(22px,2.6vw,28px);font-weight:600;letter-spacing:-.018em;line-height:1.2}.article-body .article-process-lead{margin:0 0 28px;color:var(--ink-soft);font-size:15.5px;line-height:1.6}.article-body ol.article-process-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:540px){.article-body ol.article-process-steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.article-body ol.article-process-steps{grid-template-columns:repeat(3,1fr)}}.article-body .article-process-step{position:relative;display:flex;flex-direction:column;gap:14px;padding:18px 20px 20px;background:var(--paper);border:1px solid rgba(94,61,138,.14);border-radius:10px;transition:transform .22s var(--ease),border-color .22s var(--ease),box-shadow .22s var(--ease)}.article-body .article-process-step:hover{transform:translateY(-3px);border-color:var(--pink-violet);box-shadow:0 12px 28px -14px #b287ff73}.article-body .article-process-num{align-self:flex-start;width:32px;height:32px;border-radius:8px;background:var(--accent);color:var(--paper);display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-inter);font-size:14px;font-weight:700;line-height:1;transition:background .22s var(--ease),transform .22s var(--ease)}.article-body .article-process-step:hover .article-process-num{transform:scale(1.08)}.article-body .article-process-body h4{margin:0 0 6px;font-family:var(--font-inter);color:var(--ink);font-size:15.5px;font-weight:600;letter-spacing:-.008em;line-height:1.25}.article-body .article-process-body p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.55}@media(prefers-reduced-motion:reduce){.article-body .article-process-step,.article-body .article-process-step:hover .article-process-num{transform:none;transition:none}}.article-body figure.article-figure-small{max-width:460px;margin:2em auto}.article-body figure.article-figure-small img{border-radius:6px}.article-body .article-callout.article-callout--with-image{display:grid;grid-template-columns:240px 1fr;gap:1.6em;align-items:center}.article-body .article-callout--with-image .article-callout-image{margin:0!important}.article-body .article-callout--with-image .article-callout-image img{display:block;width:100%;height:auto;max-width:none;margin:0!important;border-radius:6px}.article-body .article-callout--with-image .article-callout-body{margin:0}@media(max-width:640px){.article-body .article-callout.article-callout--with-image{grid-template-columns:1fr;gap:1.1em}.article-body .article-callout--with-image .article-callout-image{max-width:240px;margin:0 auto!important}}.article-body .article-callout.article-callout--cta{padding:2em 2.2em;background:var(--ink);color:var(--paper);border:0;border-radius:14px;position:relative}.article-body .article-callout--cta:before,.article-body .article-callout--cta:after{display:none}.article-body .article-callout--cta .article-callout-title{font-family:var(--font-serif);font-size:clamp(24px,2.8vw,34px);font-weight:600;letter-spacing:-.022em;text-transform:none;color:var(--paper);line-height:1.15;padding-left:0;padding-right:0;margin-bottom:.9em}.article-body .article-callout--cta .article-callout-italic{font-style:italic;color:var(--pink-violet);font-weight:500}.article-body .article-callout--cta .article-callout-title:before{display:none!important}.article-body .article-callout--cta .article-callout-title-unused:before{width:22px;height:22px;top:.3em;transform:none;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M227.32,28.68a16,16,0,0,0-15.66-4.08l-.15,0L19.57,82.84a16,16,0,0,0-2.49,29.8L102,154l41.3,84.87A15.86,15.86,0,0,0,157.74,248q.69,0,1.38-.06a15.88,15.88,0,0,0,14-11.51l58.2-191.94c0-.05,0-.1,0-.15A16,16,0,0,0,227.32,28.68ZM157.83,231.85l-.05.14,0-.07-40.06-82.3,48-48a8,8,0,0,0-11.31-11.31l-48,48L24.08,98.25l-.07,0,.14,0L216,40Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M227.32,28.68a16,16,0,0,0-15.66-4.08l-.15,0L19.57,82.84a16,16,0,0,0-2.49,29.8L102,154l41.3,84.87A15.86,15.86,0,0,0,157.74,248q.69,0,1.38-.06a15.88,15.88,0,0,0,14-11.51l58.2-191.94c0-.05,0-.1,0-.15A16,16,0,0,0,227.32,28.68ZM157.83,231.85l-.05.14,0-.07-40.06-82.3,48-48a8,8,0,0,0-11.31-11.31l-48,48L24.08,98.25l-.07,0,.14,0L216,40Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat}.article-body .article-callout--cta p:not(.article-callout-title){font-size:15.5px;line-height:1.65;color:#ffffffd1;margin-bottom:1em;max-width:62ch}.article-body .article-callout--cta p:last-of-type{margin-bottom:1.5em}.article-body .article-callout--cta strong{color:#fff;font-weight:600}.article-body ul.article-callout-bullets{list-style:none;padding:0;margin:0 0 1.2em}.article-body ul.article-callout-bullets li{position:relative;padding-left:1.6em;margin-bottom:.5em;font-size:15px;line-height:1.5;color:var(--ink)}.article-body ul.article-callout-bullets li:before{content:"";position:absolute;left:0;top:.45em;width:14px;height:14px;background-color:var(--accent);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat}.article-body a.article-callout-cta{display:inline-flex;align-items:center;gap:.55em;padding:12px 24px;background:var(--paper);color:var(--ink);font-size:15px;font-weight:600;text-decoration:none;border-radius:999px;transition:background .2s var(--ease),transform .2s var(--ease),color .2s var(--ease)}.article-body a.article-callout-cta:hover{background:var(--pink-violet);color:var(--ink);transform:translateY(-1px)}.article-body a.article-callout-cta:after{display:none!important}.article-body iframe,.article-body video{max-width:100%}.article-body figcaption{margin-top:.7em;font-size:14px;color:var(--ink-mute);text-align:center}.article-body hr{border:0;height:1px;background:var(--line);margin:2.5em 0}.article-body .blog-inline-teaser{margin:2em 0}.article-body .blog-inline-teaser__card{display:block;padding:14px;border-radius:16px;background:#fff9;border:1px solid var(--line);text-decoration:none;font-weight:400;color:var(--ink);transition:border-color .25s var(--ease),background .25s var(--ease),transform .25s var(--ease)}.article-body .blog-inline-teaser__card:hover{border-color:#5e3d8a59;background:#ffffffe6;color:var(--ink);transform:translateY(-2px)}.article-body .blog-inline-teaser__grid{display:flex;gap:18px;align-items:center}.article-body .blog-inline-teaser__media{flex:0 0 auto}.article-body img.blog-inline-teaser__image{width:124px;height:90px;object-fit:cover;border-radius:10px;margin:0;display:block}.article-body .blog-inline-teaser__body{display:flex;flex-direction:column;gap:5px}.article-body .blog-inline-teaser__eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-weight:600}.article-body .blog-inline-teaser__title{font-weight:600;font-size:17px;line-height:1.3;color:var(--ink)}.article-body .blog-inline-teaser__text{font-size:14px;line-height:1.5;color:var(--ink-soft)}@media(max-width:540px){.article-body .blog-inline-teaser__grid{flex-direction:column;align-items:flex-start}.article-body img.blog-inline-teaser__image{width:100%;height:160px}}.article-body .article-faq,.article-body .blog-faq-list{margin:1.4em 0 0;display:flex;flex-direction:column;gap:12px}.article-body .article-faq-heading{margin:0;padding-top:2.5rem;border-top:1px solid var(--line)}.article-body .article-faq-heading--plain{padding-top:0;border-top:0;margin-bottom:1.5rem}.article-outro-dark .article-faq-heading{color:var(--paper)}.article-outro-dark .article-body details{background:#ffffff0a;border-color:#ffffff1f}.article-outro-dark .article-body .article-faq-chevron{color:var(--pink-violet)}.article-outro-dark .article-body summary:after{color:var(--pink-violet)}.article-outro-dark .article-body summary{color:var(--paper)}.article-outro-dark .article-body .article-faq-answer,.article-outro-dark .article-body .article-faq-answer p{color:#ffffffc7;font-size:15px;line-height:1.6}.article-outro-dark .article-body .article-faq-answer a{color:#fff;text-decoration-color:#ffffff80}.article-outro-dark .lue-myos-card{background:#ffffff0a;border-color:#ffffff24}.article-outro-dark .lue-myos-card:hover{background:#ffffff14;border-color:#e8c7da99}.article-outro-dark .lue-myos-eyebrow{color:#b287ffc7}.article-outro-dark .lue-myos-title{color:var(--paper)}.article-outro-dark .lue-myos-body{color:#ffffffb3}.article-outro-dark .lue-myos-arrow-wrap{background:#ffffff1a;color:var(--paper)}.article-outro-dark .lue-myos-card:hover .lue-myos-arrow-wrap{background:var(--pink-violet);color:var(--ink)}.article-body .article-faq-answer,.article-body .article-faq-answer p{font-size:15px;line-height:1.6}.article-body .article-faq-answer p{margin:0 0 .7em}.article-body .article-faq-answer p:last-child{margin-bottom:0}.article-body details{border:1px solid var(--line);border-radius:14px;background:#fff9;padding:16px 20px;cursor:pointer}.article-body details[open] .article-faq-answer{cursor:pointer}.article-body summary{cursor:pointer;list-style:none;font-weight:600;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:14px}.article-body summary::-webkit-details-marker{display:none}.article-body summary br,.article-body summary>span{display:none}.article-body summary:after{content:"+";font-weight:400;font-size:22px;line-height:1;color:var(--accent);transition:transform .25s var(--ease)}.article-body details[open] summary:after{transform:rotate(45deg)}.article-body details[open] summary{margin-bottom:10px}.article-body details p:last-child{margin-bottom:0}.hero-badge{position:relative;overflow:hidden;padding:10px 14px;border-radius:14px;background:#ffffff29;-webkit-backdrop-filter:blur(12px) saturate(1.25);backdrop-filter:blur(12px) saturate(1.25);border:1px solid rgba(255,255,255,.5);box-shadow:0 14px 36px -16px #5a2d806b,inset 0 1px #fff9;transition:transform .4s var(--ease),box-shadow .4s var(--ease)}.hero-badge:before,.hero-badge:after{content:"";position:absolute;inset:-62%;z-index:0;pointer-events:none;filter:blur(23px);transform-origin:50% 50%;will-change:transform}.hero-badge:before{background:radial-gradient(circle 90px at 50% 3%,rgba(168,110,224,.33),transparent 66%),radial-gradient(circle 94px at 50% 97%,rgba(112,206,168,.29),transparent 66%);animation:heroBadgeDriftA 19s linear infinite}.hero-badge:after{background:radial-gradient(circle 92px at 82% 50%,rgba(240,148,200,.29),transparent 66%);animation:heroBadgeDriftB 27s linear infinite}@keyframes heroBadgeDriftA{0%{transform:rotate(0) translate(0)}25%{transform:rotate(72deg) translate(4%,-3%)}50%{transform:rotate(205deg) translate(-3%,4%)}75%{transform:rotate(262deg) translate(3%,2%)}to{transform:rotate(360deg) translate(0)}}@keyframes heroBadgeDriftB{0%{transform:rotate(0) translate(0)}30%{transform:rotate(-95deg) translate(-4%,3%)}55%{transform:rotate(-150deg) translate(3%,-4%)}80%{transform:rotate(-300deg) translate(-2%,-2%)}to{transform:rotate(-360deg) translate(0)}}.hero-badge:hover{transform:translateY(-3px);box-shadow:0 20px 44px -16px #5a2d808c,inset 0 1px #fff9}.hero-badge-num,.hero-badge-label{position:relative;z-index:1}.hero-badge-num{font-family:var(--font-spectral);font-weight:600;line-height:1;color:var(--accent)}.hero-badge-label{margin-top:4px;font-size:12px;letter-spacing:.02em;color:var(--ink-soft)}@media(prefers-reduced-motion:reduce){.hero-badge:before,.hero-badge:after{animation:none}}.arrow{display:inline-flex;align-items:center;gap:8px}.arrow svg{transition:transform .3s ease}.arrow:hover svg,a:hover .arrow svg{transform:translate(6px)}.hero-photo{position:relative;background:radial-gradient(ellipse at 88% 18%,rgba(147,75,124,.45),transparent 42%),radial-gradient(ellipse at 12% 28%,rgb(89 50 50 / 32%),transparent 46%),radial-gradient(ellipse 75% 55% at 82% 92%,rgb(29 78 101 / 85%),transparent 72%),radial-gradient(ellipse at 28% 78%,rgba(52,45,88,.3),transparent 50%),linear-gradient(180deg,#140926,#180f23,#15101e);filter:hue-rotate(329deg)}@media(max-width:767px){.hero-photo{margin-bottom:-20px;z-index:2}.hero-photo-svg{transform:scale(1.2);transform-origin:50% 50%}.hero-photo-svg .anim-sun-inner,.hero-photo-svg .anim-sun-outer{cx:1215px;cy:160px;transform-origin:1215px 160px}}.toihin-photo-overlay{background:linear-gradient(180deg,transparent 24%,rgba(120,52,132,.22) 42%,rgba(78,38,96,.84) 56%,rgb(43 26 64 / 96%) 72%,rgb(42 31 57 / 97%) 100%);filter:hue-rotate(344deg)}@media(max-width:767px){.toihin-photo-overlay{background:linear-gradient(180deg,transparent 18%,rgba(120,52,132,.46) 42%,rgb(43 26 64 / 96%) 74%,rgb(42 31 57 / 97%) 100%)}}.ai-icon{display:inline-flex;cursor:pointer;color:var(--accent);transition:transform .3s var(--ease),opacity .3s var(--ease)}.ai-icon svg{height:30px;width:auto}.ai-icon:hover{transform:translateY(-2px) scale(1.08)}.ai-icon:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:6px}.ai-toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%) translateY(18px);background:var(--ink);color:var(--paper);padding:12px 22px;border-radius:999px;font-size:14px;font-weight:500;box-shadow:0 18px 40px -18px #141242b3;opacity:0;pointer-events:none;z-index:1000;transition:opacity .3s var(--ease),transform .3s var(--ease)}.ai-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.hero-photo:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='3'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>");mix-blend-mode:overlay;opacity:.2}.photo-tile{position:relative;width:100%;height:0;padding-bottom:calc(125% + 50px);overflow:hidden;border-radius:4px}.photo-tile.tile-1>svg,.photo-tile.tile-2>svg,.photo-tile.tile-3>svg,.photo-tile.tile-5>svg,.photo-tile.tile-6>svg,.photo-tile.tile-7>svg{height:auto!important}.photo-tile.tile-1>svg,.photo-tile.tile-2>svg{top:15px;bottom:15px}.photo-tile.tile-3>svg{top:35px}.photo-tile.tile-5>svg{top:15px;bottom:15px}.photo-tile.tile-6>svg{top:15px;bottom:15px}.photo-tile.tile-7>svg{top:25px;bottom:15px}.photo-tile.tile-1{background:linear-gradient(135deg,#705a8e,#3a3052 30%,#15101e);filter:hue-rotate(354deg)}.photo-tile.tile-2{background:linear-gradient(135deg,#0d475f,#934b7c);filter:hue-rotate(11deg)}.photo-tile.tile-3{background:linear-gradient(135deg,#342d58,#175655)}.photo-tile.tile-4{background:linear-gradient(199deg,#28716c 1%,#221a40 30%)}.photo-tile.tile-5{background:linear-gradient(135deg,#1e4359,#2d3052 30%,#15101e)}.photo-tile.tile-6{background:linear-gradient(135deg,#2d2055,#1f3a4f)}.photo-tile.tile-7{background:linear-gradient(135deg,#1a2d4f,#2d4f3e)}.photo-tile:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>");mix-blend-mode:overlay;opacity:.18}.editorial-rule{height:1px;background:var(--line)}.number-marker{font-family:var(--font-dm-serif);font-style:italic;font-size:14px;color:var(--accent);letter-spacing:.05em}.number-marker a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-decoration-skip-ink:auto;text-underline-offset:.2em;transition:opacity .15s ease}.number-marker a:hover{opacity:.7}@media(min-width:1024px){.number-marker{font-size:15px}}.menu-group{position:relative}.menu-group:after{content:"";position:absolute;top:100%;left:0;right:0;height:12px;pointer-events:none}.menu-group:hover:after,.menu-group:focus-within:after{pointer-events:auto}.menu-group>.submenu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(-6px);min-width:260px;margin-top:12px;background:var(--bg);border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 32px -12px #1414282e;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .25s var(--ease),transform .25s var(--ease);z-index:60}.menu-group:hover>.submenu,.menu-group:focus-within>.submenu{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.submenu a{display:block;padding:11px 22px;font-size:14px;line-height:1.4;color:var(--ink);transition:background .2s,color .2s}.submenu a:first-child{padding-top:14px}.submenu a:last-child{padding-bottom:14px}.submenu a:hover{background:#5e3d8a0f;color:var(--accent)}.menu-group .caret{transition:transform .25s}.menu-group:hover .caret{transform:rotate(180deg)}.menu-group>.menu-link:after{display:none}.header-sticky{position:sticky;top:0;z-index:50;background:#fbfcffc7!important;backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.header-sticky.is-hidden{transform:translateY(-100%)}.menu-link{position:relative;padding:4px 0}.menu-link:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform .4s var(--ease)}.menu-link:hover:after{transform:scaleX(1)}@keyframes slow-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes counter-spin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes dash-march{0%{stroke-dashoffset:0}to{stroke-dashoffset:-90}}@keyframes tile1-cycle{0%{opacity:0;transform:scale(.55)}12%{opacity:1;transform:scale(1)}78%{opacity:1;transform:scale(1)}90%{opacity:0;transform:scale(1.06)}to{opacity:0;transform:scale(.55)}}.is-in .tile1-svg{transform-origin:center;animation:tile1-cycle 8s ease-in-out infinite}.anim-spin-outer{transform-origin:160px 200px;animation:counter-spin 60s linear infinite}.anim-spin-inner{transform-origin:160px 200px;animation:slow-spin 90s linear infinite}.anim-scroll-spin{transform-origin:70px 70px}.anim-spin-outer-mini{transform-origin:32px 32px;animation:counter-spin 12s linear infinite}.anim-spin-inner-mini{transform-origin:32px 32px;animation:slow-spin 18s linear infinite}@keyframes tile1-mini-cycle{0%{opacity:0;transform:scale(.55)}12%{opacity:1;transform:scale(1)}78%{opacity:1;transform:scale(1)}90%{opacity:0;transform:scale(1.06)}to{opacity:0;transform:scale(.55)}}.tile1-mini-svg{transform-box:fill-box;transform-origin:center;animation:tile1-mini-cycle 8s ease-in-out infinite}@keyframes draw-solid-mini{0%,5%{stroke-dashoffset:144;opacity:0}10%{opacity:1}22%{stroke-dashoffset:0}82%{stroke-dashoffset:0;opacity:1}93%{opacity:0}to{opacity:0;stroke-dashoffset:144}}@keyframes tile2-mini-cycle{0%,18%{opacity:0;transform:translate(8px,8px)}30%{opacity:1;transform:translate(0)}82%{opacity:1;transform:translate(0)}93%{opacity:0;transform:translate(-4px,-4px)}to{opacity:0;transform:translate(8px,8px)}}@keyframes dash-march-mini{0%{stroke-dashoffset:0}to{stroke-dashoffset:-25}}.anim-solid-square-mini{stroke-dasharray:144;stroke-dashoffset:144;opacity:0;animation:draw-solid-mini 8s cubic-bezier(.4,0,.2,1) infinite}.anim-slide-br-mini{opacity:0;animation:tile2-mini-cycle 8s ease-in-out infinite,dash-march-mini 6s linear infinite}@keyframes draw-mini-line{0%,8%{stroke-dashoffset:100}35%{stroke-dashoffset:0}85%{stroke-dashoffset:0}96%,to{stroke-dashoffset:100}}.anim-draw-axis-y-mini,.anim-draw-axis-x-mini,.anim-draw-line-mini,.anim-draw-wave-mini{stroke-dasharray:100;stroke-dashoffset:100;animation:draw-mini-line 8s cubic-bezier(.4,0,.2,1) infinite}.anim-draw-axis-x-mini{animation-delay:.3s}.anim-draw-line-mini{animation-delay:.7s}@keyframes hub-line-draw-mini{0%,5%{stroke-dashoffset:16;opacity:0}15%{stroke-dashoffset:0;opacity:1}82%{stroke-dashoffset:0;opacity:1}95%{opacity:0}to{stroke-dashoffset:16;opacity:0}}@keyframes hub-sat-pulse-mini{0%,18%{opacity:0;transform:scale(.5)}30%{opacity:1;transform:scale(1.1)}40%{transform:scale(1)}82%{opacity:1;transform:scale(1)}93%{opacity:0;transform:scale(.5)}to{opacity:0;transform:scale(.5)}}@keyframes hub-center-mini{0%,8%{opacity:0;transform:scale(.7)}22%{opacity:1;transform:scale(1)}82%{opacity:1;transform:scale(1)}93%{opacity:0}to{opacity:0;transform:scale(.7)}}.anim-hub-line-mini{stroke-dasharray:16;stroke-dashoffset:16;opacity:0;animation:hub-line-draw-mini 8s cubic-bezier(.4,0,.2,1) infinite}.anim-hub-sat-mini{opacity:0;transform-box:fill-box;transform-origin:center;animation:hub-sat-pulse-mini 8s ease-in-out infinite}.anim-hub-sat-mini:nth-of-type(2){animation-delay:.15s}.anim-hub-sat-mini:nth-of-type(3){animation-delay:.3s}.anim-hub-sat-mini:nth-of-type(4){animation-delay:.45s}.anim-hub-center-mini{opacity:0;transform-box:fill-box;transform-origin:center;animation:hub-center-mini 8s cubic-bezier(.4,0,.2,1) infinite}@keyframes circle-pop-mini{0%,25%{opacity:0;transform:scale(.3)}40%{opacity:1;transform:scale(1.15)}50%{opacity:1;transform:scale(1)}85%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.3)}}.anim-circle-pop-mini{transform-box:fill-box;transform-origin:center;opacity:0;transform:scale(.3);animation:circle-pop-mini 8s cubic-bezier(.4,0,.2,1) infinite}@keyframes draw-solid-square{0%{stroke-dashoffset:800;opacity:0}2%{opacity:1}12%{stroke-dashoffset:0;opacity:1}82%{stroke-dashoffset:0;opacity:1}93%{opacity:0}to{opacity:0;stroke-dashoffset:800}}@keyframes tile2-cycle{0%,12%{opacity:0;transform:translate(70px,70px)}24%{opacity:1;transform:translate(0)}82%{opacity:1;transform:translate(0)}93%{opacity:0;transform:translate(-30px,-30px)}to{opacity:0;transform:translate(70px,70px)}}.anim-solid-square{stroke-dasharray:800;stroke-dashoffset:800;opacity:0}.is-in .anim-solid-square{animation:draw-solid-square 8s cubic-bezier(.4,0,.2,1) infinite}.is-in .anim-slide-br{animation:tile2-cycle 8s ease-in-out infinite,dash-march 14s linear infinite}@keyframes tile3-zoom{0%{opacity:0;transform:scale(.72)}12%{opacity:1;transform:scale(1)}86%{opacity:1;transform:scale(1)}96%{opacity:0;transform:scale(1.05)}to{opacity:0;transform:scale(.72)}}.is-in .tile3-svg{transform-origin:center;animation:tile3-zoom 8s ease-in-out infinite}@keyframes draw-axis-y{0%,4%{stroke-dashoffset:280}18%{stroke-dashoffset:0}86%{stroke-dashoffset:0}96%,to{stroke-dashoffset:280}}@keyframes draw-axis-x{0%,8%{stroke-dashoffset:260}24%{stroke-dashoffset:0}86%{stroke-dashoffset:0}96%,to{stroke-dashoffset:260}}@keyframes draw-line{0%,14%{stroke-dashoffset:420}34%{stroke-dashoffset:0}86%{stroke-dashoffset:0}96%,to{stroke-dashoffset:420}}.anim-draw-axis-y{stroke-dasharray:280;stroke-dashoffset:280}.anim-draw-axis-x{stroke-dasharray:260;stroke-dashoffset:260}.anim-draw-line{stroke-dasharray:420;stroke-dashoffset:420}.is-in .anim-draw-axis-y{animation:draw-axis-y 8s cubic-bezier(.4,0,.2,1) infinite}.is-in .anim-draw-axis-x{animation:draw-axis-x 8s cubic-bezier(.4,0,.2,1) infinite}.is-in .anim-draw-line{animation:draw-line 8s cubic-bezier(.4,0,.2,1) infinite}@keyframes tile4-zoom{0%{opacity:0;transform:scale(.72)}12%{opacity:1;transform:scale(1)}90%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.72)}}.is-in .tile4-svg{transform-origin:center;animation:tile4-zoom 8s ease-in-out infinite}@keyframes draw-wave{0%,10%{stroke-dashoffset:700}32%{stroke-dashoffset:0}90%{stroke-dashoffset:0}to{stroke-dashoffset:700}}@keyframes circle-pop{0%,22%{opacity:0;transform:scale(.3)}34%{opacity:1;transform:scale(1.1)}42%{opacity:1;transform:scale(1)}90%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.3)}}.anim-draw-wave{stroke-dasharray:700;stroke-dashoffset:700}.anim-circle-pop{transform-origin:160px 192px;opacity:0;transform:scale(.3)}.is-in .anim-draw-wave{animation:draw-wave 8s cubic-bezier(.4,0,.2,1) infinite}.is-in .anim-circle-pop{animation:circle-pop 8s cubic-bezier(.4,0,.2,1) infinite}@keyframes tile5-cycle{0%{opacity:0;transform:scale(.72)}12%{opacity:1;transform:scale(1)}90%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.72)}}.is-in .tile5-svg{transform-origin:center;animation:tile5-cycle 8s ease-in-out infinite}@keyframes hub-line-draw{0%,10%{stroke-dashoffset:100}30%{stroke-dashoffset:0}88%{stroke-dashoffset:0}to{stroke-dashoffset:100}}@keyframes hub-sat-pulse{0%,20%{opacity:0;transform:scale(.4)}34%{opacity:1;transform:scale(1.15)}44%{transform:scale(1)}88%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.4)}}@keyframes hub-center-pulse{0%,14%{opacity:0;transform:scale(.5)}28%{opacity:1;transform:scale(1)}50%{transform:scale(1.05)}72%{transform:scale(1)}88%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.anim-hub-line{stroke-dasharray:100;stroke-dashoffset:100}.anim-hub-sat{transform-box:fill-box;transform-origin:center;opacity:0;transform:scale(.4)}.anim-hub-center{transform-box:fill-box;transform-origin:center;opacity:0;transform:scale(.5)}.is-in .anim-hub-line{animation:hub-line-draw 8s cubic-bezier(.4,0,.2,1) infinite}.is-in .anim-hub-sat{animation:hub-sat-pulse 8s ease-in-out infinite}.is-in .anim-hub-center{animation:hub-center-pulse 8s ease-in-out infinite}.is-in .anim-hub-line:nth-of-type(2){animation-delay:.08s}.is-in .anim-hub-line:nth-of-type(3){animation-delay:.16s}.is-in .anim-hub-line:nth-of-type(4){animation-delay:.24s}.is-in .anim-hub-sat:nth-of-type(2){animation-delay:.16s}.is-in .anim-hub-sat:nth-of-type(3){animation-delay:.32s}.is-in .anim-hub-sat:nth-of-type(4){animation-delay:.48s}@keyframes tile6-cycle{0%{opacity:0;transform:scale(.72)}12%{opacity:1;transform:scale(1)}90%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.72)}}.is-in .tile6-svg{transform-origin:center;animation:tile6-cycle 8s ease-in-out infinite}@keyframes draw-tile6-line{0%,8%{stroke-dashoffset:200}30%{stroke-dashoffset:0}88%{stroke-dashoffset:0}to{stroke-dashoffset:200}}.anim-tile6-draw{stroke-dasharray:200;stroke-dashoffset:200}.is-in .anim-tile6-draw{animation:draw-tile6-line 8s cubic-bezier(.4,0,.2,1) infinite}.is-in .anim-tile6-march{animation:dash-march 4s linear infinite}@keyframes tile7-cycle{0%{opacity:0;transform:scale(.72)}12%{opacity:1;transform:scale(1)}90%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.72)}}.is-in .tile7-svg{transform-origin:center;animation:tile7-cycle 8s ease-in-out infinite}@keyframes draw-tile7-heartbeat{0%,10%{stroke-dashoffset:600}32%{stroke-dashoffset:0}90%{stroke-dashoffset:0}to{stroke-dashoffset:600}}@keyframes tile7-pulse-dot{0%,22%{opacity:0;transform:scale(.3)}34%{opacity:1;transform:scale(1.15)}42%{opacity:1;transform:scale(1)}90%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.3)}}.anim-tile7-draw{stroke-dasharray:600;stroke-dashoffset:600}.anim-tile7-pulse{transform-box:fill-box;transform-origin:center;opacity:0;transform:scale(.3)}.is-in .anim-tile7-draw{animation:draw-tile7-heartbeat 8s cubic-bezier(.4,0,.2,1) infinite}.is-in .anim-tile7-pulse{animation:tile7-pulse-dot 8s cubic-bezier(.4,0,.2,1) infinite}@keyframes draw-tile6-line-mini{0%,8%{stroke-dashoffset:44;opacity:0}22%{stroke-dashoffset:0;opacity:1}82%{stroke-dashoffset:0;opacity:1}95%{opacity:0}to{stroke-dashoffset:44;opacity:0}}@keyframes tile6-march-cycle-mini{0%,18%{opacity:0}30%{opacity:1}82%{opacity:1}95%{opacity:0}to{opacity:0}}.anim-tile6-draw-mini{stroke-dasharray:44;stroke-dashoffset:44;opacity:0;animation:draw-tile6-line-mini 8s cubic-bezier(.4,0,.2,1) infinite}.anim-tile6-march-mini{opacity:0;animation:tile6-march-cycle-mini 8s ease-in-out infinite,dash-march-mini 5s linear infinite}@keyframes draw-tile7-mini{0%,8%{stroke-dashoffset:120;opacity:0}22%{stroke-dashoffset:0;opacity:1}82%{stroke-dashoffset:0;opacity:1}95%{opacity:0}to{stroke-dashoffset:120;opacity:0}}@keyframes tile7-pulse-dot-mini{0%,22%{opacity:0;transform:scale(.3)}36%{opacity:1;transform:scale(1.15)}44%{transform:scale(1)}82%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.3)}}.anim-tile7-draw-mini{stroke-dasharray:120;stroke-dashoffset:120;opacity:0;animation:draw-tile7-mini 8s cubic-bezier(.4,0,.2,1) infinite}.anim-tile7-pulse-mini{transform-box:fill-box;transform-origin:center;opacity:0;animation:tile7-pulse-dot-mini 8s cubic-bezier(.4,0,.2,1) infinite}@keyframes hero-wave-1{0%{stroke-dashoffset:100;opacity:0}4%{opacity:1}24%{stroke-dashoffset:0;opacity:1}82%{stroke-dashoffset:0;opacity:1}94%{opacity:0}to{stroke-dashoffset:100;opacity:0}}@keyframes hero-wave-2{0%,4%{opacity:0}8%{opacity:1}82%{opacity:1}94%,to{opacity:0}}@keyframes hero-wave-3{0%,8%{stroke-dashoffset:100;opacity:0}12%{opacity:1}32%{stroke-dashoffset:0}82%{stroke-dashoffset:0;opacity:1}94%{opacity:0}to{stroke-dashoffset:100;opacity:0}}@keyframes hero-dash-march-a{0%{stroke-dashoffset:0}to{stroke-dashoffset:-45}}@keyframes hero-dash-march-b{0%{stroke-dashoffset:0}to{stroke-dashoffset:-30}}@keyframes hero-dot-pop{0%,18%{opacity:0;transform:scale(.2)}28%{opacity:.85;transform:scale(1.4)}36%{opacity:.5;transform:scale(1)}82%{opacity:.5;transform:scale(1)}94%,to{opacity:0;transform:scale(.2)}}@keyframes hero-text-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-text-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.anim-wave-1,.anim-wave-3{stroke-dasharray:100;stroke-dashoffset:100;opacity:0}.anim-wave-2{opacity:0}.anim-sun-inner{transform-origin:1380px 220px;animation:slow-spin 90s linear infinite}.anim-sun-outer{transform-origin:1380px 220px;animation:counter-spin 60s linear infinite}.anim-pulse-dot{transform-box:fill-box;transform-origin:center;opacity:0;transform:scale(.2)}.hero-quote-eyebrow,.hero-quote-main,.hero-quote-cite{opacity:0}.is-in .anim-wave-1{animation:hero-wave-1 14s cubic-bezier(.4,0,.2,1) infinite}.is-in .anim-wave-2{animation:hero-wave-2 14s ease-in-out infinite,hero-dash-march-a 8s linear infinite}.is-in .anim-wave-3{animation:hero-wave-3 14s cubic-bezier(.4,0,.2,1) infinite}.is-in .anim-pulse-dot{animation:hero-dot-pop 14s cubic-bezier(.4,0,.2,1) infinite}.is-revealing .hero-quote-eyebrow{animation:hero-text-in .6s cubic-bezier(.2,.7,.2,1) both}.is-revealing .hero-quote-main{animation:hero-text-in .6s cubic-bezier(.2,.7,.2,1) .12s both}.is-revealing .hero-quote-cite{animation:hero-text-in .6s cubic-bezier(.2,.7,.2,1) .24s both}.is-leaving .hero-quote-eyebrow,.is-leaving .hero-quote-main,.is-leaving .hero-quote-cite{animation:hero-text-out .38s ease both}@media(prefers-reduced-motion:reduce){.anim-wave-1,.anim-wave-2,.anim-wave-3{animation:none;stroke-dashoffset:0;opacity:1}.anim-pulse-dot{animation:none;opacity:1;transform:scale(1)}.hero-quote-eyebrow,.hero-quote-main,.hero-quote-cite{opacity:1;transform:none}.is-in .hero-quote-eyebrow,.is-in .hero-quote-main,.is-in .hero-quote-cite,.is-in .anim-wave-1,.is-in .anim-wave-2,.is-in .anim-wave-3,.is-in .anim-pulse-dot,.anim-spin-outer,.anim-spin-inner,.is-in .tile1-svg,.is-in .tile3-svg,.is-in .tile4-svg,.is-in .anim-slide-br,.is-in .anim-solid-square,.is-in .anim-draw-axis-y,.is-in .anim-draw-axis-x,.is-in .anim-draw-line,.is-in .anim-draw-wave,.is-in .anim-circle-pop{animation:none}.anim-slide-br{opacity:1;transform:none}.anim-solid-square{opacity:1;stroke-dashoffset:0}.anim-draw-axis-y,.anim-draw-axis-x,.anim-draw-line,.anim-draw-wave{stroke-dashoffset:0}.anim-circle-pop{opacity:1;transform:scale(1)}.anim-spin-outer-mini,.anim-spin-inner-mini,.anim-solid-square-mini,.anim-slide-br-mini,.anim-draw-axis-y-mini,.anim-draw-axis-x-mini,.anim-draw-line-mini,.anim-draw-wave-mini,.anim-circle-pop-mini,.anim-tile6-draw-mini,.anim-tile6-march-mini,.tile1-mini-svg{animation:none}.anim-solid-square-mini,.anim-slide-br-mini{opacity:1;stroke-dashoffset:0;transform:none}.anim-draw-axis-y-mini,.anim-draw-axis-x-mini,.anim-draw-line-mini,.anim-draw-wave-mini{stroke-dashoffset:0}.anim-circle-pop-mini{opacity:1;transform:scale(1)}.anim-tile6-draw-mini{opacity:1;stroke-dashoffset:0}.anim-tile6-march-mini{opacity:1}.tile1-mini-svg{opacity:1;transform:none}}.anim-net-edge{stroke-dasharray:200;stroke-dashoffset:200;animation:net-edge-draw 9s ease infinite}.anim-net-edge:nth-of-type(2){animation-delay:.25s}.anim-net-edge:nth-of-type(3){animation-delay:.5s}.anim-net-edge:nth-of-type(4){animation-delay:.75s}.anim-net-edge:nth-of-type(5){animation-delay:1s}.anim-net-edge:nth-of-type(6){animation-delay:1.25s}@keyframes net-edge-draw{0%,6%{stroke-dashoffset:200;opacity:.4}26%{stroke-dashoffset:0;opacity:1}88%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:200;opacity:.4}}.anim-net-pulse{transform-origin:center;transform-box:fill-box;animation:net-pulse 3s ease-in-out infinite}@keyframes net-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.35);opacity:1}}.anim-hero-orbit{transform-origin:160px 160px;animation:hero-orbit-rotate 10s linear infinite}@keyframes hero-orbit-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.anim-r-spin{transform-origin:center;transform-box:fill-box;animation:r-sway 14s ease-in-out infinite}@keyframes r-sway{0%{transform:rotate(-10deg)}10%{transform:rotate(-7deg)}20%{transform:rotate(-4deg)}30%{transform:rotate(1deg)}40%{transform:rotate(3deg)}50%{transform:rotate(10deg)}60%{transform:rotate(7deg)}70%{transform:rotate(3deg)}80%{transform:rotate(-2deg)}90%{transform:rotate(-6deg)}to{transform:rotate(-10deg)}}.anim-hero-orbit-inner{transform-origin:160px 160px;animation:hero-orbit-rotate-reverse 7s linear infinite}@keyframes hero-orbit-rotate-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.anim-hero-spin-inner{transform-origin:160px 160px;animation:slow-spin 14s linear infinite}.anim-hero-spin-outer{transform-origin:160px 160px;animation:counter-spin 38s linear infinite}.aspa-tiimi-rings{transform-box:fill-box;transform-origin:center;transition:transform .7s cubic-bezier(.4,0,.2,1)}.aspa-hyodyt-ring{transform-box:fill-box;transform-origin:center}[data-anim-reveal-late]{opacity:0;transform:translateY(18px);transition:opacity .8s ease-out,transform .8s cubic-bezier(.2,.6,.2,1)}[data-anim-reveal-late].is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){[data-anim-reveal-late]{opacity:1;transform:none;transition:none}}.aspa-hero{background-color:#e6e1f24d}.aspa-hero:before{content:"";position:absolute;inset:-8%;z-index:0;pointer-events:none;filter:blur(10px);background:radial-gradient(ellipse 60% 35% at 30% 75%,rgba(235,170,205,.18),transparent 65%),radial-gradient(ellipse 55% 35% at 75% 88%,rgba(205,175,235,.65),transparent 60%),radial-gradient(ellipse 50% 30% at 25% 95%,rgba(170,220,200,.6),transparent 60%),radial-gradient(ellipse 40% 25% at 90% 70%,rgba(245,215,175,.18),transparent 55%);animation:hero-bg-drift 32s ease-in-out infinite}@media(max-width:1023px){.aspa-hero:before{inset:50% -18% -8%;animation:hero-bg-drift-mobile 18s ease-in-out infinite}}@media(prefers-reduced-motion:reduce){.aspa-hero:before{animation:none}}@media(min-width:1024px){.aspa-hero:before{inset:-8% -12% -8% 45%;background:radial-gradient(ellipse 50% 60% at 85% 30%,rgba(235,170,205,.4),transparent 65%),radial-gradient(ellipse 45% 55% at 92% 60%,rgba(205,175,235,.4),transparent 60%),radial-gradient(ellipse 45% 50% at 78% 85%,rgba(170,220,200,.36),transparent 60%),radial-gradient(ellipse 35% 35% at 95% 18%,rgba(245,215,175,.36),transparent 55%)}}.aspa-hero.tek-hero:before{background:radial-gradient(ellipse 60% 35% at 30% 75%,rgba(120,175,220,.2),transparent 65%),radial-gradient(ellipse 55% 35% at 75% 88%,rgba(205,175,235,.4),transparent 60%),radial-gradient(ellipse 50% 30% at 25% 95%,rgba(170,220,200,.36),transparent 60%),radial-gradient(ellipse 40% 25% at 90% 70%,rgba(245,215,175,.36),transparent 55%)}@media(min-width:1024px){.aspa-hero.tek-hero:before{background:radial-gradient(ellipse 50% 60% at 85% 30%,rgba(120,175,220,.42),transparent 65%),radial-gradient(ellipse 45% 55% at 92% 60%,rgba(205,175,235,.4),transparent 60%),radial-gradient(ellipse 45% 50% at 78% 85%,rgba(170,220,200,.36),transparent 60%),radial-gradient(ellipse 35% 35% at 95% 18%,rgba(245,215,175,.36),transparent 55%)}}.aspa-hero.tuki-hero:before{background:radial-gradient(ellipse 60% 35% at 30% 75%,rgba(140,158,225,.32),transparent 65%),radial-gradient(ellipse 55% 35% at 75% 88%,rgba(196,162,240,.42),transparent 60%),radial-gradient(ellipse 50% 30% at 25% 95%,rgba(160,214,220,.34),transparent 60%),radial-gradient(ellipse 40% 25% at 90% 70%,rgba(245,215,175,.32),transparent 55%)}@media(min-width:1024px){.aspa-hero.tuki-hero:before{background:radial-gradient(ellipse 50% 60% at 85% 30%,rgba(140,158,225,.42),transparent 65%),radial-gradient(ellipse 45% 55% at 92% 60%,rgba(196,162,240,.42),transparent 60%),radial-gradient(ellipse 45% 50% at 78% 85%,rgba(160,214,220,.34),transparent 60%),radial-gradient(ellipse 35% 35% at 95% 18%,rgba(245,215,175,.32),transparent 55%)}}.aspa-hero.tarina-hero:before{background:radial-gradient(ellipse 60% 35% at 30% 75%,rgba(235,170,205,.04),transparent 65%),radial-gradient(ellipse 55% 35% at 75% 88%,rgba(205,175,235,.24),transparent 60%),radial-gradient(ellipse 50% 30% at 25% 95%,rgba(170,220,200,.2),transparent 60%),radial-gradient(ellipse 40% 25% at 90% 70%,rgba(245,215,175,.2),transparent 55%)}@media(min-width:1024px){.aspa-hero.tarina-hero:before{background:radial-gradient(ellipse 50% 60% at 85% 30%,rgba(235,170,205,.04),transparent 65%),radial-gradient(ellipse 45% 55% at 92% 60%,rgba(205,175,235,.24),transparent 60%),radial-gradient(ellipse 45% 50% at 78% 85%,rgba(170,220,200,.2),transparent 60%),radial-gradient(ellipse 35% 35% at 95% 18%,rgba(245,215,175,.2),transparent 55%)}}.aspa-hero.mittarit-hero:before{background:radial-gradient(ellipse 60% 35% at 30% 75%,rgba(120,200,190,.2),transparent 65%),radial-gradient(ellipse 55% 35% at 75% 88%,rgba(200,170,235,.4),transparent 60%),radial-gradient(ellipse 50% 30% at 25% 95%,rgba(150,182,225,.32),transparent 60%),radial-gradient(ellipse 40% 25% at 90% 70%,rgba(245,215,175,.3),transparent 55%)}@media(min-width:1024px){.aspa-hero.mittarit-hero:before{background:radial-gradient(ellipse 50% 60% at 85% 30%,rgba(120,200,190,.4),transparent 65%),radial-gradient(ellipse 45% 55% at 92% 60%,rgba(200,170,235,.4),transparent 60%),radial-gradient(ellipse 45% 50% at 78% 85%,rgba(150,182,225,.32),transparent 60%),radial-gradient(ellipse 35% 35% at 95% 18%,rgba(245,215,175,.3),transparent 55%)}}.aspa-hero.myynti-hero:before{background:radial-gradient(ellipse 60% 35% at 30% 75%,rgba(125,198,162,.2),transparent 65%),radial-gradient(ellipse 55% 35% at 75% 88%,rgba(120,170,225,.22),transparent 60%),radial-gradient(ellipse 50% 30% at 25% 95%,rgba(150,206,205,.32),transparent 60%),radial-gradient(ellipse 40% 25% at 90% 70%,rgba(196,168,232,.3),transparent 55%)}@media(min-width:1024px){.aspa-hero.myynti-hero:before{background:radial-gradient(ellipse 50% 60% at 85% 30%,rgba(125,198,162,.4),transparent 65%),radial-gradient(ellipse 45% 55% at 92% 60%,rgba(120,170,225,.42),transparent 60%),radial-gradient(ellipse 45% 50% at 78% 85%,rgba(150,206,205,.32),transparent 60%),radial-gradient(ellipse 35% 35% at 95% 18%,rgba(196,168,232,.3),transparent 55%)}}.aspa-hero.yhteys-hero:before{background:radial-gradient(ellipse 60% 35% at 30% 75%,rgba(205,170,235,.42),transparent 65%),radial-gradient(ellipse 55% 35% at 75% 88%,rgba(236,168,198,.36),transparent 60%),radial-gradient(ellipse 50% 30% at 25% 95%,rgba(245,205,165,.34),transparent 60%),radial-gradient(ellipse 40% 25% at 90% 70%,rgba(150,182,225,.3),transparent 55%)}@media(min-width:1024px){.aspa-hero.yhteys-hero:before{background:radial-gradient(ellipse 50% 60% at 85% 30%,rgba(205,170,235,.42),transparent 65%),radial-gradient(ellipse 45% 55% at 92% 60%,rgba(236,168,198,.36),transparent 60%),radial-gradient(ellipse 45% 50% at 78% 85%,rgba(245,205,165,.34),transparent 60%),radial-gradient(ellipse 35% 35% at 95% 18%,rgba(150,182,225,.3),transparent 55%)}}.aspa-hero.asiakkaat-hero:before{background:radial-gradient(ellipse 60% 35% at 30% 95%,rgba(195,168,235,.34),transparent 65%),radial-gradient(ellipse 55% 35% at 75% 88%,rgba(140,178,225,.32),transparent 60%),radial-gradient(ellipse 50% 30% at 25% 102%,rgba(160,210,185,.28),transparent 60%),radial-gradient(ellipse 40% 25% at 90% 70%,rgba(240,210,170,.32),transparent 55%)}@media(min-width:1024px){.aspa-hero.asiakkaat-hero:before{background:radial-gradient(ellipse 50% 60% at 85% 30%,rgba(195,168,235,.4),transparent 65%),radial-gradient(ellipse 45% 55% at 92% 60%,rgba(140,178,225,.4),transparent 60%),radial-gradient(ellipse 45% 50% at 78% 85%,rgba(160,210,185,.32),transparent 60%),radial-gradient(ellipse 35% 35% at 95% 18%,rgba(240,210,170,.28),transparent 55%)}}.aspa-hero.toihin-hero:before{background:radial-gradient(ellipse 60% 35% at 30% 95%,rgba(255,188,150,.34),transparent 65%),radial-gradient(ellipse 55% 35% at 75% 88%,rgba(228,160,218,.4),transparent 60%),radial-gradient(ellipse 50% 30% at 25% 102%,rgba(255,214,160,.28),transparent 60%),radial-gradient(ellipse 40% 25% at 90% 70%,rgba(184,152,232,.32),transparent 55%)}@media(min-width:1024px){.aspa-hero.toihin-hero:before{background:radial-gradient(ellipse 50% 60% at 85% 30%,rgba(255,188,150,.44),transparent 65%),radial-gradient(ellipse 45% 55% at 92% 60%,rgba(228,160,218,.4),transparent 60%),radial-gradient(ellipse 45% 50% at 78% 85%,rgba(255,214,160,.38),transparent 60%),radial-gradient(ellipse 35% 35% at 96% 16%,rgba(184,152,232,.32),transparent 55%)}}.aspa-hero.tietoa-hero:before{background:radial-gradient(ellipse 60% 35% at 30% 75%,rgba(200,168,235,.42),transparent 65%),radial-gradient(ellipse 55% 35% at 75% 88%,rgba(245,190,175,.38),transparent 60%),radial-gradient(ellipse 50% 30% at 25% 95%,rgba(245,215,170,.34),transparent 60%),radial-gradient(ellipse 40% 25% at 90% 70%,rgba(150,178,225,.3),transparent 55%)}@media(min-width:1024px){.aspa-hero.tietoa-hero:before{background:radial-gradient(ellipse 50% 60% at 85% 30%,rgba(200,168,235,.42),transparent 65%),radial-gradient(ellipse 45% 55% at 92% 60%,rgba(245,190,175,.38),transparent 60%),radial-gradient(ellipse 45% 50% at 78% 85%,rgba(245,215,170,.34),transparent 60%),radial-gradient(ellipse 35% 35% at 95% 18%,rgba(150,178,225,.3),transparent 55%)}}.aspa-hero.toimipisteet-hero:before{background:radial-gradient(ellipse 60% 35% at 30% 95%,rgba(245,205,150,.4),transparent 65%),radial-gradient(ellipse 55% 35% at 75% 88%,rgba(240,165,150,.38),transparent 60%),radial-gradient(ellipse 50% 30% at 25% 102%,rgba(150,210,200,.32),transparent 60%),radial-gradient(ellipse 40% 25% at 90% 70%,rgba(200,170,235,.28),transparent 55%)}@media(min-width:1024px){.aspa-hero.toimipisteet-hero:before{background:radial-gradient(ellipse 50% 60% at 85% 30%,rgba(245,205,150,.42),transparent 65%),radial-gradient(ellipse 45% 55% at 92% 60%,rgba(240,165,150,.38),transparent 60%),radial-gradient(ellipse 45% 50% at 78% 85%,rgba(150,210,200,.34),transparent 60%),radial-gradient(ellipse 35% 35% at 95% 18%,rgba(200,170,235,.28),transparent 55%)}}.aspa-hero.vastuullisuus-hero:before{background:radial-gradient(ellipse 60% 35% at 30% 95%,rgba(150,215,180,.4),transparent 65%),radial-gradient(ellipse 55% 35% at 75% 88%,rgba(200,175,235,.38),transparent 60%),radial-gradient(ellipse 50% 30% at 25% 102%,rgba(245,210,165,.3),transparent 60%),radial-gradient(ellipse 40% 25% at 90% 70%,rgba(150,195,215,.3),transparent 55%)}@media(min-width:1024px){.aspa-hero.vastuullisuus-hero:before{background:radial-gradient(ellipse 50% 60% at 85% 30%,rgba(150,215,180,.42),transparent 65%),radial-gradient(ellipse 45% 55% at 92% 60%,rgba(200,175,235,.38),transparent 60%),radial-gradient(ellipse 45% 50% at 78% 85%,rgba(245,210,165,.32),transparent 60%),radial-gradient(ellipse 35% 35% at 95% 18%,rgba(150,195,215,.3),transparent 55%)}}.aspa-hero>*{position:relative;z-index:1}.home-hero-glow{position:relative}.home-hero-glow>*{position:relative;z-index:1}.home-hero-glow:before{content:"";position:absolute;top:-22%;bottom:-22%;left:calc(50% - 50vw);width:100vw;z-index:0;pointer-events:none;background:radial-gradient(ellipse 60% 35% at 30% 75%,rgba(120,200,190,.22),transparent 65%),radial-gradient(ellipse 55% 35% at 75% 88%,rgba(200,170,235,.55),transparent 60%),radial-gradient(ellipse 50% 30% at 25% 95%,rgba(150,182,225,.24),transparent 60%),radial-gradient(ellipse 40% 25% at 90% 70%,rgba(245,215,175,.26),transparent 55%)}@media(min-width:1024px){.home-hero-glow:before{background:radial-gradient(ellipse 38% 60% at 92% 30%,rgba(120,200,190,0),transparent 65%),radial-gradient(ellipse 34% 55% at 97% 60%,rgba(200,170,235,.4),transparent 60%),radial-gradient(ellipse 36% 50% at 90% 88%,rgba(150,182,225,.32),transparent 60%),radial-gradient(ellipse 28% 35% at 99% 18%,rgba(245,215,175,.1),transparent 55%)}}@media(prefers-reduced-motion:reduce){.home-hero-glow:before{animation:none}}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.home-hero-reveal{animation:hero-fade-up .8s cubic-bezier(.16,1,.3,1) .1s both}.home-hero-right{animation:hero-fade-up .7s cubic-bezier(.16,1,.3,1) 1.05s both}.tw-cursor{display:inline-block;width:.055em;height:.82em;background:var(--accent);margin-left:.06em;vertical-align:middle;animation:tw-blink 1.05s step-end infinite}.tw-cursor.tw-cursor-done{animation:none;opacity:0}@keyframes tw-blink{0%,to{opacity:1}50%{opacity:0}}@media(prefers-reduced-motion:reduce){.home-hero-reveal,.home-hero-right{animation:none}.tw-cursor{display:none}}@keyframes hero-bg-drift{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(2%,-3%) rotate(8deg)}50%{transform:translate(-1%,2%) rotate(-6deg)}75%{transform:translate(-2%,-1%) rotate(4deg)}}@keyframes hero-bg-drift-mobile{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(-4%,1%) rotate(-7deg)}50%{transform:translate(3%,-1%) rotate(5deg)}75%{transform:translate(4%,1%) rotate(8deg)}}@keyframes hero-label-1{0%,25%,to{opacity:0}1%,22%{opacity:.95}}@keyframes hero-label-2{0%,25%,50%,to{opacity:0}26%,47%{opacity:.95}}@keyframes hero-label-3{0%,50%,75%,to{opacity:0}51%,72%{opacity:.95}}@keyframes hero-label-4{0%,75%,to{opacity:0}76%,97%{opacity:.95}}.anim-hero-label-1{animation:hero-label-1 14s ease-in-out .85s infinite;transform-box:fill-box;transform-origin:center}.anim-hero-label-2{animation:hero-label-2 14s ease-in-out .85s infinite;transform-box:fill-box;transform-origin:center}.anim-hero-label-3{animation:hero-label-3 14s ease-in-out .85s infinite;transform-box:fill-box;transform-origin:center}.anim-hero-label-4{animation:hero-label-4 14s ease-in-out .85s infinite;transform-box:fill-box;transform-origin:center}@keyframes label-underline-draw{0%,25%,to{stroke-dashoffset:100}5%,22%{stroke-dashoffset:0}}@keyframes label-underline-draw-2{0%,25%,50%,to{stroke-dashoffset:100}30%,47%{stroke-dashoffset:0}}@keyframes label-underline-draw-3{0%,50%,75%,to{stroke-dashoffset:100}55%,72%{stroke-dashoffset:0}}@keyframes label-underline-draw-4{0%,75%,to{stroke-dashoffset:100}80%,97%{stroke-dashoffset:0}}.anim-hero-label-1 .hero-label-underline{animation:label-underline-draw 14s cubic-bezier(.1,.85,.3,1) .85s infinite}.anim-hero-label-2 .hero-label-underline{animation:label-underline-draw-2 14s cubic-bezier(.1,.85,.3,1) .85s infinite}.anim-hero-label-3 .hero-label-underline{animation:label-underline-draw-3 14s cubic-bezier(.1,.85,.3,1) .85s infinite}.anim-hero-label-4 .hero-label-underline{animation:label-underline-draw-4 14s cubic-bezier(.1,.85,.3,1) .85s infinite}@media(max-width:1023px){.anim-hero-label-1 text:nth-child(1){font-size:18.15px}.anim-hero-label-1 text:nth-child(2){font-size:7.26px}.anim-hero-label-2 text:nth-child(1){font-size:20.57px}.anim-hero-label-2 text:nth-child(2){font-size:8.5px}.anim-hero-label-3 text:nth-child(1){font-size:12.1px}.anim-hero-label-3 text:nth-child(2){font-size:9.5px}.anim-hero-label-4 text:nth-child(1){font-size:12.7px}.anim-hero-label-4 text:nth-child(2){font-size:9.5px}.hero-orbital-svg>circle[r="80"]{stroke-width:2.4}.hero-orbital-svg .anim-hero-spin-outer{stroke-width:1.35}.hero-orbital-svg .anim-smaller-spin>circle{stroke-width:.825}.hero-orbital-svg .hero-label-underline{stroke-width:.75}}@media(min-width:1024px){.hero-orbital-svg>circle[r="80"]{stroke-width:2}.hero-orbital-svg .anim-hero-spin-outer{stroke-width:1.125}.hero-orbital-svg .anim-smaller-spin>circle{stroke-width:.6875}.hero-orbital-svg .hero-label-underline{stroke-width:.625}}@media(min-width:1024px){.anim-hero-label-1 text:nth-child(1){font-size:13px}.anim-hero-label-1 text:nth-child(2){font-size:6.5px}.anim-hero-label-2 text:nth-child(1){font-size:15px}.anim-hero-label-2 text:nth-child(2){font-size:7.5px}.anim-hero-label-3 text:nth-child(1){font-size:9px}.anim-hero-label-3 text:nth-child(2){font-size:7.5px}.anim-hero-label-4 text:nth-child(1){font-size:10px}.anim-hero-label-4 text:nth-child(2){font-size:7.5px}}.anim-hero-orbit-dot{transform-origin:160px 160px;animation:hero-orbit-rotate 5s linear infinite}.anim-smaller-spin{transform-box:fill-box;transform-origin:center;animation:slow-spin 9s linear infinite}.anim-dash-flow{animation:dash-flow 4s linear infinite}@keyframes dash-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-28}}.anim-stair{stroke-dasharray:80;stroke-dashoffset:80;animation:stair-draw 9s ease infinite}.anim-stair:nth-of-type(2){animation-delay:.35s}.anim-stair:nth-of-type(3){animation-delay:.7s}.anim-stair:nth-of-type(4){animation-delay:1.05s}@keyframes stair-draw{0%,5%{stroke-dashoffset:80}28%{stroke-dashoffset:0}88%{stroke-dashoffset:0}to{stroke-dashoffset:80}}.anim-stair-dot{opacity:0;transform-origin:center;transform-box:fill-box;transform:scale(.4);animation:stair-dot-pop 9s ease infinite}@keyframes stair-dot-pop{0%,32%{opacity:0;transform:scale(.4)}42%{opacity:1;transform:scale(1.25)}48%{opacity:1;transform:scale(1)}88%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.4)}}.anim-stair-mini{stroke-dasharray:100;stroke-dashoffset:100;animation:stair-mini-draw 9s ease infinite}.anim-stair-mini:nth-of-type(2){animation-delay:.35s}.anim-stair-mini:nth-of-type(3){animation-delay:.7s}.anim-stair-mini:nth-of-type(4){animation-delay:1.05s}@keyframes stair-mini-draw{0%,5%{stroke-dashoffset:100}28%{stroke-dashoffset:0}88%{stroke-dashoffset:0}to{stroke-dashoffset:100}}.anim-stair-mini-dot{opacity:0;transform-origin:center;transform-box:fill-box;transform:scale(.4);animation:stair-mini-dot-pop 9s ease infinite}@keyframes stair-mini-dot-pop{0%,32%{opacity:0;transform:scale(.4)}42%{opacity:1;transform:scale(1.3)}48%{opacity:1;transform:scale(1)}88%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.4)}}.anim-hex-mini-outline{stroke-dasharray:100;stroke-dashoffset:100;animation:hex-mini-outline-draw 9s ease infinite}@keyframes hex-mini-outline-draw{0%,5%{stroke-dashoffset:100;opacity:.5}35%{stroke-dashoffset:0;opacity:1}88%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:100;opacity:.5}}.anim-gauge-mini-arc{stroke-dasharray:100;stroke-dashoffset:100;animation:gauge-mini-fill 9s ease infinite}@keyframes gauge-mini-fill{0%,8%{stroke-dashoffset:100}35%{stroke-dashoffset:20}88%{stroke-dashoffset:20}to{stroke-dashoffset:100}}.anim-stair-riser{stroke-dasharray:100;stroke-dashoffset:100;animation:stair-riser-draw 9s ease infinite}.anim-stair-riser:nth-of-type(2){animation-delay:.55s}.anim-stair-riser:nth-of-type(3){animation-delay:.9s}@keyframes stair-riser-draw{0%,20%{stroke-dashoffset:100}36%{stroke-dashoffset:0}88%{stroke-dashoffset:0}to{stroke-dashoffset:100}}.anim-hex-outline{stroke-dasharray:660;stroke-dashoffset:660;animation:hex-outline-draw 9s ease infinite}@keyframes hex-outline-draw{0%,5%{stroke-dashoffset:660;opacity:.5}35%{stroke-dashoffset:0;opacity:1}88%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:660;opacity:.5}}.anim-hex-axis{stroke-dasharray:100;stroke-dashoffset:100;animation:hex-axis-draw 9s ease infinite}.anim-hex-axis:nth-of-type(2){animation-delay:.2s}.anim-hex-axis:nth-of-type(3){animation-delay:.4s}.anim-hex-axis:nth-of-type(4){animation-delay:.6s}.anim-hex-axis:nth-of-type(5){animation-delay:.8s}.anim-hex-axis:nth-of-type(6){animation-delay:1s}@keyframes hex-axis-draw{0%,10%{stroke-dashoffset:100;opacity:.4}30%{stroke-dashoffset:0;opacity:1}88%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:100;opacity:.4}}.anim-prosessit-baseline{stroke-dasharray:100;stroke-dashoffset:100;animation:prosessit-baseline-draw 9s ease infinite}@keyframes prosessit-baseline-draw{0%,5%{stroke-dashoffset:100}15%{stroke-dashoffset:0}88%{stroke-dashoffset:0}to{stroke-dashoffset:100}}.anim-prosessit-bar{stroke-dasharray:100;stroke-dashoffset:100;animation:prosessit-bar-draw 9s ease infinite}.anim-prosessit-bar:nth-of-type(2){animation-delay:.15s}.anim-prosessit-bar:nth-of-type(3){animation-delay:.45s}.anim-prosessit-bar:nth-of-type(4){animation-delay:.75s}.anim-prosessit-bar:nth-of-type(5){animation-delay:1.05s}@keyframes prosessit-bar-draw{0%,8%{stroke-dashoffset:100;opacity:0}22%{stroke-dashoffset:0;opacity:1}88%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:100;opacity:0}}.anim-prosessit-flow{stroke-dasharray:100;stroke-dashoffset:100;animation:prosessit-flow-draw 9s ease infinite}@keyframes prosessit-flow-draw{0%,30%{stroke-dashoffset:100;opacity:0}55%{stroke-dashoffset:0;opacity:1}88%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:100;opacity:0}}.anim-gauge-arc{stroke-dasharray:503;stroke-dashoffset:503;animation:gauge-fill 9s ease infinite}@keyframes gauge-fill{0%,8%{stroke-dashoffset:503}35%{stroke-dashoffset:100}88%{stroke-dashoffset:100}to{stroke-dashoffset:503}}.deck{position:relative;min-height:620px}.deck-card{position:absolute;inset:0;top:calc(var(--idx) * 28px);left:calc(var(--idx) * 34px);right:calc((var(--total) - 1 - var(--idx)) * 34px);bottom:calc((var(--total) - 1 - var(--idx)) * 28px);z-index:calc(10 - var(--idx));transition:transform .5s var(--ease),z-index 0s .4s,box-shadow .5s var(--ease);cursor:pointer;box-shadow:0 8px 30px -10px #1412422e}.deck-card:hover{z-index:30;transition:transform .5s var(--ease),z-index 0s,box-shadow .5s var(--ease);box-shadow:0 20px 50px -10px #14124259}@media(max-width:767px){.deck{min-height:auto}.deck-card{position:relative;inset:auto;margin-bottom:16px;z-index:auto;box-shadow:none}.deck-card:hover{box-shadow:none}}.hscroll-track{display:grid;grid-auto-flow:column;grid-auto-columns:85%;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:7.5%;padding-inline:7.5%;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;overscroll-behavior-x:contain}.hscroll-track::-webkit-scrollbar{display:none}@media(min-width:768px){.hscroll-track{grid-auto-columns:82%;gap:28px;scroll-padding-inline:9%;padding-inline:9%}}@media(min-width:1024px){.hscroll-track{grid-auto-columns:88%;scroll-padding-inline:0;padding-inline:0}.hscroll-card{scroll-snap-align:start}}.hscroll-card-split{display:grid;gap:24px}@media(min-width:768px){.hscroll-card-split{grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:40px;align-items:stretch}}.card-visual{position:relative;aspect-ratio:4 / 5;border-radius:0;overflow:hidden;min-height:240px}@media(min-width:768px){.card-visual{aspect-ratio:auto;min-height:420px}}.card-content{display:flex;flex-direction:column;justify-content:center;padding-block:8px}.hscroll-card{scroll-snap-align:center;transition:transform .5s var(--ease),opacity .5s var(--ease);transform:scale(.95);opacity:.55}.hscroll-card.is-focus{transform:scale(1);opacity:1}.hscroll-card .reveal-stagger>*{opacity:0;transform:translateY(14px);transition:opacity .55s var(--ease),transform .55s var(--ease)}.hscroll-card.is-revealed .reveal-stagger>*{opacity:1;transform:translateY(0)}.hscroll-card.is-revealed .reveal-stagger>*:nth-child(1){transition-delay:.08s}.hscroll-card.is-revealed .reveal-stagger>*:nth-child(2){transition-delay:.18s}.hscroll-card.is-revealed .reveal-stagger>*:nth-child(3){transition-delay:.28s}.hscroll-card.is-revealed .reveal-stagger>*:nth-child(4){transition-delay:.38s}.hscroll-card.is-revealed .reveal-stagger>*:nth-child(5){transition-delay:.48s}.hscroll-card.is-revealed .reveal-stagger>*:nth-child(6){transition-delay:.58s}.hscroll-progress{display:inline-flex;align-items:center;gap:8px}.hscroll-progress span{width:28px;height:2px;background:var(--line);border-radius:1px;transition:background .3s var(--ease)}.hscroll-progress span.is-active{background:var(--accent)}.phase-slider{padding:8px 0 4px;user-select:none}.phase-track{position:relative;height:3px;background:var(--line);border-radius:0;cursor:pointer}.phase-fill{position:absolute;top:0;left:0;height:100%;background:var(--accent);border-radius:0;width:0;transition:width .5s var(--ease)}.phase-thumb{position:absolute;top:50%;left:0;width:18px;height:18px;background:var(--accent);border-radius:50%;transform:translate(-50%,-50%);cursor:grab;border:2px solid var(--bg);box-shadow:none;transition:left .5s var(--ease),transform .15s var(--ease);z-index:3;touch-action:none}.phase-thumb:active{cursor:grabbing;transform:translate(-50%,-50%) scale(1.15)}.phase-stop{position:absolute;top:50%;width:10px;height:10px;border-radius:50%;background:var(--paper);border:1.5px solid var(--ink-mute);cursor:pointer;transform:translate(-50%,-50%);padding:0;z-index:2;transition:background .3s var(--ease),border-color .3s var(--ease)}.phase-stop:before{content:"";position:absolute;inset:-14px}.phase-stop[data-phase-step="0"]{left:0%}.phase-stop[data-phase-step="1"]{left:33.333%}.phase-stop[data-phase-step="2"]{left:66.667%}.phase-stop[data-phase-step="3"]{left:100%}.phase-stop.is-active{background:var(--accent);border-color:var(--accent)}.phase-labels{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;font-size:11px;text-transform:uppercase;letter-spacing:.25em;color:var(--ink-mute)}.phase-labels span{transition:color .3s,font-weight 0s}.phase-labels span:nth-child(1){text-align:left}.phase-labels span:nth-child(2){text-align:center;transform:translate(-5px)}.phase-labels span:nth-child(3){text-align:center;transform:translate(5px)}.phase-labels span:nth-child(4){text-align:right}.phase-labels span.is-active{color:var(--accent);font-weight:600}.phase-arrows{display:flex;gap:18px;margin-top:24px}.phase-arrow{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--ink-mute);cursor:pointer;transition:border-color .25s var(--ease),color .25s var(--ease)}.phase-arrow svg{transition:transform .25s var(--ease)}.phase-arrow:hover{border-color:var(--accent);color:var(--accent)}.phase-arrow[data-phase-arrow=prev]:hover svg{transform:translate(-2px)}.phase-arrow[data-phase-arrow=next]:hover svg{transform:translate(2px)}.phase-arrow[disabled]{opacity:.25;cursor:not-allowed}.phase-arrow[disabled]:hover{border-color:var(--line);color:var(--ink-mute)}.phase-arrow[disabled]:hover svg{transform:none}.phase-content-area{position:relative;min-height:380px}.phase-content{position:absolute;inset:0;opacity:0;transform:translateY(10px);transition:opacity .45s var(--ease),transform .45s var(--ease);pointer-events:none}.phase-content.is-active{opacity:1;transform:translateY(0);pointer-events:auto}[data-smiley]{transform-origin:center;transform-box:fill-box}[data-smiley] .smile-neutral{transition:opacity .3s}[data-smiley] .smile-happy{transition:opacity .3s .25s}[data-smiley].is-revealed .smile-neutral{opacity:0}[data-smiley].is-revealed .smile-happy{opacity:1}[data-smiley].is-revealed{animation:smiley-bounce .7s var(--ease) forwards}@keyframes smiley-bounce{0%{transform:scale(.9)}40%{transform:scale(1.18)}70%{transform:scale(.96)}to{transform:scale(1)}}.reveal-slide-right{opacity:0;transform:translate(60px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal-slide-right.is-revealed{opacity:1;transform:translate(0)}.reveal-bubble{opacity:0;transform:translateY(40px);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal-bubble.is-revealed{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal-bubble{transition:opacity .3s ease;transform:none}}.accordion-item{border-bottom:1px solid var(--line)}.accordion-item:first-child{border-top:1px solid var(--line)}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0;background:none;border:0;cursor:pointer;text-align:left;font-family:inherit;font-size:clamp(17px,1.6vw,21px);font-weight:600;letter-spacing:-.01em;color:var(--ink);transition:color .2s}.accordion-trigger:hover{color:var(--accent)}.accordion-trigger .icon{width:22px;height:22px;flex-shrink:0;position:relative;transition:transform .3s var(--ease)}.accordion-trigger .icon:before,.accordion-trigger .icon:after{content:"";position:absolute;top:50%;left:50%;background:currentColor;transition:transform .3s var(--ease)}.accordion-trigger .icon:before{width:14px;height:1.5px;transform:translate(-50%,-50%)}.accordion-trigger .icon:after{width:1.5px;height:14px;transform:translate(-50%,-50%)}.accordion-item[open] .accordion-trigger .icon:after{transform:translate(-50%,-50%) scaleY(0)}.accordion-content{padding:0 0 22px;max-width:72ch;color:var(--ink-soft);font-size:15px;line-height:1.65;cursor:pointer}.pillari-svg-shrink{transform:scale(.93);transform-origin:center}.eteneminen-progressbar{display:inline-flex;align-items:center;gap:8px}.eteneminen-progressbar span{width:40px;height:2px;background:var(--line);transition:background .35s var(--ease)}.eteneminen-progressbar span.is-active{background:var(--accent)}@media(min-width:1024px){.phase-label:before{width:48px}}.eteneminen-step-item{opacity:0;transform:translate(60px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.eteneminen-step-item.is-revealed{opacity:1;transform:translate(0)}:root{--site-header-h: 104px}.hero-orbital-fadein{opacity:0;animation:hero-orbital-in .5s ease-out .35s forwards}@keyframes hero-orbital-in{to{opacity:1}}@media(prefers-reduced-motion:reduce){.hero-orbital-fadein{opacity:1;animation:none}}.reveal-up{opacity:0;transform:translateY(40px);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal-up.is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal-up{transition:none;opacity:1;transform:none}}.ete-rail{display:flex;flex-direction:column;gap:4px}.ete-rail-item{display:flex;align-items:center;gap:14px;width:100%;padding:12px 0;text-align:left;background:none;border:none;cursor:pointer;opacity:.4;transition:opacity .35s var(--ease)}.ete-rail-item:hover{opacity:.75}.ete-rail-item.is-active{opacity:1}.ete-rail-dot{width:11px;height:11px;border-radius:999px;flex-shrink:0;border:1.5px solid var(--accent);background:transparent;transition:background .35s var(--ease),transform .35s var(--ease)}.ete-rail-item.is-active .ete-rail-dot{background:var(--accent);transform:scale(1.15)}.ete-rail-label{font-size:15px;font-weight:500;color:var(--ink)}.ete-form-card{padding:clamp(28px,4vw,48px);background:var(--bg);border-radius:6px}.ete-form-visual{position:relative;width:clamp(160px,16vw,210px);aspect-ratio:1;flex-shrink:0}.ete-form-circle{position:absolute;inset:8%;border-radius:50%;overflow:hidden}.ete-form-gradient{position:absolute;inset:0;background:linear-gradient(140deg,#8ecebf,#9168c0 52%,#74b0e2)}.ete-form-antti{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}@media(max-width:1023px){.ete-form-circle{inset:0}}.form-input-compact{width:100%;padding:8px 0 6px;border:none;border-bottom:1px solid var(--line);background:transparent;font-family:inherit;font-size:14px;color:var(--ink);outline:none;transition:border-color .2s var(--ease);resize:none}.form-input-compact::placeholder{color:var(--ink-mute);opacity:.7}.form-input-compact:focus{border-bottom-color:var(--accent)}.btn-eteneminen-compact{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:var(--ink);color:var(--paper);font-family:inherit;font-size:13px;font-weight:600;letter-spacing:.01em;border:none;cursor:pointer;transition:background .2s var(--ease)}.btn-eteneminen-compact:hover{background:var(--accent)}
