:root{--landing-text: rgba(255,255,255,.92);--landing-muted: rgba(255,255,255,.68);--landing-border: rgba(255,255,255,.12);--landing-shadow: rgba(0,0,0,.55)}body.site{margin:0;min-height:100vh;color:var(--landing-text);background:#000;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}body.site:before{content:"";position:fixed;inset:0;background:url(/assets/landing-bg-CCORk1So.png) center / cover no-repeat;filter:brightness(.98) contrast(1.06) saturate(1.06);z-index:0}body.site:after{content:"";position:fixed;inset:0;background:linear-gradient(90deg,#0000009e,#00000059 32%,#0000001a 55%,#0000 70%);z-index:1}body.site>*{position:relative;z-index:2}body.site .header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000040;border-bottom:1px solid rgba(255,255,255,.1)}body.site .brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}body.site .brand-mark{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;font-weight:900;letter-spacing:.08em;border:1px solid var(--landing-border);background:#ffffff14}body.site .brand-text{display:flex;flex-direction:column;line-height:1.1}body.site .brand-title{font-weight:900;letter-spacing:.18em;font-size:2.5rem;text-transform:uppercase}body.site .brand-sub{font-size:.78rem;color:var(--landing-muted);margin-top:3px}body.site .nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}body.site .nav-link{text-decoration:none;color:#ffffffd6;padding:10px 12px;border-radius:12px;border:1px solid transparent;background:#ffffff05}body.site .nav-link:hover{background:#ffffff14;border-color:#ffffff1a}body.site .btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 14px;border-radius:14px;text-decoration:none;font-weight:800;letter-spacing:.08em;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#fffffff2;transition:transform .2s ease,background .2s ease}body.site .btn:hover{transform:translateY(-1px);background:#ffffff29}body.site .btn-primary{background:#ffffff38}body.site .btn-primary:hover{background:#ffffff52}body.site .btn-ghost{opacity:.92}body.site .btn-lg{padding:14px 18px;border-radius:16px;min-width:150px}body.site .hero{min-height:calc(100vh - 72px);display:grid;grid-template-columns:minmax(320px,560px) 1fr;gap:18px;padding:28px 18px 26px}body.site .hero-left{align-self:center;padding:30px 28px;border-radius:22px;border:1px solid var(--landing-border);background:linear-gradient(180deg,#000000b8,#00000075);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 24px 90px var(--landing-shadow);display:flex;flex-direction:column;align-items:center;text-align:center}body.site .hero-h1{margin:0;font-size:clamp(34px,4.3vw,54px);font-weight:900;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 2px 18px rgba(0,0,0,.65)}body.site .hero-p{color:#ffffffdb;line-height:1.6;max-width:56ch;justify-content:center;margin:14px auto 0}body.site .hero-cta{margin-top:22px;display:flex;gap:12px;flex-wrap:wrap;justify-content:center}body.site .hero-badges{margin-top:18px;display:flex;gap:8px;flex-wrap:wrap;justify-content:center}body.site .pill{padding:8px 10px;border-radius:999px;font-size:.78rem;color:#ffffffd6;border:1px solid rgba(255,255,255,.12);background:#ffffff0f}body.site .section{padding:64px 18px;background:#0000009e;border-top:1px solid rgba(255,255,255,.1)}body.site .section-dim{background:#000000b8}body.site .inner{max-width:1040px;margin:0 auto}body.site h2{margin:0;font-size:1.6rem;letter-spacing:.06em;text-transform:uppercase}body.site .muted{color:var(--landing-muted)}body.site .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}body.site .grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:16px}body.site .card{padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f}body.site .footer{padding:18px;background:#000000d1;border-top:1px solid rgba(255,255,255,.1)}body.site .footer-inner{max-width:1040px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:14px}body.site .footer-brand{display:flex;gap:12px;align-items:center}body.site .footer-mark{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;font-weight:900;background:#ffffff1a;border:1px solid rgba(255,255,255,.14)}body.site .footer-studio{font-weight:900;letter-spacing:.08em}body.site .footer-right{color:var(--landing-muted);font-size:.85rem}@media(max-width:900px){body.site .hero{grid-template-columns:1fr;min-height:auto}body.site .grid-3,body.site .grid-2{grid-template-columns:1fr}}body.site .inner{max-width:980px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}body.site .prose{max-width:72ch;text-align:left;line-height:1.7;color:#ffffffdb;margin-top:14px}body.site .story-images{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}body.site figure.shot{margin:0;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;box-shadow:0 24px 70px #00000073}body.site figure.shot img{width:100%;height:320px;-o-object-fit:cover;object-fit:cover;display:block;filter:contrast(1.03) saturate(1.02)}body.site figure.shot figcaption{padding:10px 12px 12px;font-size:.85rem;color:#ffffffad;text-align:left}body.site figure.shot.tall img{height:460px}@media(max-width:900px){body.site .story-images{grid-template-columns:1fr}body.site figure.shot img{height:280px}body.site figure.shot.tall img{height:360px}}body.site.legal{background:radial-gradient(1200px 800px at 20% 0%,rgba(255,255,255,.06),transparent 60%),radial-gradient(900px 700px at 80% 10%,rgba(255,255,255,.04),transparent 55%),var(--landing-bg, #07080a)}.legal-wrap{max-width:980px;margin:0 auto;padding:26px 16px 60px}.legal-head{display:grid;gap:8px;margin-bottom:14px}.legal-back{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:8px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#ffffffe6;text-decoration:none}.legal-back:hover{background:#ffffff14}.legal-card{border:1px solid rgba(255,255,255,.12);background:#0000008c;border-radius:16px;padding:16px;box-shadow:0 18px 60px #00000059}.legal-card h2{margin-top:14px}.newsletter-embed{width:100%}.newsletter-embed .formkit-form{width:100%!important;max-width:100%!important}.newsletter-embed .formkit-fields{display:flex!important;gap:10px;align-items:stretch}.newsletter-embed .formkit-field{flex:1 1 auto!important;margin:0!important}.newsletter-embed .formkit-input{width:100%!important;background:#ffffffeb!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:12px!important;padding:12px 14px!important}.newsletter-embed .formkit-submit{flex:0 0 auto!important;margin:0!important;border-radius:12px!important}.newsletter-embed .formkit-powered-by-convertkit-container{margin-top:10px!important;opacity:.6}
