html.design-v4{--v4-brand-cream:#f4f2ed;--v4-brand-ink:#111;--v4-cream:#f4f2ed;--v4-ink:#111;--v4-ink-v2:#11111129;--v4-muted:#5a5a5a;--v4-rule:#cfcfcf;--v4-slot:#e9e6df;--v4-panel:#111;--v4-on-panel:#f4f2ed;--v4-poster:#111;--v4-shadow:#6b6862;--v4-shadow-dark:#a8a8a8;--v4-pad-x:clamp(20px,5vw,72px);--v4-pad-y:clamp(48px,5vw,96px);--v4-notice-h:15px;--v4-clip:polygon(0 8px,8px 8px,8px 0,calc(100% - 8px) 0,calc(100% - 8px) 8px,100% 8px,100% calc(100% - 8px),calc(100% - 8px) calc(100% - 8px),calc(100% - 8px) 100%,8px 100%,8px calc(100% - 8px),0 calc(100% - 8px));color-scheme:light}html.design-v4[data-theme=dark]{--v4-cream:#0d0d0d;--v4-ink:#f4f2ed;--v4-ink-v2:#f4f2ed29;--v4-muted:#9a968e;--v4-rule:#2e2e2e;--v4-slot:#262626;--v4-panel:#1a1a1a;--v4-on-panel:#f4f2ed;--v4-poster:#242424;color-scheme:dark}html.design-v4[data-theme=dark] .v4-nav--cream .v4-nav__logo img{filter:none}html.design-v4[data-theme=dark] .v4-nav--cream .v4-nav__drawer{background:hsla(0,0%,5%,.98);border-left-color:var(--v4-rule)}html.design-v4[data-theme=dark] [data-t=poster]{background-color:var(--v4-poster);outline:2px solid var(--v4-on-panel);outline-offset:-2px}html.design-v4,html.design-v4 body{margin:0;padding:0;background:var(--v4-cream);color:var(--v4-ink);font-family:Archivo,sans-serif}html.design-v4 a{color:var(--v4-ink);text-decoration:none}html.design-v4 a:hover{color:#070707}html.design-v4 :focus-visible{outline:2px solid var(--v4-ink);outline-offset:2px}html.design-v4 .page-shell,html.design-v4 .page-shell__content{display:contents}html.design-v4 .v4-root{font-family:Archivo,sans-serif;color:var(--v4-ink);background:var(--v4-cream);min-height:100vh}html.design-v4 .v4-silk{font-family:Silkscreen,monospace}@keyframes v4-notice-flap{0%{transform:scaleY(1)}50%{transform:scaleY(.12)}to{transform:scaleY(1)}}html.design-v4 .v4-notice{position:relative;z-index:200;height:var(--v4-notice-h);box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:14px;padding:0 16px;overflow:hidden;background:#111;border-bottom:1px solid #2e2e2e}html.design-v4 .v4-notice__clip{flex:1 1 auto;min-width:0;overflow:hidden;display:flex;justify-content:center}html.design-v4 .v4-notice__board{display:flex;gap:2px;flex:0 0 auto;transform-origin:left center}html.design-v4 .v4-notice__tile{position:relative;display:flex;align-items:center;justify-content:center;width:20px;height:30px;flex:0 0 auto;background:#1c1c1c;color:var(--v4-on-panel);font-family:Silkscreen,monospace;font-size:13px;font-weight:500;letter-spacing:0;overflow:hidden;box-shadow:inset 0 -1px 0 0 hsla(43,24%,94%,.18);transform-origin:center}html.design-v4 .v4-notice__tile--blank{width:8px;background:transparent;box-shadow:none}html.design-v4 .v4-notice__seam{position:absolute;left:0;right:0;top:50%;height:1px;background:hsla(0,0%,5%,.85);pointer-events:none}html.design-v4 .v4-notice__glyph{position:relative}html.design-v4 .v4-notice__cta{flex:0 0 auto;font-family:Silkscreen,monospace;font-size:11px;font-weight:700;letter-spacing:.06em;padding:7px 12px;background:var(--v4-brand-cream);color:var(--v4-brand-ink);text-decoration:none;border:0;cursor:pointer}html.design-v4 .v4-notice__cta:hover{color:var(--v4-brand-ink)}html.design-v4 .v4-checker{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(45deg,hsla(43,24%,94%,.05) 25%,transparent 0,transparent 75%,hsla(43,24%,94%,.05) 0),linear-gradient(45deg,hsla(43,24%,94%,.05) 25%,transparent 0,transparent 75%,hsla(43,24%,94%,.05) 0);background-size:28px 28px;background-position:0 0,14px 14px}html.design-v4 .v4-btn{display:inline-flex;align-items:center;justify-content:center;font-family:Silkscreen,monospace;font-weight:500;letter-spacing:.02em;border:0;cursor:pointer;-webkit-clip-path:var(--v4-clip);clip-path:var(--v4-clip);transition:transform 90ms steps(2),box-shadow 90ms steps(2);text-decoration:none;box-sizing:border-box}html.design-v4 .v4-btn:hover{color:inherit}html.design-v4 .v4-btn--cream{background:var(--v4-brand-cream);color:var(--v4-brand-ink);box-shadow:0 8px 0 0 var(--v4-shadow)}html.design-v4 .v4-btn--cream:hover{transform:translateY(5px);box-shadow:0 3px 0 0 var(--v4-shadow);color:var(--v4-brand-ink)}html.design-v4 .v4-btn--cream-md{padding:16px 24px;font-size:16px;box-shadow:0 9px 0 0 var(--v4-shadow)}html.design-v4 .v4-btn--cream-md:hover{transform:translateY(5px);box-shadow:0 4px 0 0 var(--v4-shadow)}html.design-v4 .v4-btn--cream-lg{padding:20px 30px;font-size:18px;box-shadow:0 10px 0 0 var(--v4-shadow)}html.design-v4 .v4-btn--cream-lg:hover{transform:translateY(6px);box-shadow:0 4px 0 0 var(--v4-shadow)}html.design-v4 .v4-btn--cream-xl{padding:22px 36px;font-size:19px;box-shadow:0 10px 0 0 var(--v4-shadow)}html.design-v4 .v4-btn--cream-xl:hover{transform:translateY(6px);box-shadow:0 4px 0 0 var(--v4-shadow)}html.design-v4 .v4-btn--ghost{background:hsla(0,0%,7%,.5);color:var(--v4-on-panel);outline:2px solid hsla(43,24%,94%,.5);outline-offset:-2px;box-shadow:0 8px 0 0 var(--v4-shadow);padding:12px 18px;font-size:14px}html.design-v4 .v4-btn--ghost:hover{transform:translateY(5px);box-shadow:0 3px 0 0 var(--v4-shadow);color:var(--v4-on-panel)}html.design-v4 .v4-btn--ghost-light{background:hsla(43,24%,94%,.12);color:var(--v4-on-panel);outline:2px solid hsla(43,24%,94%,.5);outline-offset:-2px;box-shadow:0 8px 0 0 var(--v4-shadow);padding:12px 18px;font-size:14px}html.design-v4 .v4-btn--ghost-light:hover{transform:translateY(5px);box-shadow:0 3px 0 0 var(--v4-shadow);color:var(--v4-on-panel)}html.design-v4 .v4-btn--sm{padding:12px 20px;font-size:14px}html.design-v4 .v4-btn--nav{padding:8px 14px;font-size:12px;box-shadow:0 5px 0 0 var(--v4-shadow)}html.design-v4 .v4-btn--nav:hover{transform:translateY(3px);box-shadow:0 2px 0 0 var(--v4-shadow)}html.design-v4 .v4-btn--dark.v4-btn--nav{padding:8px 14px;font-size:12px;box-shadow:0 5px 0 0 var(--v4-shadow-dark)}html.design-v4 .v4-btn--dark.v4-btn--nav:hover{transform:translateY(3px);box-shadow:0 2px 0 0 var(--v4-shadow-dark)}html.design-v4 .v4-btn--dark{background:var(--v4-panel);color:var(--v4-on-panel);box-shadow:0 7px 0 0 var(--v4-shadow-dark);padding:11px 16px;font-size:13px}html.design-v4 .v4-btn--dark:hover{transform:translateY(4px);box-shadow:0 3px 0 0 var(--v4-shadow-dark);color:var(--v4-on-panel)}html.design-v4 .v4-btn--dark-md{padding:15px 24px;font-size:15px;box-shadow:0 8px 0 0 var(--v4-shadow-dark)}html.design-v4 .v4-btn--dark-md:hover{transform:translateY(5px);box-shadow:0 3px 0 0 var(--v4-shadow-dark)}html.design-v4 .v4-btn--icon{width:56px;height:56px;padding:0;font-size:20px;background:var(--v4-panel);color:var(--v4-on-panel);box-shadow:0 10px 0 0 var(--v4-shadow-dark)}html.design-v4 .v4-btn--icon:hover{transform:translateY(6px);box-shadow:0 4px 0 0 var(--v4-shadow-dark);color:var(--v4-on-panel)}html.design-v4 .v4-chip{display:inline-flex;align-items:center;font-family:Silkscreen,monospace;padding:10px 14px;font-size:12px;font-weight:500;letter-spacing:.04em;background:hsla(43,24%,94%,.12);color:var(--v4-on-panel);outline:2px solid hsla(43,24%,94%,.4);outline-offset:-2px;border:0;cursor:pointer;text-decoration:none}html.design-v4 .v4-chip.is-active,html.design-v4 .v4-chip:hover{background:hsla(43,24%,94%,.24);color:var(--v4-on-panel)}html.design-v4 .v4-chip--ink{background:transparent;color:var(--v4-ink);outline:2px solid var(--v4-ink)}html.design-v4 .v4-chip--ink.is-active,html.design-v4 .v4-chip--ink:hover{background:var(--v4-panel);color:var(--v4-on-panel)}html.design-v4 .v4-slot{position:absolute;inset:0;background:var(--v4-slot);color:var(--v4-ink);display:flex;align-items:center;justify-content:center;padding:16px;text-align:center;font-family:Silkscreen,monospace;font-size:12px;font-weight:700;letter-spacing:.02em;line-height:1.4;opacity:.55}html.design-v4 .v4-sticky{position:fixed;top:12px;left:50%;right:auto;z-index:60;display:flex;align-items:center;justify-content:space-between;gap:20px;width:80vw;max-width:calc(100vw - 28px);padding:5px 6px 5px 10px;border-radius:0;background:hsla(0,0%,7%,.62);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid hsla(43,24%,94%,.22);box-shadow:0 8px 28px rgba(0,0,0,.28);transition:opacity .22s ease,transform .22s ease;transform:translateX(-50%) translateY(0)}html.design-v4 .v4-sticky.is-hidden{opacity:0;transform:translateX(-50%) translateY(calc(-100% - 16px));pointer-events:none}html.design-v4 .v4-sticky.is-visible{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}html.design-v4 .v4-sticky .v4-btn--nav{padding:6px 12px;font-size:11px;box-shadow:0 3px 0 0 var(--v4-shadow)}html.design-v4 .v4-sticky .v4-btn--nav:hover{transform:translateY(2px);box-shadow:0 1px 0 0 var(--v4-shadow)}html.design-v4 .v4-nav{position:absolute;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:7px 26px 26px;background:transparent}html.design-v4 .v4-nav--inner{padding:10px 22px 22px}html.design-v4 .v4-nav__logo{display:flex;align-items:center;gap:12px;color:var(--v4-on-panel)}html.design-v4 .v4-nav__logo img{width:52px;height:52px;object-fit:contain}html.design-v4 .v4-nav--inner .v4-nav__logo img{width:44px;height:44px}html.design-v4 .v4-nav--cream .v4-nav__logo img{filter:invert(1)}html.design-v4 .v4-sticky .v4-nav__logo img{width:28px;height:28px}html.design-v4 .v4-nav__links{display:flex;align-items:center;gap:14px;font-size:16px;font-weight:600;flex-wrap:wrap;justify-content:flex-end}html.design-v4 .v4-nav__toggle{display:none;width:40px;height:40px;padding:0;flex-shrink:0;z-index:72}html.design-v4 .v4-nav__toggle-bars{display:flex;flex-direction:column;justify-content:center;gap:5px;width:20px}html.design-v4 .v4-nav__toggle-bars span{display:block;height:2px;width:100%;background:currentColor;transition:transform .12s steps(2),opacity .12s steps(2)}html.design-v4 .v4-nav.is-open .v4-nav__toggle-bars span:first-child{transform:translateY(7px) rotate(45deg)}html.design-v4 .v4-nav.is-open .v4-nav__toggle-bars span:nth-child(2){opacity:0}html.design-v4 .v4-nav.is-open .v4-nav__toggle-bars span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}html.design-v4 .v4-nav__panel{position:fixed;inset:0;z-index:70;pointer-events:none}html.design-v4 .v4-nav__panel.is-open{pointer-events:auto}html.design-v4 .v4-nav__backdrop{position:absolute;inset:0;border:0;padding:0;cursor:pointer;background:hsla(0,0%,7%,.55);opacity:0;transition:opacity .18s ease}html.design-v4 .v4-nav__panel.is-open .v4-nav__backdrop{opacity:1}html.design-v4 .v4-nav__drawer{position:absolute;top:0;right:0;width:min(320px,88vw);height:100%;display:flex;flex-direction:column;gap:14px;padding:88px 24px 32px;box-sizing:border-box;background:hsla(0,0%,7%,.94);border-left:2px solid hsla(43,24%,94%,.25);transform:translateX(100%);transition:transform .2s ease}html.design-v4 .v4-nav--cream .v4-nav__drawer{background:hsla(43,24%,94%,.98);border-left-color:var(--v4-ink)}html.design-v4 .v4-nav__panel.is-open .v4-nav__drawer{transform:translateX(0)}html.design-v4 .v4-nav__drawer-link{width:100%;justify-content:center}@media (max-width:900px){html.design-v4 .v4-nav__links{display:none}html.design-v4 .v4-nav__toggle{display:inline-flex}}@media (min-width:901px){html.design-v4 .v4-nav__panel{display:none}}html.design-v4 .v4-hero{position:relative;border-bottom:2px solid var(--v4-ink);height:calc(100vh - var(--v4-notice-h));height:calc(100dvh - var(--v4-notice-h));max-height:calc(100dvh - var(--v4-notice-h));box-sizing:border-box}html.design-v4 .v4-hero__media{position:relative;width:100%;height:100%;background:var(--v4-panel);overflow:hidden}html.design-v4 .v4-hero__media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}html.design-v4 .v4-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,hsla(0,0%,7%,.8),hsla(0,0%,7%,.38) 55%,hsla(0,0%,7%,.12));pointer-events:none}html.design-v4 .v4-hero__shade--flat{background:hsla(0,0%,7%,.55)}html.design-v4 .v4-hero__copy{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:32px;padding:clamp(28px,6vw,88px);box-sizing:border-box}html.design-v4 .v4-hero__copy--center{justify-content:center;text-align:center;gap:30px}html.design-v4 .v4-hero__title{font-family:Silkscreen,monospace;margin:0;font-size:clamp(28px,4vw,68px);line-height:1.1;font-weight:500;color:var(--v4-on-panel);white-space:nowrap;text-align:center}html.design-v4 .v4-hero__brand{font-family:Silkscreen,monospace;font-size:clamp(36px,6vw,104px);font-weight:700;letter-spacing:.02em;color:var(--v4-on-panel)}html.design-v4 .v4-hero__body{margin:0;font-size:clamp(17px,1.6vw,24px);line-height:1.4;font-weight:600;color:hsla(43,24%,94%,.86);max-width:44ch}html.design-v4 .v4-hero__ctas{display:flex;flex-wrap:wrap;gap:26px;align-items:center;padding-bottom:12px}html.design-v4 .v4-section{border-bottom:2px solid var(--v4-ink);padding:var(--v4-pad-y) var(--v4-pad-x)}html.design-v4 .v4-section--soft{border-bottom:1px solid var(--v4-rule)}html.design-v4 .v4-section__head{display:flex;flex-direction:column;gap:10px;padding-bottom:24px;border-bottom:2px solid var(--v4-ink)}html.design-v4 .v4-section__eyebrow{font-size:15px;font-family:Silkscreen,monospace;font-weight:500;letter-spacing:.04em;color:var(--v4-ink)}html.design-v4 .v4-section__title{font-family:Silkscreen,monospace;margin:0;font-size:clamp(22px,2.6vw,36px);line-height:1.1;font-weight:500}html.design-v4 .v4-hl{height:200vh;box-sizing:border-box;display:flex;flex-direction:column}html.design-v4 .v4-hl__grid{margin-top:28px;flex:1 1;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;grid-template-areas:"a b b" "d d e" "f c g"}html.design-v4 .v4-hl__cell{position:relative;min-height:0;background:var(--v4-panel);overflow:hidden}html.design-v4 .v4-hl__cell--a{grid-area:a}html.design-v4 .v4-hl__cell--b{grid-area:b}html.design-v4 .v4-hl__cell--c{grid-area:c}html.design-v4 .v4-hl__cell--d{grid-area:d}html.design-v4 .v4-hl__cell--e{grid-area:e}html.design-v4 .v4-hl__cell--f{grid-area:f}html.design-v4 .v4-hl__cell--g{grid-area:g}html.design-v4 .v4-hl__media{position:absolute;inset:0;background:var(--v4-slot);overflow:hidden}html.design-v4 .v4-hl__media img,html.design-v4 .v4-hl__media video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}html.design-v4 .v4-hl__caption{padding:14px 18px;display:flex;flex-direction:column;gap:4px;position:absolute;left:0;right:0;bottom:0;z-index:2;background:var(--v4-ink-v2)}html.design-v4 .v4-hl__caption-title{font-family:Silkscreen,monospace;font-size:15px;font-weight:500;letter-spacing:.04em;color:var(--v4-on-panel)}html.design-v4 .v4-hl__caption-sub{font-size:14px;font-weight:600;color:hsla(43,24%,94%,.7)}html.design-v4 .v4-hl__device{position:relative;flex:1 1;min-height:0;display:flex;align-items:center;justify-content:center;padding:20px 32px 66px}html.design-v4 .v4-hl__device img{width:100%;max-height:100%;object-fit:contain;filter:grayscale(1) brightness(1.24) contrast(1.05)}html.design-v4 .v4-hl__quote{font-family:Silkscreen,monospace;font-size:clamp(20px,2vw,30px);line-height:1.2;font-weight:700;color:var(--v4-on-panel);text-align:center}@media (max-width:900px){html.design-v4 .v4-hl{height:auto}html.design-v4 .v4-hl__grid{grid-template-columns:1fr;grid-template-rows:none;grid-template-areas:none}html.design-v4 .v4-hl__cell{min-height:220px;grid-area:auto!important}html.design-v4 .v4-hero__title{white-space:normal}html.design-v4 .v4-hl--carousel .v4-hl__carousel-viewport{margin-top:28px}html.design-v4 .v4-hl--carousel .v4-carousel__slide .v4-hl__cell{height:min(62vh,420px);min-height:280px;grid-area:auto!important}}html.design-v4 .v4-specs{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);grid-gap:clamp(28px,4vw,64px);gap:clamp(28px,4vw,64px);margin-top:36px;align-items:start}html.design-v4 .v4-specs table{width:100%;border-collapse:collapse;font-size:clamp(15px,1.15vw,18px)}html.design-v4 .v4-specs td{padding:16px 0;vertical-align:top}html.design-v4 .v4-specs td:first-child{font-weight:600;color:var(--v4-muted);width:42%}html.design-v4 .v4-specs td:last-child{font-weight:700;color:var(--v4-ink)}html.design-v4 .v4-specs tr:first-child td{border-top:2px solid var(--v4-ink)}html.design-v4 .v4-specs tr:not(:first-child) td{border-top:1px solid var(--v4-rule)}html.design-v4 .v4-specs__aside{position:-webkit-sticky;position:sticky;top:32px;display:flex;flex-direction:column;gap:18px}html.design-v4 .v4-specs__frame{display:flex;align-items:center;justify-content:center}html.design-v4 .v4-specs__frame img{width:100%;object-fit:contain}html.design-v4 .v4-specs__label{font-size:14px;font-family:Silkscreen,monospace;font-weight:700;letter-spacing:.04em;color:var(--v4-muted)}html.design-v4 .v4-specs__cta{display:flex;justify-content:center;margin-top:28px}@media (max-width:900px){html.design-v4 .v4-specs{grid-template-columns:1fr}html.design-v4 .v4-specs__aside{position:static;order:-1}}html.design-v4 .v4-pricing{border-bottom:2px solid var(--v4-ink);padding:clamp(48px,7vw,96px) var(--v4-pad-x) 0}html.design-v4 .v4-pricing__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:2px solid var(--v4-ink)}html.design-v4 .v4-pricing__eyebrow,html.design-v4 .v4-pricing__region{font-size:15px;font-family:Silkscreen,monospace;font-weight:700;letter-spacing:.04em}html.design-v4 .v4-pricing__eyebrow{color:var(--v4-ink)}html.design-v4 .v4-pricing__region{color:var(--v4-muted)}html.design-v4 .v4-pricing__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:0;gap:0}html.design-v4 .v4-pricing__retail{padding:clamp(28px,3.4vw,44px) clamp(20px,3vw,44px) clamp(28px,3.4vw,44px) 0;display:flex;flex-direction:column;gap:18px;min-width:0;border-bottom:1px solid var(--v4-rule)}html.design-v4 .v4-pricing__community{position:relative;overflow:hidden;background:var(--v4-poster);color:var(--v4-on-panel);padding:clamp(28px,3.4vw,44px);display:flex;flex-direction:column;gap:18px;min-width:0}html.design-v4 .v4-pricing__label{font-family:Silkscreen,monospace;font-size:13px;font-weight:700;letter-spacing:.04em;color:var(--v4-muted)}html.design-v4 .v4-pricing__label--cream{position:relative;color:hsla(43,24%,94%,.7)}html.design-v4 .v4-pricing__amount{display:flex;align-items:flex-start;gap:10px}html.design-v4 .v4-pricing__community .v4-pricing__amount{position:relative}html.design-v4 .v4-pricing__currency{font-family:Silkscreen,monospace;font-size:clamp(30px,2.3vw,38px);font-weight:700;color:var(--v4-muted);padding-top:8px}html.design-v4 .v4-pricing__currency--cream{color:hsla(43,24%,94%,.7)}html.design-v4 .v4-pricing__figure{font-family:Silkscreen,monospace;font-size:clamp(46px,4vw,74px);line-height:.86;font-weight:800;letter-spacing:-.01em;color:var(--v4-ink)}html.design-v4 .v4-pricing__figure--cream{color:var(--v4-on-panel)}html.design-v4 .v4-pricing__instead{position:relative;font-family:Silkscreen,monospace;font-size:13px;font-weight:700;letter-spacing:.04em;color:hsla(43,24%,94%,.65);margin-top:-6px}html.design-v4 .v4-pricing__instead span{text-decoration:line-through}html.design-v4 .v4-pricing__body{margin:0;font-size:17px;line-height:1.5;color:var(--v4-muted);max-width:34ch}html.design-v4 .v4-pricing__body--cream{position:relative;color:hsla(43,24%,94%,.86);max-width:40ch}html.design-v4 .v4-pricing__tagline{position:relative;margin:0;font-family:Silkscreen,monospace;font-size:clamp(14px,1.2vw,17px);line-height:1.4;font-weight:700;color:var(--v4-on-panel);max-width:26ch}html.design-v4 .v4-pricing__cta{position:relative;align-self:flex-start;margin-top:4px}html.design-v4 .v4-pricing__notes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:clamp(16px,2.4vw,40px);gap:clamp(16px,2.4vw,40px);border-top:2px solid var(--v4-ink);padding:clamp(22px,2.6vw,34px) 0 clamp(40px,5vw,64px)}html.design-v4 .v4-pricing__note{display:flex;flex-direction:column;gap:8px;min-width:0}html.design-v4 .v4-pricing__note-label{font-family:Silkscreen,monospace;font-size:15px;font-weight:500;letter-spacing:.04em;color:var(--v4-ink)}html.design-v4 .v4-pricing__note-body{font-size:16px;line-height:1.5;color:var(--v4-muted)}html.design-v4 .v4-pricing__note-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}html.design-v4 .v4-pricing__note-link:hover{color:var(--v4-ink)}@media (max-width:900px){html.design-v4 .v4-pricing__notes{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px;margin-inline:auto;width:100%}}@media (max-width:560px){html.design-v4 .v4-pricing__notes{grid-template-columns:minmax(0,1fr);max-width:none}}html.design-v4 .v4-owl{position:relative;border-bottom:2px solid var(--v4-on-panel)}html.design-v4 .v4-owl__media{position:relative;width:100%;aspect-ratio:16/6.5;min-height:400px;background:var(--v4-panel);overflow:hidden}html.design-v4 .v4-owl__media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}html.design-v4 .v4-owl__shade{position:absolute;inset:0;background:hsla(0,0%,7%,.5);pointer-events:none}html.design-v4 .v4-owl__copy{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;padding:clamp(28px,6vw,72px);text-align:center}@media (max-width:900px){html.design-v4 .v4-owl__media{aspect-ratio:auto;min-height:0}html.design-v4 .v4-owl__media video{position:static;inset:auto;display:block;width:100%;height:auto;object-fit:unset}}html.design-v4 .v4-owl__title{font-family:Silkscreen,monospace;font-size:clamp(34px,5.4vw,86px);font-weight:700;letter-spacing:.02em;color:var(--v4-on-panel)}html.design-v4 .v4-owlos-mark{font:inherit;letter-spacing:inherit;font-weight:inherit}html.design-v4 .v4-owlos-mark__lc{font-size:.82em;font-weight:400;letter-spacing:.01em}html.design-v4 .v4-footer{border-top:2px solid var(--v4-ink);padding:clamp(40px,5vw,72px) var(--v4-pad-x) 40px;display:flex;flex-direction:column;gap:clamp(28px,4vw,48px)}html.design-v4 .v4-footer__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:clamp(28px,4vw,56px);gap:clamp(28px,4vw,56px);align-items:start}html.design-v4 .v4-footer__col{display:flex;flex-direction:column;gap:14px;min-width:0}html.design-v4 .v4-footer__col--follow{gap:18px}html.design-v4 .v4-footer__heading{font-family:Silkscreen,monospace;font-size:14px;font-weight:700;letter-spacing:.04em;color:var(--v4-ink)}html.design-v4 .v4-footer__heading--spaced{margin-top:10px}html.design-v4 .v4-footer__links{display:flex;flex-direction:column;align-items:flex-start;gap:12px}html.design-v4 .v4-footer__links a{font-size:16px;font-weight:600;color:var(--v4-muted)}html.design-v4 .v4-footer__links a:hover{color:var(--v4-ink)}html.design-v4 .v4-footer__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;font-size:16px;font-weight:600;color:var(--v4-muted);text-align:left;cursor:pointer}html.design-v4 .v4-footer__btn:hover{color:var(--v4-ink)}html.design-v4 .v4-footer__order{margin-top:4px}html.design-v4 .v4-footer__email{font-size:16px;font-weight:600;color:var(--v4-muted);word-break:break-word}html.design-v4 .v4-footer__email:hover{color:var(--v4-ink)}html.design-v4 .v4-footer__social{display:flex;flex-wrap:wrap;gap:12px}html.design-v4 .v4-footer__mark{width:40px;height:40px;object-fit:contain;filter:invert(1);margin-top:4px}html.design-v4 .v4-footer__legal-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:16px;gap:16px;border-top:2px solid var(--v4-ink);padding-top:28px;font-size:15px;font-weight:600;color:var(--v4-muted)}html.design-v4 .v4-footer__copyright{justify-self:end;text-align:right}html.design-v4 .v4-footer__copyright-spacer{justify-self:start}html.design-v4 .v4-footer__legal{display:flex;flex-wrap:wrap;gap:24px}html.design-v4 .v4-footer__legal a{color:var(--v4-muted)}html.design-v4 .v4-footer__legal a:hover{color:var(--v4-ink)}@media (max-width:768px){html.design-v4 .v4-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px}html.design-v4 .v4-footer__legal-row{grid-template-columns:1fr;justify-items:center;gap:14px}html.design-v4 .v4-footer__copyright{justify-self:center;text-align:center}html.design-v4 .v4-footer__copyright-spacer{display:none}}html.design-v4 .v4-inner-hero{background:var(--v4-panel);color:var(--v4-on-panel);padding:clamp(120px,12vw,180px) var(--v4-pad-x) clamp(48px,6vw,88px)}html.design-v4 .v4-inner-hero__stack{display:flex;flex-direction:column;gap:18px}html.design-v4 .v4-inner-hero__eyebrow{font-family:Silkscreen,monospace;font-size:14px;font-weight:500;letter-spacing:.04em;color:hsla(43,24%,94%,.65)}html.design-v4 .v4-inner-hero__title{font-family:Silkscreen,monospace;margin:0;font-size:clamp(26px,3.6vw,56px);line-height:1.1;font-weight:500}html.design-v4 .v4-inner-hero__title_specs{font-family:Silkscreen,monospace;margin:0;line-height:1.1;font-weight:700}html.design-v4 .v4-inner-hero__body{margin:6px 0 0;font-size:clamp(17px,1.5vw,22px);line-height:1.45;font-weight:600;color:hsla(43,24%,94%,.86);max-width:56ch}html.design-v4 .v4-inner-hero__jumps{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}html.design-v4 .v4-inner-hero--specs{display:flex;flex-direction:column;box-sizing:border-box;height:100dvh;max-height:100dvh;padding-bottom:0;overflow:hidden}html.design-v4 .v4-inner-hero--specs .v4-inner-hero__stack{flex:0 0 auto;margin-bottom:clamp(20px,3vw,36px)}html.design-v4 .v4-inner-hero__video{position:relative;flex:1 1 auto;min-height:0;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;align-items:center;justify-content:center;line-height:0;background:#000}html.design-v4 .v4-inner-hero__video video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}html.design-v4 .v4-inner-hero__mute{position:absolute;left:max(16px,var(--v4-pad-x));bottom:20px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;margin:0;border:1.5px solid hsla(43,24%,94%,.85);border-radius:0;background:hsla(0,0%,7%,.35);color:var(--v4-brand-cream);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}html.design-v4 .v4-inner-hero__mute:hover{background:hsla(0,0%,7%,.55);border-color:var(--v4-brand-cream);color:var(--v4-brand-cream)}html.design-v4 .v4-inner-hero__mute:focus-visible{outline:2px solid var(--v4-brand-cream);outline-offset:2px}html.design-v4 .v4-inner-hero__mute-icon{display:block;flex-shrink:0}html.design-v4 .v4-inner-hero--owl{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);height:auto;max-height:none;overflow:visible;padding:88px 0 0}html.design-v4 .v4-inner-hero--owl .v4-inner-hero__stack{padding-left:var(--v4-pad-x);padding-right:var(--v4-pad-x);margin-bottom:clamp(16px,2vw,24px)}html.design-v4 .v4-inner-hero--owl .v4-inner-hero__video{flex:0 0 auto;min-height:0;width:100%;max-width:100%;margin-left:0;margin-right:0}html.design-v4 .v4-inner-hero--owl .v4-inner-hero__video video{width:100%;height:auto;max-width:100%;max-height:none;object-fit:fill}@media (max-width:768px){html.design-v4 .v4-inner-hero--specs{height:auto;max-height:none;overflow:visible}html.design-v4 .v4-inner-hero__video{flex:0 0 auto;min-height:0}html.design-v4 .v4-inner-hero__video video{height:auto;max-height:none;object-fit:fill}}html.design-v4 .v4-prose{border-bottom:1px solid var(--v4-rule);padding:clamp(44px,6vw,84px) var(--v4-pad-x);display:grid;grid-template-columns:minmax(0,260px) minmax(0,1fr);grid-gap:clamp(20px,3vw,56px);gap:clamp(20px,3vw,56px);align-items:start}html.design-v4 .v4-prose__side{display:flex;flex-direction:column;gap:8px}html.design-v4 .v4-prose__kicker{font-family:Silkscreen,monospace;font-size:13px;font-weight:500;letter-spacing:.04em;color:var(--v4-muted)}html.design-v4 .v4-prose__label{font-family:Silkscreen,monospace;font-size:clamp(17px,1.6vw,23px);font-weight:500;letter-spacing:.02em}html.design-v4 .v4-prose__body{display:flex;flex-direction:column;gap:18px;min-width:0}html.design-v4 .v4-prose__body p{margin:0;font-size:17px;line-height:1.6;color:var(--v4-muted);max-width:66ch}html.design-v4 .v4-prose__body p.v4-lead{font-size:clamp(18px,1.6vw,23px);line-height:1.45;font-weight:700;color:var(--v4-ink);max-width:60ch}html.design-v4 .v4-list{display:flex;flex-direction:column;border-top:1px solid var(--v4-rule);max-width:56ch}html.design-v4 .v4-list__item{display:flex;gap:14px;align-items:baseline;padding:14px 0;border-bottom:1px solid var(--v4-rule);font-size:17px;font-weight:700}html.design-v4 .v4-list__mark{font-family:Silkscreen,monospace;font-size:12px;color:var(--v4-muted)}@media (max-width:768px){html.design-v4 .v4-prose{grid-template-columns:1fr}}html.design-v4 .v4-dark-band{position:relative;overflow:hidden;background:var(--v4-panel);color:var(--v4-on-panel);padding:clamp(44px,6vw,84px) var(--v4-pad-x);display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:28px}html.design-v4 .v4-dark-band--lg{padding:var(--v4-pad-y) var(--v4-pad-x);gap:32px}html.design-v4 .v4-dark-band__copy{position:relative;display:flex;flex-direction:column;gap:14px;min-width:0}html.design-v4 .v4-dark-band__eyebrow{font-family:Silkscreen,monospace;font-size:14px;font-weight:500;letter-spacing:.04em;color:hsla(43,24%,94%,.7)}html.design-v4 .v4-dark-band__title{font-family:Silkscreen,monospace;margin:0;font-size:clamp(21px,2.6vw,38px);line-height:1.16;font-weight:800}html.design-v4 .v4-dark-band--lg .v4-dark-band__title{font-size:clamp(23px,3vw,44px)}html.design-v4 .v4-dark-band__br{display:none}@media (max-width:768px){html.design-v4 .v4-dark-band__br{display:inline}}html.design-v4 .v4-dark-band__btn{position:relative}html.design-v4 .v4-rationale{background:var(--v4-panel);color:var(--v4-on-panel);border-bottom:2px solid var(--v4-on-panel);padding:clamp(44px,6vw,84px) var(--v4-pad-x);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-gap:clamp(28px,4vw,64px);gap:clamp(28px,4vw,64px);align-items:center}html.design-v4 .v4-rationale__copy{display:flex;flex-direction:column;gap:18px;min-width:0}html.design-v4 .v4-rationale__list{display:flex;flex-direction:column;border-top:1px solid hsla(43,24%,94%,.35);max-width:52ch}html.design-v4 .v4-rationale__list span{padding:14px 0;border-bottom:1px solid hsla(43,24%,94%,.22);font-size:17px;color:hsla(43,24%,94%,.82)}html.design-v4 .v4-rationale__img{display:flex;align-items:center;justify-content:center;min-width:0}html.design-v4 .v4-rationale__img img{width:100%;max-width:520px;object-fit:contain}html.design-v4 .v4-mv{padding:clamp(44px,6vw,84px) var(--v4-pad-x);display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:0 clamp(28px,4vw,64px);gap:0 clamp(28px,4vw,64px)}html.design-v4 .v4-mv__card{display:flex;flex-direction:column;gap:14px;padding:26px 0;border-top:2px solid var(--v4-ink)}html.design-v4 .v4-mv__card p{margin:0;font-size:clamp(17px,1.5vw,21px);line-height:1.5;font-weight:600;max-width:44ch}@media (max-width:900px){html.design-v4 .v4-rationale{grid-template-columns:1fr}}html.design-v4 .v4-carousel__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:24px;border-bottom:2px solid var(--v4-ink)}html.design-v4 .v4-carousel__controls{display:flex;align-items:center;gap:22px;padding-bottom:10px}html.design-v4 .v4-carousel__viewport{position:relative;overflow:hidden;margin-top:28px;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.design-v4 .v4-carousel__viewport.is-dragging{cursor:-webkit-grabbing;cursor:grabbing;touch-action:none}html.design-v4 .v4-carousel__track{position:relative;display:flex;transition:transform .52s cubic-bezier(.2,.8,.2,1);will-change:transform}html.design-v4 .v4-carousel__viewport.is-dragging .v4-carousel__track{transition:none}html.design-v4 .v4-carousel__slide{flex:0 0 100%;min-width:0}html.design-v4 .v4-carousel__panel{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);border:2px solid var(--v4-ink);background:var(--v4-ink-v2);min-height:380px}html.design-v4 .v4-carousel__text{padding:clamp(28px,4vw,56px);display:flex;flex-direction:column;justify-content:center;gap:20px;min-width:0}html.design-v4 .v4-carousel__index{font-family:Silkscreen,monospace;font-size:14px;font-weight:700;letter-spacing:.04em;color:hsla(43,24%,94%,.6)}html.design-v4 .v4-carousel__title{font-family:Silkscreen,monospace;margin:0;font-size:clamp(20px,2.2vw,32px);line-height:1.16;font-weight:700;color:var(--v4-on-panel)}html.design-v4 .v4-carousel__body{margin:0;font-size:17px;line-height:1.5;color:hsla(43,24%,94%,.78);max-width:42ch}html.design-v4 .v4-carousel__media{position:relative;min-height:340px;background:var(--v4-slot);color:var(--v4-ink);border-left:2px solid var(--v4-ink);overflow:hidden}html.design-v4 .v4-carousel__video-stage{position:absolute;top:0;left:0;z-index:2;overflow:hidden;background:var(--v4-slot);pointer-events:none}html.design-v4 .v4-carousel__video-stage video{display:block;width:100%;height:100%;object-fit:cover;opacity:1;transition:opacity .18s ease}html.design-v4 .v4-owl-spot__viewport{margin-top:28px}html.design-v4 .v4-owl-spot__video-stage{position:absolute;top:0;left:0;z-index:2;overflow:hidden;background:var(--v4-panel);pointer-events:none}html.design-v4 .v4-owl-spot__video-stage video{display:block;width:100%;height:100%;object-fit:cover;opacity:1;transition:opacity .18s ease}html.design-v4 .v4-owl-spot__panel--desktop{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);align-items:stretch;border:2px solid var(--v4-ink);background:var(--v4-panel);overflow:hidden}html.design-v4 .v4-owl-spot__panel--desktop .v4-owl-spot__text{padding:clamp(24px,3.5vw,48px);display:flex;flex-direction:column;justify-content:center;gap:16px;min-width:0;box-sizing:border-box}html.design-v4 .v4-owl-spot__title{font-family:Silkscreen,monospace;margin:0;font-size:clamp(20px,2.1vw,30px);line-height:1.16;font-weight:700;color:var(--v4-on-panel)}html.design-v4 .v4-owl-spot__body{margin:0;font-size:clamp(15px,1.2vw,17px);line-height:1.5;font-weight:500;color:hsla(43,24%,94%,.78);max-width:36ch}html.design-v4 .v4-owl-spot__panel--desktop .v4-owl-spot__media{position:relative;aspect-ratio:16/9;min-height:0;background:var(--v4-panel);border-left:2px solid hsla(43,24%,94%,.12);overflow:hidden}html.design-v4 .v4-owl-spot--mobile .v4-owl-spot__video-stage{z-index:1}html.design-v4 .v4-owl-spot__panel--mobile{position:relative;z-index:2;height:min(62vh,420px);min-height:280px;background:transparent;border:2px solid var(--v4-panel);overflow:hidden}html.design-v4 .v4-owl-spot__panel--mobile .v4-owl-spot__media{position:absolute;inset:0;background:transparent;overflow:hidden}html.design-v4 .v4-owl-spot__caption{position:absolute;left:0;right:0;z-index:3;padding:14px 18px;display:flex;flex-direction:column;gap:4px;background:var(--v4-ink-v2);pointer-events:none}html.design-v4 .v4-owl-spot__caption--top{top:0}html.design-v4 .v4-owl-spot__caption--bottom{bottom:0}html.design-v4 .v4-owl-spot__caption-title{font-family:Silkscreen,monospace;font-size:15px;font-weight:700;letter-spacing:.04em;color:var(--v4-on-panel)}html.design-v4 .v4-owl-spot--mobile-stack .v4-owl-spot__video-stage{z-index:2}html.design-v4 .v4-owl-spot--mobile-stack .v4-owl-spot__video-stage video{object-fit:contain;background:var(--v4-panel)}html.design-v4 .v4-owl-spot__panel--mobile-stack{display:flex;flex-direction:column;height:auto;min-height:0;background:var(--v4-panel);border:2px solid var(--v4-ink);overflow:hidden}html.design-v4 .v4-owl-spot__panel--mobile-stack .v4-owl-spot__media{position:relative;inset:auto;width:100%;aspect-ratio:16/9;background:var(--v4-panel);overflow:hidden}html.design-v4 .v4-owl-spot__caption--stack{position:static;left:auto;right:auto;top:auto;bottom:auto;z-index:auto;pointer-events:none;background:var(--v4-panel);border:0}@media (max-width:900px){html.design-v4 .v4-carousel__panel{grid-template-columns:1fr}html.design-v4 .v4-carousel__media{border-left:0;border-top:2px solid var(--v4-ink)}}html.design-v4 .v4-carousel__dots{display:flex;align-items:center;gap:10px;margin-top:22px}html.design-v4 .v4-carousel__dot{position:relative;display:block;height:6px;width:64px;border:0;padding:0;cursor:pointer;overflow:hidden;background:var(--v4-rule);transition:width .22s ease,height .22s ease}html.design-v4 .v4-carousel__dot.is-active{width:128px;height:12px;background:var(--v4-rule)}html.design-v4 .v4-carousel__dot-fill{position:absolute;inset:0;background:var(--v4-ink);transform:scaleX(0);transform-origin:left center;pointer-events:none}html.design-v4 .v4-feature-rows{margin-top:clamp(36px,5vw,64px);display:flex;flex-direction:column;gap:clamp(48px,7vw,96px)}html.design-v4 .v4-feature-row{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-gap:clamp(28px,5vw,72px);gap:clamp(28px,5vw,72px);align-items:center}html.design-v4 .v4-feature-row--reverse{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}html.design-v4 .v4-feature-row--reverse .v4-feature-row__media{order:2}html.design-v4 .v4-feature-row--reverse .v4-feature-row__copy{order:1}html.design-v4 .v4-feature-row__media{min-width:0}html.design-v4 .v4-feature-row__slot{position:relative;aspect-ratio:4/3;border-radius:18px;overflow:hidden;background:var(--v4-slot);border:2px solid var(--v4-ink);display:flex;align-items:center;justify-content:center;padding:20px;text-align:center;font-family:Silkscreen,monospace;font-size:12px;font-weight:700;letter-spacing:.02em;line-height:1.4;color:var(--v4-ink);opacity:.7}html.design-v4 .v4-feature-row__copy{display:flex;flex-direction:column;gap:14px;min-width:0}html.design-v4 .v4-feature-row__index{font-family:Archivo,sans-serif;font-size:clamp(28px,3.2vw,44px);font-weight:800;letter-spacing:-.03em;line-height:1;color:var(--v4-ink)}html.design-v4 .v4-feature-row__title{margin:0;font-family:Archivo,sans-serif;font-size:clamp(22px,2.2vw,32px);font-weight:800;letter-spacing:-.02em;line-height:1.15;color:var(--v4-ink);max-width:18ch}html.design-v4 .v4-feature-row__body{margin:0;font-size:clamp(15px,1.2vw,18px);line-height:1.55;font-weight:500;color:var(--v4-muted);max-width:42ch}html.design-v4 .v4-features{margin-top:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;border-top:2px solid var(--v4-ink)}html.design-v4 .v4-features__item{padding:28px 28px 32px 0;border-bottom:1px solid var(--v4-rule);display:flex;flex-direction:column;gap:12px;min-width:0}html.design-v4 .v4-features__index{font-family:Silkscreen,monospace;font-size:14px;font-weight:700;letter-spacing:.04em;color:var(--v4-muted)}html.design-v4 .v4-features__title{font-size:clamp(19px,1.6vw,24px);font-weight:800;letter-spacing:-.01em;line-height:1.16}html.design-v4 .v4-features__body{font-size:16px;line-height:1.5;color:var(--v4-muted);max-width:44ch}html.design-v4 .v4-architecture{margin-top:36px;display:flex;justify-content:center;align-items:center;width:100%}html.design-v4 .v4-architecture__img{display:block;width:100%;max-width:min(920px,100%);height:auto;object-fit:contain}@media (max-width:900px){html.design-v4 .v4-features{grid-template-columns:repeat(2,minmax(0,1fr))}html.design-v4 .v4-feature-row,html.design-v4 .v4-feature-row--reverse{grid-template-columns:1fr;gap:22px}html.design-v4 .v4-feature-row--reverse .v4-feature-row__copy,html.design-v4 .v4-feature-row--reverse .v4-feature-row__media{order:0}html.design-v4 .v4-feature-row__title{max-width:none}}@media (max-width:560px){html.design-v4 .v4-features{grid-template-columns:minmax(0,1fr)}html.design-v4 .v4-features__item{padding-right:0}}html.design-v4 .v4-groups{display:flex;flex-direction:column;gap:0}html.design-v4 .v4-group{padding:clamp(36px,5vw,64px) var(--v4-pad-x);border-bottom:1px solid var(--v4-rule)}html.design-v4 .v4-group--split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:clamp(28px,4vw,56px);gap:clamp(28px,4vw,56px);align-items:start}html.design-v4 .v4-group__aside{display:flex;flex-direction:column;gap:16px;min-width:0;position:-webkit-sticky;position:sticky;top:72px}html.design-v4 .v4-group--no-media .v4-group__aside{position:static}html.design-v4 .v4-group__main{min-width:0}html.design-v4 .v4-group__name{font-family:Silkscreen,monospace;font-size:clamp(18px,1.8vw,26px);font-weight:700;margin:0}html.design-v4 .v4-group__note{margin:0;font-size:15px;color:var(--v4-muted);max-width:36ch}html.design-v4 .v4-group__media{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:12px;gap:12px;width:100%;max-width:100%;justify-items:stretch}html.design-v4 .v4-group__media--sm{max-width:min(360px,100%);margin-inline:auto}html.design-v4 .v4-group__media--stack{gap:16px}html.design-v4 .v4-group__media-frame{width:100%;background:transparent;overflow:hidden;line-height:0}html.design-v4 .v4-group__media-frame img{display:block;width:100%;height:auto;object-fit:contain}html.design-v4 .v4-group table{width:100%;border-collapse:collapse;font-size:clamp(15px,1.15vw,18px)}html.design-v4 .v4-group td{padding:14px 0;vertical-align:top;border-top:1px solid var(--v4-rule)}html.design-v4 .v4-group tr:first-child td{border-top:2px solid var(--v4-ink)}html.design-v4 .v4-group td:first-child{width:38%;padding-right:16px;font-weight:600;color:var(--v4-muted);overflow-wrap:break-word}html.design-v4 .v4-group td:last-child{font-weight:700;padding-left:4px;overflow-wrap:break-word}html.design-v4 .v4-group__title-list-title{margin:0 0 8px;font-weight:700}html.design-v4 .v4-group__title-list-items{margin:0;padding-left:1.15em;font-weight:500;color:var(--v4-muted);line-height:1.45}html.design-v4 .v4-group__title-list-items li+li{margin-top:4px}@media (max-width:900px){html.design-v4 .v4-group--split{grid-template-columns:1fr;gap:24px}html.design-v4 .v4-group__aside{position:static}html.design-v4 .v4-group__media{max-width:min(440px,100%);margin-inline:auto}html.design-v4 .v4-group__media--sm{max-width:min(280px,100%)}html.design-v4 .v4-group__media--stack{max-width:min(400px,100%)}html.design-v4 .v4-group td:first-child{width:42%;padding-right:12px}html.design-v4 .v4-group td:last-child{padding-left:0}}html.design-v4 .v4-faq{display:flex;flex-direction:column}html.design-v4 .v4-faq__item{border-bottom:1px solid var(--v4-rule)}html.design-v4 .v4-faq__item:first-child{border-top:2px solid var(--v4-ink)}html.design-v4 .v4-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;background:transparent;border:0;cursor:pointer;text-align:left;font-family:Archivo,sans-serif;font-size:clamp(16px,1.3vw,19px);font-weight:700;color:var(--v4-ink)}html.design-v4 .v4-faq__a{padding:0 0 20px;font-size:16px;line-height:1.55;color:var(--v4-muted);max-width:70ch}html.design-v4 .v4-inside-hero{background:var(--v4-panel);color:var(--v4-on-panel);padding:clamp(120px,12vw,170px) var(--v4-pad-x) clamp(48px,6vw,88px);border-bottom:2px solid var(--v4-panel)}html.design-v4 .v4-inside-hero__intro{display:flex;flex-direction:column;gap:12px;padding-bottom:26px;border-bottom:2px solid hsla(43,24%,94%,.25)}html.design-v4 .v4-inside-hero__eyebrow{font-family:Silkscreen,monospace;font-size:14px;font-weight:700;letter-spacing:.04em;color:hsla(43,24%,94%,.65)}html.design-v4 .v4-inside-hero__title{font-family:Silkscreen,monospace;margin:0;font-size:clamp(26px,3.4vw,52px);line-height:1.1;font-weight:500}html.design-v4 .v4-inside-hero__body{margin:6px 0 0;font-size:clamp(16px,1.4vw,20px);line-height:1.45;color:hsla(43,24%,94%,.78);max-width:56ch}html.design-v4 .v4-inside-player{margin-top:clamp(28px,3.5vw,48px);display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);grid-gap:clamp(20px,2.5vw,36px);gap:clamp(20px,2.5vw,36px);align-items:start}html.design-v4 .v4-inside-player__frame{position:relative;width:100%;aspect-ratio:16/9;border:2px solid var(--v4-on-panel);background:#000;overflow:hidden}html.design-v4 .v4-inside-player__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}html.design-v4 .v4-inside-player__empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:32px;text-align:center;background:var(--v4-panel)}html.design-v4 .v4-inside-player__empty-label{font-family:Silkscreen,monospace;font-size:14px;font-weight:700;letter-spacing:.04em;color:hsla(43,24%,94%,.65)}html.design-v4 .v4-inside-player__empty-copy{font-size:18px;font-weight:700;color:var(--v4-on-panel);max-width:34ch;line-height:1.35}html.design-v4 .v4-inside-playlist{display:flex;flex-direction:column;gap:14px;max-height:min(70vh,640px);overflow:auto}html.design-v4 .v4-inside-playlist__label{font-family:Silkscreen,monospace;font-size:14px;font-weight:700;letter-spacing:.04em;color:hsla(43,24%,94%,.65)}html.design-v4 .v4-inside-playlist__item{display:grid;grid-template-columns:132px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:center;text-align:left;padding:10px;background:transparent;border:0;outline:2px solid hsla(43,24%,94%,.28);outline-offset:-2px;cursor:pointer;color:var(--v4-on-panel);font-family:Archivo,sans-serif}html.design-v4 .v4-inside-playlist__item:hover{outline-color:var(--v4-on-panel)}html.design-v4 .v4-inside-playlist__item.is-active{background:hsla(43,24%,94%,.16)}html.design-v4 .v4-inside-playlist__thumb{position:relative;display:block;width:132px;aspect-ratio:16/9;background:var(--v4-slot);overflow:hidden}html.design-v4 .v4-inside-playlist__thumb img{width:100%;height:100%;object-fit:cover;display:block}html.design-v4 .v4-inside-playlist__copy{display:flex;flex-direction:column;gap:6px;min-width:0}html.design-v4 .v4-inside-playlist__title{font-size:16px;font-weight:700;line-height:1.25}html.design-v4 .v4-inside-playlist__meta{font-family:Silkscreen,monospace;font-size:12px;font-weight:700;letter-spacing:.04em;color:hsla(43,24%,94%,.6)}html.design-v4 .v4-inside-updates{padding:var(--v4-pad-y) var(--v4-pad-x)}html.design-v4 .v4-inside-updates__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:24px;border-bottom:2px solid var(--v4-ink)}html.design-v4 .v4-inside-updates__titles{display:flex;flex-direction:column;gap:10px}html.design-v4 .v4-inside-updates__filters{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:6px}html.design-v4 .v4-inside-filter{display:inline-flex;align-items:center;justify-content:center;font-family:Silkscreen,monospace;padding:11px 16px;font-size:13px;font-weight:700;letter-spacing:.02em;background:transparent;color:var(--v4-ink);border:0;outline:2px solid var(--v4-ink);outline-offset:-2px;cursor:pointer}html.design-v4 .v4-inside-filter:hover{outline-color:var(--v4-muted)}html.design-v4 .v4-inside-filter.is-active{background:var(--v4-panel);color:var(--v4-on-panel)}html.design-v4 .v4-inside-feed{display:flex;flex-direction:column}html.design-v4 .v4-inside-feed__item{display:grid;grid-template-columns:minmax(0,180px) minmax(0,1fr) minmax(0,240px);grid-gap:clamp(20px,3vw,48px);gap:clamp(20px,3vw,48px);align-items:start;padding:clamp(22px,2.4vw,34px) 0;border-bottom:1px solid var(--v4-rule)}html.design-v4 .v4-inside-feed__meta{display:flex;flex-direction:column;gap:10px}html.design-v4 .v4-inside-feed__date{font-family:Silkscreen,monospace;font-size:13px;font-weight:700;letter-spacing:.04em;color:var(--v4-muted)}html.design-v4 .v4-inside-feed__tag{align-self:flex-start;font-family:Silkscreen,monospace;font-size:12px;font-weight:700;letter-spacing:.04em;padding:8px 12px;background:var(--v4-panel);color:var(--v4-on-panel)}html.design-v4 .v4-inside-feed__copy{display:flex;flex-direction:column;gap:12px;min-width:0}html.design-v4 .v4-inside-feed__copy h3{margin:0;font-size:clamp(19px,1.7vw,26px);line-height:1.2;font-weight:800;letter-spacing:-.01em}html.design-v4 .v4-inside-feed__copy p{margin:0;font-size:16px;line-height:1.55;color:var(--v4-muted);max-width:62ch}html.design-v4 .v4-inside-feed__media{position:relative;width:100%;aspect-ratio:16/10;background:var(--v4-slot);color:var(--v4-ink);border:2px solid var(--v4-ink);overflow:hidden}html.design-v4 .v4-inside-feed__media .v4-slot{opacity:.7}@media (max-width:900px){html.design-v4 .v4-inside-player{grid-template-columns:1fr}html.design-v4 .v4-inside-playlist{max-height:none}html.design-v4 .v4-inside-feed__item{grid-template-columns:1fr}html.design-v4 .v4-inside-feed__media{max-width:320px}}html.design-v4 .v4-filters{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}html.design-v4 .v4-posts{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:18px;gap:18px}html.design-v4 .v4-post{border:2px solid var(--v4-ink);background:var(--v4-cream);display:flex;flex-direction:column;min-height:100%;overflow:hidden}html.design-v4 .v4-post__media{position:relative;aspect-ratio:16/10;background:var(--v4-slot)}html.design-v4 .v4-post__body{padding:18px 18px 22px;display:flex;flex-direction:column;gap:10px}html.design-v4 .v4-post__meta{font-family:Silkscreen,monospace;font-size:12px;font-weight:700;letter-spacing:.04em;color:var(--v4-muted)}html.design-v4 .v4-post__title{font-size:clamp(17px,1.4vw,20px);font-weight:800;line-height:1.2;margin:0}html.design-v4 .v4-post__excerpt{margin:0;font-size:15px;line-height:1.5;color:var(--v4-muted)}html.design-v4 .v4-hiw{position:relative}html.design-v4 .v4-hiw-steps{border-bottom:2px solid var(--v4-ink);padding:clamp(120px,12vw,180px) var(--v4-pad-x) var(--v4-pad-y)}html.design-v4 .v4-hiw-step{display:grid;grid-template-columns:minmax(0,200px) minmax(0,1fr);grid-gap:clamp(20px,3vw,48px);gap:clamp(20px,3vw,48px);align-items:start;padding:26px 0;border-bottom:1px solid var(--v4-rule)}html.design-v4 .v4-hiw-step--featured{margin-top:32px;padding-bottom:32px;border-bottom:2px solid var(--v4-ink)}html.design-v4 .v4-hiw-step--featured+.v4-hiw-step--featured{margin-top:0}html.design-v4 .v4-hiw-step-list{margin-top:8px;display:flex;flex-direction:column}html.design-v4 .v4-hiw-step__when{font-family:Silkscreen,monospace;font-size:clamp(15px,1.3vw,19px);font-weight:500;letter-spacing:.02em;line-height:1.3}html.design-v4 .v4-hiw-step__when--lg{font-size:clamp(18px,1.7vw,24px)}html.design-v4 .v4-hiw-step__body{display:flex;flex-direction:column;gap:12px;min-width:0}html.design-v4 .v4-hiw-step--featured .v4-hiw-step__body{gap:14px}html.design-v4 .v4-hiw-step__title{margin:0;font-size:clamp(20px,1.9vw,28px);font-weight:800;letter-spacing:-.01em;font-family:Archivo,sans-serif}html.design-v4 .v4-hiw-step__lead{margin:0;font-size:17px;line-height:1.55;font-weight:600;max-width:66ch}html.design-v4 .v4-hiw-step__text{margin:0;font-size:16px;line-height:1.55;color:var(--v4-muted);max-width:66ch}html.design-v4 .v4-hiw-step__list{display:flex;flex-direction:column;gap:8px;padding-left:2px}html.design-v4 .v4-hiw-step__list-item{display:flex;gap:12px;font-size:16px;line-height:1.5;color:var(--v4-ink)}html.design-v4 .v4-hiw-step__cta{align-self:flex-start;margin-top:6px}html.design-v4 .v4-hiw-timeline{background:var(--v4-panel);color:var(--v4-on-panel);border-bottom:2px solid var(--v4-on-panel);padding:var(--v4-pad-y) var(--v4-pad-x)}html.design-v4 .v4-hiw-timeline__head{display:flex;flex-direction:column;gap:10px;padding-bottom:30px;border-bottom:2px solid hsla(43,24%,94%,.3)}html.design-v4 .v4-hiw-timeline__eyebrow{font-family:Silkscreen,monospace;font-size:15px;font-weight:500;letter-spacing:.04em;color:hsla(43,24%,94%,.65)}html.design-v4 .v4-hiw-timeline__title{font-family:Silkscreen,monospace;margin:0;font-size:clamp(22px,2.6vw,36px);line-height:1.1;font-weight:500}html.design-v4 .v4-hiw-timeline__list{margin-top:34px;display:flex;flex-direction:column}html.design-v4 .v4-hiw-timeline__row{display:grid;grid-template-columns:56px minmax(0,240px) minmax(0,1fr);grid-gap:clamp(16px,2.5vw,40px);gap:clamp(16px,2.5vw,40px);align-items:start}html.design-v4 .v4-hiw-timeline__rail{display:flex;flex-direction:column;align-items:center;align-self:stretch}html.design-v4 .v4-hiw-timeline__dot{width:18px;height:18px;flex:0 0 auto;background:hsla(43,24%,94%,.55)}html.design-v4 .v4-hiw-timeline__dot.is-last{background:var(--v4-cream)}html.design-v4 .v4-hiw-timeline__line{width:2px;flex:1 1;min-height:44px;background:hsla(43,24%,94%,.4)}html.design-v4 .v4-hiw-timeline__when{font-family:Silkscreen,monospace;font-size:clamp(14px,1.2vw,17px);font-weight:500;letter-spacing:.02em;color:var(--v4-on-panel);padding-bottom:34px}html.design-v4 .v4-hiw-timeline__what{font-size:clamp(16px,1.4vw,20px);line-height:1.4;font-weight:600;color:hsla(43,24%,94%,.82);padding-bottom:34px}html.design-v4 .v4-hiw-timeline__note{margin:12px 0 0;font-family:Silkscreen,monospace;font-size:clamp(14px,1.2vw,17px);font-weight:500;letter-spacing:.02em;color:var(--v4-on-panel)}html.design-v4 .v4-hiw-faq{border-bottom:2px solid var(--v4-ink);padding:var(--v4-pad-y) var(--v4-pad-x)}html.design-v4 .v4-hiw-faq__group{margin-top:38px;display:grid;grid-template-columns:minmax(0,220px) minmax(0,1fr);grid-gap:clamp(20px,3vw,48px);gap:clamp(20px,3vw,48px);align-items:start}html.design-v4 .v4-hiw-faq__cat{font-family:Silkscreen,monospace;font-size:14px;font-weight:500;letter-spacing:.04em;color:var(--v4-muted);padding-top:22px}html.design-v4 .v4-hiw-faq__items{display:flex;flex-direction:column;border-top:2px solid var(--v4-ink)}html.design-v4 .v4-hiw-faq__item{border-bottom:1px solid var(--v4-rule)}html.design-v4 .v4-hiw-faq__q{width:100%;display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding:20px 0;background:transparent;border:0;cursor:pointer;text-align:left;font-family:Archivo,sans-serif;color:var(--v4-ink)}html.design-v4 .v4-hiw-faq__q:hover{color:var(--v4-muted)}html.design-v4 .v4-hiw-faq__q span:first-child{font-size:clamp(16px,1.4vw,20px);font-weight:800;letter-spacing:-.01em;line-height:1.3}html.design-v4 .v4-hiw-faq__q .v4-silk{font-size:18px;font-weight:700;flex:0 0 auto}html.design-v4 .v4-hiw-faq__a{display:flex;flex-direction:column;gap:10px;padding:0 0 22px}html.design-v4 .v4-hiw-faq__a[hidden]{display:none}html.design-v4 .v4-hiw-faq__a p{margin:0;font-size:16px;line-height:1.55;color:var(--v4-muted);max-width:70ch}html.design-v4 .v4-hiw-remember{background:var(--v4-cream);color:var(--v4-ink);border-bottom:2px solid var(--v4-ink);padding:var(--v4-pad-y) var(--v4-pad-x)}html.design-v4 .v4-hiw-remember__head{display:flex;flex-direction:column;gap:10px;padding-bottom:26px;border-bottom:2px solid var(--v4-ink)}html.design-v4 .v4-hiw-remember__eyebrow{font-family:Silkscreen,monospace;font-size:15px;font-weight:700;letter-spacing:.04em;color:var(--v4-ink)}html.design-v4 .v4-hiw-remember__heading{font-family:Silkscreen,monospace;margin:0;font-size:clamp(22px,2.6vw,36px);line-height:1.1;font-weight:800}html.design-v4 .v4-hiw-remember__grid{margin-top:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:0 clamp(28px,4vw,56px);gap:0 clamp(28px,4vw,56px)}html.design-v4 .v4-hiw-remember__item{display:flex;flex-direction:column;gap:8px;padding:22px 0;border-bottom:1px solid var(--v4-rule)}html.design-v4 .v4-hiw-remember__title{font-size:clamp(17px,1.5vw,21px);font-weight:800;letter-spacing:-.01em;line-height:1.25;color:var(--v4-ink)}html.design-v4 .v4-hiw-remember__body{font-size:16px;line-height:1.55;color:var(--v4-muted);max-width:48ch}html.design-v4 .v4-hiw-remember__closing{margin:30px 0 0;font-size:clamp(16px,1.4vw,20px);line-height:1.5;font-weight:600;color:var(--v4-ink)}@media (max-width:768px){html.design-v4 .v4-hiw-faq__group,html.design-v4 .v4-hiw-step{grid-template-columns:1fr}html.design-v4 .v4-hiw-timeline__row{grid-template-columns:32px minmax(0,1fr)}html.design-v4 .v4-hiw-timeline__when{grid-column:2;padding-bottom:8px}html.design-v4 .v4-hiw-timeline__what{grid-column:2}html.design-v4 .v4-hiw-timeline__rail{grid-row:1/span 2}html.design-v4 .v4-hiw-faq__cat{padding-top:0}}html.design-v4 .v4-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:0;gap:0;margin-top:28px;border-top:2px solid var(--v4-ink)}html.design-v4 .v4-steps__item{padding:28px 24px 32px 0;border-bottom:1px solid var(--v4-rule);display:flex;flex-direction:column;gap:12px}html.design-v4 .v4-timeline{display:flex;flex-direction:column;margin-top:28px;border-top:2px solid var(--v4-ink)}html.design-v4 .v4-timeline__row{display:grid;grid-template-columns:minmax(0,160px) minmax(0,1fr);grid-gap:20px;gap:20px;padding:18px 0;border-bottom:1px solid var(--v4-rule)}html.design-v4 .v4-timeline__when{font-family:Silkscreen,monospace;font-size:13px;font-weight:700;letter-spacing:.04em;color:var(--v4-muted)}html.design-v4 .v4-timeline__what{font-size:17px;font-weight:700;line-height:1.35}html.design-v4 .v4-reminders{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:16px;gap:16px;margin-top:28px}html.design-v4 .v4-reminder{border:2px solid var(--v4-ink);padding:20px;display:flex;flex-direction:column;gap:10px}html.design-v4 .v4-reminder__title{font-family:Silkscreen,monospace;font-size:14px;font-weight:700}html.design-v4 .v4-reminder__body{margin:0;font-size:15px;line-height:1.5;color:var(--v4-muted)}html.design-v4 .v4-meet{margin-top:28px;border:2px solid var(--v4-panel);background:var(--v4-panel);color:var(--v4-on-panel);padding:clamp(28px,4vw,48px);display:flex;flex-direction:column;gap:16px}html.design-v4 .v4-meet p{margin:0;font-size:17px;line-height:1.5;color:hsla(43,24%,94%,.82);max-width:60ch}html.design-v4 .v4-theme-toggle{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1.5px solid var(--v4-ink);border-radius:0;background:transparent;color:var(--v4-muted);cursor:pointer;-webkit-clip-path:none;clip-path:none;transition:color 90ms steps(2),background 90ms steps(2)}html.design-v4 .v4-theme-toggle:hover{color:var(--v4-ink)}html.design-v4 .v4-theme-toggle__option{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:0;color:inherit;opacity:.45;-webkit-clip-path:none;clip-path:none}html.design-v4 .v4-theme-toggle__option.is-active{background:var(--v4-ink);color:var(--v4-cream);opacity:1;-webkit-clip-path:none;clip-path:none;border-radius:0}html.design-v4 .modal-backdrop{z-index:300}html.design-v4 .v4-legal-doc{padding:clamp(32px,5vw,64px) var(--v4-pad-x) clamp(56px,8vw,96px);border-bottom:1px solid var(--v4-rule)}html.design-v4 .v4-legal-doc__body{max-width:72ch;margin:0 auto;color:var(--v4-muted);font-size:16px;line-height:1.65}html.design-v4 .v4-legal-doc__body h1{margin:0 0 1.25rem;font-family:Silkscreen,monospace;font-size:clamp(22px,2.4vw,32px);font-weight:700;letter-spacing:.02em;line-height:1.25;color:var(--v4-ink)}html.design-v4 .v4-legal-doc__body h2{margin:2.5rem 0 .85rem;font-size:clamp(15px,1.4vw,18px);font-weight:700;letter-spacing:.03em;line-height:1.35;color:var(--v4-ink)}html.design-v4 .v4-legal-doc__body h3,html.design-v4 .v4-legal-doc__body h4{margin:1.75rem 0 .65rem;font-size:clamp(16px,1.3vw,18px);font-weight:700;line-height:1.4;color:var(--v4-ink)}html.design-v4 .v4-legal-doc__body p{margin:0 0 1rem}html.design-v4 .v4-legal-doc__body p.v4-legal-doc__meta{font-size:14px;color:var(--v4-muted);margin-bottom:.35rem}html.design-v4 .v4-legal-doc__body strong{color:var(--v4-ink);font-weight:700}html.design-v4 .v4-legal-doc__body a{color:var(--v4-ink);text-decoration:underline;text-underline-offset:3px}html.design-v4 .v4-legal-doc__body a:hover{opacity:.75}html.design-v4 .v4-legal-doc__body ul{margin:0 0 1.15rem;padding-left:1.4rem;list-style-type:disc;list-style-position:outside;display:block}html.design-v4 .v4-legal-doc__body li{display:list-item;margin:0 0 .45rem;padding-left:.2rem}html.design-v4 .v4-legal-doc__body li::marker{color:var(--v4-ink)}