.ss-home{font-family:var(--sans);background:var(--paper);color:var(--ink)}.ss-home nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--rule-light);background:#f4ecdbe6;justify-content:space-between;align-items:center;height:68px;padding:0 48px;display:flex;position:fixed;top:0;left:0;right:0}@media (max-width:1024px){.ss-home nav{padding:0 32px}}@media (max-width:768px){.ss-home nav{height:64px;padding:0 20px}}@media (max-width:480px){.ss-home nav{height:60px;padding:0 16px}}.ss-home .nav-logo{color:var(--ink);align-items:center;gap:10px;text-decoration:none;display:flex}.ss-home .logo-icon{width:36px;height:36px;position:relative}.ss-home .logo-icon svg{width:36px;height:36px}.ss-home .logo-text{font-family:var(--serif);letter-spacing:.01em;font-size:1.35rem;font-weight:500}.ss-home .logo-text span{color:var(--gold-bright);font-style:italic}.ss-home .nav-links{align-items:center;gap:36px;list-style:none;display:flex}.ss-home .nav-links a{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-on-paper);font-size:.78rem;font-weight:500;text-decoration:none;transition:color .2s}.ss-home .nav-links a:hover{color:var(--gold-bright)}.ss-home .nav-cta{letter-spacing:.08em;text-transform:uppercase;color:var(--ink);background:var(--gold-bright);border:1px solid var(--gold-bright);border-radius:4px;padding:11px 22px;font-size:.72rem;font-weight:600;text-decoration:none;transition:background .25s}.ss-home .nav-cta:hover{background:var(--gold)}.ss-home .hero{background-image:linear-gradient(100deg, var(--paper) 0%, #f4ecdbf0 28%, #ece0c69e 56%, #e3d7bd61 100%), url(/images/hero_image3.png);background-position:100%;background-repeat:no-repeat;background-size:cover;grid-template-columns:1.4fr 1fr;align-items:center;min-height:100vh;padding-top:68px;display:grid;position:relative;overflow:hidden}.ss-home .hero:before{content:"";opacity:.22;pointer-events:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='none'><path d='M8 24 C8 14, 18 10, 18 18 C18 26, 28 22, 28 12' stroke='%23a07f3f' stroke-width='0.25' stroke-linecap='round'/></svg>");background-repeat:no-repeat;background-size:contain;width:820px;height:820px;position:absolute;top:50%;right:-180px;transform:translateY(-50%)}.ss-home .hero-left{z-index:2;padding:80px 60px 80px 80px;position:relative}@media (max-width:1024px){.ss-home .hero-left{padding:80px 40px 64px}}@media (max-width:768px){.ss-home .hero-left{max-width:560px;padding:64px 20px 32px}}@media (max-width:480px){.ss-home .hero-left{padding:52px 16px 28px}}.ss-home .hero-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-bright);align-items:center;gap:10px;margin-bottom:28px;font-size:.72rem;font-weight:600;display:inline-flex}.ss-home .hero-tag:before{content:"";background:var(--gold-bright);width:30px;height:1px}.ss-home .hero-headline{font-family:var(--serif);color:var(--ink);letter-spacing:-.03em;margin-bottom:28px;font-size:clamp(2.8rem,6vw,5rem);font-weight:300;line-height:1.02}.ss-home .hero-headline em{color:var(--gold-bright);font-style:italic;font-weight:400}.ss-home .hero-sub{font-family:var(--serif);color:var(--ink-2);max-width:50ch;margin-bottom:40px;font-size:1.3rem;font-weight:400;line-height:1.5}.ss-home .hero-sub strong{color:var(--gold-bright);font-weight:500}.ss-home .hero-form{gap:0;max-width:480px;display:flex}@media (max-width:768px){.ss-home .hero-form{flex-direction:column;max-width:none}}@media (max-width:480px){.ss-home .hero-form{gap:6px}}.ss-home .hero-form input{border:1px solid var(--rule-light);font-family:var(--sans);background:var(--white);color:var(--ink);border-right:none;border-radius:4px 0 0 4px;outline:none;flex:1;padding:16px 18px;font-size:.9rem;transition:border-color .2s}@media (max-width:768px){.ss-home .hero-form input{border-right:1px solid var(--rule-light);border-radius:4px;margin-bottom:10px}}.ss-home .hero-form input::placeholder{color:var(--muted-on-paper)}.ss-home .hero-form input:focus{border-color:var(--gold-bright)}.ss-home .hero-form button{background:var(--gold-bright);color:var(--ink);border:1px solid var(--gold-bright);font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border-radius:0 4px 4px 0;padding:16px 24px;font-size:.76rem;font-weight:600;transition:background .2s}.ss-home .hero-form button:hover{background:var(--gold)}.ss-home .hero-form button:disabled{opacity:.75;cursor:wait}.ss-home .hero-form-status{color:#4a7c59;min-height:1rem;margin-top:12px;font-size:.8rem}.ss-home .hero-form-status.error{color:#a8472f}.ss-home .hero-trust{color:var(--muted-on-paper);letter-spacing:.02em;margin-top:14px;font-size:.76rem}.ss-home .hero-trust span{color:var(--gold-bright);font-weight:600}.ss-home .hero-right{justify-content:center;align-items:center;height:100%;min-height:100vh;display:flex;position:relative}.ss-home .hero-visual{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.ss-home .hero-bg-text{font-family:var(--serif);color:#a07f3f12;-webkit-user-select:none;user-select:none;letter-spacing:-.05em;white-space:nowrap;font-size:18vw;font-weight:300;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ss-home .circle-anim{z-index:2;width:340px;height:340px;position:relative}.ss-home .circle-anim .ring{border:1px solid;border-radius:50%;animation:30s linear infinite ss-home-slowSpin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ss-home .circle-anim .ring:first-child{border-color:#a07f3f59;width:340px;height:340px;animation-direction:normal}.ss-home .circle-anim .ring:nth-child(2){border-color:#14120e1f;width:260px;height:260px;animation-duration:20s;animation-direction:reverse}.ss-home .circle-anim .ring:nth-child(3){border-color:#b0863f8c;width:180px;height:180px;animation-duration:15s}.ss-home .circle-center{z-index:3;text-align:center;background:radial-gradient(circle at 30% 30%, var(--plate) 0%, var(--paper) 60%, var(--paper-3) 100%);border:1px solid var(--rule-gold);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 10px #b0863f0d,0 24px 60px -28px #14120e33}.ss-home .circle-center .big-num{font-family:var(--serif);color:var(--gold-bright);letter-spacing:.02em;font-size:3rem;font-weight:300;line-height:1}.ss-home .circle-center .label{letter-spacing:.24em;text-transform:uppercase;color:var(--ink-2);margin-top:10px;font-size:.56rem}@keyframes ss-home-slowSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.ss-home .founding{background:var(--paper);border-bottom:1px solid var(--rule-light);grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:96px 80px;display:grid}@media (max-width:1024px){.ss-home .founding{grid-template-columns:1fr;gap:40px;padding:72px 40px}}@media (max-width:768px){.ss-home .founding{padding:56px 20px}}@media (max-width:480px){.ss-home .founding{padding:40px 16px}}.ss-home .section-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-bright);align-items:center;gap:10px;margin-bottom:20px;font-size:.72rem;font-weight:600;display:flex}.ss-home .section-tag:before{content:"";background:var(--gold-bright);width:30px;height:1px}.ss-home .founding-left h2{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(2.2rem,3.4vw,3.4rem);font-weight:300;line-height:1.05}.ss-home .founding-left p{color:var(--ink-2);margin-bottom:16px;font-size:.98rem;font-weight:400;line-height:1.8}.ss-home .founding-left p strong{color:var(--gold-bright);font-weight:600}.ss-home .founding-left blockquote{border-left:2px solid var(--gold-bright);font-family:var(--serif);color:var(--ink-2);margin:32px 0;padding-left:22px;font-size:1.25rem;font-style:italic;line-height:1.5}.ss-home .founding-right{position:relative}.ss-home .progress-card{background:var(--plate);border:1px solid var(--rule-gold);border-radius:12px;padding:40px 36px;position:relative;box-shadow:0 24px 48px -32px #14120e38}.ss-home .progress-label{justify-content:space-between;align-items:baseline;margin-bottom:16px;display:flex}.ss-home .progress-label span:first-child{letter-spacing:.1em;text-transform:uppercase;color:var(--muted-on-paper);font-size:.72rem}.ss-home .progress-label span:last-child{font-family:var(--mono);color:var(--gold-bright);font-size:1.4rem;font-weight:500}.ss-home .progress-track{background:var(--track);border-radius:2px;height:4px;margin-bottom:32px;position:relative}.ss-home .progress-fill{background:linear-gradient(90deg, var(--gold) 0%, var(--gold-bright) 100%);border-radius:2px;width:35%;height:100%;transition:width 1s;position:relative}.ss-home .progress-members{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;display:grid}.ss-home .progress-stat .num{font-family:var(--serif);color:var(--gold-bright);font-size:2.4rem;font-weight:400;line-height:1}.ss-home .progress-stat .desc{color:var(--ink-2);letter-spacing:.02em;margin-top:4px;font-size:.75rem}.ss-home .cta-gold{background:var(--gold-bright);color:var(--ink);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;text-align:center;width:100%;font-size:.78rem;font-weight:600;font-family:var(--sans);border:none;border-radius:4px;padding:15px 32px;text-decoration:none;transition:background .2s;display:block}.ss-home .cta-gold:hover{background:var(--gold);color:var(--ink)}.ss-home .bonus-badge{background:var(--gold-bright);color:var(--ink);letter-spacing:.1em;text-transform:uppercase;border-radius:4px;padding:6px 16px;font-size:.66rem;font-weight:700;position:absolute;top:-14px;right:24px}.ss-home .skills-section{background:var(--band);border-bottom:1px solid var(--rule-light);padding:80px 0;overflow:hidden}.ss-home .skills-section .section-header{text-align:center;padding:0 80px 48px}.ss-home .skills-section .section-header h2{font-family:var(--serif);color:var(--ink);letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(1.9rem,3.2vw,3rem);font-weight:300}.ss-home .skills-section .section-header p{color:var(--ink-2);font-size:1.05rem;font-style:italic;font-weight:400;font-family:var(--serif)}.ss-home .ticker-wrap{position:relative;overflow:hidden}.ss-home .ticker-wrap:before,.ss-home .ticker-wrap:after{content:"";z-index:2;width:100px;position:absolute;top:0;bottom:0}.ss-home .ticker-wrap:before{background:linear-gradient(to right, var(--band), transparent);left:0}.ss-home .ticker-wrap:after{background:linear-gradient(to left, var(--band), transparent);right:0}.ss-home .ticker{gap:0;width:max-content;animation:30s linear infinite ss-home-ticker;display:flex}.ss-home .ticker-row{gap:0;display:flex}.ss-home .ticker-row:last-child{animation-direction:reverse}.ss-home .skill-pill{border:1px solid var(--rule-light);background:var(--plate);color:var(--ink-2);white-space:nowrap;letter-spacing:.02em;border-radius:6px;align-items:center;gap:10px;margin:6px 8px;padding:12px 22px;font-size:.84rem;font-weight:500;display:flex}.ss-home .skill-pill .dot{background:var(--gold-bright);border-radius:50%;width:5px;height:5px}.ss-home .skill-pill.highlight{border-color:var(--rule-gold);color:var(--gold-bright);background:var(--white)}@keyframes ss-home-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.ss-home .ticker2{animation:25s linear infinite ss-home-ticker2}@keyframes ss-home-ticker2{0%{transform:translate(-50%)}to{transform:translate(0)}}.ss-home .how{background:var(--paper);border-bottom:1px solid var(--rule-light);padding:96px 80px}.ss-home .section-header-center{text-align:center;margin-bottom:64px}.ss-home .section-header-center .section-tag{justify-content:center;margin-bottom:18px}.ss-home .section-header-center .section-tag:before,.ss-home .section-header-center .section-tag:after{content:"";background:var(--gold-bright);width:30px;height:1px}.ss-home .section-header-center h2{font-family:var(--serif);color:var(--ink);letter-spacing:-.02em;font-size:clamp(2.2rem,3.4vw,3.4rem);font-weight:300}.ss-home .pillars{border:1px solid var(--rule-light);background:var(--paper-2);border-radius:10px;grid-template-columns:repeat(3,1fr);gap:0;display:grid;overflow:hidden}.ss-home .pillar{border-right:1px solid var(--rule-light);padding:44px 36px;transition:background .3s;position:relative}.ss-home .pillar:last-child{border-right:none}.ss-home .pillar:hover{background:var(--plate)}.ss-home .pillar-num{font-family:var(--serif);color:#b0863f47;letter-spacing:-.04em;margin-bottom:20px;font-size:4.5rem;font-weight:300;line-height:1}.ss-home .pillar-icon{margin-bottom:20px}.ss-home .pillar-icon svg{width:32px;height:32px;stroke:var(--gold-bright);stroke-width:1.5px;fill:none}.ss-home .pillar h3{font-family:var(--serif);color:var(--ink);margin-bottom:12px;font-size:1.6rem;font-weight:500}.ss-home .pillar p{color:var(--ink-2);font-size:.9rem;font-weight:400;line-height:1.75}.ss-home .philosophy{background:var(--band);border-bottom:1px solid var(--rule-light);padding:110px 80px;position:relative;overflow:hidden}.ss-home .philosophy:before{content:"\"";font-family:var(--serif);color:#a07f3f14;pointer-events:none;font-size:40vw;font-weight:300;line-height:.8;position:absolute;top:-10%;left:-5%}.ss-home .philosophy-inner{text-align:center;z-index:2;max-width:820px;margin:0 auto;position:relative}.ss-home .philosophy-inner .section-tag{justify-content:center;margin-bottom:32px}.ss-home .philosophy-inner .section-tag:before,.ss-home .philosophy-inner .section-tag:after{content:"";background:var(--gold-bright);width:30px;height:1px}.ss-home .philosophy-inner blockquote{font-family:var(--serif);color:var(--ink);letter-spacing:-.01em;font-size:clamp(1.7rem,3vw,2.6rem);font-style:italic;font-weight:300;line-height:1.4}.ss-home .philosophy-inner .attribution{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-bright);margin-top:32px;font-size:.74rem;font-weight:600}.ss-home .equal-rule{border-top:1px solid var(--rule-light);flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;margin-top:56px;padding-top:48px;display:flex}.ss-home .equal-item{text-align:center}.ss-home .equal-item .skill-name{font-family:var(--serif);color:var(--ink);margin-bottom:4px;font-size:1.3rem;font-style:italic;display:block}.ss-home .equal-item .time{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-on-paper);font-size:.68rem}.ss-home .equal-sep{font-family:var(--serif);color:var(--gold-bright);font-size:2.2rem;font-weight:300}.ss-home .waitlist{background:var(--paper);grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:96px 80px;display:grid}.ss-home .waitlist-left h2{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(2.2rem,3.4vw,3.4rem);font-weight:300;line-height:1.05}.ss-home .waitlist-left p{color:var(--ink-2);margin-bottom:36px;font-size:.96rem;font-weight:400;line-height:1.8}.ss-home .waitlist-count{align-items:baseline;gap:14px;margin-bottom:36px;display:flex}.ss-home .waitlist-count .num{font-family:var(--serif);color:var(--gold-bright);font-size:4rem;font-weight:300;line-height:1}.ss-home .waitlist-count .desc{color:var(--ink-2);max-width:160px;font-size:.85rem;font-weight:400;line-height:1.5}.ss-home .ping-btn{background:var(--gold-bright);border:1px solid var(--gold-bright);font-family:var(--sans);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;color:var(--ink);border-radius:4px;align-items:center;gap:10px;padding:15px 28px;font-size:.78rem;font-weight:600;transition:background .25s;display:inline-flex}.ss-home .ping-btn:hover{background:var(--gold)}.ss-home .ping-btn .pulse{background:var(--ink);border-radius:50%;width:8px;height:8px;animation:1.5s infinite ss-home-pulse}@keyframes ss-home-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.ss-home .map-visual{background:var(--plate);border:1px solid var(--rule-gold);border-radius:12px;justify-content:center;align-items:center;min-height:380px;padding:40px;display:flex;position:relative}.ss-home .map-svg{opacity:.85;width:100%;max-width:360px}.ss-home .map-dot{background:var(--gold-bright);border:2px solid var(--plate);border-radius:50%;width:12px;height:12px;animation:2s infinite ss-home-mapPulse;position:absolute;box-shadow:0 0 0 4px #b0863f40}.ss-home .map-dot:nth-child(2){animation-delay:.5s;top:30%;left:40%}.ss-home .map-dot:nth-child(3){animation-delay:1s;top:50%;left:55%}.ss-home .map-dot:nth-child(4){animation-delay:1.5s;top:65%;left:35%}.ss-home .map-dot:nth-child(5){animation-delay:.2s;top:40%;left:65%}.ss-home .map-dot:nth-child(6){animation-delay:.8s;top:70%;left:60%}@keyframes ss-home-mapPulse{0%,to{box-shadow:0 0 0 4px #b0863f40}50%{box-shadow:0 0 0 10px #b0863f0d}}.ss-home .map-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted-on-paper);font-size:.65rem;position:absolute;bottom:20px;left:20px}.ss-home footer{background:var(--band);color:var(--ink-2);border-top:1px solid var(--rule-light);padding:64px 80px 40px}.ss-home .footer-top{border-bottom:1px solid var(--rule-light);grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px;margin-bottom:36px;padding-bottom:48px;display:grid}.ss-home .footer-brand .logo-text{color:var(--ink)}.ss-home .footer-brand .logo-text span{color:var(--gold-bright)}.ss-home .footer-brand p{color:var(--muted-on-paper);max-width:240px;margin-top:16px;font-size:.84rem;font-weight:400;line-height:1.75}.ss-home .footer-col h4{letter-spacing:.14em;text-transform:uppercase;color:var(--gold-bright);margin-bottom:20px;font-size:.65rem;font-weight:600}.ss-home .footer-col ul{list-style:none}.ss-home .footer-col ul li{margin-bottom:12px}.ss-home .footer-col ul li a{color:var(--ink-2);font-size:.86rem;font-weight:400;text-decoration:none;transition:color .2s}.ss-home .footer-col ul li a:hover{color:var(--gold-bright)}.ss-home .footer-bottom{color:var(--muted-on-paper);justify-content:space-between;align-items:center;font-size:.76rem;display:flex}.ss-home .footer-bottom a{color:var(--muted-on-paper);text-decoration:none}.ss-home .footer-bottom a:hover{color:var(--gold-bright)}@keyframes ss-home-fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ss-home .fade-up{animation:.8s both ss-home-fadeUp}.ss-home .fade-up-1{animation-delay:.1s}.ss-home .fade-up-2{animation-delay:.25s}.ss-home .fade-up-3{animation-delay:.4s}.ss-home .fade-up-4{animation-delay:.55s}.ss-home .reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.ss-home .reveal.visible{opacity:1;transform:none}@media (max-width:1024px){.ss-home .hero{grid-template-columns:1.2fr 1fr}.ss-home .hero-left{padding:80px 40px 64px}.ss-home .founding,.ss-home .waitlist{grid-template-columns:1fr;gap:40px;padding:72px 40px}.ss-home .skills-section .section-header,.ss-home .how,.ss-home .philosophy{padding-left:40px;padding-right:40px}.ss-home .footer-top{grid-template-columns:1.5fr 1fr 1fr;row-gap:32px}}@media (max-width:768px){.ss-home .nav-links{display:none}.ss-home .nav-cta{padding:9px 16px;font-size:.66rem}.ss-home .hero{background-image:linear-gradient(180deg, #f4ecdbc7 0%, #f4ecdbe6 45%, var(--paper) 100%), url(/images/hero_image3.png);background-position:top;grid-template-columns:1fr;min-height:auto;padding-top:64px;padding-bottom:56px}.ss-home .hero-right{order:-1;min-height:280px;padding:16px 0 0}.ss-home .hero-sub{max-width:none}.ss-home .hero-form{flex-direction:column;max-width:none}.ss-home .hero-form input{border-right:1px solid var(--rule-light);border-radius:4px;width:100%;margin-bottom:10px}.ss-home .hero-form button{text-align:center;border-radius:4px;width:100%}.ss-home .circle-anim{width:260px;height:260px}.ss-home .circle-center{width:160px;height:160px}.ss-home .circle-center .big-num{font-size:2.2rem}.ss-home .circle-center .label{font-size:.5rem}.ss-home .founding,.ss-home .how,.ss-home .skills-section,.ss-home .philosophy,.ss-home .waitlist{padding:56px 20px}.ss-home .pillars{grid-template-columns:1fr}.ss-home .pillar{border-right:none;border-bottom:1px solid var(--rule-light);padding:32px 28px}.ss-home .pillar:last-child{border-bottom:none}.ss-home .skills-section .section-header{padding:0 20px 32px}.ss-home footer{padding:48px 20px 32px}.ss-home .footer-top{grid-template-columns:1fr 1fr;gap:32px}.ss-home .footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width:480px){.ss-home .logo-text{font-size:1.1rem}.ss-home .hero-headline{font-size:2.4rem}.ss-home .hero-left{padding-top:52px}.ss-home .waitlist-count .num{font-size:3rem}.ss-home .footer-top{grid-template-columns:1fr}}
