@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,700&display=swap');
:root{--ink:#221b2a;--muted:#625b68;--purple:#4c1d73;--purple2:#7a2b92;--gold:#e5a82f;--cream:#fbf8f3;--line:#e6dee8;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif;background:#fff;line-height:1.65}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:10px max(5vw,24px);position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);z-index:20;border-bottom:1px solid rgba(76,29,115,.08)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink)}.brand img{width:62px;height:62px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1.2}.brand strong{font-family:'Playfair Display',serif;font-size:20px}.brand small{font-size:11px;color:var(--purple);letter-spacing:.02em;margin-top:5px}.site-header nav{display:flex;gap:28px}.site-header nav a,footer a{color:var(--ink);text-decoration:none;font-weight:600;font-size:14px}.site-header nav a:hover{color:var(--purple)}.menu{display:none;background:none;border:1px solid var(--line);padding:8px 12px}.hero{min-height:690px;padding:90px max(7vw,30px);display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px;background:radial-gradient(circle at 82% 42%,rgba(122,43,146,.12),transparent 27%),linear-gradient(130deg,#fff 55%,#faf5fc)}.hero-copy{max-width:760px}.eyebrow{font-size:12px;letter-spacing:.16em;color:var(--purple2);font-weight:700;margin:0 0 18px}h1,h2,h3{font-family:'Playfair Display',serif;line-height:1.08;margin-top:0}h1{font-size:clamp(50px,6.1vw,88px);letter-spacing:-.045em;margin-bottom:24px}h1 em{color:var(--purple);font-weight:700}.lead{font-size:20px;color:var(--muted);max-width:690px}.actions{display:flex;gap:14px;margin:34px 0 22px;flex-wrap:wrap}.button{display:inline-block;padding:14px 22px;border-radius:4px;text-decoration:none;font-weight:700}.primary{background:var(--purple);color:white}.primary:hover{background:#361051}.secondary{border:1px solid var(--purple);color:var(--purple)}.location{font-size:13px;color:#746b79}.hero-mark{text-align:center;display:flex;align-items:center;justify-content:center}.hero-mark img{display:block;width:min(100%,620px);height:auto;object-fit:contain;border-radius:24px;box-shadow:0 28px 70px rgba(39,14,59,.22)}.promise{display:grid;grid-template-columns:repeat(3,1fr);padding:28px max(7vw,30px);background:var(--purple);color:white}.promise div{display:flex;flex-direction:column;padding:10px 7vw;border-right:1px solid rgba(255,255,255,.2)}.promise div:first-child{padding-left:0}.promise div:last-child{border:0}.promise strong{font-family:'Playfair Display',serif;font-size:22px}.promise span{font-size:13px;opacity:.75}.section{padding:110px max(7vw,30px)}.split{display:grid;grid-template-columns:1fr 1fr;gap:10vw}.section h2,.cta h2{font-size:clamp(38px,4vw,62px);letter-spacing:-.03em}.split>div:last-child{font-size:18px;color:var(--muted)}.tinted{background:var(--cream)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:50px}.cards article{padding:34px;background:white;border:1px solid #eee7ef;min-height:280px}.cards span,.label{color:var(--purple2);font-weight:700;font-size:12px;letter-spacing:.1em}.cards h3{font-size:27px;margin:32px 0 14px}.cards p{color:var(--muted)}.section-head{display:grid;grid-template-columns:1fr .7fr;gap:12vw;align-items:end}.section-head>p{color:var(--muted);font-size:17px}.venture{margin-top:48px;background:linear-gradient(130deg,#25113f,#5b2272);color:white;padding:50px;display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:center;border-radius:8px}.venture h3{font-size:48px;margin:14px 0}.venture p{color:rgba(255,255,255,.8)}.venture a{color:#ffd76f;font-weight:700}.venture-visual{display:flex;align-items:center;gap:30px}.orbit{width:120px;height:120px;border:1px solid rgba(255,255,255,.45);border-radius:50%;display:grid;place-items:center;font-size:34px;font-weight:700;box-shadow:0 0 0 18px rgba(255,255,255,.05),0 0 0 36px rgba(255,255,255,.025)}.venture-visual p{font-size:13px}.product{margin-top:20px;border:1px solid var(--line);padding:34px 40px;display:grid;grid-template-columns:.72fr 1.28fr;gap:40px;align-items:center;border-radius:8px}.product h3{font-size:34px;margin:10px 0}.product p{color:var(--muted);max-width:800px}.product-link{display:inline-block;margin-top:8px;color:var(--purple);font-weight:700}.product-video video{display:block;width:100%;height:auto;aspect-ratio:16/9;border-radius:12px;background:#1c1025;box-shadow:0 18px 40px rgba(34,15,49,.18)}.product-video p{font-size:12px;margin:9px 2px 0;text-align:center}.status{white-space:nowrap;border:1px solid var(--gold);color:#8a5b00;padding:8px 14px;border-radius:30px;font-size:12px;font-weight:700}.cta{text-align:center;padding:110px 20px;background:linear-gradient(135deg,#4c1d73,#28113d);color:white}.cta p{max-width:650px;margin:0 auto 28px;color:rgba(255,255,255,.76)}.cta .eyebrow{color:#ffd76f}.light{background:white;color:var(--purple)}footer{padding:50px max(7vw,30px) 30px;display:grid;grid-template-columns:1fr auto;gap:25px;background:#160d1f;color:white}footer p{margin:5px 0;color:rgba(255,255,255,.58)}footer div:nth-child(2){display:flex;gap:25px}footer a{color:white}.legal{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:22px;font-size:12px}
.legal-page main{max-width:900px;margin:auto;padding:90px 24px 120px}.legal-page h1{font-size:52px}.legal-page h2{font-size:27px;margin-top:40px}.legal-page .back{color:var(--purple);font-weight:700}.legal-page main p,.legal-page main li{color:var(--muted)}
@media(max-width:820px){.site-header{height:74px}.brand img{width:48px;height:48px}.brand strong{font-size:17px}.brand small{display:none}.menu{display:block}.site-header nav{display:none;position:absolute;top:74px;left:0;right:0;background:white;padding:24px;flex-direction:column;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.hero{grid-template-columns:1fr;padding-top:55px;text-align:left}.hero-mark{order:-1;width:100%}.hero-mark img{width:100%;max-width:620px}.hero-mark span{display:none}.promise,.cards,.split,.section-head,.venture{grid-template-columns:1fr}.promise div,.promise div:first-child{padding:10px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.section{padding:75px 24px}.cards article{min-height:auto}.venture{padding:34px 25px;gap:35px}.venture-visual{display:none}.product{grid-template-columns:1fr;padding:24px;align-items:start}.hero{gap:18px}.hero h1{font-size:48px}footer{grid-template-columns:1fr}footer div:nth-child(2){flex-wrap:wrap}.legal{grid-column:auto}}
