@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;450;500;550;600;650;700&family=Michroma&display=swap');
:root{color-scheme:dark;--bg:#101112;--fg:#f4f4f2;--muted:#a5a7aa;--line:#303234}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--fg);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid #82b8ff;outline-offset:7px}a:hover{color:#fff}a.button:hover{background:#d5d8da;color:#101112;transform:translateY(-2px)}.header{height:112px;margin:0 6%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:30px}.brand{display:flex;align-items:center;gap:18px;font-size:28px;font-weight:650;letter-spacing:.15em;white-space:nowrap}.brand span{border-left:1px solid #707174;padding-left:18px;font-size:11px;letter-spacing:.22em;font-weight:500}.header nav{display:flex;gap:38px;font-size:14px}.header nav a{color:#b6b8ba}.header nav .active{color:white}.header nav span{padding-left:8px}.hero{display:grid;grid-template-columns:1.06fr 1fr;max-width:1600px;margin:auto;padding:56px 6% 66px;gap:5%}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-top:22px}.eyebrow{font-size:12px;letter-spacing:.19em;font-weight:600;line-height:1.6}.tiny-line{display:inline-block;width:26px;height:1px;background:#999;vertical-align:middle;margin-right:10px}h1{font-size:clamp(48px,5.45vw,88px);letter-spacing:-.065em;line-height:1.04;font-weight:500;margin:31px 0 28px}p{margin:0 0 20px}.intro{font-size:18px;line-height:1.8;color:#b4b6b9;max-width:360px}.button{background:#f2f2ef;color:#101112;display:inline-flex;align-items:center;justify-content:space-between;gap:36px;padding:16px 23px;font-size:14px;font-weight:600;transition:transform .2s,background .2s;margin-top:18px;min-height:54px}.button span{font-size:20px}.hero-foot{width:100%;margin-top:78px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:12px;font-size:10px;letter-spacing:.16em;color:#a5a7aa}.hero-foot span:first-child{color:#eee}.hero-art{background:#0a0a0a;max-width:540px;justify-self:end}.hero-art img{display:block;width:100%;height:auto}.features{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:0 6%;padding:42px 0 45px;display:grid;grid-template-columns:repeat(3,1fr);gap:4%}.features>div+div{border-left:1px solid var(--line);padding-left:12%}.number{font-size:11px;letter-spacing:.16em;color:#a5a7aa}h2{font-size:24px;line-height:1.3;letter-spacing:-.035em;font-weight:500}.features h2{margin:20px 0 12px}.features p{font-size:15px;color:#a5a7aa;max-width:290px;margin:0}.support-banner{background:#eceeea;color:#17191a;margin:78px 6%;padding:52px 5%;display:flex;align-items:center;justify-content:space-between;gap:35px;position:relative;flex-wrap:wrap}.support-banner h2{font-size:clamp(32px,3.3vw,48px);margin:18px 0}.support-banner p:not(.eyebrow){color:#56595b;margin:0}.support-banner .button{background:#16181a;color:white;margin:0}.support-banner .button:hover{background:#35393d}.support-banner .eyebrow{font-size:11px}.support-email{flex-basis:100%;font-size:14px;margin-top:-12px;text-decoration:underline;text-underline-offset:5px}footer{border-top:1px solid var(--line);margin:0 6%;padding:32px 0 45px;display:flex;align-items:center;justify-content:space-between;gap:24px}footer p,footer>a:last-child{font-size:12px;color:#a5a7aa;margin:0}footer .brand{font-size:21px}footer .brand span{font-size:9px}.setup-heading{padding:72px 6% 56px;max-width:1400px;margin:auto}.setup-heading h1{font-size:clamp(48px,5.5vw,76px)}.text-link{display:inline-block;font-size:14px;border-bottom:1px solid #777;padding-bottom:8px}.text-link span{margin-left:24px}.setup-layout{margin:0 6%;display:grid;grid-template-columns:1fr 2fr;gap:10%;border-top:1px solid var(--line);padding-top:48px}.box{background:#1a1c1e;padding:30px;height:fit-content}.box h2{font-size:30px;margin:28px 0}.box ul{list-style:none;margin:0;padding:0}.box li{border-top:1px solid var(--line);padding:14px 0;font-size:14px;display:flex;gap:18px}.box b{font-weight:500;color:#92989d}.small{font-size:13px;color:#a5a7aa;margin:25px 0 0}.step{display:grid;grid-template-columns:44px 1fr;gap:25px;padding:30px 0;border-bottom:1px solid var(--line)}.step:first-child{padding-top:0}.step-no{font-size:13px;color:#959b9f;padding-top:7px}.step h2{font-size:28px;margin:0 0 16px}.step p,.step li{color:#b4b6b9;font-size:16px}.step p{margin:0}.step ol{padding-left:20px;margin-bottom:0}.step li{padding:5px 0 5px 6px}.guide-section{margin:48px 6% 0}.guide-section details{border:1px solid var(--line);padding:22px 28px}.guide-section summary{cursor:pointer;display:flex;justify-content:space-between;gap:20px;font-size:16px;list-style:none}.guide-section summary::-webkit-details-marker{display:none}.guide-section summary span{font-size:24px;line-height:1}.guide-section details[open] summary span{transform:rotate(45deg)}.guide-section img{display:block;width:min(100%,800px);height:auto;margin:28px auto 0}
@media(min-width:1600px){.header,.features,.support-banner,footer,.setup-layout,.guide-section{max-width:1408px;margin-left:auto;margin-right:auto}}@media(max-width:900px){.hero{gap:4%;padding-top:35px}.hero-foot{margin-top:40px;flex-direction:column}.intro{font-size:16px}.hero-copy{padding:0}.hero .eyebrow{font-size:10px}h1{font-size:clamp(40px,5.5vw,62px)}.features{gap:3%}.features h2{font-size:21px}.setup-layout{gap:5%;grid-template-columns:1fr 1.7fr}.box{padding:24px}footer p{display:none}}@media(max-width:620px){.header{height:86px;margin:0 6%;gap:14px}.brand{font-size:23px;gap:10px}.brand span{font-size:8px;padding-left:10px;letter-spacing:.12em}.header nav{gap:15px;font-size:12px}.header nav a:first-child{display:none}.header nav span{padding-left:2px}.hero{grid-template-columns:1fr;padding-top:42px;gap:36px;padding-bottom:40px}.hero h1{font-size:58px;margin:23px 0}.hero .eyebrow{font-size:11px}.hero .intro{font-size:17px;max-width:320px}.hero-foot{display:none}.hero-art{justify-self:stretch;max-width:none}.hero-art img{width:100%}.features{grid-template-columns:1fr;padding:0;gap:0}.features>div{padding:27px 0}.features>div+div{border-left:0;border-top:1px solid var(--line);padding-left:0}.features h2{font-size:25px;margin:13px 0 10px}.features p{max-width:100%;font-size:16px}.support-banner{margin:42px 6%;padding:32px 26px;gap:26px}.support-banner h2{font-size:36px}.support-banner p:not(.eyebrow){font-size:16px}.support-banner .button{width:100%}footer{flex-wrap:wrap;padding:26px 0 32px}.setup-heading{padding-top:44px;padding-bottom:40px}.setup-heading h1{font-size:58px}.setup-layout{grid-template-columns:1fr;gap:40px;padding-top:30px}.box h2 br{display:none}.box h2{font-size:27px;margin:18px 0}.box li{font-size:16px}.step{grid-template-columns:26px 1fr;gap:16px}.step h2{font-size:26px}.guide-section{margin-top:34px}.guide-section details{padding:18px}.guide-section summary{font-size:14px}.support-email{overflow-wrap:anywhere;margin-top:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* NSE / refined product presentation */
:root{--bg:#000;--fg:#f3f3f3;--muted:#a7a7aa;--line:#242426}body{background:#000}.header{height:110px;margin:0 7%;border-bottom-color:#222}.brand{display:block;line-height:1}.brand .wordmark{display:block;position:relative;width:98px;height:19px;overflow:hidden;padding:0;border:0;letter-spacing:0}.wordmark img{position:absolute;width:315px!important;height:auto!important;max-width:none;left:-102px;top:-117px}.header nav{gap:42px;font-size:14px}.header nav a{transition:color .2s}.hero{max-width:1600px;grid-template-columns:1fr 1.05fr;gap:1%;padding:46px 7% 42px;min-height:690px;align-items:center}.hero-copy{position:relative;z-index:1;padding:0}.hero .eyebrow{color:#a8aaad;font-size:11px;letter-spacing:.16em;margin-bottom:29px}.hero h1{font-size:clamp(72px,7.7vw,124px);font-weight:400;line-height:.96;letter-spacing:-.064em;margin:0 0 32px}.hero h1 em{font-style:normal;color:#999da3}.hero .intro{font-size:17px;line-height:1.75;letter-spacing:-.01em;color:#a7a9ad;margin-bottom:30px}.button{border:1px solid #424448;border-radius:0;background:transparent;color:#f4f4f4;font-size:14px;font-weight:500;min-height:57px;padding:16px 24px;margin-top:0;gap:46px}.button:hover{background:#f3f3f3;color:#000}.hero-art{position:relative;background:transparent;max-width:none;width:100%;justify-self:stretch}.product-crop{position:relative;width:100%;aspect-ratio:650/930;overflow:hidden;max-height:640px;mask-image:linear-gradient(to bottom,transparent,#000 7%,#000 89%,transparent)}.product-crop img{position:absolute;width:172.615%;max-width:none;height:auto;left:-50.77%;top:-33.87%;mix-blend-mode:screen}.image-caption{display:flex;justify-content:space-between;gap:14px;align-items:baseline;font-size:11px;letter-spacing:.15em;color:#e6e6e8;margin:0 0 0 10%;padding-top:16px;border-top:1px solid #27282a}.image-caption span{font-size:10px;color:#8f9398}.manifesto{display:flex;justify-content:space-between;align-items:center;gap:25px;margin:26px 7% 0;border-top:1px solid #262628;border-bottom:1px solid #262628;padding:25px 0}.manifesto p{font-size:clamp(20px,2.8vw,40px);font-weight:400;letter-spacing:.055em;margin:0}.manifesto span{font-size:10px;letter-spacing:.19em;color:#989b9f}.features{margin:0 7%;padding:75px 0 82px;border-top:none;border-bottom-color:#262628;gap:5%}.features>div+div{border-left:none;padding-left:0}.features .number{font-size:11px;color:#93969b}.features h2{font-size:27px;margin-top:32px;font-weight:400}.features p{font-size:16px;line-height:1.75;color:#a7a9ad}.support-banner{margin:0 7%;background:transparent;color:#f3f3f3;padding:88px 0;gap:40px}.support-banner .eyebrow{color:#979a9f}.support-banner h2{font-size:clamp(38px,4.5vw,65px);font-weight:400;letter-spacing:-.05em;margin:22px 0}.support-banner p:not(.eyebrow){color:#a7a9ad;font-size:16px}.support-banner .button{background:#efefef;color:#0a0a0a;border:0}.support-banner .button:hover{background:white}.support-email{color:#a7a9ad}footer{margin:0 7%;padding:35px 0 44px;border-top-color:#262628}footer p,footer>a:last-child{font-size:13px}footer .brand .wordmark{transform:scale(.86);transform-origin:left center}.setup-heading{padding:80px 7% 68px}.setup-heading .eyebrow{font-size:11px;color:#9b9da1}.setup-heading h1{font-size:clamp(62px,7vw,100px);font-weight:400;line-height:1.02}.setup-heading .intro{max-width:none}.setup-layout{margin:0 7%;gap:12%;padding-top:60px}.box{background:#111214;border:1px solid #242528;padding:34px}.box h2{font-weight:400}.step{padding:36px 0}.step h2{font-size:30px;font-weight:400}.step p,.step li{line-height:1.8}.guide-section{margin:55px 7% 0}.guide-section details{border-color:#333438;padding:25px 28px}.text-link{font-size:14px;color:#d7d8da}
@media(min-width:1600px){.header,.manifesto,.features,.support-banner,footer,.setup-layout,.guide-section{max-width:1376px;margin-left:auto;margin-right:auto}}
@media(max-width:1000px){.hero{padding-top:42px;min-height:600px;grid-template-columns:1fr 1fr;gap:3%}.hero h1{font-size:clamp(64px,8.8vw,88px)}.hero .eyebrow{font-size:10px;max-width:220px}.hero .intro{font-size:16px}.image-caption{margin-left:0;flex-direction:column;gap:5px}.features h2{font-size:24px}.manifesto span{max-width:140px;text-align:right}.setup-layout{gap:6%;grid-template-columns:1fr 1.6fr}}
@media(max-width:620px){.header{height:84px;margin:0 7%}.brand .wordmark{transform:scale(.84);transform-origin:left center}.header nav{font-size:13px}.header nav a:first-child{display:none}.hero{grid-template-columns:1fr;padding:45px 7% 24px;gap:30px;min-height:0}.hero .eyebrow{max-width:none;font-size:10px;letter-spacing:.13em;margin-bottom:28px}.hero h1{font-size:clamp(68px,17vw,94px);line-height:.97;letter-spacing:-.055em;margin-bottom:26px}.hero .intro{font-size:17px;line-height:1.7}.hero .button{min-width:220px}.hero-art{width:100%;margin-top:0}.product-crop{aspect-ratio:650/930;max-height:none}.image-caption{flex-direction:row;gap:15px;font-size:10px}.image-caption span{font-size:9px;text-align:right;max-width:150px}.manifesto{margin:25px 7% 0;padding:23px 0;flex-direction:column;align-items:flex-start;gap:12px}.manifesto p{font-size:25px;letter-spacing:.02em}.manifesto span{max-width:none;text-align:left;font-size:10px}.features{margin:0 7%;padding:0}.features>div{padding:36px 0}.features>div+div{border-top:1px solid #242426}.features h2{font-size:28px;margin:18px 0 13px}.features p{font-size:16px}.support-banner{margin:0 7%;padding:52px 0;gap:28px}.support-banner h2{font-size:43px}.support-banner .button{width:100%}footer{margin:0 7%;padding:30px 0}footer p{display:block;order:3;flex-basis:100%;font-size:12px;color:#93969b}.setup-heading{padding:48px 7%}.setup-heading h1{font-size:64px}.setup-layout{margin:0 7%;grid-template-columns:1fr;padding-top:32px;gap:40px}.box{padding:27px}.box h2{font-size:29px}.step{gap:15px;padding:28px 0}.step h2{font-size:27px}.guide-section{margin:35px 7% 0}.guide-section details{padding:20px}.guide-section summary{font-size:15px}.support-email{font-size:14px}}

/* Dedicated studio artwork: show the whole product without enlarging a flyer crop. */
.product-crop{aspect-ratio:2/3;max-height:none;mask-image:none;overflow:visible}.product-crop img{position:static;display:block;width:100%;height:auto;max-width:100%;mix-blend-mode:normal}.hero-art{max-width:500px;justify-self:center}.image-caption{margin-left:0}
@media(max-width:620px){.hero-art{max-width:440px;width:100%;margin-top:-12px}}
/* A restrained studio halo, fading fully before its boundary. */
.hero-art{isolation:isolate}
.hero-art::before{content:"";position:absolute;inset:-4% -8% 9%;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 55% 42%,rgba(170,185,208,.055),transparent 66%)}
.product-crop img{mix-blend-mode:normal;filter:brightness(.72) contrast(1.12);mask-image:linear-gradient(to right,transparent,#000 5%,#000 95%,transparent);}
/* Product launch layout */
.launch-status{font-size:10px;letter-spacing:.16em;color:#c6c9cf;border:1px solid #3c4047;border-radius:3px;display:inline-block;padding:5px 9px;margin:0 0 18px}.home-page .hero .eyebrow{margin-bottom:16px}
.home-page .header{height:92px;border-bottom:0}
.home-page .hero{grid-template-columns:1fr 1.2fr;gap:0;padding-top:0;padding-bottom:30px;min-height:650px;align-items:center}
.home-page .hero-copy{padding:28px 0;align-self:center}
.home-page .hero .eyebrow{font-size:11px;letter-spacing:.19em;max-width:none;margin-bottom:27px;color:#a5a7ac}
.home-page .hero h1{font-size:clamp(74px,8.7vw,140px);font-weight:450;letter-spacing:.075em;line-height:1.05;margin:0 0 25px}
.home-page .hero h1>span{display:block;font-size:clamp(28px,3.3vw,49px);font-weight:400;letter-spacing:-.04em;line-height:1.13;margin-top:21px;color:#bdc0c6}
.home-page .hero .intro{font-size:16px;line-height:1.75;margin-bottom:29px;color:#909399}
.hero-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}
.home-page .hero .button{border:0;border-radius:40px;background:#ededed;color:#121314;padding:14px 24px;gap:35px;min-height:52px;font-size:14px}
.home-page .hero .button:hover{background:#fff;box-shadow:0 0 25px #ffffff18;transform:translateY(-2px)}
.secondary-link{font-size:14px;color:#b2b5ba;text-underline-offset:6px}.secondary-link:hover{text-decoration:underline}
.finish{font-size:12px;color:#b4b7bc;display:flex;align-items:center;gap:10px;margin:35px 0 0}.finish>span{width:15px;height:15px;border-radius:50%;background:linear-gradient(135deg,#444,#050505);border:1px solid #666}.finish i{display:block;font-size:11px;font-style:normal;color:#777d84;border-left:1px solid #34363b;padding-left:13px;margin-left:4px}
.home-page .hero-art{max-width:560px;width:112%;justify-self:end;margin-right:-4%}
.home-page .hero-art:before{display:none}
.home-page .product-crop{aspect-ratio:4/5;overflow:hidden}
.home-page .product-crop img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;filter:brightness(.8) contrast(1.17);mask-image:none}
.home-page .image-caption{font-size:10px;letter-spacing:.17em;margin:5px 9% 0;padding-top:18px;flex-direction:row}.home-page .image-caption span{font-size:9px;max-width:180px;text-align:right}
.home-page .manifesto{margin-top:0;padding:25px 0}.home-page .manifesto p{font-size:clamp(20px,2.1vw,30px);letter-spacing:.17em}.home-page .manifesto span{font-size:10px}
.home-page .features{gap:30px;padding:50px 0 65px}.detail-shot{position:relative;aspect-ratio:1.25;overflow:hidden;margin-bottom:30px;background:#000;border-bottom:1px solid #22262a}
.detail-shot img{position:absolute;max-width:none;filter:brightness(.77) contrast(1.14);height:auto}
.detail-head img{width:150%;left:-10%;top:-8%}.detail-arm img{width:185%;left:-54%;top:-112%}.detail-base img{width:125%;left:-13%;top:-137%}
.home-page .features h2{font-size:24px;margin-top:18px}.home-page .features p{font-size:15px;color:#a3a7ae;line-height:1.8}
@media(min-width:1100px){.home-page .hero{min-height:720px}.home-page .hero-art{margin-top:-10px}.home-page .hero .intro{font-size:17px}}
@media(max-width:1000px){.hero-actions{gap:19px}.finish{flex-wrap:wrap;max-width:280px}.finish i{border:0;margin:0;padding:0;flex-basis:100%}.home-page .hero-art{width:113%;margin-right:-5%}.home-page .hero{min-height:580px}.home-page .features{gap:23px}.home-page .features h2{font-size:22px}.home-page .manifesto p{letter-spacing:.09em}}
@media(max-width:620px){.home-page .header{height:79px}.home-page .hero{display:flex;flex-direction:column;min-height:0;padding-top:25px;padding-bottom:27px;gap:0}.home-page .hero-copy{width:100%;padding:0}.home-page .hero .eyebrow{font-size:10px;letter-spacing:.16em;margin-bottom:18px}.home-page .hero h1{font-size:clamp(68px,20vw,105px);margin-bottom:17px;letter-spacing:.07em}.home-page .hero h1>span{font-size:32px;margin-top:10px;line-height:1.12}.home-page .hero h1>span br{display:none}.home-page .hero .intro{font-size:16px;margin-bottom:22px;line-height:1.55}.hero-actions{gap:19px}.home-page .hero .button{min-width:0;gap:26px;padding:12px 21px}.secondary-link{font-size:13px}.finish{margin-top:22px;max-width:none;font-size:11px}.finish i{flex-basis:auto;border-left:1px solid #34363b;padding-left:10px;font-size:10px}.home-page .hero-art{width:100%;margin:5px 0 0;max-width:430px}.home-page .product-crop{aspect-ratio:4/5}.home-page .image-caption{margin-top:0;margin-left:0;margin-right:0;font-size:10px}.home-page .manifesto{gap:11px;padding:22px 0}.home-page .manifesto p{font-size:22px;letter-spacing:.08em}.home-page .features{display:block;padding-top:10px;padding-bottom:0}.home-page .features>div{padding:29px 0}.detail-shot{aspect-ratio:1.45;margin-bottom:23px}.detail-arm img{top:-133%}.detail-base img{top:-163%}.home-page .features h2{font-size:27px}.home-page .features p{font-size:16px}}

/* Restore the light, widely spaced Orbit wordmark. */
.home-page .hero h1{font-weight:300;letter-spacing:.18em;font-size:clamp(66px,7.8vw,124px)}
@media(max-width:620px){.home-page .hero h1{font-size:clamp(58px,17.5vw,91px);letter-spacing:.16em}}

/* A stronger geometric face for the Orbit name only. */
.home-page .hero h1{font-family:Michroma,Arial,sans-serif;font-weight:400;letter-spacing:.24em;font-size:clamp(44px,5.8vw,92px)}
.home-page .hero h1>span{font-family:DM Sans,Arial,sans-serif;font-weight:400}

@media(max-width:620px){.home-page .hero h1{font-size:clamp(34px,10.8vw,56px);letter-spacing:.24em}}

/* Balance the product name with a quieter, more separated tagline. */
.home-page .hero h1{-webkit-text-stroke:.2px currentColor}
.home-page .hero h1>span{-webkit-text-stroke:0;font-size:clamp(24px,2.6vw,38px);margin-top:16px;line-height:1.2}
@media(max-width:620px){.home-page .hero h1>span{font-size:26px;margin-top:14px}}

/* Preserve the tonal detail of the new studio lighting. */
.home-page .product-crop img{filter:none}

/* More breathing room around the corrected thin-base product. */
.home-page .product-crop img{transform:scale(.9);transform-origin:center}
/* A quiet celestial setting for Orbit, preserving the black product finish. */
body{background-color:#000;background-image:linear-gradient(to bottom,rgba(0,0,0,.12),rgba(0,0,0,.1) 25%,#000 95%),url("assets/orbit-space-cd16738766fb.png");background-repeat:no-repeat;background-size:100% min(100vw,1100px),100% auto;background-position:top center}
.header{position:relative;z-index:1}.brand .wordmark{mix-blend-mode:screen}
.home-page .hero h1{color:#eef3fc;text-shadow:0 0 35px rgba(126,167,223,.11)}
.home-page .hero .eyebrow{color:#afbfd2}.launch-status{border-color:#384b60;color:#b9cde4;background:#08101a80}
.home-page .hero .button{background:#e6eef9}.home-page .hero .button:hover{background:#f5f8ff;box-shadow:0 0 28px #89b8ff25}
.home-page .manifesto{border-image:linear-gradient(90deg,#25303f,#6986a380,#25303f) 1}.home-page .manifesto span{color:#9eafc6}
.home-page .product-crop img{mask-image:linear-gradient(to right,transparent,#000 5%,#000 95%,transparent)}
.support-page .setup-heading>.eyebrow{color:#aec1da}.support-page .text-link{border-color:#6883a3}
@media(max-width:620px){body{background-size:170% 700px,170% auto;background-position:top left}.home-page .hero .eyebrow{color:#b9c8db}}
/* Keep the brand and navigation clear of the orbital artwork. */
body{background-image:linear-gradient(to bottom,#000 0px,rgba(0,0,0,.97) 70px,rgba(0,0,0,.72) 108px,rgba(0,0,0,.1) 190px,#000 95%),url("assets/orbit-space-cd16738766fb.png")}
@media(max-width:620px){body{background-image:linear-gradient(to bottom,#000 0px,rgba(0,0,0,.97) 57px,rgba(0,0,0,.68) 85px,rgba(0,0,0,.1) 150px,#000 95%),url("assets/orbit-space-cd16738766fb.png")}}
/* Place the visible orbital arc below the logo rather than dimming it. */
body{background-image:linear-gradient(to bottom,#000 0px,rgba(0,0,0,.12) 25px,rgba(0,0,0,.1) 25%,#000 95%),url("assets/orbit-space-cd16738766fb.png");background-position:center 38px,center 38px}
@media(max-width:620px){body{background-position:left 32px,left 32px}}
/* Carry the starfield through the product details, support section and footer. */
body{position:relative;isolation:isolate}
body::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:url("assets/starfield-91f71252c19b.png");background-size:950px 950px;background-repeat:repeat;opacity:.55;mix-blend-mode:screen}
.home-page .detail-shot{mask-image:linear-gradient(to bottom,transparent,#000 9%,#000 90%,transparent)}
@media(max-width:620px){body::before{background-size:720px 720px;opacity:.48}}
/* Deep black finish with a restrained floating orbit. */
.home-page{overflow-x:clip}
.home-page .product-crop{position:relative;z-index:1}
.home-page .product-crop img{filter:brightness(.78) contrast(1.10);animation:orbit-float 10s ease-in-out infinite;transform-origin:50% 58%}
.home-page .hero-art::before{display:block;content:"";position:absolute;inset:auto;left:-6%;top:42%;width:112%;height:27%;border:1px solid rgba(158,192,231,.36);border-left-color:rgba(158,192,231,.08);border-bottom-color:rgba(158,192,231,.13);border-radius:50%;background:none;transform:rotate(-24deg);z-index:0;pointer-events:none}
.home-page .hero-art::after{content:"";position:absolute;left:5%;top:64%;width:4px;height:4px;border-radius:50%;background:#dcecff;box-shadow:0 0 10px 2px #9fc5ff55;pointer-events:none;z-index:0}
.home-page .image-caption{position:relative;z-index:1}
@keyframes orbit-float{0%,100%{transform:translateY(3px) rotate(-.6deg) scale(.9)}50%{transform:translateY(-8px) rotate(.6deg) scale(.9)}}
@media(prefers-reduced-motion:reduce){.home-page .product-crop img{animation:none;transform:scale(.9)}}
