*,*::before,*::after{box-sizing:border-box}html{font-size:var(--root-font-size,100%);-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:var(--text-body);font-weight:var(--weight-body);line-height:var(--leading-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0 0 var(--space-3);font-family:var(--font-display);font-weight:var(--weight-display);color:var(--heading-ink);line-height:var(--leading-heading);letter-spacing:var(--heading-tracking)}h1{font-size:var(--text-h1)}h2{font-size:var(--text-h2)}h3{font-size:var(--text-h3)}p{margin:0 0 var(--space-4)}a{color:var(--link);text-decoration:var(--link-decoration);transition:color .15s ease}a:hover{color:var(--link-hover)}img{max-width:100%;height:auto;display:block}[hidden]{display:none!important}hr{border:0;border-top:1px solid var(--line);margin:var(--space-8)0}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.stack>*+*{margin-top:var(--space-4)}.stack-lg>*+*{margin-top:var(--space-8)}.row{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:center}.row-between{justify-content:space-between}.spacer{flex:auto}.section{padding-block:var(--space-16)}.section-tight{padding-block:var(--space-8)}.eyebrow{font-family:var(--font-eyebrow);font-size:var(--text-label);font-weight:var(--weight-eyebrow,500);letter-spacing:var(--label-tracking);text-transform:uppercase;color:var(--eyebrow-ink);margin-bottom:var(--space-3)}.muted{color:var(--ink-muted)}.faint{color:var(--ink-faint)}.small{font-size:var(--text-small)}.block{display:block}.center{text-align:center}.nowrap{white-space:nowrap}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.site-header{background:var(--header-bg);border-bottom:1px solid var(--line);position:relative;z-index:40}.announcement{background:var(--announcement-bg);color:var(--announcement-ink);text-align:center;font-size:var(--text-small);letter-spacing:var(--label-tracking);text-transform:uppercase;padding-block:var(--space-2)}.header-top{display:flex;align-items:center;gap:var(--space-4);padding-block:var(--space-4)}.brandmark{display:inline-flex;align-items:baseline;gap:var(--space-2);font-family:var(--font-brand);font-size:var(--text-brand);font-weight:var(--weight-brand);text-transform:var(--brand-transform);color:var(--brandmark-ink);text-decoration:none;letter-spacing:var(--brand-tracking)}.brandmark:hover{color:var(--brandmark-ink)}.brandmark sup{color:var(--accent-text,var(--accent));font-size:.5em}.site-nav{display:flex;flex-wrap:wrap;gap:var(--space-1);border-top:1px solid var(--line);padding-block:var(--space-2)}.site-nav a{display:inline-block;padding:var(--space-2)var(--space-3);font-family:var(--font-body);font-size:var(--text-nav);font-weight:var(--weight-nav);letter-spacing:var(--nav-tracking);text-transform:var(--nav-transform);color:var(--nav-ink);text-decoration:none;border-radius:var(--radius-sm)}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--nav-ink-active);background:var(--nav-bg-active)}.header-actions{display:flex;align-items:center;gap:var(--space-2);margin-left:auto}.cart-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding-inline:6px;border-radius:var(--radius-pill);background:var(--primary-bg,var(--accent));color:var(--primary-ink,var(--accent-ink));font-size:11px;font-weight:600;line-height:1}.site-footer{background:var(--footer-bg);border-top:1px solid var(--line);color:var(--footer-ink);margin-top:var(--space-16);padding-block:var(--space-12)var(--space-8)}.site-footer a{color:var(--footer-ink)}.site-footer a:hover{color:var(--footer-ink-hover)}.footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:var(--space-8)}.footer-heading{font-family:var(--font-label,var(--font-body));font-size:var(--text-label);font-weight:600;letter-spacing:var(--label-tracking);text-transform:uppercase;margin-bottom:var(--space-3);color:var(--footer-heading-ink)}.footer-list{list-style:none;margin:0;padding:0}.footer-list li+li{margin-top:var(--space-2)}.footer-list a{text-decoration:none;font-size:var(--text-small)}.footer-legal{margin-top:var(--space-8);padding-top:var(--space-4);border-top:1px solid var(--line);font-size:var(--text-small);color:var(--footer-faint-ink,var(--ink-faint))}.button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);font-family:var(--font-body);font-size:var(--text-body);font-weight:500;letter-spacing:var(--button-tracking);line-height:1.2;padding:var(--button-padding);border:1px solid var(--control-line,var(--line-strong));border-radius:var(--radius-button);background:0 0;color:var(--ink);cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.button:hover{border-color:var(--focus,var(--accent));color:var(--accent-text-hover)}.button--primary{background:var(--primary-bg,var(--accent));border-color:var(--primary-edge,var(--primary-bg,var(--accent)));color:var(--primary-ink,var(--accent-ink));box-shadow:var(--primary-glow,var(--accent-glow))}.button--primary:hover{background:var(--primary-bg-hover,var(--accent-hover));border-color:var(--primary-edge,var(--primary-bg-hover,var(--accent-hover)));color:var(--primary-ink,var(--accent-ink))}.button--ghost{border-color:transparent;color:var(--ink-muted)}.button--ghost:hover{color:var(--ink);border-color:transparent}.button--small{font-size:var(--text-small);padding:var(--space-2)var(--space-4)}.button--block{display:flex;width:100%}.button[disabled],.button[aria-disabled=true]{background:var(--surface-2);border-color:var(--line);color:var(--ink-faint);cursor:not-allowed;box-shadow:none}.field{margin-bottom:var(--space-5)}.field label,.label{display:block;font-family:var(--font-label,inherit);font-weight:var(--weight-label,inherit);font-size:var(--text-label);letter-spacing:var(--kicker-tracking,var(--label-tracking));text-transform:uppercase;color:var(--ink-muted);margin-bottom:var(--space-2)}.input,select.input,textarea.input{width:100%;font-family:var(--font-body);font-size:var(--text-body);color:var(--ink);background:var(--input-bg);border:1px solid var(--control-line,var(--line));border-radius:var(--radius-md);padding:var(--space-3)var(--space-4);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.input:focus{border-color:var(--focus,var(--accent));box-shadow:0 0 0 3px var(--accent-ring)}.input[aria-invalid=true]{border-color:var(--danger);box-shadow:0 0 0 3px var(--danger-ring)}.field-help{font-size:var(--text-small);color:var(--ink-faint);margin-top:var(--space-2)}.field-error{font-size:var(--text-small);color:var(--danger);margin-top:var(--space-2)}.field-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0 var(--space-4)}.quantity{display:inline-flex;align-items:stretch;border:1px solid var(--control-line,var(--line));border-radius:var(--radius-md);background:var(--input-bg);overflow:hidden}.quantity button{width:40px;border:0;background:0 0;color:var(--ink);font-size:18px;line-height:1;cursor:pointer}.quantity button:hover{background:var(--surface-2)}.quantity output{min-width:44px;display:grid;place-items:center;font-size:var(--text-body)}.notice{border:1px solid var(--line-strong);border-left-width:3px;border-radius:var(--radius-md);padding:var(--space-4);margin-bottom:var(--space-6);background:var(--surface);font-size:var(--text-small)}.notice--error{border-left-color:var(--danger)}.notice--warning{border-left-color:var(--warning)}.notice--success{border-left-color:var(--success)}#bag-toast{position:fixed;top:calc(env(safe-area-inset-top,0px) + var(--space-4));right:var(--space-4);z-index:60;width:min(22rem,calc(100vw - 2 * var(--space-4)));margin:0;box-shadow:var(--shadow-raised,0 12px 32px -12px rgba(0,0,0,.35))}#bag-toast p{margin:0}#paypal-buttons iframe{width:100%;height:100%;border:0}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-6)}label.card{display:block}label.card.row{display:flex}label.card>.row{flex-wrap:nowrap}label.card>.row>:last-child{min-width:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--card-min),1fr));gap:var(--space-8)var(--space-6);list-style:none;margin:0;padding:0}.product-card{position:relative}.product-card__media img{max-width:100%;max-height:100%;margin:auto;object-fit:contain}.product-card__media{display:grid;place-items:center;position:relative;aspect-ratio:4/5;background:var(--media-bg);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.product-card__media img{transition:transform .4s ease}.product-card:hover .product-card__media img{transform:scale(1.03)}.product-card__brand{margin-top:var(--space-3);font-family:var(--font-label,inherit);font-weight:var(--weight-label,inherit);font-size:var(--text-label);letter-spacing:var(--kicker-tracking,var(--label-tracking));text-transform:uppercase;color:var(--ink-faint)}.product-card__title{margin:var(--space-1)0 var(--space-2);font-family:var(--font-card-title);font-size:var(--text-card-title);font-weight:var(--weight-card-title);line-height:1.3}.product-card__title a{color:var(--ink);text-decoration:none}.product-card__title a:hover{color:var(--link-hover)}.price{font-size:var(--text-price);font-weight:var(--weight-price)}.price del{color:var(--ink-faint);font-weight:400;margin-right:var(--space-2)}.price ins{text-decoration:none;color:var(--sale-ink)}.badge{display:inline-flex;align-items:center;gap:6px;font-size:var(--text-label);letter-spacing:var(--label-tracking);text-transform:uppercase;border-radius:var(--radius-sm);padding:4px 8px;border:1px solid var(--line-strong);color:var(--ink-muted)}.badge--in-stock{color:var(--success);border-color:var(--success)}.badge--low{color:var(--warning);border-color:var(--warning)}.badge--out{color:var(--ink-faint)}.shades{display:flex;flex-wrap:wrap;gap:var(--space-2);list-style:none;margin:0 0 var(--space-4);padding:0}.shade{display:inline-flex;align-items:center;gap:var(--space-2);border:1px solid var(--control-line,var(--line));border-radius:var(--radius-pill);padding:4px 12px 4px 4px;background:var(--surface);cursor:pointer;font-size:var(--text-small);color:var(--ink)}.shade[aria-pressed=true]{border-color:var(--focus,var(--accent));color:var(--accent-text-hover)}.shade[disabled]{opacity:.45;cursor:not-allowed}.shade__dot{width:22px;height:22px;border-radius:var(--radius-pill);border:1px solid var(--line-strong);background:var(--shade-colour,var(--surface-2))}.lines{list-style:none;margin:0;padding:0}.line{display:grid;grid-template-columns:88px 1fr auto;gap:var(--space-4);padding-block:var(--space-5);border-bottom:1px solid var(--line);align-items:start}.line__media{width:88px;aspect-ratio:4/5;background:var(--media-bg);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden}.line__media img{width:100%;height:100%;object-fit:contain}.line__title{font-weight:500}.line__title a{color:var(--ink);text-decoration:none}.line__meta{font-size:var(--text-small);color:var(--ink-faint)}.line__actions{display:flex;align-items:center;gap:var(--space-3);margin-top:var(--space-3)}.line__total{text-align:right;font-weight:500}.totals{list-style:none;margin:0;padding:0}.totals li{display:flex;justify-content:space-between;gap:var(--space-4);padding-block:var(--space-2)}.totals li.totals__grand{border-top:1px solid var(--line-strong);margin-top:var(--space-2);padding-top:var(--space-4);font-size:var(--text-h3);font-weight:500}.product-view{display:grid;grid-template-columns:minmax(0,1fr)minmax(0,460px);gap:var(--space-12);align-items:start}.product-view__gallery{min-width:0}.gallery__stage{position:relative}.gallery__slide{position:relative;width:100%;aspect-ratio:4/5}.gallery__slide img{position:absolute;inset:0;margin:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.gallery__thumb img{aspect-ratio:4/5;object-fit:contain}.gallery__slide{margin:0;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--media-bg);overflow:hidden}.gallery:not(.gallery--interactive) .gallery__slide:not(:first-of-type){display:none}.gallery__slide+.gallery__slide{margin-top:var(--space-4)}.gallery--interactive .gallery__slide+.gallery__slide{margin-top:0}.gallery__nav{position:absolute;top:50%;transform:translateY(-50%);display:none;width:40px;height:40px;align-items:center;justify-content:center;border:1px solid var(--control-line,var(--line));border-radius:50%;background:var(--surface);color:var(--ink);font-size:22px;line-height:1;cursor:pointer}.gallery--interactive .gallery__nav{display:flex}.gallery__nav:hover{background:var(--surface-2)}.gallery__nav--prev{left:var(--space-3)}.gallery__nav--next{right:var(--space-3)}.gallery__thumbs{display:flex;flex-wrap:wrap;gap:var(--space-3);list-style:none;margin:var(--space-4)0 0;padding:0}.gallery__thumb{display:block;width:72px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--media-bg);overflow:hidden;opacity:.6;transition:opacity .15s ease,border-color .15s ease}.gallery__thumb:hover{opacity:1}.gallery__thumb[aria-current=true]{opacity:1;border-color:var(--focus,var(--accent))}.gallery__thumb img{width:100%;display:block}.product-view__gallery img{display:block}.product-view__detail{min-width:0}.product-view__media{min-width:0}.product-video{margin:var(--space-6)0 0}.product-video__player{display:block;width:100%;max-width:100%;height:auto;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--media-bg)}.product-video__player:focus-visible{outline:2px solid var(--focus,var(--accent));outline-offset:3px}.product-video__description{margin:var(--space-3)0 0}.checkout{display:grid;grid-template-columns:minmax(0,1.4fr)minmax(280px,.8fr);gap:var(--space-12);align-items:start}.checkout__summary{position:sticky;top:var(--space-6)}.steps{list-style:none;margin:0 0 var(--space-8);padding:0;display:flex;gap:var(--space-4);flex-wrap:wrap}.steps li{font-size:var(--text-label);letter-spacing:var(--label-tracking);text-transform:uppercase;color:var(--ink-faint)}.steps li[aria-current=step]{color:var(--accent-text,var(--accent))}.htmx-indicator{opacity:0;transition:opacity .2s ease}.htmx-request .htmx-indicator{opacity:1}.htmx-request.htmx-indicator{opacity:1}.htmx-swapping{opacity:.5}@media(max-width:900px){.checkout{grid-template-columns:minmax(0,1fr)}.checkout__summary{position:static}.product-view{grid-template-columns:minmax(0,1fr);gap:var(--space-8)}}@media(max-width:600px){.line{grid-template-columns:64px 1fr}.line__media{width:64px}.line__total{grid-column:2;text-align:left}.header-top{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.hero__lede{max-width:62ch;font-size:var(--text-h3)}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}.hero-banner{margin-bottom:var(--space-12)}.hero-banner img{width:100%;height:auto;display:block}.gallery__lens{position:fixed;z-index:60;width:240px;height:240px;border-radius:50%;border:1px solid var(--line-strong);background-color:var(--media-bg);background-repeat:no-repeat;box-shadow:0 8px 28px rgba(0,0,0,.18);pointer-events:none}@media(hover:none),(pointer:coarse){.gallery__lens{display:none!important}}.pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--space-2);list-style:none;margin:var(--space-8)0 0;padding:0}.pagination .page-item{margin:0}.pagination .page-link{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;padding:var(--space-2)var(--space-3);font-family:var(--font-body);font-size:var(--text-small);line-height:1.2;color:var(--ink-muted);background:0 0;border:1px solid var(--control-line,var(--line));border-radius:var(--radius-button);text-decoration:none;cursor:pointer;transition:color .15s ease,border-color .15s ease}.pagination .page-link:hover{color:var(--ink);border-color:var(--line-strong)}.pagination .page-item.active .page-link{color:var(--ink);border-color:var(--line-strong);font-weight:500}.pagination .page-item.disabled .page-link{color:var(--ink-faint);border-color:transparent;cursor:default;opacity:.5}.pagefind-ui{--pagefind-ui-primary:var(--ink);--pagefind-ui-text:var(--ink);--pagefind-ui-background:var(--surface);--pagefind-ui-border:var(--control-line, var(--line));--pagefind-ui-tag:var(--surface-2);--pagefind-ui-border-width:1px;--pagefind-ui-border-radius:var(--radius-md);--pagefind-ui-image-border-radius:var(--radius-md);--pagefind-ui-font:var(--font-body)}.pagefind-ui__search-input{background:var(--input-bg);color:var(--ink);border:1px solid var(--control-line,var(--line));border-radius:var(--radius-md)}.pagefind-ui__search-input::placeholder{color:var(--ink-faint)}.pagefind-ui__search-input:focus{border-color:var(--focus,var(--accent));box-shadow:0 0 0 3px var(--accent-ring);outline:none}.pagefind-ui__search-clear{background:0 0;color:var(--ink-muted)}.pagefind-ui__search-clear:hover{color:var(--ink)}.pagefind-ui__filter-panel{border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-4)}.pagefind-ui__filter-name,.pagefind-ui__filter-value{color:var(--ink-muted)}.pagefind-ui__filter-value:hover{color:var(--ink)}.pagefind-ui__result{border-top:1px solid var(--line)}.pagefind-ui__result-title a{color:var(--ink);text-decoration:none}.pagefind-ui__result-title a:hover{color:var(--link-hover)}.pagefind-ui__result-excerpt{color:var(--ink-muted)}.pagefind-ui__message{color:var(--ink-muted)}.pagefind-ui mark{background:0 0;color:var(--ink);font-weight:600}.prose h2{margin-top:var(--space-12)}.prose h3,.prose h4{margin-top:var(--space-8)}.prose>:first-child,.prose h1+h2,.prose h2+h3,.prose h3+h4{margin-top:0}.prose ul,.prose ol{margin:0 0 var(--space-4);padding-left:var(--space-5)}.prose li+li{margin-top:var(--space-2)}.footer-acknowledgement{max-width:68ch;margin:var(--space-4)0 0;font-size:var(--text-small);line-height:1.6;color:var(--footer-faint-ink,var(--ink-faint))}html:not(.js) .gallery:not(.gallery--interactive) .gallery__slide:not(:first-of-type){display:block}html:not(.js) .gallery__slide{aspect-ratio:auto}html:not(.js) .gallery__nav{display:none}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}.hero-display{font-size:clamp(42px,7vw,68px);font-weight:var(--weight-display-xl);line-height:var(--leading-display-xl);margin-bottom:var(--space-4)}.standfirst{max-width:54ch;margin-inline:auto;font-size:var(--text-body-lg);line-height:var(--leading-body-lg)}.standfirst--left{margin-inline:0;color:var(--accent-text,var(--accent))}.carousel__viewport{display:flex;gap:var(--space-4);overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;border-radius:var(--radius-lg)}.carousel__viewport:focus-visible,.carousel__nav:focus-visible,.carousel__dot:focus-visible{outline:2px solid var(--focus,var(--accent));outline-offset:3px}.carousel__slide{flex:0 0 100%;min-width:0;scroll-snap-align:start}.carousel__media{aspect-ratio:12/5;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--media-bg);overflow:hidden}.carousel__media img{width:100%;height:100%;object-fit:cover}.carousel__caption{max-width:62ch;margin-inline:auto;padding-top:var(--space-4);text-align:center}.carousel__caption p:last-child{margin-bottom:0}.carousel__heading{font-size:var(--text-h3);margin-bottom:var(--space-2)}.carousel--interactive .carousel__viewport{overflow:hidden;touch-action:pan-y}.carousel--interactive .carousel__slide{animation:carousel-reveal .4s ease both}@keyframes carousel-reveal{from{opacity:0}to{opacity:1}}.carousel__controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-3);margin-top:var(--space-4)}.carousel__nav{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--control-line,var(--line));border-radius:50%;background:var(--surface);color:var(--ink);font-size:22px;line-height:1;cursor:pointer}.carousel__nav:hover{background:var(--surface-2)}.carousel__dots{display:flex;gap:var(--space-1);margin:0;padding:0;list-style:none}.carousel__dot{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:50%;background:0 0;cursor:pointer}.carousel__dot::before{content:"";width:10px;height:10px;border:1px solid var(--line-strong,var(--line));border-radius:50%}.carousel__dot[aria-current=true]::before{background:var(--accent);border-color:var(--accent)}:root{--bg:#00081A;--space:#00112E;--surface:#0D1A3A;--surface-2:#1A2550;--media-bg:#00112E;--input-bg:#00081A;--ink:#F6F2EC;--ink-muted:#B9B4C4;--ink-faint:#9A9DA0;--heading-ink:#F6F2EC;--eyebrow-ink:var(--glow);--brandmark-ink:#F6F2EC;--line:rgba(226, 232, 255, .12);--line-strong:rgba(226, 232, 255, .24);--control-line:rgba(226, 232, 255, .44);--glow:#9991A4;--glow-bright:#C6C0D0;--glow-deep:#595478;--violet:#440099;--violet-bright:#5C00CC;--violet-light:#B9A8E0;--steel:#4F758B;--accent:var(--glow);--accent-hover:var(--glow-bright);--accent-ink:#0A0518;--accent-text-hover:var(--glow);--accent-ring:rgba(153, 145, 164, .18);--accent-glow:0 0 40px rgba(153, 145, 164, .35);--shadow-raised:0 20px 50px -24px rgba(0, 0, 0, .9);--primary-bg:var(--violet);--primary-bg-hover:var(--violet-bright);--primary-ink:#F6F2EC;--primary-glow:0 0 0 1px rgba(185, 168, 224, .55), 0 10px 34px -10px rgba(68, 0, 153, .85);--link:var(--glow);--link-hover:var(--glow-bright);--link-decoration:none;--sale-ink:var(--glow);--success:#8FD6A6;--warning:#E9C46A;--danger:#E88A8A;--danger-ring:rgba(232, 138, 138, .14);--header-bg:rgba(0, 8, 26, .74);--announcement-bg:#00112E;--announcement-ink:#B9B4C4;--nav-ink:#B9B4C4;--nav-ink-active:var(--glow);--nav-bg-active:transparent;--footer-bg:#00112E;--footer-ink:#B9B4C4;--footer-ink-hover:#F6F2EC;--footer-heading-ink:#9A9DA0;--font-display:"Big Shoulders", "Big Shoulders Display", "Arial Narrow", sans-serif;--font-body:"Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;--font-card-title:var(--font-display);--weight-card-title:400;--font-eyebrow:var(--font-display);--weight-eyebrow:600;--font-label:var(--font-display);--weight-label:600;--kicker-tracking:.16em;--weight-display:600;--weight-display-xl:700;--leading-display-xl:1;--weight-body:300;--weight-nav:400;--font-brand:var(--font-body);--weight-brand:700;--brand-transform:uppercase;--heading-tracking:0;--brand-tracking:.13em;--label-tracking:.28em;--nav-tracking:.02em;--button-tracking:.03em;--nav-transform:none;--leading-body:1.6;--leading-heading:1.15;--text-body-lg:18px;--leading-body-lg:1.61;--text-price:var(--text-body);--weight-price:500;--root-font-size:16px;--text-body:16px;--text-small:14px;--text-label:14px;--text-nav:15px;--text-brand:22px;--text-card-title:23px;--text-h1:38px;--text-h2:28px;--text-h3:21px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-pill:999px;--radius-button:999px;--button-padding:14px 30px;--container:1080px;--gutter:24px;--card-min:260px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:96px}@media(min-width:1000px){:root{--gutter:40px}}::selection{background:rgba(68,0,153,.45);color:#f6f2ec}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#00112e}::-webkit-scrollbar-thumb{background:#2a3560;border-radius:999px}.site-header{backdrop-filter:blur(12px);position:sticky;top:0}body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(60% 45% at 78% 8%,rgba(153,145,164,.13),transparent 62%),radial-gradient(52% 40% at 12% 22%,rgba(68,0,153,.2),transparent 60%),radial-gradient(40% 32% at 55% 88%,rgba(79,117,139,.12),transparent 64%)}h1,h2{font-weight:600}.product-card__media{background:linear-gradient(160deg,#0D1A3A,#00112E)}.product-card__title{line-height:1.15}.badge{border-radius:var(--radius-pill);font-family:var(--font-body);font-size:11px;font-weight:500;letter-spacing:.16em}.footer-heading{font-size:13px;letter-spacing:.22em}.button--primary{border:none}.sky{position:fixed;inset:0;z-index:0;pointer-events:none}.sky>*{position:fixed;inset:0;pointer-events:none}.sky__base{background:radial-gradient(120% 90% at 50% -10%,#0C1A52 0%,#040C2C 34%,#00081A 68%)}.sky__nebula{background:radial-gradient(46% 40% at 82% 6%,rgba(153,145,164,.2),transparent 58%),radial-gradient(50% 44% at 8% 20%,rgba(68,0,153,.42),transparent 60%),radial-gradient(60% 50% at 60% 108%,rgba(79,117,139,.26),transparent 62%),radial-gradient(38% 34% at 30% 70%,rgba(89,84,120,.3),transparent 60%);filter:saturate(1.15);animation:dsg-pulse 16s ease-in-out infinite,dsg-shift 44s ease-in-out infinite}.sky__stars{inset:-40px 0 0 0;overflow:hidden;animation:dsg-drift 60s linear infinite alternate}.sky__star{position:absolute;border-radius:999px;background:#fff;animation-name:dsg-twinkle;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.sky__star--mid{box-shadow:0 0 4px rgba(255,255,255,.6)}.sky__star--bright{background:#c6c0d0;box-shadow:0 0 6px 1px rgba(198,192,208,.85)}.sky__shooting{overflow:hidden}.sky__shoot{position:absolute;width:130px;height:2px;border-radius:999px;transform-origin:left center;background:linear-gradient(90deg,transparent,rgba(198,192,208,.95));opacity:0;animation-name:dsg-shoot;animation-timing-function:ease-in;animation-iteration-count:infinite}.site-header,main,.site-footer{position:relative;z-index:1}@keyframes dsg-pulse{0%,100%{opacity:.55}50%{opacity:1}}@keyframes dsg-twinkle{0%,100%{opacity:.25}50%{opacity:1}}@keyframes dsg-drift{from{transform:translateY(0)}to{transform:translateY(-40px)}}@keyframes dsg-shift{0%,100%{transform:translate3d(0,0,0)scale(1)}50%{transform:translate3d(-2.5%,2%,0)scale(1.07)}}@keyframes dsg-shoot{0%{opacity:0;transform:translate3d(0,0,0)rotate(18deg)scaleX(.15)}2.5%{opacity:.85}8%,100%{opacity:0;transform:translate3d(360px,150px,0)rotate(18deg)scaleX(1)}}.sky__shooting .sky__shoot:nth-child(1){top:12%;left:8%;animation-duration:11s;animation-delay:2s}.sky__shooting .sky__shoot:nth-child(2){top:30%;left:58%;animation-duration:16s;animation-delay:8s}.sky__shooting .sky__shoot:nth-child(3){top:6%;left:74%;animation-duration:14s;animation-delay:13s}.sky__stars .sky__star:nth-child(1){top:0%;left:14.146%;width:1px;height:1px;opacity:.631;animation-duration:3.9s;animation-delay:.8s}.sky__stars .sky__star:nth-child(2){top:92.169%;left:52.972%;width:1px;height:1px;opacity:.604;animation-duration:4.8s;animation-delay:4.4s}.sky__stars .sky__star:nth-child(3){top:5.722%;left:73.736%;width:1px;height:1px;opacity:.543;animation-duration:8.4s;animation-delay:3.5s}.sky__stars .sky__star:nth-child(4){top:55.822%;left:78.094%;width:1px;height:1px;opacity:.362;animation-duration:5.7s;animation-delay:3.7s}.sky__stars .sky__star:nth-child(5){top:37.373%;left:75.111%;width:2px;height:2px;opacity:.398;animation-duration:6.4s;animation-delay:2.8s}.sky__stars .sky__star:nth-child(6){top:45.348%;left:92.792%;width:1px;height:1px;opacity:.35;animation-duration:7.2s;animation-delay:3.5s}.sky__stars .sky__star:nth-child(7){top:62.609%;left:14.625%;width:1px;height:1px;opacity:.773;animation-duration:4.4s;animation-delay:.2s}.sky__stars .sky__star:nth-child(8){top:16.558%;left:5.577%;width:2px;height:2px;opacity:.79;animation-duration:5s;animation-delay:4.6s}.sky__stars .sky__star:nth-child(9){top:32.911%;left:48.993%;width:3px;height:3px;opacity:.884;animation-duration:7.4s;animation-delay:5.2s}.sky__stars .sky__star:nth-child(10){top:53.962%;left:26.414%;width:1px;height:1px;opacity:.456;animation-duration:8.7s;animation-delay:2.6s}.sky__stars .sky__star:nth-child(11){top:97.151%;left:93.299%;width:1px;height:1px;opacity:.847;animation-duration:5.7s;animation-delay:2.2s}.sky__stars .sky__star:nth-child(12){top:82.119%;left:7.894%;width:1px;height:1px;opacity:.648;animation-duration:6.7s;animation-delay:1.2s}.sky__stars .sky__star:nth-child(13){top:17.904%;left:16.554%;width:1px;height:1px;opacity:.543;animation-duration:5.5s;animation-delay:4.5s}.sky__stars .sky__star:nth-child(14){top:99.517%;left:49.758%;width:1px;height:1px;opacity:.834;animation-duration:5.2s;animation-delay:5.2s}.sky__stars .sky__star:nth-child(15){top:81.603%;left:89.32%;width:1px;height:1px;opacity:.823;animation-duration:6.8s;animation-delay:1.7s}.sky__stars .sky__star:nth-child(16){top:44.182%;left:34.374%;width:1px;height:1px;opacity:.48;animation-duration:8.7s;animation-delay:3.8s}.sky__stars .sky__star:nth-child(17){top:92.688%;left:57.24%;width:3px;height:3px;opacity:.534;animation-duration:3.6s;animation-delay:5.3s}.sky__stars .sky__star:nth-child(18){top:43.42%;left:71.687%;width:1px;height:1px;opacity:.282;animation-duration:3.8s;animation-delay:4.6s}.sky__stars .sky__star:nth-child(19){top:64.419%;left:94.51%;width:2px;height:2px;opacity:.362;animation-duration:8.2s;animation-delay:3.2s}.sky__stars .sky__star:nth-child(20){top:32.264%;left:20.815%;width:1px;height:1px;opacity:.262;animation-duration:8.5s;animation-delay:3.9s}.sky__stars .sky__star:nth-child(21){top:76.038%;left:64.12%;width:1px;height:1px;opacity:.517;animation-duration:7.9s;animation-delay:2.2s}.sky__stars .sky__star:nth-child(22){top:55.603%;left:4.706%;width:1px;height:1px;opacity:.808;animation-duration:8.6s;animation-delay:2.4s}.sky__stars .sky__star:nth-child(23){top:66.088%;left:3.149%;width:1px;height:1px;opacity:.466;animation-duration:7.7s;animation-delay:2s}.sky__stars .sky__star:nth-child(24){top:41.934%;left:49.941%;width:1px;height:1px;opacity:.556;animation-duration:5.1s;animation-delay:4.4s}.sky__stars .sky__star:nth-child(25){top:13.576%;left:45.676%;width:1px;height:1px;opacity:.737;animation-duration:6.6s;animation-delay:.2s}.sky__stars .sky__star:nth-child(26){top:33.047%;left:46.758%;width:1px;height:1px;opacity:.405;animation-duration:4.9s;animation-delay:2s}.sky__stars .sky__star:nth-child(27){top:49.532%;left:91.638%;width:1px;height:1px;opacity:.495;animation-duration:7.3s;animation-delay:3.6s}.sky__stars .sky__star:nth-child(28){top:.032%;left:40.159%;width:1px;height:1px;opacity:.688;animation-duration:7.3s;animation-delay:5.1s}.sky__stars .sky__star:nth-child(29){top:16.191%;left:99.511%;width:2px;height:2px;opacity:.224;animation-duration:6.9s;animation-delay:5.9s}.sky__stars .sky__star:nth-child(30){top:42.019%;left:26.794%;width:1px;height:1px;opacity:.848;animation-duration:7.9s;animation-delay:4.8s}.sky__stars .sky__star:nth-child(31){top:98.508%;left:76.269%;width:2px;height:2px;opacity:.434;animation-duration:8.3s;animation-delay:4.9s}.sky__stars .sky__star:nth-child(32){top:72.341%;left:97.392%;width:1px;height:1px;opacity:.835;animation-duration:5.3s;animation-delay:.4s}.sky__stars .sky__star:nth-child(33){top:28.57%;left:10.665%;width:1px;height:1px;opacity:.239;animation-duration:7.6s;animation-delay:.6s}.sky__stars .sky__star:nth-child(34){top:41.804%;left:.106%;width:1px;height:1px;opacity:.246;animation-duration:8.2s;animation-delay:1.5s}.sky__stars .sky__star:nth-child(35){top:20.06%;left:73.14%;width:1px;height:1px;opacity:.674;animation-duration:4.9s;animation-delay:4.5s}.sky__stars .sky__star:nth-child(36){top:57.592%;left:30.613%;width:1px;height:1px;opacity:.888;animation-duration:8.7s;animation-delay:.2s}.sky__stars .sky__star:nth-child(37){top:98.152%;left:20.926%;width:1px;height:1px;opacity:.469;animation-duration:5s;animation-delay:3.5s}.sky__stars .sky__star:nth-child(38){top:92.057%;left:93.437%;width:1px;height:1px;opacity:.629;animation-duration:8.9s;animation-delay:3.8s}.sky__stars .sky__star:nth-child(39){top:47.028%;left:26.97%;width:1px;height:1px;opacity:.438;animation-duration:6.3s;animation-delay:4.3s}.sky__stars .sky__star:nth-child(40){top:76.821%;left:43.299%;width:1px;height:1px;opacity:.239;animation-duration:8.3s;animation-delay:4.3s}.sky__stars .sky__star:nth-child(41){top:59.665%;left:81.436%;width:1px;height:1px;opacity:.452;animation-duration:8.2s;animation-delay:1.4s}.sky__stars .sky__star:nth-child(42){top:93.426%;left:77.466%;width:1px;height:1px;opacity:.423;animation-duration:7.3s;animation-delay:5.5s}.sky__stars .sky__star:nth-child(43){top:45.308%;left:1.846%;width:1px;height:1px;opacity:.252;animation-duration:4.8s;animation-delay:.2s}.sky__stars .sky__star:nth-child(44){top:21.543%;left:56.84%;width:1px;height:1px;opacity:.201;animation-duration:8.1s;animation-delay:5.1s}.sky__stars .sky__star:nth-child(45){top:69.471%;left:81.574%;width:1px;height:1px;opacity:.66;animation-duration:5.7s;animation-delay:4.5s}.sky__stars .sky__star:nth-child(46){top:79.597%;left:14.414%;width:1px;height:1px;opacity:.713;animation-duration:6.2s;animation-delay:5.9s}.sky__stars .sky__star:nth-child(47){top:28.319%;left:80.78%;width:1px;height:1px;opacity:.435;animation-duration:6.3s;animation-delay:5s}.sky__stars .sky__star:nth-child(48){top:51.39%;left:82.485%;width:2px;height:2px;opacity:.466;animation-duration:4.1s;animation-delay:4.5s}.sky__stars .sky__star:nth-child(49){top:14.253%;left:19.611%;width:1px;height:1px;opacity:.77;animation-duration:4.4s;animation-delay:2.6s}.sky__stars .sky__star:nth-child(50){top:11.439%;left:44.06%;width:1px;height:1px;opacity:.365;animation-duration:6.9s;animation-delay:.5s}.sky__stars .sky__star:nth-child(51){top:30.22%;left:77.421%;width:1px;height:1px;opacity:.582;animation-duration:7.1s;animation-delay:4.2s}.sky__stars .sky__star:nth-child(52){top:11.589%;left:76.949%;width:1px;height:1px;opacity:.897;animation-duration:5.6s;animation-delay:3.3s}.sky__stars .sky__star:nth-child(53){top:81.2%;left:86.591%;width:1px;height:1px;opacity:.825;animation-duration:7.7s;animation-delay:4.5s}.sky__stars .sky__star:nth-child(54){top:55.389%;left:8.293%;width:1px;height:1px;opacity:.583;animation-duration:5.3s;animation-delay:4.2s}.sky__stars .sky__star:nth-child(55){top:40.464%;left:72.259%;width:3px;height:3px;opacity:.208;animation-duration:5.1s;animation-delay:4.1s}.sky__stars .sky__star:nth-child(56){top:87.29%;left:83.379%;width:3px;height:3px;opacity:.615;animation-duration:5.6s;animation-delay:2.8s}.sky__stars .sky__star:nth-child(57){top:47.467%;left:92.936%;width:2px;height:2px;opacity:.646;animation-duration:8.3s;animation-delay:1.5s}.sky__stars .sky__star:nth-child(58){top:22.499%;left:60.111%;width:1px;height:1px;opacity:.489;animation-duration:7.4s;animation-delay:3.5s}.sky__stars .sky__star:nth-child(59){top:30.934%;left:48.127%;width:1px;height:1px;opacity:.654;animation-duration:4.2s;animation-delay:2.4s}.sky__stars .sky__star:nth-child(60){top:17.492%;left:90.549%;width:1px;height:1px;opacity:.819;animation-duration:5.3s;animation-delay:.8s}.sky__stars .sky__star:nth-child(61){top:16.981%;left:1.65%;width:1px;height:1px;opacity:.883;animation-duration:5.3s;animation-delay:1.8s}.sky__stars .sky__star:nth-child(62){top:8.22%;left:8.164%;width:1px;height:1px;opacity:.414;animation-duration:8.1s;animation-delay:5.7s}.sky__stars .sky__star:nth-child(63){top:81.09%;left:71.013%;width:1px;height:1px;opacity:.482;animation-duration:6s;animation-delay:2.8s}.sky__stars .sky__star:nth-child(64){top:1.667%;left:52.202%;width:3px;height:3px;opacity:.267;animation-duration:3.6s;animation-delay:3.8s}.sky__stars .sky__star:nth-child(65){top:8.806%;left:89.238%;width:2px;height:2px;opacity:.814;animation-duration:7.8s;animation-delay:5.5s}.sky__stars .sky__star:nth-child(66){top:7.753%;left:94.906%;width:1px;height:1px;opacity:.336;animation-duration:3.8s;animation-delay:1.9s}.sky__stars .sky__star:nth-child(67){top:59.762%;left:52.259%;width:1px;height:1px;opacity:.893;animation-duration:6s;animation-delay:5.4s}.sky__stars .sky__star:nth-child(68){top:24.148%;left:25.219%;width:1px;height:1px;opacity:.519;animation-duration:3.8s;animation-delay:.1s}.sky__stars .sky__star:nth-child(69){top:38.807%;left:33.15%;width:1px;height:1px;opacity:.308;animation-duration:8.4s;animation-delay:2.5s}.sky__stars .sky__star:nth-child(70){top:32.818%;left:90.848%;width:1px;height:1px;opacity:.388;animation-duration:7.6s;animation-delay:4s}.sky__stars .sky__star:nth-child(71){top:36.785%;left:54.959%;width:1px;height:1px;opacity:.244;animation-duration:8.6s;animation-delay:4.2s}.sky__stars .sky__star:nth-child(72){top:50.736%;left:7.723%;width:1px;height:1px;opacity:.849;animation-duration:5.3s;animation-delay:4.7s}.sky__stars .sky__star:nth-child(73){top:17.327%;left:51.578%;width:1px;height:1px;opacity:.447;animation-duration:8.4s;animation-delay:5.1s}.sky__stars .sky__star:nth-child(74){top:2.889%;left:17.76%;width:1px;height:1px;opacity:.406;animation-duration:6.7s;animation-delay:4.7s}.sky__stars .sky__star:nth-child(75){top:19.027%;left:45.311%;width:1px;height:1px;opacity:.626;animation-duration:4.8s;animation-delay:2.9s}.sky__stars .sky__star:nth-child(76){top:59.489%;left:72.55%;width:1px;height:1px;opacity:.554;animation-duration:8.5s;animation-delay:5.2s}.sky__stars .sky__star:nth-child(77){top:15.412%;left:74.631%;width:1px;height:1px;opacity:.514;animation-duration:5.5s;animation-delay:3.5s}.sky__stars .sky__star:nth-child(78){top:69.276%;left:50.386%;width:1px;height:1px;opacity:.703;animation-duration:5.5s;animation-delay:4s}.sky__stars .sky__star:nth-child(79){top:18.416%;left:67.315%;width:1px;height:1px;opacity:.288;animation-duration:8.3s;animation-delay:1.5s}.sky__stars .sky__star:nth-child(80){top:4.418%;left:2.179%;width:1px;height:1px;opacity:.688;animation-duration:5.8s;animation-delay:3s}.sky__stars .sky__star:nth-child(81){top:73.388%;left:72.17%;width:1px;height:1px;opacity:.453;animation-duration:8.6s;animation-delay:4.2s}.sky__stars .sky__star:nth-child(82){top:43.147%;left:86.197%;width:1px;height:1px;opacity:.45;animation-duration:3.2s;animation-delay:4.8s}.sky__stars .sky__star:nth-child(83){top:8.953%;left:80.001%;width:1px;height:1px;opacity:.508;animation-duration:3.2s;animation-delay:.2s}.sky__stars .sky__star:nth-child(84){top:27.738%;left:49.77%;width:1px;height:1px;opacity:.289;animation-duration:4.7s;animation-delay:3s}.sky__stars .sky__star:nth-child(85){top:9.407%;left:63.336%;width:1px;height:1px;opacity:.394;animation-duration:3.7s;animation-delay:5.4s}.sky__stars .sky__star:nth-child(86){top:37.636%;left:18.124%;width:2px;height:2px;opacity:.47;animation-duration:7.9s;animation-delay:4.5s}.sky__stars .sky__star:nth-child(87){top:48.481%;left:38.88%;width:1px;height:1px;opacity:.844;animation-duration:4.7s;animation-delay:4.8s}.sky__stars .sky__star:nth-child(88){top:35.796%;left:97.348%;width:1px;height:1px;opacity:.42;animation-duration:8.9s;animation-delay:1.8s}.sky__stars .sky__star:nth-child(89){top:44.414%;left:34.442%;width:1px;height:1px;opacity:.676;animation-duration:6.9s;animation-delay:2.8s}.sky__stars .sky__star:nth-child(90){top:92.803%;left:97.316%;width:1px;height:1px;opacity:.893;animation-duration:8s;animation-delay:5.6s}.sky__stars .sky__star:nth-child(91){top:81.541%;left:46.522%;width:1px;height:1px;opacity:.774;animation-duration:6.2s;animation-delay:4.7s}.sky__stars .sky__star:nth-child(92){top:14.146%;left:70.094%;width:1px;height:1px;opacity:.555;animation-duration:4.3s;animation-delay:1.3s}.sky__stars .sky__star:nth-child(93){top:52.972%;left:82.8%;width:2px;height:2px;opacity:.37;animation-duration:4.4s;animation-delay:3s}.sky__stars .sky__star:nth-child(94){top:73.736%;left:.131%;width:1px;height:1px;opacity:.742;animation-duration:4.3s;animation-delay:3.7s}.sky__stars .sky__star:nth-child(95){top:78.094%;left:8.205%;width:1px;height:1px;opacity:.788;animation-duration:4.5s;animation-delay:5.7s}.sky__stars .sky__star:nth-child(96){top:75.111%;left:90.585%;width:1px;height:1px;opacity:.842;animation-duration:4.1s;animation-delay:2.6s}.sky__stars .sky__star:nth-child(97){top:92.792%;left:72.197%;width:3px;height:3px;opacity:.78;animation-duration:6.9s;animation-delay:5.8s}.sky__stars .sky__star:nth-child(98){top:14.625%;left:45.632%;width:1px;height:1px;opacity:.83;animation-duration:6.2s;animation-delay:3.4s}.sky__stars .sky__star:nth-child(99){top:5.577%;left:13.746%;width:1px;height:1px;opacity:.458;animation-duration:7.9s;animation-delay:1.8s}.sky__stars .sky__star:nth-child(100){top:48.993%;left:61.065%;width:2px;height:2px;opacity:.388;animation-duration:7.5s;animation-delay:5.9s}.sky__stars .sky__star:nth-child(101){top:26.414%;left:18.019%;width:1px;height:1px;opacity:.67;animation-duration:3.8s;animation-delay:3.7s}.sky__stars .sky__star:nth-child(102){top:93.299%;left:56.345%;width:1px;height:1px;opacity:.527;animation-duration:7.4s;animation-delay:3.5s}.sky__stars .sky__star:nth-child(103){top:7.894%;left:9.422%;width:2px;height:2px;opacity:.509;animation-duration:6.5s;animation-delay:2.9s}.sky__stars .sky__star:nth-child(104){top:16.554%;left:97.397%;width:1px;height:1px;opacity:.843;animation-duration:6.7s;animation-delay:1.4s}.sky__stars .sky__star:nth-child(105){top:49.758%;left:62.761%;width:1px;height:1px;opacity:.429;animation-duration:5.8s;animation-delay:1.7s}.sky__stars .sky__star:nth-child(106){top:89.32%;left:30.51%;width:1px;height:1px;opacity:.525;animation-duration:6.5s;animation-delay:1.3s}.sky__stars .sky__star:nth-child(107){top:34.374%;left:79.331%;width:1px;height:1px;opacity:.449;animation-duration:3.2s;animation-delay:4.9s}.sky__stars .sky__star:nth-child(108){top:57.24%;left:15.893%;width:1px;height:1px;opacity:.383;animation-duration:7.6s;animation-delay:5.1s}.sky__stars .sky__star:nth-child(109){top:71.687%;left:46.755%;width:1px;height:1px;opacity:.643;animation-duration:8.2s;animation-delay:5.9s}.sky__stars .sky__star:nth-child(110){top:94.51%;left:58.285%;width:2px;height:2px;opacity:.598;animation-duration:5.6s;animation-delay:2.2s}.sky__stars .sky__star:nth-child(111){top:20.815%;left:17.363%;width:1px;height:1px;opacity:.352;animation-duration:5.2s;animation-delay:5.5s}.sky__stars .sky__star:nth-child(112){top:64.12%;left:52.219%;width:1px;height:1px;opacity:.842;animation-duration:4.2s;animation-delay:3.8s}.sky__stars .sky__star:nth-child(113){top:4.706%;left:37.122%;width:1px;height:1px;opacity:.779;animation-duration:7.5s;animation-delay:2.9s}.sky__stars .sky__star:nth-child(114){top:3.149%;left:86.841%;width:1px;height:1px;opacity:.689;animation-duration:8.2s;animation-delay:5.4s}.sky__stars .sky__star:nth-child(115){top:49.941%;left:63.985%;width:1px;height:1px;opacity:.357;animation-duration:4.7s;animation-delay:5.3s}.sky__stars .sky__star:nth-child(116){top:45.676%;left:26.971%;width:3px;height:3px;opacity:.53;animation-duration:6.8s;animation-delay:2.4s}.sky__stars .sky__star:nth-child(117){top:46.758%;left:88.678%;width:1px;height:1px;opacity:.529;animation-duration:8.3s;animation-delay:2.9s}.sky__stars .sky__star:nth-child(118){top:91.638%;left:97.162%;width:1px;height:1px;opacity:.574;animation-duration:7.6s;animation-delay:.7s}.sky__stars .sky__star:nth-child(119){top:40.159%;left:42.419%;width:2px;height:2px;opacity:.515;animation-duration:6.2s;animation-delay:1.4s}.sky__stars .sky__star:nth-child(120){top:99.511%;left:27.172%;width:2px;height:2px;opacity:.22;animation-duration:6.9s;animation-delay:.5s}.sky__stars .sky__star:nth-child(121){top:26.794%;left:21.293%;width:1px;height:1px;opacity:.227;animation-duration:5.2s;animation-delay:2.7s}.sky__stars .sky__star:nth-child(122){top:76.269%;left:81.594%;width:2px;height:2px;opacity:.223;animation-duration:5.4s;animation-delay:5.2s}.sky__stars .sky__star:nth-child(123){top:97.392%;left:79.73%;width:1px;height:1px;opacity:.536;animation-duration:5s;animation-delay:2.3s}.sky__stars .sky__star:nth-child(124){top:10.665%;left:59.112%;width:1px;height:1px;opacity:.248;animation-duration:7.4s;animation-delay:3s}.sky__stars .sky__star:nth-child(125){top:.106%;left:22.74%;width:1px;height:1px;opacity:.425;animation-duration:3.2s;animation-delay:4.6s}.sky__stars .sky__star:nth-child(126){top:73.14%;left:99.182%;width:1px;height:1px;opacity:.319;animation-duration:5s;animation-delay:1.8s}.sky__stars .sky__star:nth-child(127){top:30.613%;left:11.439%;width:1px;height:1px;opacity:.868;animation-duration:6.6s;animation-delay:2.5s}.sky__stars .sky__star:nth-child(128){top:20.926%;left:86.466%;width:1px;height:1px;opacity:.309;animation-duration:8.1s;animation-delay:4.2s}.sky__stars .sky__star:nth-child(129){top:93.437%;left:36.244%;width:1px;height:1px;opacity:.792;animation-duration:8.9s;animation-delay:.2s}.sky__stars .sky__star:nth-child(130){top:26.97%;left:62.606%;width:1px;height:1px;opacity:.776;animation-duration:7.8s;animation-delay:5.6s}.sky__stars .sky__star:nth-child(131){top:43.299%;left:48.804%;width:2px;height:2px;opacity:.699;animation-duration:7.9s;animation-delay:2s}.sky__stars .sky__star:nth-child(132){top:81.436%;left:28.972%;width:1px;height:1px;opacity:.776;animation-duration:3.4s;animation-delay:5.4s}.sky__stars .sky__star:nth-child(133){top:77.466%;left:73.772%;width:1px;height:1px;opacity:.896;animation-duration:3.6s;animation-delay:.3s}.sky__stars .sky__star:nth-child(134){top:1.846%;left:47.769%;width:2px;height:2px;opacity:.894;animation-duration:4.5s;animation-delay:.4s}.sky__stars .sky__star:nth-child(135){top:56.84%;left:49.661%;width:1px;height:1px;opacity:.615;animation-duration:7.5s;animation-delay:4.1s}.sky__stars .sky__star:nth-child(136){top:81.574%;left:7.359%;width:3px;height:3px;opacity:.341;animation-duration:3.2s;animation-delay:5.9s}.sky__stars .sky__star:nth-child(137){top:14.414%;left:49.771%;width:1px;height:1px;opacity:.741;animation-duration:6.5s;animation-delay:2.3s}.sky__stars .sky__star:nth-child(138){top:80.78%;left:83.399%;width:3px;height:3px;opacity:.256;animation-duration:6.8s;animation-delay:3.7s}.sky__stars .sky__star:nth-child(139){top:82.485%;left:39.583%;width:1px;height:1px;opacity:.408;animation-duration:7.3s;animation-delay:2s}.sky__stars .sky__star:nth-child(140){top:19.611%;left:84.866%;width:2px;height:2px;opacity:.748;animation-duration:7.3s;animation-delay:.3s}.sky__stars .sky__star:nth-child(141){top:44.06%;left:55.922%;width:2px;height:2px;opacity:.395;animation-duration:4.4s;animation-delay:2.2s}.sky__stars .sky__star:nth-child(142){top:77.421%;left:73.189%;width:1px;height:1px;opacity:.284;animation-duration:8.5s;animation-delay:1.9s}.sky__stars .sky__star:nth-child(143){top:76.949%;left:39.7%;width:1px;height:1px;opacity:.738;animation-duration:3.2s;animation-delay:.4s}.sky__stars .sky__star:nth-child(144){top:86.591%;left:34.248%;width:2px;height:2px;opacity:.489;animation-duration:8.1s;animation-delay:0s}.sky__stars .sky__star:nth-child(145){top:8.293%;left:60.373%;width:1px;height:1px;opacity:.486;animation-duration:7.5s;animation-delay:3.9s}.sky__stars .sky__star:nth-child(146){top:72.259%;left:23.483%;width:1px;height:1px;opacity:.651;animation-duration:8.9s;animation-delay:4.4s}.sky__stars .sky__star:nth-child(147){top:83.379%;left:40.947%;width:1px;height:1px;opacity:.437;animation-duration:8s;animation-delay:2s}.sky__stars .sky__star:nth-child(148){top:92.936%;left:62.749%;width:1px;height:1px;opacity:.735;animation-duration:7.5s;animation-delay:2.3s}.sky__stars .sky__star:nth-child(149){top:60.111%;left:39.857%;width:1px;height:1px;opacity:.554;animation-duration:5.6s;animation-delay:4.9s}.sky__stars .sky__star:nth-child(150){top:48.127%;left:66.841%;width:1px;height:1px;opacity:.615;animation-duration:3.5s;animation-delay:1.4s}.sky__stars .sky__star:nth-child(151){top:90.549%;left:70.362%;width:1px;height:1px;opacity:.68;animation-duration:7.2s;animation-delay:3.3s}.sky__stars .sky__star:nth-child(152){top:1.65%;left:49.121%;width:1px;height:1px;opacity:.228;animation-duration:6.3s;animation-delay:6s}.sky__stars .sky__star:nth-child(153){top:8.164%;left:11.247%;width:1px;height:1px;opacity:.738;animation-duration:7.5s;animation-delay:5.4s}.sky__stars .sky__star:nth-child(154){top:71.013%;left:35.404%;width:1px;height:1px;opacity:.508;animation-duration:7.2s;animation-delay:3.3s}.sky__stars .sky__star:nth-child(155){top:52.202%;left:34.489%;width:1px;height:1px;opacity:.856;animation-duration:7.1s;animation-delay:.1s}.sky__stars .sky__star:nth-child(156){top:89.238%;left:74.514%;width:1px;height:1px;opacity:.685;animation-duration:5.8s;animation-delay:3.6s}.sky__stars .sky__star:nth-child(157){top:94.906%;left:94.196%;width:2px;height:2px;opacity:.526;animation-duration:4.5s;animation-delay:3.8s}.sky__stars .sky__star:nth-child(158){top:52.259%;left:54.359%;width:1px;height:1px;opacity:.547;animation-duration:6.5s;animation-delay:2.5s}.sky__stars .sky__star:nth-child(159){top:25.219%;left:58.381%;width:1px;height:1px;opacity:.805;animation-duration:5.4s;animation-delay:3.9s}.sky__stars .sky__star:nth-child(160){top:33.15%;left:76.443%;width:1px;height:1px;opacity:.851;animation-duration:3.8s;animation-delay:5.3s}.sky__stars .sky__star:nth-child(161){top:90.848%;left:32.05%;width:1px;height:1px;opacity:.74;animation-duration:4.8s;animation-delay:5.9s}.sky__stars .sky__star:nth-child(162){top:54.959%;left:65.167%;width:2px;height:2px;opacity:.686;animation-duration:8.7s;animation-delay:1.8s}.sky__stars .sky__star:nth-child(163){top:7.723%;left:4.301%;width:1px;height:1px;opacity:.392;animation-duration:5.8s;animation-delay:2.4s}.sky__stars .sky__star:nth-child(164){top:51.578%;left:98.71%;width:1px;height:1px;opacity:.31;animation-duration:6.8s;animation-delay:.6s}.sky__stars .sky__star:nth-child(165){top:17.76%;left:96.38%;width:1px;height:1px;opacity:.665;animation-duration:8.5s;animation-delay:5.3s}.sky__stars .sky__star:nth-child(166){top:45.311%;left:86.13%;width:1px;height:1px;opacity:.413;animation-duration:4.9s;animation-delay:1.2s}.sky__stars .sky__star:nth-child(167){top:72.55%;left:35.566%;width:1px;height:1px;opacity:.6;animation-duration:8.4s;animation-delay:5.9s}.sky__stars .sky__star:nth-child(168){top:74.631%;left:18.764%;width:1px;height:1px;opacity:.786;animation-duration:3.1s;animation-delay:2.7s}.sky__stars .sky__star:nth-child(169){top:50.386%;left:32.858%;width:2px;height:2px;opacity:.611;animation-duration:5.5s;animation-delay:.9s}.sky__stars .sky__star:nth-child(170){top:67.315%;left:61.492%;width:1px;height:1px;opacity:.295;animation-duration:7s;animation-delay:1.6s}