@font-face{font-family:Nohemi;src:url(/fonts/Nohemi-Thin.woff2)format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/fonts/Nohemi-ExtraLight.woff2)format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/fonts/Nohemi-Light.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/fonts/Nohemi-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/fonts/Nohemi-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/fonts/Nohemi-SemiBold.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/fonts/Nohemi-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/fonts/Nohemi-ExtraBold.woff2)format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/fonts/Nohemi-Black.woff2)format("woff2");font-weight:900;font-style:normal;font-display:swap}:root{--black:#000;--white:#fff;--smoke:#f5f5f5;--ink:#181818;--ash:#e2e2e2;--surface-dark:var(--black);--surface-light:var(--smoke);--surface-page:var(--white);--text-on-dark:var(--smoke);--text-on-light:var(--black);--border-on-dark:var(--smoke);--border-on-light:var(--black);--overlay-hover:#000000e6;--font-core:"Nohemi", sans-serif;--weight-body:300;--weight-ui:400;--weight-nav:600;--weight-display:800;--weight-poster:900;--text-ui:1rem;--text-field:1.1rem;--text-lead:2rem;--text-display:clamp(3rem, 8vw, 7rem);--text-poster:clamp(4rem, 12vw, 11rem);--tracking-display:-.02em;--space-2xs:6px;--space-xs:8px;--space-sm:12px;--space-md:20px;--space-lg:24px;--space-band:30px;--space-xl:48px;--header-height:60px;--footer-height:420px;--control-height:70px;--section-short:70vh;--radius-card:24px;--radius-button:24px;--radius-field:12px;--radius-round:50%;--border-hair:1px;--border-line:5px;--ease-press:.1s ease;--ease-standard:.3s ease;--spin-duration:2s;--exit-duration:1.2s;--cursor-dot:12px;--cursor-halo:42px;--gutter:24px}@media (max-width:640px){:root{--gutter:16px;--footer-height:300px}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--black);color:var(--smoke);font-family:var(--font-core);font-weight:var(--weight-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:hidden}img{max-width:100%}a{color:inherit}::selection{background:var(--smoke);color:var(--black)}@media (pointer:fine){body.ds-cursor,body.ds-cursor *{cursor:none!important}}@keyframes ds-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ds-trail{0%{opacity:.9;transform:rotate(0)scale(1)}to{opacity:0;transform:rotate(140deg)scale(.25)}}@keyframes ds-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ds-eyebrow{font-weight:var(--weight-body);text-transform:lowercase;align-items:baseline;gap:16px;font-size:1.1rem;display:flex}.ds-eyebrow span:last-child{opacity:.5}.ds-ghost{color:#0000;font-weight:var(--weight-poster);letter-spacing:var(--tracking-display);pointer-events:none;white-space:nowrap;-webkit-text-stroke:1.5px var(--ink);line-height:1}.ds-ghost--light{-webkit-text-stroke:1.5px var(--ash)}.ds-intro{display:none}html[data-intro=play] .ds-intro{display:block}.ds-reveal{opacity:0}.ds-reveal.is-in{animation:.7s cubic-bezier(.16,1,.3,1) forwards ds-rise}@media (prefers-reduced-motion:reduce){.ds-reveal,.ds-reveal.is-in{opacity:1;animation:none;transform:none}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.ds-prose{font-weight:var(--weight-body);color:var(--smoke);text-align:justify;-webkit-hyphens:auto;hyphens:auto;font-size:1.25rem;line-height:1.65}.ds-prose>*+*{margin-top:1.4em}@media (max-width:640px){.ds-prose{text-align:left;font-size:1.1rem}}.ds-prose h2{font-weight:var(--weight-display);letter-spacing:var(--tracking-display);text-transform:uppercase;text-align:left;margin:2.4em 0 .6em;font-size:clamp(1.8rem,4vw,3rem);line-height:.95}.ds-prose h3{font-weight:var(--weight-nav);text-transform:uppercase;letter-spacing:.02em;text-align:left;margin:2em 0 .5em;font-size:clamp(1.2rem,2.4vw,1.6rem)}.ds-prose a{color:inherit;border-bottom:var(--border-hair) solid var(--smoke);transition:background var(--ease-press), color var(--ease-press);text-decoration:none}.ds-prose a:hover{background:var(--smoke);color:var(--black)}.ds-prose ul,.ds-prose ol{text-align:left;padding-left:1.2em}.ds-prose li+li{margin-top:.5em}.ds-prose blockquote{padding:var(--space-lg);border:var(--border-hair) solid var(--smoke);border-radius:var(--radius-card);margin-left:0;margin-right:0;font-size:1.4rem}.ds-prose blockquote>*+*{margin-top:.8em}.ds-prose code{border:var(--border-hair) solid var(--smoke);border-radius:6px;padding:.15em .4em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.ds-prose pre{padding:var(--space-lg);border:var(--border-hair) solid var(--smoke);border-radius:var(--radius-field);text-align:left;font-size:.9rem;line-height:1.5;overflow-x:auto}.ds-prose pre code{font-size:inherit;border:0;border-radius:0;padding:0}.ds-prose hr{border:0;border-top:var(--border-hair) solid var(--smoke);margin:3em 0}.ds-prose img{border-radius:var(--radius-field);width:100%;height:auto;display:block}.ds-prose table{border-collapse:collapse;text-align:left;width:100%;font-size:1rem}.ds-prose th,.ds-prose td{padding:var(--space-sm);border:var(--border-hair) solid var(--smoke)}.ds-prose th{font-weight:var(--weight-nav);text-transform:lowercase}.ds-prose strong{font-weight:var(--weight-nav)}.ds-scroll-x{overflow-x:auto}
.nav-module__vhalWW__header{width:100%;height:var(--header-height);padding:0 var(--gutter);background:var(--white);z-index:999;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0}.nav-module__vhalWW__links{align-items:center;gap:var(--space-sm);display:flex}.nav-module__vhalWW__link{font-family:var(--font-core);font-weight:var(--weight-nav);color:var(--black);transition:background var(--ease-press), color var(--ease-press);border-radius:8px;align-items:center;padding:5px 10px;font-size:.95rem;line-height:1;text-decoration:none;display:inline-flex}.nav-module__vhalWW__link:hover,.nav-module__vhalWW__link[data-active=true]{background:var(--black);color:var(--smoke)}.nav-module__vhalWW__brand{align-items:center;text-decoration:none;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nav-module__vhalWW__ig{align-items:center;height:24px;display:flex}.nav-module__vhalWW__ig img{width:auto;height:100%}@media (max-width:1024px){.nav-module__vhalWW__brand{display:none}}@media (max-width:720px){.nav-module__vhalWW__link{padding:4px 8px;font-size:.85rem}.nav-module__vhalWW__links{gap:2px}}.nav-module__vhalWW__footer{width:100%;height:var(--footer-height);background:var(--black);background-image:url(/assets/slash-smoke.svg);background-repeat:repeat-x;background-size:auto var(--footer-height);background-position:center calc(var(--footer-height) / 10 * 2);font-family:var(--font-core);font-weight:var(--weight-nav);color:var(--smoke);border-top:var(--border-hair) solid var(--smoke);flex-direction:column;display:flex}.nav-module__vhalWW__footerBar{padding:var(--space-lg) var(--gutter);justify-content:space-between;align-items:center;gap:var(--space-md);mix-blend-mode:difference;width:100%;margin-top:auto;display:flex}.nav-module__vhalWW__footerLinks{gap:var(--space-md);font-weight:var(--weight-body);text-transform:lowercase;font-size:.9rem;display:flex}.nav-module__vhalWW__footerLinks a{border-bottom:var(--border-hair) solid transparent;transition:border-color var(--ease-press);text-decoration:none}.nav-module__vhalWW__footerLinks a:hover{border-bottom-color:var(--smoke)}.nav-module__vhalWW__footerMeta{font-weight:var(--weight-body);white-space:nowrap;font-size:13px}@media (max-width:640px){.nav-module__vhalWW__footerBar{align-items:flex-start;gap:var(--space-sm);flex-direction:column}.nav-module__vhalWW__footerLinks{flex-wrap:wrap}}
