:root{--ink:#111318;--muted:#8b8e94;--line:rgba(17,19,24,.09);--soft:#f6f7f9;--green:#29c58a;--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1180px,calc(100% - 32px));margin-inline:auto}.progress{position:fixed;z-index:200;top:0;left:0;width:0;height:2px;background:var(--ink)}.header{position:fixed;z-index:100;inset:0 0 auto;background:rgba(255,255,255,.82);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.header__inner{height:68px;display:flex;align-items:center;justify-content:space-between}.brand img{display:block;width:98px}.nav,.header__cta{display:none}.menu{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;display:grid;place-content:center;gap:6px}.menu span{display:block;width:19px;height:1px;background:var(--ink);transition:.3s}.menu.is-open span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu.is-open span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-nav{position:fixed;z-index:90;inset:68px 0 0;padding:22px 16px 24px;background:#fff;display:flex;flex-direction:column;transform:translateY(-16px);opacity:0;visibility:hidden;transition:.35s}.mobile-nav.is-open{transform:none;opacity:1;visibility:visible}.mobile-nav nav{display:flex;flex-direction:column;flex:1}.mobile-nav nav a{padding:20px 4px;border-bottom:1px solid var(--line);font-size:28px;font-weight:700;letter-spacing:-.05em}.pill{min-height:54px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:space-between;gap:24px;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;transition:.3s}.pill:hover{transform:translateY(-2px)}.pill--dark{background:var(--ink);color:#fff}.pill--light{border:1px solid rgba(17,19,24,.14);background:rgba(255,255,255,.7)}.hero{position:relative;min-height:100svh;padding:112px 0 64px;display:flex;align-items:center;overflow:hidden}.hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(17,19,24,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,19,24,.035) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,#000,transparent 94%)}.hero__glow{position:absolute;right:-45%;top:6%;width:110vw;height:110vw;border-radius:50%;background:#e7edf6;filter:blur(80px);animation:glow 11s ease-in-out infinite alternate}.hero__layout{position:relative;display:grid;gap:54px}.eyebrow,.section-kicker{display:flex;align-items:center;gap:9px;font-size:9px;font-weight:800;letter-spacing:.26em;text-transform:uppercase;color:#9a9ca1}.eyebrow i,.section-kicker i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 7px rgba(41,197,138,.12)}.hero h1{margin:24px 0 0}.headline{display:block;overflow:hidden}.headline b{display:block;font-size:19vw;line-height:.82;letter-spacing:-.09em;transform:translateY(110%);animation:title .95s cubic-bezier(.16,1,.3,1) forwards}.headline:nth-child(2) b{animation-delay:.08s}.headline:nth-child(3) b{animation-delay:.16s}.headline--muted b{color:rgba(17,19,24,.14)}.hero__text{max-width:610px;margin:28px 0 0;color:#8d8f94;font-size:15px;line-height:1.75}.hero__actions{margin-top:28px;display:flex;flex-direction:column;gap:10px}.hero__proof{margin-top:32px;padding-top:20px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:14px 24px;color:#96989d;font-size:11px}.hero-in{opacity:0;transform:translateY(18px);animation:fade .8s .35s forwards}.hero__text{animation-delay:.45s}.hero__actions{animation-delay:.55s}.hero__proof{animation-delay:.65s}.orbit{position:relative;width:min(100%,520px);aspect-ratio:1;margin:auto;opacity:0;transform:translateY(24px) scale(.95);animation:visual 1.1s .25s cubic-bezier(.16,1,.3,1) forwards}.orbit__ring{position:absolute;border:1px solid rgba(17,19,24,.08);border-radius:50%}.ring-1{inset:6%}.ring-2{inset:19%}.ring-3{inset:32%}.orbit__core,.orbit__node{position:absolute;display:grid;place-items:center;background:rgba(255,255,255,.86);border:1px solid rgba(17,19,24,.07);box-shadow:0 20px 50px rgba(15,23,42,.09);backdrop-filter:blur(12px)}.orbit__core{left:50%;top:50%;width:28%;aspect-ratio:1;transform:translate(-50%,-50%);border-radius:30%;padding:8%}.orbit__core img{width:100%}.orbit__node{width:17%;aspect-ratio:1;border-radius:28%;padding:4%;color:#111318}.orbit__node img{width:100%;height:100%}.node-watch{left:4%;top:38%;animation:floatA 6.7s ease-in-out infinite}.node-bag{left:42%;top:1%;color:#16b776;animation:floatB 7.2s ease-in-out infinite}.node-sound{right:1%;top:38%;color:#4382ff;animation:floatA 7.6s ease-in-out infinite reverse}.node-home{left:20%;bottom:3%;color:#f2a600;animation:floatB 7.8s ease-in-out infinite}.node-jewelry{right:13%;bottom:7%;color:#8648ff;animation:floatA 7s ease-in-out infinite}.orbit__stat{position:absolute;right:0;bottom:-2%;min-width:100px;padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.88);box-shadow:0 18px 50px rgba(15,23,42,.1);backdrop-filter:blur(12px)}.orbit__stat i{position:absolute;right:12px;top:12px;width:7px;height:7px;border-radius:50%;background:var(--green)}.orbit__stat small,.orbit__stat span{display:block;color:#888b90;font-size:9px}.orbit__stat strong{display:block;font-size:25px;line-height:1.05}.section{padding:82px 0}.stores{border-top:1px solid var(--line)}.stores__head{margin-top:22px}.stores__head h2{margin:0;font-size:11vw;line-height:.98;letter-spacing:-.065em}.stores__head p{margin:12px 0 0;color:var(--muted);line-height:1.7}.stores__layout{margin-top:28px;display:grid;gap:18px}.active-store{position:relative;min-height:500px;padding:22px;border-radius:26px;background:linear-gradient(135deg,#eef4ff,#dce7fb);overflow:hidden;display:grid;align-content:start}.active-store__icon{width:70px;height:70px;padding:14px;border-radius:20px;background:rgba(255,255,255,.85);color:#111318}.active-store__icon img{width:100%}.active-store__copy{position:relative;z-index:2;margin-top:24px;max-width:330px}.live{display:inline-flex;align-items:center;gap:8px;font-size:8px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:#1ca56f}.live i{width:6px;height:6px;border-radius:50%;background:#20c482}.active-store small{display:block;margin-top:20px;color:#777a80;font-size:10px;text-transform:uppercase;letter-spacing:.2em}.active-store h3{margin:6px 0 0;font-size:12vw;line-height:.88;letter-spacing:-.07em}.active-store p{margin:14px 0 0;color:#686b71;font-size:13px;line-height:1.65}.inline-link{display:inline-flex;align-items:center;gap:18px;margin-top:20px;padding:10px 14px;border-radius:999px;background:#fff;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.watch-scene{position:absolute;right:-20px;bottom:-5px;width:55%;height:62%}.watch-strap{position:absolute;left:50%;top:0;width:33%;height:100%;transform:translateX(-50%) rotate(18deg);border-radius:35px;background:linear-gradient(90deg,#1e2025,#777b81,#17191d)}.watch-face{position:absolute;left:50%;top:50%;width:73%;aspect-ratio:1;transform:translate(-50%,-50%) rotate(18deg);border-radius:50%;border:12px solid #9ca3aa;background:#f8fafc;box-shadow:0 30px 60px rgba(15,23,42,.2)}.watch-face:before{content:"";position:absolute;inset:10%;border:1px solid #d4d7dc;border-radius:50%}.watch-face span{position:absolute;left:50%;top:50%;transform-origin:bottom;border-radius:9px;background:#111318}.watch-face span:nth-child(1){width:3px;height:28%;transform:translate(-50%,-100%) rotate(35deg)}.watch-face span:nth-child(2){width:2px;height:34%;opacity:.55;transform:translate(-50%,-100%) rotate(140deg)}.watch-face span:nth-child(3){width:1px;height:38%;background:#e04b44;transform:translate(-50%,-100%) rotate(235deg)}.directions{padding:4px 0}.directions h3{margin:0 0 12px;font-size:20px;letter-spacing:-.04em}.directions article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:16px;margin-bottom:9px}.direction-icon{width:42px;height:42px;padding:9px;border-radius:12px}.direction-icon img{width:100%}.orange{color:#f2a600;background:#fff7df}.blue{color:#4382ff;background:#edf4ff}.purple{color:#8648ff;background:#f4edff}.directions b{display:block;font-size:10px}.directions small{display:block;margin-top:4px;color:#93959a;font-size:9px}.directions em{font-style:normal;font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:#a4a6ab}.directions button{width:100%;height:46px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:20px}.about{background:#f6f7f9}.about__grid{display:grid;gap:32px}.section-title h2,.benefits h2,.future h2{margin:20px 0 0;font-size:11vw;line-height:.96;letter-spacing:-.065em}.section-title h2 span,.future h2 span{color:rgba(17,19,24,.18)}.about__copy p{margin:0;color:#76797f;line-height:1.8}.about__copy .lead{color:#25272b;font-size:20px;line-height:1.55;margin-bottom:22px}.benefits__layout{margin-top:26px;display:grid;gap:28px}.benefits__grid{display:grid;gap:10px}.benefits__grid article{padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;min-height:190px;display:flex;flex-direction:column}.benefits__grid span{font-size:9px;color:#aaa}.benefits__grid h3{margin:auto 0 0;font-size:20px;letter-spacing:-.04em}.benefits__grid p{margin:10px 0 0;color:#85888e;font-size:12px;line-height:1.6}.future{background:#111318;color:#fff}.section-kicker--light{color:rgba(255,255,255,.4)}.future h2 span{color:rgba(255,255,255,.18)}.future__head{display:grid;gap:26px}.future__head>p{color:rgba(255,255,255,.45);line-height:1.75}.future__cards{margin-top:34px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.future__cards article{min-height:210px;padding:18px;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:rgba(255,255,255,.035);display:flex;flex-direction:column}.future__cards img{width:58px;height:58px;margin:auto;color:#fff;filter:invert(1);opacity:.72}.future__cards small{color:rgba(255,255,255,.32);font-size:9px;text-transform:uppercase;letter-spacing:.18em}.future__cards h3{margin:7px 0 0;font-size:15px;color:rgba(255,255,255,.7)}.business{padding-block:24px}.business__card{position:relative;overflow:hidden;padding:28px;border-radius:24px;background:radial-gradient(circle at 80% 20%,#70e7b8 0,rgba(112,231,184,0) 35%),linear-gradient(120deg,#d9f8eb,#fff 60%);min-height:300px;display:grid;align-items:center}.business__card h2{max-width:610px;margin:18px 0 24px;font-size:8vw;line-height:1.04;letter-spacing:-.055em}.stack{display:none}.footer{padding:70px 0 24px}.footer__grid{display:grid;gap:28px;padding-bottom:38px;border-bottom:1px solid var(--line)}.footer__logo{width:115px}.footer p{max-width:300px;color:#8c8f95;font-size:12px;line-height:1.65}.footer__grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer b{font-size:9px;text-transform:uppercase;letter-spacing:.18em}.footer a{font-size:12px;color:#85888d}.footer__bottom{padding-top:18px;display:flex;flex-direction:column;gap:8px;color:#aaa;font-size:9px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s,transform .8s}.reveal.is-visible{opacity:1;transform:none}@keyframes title{to{transform:none}}@keyframes fade{to{opacity:1;transform:none}}@keyframes visual{to{opacity:1;transform:none}}@keyframes glow{to{transform:translate(-8%,5%) scale(1.1)}}@keyframes floatA{50%{transform:translateY(-10px) rotate(3deg)}}@keyframes floatB{50%{transform:translateY(10px) rotate(-3deg)}}
@media(min-width:700px){.shell{width:min(1180px,calc(100% - 64px))}.hero__actions{flex-direction:row}.headline b{font-size:12vw}.stores__head{display:flex;align-items:end;justify-content:space-between}.stores__head h2{font-size:7.5vw}.stores__head p{max-width:360px}.active-store{min-height:430px;grid-template-columns:90px 1fr}.active-store__icon{grid-row:1/3}.active-store__copy{margin-top:0}.active-store h3{font-size:7vw}.watch-scene{width:47%;height:85%}.about__grid{grid-template-columns:.8fr 1.2fr;gap:70px}.section-title h2,.benefits h2,.future h2{font-size:7vw}.benefits__grid{grid-template-columns:repeat(2,1fr)}.future__cards{grid-template-columns:repeat(4,1fr)}.business__card h2{font-size:5vw}.footer__grid{grid-template-columns:1.4fr repeat(3,1fr)}.footer__bottom{flex-direction:row;justify-content:space-between}}
@media(min-width:1024px){.header__inner{height:78px}.nav{display:flex;gap:28px;font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#666a70}.header__cta{display:inline-flex;min-height:46px}.menu{display:none}.hero{padding-top:125px}.hero__layout{grid-template-columns:1.02fr .98fr;align-items:center;gap:20px}.headline b{font-size:min(7.3vw,88px)}.hero__text{font-size:16px}.orbit{width:min(100%,560px)}.section{padding:96px 0}.stores__layout{grid-template-columns:1.55fr .85fr;align-items:stretch}.active-store{min-height:440px}.active-store h3{font-size:min(4.6vw,56px)}.directions{padding-top:0}.about__grid{grid-template-columns:.8fr 1.2fr}.section-title h2,.benefits h2,.future h2{font-size:min(5.1vw,62px)}.benefits__layout{grid-template-columns:.45fr 1.55fr;align-items:start}.benefits__grid{grid-template-columns:repeat(4,1fr)}.future__head{grid-template-columns:1.25fr .75fr;align-items:end}.future__cards article{min-height:260px}.business__card{grid-template-columns:1fr .65fr;padding:42px 48px}.business__card h2{font-size:min(3.1vw,38px)}.stack{display:block;position:relative;height:220px}.stack span{position:absolute;left:50%;width:190px;height:110px;border-radius:24px;background:#fff;box-shadow:0 25px 60px rgba(15,23,42,.12);transform:translateX(-50%) rotate(-8deg)}.stack span:nth-child(1){top:80px;opacity:.55}.stack span:nth-child(2){top:45px;opacity:.75}.stack span:nth-child(3){top:10px;display:grid;place-items:center}.stack img{width:78px}.footer{padding-top:82px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
