@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap";:root{color-scheme:dark;--intent-bg: #0e1116;--intent-bg-soft: #151c26;--intent-surface: #1b2430;--intent-primary: #2dd4bf;--intent-secondary: #f43f7e;--intent-info: #60a5fa;--intent-text: #e6edf5;--intent-muted: #9da9b8;--intent-divider: #2a3442;--intent-card-shadow: 0 14px 38px rgba(5, 8, 14, .38)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 8% 6%,rgba(244,63,126,.16),transparent 32%),radial-gradient(circle at 88% 0%,rgba(45,212,191,.13),transparent 36%),radial-gradient(circle at 100% 70%,rgba(96,165,250,.11),transparent 34%),var(--intent-bg);color:var(--intent-text);font-family:Manrope,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:inherit}h1,h2,h3{margin:0;font-family:Playfair Display,Georgia,serif;letter-spacing:.01em}.landing-shell{min-height:100vh}.container{width:min(1140px,calc(100% - 2.25rem));margin:0 auto}.reveal{opacity:0;transform:translateY(18px);transition:opacity .62s ease,transform .62s ease;transition-delay:var(--delay, 0ms)}.reveal.is-visible{opacity:1;transform:translateY(0)}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--intent-divider);background:#151c26db;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:74px;gap:.85rem}.brand{font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:clamp(1.35rem,1.8vw,1.65rem);letter-spacing:.01em;text-decoration:none}.site-nav{display:flex;align-items:center;gap:1.05rem}.site-nav a{color:var(--intent-muted);font-weight:600;text-decoration:none;transition:color .18s ease}.site-nav a:hover{color:var(--intent-text)}.language-switch{display:inline-flex;border:1px solid var(--intent-divider);border-radius:999px;padding:.22rem;gap:.25rem;background:#0e11167a}.language-switch button{border:0;background:transparent;color:var(--intent-muted);border-radius:999px;font-weight:700;font-size:.85rem;padding:.42rem .72rem;cursor:pointer;transition:all .18s ease}.language-switch button:hover{color:var(--intent-text)}.language-switch button.active{color:#081611;background:var(--intent-primary)}.hero-section{position:relative;min-height:calc(100svh - 74px);display:flex;align-items:center;justify-content:center;overflow:clip;isolation:isolate}.hero-bg-image{position:absolute;top:-4%;right:-4%;bottom:-4%;left:-4%;width:108%;height:108%;object-fit:cover;transform:scale(1.01);animation:hero-drift 20s ease-in-out infinite alternate;z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#080c13db,#080c139e 44%,#080c13e0),radial-gradient(circle at 50% 44%,rgba(45,212,191,.12),transparent 56%),radial-gradient(circle at 84% 16%,rgba(244,63,126,.12),transparent 36%);z-index:1}.hero-accent{position:absolute;pointer-events:none;z-index:2}.hero-accent-path{left:50%;bottom:clamp(3rem,8vh,6rem);width:min(760px,78vw);height:clamp(128px,18vw,212px);transform:translate(-50%);border:1px solid rgba(157,169,184,.25);border-radius:999px;opacity:.58;animation:hero-path-pulse 8.5s ease-in-out infinite}.hero-accent-path:before,.hero-accent-path:after{content:"";position:absolute;top:50%;width:10px;height:10px;border-radius:50%;transform:translateY(-50%)}.hero-accent-path:before{left:22%;background:#2dd4bfe6}.hero-accent-path:after{right:22%;background:#f43f7edb}.hero-accent-glow{inset:auto auto 16% 50%;width:min(740px,70vw);height:clamp(170px,20vw,250px);transform:translate(-50%);background:radial-gradient(circle at center,#2dd4bf2e,#2dd4bf00);filter:blur(10px);opacity:.6;animation:hero-glow-pulse 7.2s ease-in-out infinite}.hero-accent-orbit{width:13px;height:13px;border-radius:50%}.hero-accent-orbit-a{left:50%;top:52%;background:#60a5fae6;box-shadow:0 0 0 8px #60a5fa29;animation:hero-orbit-a 12s linear infinite}.hero-accent-orbit-b{left:50%;top:52%;background:#2dd4bfeb;box-shadow:0 0 0 8px #2dd4bf24;animation:hero-orbit-b 14s linear infinite}.hero-content-wrap{position:relative;z-index:3;width:100%;padding:clamp(2.2rem,7vh,5.6rem) 0}.hero-content{width:min(900px,100%);margin:0 auto;text-align:center}.hero-eyebrow{display:inline-flex;margin:0 0 .9rem;padding:.35rem .8rem;border:1px solid rgba(45,212,191,.45);border-radius:999px;font-size:.86rem;font-weight:700;color:var(--intent-primary);background:#2dd4bf14}.hero-content h1{font-size:clamp(2.1rem,4.9vw,4.2rem);line-height:1.04;margin:0 auto;max-width:16ch;text-wrap:balance;text-shadow:0 4px 26px rgba(0,0,0,.5)}.hero-subtitle{margin:1rem auto 0;color:var(--intent-muted);font-size:clamp(1rem,1.3vw,1.2rem);line-height:1.72;max-width:70ch;text-wrap:pretty}.hero-actions{margin-top:1.45rem;display:flex;justify-content:center;gap:.7rem;flex-wrap:wrap}.hero-note{margin:1rem auto 0;color:var(--intent-muted);font-size:.92rem;max-width:64ch}.hero-scroll-hint{margin:.62rem auto 0;color:#2dd4bfe6;font-size:.89rem;font-weight:700}@keyframes hero-drift{0%{transform:scale(1.02) translateZ(0)}to{transform:scale(1.06) translate3d(-.8%,-.6%,0)}}@keyframes hero-glow-pulse{0%,to{opacity:.48}50%{opacity:.8}}@keyframes hero-path-pulse{0%,to{opacity:.45}50%{opacity:.72}}@keyframes hero-orbit-a{0%{transform:translate(-205px,-26px)}50%{transform:translate(205px,26px)}to{transform:translate(-205px,-26px)}}@keyframes hero-orbit-b{0%{transform:translate(228px,-22px)}50%{transform:translate(-228px,22px)}to{transform:translate(228px,-22px)}}.button{display:inline-flex;justify-content:center;align-items:center;min-height:46px;min-width:144px;border:0;border-radius:12px;font-family:inherit;font-size:1rem;text-decoration:none;font-weight:800;padding:.65rem 1.1rem;cursor:pointer;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-1px)}.button.primary{color:#061711;background:linear-gradient(120deg,#2dd4bf,#72f6d5);box-shadow:0 10px 24px #2dd4bf47}.button.primary:disabled{cursor:not-allowed;transform:none;opacity:.56;box-shadow:none}.button.ghost{border:1px solid var(--intent-divider);color:var(--intent-text);background:#151c26b3}.content-section{padding:3.1rem 0}.section-heading{margin-bottom:1.35rem}.section-heading h2{font-size:clamp(1.65rem,2.2vw,2.35rem)}.section-subtitle{margin:.68rem 0 0;color:var(--intent-muted);line-height:1.64;max-width:72ch}.story-list,.mechanism-list{display:grid;gap:.8rem}.story-row,.mechanism-row{display:grid;grid-template-columns:minmax(0,.44fr) minmax(0,.56fr);gap:.75rem;align-items:stretch}.story-row.reverse,.mechanism-row.reverse{grid-template-columns:minmax(0,.56fr) minmax(0,.44fr)}.story-row.reverse .story-media,.mechanism-row.reverse .mechanism-media{order:2}.story-row.reverse .story-body,.mechanism-row.reverse .mechanism-body{order:1}.story-media,.story-body,.mechanism-media,.mechanism-body,.feature-card,.faq-item,.demo-access-card{border:1px solid rgba(42,52,66,.9);background:linear-gradient(170deg,#1b2430eb,#151c26f2);box-shadow:var(--intent-card-shadow);border-radius:18px}.story-media,.mechanism-media{margin:0;overflow:hidden;min-height:168px;aspect-ratio:16 / 6}.story-media img,.mechanism-media img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.02);transition:transform .32s ease}.story-row:hover .story-media img,.mechanism-row:hover .mechanism-media img{transform:scale(1.06)}.story-body,.mechanism-body{padding:.84rem .9rem}.story-body h3,.mechanism-body h3{margin-top:0;font-size:clamp(1.06rem,1.28vw,1.32rem)}.story-body p,.mechanism-body p{margin:.4rem 0 0;color:var(--intent-muted);line-height:1.52}.mechanism-row{gap:.92rem}.mechanism-media{min-height:220px;aspect-ratio:16 / 7}.mechanism-body{padding:.98rem 1rem}.mechanism-body h3{font-size:clamp(1.1rem,1.36vw,1.4rem)}.mechanism-body p{margin-top:.5rem;line-height:1.58}.mechanism-index{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid rgba(45,212,191,.45);background:#2dd4bf14;color:var(--intent-primary);font-size:.78rem;font-weight:800}.mechanism-body ul{margin:.7rem 0 0;padding-left:1.05rem;column-count:2;column-gap:1.15rem}.mechanism-body li{color:var(--intent-text);line-height:1.5;break-inside:avoid}.mechanism-body li+li{margin-top:.28rem}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem}.feature-card{padding:.86rem .94rem;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}.feature-card:hover{border-color:#2dd4bf70;transform:translateY(-1px);box-shadow:0 16px 32px #05080e6b}.feature-head{display:flex;align-items:center;gap:.56rem}.feature-icon{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:26px;padding:0 .4rem;border-radius:999px;border:1px solid rgba(45,212,191,.42);color:#7cf0dd;background:#2dd4bf1a;font-size:.66rem;font-weight:800;letter-spacing:.06em}.feature-card h3{margin:0;font-size:1rem;line-height:1.3}.feature-card p{margin:.48rem 0 0;color:var(--intent-muted);line-height:1.47}.faq-list{display:grid;gap:.65rem}.faq-item{padding:.85rem 1rem}.faq-item summary{cursor:pointer;font-weight:700;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";float:right;color:var(--intent-primary)}.faq-item[open] summary:after{content:"-"}.faq-item p{margin:.65rem 0 0;color:var(--intent-muted);line-height:1.6}.demo-access-section{padding:2.8rem 0 3.3rem;scroll-margin-top:98px}.demo-access-card{border-color:#2dd4bf57;max-width:780px;margin:0 auto;padding:clamp(1.4rem,4vw,2.2rem)}.demo-access-card h2{font-size:clamp(1.55rem,2.2vw,2.25rem);margin-bottom:.7rem}.demo-access-intro{color:var(--intent-muted);margin:0;line-height:1.62}.demo-access-rules{margin:1rem 0 0;padding-left:1.2rem}.demo-access-rules li{color:var(--intent-text);line-height:1.56}.demo-access-rules li+li{margin-top:.45rem}.demo-consent-row{display:flex;align-items:flex-start;gap:.65rem;margin-top:1.05rem;color:var(--intent-text);font-weight:600;cursor:pointer}.demo-consent-checkbox{width:18px;height:18px;margin-top:.18rem;accent-color:var(--intent-primary)}.demo-access-helper{margin:.62rem 0 0;color:var(--intent-muted);font-size:.92rem}.demo-access-card .button.primary{margin-top:.95rem}.site-footer{border-top:1px solid rgba(42,52,66,.9);padding:1.1rem 0 1.6rem}.site-footer .container{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.site-footer p{margin:0;color:var(--intent-muted);font-size:.92rem}.cookie-manage-button{border:1px solid var(--intent-divider);border-radius:999px;background:#151c26b3;color:var(--intent-muted);font-family:inherit;font-size:.86rem;font-weight:700;padding:.42rem .78rem;cursor:pointer;transition:color .16s ease,border-color .16s ease,transform .16s ease}.cookie-manage-button:hover{color:var(--intent-text);border-color:#2dd4bf70;transform:translateY(-1px)}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:90;background:#0a0f16f0;border-top:1px solid rgba(42,52,66,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cookie-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.9rem;padding-bottom:.9rem}.cookie-banner-text{max-width:72ch}.cookie-banner-title{margin:0;font-weight:800}.cookie-banner-description{margin:.26rem 0 0;color:var(--intent-muted);line-height:1.5}.cookie-banner-actions{display:flex;align-items:center;gap:.55rem;flex-shrink:0}@media (max-width: 1200px){.mechanism-body ul{column-count:1}}@media (max-width: 1024px){.story-row,.story-row.reverse,.feature-grid{grid-template-columns:1fr}.hero-section{min-height:calc(100svh - 66px)}.story-media,.mechanism-media{min-height:156px;aspect-ratio:16 / 7}.story-row.reverse .story-media,.story-row.reverse .story-body,.mechanism-row.reverse .mechanism-media,.mechanism-row.reverse .mechanism-body{order:initial}}@media (max-width: 900px){.mechanism-row,.mechanism-row.reverse{grid-template-columns:1fr}.mechanism-media{min-height:168px;aspect-ratio:16 / 7}.mechanism-row.reverse .mechanism-media,.mechanism-row.reverse .mechanism-body{order:initial}}@media (max-width: 760px){.container{width:min(1140px,calc(100% - 1.2rem))}.site-header-inner{min-height:66px}.site-nav{display:none}.hero-content h1{max-width:20ch}.hero-content-wrap{padding:1.8rem 0}.hero-accent-path{width:min(560px,88vw);height:128px;bottom:3rem}.hero-accent-glow{width:min(520px,84vw);height:160px;bottom:2.8rem}.hero-accent-orbit{display:none}.story-media,.mechanism-media{min-height:144px;aspect-ratio:16 / 8}.content-section{padding:2.3rem 0}.cookie-banner-inner{flex-direction:column;align-items:stretch}.cookie-banner-actions{width:100%;flex-direction:column}.cookie-banner-actions .button{width:100%}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.reveal,.button,.story-media img,.mechanism-media img,.hero-bg-image,.hero-accent,.hero-accent-path:before,.hero-accent-path:after{transition:none!important;animation:none!important;transform:none!important}}
