:root{--ink:#151515;--paper:#f7f4ed;--yellow:#e7ff3d;--orange:#ff6a3d;--lav:#d9d2ff;--line:#d8d4ca}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;width:min(1280px,calc(100% - 40px));margin:auto}.logo{font:700 21px 'Space Grotesk';display:flex;align-items:center;gap:9px;letter-spacing:-.7px}.logo-orb{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--yellow);font-size:12px;letter-spacing:-1px;transform:rotate(-10deg)}.accent{color:var(--orange)}.desktop-nav{display:flex;gap:30px;font-size:13px;font-weight:600}.desktop-nav a:hover,.text-link:hover{color:var(--orange)}.mini-cta{font-size:13px;font-weight:700;border:1px solid var(--ink);padding:11px 15px;border-radius:100px}.mini-cta span{color:var(--orange);margin-left:7px}.hero{min-height:650px;display:grid;grid-template-columns:1fr .9fr;gap:50px;align-items:center;padding:65px 0 80px}.eyebrow{font:600 11px 'Space Grotesk';letter-spacing:1.5px;text-transform:uppercase;margin:0 0 22px}.pulse{display:inline-block;width:8px;height:8px;background:var(--orange);border-radius:50%;margin-right:7px}.hero h1,h2{font:600 clamp(3.3rem,7vw,6.6rem)/.92 'Space Grotesk';letter-spacing:-5px;margin:0}.hero h1 em,h2 em{font-style:normal;color:var(--orange)}.hero-lede{font-size:18px;line-height:1.5;max-width:510px;margin:30px 0}.hero-actions{display:flex;align-items:center;gap:22px}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;border:0;border-radius:100px;padding:15px 20px;font:700 14px 'DM Sans';cursor:pointer}.button span{font-size:20px;line-height:10px}.button.button-yellow,.video-hero .button-yellow,.start-section .button-yellow{background:var(--yellow);color:var(--ink)!important;-webkit-text-fill-color:var(--ink)}.button-yellow:hover{background:#d4ef2e;transform:translateY(-2px)}.button-dark{background:var(--ink);color:var(--paper)}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid #aaa;padding-bottom:4px}.text-link span{font-size:20px;margin-left:9px}.trust-row{display:flex;gap:20px;margin-top:55px;font:600 11px 'Space Grotesk';text-transform:uppercase;color:#777}.trust-row span+span{border-left:1px solid #bbb;padding-left:20px}.trust-row b{color:var(--ink)}.hero-visual{height:470px;position:relative;display:grid;place-items:center}.sunburst{position:absolute;width:450px;height:450px;background:repeating-conic-gradient(from 5deg,#f0eddf 0 12deg,transparent 12deg 24deg);border-radius:50%}.hero-card{position:relative;z-index:1;width:min(390px,75vw);height:470px;background:#222;transform:rotate(5deg);box-shadow:18px 18px 0 var(--yellow);overflow:hidden;border:7px solid #222}.hero-card img,.hero-card video{width:100%;height:100%;object-fit:cover;filter:saturate(1.08)}.card-label{position:absolute;bottom:16px;left:16px;color:white;font:600 10px 'Space Grotesk';letter-spacing:1px}.card-label i{display:inline-block;background:var(--orange);height:7px;width:7px;border-radius:50%;margin-left:5px}.scan-line{position:absolute;top:35%;left:0;width:100%;height:2px;background:var(--yellow);box-shadow:0 0 15px var(--yellow);opacity:.8}.floating-chip{position:absolute;z-index:2;background:var(--yellow);padding:12px 15px;font:600 11px/1.3 'Space Grotesk';letter-spacing:1px;box-shadow:5px 5px 0 var(--ink)}.floating-chip b{font-size:14px}.chip-top{top:32px;right:0;transform:rotate(8deg)}.chip-bottom{bottom:17px;left:0;transform:rotate(-7deg)}.chip-bottom span{font-size:18px}.ticker{background:var(--ink);color:var(--yellow);font:700 17px 'Space Grotesk';letter-spacing:2px;white-space:nowrap;overflow:hidden;padding:15px 0}.ticker div{animation:move 28s linear infinite;width:max-content}.ticker i{font-style:normal;color:var(--orange);padding:0 17px}@keyframes move{to{transform:translateX(-50%)}}.section{padding:130px 0}.section-intro{margin-bottom:65px}.section-intro h2,.video-wrap h2,.theme-copy h2,.start-inner h2{font-size:clamp(3rem,6vw,5.5rem)}.section-intro.centered{text-align:center}.section-intro.centered .muted{margin:25px auto 0}.muted{color:#777;max-width:470px;line-height:1.55}.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.steps li{padding:31px 30px 20px 0;border-right:1px solid var(--line);display:flex;gap:22px}.steps li+li{padding-left:30px}.steps li:last-child{border:0}.steps li>span{font:600 13px 'Space Grotesk';color:var(--orange)}h3{font:600 22px 'Space Grotesk';margin:0 0 10px;letter-spacing:-.6px}.steps p,.event-grid p{color:#777;line-height:1.5;margin:0;font-size:15px}.video-section{background:var(--lav);padding:100px 0}.video-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:65px;align-items:center}.video-wrap h2{margin-bottom:25px}.video-frame{aspect-ratio:9/16;background:#111;max-width:280px;justify-self:end;overflow:hidden;border:8px solid var(--ink);box-shadow:12px 12px 0 var(--orange)}.video-frame iframe{width:100%;height:100%;border:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product{background:white;border:1px solid var(--line);padding:14px;display:flex;flex-direction:column;min-height:420px}.product.featured{background:var(--yellow);border-color:var(--ink)}.product.wide{grid-column:span 2;min-height:285px}.video-hero{background:var(--ink);color:white;padding:44px 0 52px}.video-hero-inner{display:grid;grid-template-columns:.72fr 1fr;align-items:center;gap:55px}.video-hero-copy h1{font:600 clamp(3.2rem,7vw,6rem)/.92 'Space Grotesk';letter-spacing:-4px;margin:0}.video-hero-copy h1 em{font-style:normal;color:var(--yellow)}.video-hero-copy>p:not(.eyebrow){font-size:18px;line-height:1.5;color:#bbb;max-width:370px;margin:25px 0 30px}.video-frame-hero{width:min(100%,430px);aspect-ratio:9/16;justify-self:center;border-color:#fff;box-shadow:12px 12px 0 var(--yellow)}
.product-art{height:205px;position:relative;background:#eee8dc;overflow:hidden}.product.wide .product-art{height:160px}.product-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product:hover .product-image{transform:scale(1.025)}
.product-info{padding:20px 0 14px;flex:1}.product-info h3{font-size:19px}.product-info p{font-size:13px;color:#777;margin:0;line-height:1.4}.product-info strong{display:block;font:700 24px 'Space Grotesk';margin-top:13px}.add{background:transparent;border:1px solid var(--ink);border-radius:100px;padding:10px 14px;font-weight:700;cursor:pointer;text-align:left}.add span{float:right;font-size:17px}.add:hover{background:var(--ink);color:white}.themes-section{background:var(--orange);padding:110px 0}.themes-section h2{color:white}.themes-section .eyebrow,.themes-section .muted{color:#3c1309}.theme-copy{width:38%;display:inline-block;vertical-align:top}.theme-copy .button{margin-top:25px}.theme-mosaic{width:58%;display:grid;grid-template-columns:repeat(2,1fr);gap:15px;float:right}.theme-mosaic figure{margin:0;background:white;padding:9px;transform:rotate(-2deg)}.theme-mosaic figure:nth-child(even){transform:rotate(3deg);margin-top:30px}.theme-mosaic img{display:block;width:100%;height:150px;object-fit:cover}.theme-mosaic figcaption{font:600 12px 'Space Grotesk';padding:10px 3px}.events{padding-bottom:130px}.event-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.event-grid>div{border-top:1px solid var(--ink);padding-top:18px}.event-grid b{color:var(--orange);font:600 12px 'Space Grotesk'}.event-grid h3{margin-top:45px}.start-section{background:var(--ink);color:white;padding:110px 0}.start-inner{display:grid;grid-template-columns:1fr 1fr;gap:100px}.start-inner h2{color:white}.start-inner h2 em{color:var(--yellow)}form{display:grid;gap:17px}label{font:600 11px 'Space Grotesk';text-transform:uppercase;letter-spacing:1px}input,select{display:block;width:100%;background:transparent;border:0;border-bottom:1px solid #666;color:white;padding:13px 0;font:16px 'DM Sans';outline:none}select option{color:#111}form .button{justify-self:start;margin-top:14px}.form-note{color:#888;font-size:12px}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.footer{padding:35px 0;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#777}.footer .logo{color:var(--ink)}
@media(max-width:768px){.wrap,.site-header{width:calc(100% - 32px)}.video-hero{padding:20px 0 28px}.video-hero-inner{display:flex;flex-direction:column-reverse;align-items:stretch;gap:28px}.video-frame-hero{width:min(100%,430px);max-width:none;aspect-ratio:9/16;border-width:5px;box-shadow:7px 7px 0 var(--yellow);align-self:center}.video-hero-copy{padding:0 2px}.video-hero-copy h1{font-size:clamp(3.8rem,17vw,6rem);letter-spacing:-4px}.video-hero-copy>p:not(.eyebrow){font-size:17px;max-width:330px}.video-hero-copy .button{width:100%;max-width:310px}.site-header{height:68px}.desktop-nav{display:none}.mini-cta{padding:9px 11px;font-size:11px}.hero{display:flex;flex-direction:column;padding:58px 0 75px;gap:35px;align-items:stretch}.hero h1{font-size:clamp(3.1rem,14vw,5rem);letter-spacing:-3px}.hero-lede{font-size:16px;margin:25px 0}.hero-actions{flex-wrap:wrap;gap:16px}.trust-row{gap:10px;margin-top:38px;font-size:9px;line-height:1.3}.trust-row span+span{padding-left:10px}.hero-visual{height:390px}.hero-card{height:360px;width:75vw}.sunburst{width:350px;height:350px}.chip-top{right:2px;top:10px}.chip-bottom{left:0;bottom:10px}.section{padding:82px 0}.section-intro{margin-bottom:42px}.section-intro h2,.video-wrap h2,.theme-copy h2,.start-inner h2{font-size:clamp(2.8rem,13vw,4.7rem);letter-spacing:-3px}.steps{grid-template-columns:1fr}.steps li,.steps li+li{padding:25px 0;border-right:0;border-bottom:1px solid var(--line)}.steps li:last-child{border-bottom:0}.video-section{padding:75px 0}.video-wrap{grid-template-columns:1fr;gap:42px}.video-frame{justify-self:center;width:230px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product{min-height:370px;padding:10px}.product.wide{grid-column:span 2;min-height:260px}.product-art{height:150px}.product.wide .product-art{height:125px}.product-info{padding:15px 0 10px}.product-info h3{font-size:16px}.product-info strong{font-size:20px}.product-info p{font-size:12px}.themes-section{padding:75px 0}.theme-copy{width:100%;display:block;margin-bottom:45px}.theme-mosaic{width:100%;float:none}.theme-mosaic img{height:120px}.event-grid{grid-template-columns:1fr;gap:0}.event-grid>div{padding:22px 0 28px}.event-grid h3{margin-top:28px}.start-section{padding:80px 0}.start-inner{grid-template-columns:1fr;gap:48px}.footer{flex-wrap:wrap;gap:18px}.footer p{order:3;width:100%;margin:0}.footer>span{font-size:10px}}
