:root{--ink:#101116;--paper:#f3f0e8;--lime:#c9ff56;--muted:#6f706d;--line:rgba(16,17,22,.14);font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--paper);scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);border-bottom:1px solid var(--line);position:relative;z-index:10}.brand{display:flex;gap:11px;align-items:center;font:600 18px Manrope}.brand b{font-weight:400;color:var(--muted)}.brand-mark{width:36px;height:36px;display:grid;place-items:center;background:var(--ink);color:var(--paper);border-radius:50%;font-weight:800}.site-header nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600}.nav-cta{border:1px solid var(--ink);padding:11px 18px;border-radius:99px}.hero{min-height:calc(100vh - 88px);padding:9vh max(5vw,24px);display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:5vw}.eyebrow{display:block;font:700 12px Manrope;letter-spacing:.16em;text-transform:uppercase;margin-bottom:24px}.hero h1,.section h2,.product-hero h1{font:700 clamp(52px,7vw,105px)/.95 Manrope;margin:0;letter-spacing:-.065em}.hero h1 em{font-style:normal;color:transparent;-webkit-text-stroke:1.5px var(--ink)}.hero-copy>p{max-width:610px;font-size:19px;line-height:1.65;color:var(--muted);margin:32px 0}.hero-actions{display:flex;align-items:center;gap:30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;border-radius:99px;padding:17px 22px;font-weight:700}.button.primary{background:var(--ink);color:white}.button.primary span{color:var(--lime)}.text-link{font-weight:700;border-bottom:1px solid}.hero-visual{position:relative;min-height:530px;display:grid;place-items:center}.core{width:230px;height:230px;border-radius:50%;display:grid;place-items:center;background:var(--ink);box-shadow:0 28px 70px rgba(16,17,22,.2);position:relative;z-index:2}.core span{font:800 110px Manrope;color:var(--lime)}.orbit{position:absolute;border:1px solid rgba(16,17,22,.25);border-radius:50%}.orbit-one{width:390px;height:390px}.orbit-two{width:520px;height:300px;transform:rotate(-25deg)}.float-tag{position:absolute;padding:10px 16px;border:1px solid var(--ink);border-radius:99px;background:var(--paper);font-size:13px;font-weight:700;z-index:3}.tag-one{top:17%;left:10%}.tag-two{right:5%;bottom:20%}.tag-three{bottom:8%;left:18%;background:var(--lime)}.ticker{background:var(--ink);color:white;overflow:hidden;white-space:nowrap;padding:20px 0;font:700 13px Manrope;letter-spacing:.12em}.ticker div{width:max-content;animation:marquee 18s linear infinite}.ticker span{color:var(--lime);padding:0 34px}@keyframes marquee{to{transform:translateX(-50%)}}.section{padding:120px max(5vw,24px)}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:60px}.section-heading h2,.studio h2,.contact h2{font-size:clamp(42px,5vw,72px)}.section-heading>p{max-width:360px;color:var(--muted);line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{min-height:390px;border:1px solid var(--line);padding:28px;display:flex;flex-direction:column;transition:.3s;background:rgba(255,255,255,.2);transition-delay:var(--delay)}.product-card:hover{background:var(--accent);transform:translateY(-6px);border-color:transparent}.product-top{display:flex;justify-content:space-between;align-items:start}.product-icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:var(--accent);font:800 25px Manrope}.product-card:hover .product-icon{background:var(--ink);color:white}.arrow{font-size:25px}.product-category{margin-top:auto;text-transform:uppercase;font-size:11px;letter-spacing:.12em;font-weight:700}.product-card h3{font:700 28px Manrope;margin:10px 0}.product-card p{color:var(--muted);line-height:1.5;margin:0 0 22px}.product-card:hover p{color:var(--ink)}.product-card a{font-weight:700;font-size:14px}.studio{padding-top:30px}.studio-card{min-height:570px;background:var(--ink);color:white;padding:70px;position:relative;overflow:hidden;display:grid;grid-template-columns:1.4fr 1fr;align-items:center}.giant-k{position:absolute;right:-3%;top:-25%;font:800 680px/.8 Manrope;color:#191b21}.studio-copy{position:relative;z-index:2;max-width:690px}.studio-copy p{color:#b9bab7;line-height:1.7;font-size:18px;max-width:600px}.studio-stats{position:relative;z-index:2;display:flex;flex-direction:column;gap:25px}.studio-stats div{border-bottom:1px solid #35373b;padding-bottom:20px;display:flex;align-items:baseline;gap:16px}.studio-stats strong{font:700 43px Manrope;color:var(--lime)}.studio-stats span{text-transform:uppercase;letter-spacing:.12em;font-size:11px}.contact{text-align:center;background:var(--lime)}.contact .button{margin-top:40px}.button.light{background:var(--paper)}footer{background:var(--ink);color:white;padding:38px max(5vw,24px);display:flex;align-items:center;justify-content:space-between;font-size:13px}footer p,footer>span{color:#9b9c99}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}
/* Product pages */
.product-page{--product-accent:var(--lime)}.product-page .site-header{border-color:rgba(255,255,255,.14);color:white;background:var(--ink)}.product-page .brand-mark{background:var(--product-accent);color:var(--ink)}.product-page .nav-cta{border-color:white}.product-hero{min-height:calc(100vh - 88px);background:var(--ink);color:white;padding:9vh max(5vw,24px);display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:6vw}.product-hero h1{font-size:clamp(60px,9vw,130px);overflow-wrap:anywhere}.product-hero p{font-size:20px;line-height:1.65;color:#b9bab7;max-width:610px;margin:30px 0}.product-hero .button{background:var(--product-accent);color:var(--ink)}.product-showcase{min-height:450px;position:relative;display:grid;place-items:center}.app-tile{width:min(330px,70vw);aspect-ratio:1;border-radius:30%;display:grid;place-items:center;background:var(--product-accent);transform:rotate(8deg);box-shadow:30px 35px 0 rgba(255,255,255,.07)}.app-tile span{font:800 150px Manrope;color:var(--ink)}.product-about{display:grid;grid-template-columns:1fr 1.4fr;gap:10vw}.product-about p{font-size:26px;line-height:1.55;margin:0}.back-products{font-weight:700;border-bottom:1px solid}.availability{padding:90px max(5vw,24px);background:var(--product-accent);display:flex;align-items:center;justify-content:space-between}.availability h2{font:700 clamp(38px,5vw,70px) Manrope;margin:0;letter-spacing:-.05em}.availability p{max-width:430px}.disabled-button{background:var(--ink);color:white;opacity:.85;cursor:not-allowed}
@media(max-width:850px){.site-header nav a:not(.nav-cta){display:none}.hero,.product-hero{grid-template-columns:1fr}.hero{padding-top:70px}.hero-visual{min-height:420px}.core{width:180px;height:180px}.core span{font-size:85px}.orbit-one{width:300px;height:300px}.orbit-two{width:370px;height:230px}.product-grid{grid-template-columns:1fr 1fr}.section-heading{align-items:start;flex-direction:column;gap:25px}.studio-card{grid-template-columns:1fr;padding:45px 28px;gap:40px}.product-about{grid-template-columns:1fr}.availability{align-items:flex-start;flex-direction:column;gap:30px}}@media(max-width:560px){.site-header{height:74px}.site-header nav{gap:0}.hero{min-height:auto;padding-bottom:70px}.hero h1{font-size:51px}.hero-visual{min-height:350px}.orbit-two{width:320px}.product-grid{grid-template-columns:1fr}.section{padding:80px 20px}.product-card{min-height:340px}.studio{padding:20px 0}.studio-card{min-height:650px}.contact h2{font-size:43px}footer{align-items:flex-start;flex-direction:column;gap:20px}.product-hero{padding:70px 20px}.product-hero h1{font-size:57px}.availability{padding:70px 20px}}
