:root{color:var(--ink,#171a1d);background:var(--page,#fff);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Segoe UI Variable,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-color:var(--green,#2f9e73) var(--scroll-track,#e8eeeb);scrollbar-width:thin;scroll-padding-top:80px;overflow-x:clip}body{min-width:320px;min-height:100vh;color:var(--ink,#171a1d);background:var(--page,#fff);margin:0;transition:color .18s,background-color .18s;overflow-x:clip}body,button,a{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit}img,svg{display:block}img{max-width:100%}::selection{color:#102019;background:#8de2b9}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--scroll-track,#e8eeeb)}::-webkit-scrollbar-thumb{background:var(--green,#2f9e73);border:3px solid var(--scroll-track,#e8eeeb);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#237d5a}::-webkit-scrollbar-corner{background:var(--scroll-track,#e8eeeb)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--page:#fff;--ink:#171a1d;--ink-soft:#272c31;--muted:#606870;--line:#dce1de;--surface:#fff;--surface-soft:#f3f6f4;--header-bg:#fffffff5;--nav-text:#4d555c;--icon-text:#42494f;--header-button-bg:#171a1d;--header-button-hover:#30363b;--header-button-text:#fff;--hero-copy:#596269;--meta-text:#68736e;--soft-line:#d2dbd6;--link:#275f94;--footer-bg:#f7f8f7;--surface-shadow:#19231e2e;--scroll-track:#e8eeeb;--discord:#5865f2;--discord-hover:#4752c4;--discord-accent:#4b57cc;--green:#2ab878;--green-deep:#14734e;--green-pale:#ddf4e8;--red:#be4242;--blue:#7495af;--container:1180px}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--page:#0f1311;--ink:#f1f4f2;--ink-soft:#d5dcd8;--muted:#a3ada8;--line:#303936;--surface:#141917;--surface-soft:#1a211e;--header-bg:#0f1311f5;--nav-text:#b5beb9;--icon-text:#aeb8b3;--header-button-bg:#e8eeeb;--header-button-hover:#fff;--header-button-text:#141816;--hero-copy:#adb7b2;--meta-text:#9fa9a4;--soft-line:#37423d;--link:#8fc4f4;--footer-bg:#101512;--surface-shadow:#00000057;--scroll-track:#151c19;--discord:#5865f2;--discord-hover:#6875f5;--discord-accent:#9ba4ff;--green:#35c888;--green-deep:#69d7a3;--green-pale:#1e3d30}.container{width:min(var(--container), calc(100% - 48px));margin:0 auto}.sr-only{white-space:nowrap;clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;color:#fff;background:#171a1d;border-radius:4px;padding:10px 14px;position:fixed;top:10px;left:10px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:50;background:var(--header-bg);border-bottom:1px solid var(--line);height:68px;position:sticky;top:0}.site-header__inner{grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr);align-items:center;gap:24px;height:100%;display:grid}.brand,.footer-brand{color:var(--ink);white-space:nowrap;align-items:center;gap:10px;font-weight:760;text-decoration:none;display:inline-flex}.brand img,.footer-brand img{object-fit:contain}.site-header .brand{grid-column:1;justify-self:start}.site-nav{grid-column:2;justify-self:center;align-items:center;gap:30px;display:flex}.site-nav a,.site-footer nav a{color:var(--nav-text);font-size:14px;font-weight:650;text-decoration:none}.site-nav a:hover,.site-footer nav a:hover{color:var(--ink)}.site-header__actions{grid-column:3;justify-self:end;align-items:center;gap:8px;display:flex}.icon-link{width:40px;height:40px;color:var(--icon-text);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;text-decoration:none;display:inline-grid}.icon-link:hover{color:var(--ink);background:var(--surface-soft)}.icon-link--discord{color:var(--discord-accent)}.icon-link--discord:hover{color:var(--discord)}.theme-toggle svg{transition:transform .18s}.theme-toggle:hover svg{transform:rotate(12deg)}.site-header,.hero,.feature-band,.product-section,.how-band,.community-band,.download-section,.site-footer{transition:color .18s,background-color .18s,border-color .18s}.button{white-space:nowrap;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-size:14px;font-weight:760;line-height:1;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button--header{min-height:40px;color:var(--header-button-text);background:var(--header-button-bg);padding:0 15px}.button--header:hover{background:var(--header-button-hover)}.button--primary{color:#102019;background:var(--green);border-color:#51ca91}.button--primary:hover{background:#54ce93;border-color:#72dba8}.button--secondary-dark{color:#eff3f5;background:#242a30;border-color:#424a51}.button--secondary-dark:hover{background:#30373d}.button--light{color:#17221d;background:#fff;border-color:#fff}.button--outline-light{color:#fff;background:0 0;border-color:#61746a}.button--outline-light:hover{border-color:#aab9b1}.button:focus-visible,.icon-link:focus-visible,.site-nav a:focus-visible,.site-footer a:focus-visible,.segment-control button:focus-visible{outline-offset:3px;outline:3px solid #78c5ff}.hero{height:calc(100svh - 150px);min-height:560px;max-height:720px;color:var(--ink);background:var(--surface-soft);border-bottom:1px solid var(--line);position:relative}.hero__inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:46px 0 38px;display:flex}.hero__copy{max-width:760px}.eyebrow{color:#bdc7cd;text-transform:uppercase;margin:0 0 18px;font-size:12px;font-weight:820;line-height:1.4}.eyebrow--green{color:var(--green-deep)}.hero .eyebrow{color:var(--green-deep);margin-bottom:15px}.hero h1{color:var(--ink);margin:0;font-size:72px;font-weight:820;line-height:1}.hero__lede{max-width:680px;color:var(--hero-copy);margin:20px auto 0;font-size:19px;line-height:1.55}.hero__actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:28px;display:flex}.release-label{min-height:20px;color:var(--meta-text);justify-content:center;align-items:center;gap:8px;margin:15px 0 0;font-size:13px;display:flex}.release-label__dot{background:var(--green);border-radius:50%;flex:none;width:7px;height:7px;box-shadow:0 0 0 3px #2ab87829}.hero__product{justify-items:center;gap:12px;width:100%;min-width:0;margin-top:42px;display:grid}.hero__product-meta{width:min(430px,100vw - 48px);color:var(--meta-text);border-bottom:1px solid var(--soft-line);justify-content:space-between;align-items:center;gap:16px;padding:0 2px 12px;font-size:12px;font-weight:650;display:flex}.hero__product-meta span{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.hero__product-meta i{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #2ab87824}.voice-hud--hero{box-shadow:0 18px 42px var(--surface-shadow)}.voice-hud{color:#e8ebef;background:#232527;border:1px solid #424549;border-radius:8px;grid-template-columns:16px auto minmax(62px,1fr) auto auto;align-items:center;gap:10px;width:min(390px,100vw - 48px);height:48px;padding:4px 7px 4px 8px;font-family:Segoe UI,sans-serif;font-size:13px;display:grid;position:relative;box-shadow:0 16px 44px #0000006b}.voice-hud--draggable{transform:translate3d(var(--hud-drag-x,0), var(--hud-drag-y,0), 0);will-change:transform;transition:transform .52s cubic-bezier(.22,1.55,.36,1)}.voice-hud--draggable.is-dragging{z-index:10;-webkit-user-select:none;user-select:none;transition:none}.voice-hud__drag{background:0 0;border:0;grid-template-rows:repeat(3,3px);grid-template-columns:repeat(2,3px);place-content:center;gap:4px 3px;width:11px;height:25px;padding:0;display:grid}.voice-hud__drag--interactive{cursor:grab;touch-action:none}.voice-hud__drag--interactive:active,.voice-hud--draggable.is-dragging .voice-hud__drag--interactive{cursor:grabbing}.voice-hud__drag--interactive:focus-visible{outline-offset:2px;border-radius:3px;outline:2px solid #78c5ff}.voice-hud__drag i{background:#8d9299;border-radius:50%;width:3px;height:3px}.voice-hud__badge{color:#fff;background:var(--red);border:1px solid #cd5252;border-radius:7px;justify-content:center;align-items:center;height:28px;padding:0 13px;font-weight:720;display:inline-flex}.voice-hud__time,.voice-hud__restored-text,.voice-hud__rejoining-text{text-overflow:ellipsis;white-space:nowrap;font-weight:650;overflow:hidden}.voice-hud__time{font-variant-numeric:tabular-nums}.voice-hud__button{color:#e8ebef;background:#383b40;border:1px solid #474a4f;border-radius:6px;justify-content:center;align-items:center;height:30px;padding:0 12px;font-weight:620;display:inline-flex}.voice-hud__button--primary{color:#232527;background:#f2f3f3;border-color:#f2f3f3}.voice-hud__check{color:#fff;background:var(--green);border:1px solid #53da8a;border-radius:8px;place-items:center;width:28px;height:28px;display:inline-grid}.voice-hud--restored{grid-template-columns:16px 28px minmax(90px,1fr) auto auto}.voice-hud--restored>:not(.voice-hud__drag){animation:.42s ease-out both voice-hud-content-in}.hero__product.is-restored .hero__product-meta span:first-child{color:var(--green-deep)}.hero__product.is-restored .voice-hud--hero{box-shadow:0 0 0 4px #35c88824, 0 18px 42px var(--surface-shadow);border-color:#4f9f76}.voice-hud--rejoining{grid-template-columns:16px 1fr}.voice-hud__rejoining-text{text-align:center}@keyframes voice-hud-content-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.feature-band{background:var(--surface);border-bottom:1px solid var(--line);padding:31px 0 33px}.feature-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:24px;display:grid}.feature{grid-template-columns:25px minmax(0,1fr);align-items:start;gap:12px;min-width:0;display:grid}.feature>svg{color:var(--green-deep);margin-top:2px}.feature h2{color:var(--ink);margin:0;font-size:15px;line-height:1.35}.feature p{color:var(--muted);margin:7px 0 0;font-size:13px;line-height:1.55}.performance-section{color:#e9eef0;background:#20282d;border-bottom:1px solid #384249;padding:96px 0}.performance-heading{grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);align-items:end;gap:80px;display:grid}.performance-heading .eyebrow{color:#8dbba3}.performance-heading h2{color:#f7f9fa;max-width:650px;margin:0;font-size:46px;font-weight:800;line-height:1.12}.performance-heading>p{color:#b4bec4;margin:0;font-size:16px;line-height:1.7}.performance-stats{border-top:1px solid #465159;border-bottom:1px solid #465159;grid-template-columns:repeat(4,1fr);margin-top:48px;display:grid}.performance-stat{border-right:1px solid #465159;min-width:0;padding:28px 26px 30px}.performance-stat:first-child{padding-left:0}.performance-stat:last-child{border-right:0;padding-right:0}.performance-stat strong{color:#7fd7aa;white-space:nowrap;font-size:39px;font-weight:820;line-height:1.05;display:block}.performance-stat h3{color:#edf2f4;margin:17px 0 0;font-size:14px;line-height:1.4}.performance-stat p{color:#96a3aa;margin:7px 0 0;font-size:12px;line-height:1.55}.performance-method{color:#93a0a7;justify-content:space-between;align-items:center;gap:20px;margin-top:22px;font-size:11px;line-height:1.5;display:flex}.performance-method span{align-items:center;gap:8px;display:inline-flex}.performance-method svg{color:#6cc796;flex:none}.section{padding:112px 0}.product-section{background:var(--surface)}.section-heading{text-align:center;max-width:730px;margin:0 auto 52px}.section-heading--wide{max-width:820px}.section-heading h2,.setup-copy h2,.support-band h2,.download-section h2{color:var(--ink);margin:0;font-size:46px;font-weight:800;line-height:1.12}.section-heading>p:last-child,.setup-copy__intro{color:var(--muted);margin:18px 0 0;font-size:18px;line-height:1.7}.hud-demo{max-width:980px;box-shadow:0 26px 70px var(--surface-shadow);background:#171b1f;border:1px solid #343a3f;border-radius:8px;margin:0 auto;overflow:hidden}.hud-demo__toolbar{border-bottom:1px solid #373d42;justify-content:space-between;align-items:center;gap:18px;min-height:64px;padding:11px 14px 11px 20px;display:flex}.hud-demo__title{color:#dce2e5;font-size:13px;font-weight:720}.segment-control{background:#24292e;border:1px solid #3d444a;border-radius:6px;grid-template-columns:repeat(3,minmax(86px,1fr));gap:3px;padding:3px;display:grid}.segment-control button{color:#abb4ba;cursor:pointer;background:0 0;border-radius:4px;min-height:33px;padding:0 10px;font-size:12px;font-weight:700}.segment-control button:hover{color:#f1f4f5}.segment-control button.is-active{color:#17211c;background:#d8eee3}.hud-demo__scene{background:#1e2931;place-items:start center;height:350px;padding-top:72px;display:grid;position:relative;overflow:hidden}.hud-demo__scene:after{content:"";background:#263c32;border-top:1px solid #3b594a;position:absolute;inset:67% 0 0}.hud-demo__block{z-index:0;opacity:.72;background:#405664;border:1px solid #567080;display:block;position:absolute}.hud-demo__block--one{width:18%;height:48%;bottom:25%;right:8%}.hud-demo__block--two{background:#4b614d;border-color:#667e67;width:12%;height:29%;bottom:21%;right:29%}.hud-demo__block--three{background:#645d46;border-color:#7d7454;width:25%;height:14%;bottom:16%;left:7%}.hud-demo__scene .voice-hud{z-index:2}.how-band{background:var(--surface-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:112px 0}.privacy-flow{border-top:1px solid var(--soft-line);border-bottom:1px solid var(--soft-line);grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:20px;max-width:980px;margin:0 auto;padding:28px 0;display:grid}.privacy-flow__node{min-height:50px;color:var(--ink-soft);text-align:center;justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:720;display:flex}.privacy-flow__node--safe{color:var(--green-deep)}.privacy-flow__arrow{color:var(--muted)}.privacy-points{max-width:980px;color:var(--muted);justify-content:center;align-items:center;gap:26px;margin:28px auto 0;font-size:13px;display:flex}.privacy-points p,.privacy-points a{align-items:center;gap:8px;margin:0;display:inline-flex}.privacy-points p svg{color:var(--green-deep)}.privacy-points a{color:var(--link);font-weight:720;text-decoration:none}.privacy-points a:hover{text-decoration:underline}.setup-layout{grid-template-columns:minmax(0,.88fr) minmax(540px,1.12fr);align-items:center;gap:76px;display:grid}.setup-copy h2{max-width:500px;font-size:43px}.setup-copy__intro{max-width:560px}.setup-steps{border-top:1px solid var(--line);margin:34px 0 0;padding:0;list-style:none}.setup-steps li{border-bottom:1px solid var(--line);grid-template-columns:38px 1fr;gap:14px;padding:20px 0;display:grid}.setup-steps>li>span{color:var(--green-deep);font-size:13px;font-weight:820}.setup-steps h3{color:var(--ink);margin:0;font-size:15px;line-height:1.4}.setup-steps p{color:var(--muted);margin:5px 0 0;font-size:13px;line-height:1.6}.browser-support{color:var(--muted);margin:20px 0 0;font-size:12px;line-height:1.6}.connector-shot{box-shadow:0 24px 70px var(--surface-shadow);background:#121519;border:1px solid #333a40;border-radius:8px;margin:0;overflow:hidden}.connector-shot__bar{color:#c8d0d5;background:#1d2126;border-bottom:1px solid #343a40;align-items:center;height:42px;padding:0 15px;font-size:12px;font-weight:680;display:flex}.connector-shot img{background:#121519;width:100%;height:auto}.connector-shot figcaption{color:#98a3aa;border-top:1px solid #333a40;padding:12px 15px;font-size:11px;line-height:1.5}.community-band{background:var(--surface-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:74px 0}.community-band__inner{justify-content:space-between;align-items:center;gap:56px;display:flex}.community-band__copy{max-width:720px}.community-band__kicker{color:var(--discord-accent);align-items:center;gap:9px;margin:0 0 13px;font-size:13px;font-weight:800;display:inline-flex}.community-band h2{color:var(--ink);margin:0;font-size:34px;font-weight:800;line-height:1.15}.community-band__copy>p:last-child{color:var(--muted);margin:13px 0 0;font-size:15px;line-height:1.65}.button--discord{color:#fff;background:var(--discord);border-color:var(--discord);flex:none;min-height:50px;padding:0 21px}.button--discord:hover{background:var(--discord-hover);border-color:var(--discord-hover)}.support-band{color:#dce6e0;background:#19251f;border-top:1px solid #2e4036;padding:72px 0}.support-band__inner{justify-content:space-between;align-items:center;gap:48px;display:flex}.support-band__inner>div:first-child{max-width:680px}.support-band .eyebrow{color:#91b5a1}.support-band h2{color:#f5f8f6;font-size:34px}.support-band p:last-child{color:#aebdb5;margin:14px 0 0;font-size:15px;line-height:1.65}.support-band__actions{flex:none;gap:10px;display:flex}.download-section{background:var(--surface);border-bottom:1px solid var(--line);padding:68px 0}.download-section__inner{grid-template-columns:64px 1fr auto;align-items:center;gap:22px;display:grid}.download-section h2{font-size:30px}.download-section p{color:var(--muted);margin:7px 0 0;font-size:13px}.site-footer{background:var(--footer-bg);padding:28px 0}.site-footer__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:30px;display:grid}.footer-brand{font-size:14px}.site-footer p{color:var(--muted);text-align:center;margin:0;font-size:11px}.site-footer nav{gap:20px;display:flex}.site-footer nav a{font-size:12px}@media (width<=1050px){.site-nav{gap:22px}.hero h1{font-size:66px}.feature-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:32px 24px}.feature{grid-column:span 2}.setup-layout{grid-template-columns:1fr;gap:54px}.setup-copy,.setup-copy h2,.setup-copy__intro{max-width:720px}}@media (width<=820px){.container{width:min(calc(100% - 32px), var(--container))}.site-nav{display:none}.site-header__inner{grid-template-columns:minmax(0,1fr) auto}.site-header__actions{grid-column:2}.hero{height:calc(100svh - 124px);min-height:620px;max-height:700px}.hero__inner{padding:40px 0 34px}.hero__copy{max-width:640px}.hero h1{font-size:56px}.hero__lede{margin-top:18px;font-size:17px;line-height:1.55}.hero__actions{margin-top:24px}.hero__product{margin-top:36px}.performance-section{padding:82px 0}.performance-heading{grid-template-columns:1fr;gap:20px}.performance-heading h2{font-size:36px}.performance-heading>p{max-width:680px}.performance-stats{grid-template-columns:repeat(2,1fr)}.performance-stat:nth-child(2){border-right:0;padding-right:0}.performance-stat:nth-child(-n+2){border-bottom:1px solid #465159}.performance-stat:nth-child(3){padding-left:0}.performance-method{flex-direction:column;align-items:flex-start;gap:10px}.section,.how-band{padding:82px 0}.section-heading{margin-bottom:38px}.section-heading h2,.setup-copy h2{font-size:36px}.section-heading>p:last-child,.setup-copy__intro{font-size:16px}.privacy-flow{grid-template-columns:1fr;gap:12px;padding:24px 0}.privacy-flow__arrow{margin:0 auto;transform:rotate(90deg)}.privacy-points{flex-direction:column;align-items:flex-start;gap:14px}.support-band__inner{flex-direction:column;align-items:flex-start}.community-band__inner{flex-direction:column;align-items:flex-start;gap:28px}.download-section__inner{grid-template-columns:54px 1fr}.download-section__inner>img{width:54px;height:54px}.download-section .button{grid-column:1/-1;justify-self:start}.site-footer__inner{grid-template-columns:1fr;justify-items:center;gap:16px}.site-footer nav{flex-wrap:wrap;justify-content:center}}@media (width<=620px){.site-header{height:62px}.site-header__inner{gap:10px}.brand{font-size:14px}.brand img{width:28px;height:28px}.button--header{padding:0 12px}.hero{height:calc(100svh - 112px);min-height:620px;max-height:680px}.hero__inner{padding:34px 0 28px}.hero h1{font-size:48px}.hero__lede{font-size:16px}.hero__actions{width:min(100%,310px);display:grid}.hero__actions .button{width:100%}.release-label{align-items:center;max-width:310px;font-size:12px;line-height:1.45}.release-label__dot{margin-top:0}.hero__product{margin-top:32px}.feature-band{padding:0}.feature-grid{grid-template-columns:1fr;gap:0}.feature{border-bottom:1px solid var(--line);grid-column:auto;padding:22px 0}.feature:last-child{border-bottom:0}.performance-section{padding:68px 0}.performance-heading h2{font-size:32px}.performance-heading>p{font-size:14px}.performance-stat{padding:23px 14px 24px}.performance-stat strong{font-size:31px}.performance-stat h3{margin-top:13px;font-size:13px}.performance-stat p{font-size:11px}.hud-demo__toolbar{flex-direction:column;align-items:flex-start;padding:14px}.segment-control{grid-template-columns:repeat(3,1fr);width:100%}.segment-control button{min-width:0;padding:0 4px}.hud-demo__scene{height:280px;padding-top:62px}.voice-hud{grid-template-columns:14px auto minmax(42px,1fr) auto auto;gap:6px;width:min(390px,100vw - 48px);padding-left:7px;font-size:12px}.voice-hud--restored{grid-template-columns:14px 26px minmax(72px,1fr) auto auto}.voice-hud--rejoining{grid-template-columns:14px 1fr}.voice-hud__badge{padding:0 9px}.voice-hud__check{width:26px;height:26px}.voice-hud__button{padding:0 8px}.section-heading,.setup-copy{text-align:left}.section-heading h2,.setup-copy h2{font-size:32px}.setup-layout{gap:42px}.connector-shot{border-left:0;border-right:0;border-radius:0;margin-left:-16px;margin-right:-16px}.support-band,.community-band{padding:58px 0}.community-band h2{font-size:29px}.button--discord{width:100%}.support-band h2{font-size:29px}.support-band__actions{flex-direction:column;width:100%}.support-band__actions .button{width:100%}.download-section h2{font-size:24px}}@media (width<=440px){.icon-link{width:36px;height:36px}.site-header__actions{gap:5px}.button--header{width:36px;min-height:36px;padding:0}.button--header span{display:none}}@media (width<=380px){.voice-hud__restored-text{max-width:70px}}@media (width<=620px) and (height<=650px){.hero{height:450px;min-height:450px;max-height:450px}.hero__inner{padding:22px 0}.hero .eyebrow{display:none}.hero h1{white-space:nowrap;font-size:42px}.hero__lede{margin-top:12px;font-size:14px;line-height:1.45}.hero__actions{margin-top:16px}.hero__actions .button--secondary-dark{display:none}.release-label{margin-top:10px}.hero__product{margin-top:20px}.hero__product-meta{display:none}}@media (width<=620px) and (height<=520px){.hero{height:370px;min-height:370px;max-height:370px}.hero__inner{padding:14px 0}.hero__lede{display:none}.hero__product{margin-top:14px}}
