.Nav-module__X-0D8a__nav{z-index:100;-webkit-backdrop-filter:blur(16px);background:#1a1512cc;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;width:100%;padding:1rem 2rem;transition:border-color .3s;display:flex;position:fixed;top:0}.Nav-module__X-0D8a__scrolled{border-bottom-color:var(--border)}.Nav-module__X-0D8a__logo{font-family:var(--serif);color:var(--text-primary);font-size:1.4rem;text-decoration:none}.Nav-module__X-0D8a__logo span{color:var(--amber)}.Nav-module__X-0D8a__links{align-items:center;gap:1.5rem;display:flex}.Nav-module__X-0D8a__link{color:var(--text-muted);font-size:.85rem;text-decoration:none;transition:color .2s}.Nav-module__X-0D8a__link:hover{color:var(--text-secondary)}.Nav-module__X-0D8a__cta{background:var(--bg-warm);color:var(--amber);border:1px solid var(--border-visible);border-radius:var(--r-pill);font-family:var(--sans);cursor:pointer;padding:.55rem 1.25rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .25s}.Nav-module__X-0D8a__cta:hover{background:var(--bg-warmest);border-color:#f5a62333}@media (max-width:768px){.Nav-module__X-0D8a__nav{padding:.85rem 1.25rem}.Nav-module__X-0D8a__link{display:none}}
.Footer-module__27oTPG__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;padding:2.5rem 2rem;display:flex}.Footer-module__27oTPG__logo{font-family:var(--serif);color:var(--text-muted);font-size:1.1rem}.Footer-module__27oTPG__logo span{color:var(--amber)}.Footer-module__27oTPG__links{gap:1.75rem;display:flex}.Footer-module__27oTPG__links a{color:var(--text-muted);font-size:.82rem;text-decoration:none;transition:color .2s}.Footer-module__27oTPG__links a:hover{color:var(--text-secondary)}@media (max-width:768px){.Footer-module__27oTPG__footer{text-align:center;flex-direction:column;gap:1.25rem}}
.Opening-module__qxp2Ga__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:7rem 2rem 5rem;display:flex;position:relative}.Opening-module__qxp2Ga__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#f5a6231f 0%,#c88c3c0a 45%,#0000 65%);width:100%;max-width:900px;height:700px;position:absolute;top:5%;left:50%;transform:translate(-50%)}.Opening-module__qxp2Ga__badge{background:var(--bg-warm);border:1px solid var(--border-visible);border-radius:var(--r-pill);color:var(--amber);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.45rem 1rem;font-size:.8rem;animation:.6s both Opening-module__qxp2Ga__fadeInUp;display:inline-flex}.Opening-module__qxp2Ga__dot{background:var(--green);border-radius:50%;width:6px;height:6px;animation:2.5s ease-in-out infinite Opening-module__qxp2Ga__pulse}.Opening-module__qxp2Ga__promo{border-radius:var(--r-pill);background:#f5a62314;border:1px solid #f5a62333;align-items:center;gap:.85rem;margin-bottom:1.5rem;padding:.6rem 1.4rem;animation:.6s 50ms both Opening-module__qxp2Ga__fadeInUp;display:inline-flex}.Opening-module__qxp2Ga__promoCode{font-family:var(--mono,monospace);color:var(--amber);letter-spacing:.08em;border-radius:var(--r-sm);background:#f5a6231f;padding:.2rem .6rem;font-size:.9rem;font-weight:600}.Opening-module__qxp2Ga__promoText{color:var(--text-secondary);font-size:.85rem;font-weight:400}.Opening-module__qxp2Ga__sprite{width:240px;height:240px;margin-bottom:1.5rem;animation:.6s 80ms both Opening-module__qxp2Ga__fadeInUp}.Opening-module__qxp2Ga__sprite img{object-fit:contain;filter:drop-shadow(0 16px 48px #f5a62326);width:100%;height:100%;animation:5s ease-in-out infinite Opening-module__qxp2Ga__float}.Opening-module__qxp2Ga__headline{font-family:var(--serif);letter-spacing:-.02em;max-width:600px;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.12;animation:.6s .1s both Opening-module__qxp2Ga__fadeInUp}.Opening-module__qxp2Ga__headline em{color:var(--amber);font-style:italic}.Opening-module__qxp2Ga__sub{color:var(--text-secondary);max-width:420px;margin-top:1.5rem;font-size:1.1rem;font-weight:300;line-height:1.75;animation:.6s .15s both Opening-module__qxp2Ga__fadeInUp}.Opening-module__qxp2Ga__actions{align-items:center;gap:.75rem;margin-top:2.5rem;animation:.6s .2s both Opening-module__qxp2Ga__fadeInUp;display:flex}.Opening-module__qxp2Ga__proof{color:var(--text-muted);align-items:center;gap:1.75rem;margin-top:3.5rem;font-size:.82rem;animation:.6s .25s both Opening-module__qxp2Ga__fadeInUp;display:flex}.Opening-module__qxp2Ga__sep{background:var(--text-muted);opacity:.4;border-radius:50%;width:4px;height:4px}@keyframes Opening-module__qxp2Ga__fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes Opening-module__qxp2Ga__pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes Opening-module__qxp2Ga__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.Opening-module__qxp2Ga__hero{padding:6rem 1.5rem 3rem}.Opening-module__qxp2Ga__sprite{width:180px;height:180px}.Opening-module__qxp2Ga__actions{flex-direction:column;width:100%}.Opening-module__qxp2Ga__actions a{text-align:center;justify-content:center;width:100%}.Opening-module__qxp2Ga__proof{flex-direction:column;gap:.5rem}.Opening-module__qxp2Ga__sep{display:none}}
.Excerpt-module__JEzr1W__section{justify-content:center;padding:1rem 2rem 7rem;display:flex}.Excerpt-module__JEzr1W__chat{background:var(--bg-card);border:1px solid var(--border-visible);border-radius:var(--r-lg);width:100%;max-width:520px;overflow:hidden;box-shadow:0 4px 32px #0003}.Excerpt-module__JEzr1W__header{border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.85rem 1.25rem;font-size:.85rem;display:flex}.Excerpt-module__JEzr1W__modelDot{background:var(--amber);border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #f5a62359}.Excerpt-module__JEzr1W__header span{color:var(--text-muted)}.Excerpt-module__JEzr1W__header strong{color:var(--text-primary);font-weight:500}.Excerpt-module__JEzr1W__messages{flex-direction:column;gap:.85rem;padding:1.25rem;display:flex}.Excerpt-module__JEzr1W__msg{border-radius:20px;max-width:82%;padding:.8rem 1.05rem;font-size:.88rem;line-height:1.6}.Excerpt-module__JEzr1W__user{background:var(--amber);color:var(--bg);border-bottom-right-radius:6px;align-self:flex-end}.Excerpt-module__JEzr1W__ai{background:var(--bg-warm);color:var(--text-primary);border:1px solid var(--border);border-bottom-left-radius:6px;align-self:flex-start}.Excerpt-module__JEzr1W__memoryTag{color:var(--amber);opacity:.85;align-items:center;gap:.3rem;margin-bottom:.4rem;font-size:.7rem;display:inline-flex}
.Virtues-module__CC6VzG__features{max-width:1000px;margin:0 auto;padding:5rem 2rem}.Virtues-module__CC6VzG__label{letter-spacing:.12em;color:var(--amber);text-transform:lowercase;margin-bottom:.75rem;font-size:.78rem}.Virtues-module__CC6VzG__features h2{font-family:var(--serif);max-width:500px;margin-bottom:3rem;font-size:clamp(1.8rem,3.5vw,2.6rem);line-height:1.2}.Virtues-module__CC6VzG__grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.Virtues-module__CC6VzG__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-md);padding:1.75rem;transition:all .35s cubic-bezier(.22,1,.36,1)}.Virtues-module__CC6VzG__card:hover{background:var(--bg-warm);border-color:var(--border-visible);transform:translateY(-3px);box-shadow:0 8px 28px #0000001f}.Virtues-module__CC6VzG__icon{background:var(--bg-warm);border:1px solid var(--border);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.15rem;font-size:1.4rem;display:flex}.Virtues-module__CC6VzG__card:hover .Virtues-module__CC6VzG__icon{background:var(--bg-warmest)}.Virtues-module__CC6VzG__card h3{font-family:var(--sans);margin-bottom:.5rem;font-size:1rem;font-weight:500}.Virtues-module__CC6VzG__card p{color:var(--text-secondary);font-size:.88rem;font-weight:300;line-height:1.7}@media (max-width:768px){.Virtues-module__CC6VzG__grid{grid-template-columns:1fr}.Virtues-module__CC6VzG__features{padding:3.5rem 1.5rem}}
.Interlude-module__SKjmHW__interlude{text-align:center;background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 2rem;position:relative;overflow:hidden}.Interlude-module__SKjmHW__interlude:before{content:"";pointer-events:none;background:radial-gradient(#f5a6230f 0%,#0000 60%);width:500px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Interlude-module__SKjmHW__spriteSmall{width:88px;height:88px;margin:0 auto 1.5rem}.Interlude-module__SKjmHW__spriteSmall img{object-fit:contain;filter:drop-shadow(0 6px 20px #f5a6232e);width:100%;height:100%}.Interlude-module__SKjmHW__text{font-family:var(--serif);color:var(--text-secondary);max-width:400px;margin:0 auto;font-size:clamp(1.3rem,2.8vw,1.75rem);font-style:italic;line-height:1.6}.Interlude-module__SKjmHW__from{font-family:var(--sans);color:var(--amber);margin-top:1.25rem;font-size:.82rem;font-weight:400;display:block}
.Migration-module__S04X1G__section{max-width:1000px;margin:0 auto;padding:5rem 2rem}.Migration-module__S04X1G__label{letter-spacing:.12em;color:var(--amber);text-transform:lowercase;margin-bottom:.75rem;font-size:.78rem}.Migration-module__S04X1G__heading{font-family:var(--serif);max-width:500px;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.6rem);line-height:1.2}.Migration-module__S04X1G__heading em{color:var(--amber);font-style:italic}.Migration-module__S04X1G__sub{color:var(--text-secondary);max-width:480px;margin-bottom:2.5rem;font-size:1rem;font-weight:300;line-height:1.75}.Migration-module__S04X1G__steps{gap:1rem;margin-bottom:2.5rem;display:flex}.Migration-module__S04X1G__step{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-md);flex:1;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .35s cubic-bezier(.22,1,.36,1);display:flex}.Migration-module__S04X1G__step:hover{background:var(--bg-warm);border-color:var(--border-visible);transform:translateY(-3px);box-shadow:0 8px 28px #0000001f}.Migration-module__S04X1G__num{background:var(--bg-warm);border:1px solid var(--border-visible);width:32px;min-width:32px;height:32px;font-family:var(--serif);color:var(--amber);border-radius:10px;justify-content:center;align-items:center;font-size:.9rem;display:flex}.Migration-module__S04X1G__step:hover .Migration-module__S04X1G__num{background:var(--bg-warmest)}.Migration-module__S04X1G__step h3{font-family:var(--sans);margin-bottom:.25rem;font-size:.92rem;font-weight:500}.Migration-module__S04X1G__step p{color:var(--text-muted);font-size:.82rem;font-weight:300;line-height:1.6}.Migration-module__S04X1G__actions{display:flex}@media (max-width:768px){.Migration-module__S04X1G__section{padding:3.5rem 1.5rem}.Migration-module__S04X1G__steps{flex-direction:column}}
.Offerings-module__FIjrka__pricing{max-width:960px;margin:0 auto;padding:5rem 2rem 7rem}.Offerings-module__FIjrka__header{text-align:center;margin-bottom:3rem}.Offerings-module__FIjrka__label{letter-spacing:.1em;color:var(--amber);margin-bottom:.6rem;font-size:.78rem}.Offerings-module__FIjrka__header h2{font-family:var(--serif);margin-bottom:.6rem;font-size:clamp(1.8rem,3.5vw,2.6rem);line-height:1.2}.Offerings-module__FIjrka__sub{color:var(--text-muted);font-size:.95rem;font-weight:300}.Offerings-module__FIjrka__grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1rem;display:grid}.Offerings-module__FIjrka__card{background:var(--bg-card);border-radius:var(--r-md);border:1px solid #0000;padding:2rem 1.75rem;transition:all .35s cubic-bezier(.22,1,.36,1);position:relative}.Offerings-module__FIjrka__card:hover{background:var(--bg-warm);transform:translateY(-2px);box-shadow:0 8px 28px #0000001a}.Offerings-module__FIjrka__featured{background:var(--bg-warm);border-color:#f5a6231f;box-shadow:0 0 40px #f5a6230a}.Offerings-module__FIjrka__featured:hover{background:var(--bg-warmest);border-color:#f5a6232e}.Offerings-module__FIjrka__tag{letter-spacing:.06em;color:var(--amber);border-radius:var(--r-pill);background:#f5a62314;margin-bottom:.85rem;padding:.25rem .7rem;font-size:.68rem;display:inline-block}.Offerings-module__FIjrka__name{font-family:var(--serif);margin-bottom:.25rem;font-size:1.6rem}.Offerings-module__FIjrka__desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.82rem;line-height:1.5}.Offerings-module__FIjrka__price{align-items:baseline;gap:1px;margin-bottom:1.5rem;display:flex}.Offerings-module__FIjrka__currency{font-family:var(--sans);color:var(--text-muted);margin-right:2px;font-size:1.1rem;font-weight:300}.Offerings-module__FIjrka__amount{font-family:var(--serif);letter-spacing:-.03em;font-size:2.75rem;line-height:1}.Offerings-module__FIjrka__period{font-family:var(--sans);color:var(--text-muted);margin-left:3px;font-size:.85rem;font-weight:300}.Offerings-module__FIjrka__features{border-top:1px solid var(--border);flex-direction:column;gap:.55rem;padding-top:1.25rem;list-style:none;display:flex}.Offerings-module__FIjrka__features li{color:var(--text-secondary);padding-left:1.2rem;font-size:.85rem;line-height:1.45;position:relative}.Offerings-module__FIjrka__features li:before{content:"";background:var(--amber);opacity:.5;border-radius:50%;width:5px;height:5px;position:absolute;top:.55rem;left:0}.Offerings-module__FIjrka__cta{border-radius:var(--r-pill);width:100%;font-family:var(--sans);cursor:pointer;text-align:center;margin-top:1.75rem;padding:.85rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1);display:block}.Offerings-module__FIjrka__ctaPrimary{background:var(--amber);color:var(--bg);border:none;box-shadow:0 3px 16px #f5a62333}.Offerings-module__FIjrka__ctaPrimary:hover{background:var(--amber-soft);transform:translateY(-1px);box-shadow:0 6px 24px #f5a62340}.Offerings-module__FIjrka__ctaSecondary{color:var(--text-secondary);border:1px solid var(--border-visible);background:0 0}.Offerings-module__FIjrka__ctaSecondary:hover{background:var(--bg-warmest);color:var(--text-primary);border-color:#d2aa7826}@media (max-width:768px){.Offerings-module__FIjrka__grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}.Offerings-module__FIjrka__pricing{padding:3.5rem 1.5rem}}
.Questions-module__vebWrq__questions{max-width:620px;margin:0 auto;padding:3.5rem 2rem 7rem}.Questions-module__vebWrq__header{text-align:center;margin-bottom:2.5rem}.Questions-module__vebWrq__header h2{font-family:var(--serif);font-size:2rem}.Questions-module__vebWrq__item{border-bottom:1px solid var(--border)}.Questions-module__vebWrq__trigger{width:100%;font-family:var(--sans);color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:.95rem;font-weight:400;transition:color .2s;display:flex}.Questions-module__vebWrq__trigger:hover{color:var(--amber)}.Questions-module__vebWrq__icon{color:var(--text-muted);flex-shrink:0;font-size:1.1rem;transition:transform .3s,color .3s}.Questions-module__vebWrq__open .Questions-module__vebWrq__icon{color:var(--amber);transform:rotate(45deg)}.Questions-module__vebWrq__answer{max-height:0;transition:max-height .35s cubic-bezier(.22,1,.36,1),padding .35s cubic-bezier(.22,1,.36,1);overflow:hidden}.Questions-module__vebWrq__open .Questions-module__vebWrq__answer{max-height:220px;padding-bottom:1.25rem}.Questions-module__vebWrq__answer p{color:var(--text-secondary);font-size:.88rem;font-weight:300;line-height:1.75}.Questions-module__vebWrq__hidden{opacity:0;transition:all .7s cubic-bezier(.22,1,.36,1);transform:translateY(20px)}.Questions-module__vebWrq__visible{opacity:1;transition:all .7s cubic-bezier(.22,1,.36,1);transform:translateY(0)}
.Import-module__tuQAKG__page{max-width:760px;margin:0 auto;padding:0 2rem}.Import-module__tuQAKG__hero{text-align:center;padding:8rem 0 4rem}.Import-module__tuQAKG__label{letter-spacing:.12em;color:var(--amber);text-transform:lowercase;margin-bottom:.75rem;font-size:.78rem}.Import-module__tuQAKG__headline{font-family:var(--serif);letter-spacing:-.02em;font-size:clamp(2rem,5vw,3.2rem);line-height:1.15}.Import-module__tuQAKG__headline em{color:var(--amber);font-style:italic}.Import-module__tuQAKG__sub{color:var(--text-secondary);max-width:440px;margin-top:1.25rem;margin-left:auto;margin-right:auto;font-size:1.05rem;font-weight:300;line-height:1.75}.Import-module__tuQAKG__steps{flex-direction:column;gap:2rem;padding-bottom:3rem;display:flex}.Import-module__tuQAKG__step{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-lg);padding:2.25rem;transition:all .35s cubic-bezier(.22,1,.36,1)}.Import-module__tuQAKG__step:hover{background:var(--bg-warm);border-color:var(--border-visible)}.Import-module__tuQAKG__stepContent{margin-bottom:1.5rem}.Import-module__tuQAKG__stepNumber{font-family:var(--serif);color:var(--amber);margin-bottom:.5rem;font-size:.9rem;display:block}.Import-module__tuQAKG__stepTitle{font-family:var(--serif);margin-bottom:.75rem;font-size:clamp(1.3rem,2.5vw,1.6rem);line-height:1.2}.Import-module__tuQAKG__stepDesc{color:var(--text-secondary);max-width:520px;font-size:.92rem;font-weight:300;line-height:1.75}.Import-module__tuQAKG__stepImage{border-radius:var(--r-sm);border:1px solid var(--border);overflow:hidden}.Import-module__tuQAKG__stepImage img{width:100%;height:auto;display:block}.Import-module__tuQAKG__step:last-child .Import-module__tuQAKG__stepContent{margin-bottom:0}.Import-module__tuQAKG__cta{text-align:center;border-top:1px solid var(--border);padding:3rem 0 6rem}.Import-module__tuQAKG__ctaNote{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;font-weight:300}.Import-module__tuQAKG__ctaNote strong{color:var(--text-secondary);font-weight:500}.Import-module__tuQAKG__ctaActions{justify-content:center;gap:.75rem;display:flex}@media (max-width:768px){.Import-module__tuQAKG__page{padding:0 1.5rem}.Import-module__tuQAKG__hero{padding:6.5rem 0 3rem}.Import-module__tuQAKG__step{padding:1.5rem}.Import-module__tuQAKG__ctaActions{flex-direction:column;align-items:center}.Import-module__tuQAKG__ctaActions a{text-align:center;justify-content:center;width:100%}}
.legal-module__zo5mhq__page{max-width:740px;margin:0 auto;padding:6rem 2rem 4rem}.legal-module__zo5mhq__content{color:var(--text-secondary);font-size:.9rem;line-height:1.8}.legal-module__zo5mhq__title{font-family:var(--serif);color:var(--text-primary);margin-bottom:.25rem;font-size:2rem}.legal-module__zo5mhq__date{color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:1.5rem;font-size:.82rem}.legal-module__zo5mhq__heading{font-family:var(--serif);color:var(--text-primary);margin-top:2.5rem;margin-bottom:.75rem;font-size:1.2rem}.legal-module__zo5mhq__clause,.legal-module__zo5mhq__paragraph{margin-bottom:1rem}.legal-module__zo5mhq__warning{border-left:3px solid var(--amber);border-radius:0 var(--r-sm)var(--r-sm)0;color:var(--text-secondary);background:#f5a6230f;margin:1.5rem 0;padding:1rem 1.25rem;font-size:.85rem;line-height:1.7}.legal-module__zo5mhq__list{margin:.5rem 0 1rem 1.5rem;font-size:.88rem}.legal-module__zo5mhq__list li{color:var(--text-muted);margin-bottom:.35rem}@media (max-width:768px){.legal-module__zo5mhq__page{padding:4rem 1.25rem 3rem}.legal-module__zo5mhq__title{font-size:1.5rem}}
.Closing-module__7-rDza__closing{text-align:center;padding:5rem 2rem 3.5rem;position:relative}.Closing-module__7-rDza__closing:before{content:"";pointer-events:none;background:radial-gradient(#f5a62312 0%,#0000 60%);width:600px;height:400px;position:absolute;bottom:10%;left:50%;transform:translate(-50%)}.Closing-module__7-rDza__sprite{width:130px;height:130px;margin:0 auto 1.75rem;animation:4s ease-in-out infinite Closing-module__7-rDza__wiggle}.Closing-module__7-rDza__sprite img{object-fit:contain;filter:drop-shadow(0 6px 24px #f5a6232e);width:100%;height:100%}.Closing-module__7-rDza__closing h2{font-family:var(--serif);margin-bottom:1rem;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.12}.Closing-module__7-rDza__closing h2 em{color:var(--amber);font-style:italic}.Closing-module__7-rDza__closing p{color:var(--text-secondary);margin-bottom:2.25rem;font-size:1rem;font-weight:300}@keyframes Closing-module__7-rDza__wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}}
