@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;600;700;800&display=swap";
:root{--canvas:#030d1c;--surface:#0d1d38;--surface-2:#102241;--border:#284469;--text:#edf3ff;--muted:#89a3ca;--blue:#416fc1;--blue-bright:#4f80d8;--green:#00cb90;--purple:#9b8cff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Roboto Condensed,Arial Narrow,Liberation Sans Narrow,Arial,sans-serif}a{color:inherit;text-decoration:none}.site-container{width:min(1360px,100% - 48px);margin-inline:auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#030d1cf7;border-bottom:1px solid #213855;height:78px;position:sticky;top:0}.header-inner{align-items:center;height:100%;display:flex}.site-brand{color:#f4f7ff;letter-spacing:-.01em;white-space:nowrap;align-items:center;gap:11px;font-size:15px;font-weight:600;display:inline-flex}.site-brand strong{font-weight:800}.brand-logo{width:auto;height:26px;display:block}.brand-mark{flex:none;width:31px;height:29px;display:inline-block;position:relative}.brand-mark i{z-index:2;background:#9b8cff;border-radius:50%;width:8px;height:8px;position:absolute;box-shadow:0 0 13px #9b8cff6b}.brand-mark i:first-child{top:4px;left:0}.brand-mark i:nth-child(2){top:1px;right:0}.brand-mark i:nth-child(3){bottom:1px;right:0}.brand-mark b{transform-origin:0;background:#9b8cff;border-radius:99px;width:21px;height:3px;position:absolute;left:6px}.brand-mark b:first-of-type{top:8px;transform:rotate(-15deg)}.brand-mark b:nth-of-type(2){top:13px;transform:rotate(23deg)}.header-nav{align-items:center;gap:31px;margin-left:auto;display:flex}.header-nav a{color:#9bb2d2;font-size:15px;font-weight:600;transition:color .16s}.header-nav a:hover{color:#fff}.header-action,.hero-action,.open-product{justify-content:center;align-items:center;gap:9px;font-weight:700;display:inline-flex}.header-action{color:#f5f8ff;background:#0b1b34;border:1px solid #345481;border-radius:8px;height:40px;margin-left:30px;padding:0 14px;font-size:14px;transition:background .16s,border-color .16s}.header-action:hover{background:#13284a;border-color:#5579b5}.header-action svg,.hero-action svg,.open-product svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.hero{background:radial-gradient(circle at 84% 11%,#375eb73b,#0000 25%),linear-gradient(116deg,#07152b 0%,#06142a 58%,#030c19 100%);border-bottom:1px solid #1e3552;position:relative;overflow:hidden}.hero-inner{grid-template-columns:minmax(370px,.87fr) minmax(520px,1.13fr);align-items:center;gap:clamp(34px,5vw,86px);min-height:576px;padding:64px 0 70px;display:grid}.hero-copy{z-index:2;position:relative}.hero-eyebrow,.collection-heading p{color:#7fa6dd;letter-spacing:.1em;margin:0 0 15px;font-size:14px;font-weight:700}.hero h1,.collection-heading h2,.product-copy h3{font-family:Roboto Condensed,Arial Narrow,Liberation Sans Narrow,Arial,sans-serif}.hero h1{color:#f3f6fc;letter-spacing:-.045em;max-width:670px;margin:0;font-size:clamp(55px,5.3vw,76px);font-weight:800;line-height:.98}.hero h1 em{color:var(--green);font-style:normal}.hero-copy>p:not(.hero-eyebrow){color:#93add2;max-width:530px;margin:26px 0 0;font-size:19px;font-weight:400;line-height:1.47}.hero-action{color:#fff;background:#3f6fbe;border:1px solid #5780cc;border-radius:8px;height:48px;margin-top:31px;padding:0 19px;font-size:15px;transition:background .16s,transform .16s;box-shadow:0 12px 25px #0b2c6842}.hero-action:hover{background:var(--blue-bright);transform:translateY(-2px)}.hero-visual{aspect-ratio:16/9;background:#061326;border:1px solid #294766;border-radius:15px;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000057}.hero-visual:after{content:"";border-radius:inherit;pointer-events:none;border:1px solid #ffffff0d;position:absolute;inset:0}.hero-visual img{object-fit:contain;width:100%;height:100%;display:block}.collection-section{border-bottom:1px solid #1d3451;padding:116px 0 122px;position:relative}.collection-digital{background:radial-gradient(circle at 92% 13%,#4867bf1f,#0000 24%),#07162e}.collection-work{background:radial-gradient(circle at 8% 13%,#00cb9013,#0000 21%),radial-gradient(circle at 93% 80%,#7b69e81f,#0000 25%),#041124}.collection-heading{grid-template-columns:112px minmax(0,1fr);gap:27px;margin-bottom:48px;display:grid}.collection-number{color:#7fa6dd;border:1px solid #41618d;border-radius:50%;place-items:center;width:86px;height:86px;font-size:19px;font-weight:800;display:grid}.collection-work .collection-number{color:var(--green);border-color:#32516f}.collection-heading h2{color:#f2f6ff;letter-spacing:-.05em;max-width:915px;margin:0;font-size:clamp(57px,5.25vw,82px);font-weight:700;line-height:.94}.collection-work .collection-heading p{color:var(--green)}.collection-heading>span{color:#9ab1d2;grid-column:2;max-width:760px;margin-top:8px;font-size:20px;font-weight:400;line-height:1.45}.product-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:20px;display:grid}.digital-grid .product-card:nth-child(-n+2){grid-column:span 6}.digital-grid .product-card:nth-child(n+3){grid-column:span 4}.work-grid .product-card{grid-column:span 6}.product-card{background:var(--surface);border:1px solid #294667;border-radius:14px;transition:transform .18s,border-color .18s,background .18s;position:relative;overflow:hidden;box-shadow:0 18px 36px #00051133}.product-card:before{content:"";z-index:3;background:var(--product-accent);border-radius:0 0 2px 2px;width:78px;height:3px;position:absolute;top:0;left:22px}.product-card:hover{background:var(--surface-2);border-color:#4f77a8;transform:translateY(-5px)}.product-card>a{height:100%;display:block}.product-visual{aspect-ratio:16/10;background:radial-gradient(circle at 70% 12%, color-mix(in srgb, var(--product-accent) 14%, transparent), transparent 29%), #061225;border-bottom:1px solid #284563;place-items:center;display:grid;position:relative;overflow:hidden}.product-visual:after{content:"";pointer-events:none;background:linear-gradient(#0000 57%,#020a1752);position:absolute;inset:0}.product-visual img{object-fit:contain;width:100%;height:100%;transition:transform .32s cubic-bezier(.2,.8,.2,1);display:block}.product-card:hover .product-visual img{transform:scale(1.02)}.product-number{z-index:2;color:#c9d8f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#051227d1;border:1px solid #42628d;border-radius:7px;place-items:center;width:35px;height:35px;font-size:13px;font-weight:700;display:grid;position:absolute;top:15px;right:15px}.product-copy{padding:24px 25px 25px}.product-copy h3{color:#f2f6ff;letter-spacing:-.025em;margin:0;font-size:30px;font-weight:700;line-height:1.04}.product-copy p{color:#94acd1;min-height:48px;margin:11px 0 21px;font-size:17px;font-weight:400;line-height:1.42}.open-product{color:#fff;background:#3969b8;border:1px solid #456fae;border-radius:8px;min-width:166px;height:45px;padding:0 15px;font-size:15px;transition:background .15s,border-color .15s}.product-card:hover .open-product{background:#4879cc;border-color:#5f8add}.site-footer{background:#020a16;padding:31px 0}.footer-inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.footer-inner p{color:#839bc0;margin:0;font-size:16px}.back-to-top{color:#dce7f8;font-size:15px;font-weight:600}.back-to-top span{color:var(--green);margin-left:7px;font-size:18px}@media (max-width:1100px){.hero-inner{grid-template-columns:minmax(320px,.9fr) minmax(410px,1.1fr);min-height:510px}.collection-heading h2{font-size:clamp(54px,6.4vw,74px)}.digital-grid .product-card:nth-child(-n+2),.digital-grid .product-card:nth-child(n+3),.work-grid .product-card{grid-column:span 6}}@media (max-width:760px){.site-container{width:min(100% - 32px,620px)}.site-header{height:68px}.site-brand{font-size:14px}.brand-mark{transform-origin:0;transform:scale(.9)}.brand-logo{height:22px}.header-nav{display:none}.header-action{height:39px;margin-left:auto;padding:0 12px;font-size:13px}.header-action svg{width:15px;height:15px}.hero-inner{grid-template-columns:1fr;gap:34px;min-height:0;padding:54px 0 58px}.hero h1{font-size:clamp(52px,14vw,66px)}.hero-copy>p:not(.hero-eyebrow){margin-top:22px;font-size:18px}.hero-action{margin-top:27px}.hero-visual{border-radius:12px}.collection-section{padding:82px 0 86px}.collection-heading{grid-template-columns:67px minmax(0,1fr);gap:16px;margin-bottom:34px}.collection-number{width:55px;height:55px;font-size:15px}.collection-heading p{margin-bottom:10px;font-size:12px}.collection-heading h2{font-size:clamp(47px,13vw,62px)}.collection-heading>span{grid-column:1/-1;margin-top:4px;font-size:18px}.product-grid{grid-template-columns:1fr;gap:18px}.digital-grid .product-card:nth-child(n),.work-grid .product-card{grid-column:auto}.product-copy{padding:22px}.product-copy h3{font-size:29px}.product-copy p{min-height:0;margin:10px 0 19px;font-size:17px}.open-product{width:100%;height:47px}.footer-inner{flex-wrap:wrap}.footer-inner p{order:3;width:100%}}@media (max-width:420px){.header-action{padding:0 10px}.header-action svg{display:none}.hero h1{font-size:49px}}
