.landing #spot{z-index:1;opacity:.5;background:radial-gradient(520px circle at var(--mx,50%) var(--my,40%),rgba(201,164,92,.07),transparent 60%)}.landing #spot,.landing:after{position:fixed;inset:0;pointer-events:none}.landing:after{content:"";z-index:98;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}.landing nav{position:fixed;inset:0 0 auto 0;z-index:60;transition:.4s;border-bottom:1px solid transparent}.landing nav.on{background:rgba(10,10,12,.72);backdrop-filter:blur(18px);border-color:var(--hair)}.landing .nav-in{display:flex;align-items:center;justify-content:space-between;padding:18px var(--pad);max-width:1360px;margin:0 auto}.landing .wordmark{font-family:var(--serif);font-size:22px}.landing .wordmark b{color:var(--oro);font-weight:400}.landing .nav-links{display:flex;gap:34px;align-items:center;font-size:13px}.landing .nav-links a:not(.nav-cta){color:var(--muto);transition:color .3s}.landing .nav-links a:not(.nav-cta):hover{color:var(--crema)}.landing .nav-cta{border:1px solid var(--oro);color:var(--oro);padding:9px 24px;border-radius:999px;font-weight:600;transition:.35s}.landing .nav-cta:hover{background:var(--oro);color:var(--nero)}@media (max-width:820px){.landing .nav-links a:not(.nav-cta){display:none}}.landing .hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.landing .hero-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing .hero-shade,.landing .hero-video{position:absolute;inset:0;z-index:0;opacity:0;transition:opacity 1.2s ease}.landing .hero-shade{background:rgba(0,0,0,.6);pointer-events:none}.landing .hero.has-video .hero-shade,.landing .hero.has-video .hero-video{opacity:1}.landing .aurora{position:absolute;inset:-20%;z-index:0;filter:blur(90px);opacity:.55}.landing .aurora i{position:absolute;border-radius:50%}.landing .aurora i:first-child{width:56vw;height:56vw;left:8%;top:12%;background:radial-gradient(circle,#c9a45c33,transparent 65%);animation:drift 22s ease-in-out infinite alternate}.landing .aurora i:nth-child(2){width:44vw;height:44vw;right:4%;top:30%;background:radial-gradient(circle,#4e879426,transparent 65%);animation:drift 28s ease-in-out infinite alternate-reverse}@keyframes drift{to{transform:translate(6vw,-4vh) scale(1.12)}}.landing .hero-stars{position:absolute;inset:0;z-index:0}.landing .hero-in{position:relative;z-index:2;max-width:980px;padding:0 var(--pad);will-change:transform,opacity}.landing .hero .label{display:block;margin-bottom:28px;opacity:0;animation:up 1s .2s forwards}.landing .hero h1{font-size:clamp(52px,9vw,124px)}.landing .hero h1 .shimmer{background:linear-gradient(100deg,var(--crema) 20%,var(--oro2) 40%,var(--oro) 50%,var(--oro2) 60%,var(--crema) 80%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:shine 7s linear infinite}@keyframes shine{to{background-position:-220% 0}}.landing .hero h1 .l1,.landing .hero h1 .l2{display:block;opacity:0;transform:translateY(40px);animation:up 1.1s cubic-bezier(.2,.7,.3,1) forwards}.landing .hero h1 .l1{animation-delay:.35s}.landing .hero h1 .l2{animation-delay:.55s}.landing .hero p.lead{margin:34px auto 44px;font-size:clamp(16px,1.7vw,20px);max-width:640px;color:var(--muto);opacity:0;animation:up 1s .85s forwards}.landing .hero p.lead strong{color:var(--crema);font-weight:400}.landing .hero .ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;opacity:0;animation:up 1s 1.05s forwards}@keyframes up{to{opacity:1;transform:none}}.landing .scrollcue{position:absolute;bottom:34px;left:50%;transform:translateX(-50%);z-index:2;font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--muto);display:flex;flex-direction:column;align-items:center;gap:12px}.landing .scrollcue:after{content:"";width:1px;height:44px;background:linear-gradient(var(--oro),transparent);animation:cue 2s ease-in-out infinite}@keyframes cue{50%{transform:scaleY(.55);opacity:.5}}.landing .trio{position:relative;height:230vh}.landing .trio-sticky{position:sticky;top:0;height:100vh;overflow:hidden;display:flex;align-items:center}.landing .panel{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;max-width:1200px;margin:0 auto;padding:0 var(--pad);opacity:0;transform:translateY(46px);transition:opacity .7s cubic-bezier(.2,.7,.3,1),transform .7s cubic-bezier(.2,.7,.3,1);pointer-events:none}.landing .panel.active{opacity:1;transform:none;pointer-events:auto}.landing .panel .num{font-size:clamp(90px,14vw,180px);font-weight:700;letter-spacing:-.05em;color:transparent;-webkit-text-stroke:1px rgba(201,164,92,.5);line-height:1;margin-bottom:18px}.landing .panel h3{font-size:clamp(34px,4.4vw,58px);margin-bottom:20px}.landing .panel h3 em{color:var(--oro)}.landing .panel p{color:var(--muto);max-width:460px}.landing .dots{position:absolute;right:calc(var(--pad) - 8px);top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:14px;z-index:5}.landing .dots i{width:6px;height:6px;border-radius:50%;background:var(--hair);transition:.4s}.landing .dots i.on{background:var(--oro);box-shadow:0 0 12px rgba(201,164,92,.8)}@media (max-width:960px){.landing .panel{grid-template-columns:1fr;gap:30px;align-content:center}.landing .panel .visual{max-width:420px}}.landing .glass{background:hsla(44,35%,94%,.04);border:1px solid var(--hair);border-radius:22px;padding:30px;backdrop-filter:blur(8px);max-width:440px;justify-self:end}@media (max-width:960px){.landing .glass{justify-self:start}}.landing .who{gap:15px}.landing .avatar,.landing .who{display:flex;align-items:center}.landing .avatar{width:52px;height:52px;border-radius:50%;background:var(--petrolio);color:var(--nero);justify-content:center;font-family:var(--serif);font-size:22px;flex:none}.landing .who b{display:block;font-weight:600;font-size:14.5px}.landing .who span{font-size:12.5px;color:var(--muto)}.landing .note{margin:18px 0;font-size:14px;font-style:italic;color:var(--muto);border-left:1px solid var(--oro);padding-left:16px}.landing .act{display:inline-block;border:1px solid var(--hair);padding:9px 22px;border-radius:999px;font-size:12px;font-weight:600;transition:.3s}.landing .act:hover{border-color:var(--oro);color:var(--oro)}.landing .badge{margin-top:18px;font-size:9.5px;letter-spacing:.24em;text-transform:uppercase;color:var(--oro);display:flex;align-items:center;gap:8px}.landing .badge:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--oro);box-shadow:0 0 10px var(--oro);animation:blink 2.4s ease-in-out infinite}@keyframes blink{50%{opacity:.35}}.landing .dashline{padding:14px 0;border-bottom:1px solid var(--hair);font-size:13.5px;color:hsla(44,35%,94%,.85)}.landing .dashline:last-child{border:none}.landing .tag{color:var(--oro);font-weight:600;margin-right:8px;font-size:9.5px;letter-spacing:.18em;text-transform:uppercase}.landing .ok{color:var(--petrolio)}.landing .dashtop{display:flex;gap:18px;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--muto);border-bottom:1px solid var(--hair);padding-bottom:13px;margin-bottom:4px}.landing .dashtop b{color:var(--crema);font-weight:600}.landing .stamp{justify-self:end;text-align:center}@media (max-width:960px){.landing .stamp{justify-self:start}}.landing .disc{width:230px;height:230px;border:1px solid rgba(201,164,92,.55);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;position:relative}.landing .disc:after{content:"";position:absolute;inset:14px;border:1px dashed rgba(201,164,92,.4);border-radius:50%;animation:spin 60s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.landing .disc b{font-family:var(--serif);font-size:19px;color:var(--oro);line-height:1.4;letter-spacing:.06em;font-weight:400}.landing .stamp small{font-size:9.5px;letter-spacing:.28em;text-transform:uppercase;color:var(--muto)}.landing .sunset{position:relative;height:180vh}.landing .sunset-sticky{position:sticky;top:0;height:100vh;overflow:hidden}.landing .sky-day{position:absolute;inset:0;background:linear-gradient(180deg,#0a0a0c,#1a1712 40%,#3a2f1c 70%,#6b5327)}.landing .sky-dusk{position:absolute;inset:0;background:linear-gradient(180deg,#0a0a0c,#0a0a0c 55%,#1a1005 80%,#000);opacity:0}.landing .sun{left:50%;top:-16vh;width:120px;height:120px;margin-left:-60px;background:radial-gradient(circle,#e8cd92 0,#c9a45c 62%,rgba(201,164,92,0) 72%);will-change:transform}.landing .sun,.landing .sunhalo{position:absolute;border-radius:50%}.landing .sunhalo{inset:-42px;border:1px solid rgba(201,164,92,.3)}.landing .horizonline{position:absolute;left:0;right:0;top:66%;height:1px;background:var(--oro);box-shadow:0 0 30px rgba(201,164,92,.55)}.landing .sunset .motto{position:absolute;left:0;right:0;top:76%;text-align:center;font-size:clamp(18px,2.6vw,30px);font-family:var(--serif);font-style:italic;color:var(--crema);opacity:0;transform:translateY(20px);will-change:opacity,transform}.landing .sunset .motto small{display:block;margin-top:14px;font-family:var(--sans);font-style:normal;font-size:10px;letter-spacing:.36em;text-transform:uppercase;color:var(--oro)}.landing .notte{position:relative;padding:150px 0 140px;background:#000}.landing .notte .stars{position:absolute;inset:0;pointer-events:none}.landing .stars i{position:absolute;width:1.5px;height:1.5px;border-radius:50%;background:var(--crema);opacity:.18;animation:tw 4.4s ease-in-out infinite}@keyframes tw{50%{opacity:.75}}.landing .notte-in{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.landing .notte h3{font-size:clamp(36px,5vw,64px);margin:18px 0 22px}.landing .notte h3 em{color:var(--oro)}.landing .notte p{color:var(--muto);max-width:470px}.landing .rules{margin-top:36px;border-top:1px solid var(--hair)}.landing .rules div{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid var(--hair);font-size:14px}.landing .rules div span:last-child{color:var(--muto);font-size:10px;letter-spacing:.22em;text-transform:uppercase;padding-top:4px}.landing .notte .btn{margin-top:40px}@media (max-width:960px){.landing .notte-in{grid-template-columns:1fr}}.landing .manifesto{padding:170px 0 60px;text-align:center}.landing .manifesto h2{font-size:clamp(30px,4.6vw,58px);max-width:900px;margin:22px auto 0}.landing .manifesto h2 em{color:var(--oro)}.landing .manifesto p{margin:28px auto 0;max-width:540px;color:var(--muto)}.landing .apply{padding:120px 0 170px;text-align:center;position:relative;overflow:hidden}.landing .apply .glow{position:absolute;left:50%;top:50%;width:900px;height:900px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(201,164,92,.1),transparent 60%);pointer-events:none}.landing .apply h2{font-size:clamp(34px,5vw,62px);position:relative}.landing .apply p{margin:24px auto 42px;max-width:520px;color:var(--muto);position:relative}.landing .apply small{display:block;margin-top:26px;font-size:13px;color:var(--muto);position:relative}.landing .apply small a{color:var(--oro);border-bottom:1px solid rgba(201,164,92,.4)}.landing footer{border-top:1px solid var(--hair)}.landing .foot{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding:80px 0 0}.landing .foot .cd{margin-top:20px;font-size:13px;color:var(--muto)}.landing .foot .cd b{color:var(--oro);font-variant-numeric:tabular-nums;font-weight:600}.landing .foot h4{font-size:10px;letter-spacing:.28em;text-transform:uppercase;font-weight:600;color:var(--muto);margin-bottom:18px}.landing .foot ul{list-style:none;display:flex;flex-direction:column;gap:11px;font-size:13.5px}.landing .foot ul a{color:hsla(44,35%,94%,.7);transition:.3s}.landing .foot ul a:hover{color:var(--oro)}.landing .foot-base{margin-top:70px;padding:26px 0 30px;border-top:1px solid var(--hair);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:11px;color:var(--muto);letter-spacing:.06em}@media (max-width:880px){.landing .foot{grid-template-columns:1fr 1fr}}@media (max-width:760px){.landing .trio{height:200vh}.landing .sun{width:84px;height:84px;margin-left:-42px}.landing .sunset .motto{top:64%}}.landing .reveal{opacity:0;transform:translateY(30px);transition:opacity 1.1s cubic-bezier(.2,.7,.3,1),transform 1.1s cubic-bezier(.2,.7,.3,1)}.landing .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.landing *,.landing :after,.landing :before{animation:none!important;transition:none!important}.landing .hero .ctas,.landing .hero .label,.landing .hero h1 .l1,.landing .hero h1 .l2,.landing .hero p.lead,.landing .panel,.landing .reveal{opacity:1;transform:none}.landing .panel{position:relative;pointer-events:auto;padding-top:60px;padding-bottom:60px}.landing .trio{height:auto}.landing .trio-sticky{position:static;height:auto;display:block}.landing .sunset{height:100vh}.landing .sky-dusk{opacity:1}.landing .sun{top:56%}.landing .sunset .motto{opacity:1;transform:none}}