@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Inter:wght@300;400&display=swap";.welcome{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:var(--black);color:var(--parchment);overflow:hidden;padding:4rem 1.5rem 3.5rem;box-shadow:inset 0 0 200px #000c}.welcome__orb{position:absolute;width:min(70vw,460px);height:min(70vw,460px);border-radius:50%;background:radial-gradient(circle,#c8882aa6,#c8882a33 45%,#c8882a00 70%);filter:blur(8px);box-shadow:0 0 120px #c8882a59;animation:orbBreathe 4s ease-in-out infinite;z-index:1;will-change:transform,opacity;backface-visibility:hidden}@keyframes orbBreathe{0%,to{transform:scaleX(1) scaleY(1);opacity:.7}30%{transform:scaleX(1.04) scaleY(.97);opacity:.85}60%{transform:scaleX(.98) scaleY(1.03);opacity:1}}.welcome__embers{position:absolute;inset:0;pointer-events:none;z-index:2;overflow:hidden}.welcome__ember{position:absolute;width:3px;height:3px;border-radius:50%;background:#c8882a99;animation:emberFloat linear infinite;opacity:0;will-change:transform,opacity;transform:translateZ(0)}@keyframes emberFloat{0%{opacity:0;transform:translateY(0) translate(0)}10%{opacity:.6}80%{opacity:.4}to{opacity:0;transform:translateY(-100vh) translate(20px)}}.welcome__ember--0{left:8%;bottom:-5%;animation-duration:6s;animation-delay:0s;width:2px;height:2px}.welcome__ember--1{left:20%;bottom:-8%;animation-duration:7s;animation-delay:.5s}.welcome__ember--2{left:35%;bottom:-3%;animation-duration:5.5s;animation-delay:1.2s;width:2px;height:2px}.welcome__ember--3{left:55%;bottom:-6%;animation-duration:8s;animation-delay:.3s}.welcome__ember--4{left:72%;bottom:-4%;animation-duration:6.5s;animation-delay:2s;width:2px;height:2px}.welcome__ember--5{left:88%;bottom:-7%;animation-duration:5s;animation-delay:1s}.welcome__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.welcome__title{font-family:Cormorant Garamond,serif;font-size:clamp(3.5rem,10vw,6.5rem);text-transform:uppercase;color:var(--parchment);letter-spacing:.3em;animation:embersBreathe 3s ease-in-out forwards;will-change:font-weight,opacity,filter}@keyframes embersBreathe{0%{font-weight:100;opacity:0;filter:blur(8px);letter-spacing:.6em}40%{font-weight:600;opacity:.8;filter:blur(2px);letter-spacing:.4em}70%{font-weight:300;opacity:.95;filter:blur(.5px);letter-spacing:.32em}to{font-weight:300;opacity:1;filter:blur(0px);letter-spacing:.3em}}.welcome__subtitle{font-family:Inter,sans-serif;font-size:clamp(1rem,3.5vw,1.35rem);font-style:italic;color:var(--rose)}.welcome__button{margin-top:1.5rem;width:clamp(110px,18vw,150px);height:clamp(110px,18vw,150px);border-radius:999px;border:2px solid rgba(232,213,176,.25);background:radial-gradient(circle at 30% 25%,#a94a4a,#8b3a3a 45%,#5f2222);color:var(--parchment);font-family:Cormorant Garamond,serif;font-size:1.25rem;font-style:italic;letter-spacing:.08em;text-transform:none;cursor:pointer;box-shadow:inset 0 2px 4px #ffffff1a,inset 0 -3px 6px #0000004d,0 0 30px #8b3a3a66,0 0 60px #8b3a3a26;transition:transform .3s ease,box-shadow .3s ease}.welcome__button:hover{transform:scale(1.03);box-shadow:inset 0 2px 4px #ffffff1a,inset 0 -3px 6px #0000004d,0 0 40px #8b3a3a99,0 0 60px #8b3a3a26}.welcome__button:focus-visible{outline:2px solid rgba(232,213,176,.6);outline-offset:6px}.welcome__footer{position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%);width:min(90%,520px);font-family:Inter,sans-serif;font-size:.9rem;color:var(--fade);text-align:center;z-index:2}.welcome__kept{position:absolute;bottom:3.5rem;left:50%;transform:translate(-50%);font-family:Cormorant Garamond,serif;font-style:italic;font-size:14px;color:var(--rose);opacity:.7;white-space:nowrap}@media(max-width:640px){.welcome{padding:3rem 1.25rem 4.5rem}.welcome__title{letter-spacing:.16em}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;cursor:none!important}:root{--black: #1a1410;--parchment: #e8d5b0;--rose: #9b7b8a;--amber: #c8882a;--ink: #3d2b1f;--fade: #5a4a3a}html,body,#root{width:100%;height:100%;background:var(--black);color:var(--parchment);font-family:Cormorant Garamond,serif;overflow-x:hidden;scroll-behavior:smooth;cursor:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*::-webkit-scrollbar{display:none}*{scrollbar-width:none;-ms-overflow-style:none}.custom-cursor{position:fixed;top:0;left:0;width:8px;height:8px;border-radius:50%;background:radial-gradient(circle,#c8882acc,#c8882a33 70%);box-shadow:0 0 8px #c8882a66;pointer-events:none;z-index:99999;mix-blend-mode:screen;transition:width .2s ease,height .2s ease,opacity .3s ease;will-change:transform}.custom-cursor--hovering{width:14px;height:14px;box-shadow:0 0 12px #c8882a99}.custom-cursor--hidden{opacity:0}body:after{content:"";position:fixed;inset:0;background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 1px),radial-gradient(rgba(0,0,0,.08) 1px,transparent 1px),radial-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:3px 3px,4px 4px,2px 2px;background-position:0 0,12px 18px,6px 9px;pointer-events:none;z-index:9999;opacity:.25;mix-blend-mode:soft-light}.parchment{background:#e8d5b0;color:var(--ink);font-family:Cormorant Garamond,serif;position:relative}.parchment:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(200,136,42,.15) 0%,transparent 60%),radial-gradient(ellipse at 70% 80%,rgba(155,123,138,.1) 0%,transparent 50%);pointer-events:none}.orb{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(200,136,42,.35) 0%,rgba(200,136,42,.1) 40%,transparent 70%);filter:blur(40px);pointer-events:none}@keyframes flicker{0%,to{opacity:1;transform:scale(1)}25%{opacity:.85;transform:scale(.98) translateY(1px)}50%{opacity:.95;transform:scale(1.01)}75%{opacity:.8;transform:scale(.97) translateY(-1px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.08);opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.cursor{display:inline-block;width:2px;height:1.2em;background:var(--ink);margin-left:2px;vertical-align:text-bottom;animation:blink 1s infinite;will-change:opacity}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(prefers-reduced-motion:no-preference){.welcome__ember{animation-play-state:running}}
