:root{--teal: #2a9d8f;--teal-deep: #238177;--orange: #f4a261;--saffron: #e9c46a;--rust: #b5651d;--ink: #2b3440;--charcoal: #4a4a4a;--slate: #6b7280;--tint-teal: #eaf6f4;--tint-teal-soft: #f6fbfa;--tint-teal-edge: #dceeeb;--cream: #fff8ef;--peach: #fce8d2;--white: #ffffff;--radius-card: 22px;--radius-pill: 100px;--shadow-sm: 0 2px 10px rgba(42, 157, 143, .08);--shadow-md: 0 10px 30px rgba(42, 157, 143, .12);--shadow-lg: 0 22px 50px rgba(35, 129, 119, .16);--shell: min(1140px, 100% - 3rem);--lake-h: clamp(240px, 34vh, 380px);--px: 0;--py: 0}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--cream);color:var(--ink);font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}.page{position:relative;min-height:100%;isolation:isolate}.scene{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.scene__sky{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(90% 60% at 78% 22%,rgba(233,196,106,.2) 0%,transparent 60%),radial-gradient(70% 50% at 12% 8%,rgba(220,238,235,.9) 0%,transparent 65%),linear-gradient(to bottom,var(--tint-teal-soft) 0%,var(--cream) 48%,var(--peach) 100%)}.scene__sun{position:absolute;top:16%;left:78%;width:0;height:0;transform:translate3d(calc(var(--px) * -18px),calc(var(--py) * -12px),0);transition:transform .7s cubic-bezier(.22,1,.36,1)}.scene__sun>span{position:absolute;border-radius:50%;translate:-50% -50%}.sun__halo{width:620px;height:620px;background:radial-gradient(circle,#f4a26157,#e9c46a33 34%,#e9c46a00 70%);animation:breathe 6s ease-in-out infinite}.sun__halo--tight{width:330px;height:330px;animation-duration:4.2s;animation-direction:alternate-reverse}.sun__core{width:132px;height:132px;background:radial-gradient(circle,#fffdf7 0%,var(--saffron) 55%,var(--orange) 100%);box-shadow:0 0 70px #f4a2618c;animation:coreGlow 4.2s ease-in-out infinite}.sun__ping{width:132px;height:132px;border:2px solid rgba(244,162,97,.5);opacity:0;animation:ping 5.5s cubic-bezier(.16,.8,.3,1) infinite}@keyframes breathe{0%,to{scale:1;opacity:.8}50%{scale:1.14;opacity:1}}@keyframes coreGlow{0%,to{scale:1;opacity:.94}50%{scale:1.06;opacity:1}}@keyframes ping{0%{scale:1;opacity:.6}70%{opacity:0}to{scale:4.4;opacity:0}}.scene__clouds{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate3d(calc(var(--px) * -8px),0,0);transition:transform .9s cubic-bezier(.22,1,.36,1)}.cloud{position:absolute;border-radius:var(--radius-pill);background:var(--white);opacity:.55;filter:blur(14px);animation:drift linear infinite}.cloud--a{top:14%;left:6%;width:300px;height:26px;animation-duration:76s}.cloud--b{top:30%;left:46%;width:420px;height:22px;animation-duration:98s;animation-direction:reverse;opacity:.45}.cloud--c{top:44%;left:14%;width:500px;height:20px;animation-duration:124s;opacity:.4}@keyframes drift{0%{transform:translate(-140px)}to{transform:translate(140px)}}.scene__lake{position:absolute;left:0;right:0;bottom:0;height:var(--lake-h);filter:drop-shadow(0 -8px 24px rgba(35,129,119,.12))}.lake__svg{display:block;width:100%;height:100%}@keyframes waveDrift{0%{transform:translate(0)}to{transform:translate(-1440px)}}.shimmer{transform-box:fill-box;transform-origin:center}@keyframes shimmer{0%,to{transform:scaleX(.55) translate(-8px);opacity:.2}50%{transform:scaleX(1.45) translate(8px);opacity:.75}}.ripple{transform-box:fill-box;transform-origin:center;opacity:0;animation:ripple 7.2s cubic-bezier(.2,.7,.3,1) infinite}@keyframes ripple{0%{transform:scale(.4);opacity:0}14%{opacity:.55}to{transform:scale(9);opacity:0}}.content{position:relative;z-index:1;width:var(--shell);margin:0 auto;min-height:100vh;min-height:100svh;display:grid;place-items:center;padding-bottom:calc(var(--lake-h) * .5)}.eyebrow{display:inline-flex;align-items:center;gap:.7rem;padding:.72rem 1.5rem .72rem 1.15rem;border-radius:var(--radius-pill);background:var(--white);border:1px solid var(--tint-teal-edge);box-shadow:var(--shadow-md);font-size:clamp(.9rem,2.4vw,1.08rem);font-weight:500;letter-spacing:.01em;color:var(--teal-deep);text-align:center;text-wrap:balance;animation:rise .9s cubic-bezier(.22,1,.36,1) .2s backwards}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.eyebrow__dot{width:8px;height:8px;border-radius:50%;background:var(--orange);animation:beacon 2.4s ease-out infinite}@keyframes beacon{0%{box-shadow:0 0 #f4a261a6}70%{box-shadow:0 0 0 11px #f4a26100}to{box-shadow:0 0 #f4a26100}}@media(max-width:620px){:root{--shell: calc(100% - 2.4rem) ;--lake-h: clamp(200px, 26vh, 300px)}.scene__sun{top:13%;left:74%}.sun__core,.sun__ping{width:96px;height:96px}.sun__halo{width:420px;height:420px}.sun__halo--tight{width:230px;height:230px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.sun__halo,.sun__core{opacity:1}.sun__ping{display:none}.shimmer{opacity:.4}}
