*,:after,:before{box-sizing:border-box}html{min-height:100%;margin:0}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}#root,body{min-height:100%;margin:0}body{font-weight:400;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;color:#2a2620;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}.landing{--landing-gutter:clamp(2rem,6vw,5.5rem);--landing-hero-headline-search-offset:clamp(4rem,6vh,5.25rem);--page-bg:#fff;--landing-stats-band-bg:#fff;--landing-dash-scene-bg:#f5f0ec;--landing-nav-dropdown-bg:#fff;position:relative;isolation:isolate;display:flex;flex-direction:column;overflow-x:clip;background:transparent}.landing,body[data-home-landing],html[data-home-landing]{min-height:auto}body[data-home-landing] .min-h-screen{min-height:0!important}body[data-home-landing] .flex-grow{flex:0 0 auto!important}.landing footer{margin-bottom:0!important;padding-bottom:0!important}.landing .landing-footer{position:relative;z-index:3;pointer-events:auto}.landing .landing-footer a,.landing .landing-footer button{position:relative;z-index:1;pointer-events:auto}.landing-scroll-bg{position:fixed;inset:0;z-index:0;pointer-events:none;background-color:var(--page-bg)}.landing-content-wrap{flex:0 0 auto;display:flex;flex-direction:column;width:100%;min-height:auto;position:relative;z-index:1;background:transparent;pointer-events:none}.landing--content-visible .landing-content-wrap,.landing-content-wrap{opacity:1;visibility:visible;transform:none}@media (prefers-reduced-motion:reduce){.landing-content-wrap{opacity:1;visibility:visible;transform:none;transition:none}}.landing-header{position:fixed;top:0;left:0;right:0;z-index:50;padding:24px var(--landing-gutter) 1.25rem;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(-.85rem);transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1),visibility .45s}.landing-header,.landing-header--revealed{background:none;background-color:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.landing-header--revealed{opacity:1;visibility:visible;transform:translateY(0)}.landing-header--revealed.landing-header--scroll-hidden{opacity:0;visibility:hidden;transform:translateY(-.85rem);pointer-events:none}.landing-header--revealed.landing-header--docked.landing-header--home:not(.landing-header--scroll-hidden),.landing-header--revealed.landing-header--docked:not(.landing-header--scroll-hidden):not(.landing-header--home):not(.landing-header--job-detail-white){background-color:#fff;backdrop-filter:saturate(1.1) blur(12px);-webkit-backdrop-filter:saturate(1.1) blur(12px);border-bottom:1px solid rgba(42,38,32,.06);box-shadow:0 4px 24px rgba(42,38,32,.05)}header.joblet-global-header.landing-header--revealed.landing-header--docked.landing-header--job-detail-white:not(.landing-header--scroll-hidden){background-color:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}@media (prefers-reduced-motion:reduce){.landing-header{transition:none;transform:none;background:none;background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}}.landing-header-inner{display:flex;justify-content:space-between;gap:1.5rem;width:100%;max-width:1350px;margin:0 auto;padding:14px 0;border-radius:0;background:none;background-color:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;pointer-events:auto}.landing-header-inner,.landing-logo{flex-direction:row;align-items:center}.landing-logo{color:#1a1815;flex-shrink:0;display:inline-flex;gap:.65rem;padding-left:0;text-decoration:none}.landing-logo:focus-visible .landing-logo-wordmark__job,.landing-logo:focus-visible .landing-logo-wordmark__suffix,.landing-logo:hover .landing-logo-wordmark__job,.landing-logo:hover .landing-logo-wordmark__suffix{color:#0f0e0d}.landing-top-logo:focus-visible .landing-logo-wordmark__job,.landing-top-logo:focus-visible .landing-logo-wordmark__suffix,.landing-top-logo:hover .landing-logo-wordmark__job,.landing-top-logo:hover .landing-logo-wordmark__suffix{color:#0f0e0d}.landing-logo:focus-visible{outline:2px solid rgba(148,39,39,.45);outline-offset:4px;border-radius:6px}.landing-logo-wordmark{display:inline-flex;flex-direction:row;align-items:baseline;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1rem,2.8vw,1.2rem);font-weight:600;letter-spacing:-.04em;white-space:nowrap}.landing-logo-wordmark__job,.landing-logo-wordmark__suffix{color:#1a1815}.landing-logo-wordmark__let{color:#942727}.landing-logo-img{display:block;height:clamp(32px,4.8vw,40px);width:auto;max-width:min(180px,44vw);-o-object-fit:contain;object-fit:contain}.landing-nav{display:none;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:1.5rem 1.75rem}@media (min-width:768px){.landing-nav{display:flex}}.landing-nav-link{position:relative;display:inline-block;font-size:.875rem;font-weight:400;color:rgba(42,38,32,.72);text-decoration:none;transition:color .28s ease}.landing-nav-link:after{content:"";position:absolute;left:0;bottom:-.22em;width:100%;height:1.5px;border-radius:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .55s cubic-bezier(.22,1,.36,1)}.landing-nav-link:focus-visible,.landing-nav-link:hover{color:#1a1815}.landing-nav-link:focus-visible:after,.landing-nav-link:hover:after{transform:scaleX(1)}@media (prefers-reduced-motion:reduce){.landing-nav-link:after{transition-duration:.08s;transition-timing-function:ease-out}.landing-nav-link{transition-duration:.08s}}.landing-nav-link--sign-in{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.15rem;margin:-.15rem 0;border:1.5px solid #942727;border-radius:9999px;font-weight:500;color:#942727;box-sizing:border-box;transition:color .22s ease,background-color .22s ease,border-color .22s ease,box-shadow .22s ease}.landing-nav-link--sign-in:after{display:none}.landing-nav-link--sign-in:focus-visible,.landing-nav-link--sign-in:hover{color:#7a1f1f;border-color:#7a1f1f;background-color:rgba(148,39,39,.08)}.landing-nav-link--sign-in:focus-visible{outline:2px solid rgba(148,39,39,.45);outline-offset:3px}@media (prefers-reduced-motion:reduce){.landing-nav-link--sign-in{transition-duration:.08s}}.landing-nav-item--dropdown{position:relative}button.landing-nav-dropdown-trigger.landing-nav-link{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;padding:0;font:inherit;font-size:.84375rem;cursor:pointer;text-align:inherit}.landing-nav-dropdown-chevron{width:.65rem;height:.65rem;flex-shrink:0;opacity:.72;transition:transform .22s ease}.landing-nav-item--dropdown:focus-within .landing-nav-dropdown-chevron,.landing-nav-item--dropdown:hover .landing-nav-dropdown-chevron{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.landing-nav-dropdown-chevron{transition-duration:.08s}}.landing-nav-dropdown{position:absolute;top:calc(100% + .35rem);left:50%;transform:translateX(-50%) translateY(-4px);min-width:11.5rem;padding:.35rem 0;margin:0;z-index:60;list-style:none;background:var(--landing-nav-dropdown-bg,#fff);backdrop-filter:none;-webkit-backdrop-filter:none;isolation:isolate;opacity:1;border:1px solid rgba(42,38,32,.08);border-radius:10px;box-shadow:0 10px 32px rgba(42,38,32,.09);visibility:hidden;pointer-events:none;transition:transform .2s ease,visibility .2s ease}.landing-nav-dropdown:before{content:"";position:absolute;bottom:100%;left:0;right:0;height:.45rem}.landing-nav-item--dropdown:focus-within .landing-nav-dropdown,.landing-nav-item--dropdown:hover .landing-nav-dropdown{visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}@media (prefers-reduced-motion:reduce){.landing-nav-dropdown{transform:translateX(-50%);transition:none}.landing-nav-item--dropdown:focus-within .landing-nav-dropdown,.landing-nav-item--dropdown:hover .landing-nav-dropdown{transform:translateX(-50%)}}.landing-nav-dropdown-link{display:block;padding:.5rem 1.1rem;font-size:.875rem;font-weight:400;color:rgba(42,38,32,.78);text-decoration:none;transition:color .2s ease,background-color .2s ease}.landing-nav-dropdown-link:focus-visible,.landing-nav-dropdown-link:hover{color:#1a1815;background-color:color-mix(in srgb,var(--page-bg) 52%,#fff 48%);outline:none}.landing-nav-dropdown-link:focus-visible{box-shadow:inset 0 0 0 2px rgba(148,39,39,.35)}#hero,#see-our-features{scroll-margin-top:clamp(5.5rem,14vh,7.5rem)}.landing-top-logo{position:fixed;top:max(1.15rem,calc(env(safe-area-inset-top, 0px) + .65rem));left:max(var(--landing-gutter),env(safe-area-inset-left,0px));z-index:35;padding-top:10px;display:flex;flex-direction:row;align-items:center;gap:.6rem;line-height:1;text-decoration:none;pointer-events:auto;transition:opacity .45s cubic-bezier(.22,1,.36,1),visibility .45s}.landing-top-logo--hidden{opacity:0;visibility:hidden;pointer-events:none}.landing-top-logo__img{display:block;height:clamp(38px,5.5vw,48px);width:auto;max-width:min(200px,50vw);-o-object-fit:contain;object-fit:contain}.landing-top-logo:focus-visible{outline:2px solid #942727;outline-offset:4px;border-radius:4px}@media (prefers-reduced-motion:reduce){.landing-top-logo{transition:none}}.landing-main{z-index:1;flex:0 0 auto;padding:0;pointer-events:none;overflow:visible}.landing-hero-band,.landing-main{position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%}.landing-hero-band{isolation:isolate;background:#fff}.landing-stats-shell{box-sizing:border-box;position:relative;z-index:4;align-self:stretch;width:100%;max-width:none;margin:0}.landing-stats-shell--in-dash-scene{flex-shrink:0;z-index:2;width:100%;margin:0;padding:.35rem 0 .45rem;pointer-events:auto;background:var(--landing-dash-scene-bg)}.landing-stats-shell--in-dash-scene .landing-stats{padding:clamp(28px,4.25vw,48px) clamp(20px,4vw,50px) clamp(24px,4vw,44px);background:var(--landing-dash-scene-bg);border:none}.landing-stats__eyebrow{margin:0 0 .65rem;font-family:Geist Mono,ui-monospace,SFMono-Regular,monospace;font-size:clamp(.72rem,.62rem + .3vw,.82rem);font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#9a938c}.landing-stats__heading{margin:0 0 clamp(1.75rem,3.5vw,2.75rem);max-width:100%;white-space:nowrap;text-align:left;font-family:Crimson Pro,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,.9rem + 2.6vw,3.4rem);font-weight:700;font-optical-sizing:auto;line-height:1.05;letter-spacing:-.02em;color:#1a1a1a}@media (max-width:480px){.landing-stats__heading{white-space:normal}}.landing-stats__band{position:relative;border-radius:0;padding:0;background:none;border:none;box-shadow:none;overflow:visible}.landing-stats-shell--in-dash-scene .landing-stats__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:stretch;justify-items:stretch;align-items:start;-moz-column-gap:clamp(1.75rem,4.25vw,2.75rem);column-gap:clamp(1.75rem,4.25vw,2.75rem);row-gap:clamp(1.25rem,3.5vw,2.25rem);max-width:100%;width:100%;margin:0}.landing-stats-shell--in-dash-scene .landing-stats__item{position:relative;overflow:hidden;text-align:left;min-width:0;padding:clamp(1.35rem,2.4vw,1.85rem) clamp(1.15rem,2vw,1.5rem) clamp(1.15rem,2vw,1.4rem);box-sizing:border-box;min-height:clamp(9.5rem,15vw,11.5rem);display:flex;flex-direction:column;justify-content:flex-start;border-radius:clamp(10px,1.4vw,14px);background:#fff;border:1px solid #ece4de;box-shadow:0 1px 2px rgba(26,26,26,.04);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease}.landing-stats__item-bar{position:absolute;top:0;left:0;width:100%;height:3px;background:#962727;transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.22,1,.36,1)}.landing-stats__row--visible .landing-stats__item:first-child .landing-stats__item-bar{transition-delay:0s}.landing-stats__row--visible .landing-stats__item:nth-child(2) .landing-stats__item-bar{transition-delay:.09s}.landing-stats__row--visible .landing-stats__item:nth-child(3) .landing-stats__item-bar{transition-delay:.18s}.landing-stats__row--visible .landing-stats__item:nth-child(4) .landing-stats__item-bar{transition-delay:.27s}.landing-stats__row--visible .landing-stats__item-bar{transform:scaleX(1)}.landing-stats-shell--in-dash-scene .landing-stats__item:hover{transform:translateY(-4px);border-color:rgba(150,39,39,.28);box-shadow:0 14px 28px -16px rgba(26,26,26,.16)}@media (prefers-reduced-motion:reduce){.landing-stats-shell--in-dash-scene .landing-stats__item,.landing-stats__item-bar{transition:none}.landing-stats__item-bar{transform:scaleX(1)}}.landing-stats-shell--in-dash-scene .landing-stats__value{display:block;width:-moz-max-content;width:max-content;max-width:100%;white-space:nowrap;padding-top:0;border-top:none;box-sizing:border-box;color:#962727;font-family:Crimson Pro,Georgia,Times New Roman,serif;font-size:clamp(2.1rem,3.5vw + .6rem,3rem);font-weight:700;font-optical-sizing:auto;letter-spacing:-.02em;line-height:1.05;font-variant-numeric:tabular-nums}.landing-stats-shell--in-dash-scene .landing-stats__label{color:#1a1a1a;margin-top:.5rem;font-family:Inter,system-ui,sans-serif;font-size:clamp(.92rem,1.1vw + .55rem,1.05rem);font-weight:700;line-height:1.3;letter-spacing:-.005em}.landing-stats-shell--in-dash-scene .landing-stats__value,.landing-stats-shell--in-dash-scene .landing-stats__value .landing-stats__char{color:#962727}.landing-stats-shell--in-dash-scene .landing-stats__label,.landing-stats-shell--in-dash-scene .landing-stats__label .landing-stats__char{color:#1a1a1a}.landing-stats__sub{margin:.5rem 0 0;max-width:26ch;font-family:Inter,system-ui,sans-serif;font-size:clamp(.78rem,.85vw + .45rem,.88rem);font-weight:400;line-height:1.4;color:#8a8580}@media (max-width:768px){.landing-stats-shell--in-dash-scene .landing-stats__row{grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:clamp(1.5rem,4vw,2.35rem);column-gap:clamp(1.5rem,4vw,2.35rem);row-gap:clamp(1.25rem,4vw,1.85rem)}}@media (max-width:480px){.landing-stats-shell--in-dash-scene .landing-stats__row{grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:clamp(.85rem,3vw,1.4rem);column-gap:clamp(.85rem,3vw,1.4rem);row-gap:clamp(1rem,3.5vw,1.5rem)}}.landing-stats{box-sizing:border-box;position:relative;z-index:1;width:100%;margin:0;padding:clamp(42px,5vw,56px) clamp(24px,4vw,40px);background:var(--landing-stats-band-bg);border:none;border-top:1px solid color-mix(in srgb,#2a2620 16%,transparent);border-radius:0;overflow:hidden}.landing-stats__row{max-width:1360px;margin:0 auto;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(32px,4vw,64px)}.landing-stats__item{text-align:center;min-width:min(100%,248px)}.landing-stats__char-wrap{display:inline-block;overflow:hidden;vertical-align:bottom}.landing-stats__char{display:inline-block;will-change:transform}@media (prefers-reduced-motion:reduce){.landing-stats__char{will-change:auto}}.landing-stats__value{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(2.7rem,8.25vw,4.35rem);font-weight:700;letter-spacing:-.035em;color:#45423d;line-height:1}.landing-stats__label{font-size:clamp(.98rem,2.35vw,1.22rem);font-weight:600;color:#6a6560;line-height:1.25;margin-top:clamp(8px,1.2vw,12px)}@media (max-width:768px){.landing-stats{padding:clamp(36px,6vw,48px) clamp(20px,4vw,28px)}.landing-stats-shell--in-dash-scene .landing-stats{padding:clamp(22px,5.5vw,40px) clamp(20px,5vw,50px)}.landing-stats__row{gap:40px 28px}}.landing-hero{max-width:none;margin:0 auto;flex-direction:column;align-items:center;text-align:center;--landing-search-bar-height:calc(2.45rem + 12px + 2px)}.landing-hero,.landing-hero-extend{position:relative;z-index:1;width:100%;display:flex;pointer-events:none;padding:0;box-sizing:border-box;background:transparent;flex:0 0 auto;overflow:visible}.landing-hero-extend{--landing-search-bar-height:calc(2.35rem + 8px + 2px);--landing-extend-border:rgba(42,38,32,.68);--landing-extend-border-strong:rgba(42,38,32,.82);--landing-extend-search-outline:rgba(42,38,32,.48);min-height:calc(200px + clamp(380px, min(58vh, 620px), 720px));margin:0;flex-direction:column}.landing-hero-extend-inner{flex:1;justify-content:flex-start;min-width:0;padding:max(0px,calc(clamp(2rem, 5vw, 3rem) - 72px)) var(--landing-gutter) clamp(2rem,5vw,3rem);box-sizing:border-box;transform:translateY(4px)}.landing-hero-extend-inner,.landing-hero-extend-search-stack{display:flex;flex-direction:column;align-items:center;width:100%;pointer-events:auto}.landing-hero-extend-search-stack{position:relative;isolation:isolate;z-index:5;max-width:min(calc(52rem + 50px),100%);margin:var(--landing-hero-headline-search-offset) 0 0;gap:1rem}.landing-hero-extend-search-stack:before{content:"";position:absolute;top:-180px;bottom:0;left:50%;transform:translateX(-50%);width:100vw;z-index:-1;pointer-events:none;background-image:repeating-linear-gradient(90deg,transparent 0,transparent calc(10% - .65px),rgba(42,38,32,.06) calc(10% - .65px) calc(10% + .65px),transparent calc(10% + .65px) 10%)}.landing-hero-sentence{width:100%;max-width:min(calc(52rem + 50px - 70px),100%);margin:0 auto;display:flex;justify-content:flex-end;padding-right:6px}.landing-hero-sentence-form{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.4rem .5rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.05rem,.95rem + .5vw,1.35rem);font-weight:600;color:#1a1815;line-height:1.15}.landing-hero-sentence-tail{gap:1.5rem}.landing-hero-sentence-tail,.landing-hero-sentence-text{display:inline-flex;align-items:center;white-space:nowrap}.landing-hero-sentence-pill-wrap{position:relative;display:inline-flex;align-items:center}.landing-hero-sentence-pill{display:inline-flex;align-items:center;font:inherit;font-weight:700;color:#942727;background:transparent;border:none;padding:0 .08rem .04em;cursor:pointer;min-width:0;line-height:1.15;vertical-align:middle}.landing-hero-sentence-pill--rotator{display:inline-flex}.landing-hero-sentence-pill__chevron{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:.8em;height:.8em;margin-left:.18em;border-radius:50%;color:#962727;background:radial-gradient(120% 120% at 32% 24%,hsla(0,0%,100%,.85) 0,hsla(0,0%,100%,.28) 40%,hsla(0,0%,100%,.05) 72%),linear-gradient(150deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.08));backdrop-filter:blur(9px) saturate(1.9);-webkit-backdrop-filter:blur(9px) saturate(1.9);box-shadow:inset 0 .7px .7px #fff,inset 0 -.7px 1.2px hsla(30,8%,51%,.18),inset 0 0 0 .5px hsla(0,0%,100%,.45),0 1.5px 3px rgba(26,26,26,.12)}.landing-hero-sentence-pill__chevron svg{display:block;width:.5em;height:.5em}.landing-hero-sentence-pill-rotator__value-wrap{position:relative;display:inline-flex;align-items:center;overflow:hidden;vertical-align:middle;height:1.2em;line-height:1.15;padding-block:.02em;padding-inline:.08em;margin-inline:-.08em;transition:width .9s cubic-bezier(.25,1,.5,1);-webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.88) 18%,#000 30%,#000 70%,rgba(0,0,0,.88) 82%,transparent);mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.88) 18%,#000 30%,#000 70%,rgba(0,0,0,.88) 82%,transparent);will-change:width}.landing-hero-sentence-pill-rotator__value{display:block;white-space:nowrap;line-height:1.15;transform-origin:center center;will-change:transform,opacity,filter;backface-visibility:hidden}.landing-hero-sentence-pill-rotator__value--incoming,.landing-hero-sentence-pill-rotator__value--outgoing{position:absolute;left:.08em;top:0}.landing-hero-sentence-pill-rotator__value--incoming{animation:landingHeroPillValueIn .9s cubic-bezier(.25,1,.5,1);animation-fill-mode:both}.landing-hero-sentence-pill-rotator__value--outgoing{animation:landingHeroPillValueOut .9s cubic-bezier(.25,1,.5,1);animation-fill-mode:both}@keyframes landingHeroPillValueIn{0%{transform:translateY(82%) scaleY(.92) scaleX(.985);opacity:0;filter:blur(8px)}58%{transform:translateY(-4%) scaleY(1.025) scaleX(1);opacity:.88;filter:blur(1.2px)}to{transform:translateY(0);opacity:1;filter:blur(0)}}@keyframes landingHeroPillValueOut{0%{transform:translateY(0);opacity:1;filter:blur(0)}42%{transform:translateY(-8%) scaleY(1.02) scaleX(.995);opacity:.72;filter:blur(1.1px)}to{transform:translateY(-82%) scaleY(.92) scaleX(.985);opacity:0;filter:blur(8px)}}@media (prefers-reduced-motion:reduce){.landing-hero-sentence-pill-rotator__value--incoming,.landing-hero-sentence-pill-rotator__value--outgoing{animation:none}}.landing-hero-sentence-pill-field{position:relative;display:inline-block;vertical-align:baseline}.landing-hero-sentence-pill-sizer{display:inline-block;font:inherit;font-weight:700;padding:0 .08rem 2px;white-space:pre;visibility:hidden;pointer-events:none}.landing-hero-sentence-pill--input{position:absolute;inset:0;width:100%;box-sizing:border-box}.landing-hero-sentence-pill:focus-visible,.landing-hero-sentence-pill:hover{color:#822;border-bottom-color:#822;outline:none}.landing-hero-sentence-arrow{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:9999px;background:#942727;color:#fff;border:none;cursor:pointer;flex-shrink:0;transition:background .15s ease}.landing-hero-sentence-arrow svg{width:1.1rem;height:1.1rem;display:block}.landing-hero-sentence-arrow:focus-visible,.landing-hero-sentence-arrow:hover{background:#822;outline:none}.landing-hero-sentence-dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);z-index:420;margin:0;padding:.4rem;list-style:none;min-width:11rem;max-width:16rem;background:linear-gradient(155deg,hsla(0,0%,100%,.42),rgba(148,39,39,.1));backdrop-filter:blur(20px) saturate(1.7);border:1px solid hsla(0,0%,100%,.55);border-radius:14px;box-shadow:0 18px 44px rgba(120,30,30,.18),inset 0 1px 0 hsla(0,0%,100%,.8);max-height:240px;overflow-y:auto;text-align:left}.landing-hero-sentence-dropdown__item{display:block;width:100%;margin:0;padding:.5rem .8rem;border:none;border-radius:9px;background:transparent;color:#0e0d0b;font:inherit;font-weight:500;font-size:.92rem;text-align:left;cursor:pointer;line-height:1.35;transition:background .15s ease,color .15s ease}.landing-hero-sentence-dropdown__item:focus-visible,.landing-hero-sentence-dropdown__item:hover{background:rgba(148,39,39,.14);color:#7a1f1f;outline:none}.landing-hero-or-divider{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:min(28rem,100%);margin:clamp(1.25rem,3vw,2rem) auto 0}.landing-hero-or-divider__line{flex:1 1 auto;height:1px;background:rgba(42,38,32,.18)}.landing-hero-or-divider__text{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.85rem;color:rgba(42,38,32,.56);white-space:nowrap}@media (max-width:640px){.landing-hero-sentence-form{flex-wrap:wrap;justify-content:flex-start;font-size:1.05rem;gap:.25rem .35rem}.landing-hero-sentence-pill-field{max-width:80vw;overflow:hidden}}.landing-industry-orbit{position:relative;z-index:2;width:100vw;max-width:100vw;margin:clamp(1.25rem,3vw,2rem) calc(50% - 50vw) 0;padding:clamp(1.25rem,3vw,2rem) var(--landing-gutter);box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;text-align:left;cursor:auto;overflow-x:clip;overflow-y:visible;background:linear-gradient(180deg,rgba(148,39,39,.015),rgba(148,39,39,.04))}.landing-industry-orbit__heading{display:flex;align-items:center;gap:.55rem;margin:0 0 .25rem;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.15rem,1vw + .9rem,1.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:#14100e}.landing-industry-orbit__title-icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:#14100e}.landing-industry-orbit__row{display:flex;align-items:flex-start;gap:clamp(1rem,2.5vw,2.25rem);flex-wrap:wrap;width:100%;max-width:100%}.landing-industry-orbit__stage{position:relative;flex-shrink:0;cursor:pointer;z-index:10;pointer-events:auto}.landing-industry-orbit__arc{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.landing-industry-orbit__arc path{stroke:rgba(42,38,32,.12);stroke-width:1.5;stroke-dasharray:3 6}.landing-industry-orbit__node{position:absolute;left:0;top:0;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9999px;background:#fff;border:1px solid rgba(42,38,32,.12);box-shadow:0 2px 6px rgba(42,38,32,.08);cursor:pointer;padding:0;opacity:0;z-index:2;transition:all .2s ease;pointer-events:auto}.landing-industry-orbit__node:hover{cursor:pointer;transform:translate(-50%,-50%) scale(1.1)}.landing-industry-orbit__node--active{background:linear-gradient(160deg,brown,#6e1c1c);border-color:transparent;box-shadow:0 0 0 4px rgba(148,39,39,.1),0 8px 18px rgba(148,39,39,.3)}.landing-industry-orbit__node-icon{display:flex;align-items:center;justify-content:center;color:rgba(42,38,32,.5);transition:color .3s ease}.landing-industry-orbit__node--active .landing-industry-orbit__node-icon{color:#fff}.landing-industry-orbit__glyph{width:.85rem;height:.85rem}.landing-industry-orbit__label{position:absolute;left:0;top:0;transform:translateY(-50%);white-space:nowrap;font-family:Inter,system-ui,sans-serif;font-size:.9rem;font-weight:600;line-height:1.2;color:rgba(42,38,32,.55);opacity:0;z-index:3;background:none;border:none;padding:0;margin:0;cursor:pointer;text-align:left;transition:color .3s ease;pointer-events:auto}.landing-industry-orbit__label--active{color:#942727;font-weight:700;z-index:6}.landing-industry-orbit__label:hover{cursor:pointer;color:rgba(42,38,32,.75)}.landing-industry-orbit__row--discover{align-items:center;justify-content:flex-start;gap:clamp(2.75rem,7vw,6rem);flex-wrap:nowrap}.landing-industry-orbit__anim-slot{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:center;cursor:auto}.landing-industry-orbit__discover-footer{width:100%;display:flex;align-items:center;justify-content:center;margin-top:clamp(1.25rem,3vw,2rem);padding-bottom:clamp(.5rem,1.5vw,1rem);position:relative}.landing-discover__menu--up{top:auto;bottom:calc(100% + .45rem);right:auto;left:50%;transform:translateX(-50%) translateY(-12px) scale(.94);transform-origin:bottom center}.landing-discover--open .landing-discover__menu--up,.landing-discover:focus-within .landing-discover__menu--up,.landing-discover:hover .landing-discover__menu--up{transform:translateX(-50%) translateY(0) scale(1)}.landing-discover__menu--up:before{top:auto;bottom:-1.35rem;height:1.35rem}@media (max-width:720px){.landing-industry-orbit__row--discover{flex-wrap:wrap}.landing-industry-orbit__anim-slot{width:100%;flex:0 0 100%}.landing-discover-hero{min-height:auto}}.landing-discover-hero{position:relative;display:flex;align-items:flex-start;justify-content:flex-end;flex:1 1 auto;min-width:0;min-height:clamp(200px,22vw,220px);margin:0;cursor:auto;overflow:visible}.landing-discover-hero__content{position:relative;z-index:2;flex:0 1 auto;min-width:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;text-align:right;height:100%;width:-moz-max-content;width:max-content;margin-left:auto;gap:.3rem}.landing-discover-hero__anim-wrap{width:224px;height:184px;margin-right:22px;overflow:visible;flex-shrink:0;display:flex;align-items:flex-start;justify-content:flex-end}.landing-discover-hero__anim-wrap .landing-hero-anim{transform:scale(.72);transform-origin:top right;flex-shrink:0}.landing-discover-hero__tagline{display:flex;flex-direction:column;align-items:flex-end;text-align:right;max-width:min(80%,22rem);margin:0 0 .85rem}.landing-discover-hero__title{margin:0 0 .2rem;font-family:Inter,system-ui,sans-serif;font-size:clamp(.9rem,.5vw + .72rem,1.2rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#14100e}.landing-discover-hero__accent{color:#942727}.landing-discover-hero__subtitle{margin:0;max-width:26ch;font-family:Inter,system-ui,sans-serif;font-size:clamp(.68rem,.2vw + .62rem,.78rem);line-height:1.4;color:#6a6560}.landing-hero-anim{position:relative;display:flex;align-items:center;justify-content:center;width:min(320px,100%);height:260px;overflow:visible}.landing-hero-anim__canvas{position:absolute;right:0;top:50%;transform:translateY(-50%);pointer-events:none}.landing-hero-anim__words{inset:0;display:flex;align-items:center;justify-content:center}.landing-hero-anim__word,.landing-hero-anim__words{position:absolute;pointer-events:none;overflow:visible}.landing-hero-anim__word{font-family:Inter,system-ui,sans-serif;font-weight:800;letter-spacing:-2.5px;line-height:1;text-align:center;color:#1a1a1a;white-space:nowrap;opacity:0;transform:scale(.96);transition:opacity .5s ease,transform .5s ease;max-width:none}.landing-hero-anim__word.on{opacity:1;transform:scale(1)}.landing-hero-anim__word.out{opacity:0;transform:scale(1.02)}.landing-hero-anim__word .r{color:#942727}.landing-hero-anim__word .g{color:#ccc}.landing-hero-anim__final{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);text-align:center;opacity:0;transition:opacity .8s ease;pointer-events:none}.landing-hero-anim__final.on{opacity:1;pointer-events:auto}.landing-hero-anim__wm{font-family:Inter,system-ui,sans-serif;font-size:34px;font-weight:800;letter-spacing:-.5px;margin-bottom:20px;color:#1a1a1a}.landing-hero-anim__wm .r{color:#942727}.landing-hero-anim__wm .gr{color:#999}.landing-hero-anim__tag{font-family:Inter,system-ui,sans-serif;font-size:15px;color:#bbb;letter-spacing:1px;margin-bottom:0}.landing-hero-anim__replay{display:none}.landing-hero-anim__replay:hover{border-color:#942727;color:#942727}@media (max-width:720px){.landing-hero-anim{width:100%;height:220px}.landing-hero-anim__canvas{right:50%;transform:translate(50%,-50%)}}.landing-discover__trail{position:absolute;inset:0;pointer-events:none;opacity:0;z-index:4;transition:opacity .25s ease}.landing-discover__trail--on{opacity:1}.landing-discover__trail-arrow,.landing-discover__trail-dot{position:absolute;top:0;left:0;will-change:transform}.landing-discover__trail-arrow{width:26px;height:26px;margin-left:-13px;margin-top:-13px;filter:drop-shadow(0 2px 5px rgba(148,39,39,.3))}.landing-discover__trail-arrow svg{display:block;width:100%;height:100%}.landing-discover__trail-dot{width:9px;height:9px;margin-left:-4.5px;margin-top:-4.5px;border-radius:50%;background:#942727}.landing-discover__trail-dot:nth-child(2){opacity:.72}.landing-discover__trail-dot:nth-child(3){opacity:.56;width:8px;height:8px;margin-left:-4px;margin-top:-4px}.landing-discover__trail-dot:nth-child(4){opacity:.42;width:7px;height:7px;margin-left:-3.5px;margin-top:-3.5px}.landing-discover__trail-dot:nth-child(5){opacity:.3;width:6px;height:6px;margin-left:-3px;margin-top:-3px}.landing-discover__trail-dot:nth-child(6){opacity:.2;width:5px;height:5px;margin-left:-2.5px;margin-top:-2.5px}.landing-discover__trail-label{position:absolute;top:0;left:0;will-change:transform}.landing-discover__trail-label-inner{display:inline-block;white-space:nowrap;padding:.2rem .55rem;border-radius:9999px;background:rgba(255,252,250,.9);box-shadow:0 4px 12px -6px rgba(148,39,39,.4);font-family:Inter,system-ui,sans-serif;font-style:italic;font-weight:500;font-size:.86rem;line-height:1.2;color:#5c534e;transform-origin:left center;animation:landing-trail-label-bob 2.6s ease-in-out infinite}.landing-discover__trail-label-inner strong{display:inline-block;color:#942727;font-weight:700;animation:landing-trail-joblet-pulse 1.8s ease-in-out infinite}@keyframes landing-trail-label-bob{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-3px) rotate(2deg)}}@keyframes landing-trail-joblet-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@media (prefers-reduced-motion:reduce){.landing-discover__trail-label-inner,.landing-discover__trail-label-inner strong{animation:none}}.landing-discover{position:relative;display:flex;flex-direction:column;align-items:flex-end;margin-right:22px}.landing-discover__cta-row{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.landing-discover__guy{line-height:0;pointer-events:none;transform-origin:center bottom;animation:landing-discover-guy-enter .7s cubic-bezier(.22,1,.36,1) both}.landing-discover__guy-art{width:clamp(15rem,20vw,21rem);height:auto;overflow:visible;filter:drop-shadow(0 6px 14px rgba(148,39,39,.12))}.landing-discover__sparkle{animation:landing-discover-sparkle-twinkle 2.6s ease-in-out infinite;animation-delay:var(--sparkle-delay,0s);transform-box:fill-box}@keyframes landing-discover-sparkle-twinkle{0%,to{opacity:.35;transform:scale(.7) rotate(0deg)}50%{opacity:1;transform:scale(1.15) rotate(12deg)}}.landing-discover__guy-bob{animation:landing-discover-bob 4.2s ease-in-out infinite;transform-origin:150px 112px;transform-box:view-box}.landing-discover__sip-arm{transform-origin:150px 90px;transform-box:view-box;animation:landing-discover-sip 5.5s ease-in-out infinite}.landing-discover__steam{transform-origin:87px 78px;transform-box:view-box;animation:landing-discover-steam-burst 5.5s ease-in-out infinite}.landing-discover__steam-wisp{animation:landing-discover-steam 2.8s ease-in-out infinite}.landing-discover__steam-wisp--2{animation-delay:.45s}.landing-discover__steam-wisp--3{animation-delay:.9s;opacity:.6}.landing-discover__btn{position:relative;z-index:4;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.85rem 1.75rem;font-family:Inter,system-ui,sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:-.01em;color:#fff;background:linear-gradient(165deg,brown,#942727 48%,#7a1f1f);border:none;border-radius:9999px;cursor:pointer;box-shadow:0 10px 28px -12px rgba(148,39,39,.55),0 2px 6px rgba(26,26,26,.08);transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,filter .28s ease;animation:landing-discover-btn-idle 3.6s ease-in-out infinite}.landing-discover__btn-text{line-height:1}.landing-discover__btn-arrow{width:1.15rem;height:1.15rem;transition:transform .28s cubic-bezier(.22,1,.36,1)}.landing-discover--open .landing-discover__btn,.landing-discover:focus-within .landing-discover__btn,.landing-discover:hover .landing-discover__btn{transform:translateY(-2px) scale(1.02);box-shadow:0 16px 36px -14px rgba(148,39,39,.62),0 4px 10px rgba(26,26,26,.1);animation:none}.landing-discover--open .landing-discover__btn-arrow,.landing-discover:focus-within .landing-discover__btn-arrow,.landing-discover:hover .landing-discover__btn-arrow{transform:translateX(4px)}.landing-discover__btn:focus-visible{outline:2px solid #942727;outline-offset:3px}.landing-discover__scribble{display:flex;flex-direction:column;align-items:flex-start;padding-bottom:.1rem;opacity:.72;transform:translateY(4px);transition:opacity .35s ease,transform .35s cubic-bezier(.22,1,.36,1)}.landing-discover--open .landing-discover__scribble,.landing-discover:focus-within .landing-discover__scribble,.landing-discover:hover .landing-discover__scribble{opacity:1;transform:translateY(0)}.landing-discover__scribble-arrow{width:4.5rem;height:auto;margin-left:.15rem;opacity:.85;transform:scaleX(-1)}.landing-discover__note{margin:0;max-width:11.5rem;font-family:Inter,system-ui,sans-serif;font-style:italic;font-size:.9rem;line-height:1.25;color:#5c534e;text-align:left}.landing-discover__note strong{color:#942727;font-weight:700}.landing-discover__menu{position:absolute;top:calc(100% + .45rem);right:0;min-width:17rem;display:flex;flex-direction:column;gap:.25rem;padding:.5rem;background:rgba(255,252,250,.52);backdrop-filter:blur(22px) saturate(1.75);-webkit-backdrop-filter:blur(22px) saturate(1.75);border:1px solid hsla(0,0%,100%,.78);border-radius:18px;box-shadow:0 20px 50px -18px rgba(148,39,39,.35),0 8px 24px -12px rgba(26,26,26,.14),inset 0 1px 0 hsla(0,0%,100%,.92),inset 0 -1px 0 rgba(148,39,39,.06);opacity:0;transform:translateY(12px) scale(.94);transform-origin:top right;pointer-events:none;z-index:40;overflow:hidden;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1)}.landing-discover__menu:before{content:"";position:absolute;left:0;right:0;top:-1.35rem;height:1.35rem}.landing-discover__menu-shine{position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.55),hsla(0,0%,100%,.08) 42%,transparent 58%);pointer-events:none;border-radius:inherit}.landing-discover--open .landing-discover__menu,.landing-discover:focus-within .landing-discover__menu,.landing-discover:hover .landing-discover__menu{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.landing-discover__item{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:.12rem;width:100%;padding:.7rem .9rem;text-align:left;background:hsla(0,0%,100%,.28);border:1px solid transparent;border-radius:12px;cursor:pointer;opacity:0;transform:translateX(10px);transition:background .2s ease,border-color .2s ease,color .2s ease,transform .26s cubic-bezier(.22,1,.36,1),opacity .26s ease,box-shadow .2s ease;transition-delay:calc(var(--discover-i, 0) * 50ms + 40ms)}.landing-discover--open .landing-discover__item,.landing-discover:focus-within .landing-discover__item,.landing-discover:hover .landing-discover__item{opacity:1;transform:translateX(0)}.landing-discover__item-label{font-family:Inter,system-ui,sans-serif;font-size:.94rem;font-weight:700;color:#1a1a1a;line-height:1.2}.landing-discover__item-hint{font-family:Inter,system-ui,sans-serif;font-size:.76rem;font-weight:500;color:#8a807b;line-height:1.2}.landing-discover__item:focus-visible,.landing-discover__item:hover{background:hsla(0,0%,100%,.72);border-color:rgba(148,39,39,.12);box-shadow:0 4px 14px -6px rgba(148,39,39,.18);outline:none;transform:translateX(2px)}.landing-discover__item:focus-visible .landing-discover__item-label,.landing-discover__item:hover .landing-discover__item-label{color:#942727}@keyframes landing-discover-guy-enter{0%{opacity:0;transform:translateY(12px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes landing-discover-bob{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-3px) rotate(.5deg)}}@keyframes landing-discover-sip{0%,28%,72%,to{transform:rotate(0deg) translateY(0)}38%,48%{transform:rotate(-14deg) translateY(-2px)}43%{transform:rotate(-16deg) translateY(-2px)}}@keyframes landing-discover-steam-burst{0%,30%,70%,to{transform:scale(1);opacity:1}40%,50%{transform:scale(1.08);opacity:1}}@keyframes landing-discover-steam{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:.9;transform:translateY(-4px)}}@keyframes landing-discover-btn-idle{0%,to{box-shadow:0 10px 28px -12px rgba(148,39,39,.55),0 2px 6px rgba(26,26,26,.08)}50%{box-shadow:0 14px 32px -10px rgba(148,39,39,.48),0 3px 8px rgba(26,26,26,.1)}}@media (prefers-reduced-motion:reduce){.landing-discover__btn,.landing-discover__guy,.landing-discover__guy-bob,.landing-discover__sip-arm,.landing-discover__steam,.landing-discover__steam-wisp{animation:none!important}.landing-discover__item,.landing-discover__menu,.landing-discover__scribble{transition:none!important}.landing-discover--open .landing-discover__item,.landing-discover:focus-within .landing-discover__item,.landing-discover:hover .landing-discover__item{opacity:1;transform:none}}@media (max-width:960px){.landing-industry-orbit__row--discover{flex-wrap:wrap;gap:clamp(1rem,3vw,1.75rem)}.landing-discover-hero{flex:1 1 100%;width:100%}.landing-discover-hero:before{display:none}}@media (pointer:coarse){.landing-discover__trail{display:none}.landing-discover-hero{min-height:auto;cursor:default}}@media (max-width:720px){.landing-industry-orbit__row--discover{flex-direction:column;align-items:center}.landing-industry-orbit__stage{margin:0 auto}.landing-discover-hero{flex-direction:column;align-items:center;text-align:center;padding-left:0;margin-top:1.5rem;gap:clamp(2.5rem,8vw,3.5rem);cursor:default}.landing-discover-hero:before{display:none}.landing-discover-hero__content,.landing-discover-hero__tagline{align-items:center;text-align:center}.landing-discover-hero__tagline{position:static;max-width:100%;margin-bottom:1rem}.landing-discover-hero__subtitle{max-width:28ch}.landing-discover{align-items:center;width:100%;margin-right:0}.landing-discover__cta-row{flex-direction:column;align-items:center}.landing-discover__menu{right:auto;left:50%;transform:translate(-50%,10px) scale(.96);transform-origin:top center}.landing-discover--open .landing-discover__menu,.landing-discover:focus-within .landing-discover__menu,.landing-discover:hover .landing-discover__menu{transform:translate(-50%) scale(1)}}@media (max-width:980px){.landing-discover-hero__anim-wrap{display:none}}.landing-explore,.landing-industry-orbit__explore{display:none}.lazyguy-bob{animation:lazyguy-bob 4.6s ease-in-out infinite}@keyframes lazyguy-bob{0%,to{transform:translateY(0)}50%{transform:translateY(1.6px)}}.lazyguy-steam__wisp{fill:none;stroke:#c9b8b1;stroke-width:2;stroke-linecap:round;opacity:0;animation:lazyguy-steam 3.2s ease-in-out infinite}.lazyguy-steam__wisp--2{animation-delay:1.1s}@keyframes lazyguy-steam{0%{opacity:0;transform:translateY(4px)}35%{opacity:.75}70%{opacity:.45}to{opacity:0;transform:translateY(-7px)}}.lazyguy-z{opacity:0;animation:lazyguy-z 3.6s ease-in-out infinite}.lazyguy-z--2{animation-delay:.55s}.lazyguy-z--3{animation-delay:1.1s}@keyframes lazyguy-z{0%{opacity:0;transform:translateY(3px)}40%{opacity:.85}to{opacity:0;transform:translate(4px,-9px)}}@media (prefers-reduced-motion:reduce){.lazyguy-bob,.lazyguy-steam__wisp,.lazyguy-z{animation:none}.lazyguy-steam__wisp,.lazyguy-z{opacity:.5}}.landing-trending{position:relative;z-index:3;width:100%;padding:clamp(.75rem,2vw,1.25rem) 0 clamp(.5rem,1.5vw,.85rem);box-sizing:border-box;background:transparent;pointer-events:auto}.landing-trending__toggle{display:flex;align-items:center;justify-content:center;gap:.6rem;margin:0 auto;padding:.35rem .5rem;background:transparent;border:none;cursor:pointer;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.05rem;font-weight:500;color:#2a2620;-webkit-tap-highlight-color:transparent}.landing-trending__toggle:focus-visible,.landing-trending__toggle:hover{color:#942727;outline:none}.landing-trending__chevron{width:1.05rem;height:1.05rem;flex-shrink:0;transition:transform .25s ease}.landing-trending__chevron--open{transform:rotate(180deg)}.landing-trending__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.5rem,3vw,3rem);margin-top:clamp(1.5rem,3.5vw,2.25rem);background:#fff;padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(42,38,32,.08);border-radius:16px;box-shadow:0 4px 20px rgba(42,38,32,.05)}.landing-trending__heading{margin:0 0 1rem;font-family:Inter,system-ui,sans-serif;font-size:.95rem;font-weight:700;color:#1a1815}.landing-trending__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.landing-trending__link{font-family:Inter,system-ui,sans-serif;font-size:.9rem;line-height:1.35;color:rgba(42,38,32,.7);text-decoration:none;transition:color .15s ease}.landing-trending__link:focus-visible,.landing-trending__link:hover{color:#942727;text-decoration:underline;text-underline-offset:2px;outline:none}@media (max-width:900px){.landing-trending__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}@media (max-width:520px){.landing-trending__grid{grid-template-columns:1fr}}.landing-hero-extend-trending{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 10px;width:100%;max-width:min(calc(52rem + 50px - 70px),100%);margin-inline:0;padding-inline:0;box-sizing:border-box}.landing-hero-extend-trending__label{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(42,38,32,.48);line-height:1.2;margin-right:2px}.landing-hero-extend-trending__tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.landing-hero-extend-trending__tag{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:500;line-height:1.2;color:rgba(26,24,21,.72);background:transparent;border:1px solid rgba(42,38,32,.12);border-radius:100px;padding:6px 12px;cursor:pointer;transition:color .15s ease,border-color .15s ease;-webkit-tap-highlight-color:transparent}.landing-hero-extend-trending__tag:focus-visible,.landing-hero-extend-trending__tag:hover{color:#000;border-color:rgba(42,38,32,.22);outline:none}.landing-hero-dashboard{width:100%;max-width:min(calc(52rem + 50px + 200px),100%);margin:.75rem 0 0;box-sizing:border-box;pointer-events:auto;padding-inline:0}.landing-hero-extend-dashboard-overlay .landing-hero-dashboard{margin:0;align-self:center;max-width:min(calc(52rem + 60px + 200px),100%);width:min(100%,calc(52rem + 60px + 200px));min-width:0;position:relative;z-index:1;pointer-events:auto}.landing-hero-extend-dashboard-overlay .landing-hero-dashboard__panel{width:100%;min-width:0;box-sizing:border-box;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.85)}.landing-hero-dashboard__frame{box-sizing:border-box;display:block;width:100%;max-width:100%;margin-inline:auto;padding:10px;border-radius:calc(1.5rem + 10px);background:hsla(0,0%,100%,.22);border:1px solid hsla(0,0%,100%,.46);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.38);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.landing-hero-extend-dashboard-overlay .landing-hero-dashboard__frame{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.landing-hero-dashboard__panel{position:relative;border-radius:24px;background:linear-gradient(145deg,hsla(0,0%,100%,.94),rgba(255,254,252,.9));border:1px solid rgba(42,38,32,.1);box-shadow:0 20px 48px -12px rgba(42,38,32,.12),inset 0 0 0 1px hsla(0,0%,100%,.8);padding:clamp(1.1rem,2.5vw,1.35rem) clamp(1rem,2.5vw,1.25rem);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden}.landing-hero-dashboard__head{display:block;margin-bottom:.9rem;text-align:left}.landing-hero-dashboard__title{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(1.05rem,2.2vw,1.2rem);font-weight:700;color:#1a1815;letter-spacing:-.02em;line-height:1.25}.landing-hero-dashboard__sub{margin:.2rem 0 0;max-width:32rem;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;line-height:1.5;color:rgba(42,38,32,.6)}.landing-hero-dashboard__kpi{display:grid;grid-template-columns:1fr;gap:.5rem .6rem;margin-bottom:.75rem}@media (min-width:600px){.landing-hero-dashboard__kpi{grid-template-columns:repeat(3,1fr);gap:.5rem .5rem}}.landing-hero-dashboard__kpi-card{background:rgba(42,38,32,.03);border:1px solid rgba(42,38,32,.07);border-radius:14px;padding:.5rem .55rem;min-width:0}.landing-hero-dashboard__kpi-label{margin:0;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(42,38,32,.45);line-height:1.2;font-family:Inter,system-ui,sans-serif}.landing-hero-dashboard__kpi-value{margin:.15rem 0 0;font-size:1.25rem;font-weight:800;letter-spacing:-.03em;color:#1a1815;line-height:1.1;font-family:Inter,system-ui,sans-serif;font-variant-numeric:tabular-nums}.landing-hero-dashboard__kpi-sub{margin:.1rem 0 0;font-size:9px;line-height:1.2;color:rgba(42,38,32,.5);font-family:Inter,system-ui,sans-serif}.landing-hero-dashboard__chart-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.5rem .55rem;margin-bottom:.7rem;align-items:stretch}.landing-hero-dashboard__chart-row--single{grid-template-columns:1fr}.landing-hero-dashboard__chart-row--single .landing-hero-dashboard__profile-card{grid-column:1}.landing-hero-dashboard__chart{grid-column:1;min-width:0;background:linear-gradient(180deg,rgba(42,38,32,.02),rgba(42,38,32,0));border:1px solid rgba(42,38,32,.05);border-radius:14px;padding:.4rem .5rem .1rem}.landing-hero-dashboard__profile-card{grid-column:2;min-width:0;display:flex;flex-direction:column;background:linear-gradient(165deg,rgba(42,38,32,.04),rgba(42,38,32,.02));border:1px solid rgba(42,38,32,.08);border-radius:14px;padding:.45rem .5rem;font-family:Inter,system-ui,sans-serif}@media (max-width:440px){.landing-hero-dashboard__chart-row{grid-template-columns:1fr}.landing-hero-dashboard__profile-card{grid-column:1}}.landing-hero-dashboard__profile-card__eyebrow{margin:0 0 .2rem;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(42,38,32,.48);line-height:1.2}.landing-hero-dashboard__profile-card__score-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.landing-hero-dashboard__profile-ring{position:relative;flex-shrink:0;width:40px;height:40px}.landing-hero-dashboard__profile-ring__svg{display:block}.landing-hero-dashboard__profile-ring__track{stroke:rgba(42,38,32,.1);stroke-width:3.25px}.landing-hero-dashboard__profile-ring__label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;letter-spacing:-.03em;color:#1a1815;font-variant-numeric:tabular-nums;line-height:1;pointer-events:none}.landing-hero-dashboard__profile-card__score-meta{display:flex;flex-direction:column;gap:.05rem;min-width:0}.landing-hero-dashboard__profile-card__score-label{font-size:11px;font-weight:700;color:rgba(42,38,32,.88);line-height:1.15}.landing-hero-dashboard__profile-card__score-hint{font-size:9px;color:rgba(42,38,32,.48);line-height:1.2}.landing-hero-dashboard__profile-card__chart-title{margin:.1rem 0 .15rem;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgba(42,38,32,.42)}.landing-hero-dashboard__profile-card__chart-scale{display:flex;justify-content:space-between;margin:0 0 .12rem;padding:0 1px;font-size:7px;font-weight:600;font-variant-numeric:tabular-nums;color:rgba(42,38,32,.32);letter-spacing:.02em}.landing-hero-dashboard__profile-bars{display:flex;flex-direction:column;gap:.32rem;flex:1;min-height:0;margin-top:.05rem}.landing-hero-dashboard__profile-bar{display:flex;flex-direction:column;gap:.12rem}.landing-hero-dashboard__profile-bar__row{display:flex;align-items:baseline;justify-content:space-between;gap:.35rem;min-width:0}.landing-hero-dashboard__profile-bar__title{font-size:9px;font-weight:700;color:#1a1815;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-hero-dashboard__profile-bar__pct{flex-shrink:0;font-size:8px;font-weight:800;font-variant-numeric:tabular-nums;color:#942727}.landing-hero-dashboard__profile-bar__track{position:relative;height:5px;border-radius:999px;background:rgba(42,38,32,.07);overflow:hidden}.landing-hero-dashboard__profile-bar__fill{display:block;height:100%;min-width:3px;border-radius:inherit;background:linear-gradient(90deg,rgba(122,31,31,.95),rgba(148,39,39,.9) 55%,rgba(184,67,60,.82));box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.35);transition:width .45s cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:reduce){.landing-hero-dashboard__profile-bar__fill{transition:none}}.landing-hero-dashboard__profile-bar__company{font-size:7.5px;color:rgba(42,38,32,.45);line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-hero-dashboard__chart-title{margin:0 0 .25rem;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(42,38,32,.48);font-family:Inter,system-ui,sans-serif}.landing-hero-dashboard__chart-svg{display:block;width:100%;height:72px;vertical-align:top}.landing-hero-dashboard__map{grid-column:1;min-width:0;display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(148,39,39,.05),hsla(14,40%,72%,.04));border:1.5px solid rgba(148,39,39,.28);border-radius:14px;padding:.55rem .65rem .6rem;font-family:Inter,system-ui,sans-serif;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.55),0 6px 14px -10px rgba(148,39,39,.22)}@media (max-width:440px){.landing-hero-dashboard__map{grid-column:1}}.landing-hero-dashboard__map-title{margin:0 0 .3rem;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(42,38,32,.55)}.landing-hero-dashboard__map-svg{display:block;width:100%;flex:1;min-height:0;max-height:150px;border-radius:10px;overflow:hidden}.landing-hero-dashboard__map-caption{margin:.4rem 0 0;display:inline-flex;align-items:center;gap:.35rem;font-size:10.5px;font-weight:600;letter-spacing:.04em;color:#942727}.landing-hero-dashboard__map-caption__dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#942727;box-shadow:0 0 0 3px rgba(148,39,39,.18)}.landing-hero-dashboard__jobs-wrap{margin-top:.05rem}.landing-hero-dashboard__jobs-eyebrow{margin:0 0 .4rem;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(42,38,32,.48);font-family:Inter,system-ui,sans-serif}.landing-hero-dashboard__jobs-track{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:.45rem;overflow:visible;padding-bottom:.15rem;margin:0 -.05rem;padding-inline:.05rem;font-family:Inter,system-ui,sans-serif}.landing-hero-dashboard__job-card{flex:1 1 140px;width:auto;min-width:130px;max-width:180px;box-sizing:border-box;padding:.45rem .5rem .4rem;border-radius:12px;background:hsla(0,0%,100%,.72);border:1px solid rgba(42,38,32,.09);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9)}.landing-hero-dashboard__job-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.35rem;margin-bottom:.15rem}.landing-hero-dashboard__job-card__title{margin:0;font-size:11px;font-weight:700;letter-spacing:-.02em;line-height:1.25;color:#1a1815}.landing-hero-dashboard__job-card__match{flex-shrink:0;font-size:8px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#942727;line-height:1.2;white-space:nowrap}.landing-hero-dashboard__job-card__company{margin:0 0 .2rem;font-size:9px;font-weight:600;color:rgba(42,38,32,.58);line-height:1.2}.landing-hero-dashboard__job-card__meta{margin:0 0 .25rem;font-size:8.5px;line-height:1.35;color:rgba(42,38,32,.52)}.landing-hero-dashboard__job-card__meta-sep{margin:0 .2em;opacity:.65}.landing-hero-dashboard__job-card__posted{margin:0;font-size:8px;color:rgba(42,38,32,.42);line-height:1.2}.landing-hero-dashboard__disclaimer{margin:.5rem 0 0;text-align:center;font-size:9px;line-height:1.3;color:rgba(42,38,32,.4);font-family:Inter,system-ui,sans-serif}@media (max-width:500px){.landing-hero-dashboard__jobs-track{gap:.4rem}.landing-hero-dashboard__job-card{flex:1 1 calc(50% - 0.25rem);min-width:0}}.landing-hero-extend-dashboard-scene{z-index:0;display:flex;flex-direction:column;align-items:stretch;border-radius:clamp(18px,2.5vw,32px);box-shadow:none;overflow:hidden;background:var(--landing-dash-scene-bg);margin:clamp(1.75rem,3vw,2.25rem) auto 0}.landing-hero-company-marquee-wrap,.landing-hero-extend-dashboard-scene{position:relative;width:min(1360px,100%);max-width:100%;min-width:0;align-self:center;flex-shrink:0}.landing-hero-company-marquee-wrap{z-index:2;box-sizing:border-box;margin-top:clamp(6rem,12vw,10rem);margin-bottom:clamp(6rem,12vw,10rem);padding:clamp(2rem,4vw,2.75rem) 0 clamp(1rem,2vw,1.5rem);pointer-events:auto;overflow-x:hidden;overflow-y:visible}.landing-hero-company-marquee-heading{margin:0;padding:0 clamp(.5rem,2vw,1rem) clamp(1.5rem,3.5vw,2.5rem);text-align:center;text-transform:none;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.55rem,1.2rem + 1.2vw,2.15rem);font-weight:700;letter-spacing:-.03em;line-height:1.08;color:#0a0a0a;font-synthesis:none;font-optical-sizing:auto}.landing-hero-company-marquee-wrap .floating-card-marquee--hero-below-dash{width:100%;max-width:100%;min-width:0;margin:0;padding:.55rem 0 .45rem;box-sizing:border-box;overflow-x:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.landing-hero-company-marquee-wrap .floating-card-marquee.floating-card-marquee--hero-below-dash{margin-left:0;margin-right:0;width:100%}.landing-hero-company-marquee-wrap .floating-card-marquee-track{display:flex;flex-direction:row;width:-moz-max-content;width:max-content;animation:floating-card-marquee 48s linear infinite}.landing-hero-company-marquee-wrap .floating-card-marquee-list{align-items:center;gap:clamp(2rem,4.5vw,3.25rem);padding:.5rem 1.5rem}.landing-hero-company-marquee-wrap .floating-card-marquee-item{display:inline-flex;flex-shrink:0;padding:0;background:transparent;border:none;box-shadow:none;cursor:default}.landing-hero-company-marquee-wrap .landing-trusted-marquee__link{display:inline-flex;flex-direction:row;align-items:center;gap:0;text-decoration:none;color:inherit;white-space:nowrap;cursor:pointer}.landing-hero-company-marquee-wrap .floating-card-marquee-icon{width:2.85rem;height:2.85rem;flex-shrink:0;border-radius:.5rem;border:1px solid rgba(26,26,26,.12);background:transparent;color:rgba(0,0,0,.42);display:flex;align-items:center;justify-content:center}.landing-hero-company-marquee-wrap .floating-card-marquee-brand-svg{width:1.65rem;height:1.65rem;display:block;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.landing-hero-company-marquee-wrap .floating-card-marquee-logo-img{filter:grayscale(1);opacity:.75;transition:opacity .2s ease,filter .2s ease}.landing-hero-company-marquee-wrap .floating-card-marquee-initial{font-family:Inter,system-ui,sans-serif;font-size:.88rem;font-weight:700;color:rgba(0,0,0,.42);line-height:1}.landing-hero-company-marquee-wrap .floating-card-marquee-name{font-family:Inter,system-ui,sans-serif;font-size:clamp(1.05rem,.9rem + .35vw,1.2rem);font-weight:600;letter-spacing:.01em;color:rgba(0,0,0,.46);white-space:nowrap;transition:color .2s ease}.landing-hero-company-marquee-wrap .floating-card-marquee-item:focus-within .floating-card-marquee-name,.landing-hero-company-marquee-wrap .floating-card-marquee-item:hover .floating-card-marquee-name{color:#0a0a0a}.landing-hero-company-marquee-wrap .floating-card-marquee-item:focus-within .floating-card-marquee-icon,.landing-hero-company-marquee-wrap .floating-card-marquee-item:hover .floating-card-marquee-icon{color:#0a0a0a;border-color:rgba(26,26,26,.22)}.landing-hero-company-marquee-wrap .floating-card-marquee-item:focus-within .floating-card-marquee-logo-img,.landing-hero-company-marquee-wrap .floating-card-marquee-item:hover .floating-card-marquee-logo-img{opacity:1}@media (prefers-reduced-motion:reduce){.landing-hero-company-marquee-wrap .floating-card-marquee-track{animation:none}}@media (max-width:720px){.landing-hero-company-marquee-wrap,.landing-hero-extend-dashboard-scene{align-self:stretch;width:100%}.landing-hero-company-marquee-wrap .floating-card-marquee--hero-below-dash{mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.landing-hero-company-marquee-wrap .floating-card-marquee-list{gap:clamp(1.35rem,4vw,2rem)}}@media (min-width:1280px) and (min-height:800px){.landing-hero-extend-dashboard-scene{margin-top:calc(clamp(24px, 4.5vw, 48px) + 100px)}}.landing-hero-extend-dashboard-overlay{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;place-content:center;box-sizing:border-box;padding:50px clamp(.35rem,1.5vw,.9rem) clamp(.5rem,1.5vw,1.5rem);pointer-events:none;overflow:visible;background:transparent}.landing-hero-extend-headline-row{display:flex;justify-content:center;width:100%;margin:-12px 0 48px}.landing-hero-extend-headline-cluster{width:100%;max-width:100%}.landing-hero-extend-headline{margin:0;padding:0;width:100%;max-width:100%;font-family:Crimson Pro,Georgia,Times New Roman,serif;font-size:clamp(2.4rem,1.9rem + 3.6vw,96px);font-weight:500;font-optical-sizing:auto;line-height:.98;letter-spacing:-.03em;font-synthesis:none;color:#1a1815;text-align:center}.landing-hero-extend-headline .landing-accent{font-family:inherit;color:#942727}.landing-hero-extend-headline-dim{color:rgba(26,24,21,.84)}.landing-hero-extend-headline-line{display:block}.landing-hero-extend-headline-line--first{white-space:normal}.landing-hero-extend-headline-line+.landing-hero-extend-headline-line{margin-top:.12em}.landing-hero-extend-headline-line--second{display:block}.landing-hero-extend-headline-phrase-job-now{display:inline-block;white-space:nowrap;max-width:100%}@media (min-width:640px){.landing-hero-extend-headline-line--first{white-space:nowrap}}.landing-hero-extend-search-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.75rem;width:100%;min-width:0;max-width:min(calc(52rem + 50px - 70px),100%);margin:clamp(1.25rem,3vw,2rem) auto 0}@media (min-width:641px){.landing-hero-extend-search-row{gap:0}}.landing-hero-extend .landing-hero-extend-search-form{display:flex;flex-direction:column;gap:.875rem;width:100%;box-sizing:border-box}@media (min-width:641px){.landing-hero-extend .landing-search.landing-search--dual.landing-hero-extend-search-form{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.5rem;padding:5px 6px 5px 1.15rem;border-radius:9999px}.landing-hero-extend .landing-search.landing-search--dual.landing-hero-extend-search-form .landing-search-dual-inner{background:transparent;border:none;box-shadow:none;padding:0}.landing-hero-extend .landing-hero-get-hired-btn{align-self:center;flex-shrink:0;min-height:calc(2.65rem + 6px);border-radius:9999px;padding-left:1.15rem;padding-right:1.25rem}}.landing-hero-extend .landing-search{flex:1 1 auto;min-width:0;width:auto;background:color-mix(in srgb,var(--page-bg) 96.5%,#2a2620);border:1px solid var(--landing-extend-search-outline);box-shadow:0 1px 5px rgba(42,38,32,.07);padding:8px 1.35rem 8px 1.5rem;gap:.65rem;border-radius:12px}.landing-hero-extend .landing-search.landing-search--dual{padding:6px 1rem 6px 1.1rem;gap:0;border-radius:12px;overflow:visible}.landing-hero-extend .landing-search-dual-inner{display:flex;flex:1 1 auto;align-items:stretch;min-width:0;width:100%;overflow:visible}.landing-hero-extend .landing-search-segment{flex:1 1 0;display:flex;flex-direction:row;align-items:center;gap:.7rem;min-width:0;padding:0 .4rem}.landing-hero-extend .landing-search-segment:first-child{padding-left:.2rem}.landing-hero-extend .landing-search-segment:last-child{padding-right:.35rem}.landing-hero-extend .landing-search-segment__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:rgba(42,38,32,.58);line-height:0}.landing-hero-extend .landing-search-segment__svg{width:1.28rem;height:1.28rem;display:block}.landing-hero-extend .landing-search-divider{flex-shrink:0;width:1px;align-self:stretch;margin:.55rem 0;background:rgba(42,38,32,.26)}.landing-hero-extend .landing-search-input{color:#0e0d0b;background:transparent;min-height:2.85rem;font-size:1.05rem}.landing-hero-extend .landing-search--dual .landing-search-input{min-height:2.65rem;font-size:.98rem;font-weight:400}.landing-hero-extend .landing-search-input::-moz-placeholder{color:rgba(42,38,32,.62)}.landing-hero-extend .landing-search-input::placeholder{color:rgba(42,38,32,.62)}.landing-hero-extend .landing-search-segment--suggest{position:relative;align-items:stretch}.landing-hero-extend .landing-search-suggest-field{position:relative;flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center}.landing-hero-extend .landing-hero-suggest-list{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:400;margin:0;padding:.35rem 0;list-style:none;background:color-mix(in srgb,var(--page-bg) 98%,#fff);border:1px solid rgba(42,38,32,.14);border-radius:10px;box-shadow:0 10px 28px rgba(42,38,32,.12);max-height:240px;overflow-y:auto}.landing-hero-extend .landing-hero-suggest-item{display:block;width:100%;margin:0;padding:.55rem .85rem;border:none;background:transparent;color:#0e0d0b;font:inherit;font-size:.95rem;text-align:left;cursor:pointer;line-height:1.35}.landing-hero-extend .landing-hero-suggest-item:focus-visible,.landing-hero-extend .landing-hero-suggest-item:hover{background:rgba(136,34,34,.08);outline:none}.landing-hero-extend .landing-hero-suggest-item--active{background:rgba(136,34,34,.1)}.landing-hero-extend .landing-hero-suggest-item--muted{cursor:default;color:rgba(42,38,32,.55);font-size:.9rem}.landing-hero-extend .landing-hero-suggest-item--muted:focus-visible,.landing-hero-extend .landing-hero-suggest-item--muted:hover{background:transparent}.landing-hero-extend .landing-hero-suggest-section{padding:.4rem .85rem .25rem;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:rgba(42,38,32,.52);background:rgba(42,38,32,.05)}@media (max-width:640px){.landing-hero-extend .landing-search-dual-inner{flex-direction:column;align-items:stretch}.landing-hero-extend .landing-search-divider{width:auto;height:1px;margin:.15rem .5rem;align-self:stretch}.landing-hero-extend .landing-search-segment{padding:.15rem .35rem}.landing-hero-extend .landing-search-segment:first-child{padding-top:.35rem}.landing-hero-extend .landing-search-segment:last-child{padding-bottom:.35rem}}.landing-hero-get-hired__icon--mobile{display:none}@media (max-width:640px){.landing-hero-get-hired__icon--desktop{display:none}.landing-hero-get-hired__icon--mobile{display:inline-flex;align-items:center;justify-content:center}}.landing-hero-extend .landing-hero-cta-btn{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:.65rem}.landing-hero-extend .landing-hero-cta-btn__text{position:relative;z-index:1;white-space:nowrap}.landing-hero-get-hired__arrow{width:1.12rem;height:1.12rem;flex-shrink:0;display:block;color:#fff}@media (max-width:640px){.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn{position:relative;isolation:isolate;overflow:visible;transform:none;background:#822;border:1px solid #822;color:#fff;box-shadow:0 2px 12px rgba(136,34,34,.37);padding:.68rem 1.15rem;min-height:3rem;font-size:.95rem;font-weight:700;flex-shrink:0;align-self:stretch;box-sizing:border-box;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,filter .15s ease}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:before{content:none;display:none}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:focus-visible,.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:hover{transform:none;color:#fff;border-color:#7a1e1e;background:#942a2a;box-shadow:0 4px 18px rgba(136,34,34,.42)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:active{transform:none;filter:brightness(.96);box-shadow:0 2px 10px rgba(42,38,32,.12)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:active:not(:hover):not(:focus-visible){filter:none;background:#6f1c1c;border-color:#6f1c1c;color:#faf8f5;box-shadow:0 2px 8px rgba(111,28,28,.37)}@media (prefers-reduced-motion:reduce){.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn{transition:none}}}@media (min-width:641px){.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn.landing-hero-cta-btn{gap:.9rem}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn{--landing-hero-cta-expand-dur:0.58s;--landing-hero-cta-expand-ease:cubic-bezier(0.4,0,0.2,1);--landing-hero-cta-text-dur:0.09s;--landing-hero-cta-text-ease:cubic-bezier(0.4,0,1,1);position:relative;isolation:isolate;overflow:hidden;transform:none;background:#822;border:1px solid #822;color:#fff;box-shadow:0 2px 12px rgba(136,34,34,.37);padding:.68rem 1rem;min-height:3rem;font-size:.95rem;flex-shrink:0;box-sizing:border-box;transition:color var(--landing-hero-cta-text-dur) var(--landing-hero-cta-text-ease),border-color var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease),box-shadow var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:before{content:"";position:absolute;z-index:0;right:1rem;top:50%;margin-top:-1rem;width:2rem;height:2rem;border-radius:50%;background:#f7f2ec;transform:scale(1);transform-origin:center center;pointer-events:none;will-change:transform;backface-visibility:hidden;transition:transform var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:focus-visible,.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:hover{transform:none;color:#822;border-color:#822;box-shadow:0 4px 20px rgba(42,38,32,.1)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:focus-visible:before,.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:hover:before{transform:scale(32)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:active{transform:none;filter:brightness(.96);box-shadow:0 2px 10px rgba(42,38,32,.12)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:active:not(:hover):not(:focus-visible){filter:none;background:#6f1c1c;border-color:#6f1c1c;color:#faf8f5;box-shadow:0 2px 8px rgba(111,28,28,.37)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn .landing-hero-cta-circle{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#f7f2ec;color:#822;flex-shrink:0;transition:transform var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease),background-color var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn .landing-hero-cta-circle__svg{width:1.15rem;height:1.15rem;display:block}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:focus-visible .landing-hero-cta-circle,.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:hover .landing-hero-cta-circle{background-color:transparent;transform:rotate(-42deg)}@media (prefers-reduced-motion:reduce){.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn,.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn .landing-hero-cta-circle,.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:before{transition:none}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:focus-visible .landing-hero-cta-circle,.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:hover .landing-hero-cta-circle{transform:none}}}.jd-page .jd-hero-cta-apply{--landing-hero-cta-expand-dur:0.58s;--landing-hero-cta-expand-ease:cubic-bezier(0.4,0,0.2,1);--landing-hero-cta-text-dur:0.09s;--landing-hero-cta-text-ease:cubic-bezier(0.4,0,1,1);position:relative;isolation:isolate;overflow:hidden;transform:none;background:#822;border:1px solid #822;color:#fff;box-shadow:0 2px 12px rgba(136,34,34,.37);padding:.45rem .85rem;min-height:2.55rem;font-size:.9rem;font-weight:600;font-family:inherit;flex-shrink:0;align-self:center;box-sizing:border-box;cursor:pointer;border-radius:9999px;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:.65rem;transition:color var(--landing-hero-cta-text-dur) var(--landing-hero-cta-text-ease),border-color var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease),box-shadow var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.jd-page .jd-hero-cta-apply:before{content:"";position:absolute;z-index:0;right:.85rem;top:50%;margin-top:-.875rem;width:1.75rem;height:1.75rem;border-radius:50%;background:#f7f2ec;transform:scale(1);transform-origin:center center;pointer-events:none;will-change:transform;backface-visibility:hidden;transition:transform var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.jd-page .jd-hero-cta-apply:focus-visible,.jd-page .jd-hero-cta-apply:hover{transform:none;color:#822;border-color:#822;box-shadow:0 4px 20px rgba(42,38,32,.1)}.jd-page .jd-hero-cta-apply:focus-visible:before,.jd-page .jd-hero-cta-apply:hover:before{transform:scale(32)}.jd-page .jd-hero-cta-apply:active{transform:none;filter:brightness(.96);box-shadow:0 2px 10px rgba(42,38,32,.12)}.jd-page .jd-hero-cta-apply:active:not(:hover):not(:focus-visible){filter:none;background:#6f1c1c;border-color:#6f1c1c;color:#faf8f5;box-shadow:0 2px 8px rgba(111,28,28,.37)}.jd-page .jd-hero-cta-apply .landing-hero-cta-btn__text{position:relative;z-index:1;white-space:nowrap}.jd-page .jd-hero-cta-apply .landing-hero-cta-circle{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:#f7f2ec;color:#822;flex-shrink:0;transition:transform var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease),background-color var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.jd-page .jd-hero-cta-apply .landing-hero-cta-circle__svg{width:1.05rem;height:1.05rem;display:block}.jd-page .jd-hero-cta-apply:focus-visible .landing-hero-cta-circle,.jd-page .jd-hero-cta-apply:hover .landing-hero-cta-circle{background-color:transparent;transform:rotate(-42deg)}@media (prefers-reduced-motion:reduce){.jd-page .jd-hero-cta-apply,.jd-page .jd-hero-cta-apply .landing-hero-cta-circle,.jd-page .jd-hero-cta-apply:before{transition:none}.jd-page .jd-hero-cta-apply:focus-visible .landing-hero-cta-circle,.jd-page .jd-hero-cta-apply:hover .landing-hero-cta-circle{transform:none}}.landing-process-explore-jobs-btn{--landing-hero-cta-expand-dur:0.58s;--landing-hero-cta-expand-ease:cubic-bezier(0.4,0,0.2,1);--landing-hero-cta-text-dur:0.09s;--landing-hero-cta-text-ease:cubic-bezier(0.4,0,1,1);position:relative;isolation:isolate;overflow:hidden;transform:none;background:#942727;border:1px solid #942727;color:#fff;box-shadow:0 2px 12px rgba(148,39,39,.37);padding:.68rem calc(1rem + 10px);min-height:3rem;font-size:.95rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;border-radius:9999px;flex-shrink:0;align-self:flex-start;box-sizing:border-box;cursor:pointer;transition:color var(--landing-hero-cta-text-dur) var(--landing-hero-cta-text-ease),border-color var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease),box-shadow var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.landing-process-explore-jobs-btn:before{content:"";position:absolute;z-index:0;right:calc(1rem + 10px);top:50%;margin-top:-1rem;width:2rem;height:2rem;border-radius:50%;background:#f7f2ec;transform:scale(1);transform-origin:center center;pointer-events:none;will-change:transform;backface-visibility:hidden;transition:transform var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.landing-process-explore-jobs-btn:link,.landing-process-explore-jobs-btn:visited{color:#fff}.landing-process-explore-jobs-btn:focus-visible,.landing-process-explore-jobs-btn:hover{transform:none;color:#942727;border-color:#942727;box-shadow:0 4px 20px rgba(42,38,32,.1)}.landing-process-explore-jobs-btn:focus-visible{outline:2px solid rgba(148,39,39,.4);outline-offset:2px}.landing-process-explore-jobs-btn:focus-visible:before,.landing-process-explore-jobs-btn:hover:before{transform:scale(32)}.landing-process-explore-jobs-btn:active{transform:none;filter:brightness(.96);box-shadow:0 2px 10px rgba(42,38,32,.12)}.landing-process-explore-jobs-btn:active:not(:hover):not(:focus-visible){filter:none;background:#6f1c1c;border-color:#6f1c1c;color:#faf8f5;box-shadow:0 2px 8px rgba(111,28,28,.37)}.landing-process-explore-jobs-btn.landing-hero-cta-btn{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:.9rem}.landing-process-explore-jobs-btn .landing-hero-cta-btn__text{position:relative;z-index:1;white-space:nowrap}.landing-process-explore-jobs-btn .landing-process-explore-jobs-circle{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#fff;color:#942727;flex-shrink:0;transition:transform var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease),background-color var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.landing-process-explore-jobs-btn .landing-process-explore-jobs-circle__svg{width:1.15rem;height:1.15rem;display:block}.landing-process-explore-jobs-btn:focus-visible .landing-process-explore-jobs-circle,.landing-process-explore-jobs-btn:hover .landing-process-explore-jobs-circle{background-color:transparent;transform:rotate(-42deg)}@media (prefers-reduced-motion:reduce){.landing-process-explore-jobs-btn,.landing-process-explore-jobs-btn .landing-process-explore-jobs-circle,.landing-process-explore-jobs-btn:before{transition:none}.landing-process-explore-jobs-btn:focus-visible .landing-process-explore-jobs-circle,.landing-process-explore-jobs-btn:hover .landing-process-explore-jobs-circle{transform:none}}#after-hero.landing-after-hero{position:relative;z-index:2;width:100%;flex:0 0 auto;margin-top:0;overflow:visible;display:flex;flex-direction:column;align-items:stretch;padding:clamp(.5rem,1.5vw,1rem) 25px 0;box-sizing:border-box;background:transparent;pointer-events:auto}.landing-see-features{box-sizing:border-box;width:100%;flex:0 1 auto;margin-top:clamp(1.75rem,4vw,3.25rem);padding:clamp(2.5rem,6vw,4rem) 0;background:#fff}.landing-see-features__inner{width:100%;max-width:min(1240px,100%);margin:0 auto;padding:0 max(.75rem,calc(var(--landing-gutter) - .5rem));box-sizing:border-box}.landing-see-features__grid{display:grid;grid-template-columns:1fr;gap:clamp(2.5rem,6.5vw,4.25rem) 0;align-items:start}@media (min-width:900px){.landing-see-features__grid{grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);gap:0 clamp(2rem,5vw,4rem);align-items:start}.landing-see-features__col--copy{max-width:27rem;padding-right:0;box-sizing:border-box}.landing-see-features__col--visual{padding-left:0;box-sizing:border-box;min-height:clamp(22rem,38vw,28rem)}}.landing-see-features__eyebrow{margin:0 0 .85rem;font-family:Inter,system-ui,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#999}.landing-see-features__title{margin:0 0 clamp(1rem,1.8vw,1.5rem);font-family:Inter,system-ui,sans-serif;font-size:clamp(1.55rem,1vw + 1.2rem,2rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:#1a1a1a;white-space:nowrap}.landing-see-features__feature-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:clamp(1.35rem,3vw,1.85rem)}@media (min-width:520px){.landing-see-features__feature-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);-moz-column-gap:clamp(.65rem,1.75vw,1.1rem);column-gap:clamp(.65rem,1.75vw,1.1rem);row-gap:clamp(1.5rem,3.5vw,2.25rem)}}.landing-see-features__feature-item{display:flex;gap:.75rem;align-items:flex-start;min-width:0}.landing-see-features__feature-copy{flex:1;min-width:0;padding-right:0}.landing-see-features__feature-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.65rem;height:2.65rem;color:#1a1815}.landing-see-features__feature-icon-svg{width:1.7rem;height:1.7rem;display:block}.landing-see-features__feature-icon--mono{color:#111}.landing-see-features__feature-icon--brand{color:inherit}.landing-see-features__feature-icon-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.landing-see-features__feature-cell{display:flex;min-width:0}.landing-see-features__feature-item:not(.landing-see-features__feature-item--link){padding:.5rem}.landing-see-features__feature-item--link{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;font:inherit;text-align:left;text-decoration:none;color:inherit;cursor:pointer;border-radius:12px;padding:.5rem;transition:background-color .18s ease,transform .12s ease;-webkit-tap-highlight-color:transparent}.landing-see-features__feature-item--link:hover{background-color:rgba(148,39,39,.06)}.landing-see-features__feature-item--link:focus-visible{outline:2px solid #942727;outline-offset:2px}.landing-see-features__feature-item--link:active{transform:translateY(1px)}@media (prefers-reduced-motion:reduce){.landing-see-features__feature-item--link{transition:none}.landing-see-features__feature-item--link:active{transform:none}}.landing-see-features__feature-title{margin:0 0 .38rem;font-family:Inter,system-ui,sans-serif;font-size:clamp(.92rem,.35vw + .82rem,1.02rem);font-weight:700;letter-spacing:-.01em;color:#0a0a0a}.landing-see-features__feature-body{margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(.8rem,.3vw + .72rem,.9rem);font-weight:400;line-height:1.5;color:rgba(42,38,32,.62)}.landing-see-features__feature-item--compact .landing-see-features__feature-icon{width:2.4rem;height:2.4rem}.landing-see-features__feature-item--compact .landing-see-features__feature-icon-svg{width:1.48rem;height:1.48rem}.landing-see-features__feature-item--compact .landing-see-features__feature-title{font-size:clamp(.86rem,.3vw + .75rem,.95rem)}.landing-see-features__feature-item--compact .landing-see-features__feature-body{font-size:clamp(.66rem,.2vw + .6rem,.76rem);line-height:1.4}.feature-accordion__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;width:100%}.feature-accordion__item{border-top:1.5px solid #d5d5d5;padding:clamp(1.1rem,2.2vw,1.5rem) 0;transition:border-color .25s ease}.feature-accordion__item:last-child{border-bottom:1.5px solid #d5d5d5}.feature-accordion__item--open{border-left:3px solid #942727;padding-left:.65rem;margin-left:-.65rem}.feature-accordion__header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;width:100%;background:none;border:none;padding:0;margin:0;cursor:pointer;text-align:left}.feature-accordion__title{font-family:Inter,system-ui,sans-serif;font-size:clamp(1.2rem,1.6vw,1.45rem);font-weight:500;letter-spacing:-.015em;color:#1a1a1a;margin:0;transition:color .25s ease}.feature-accordion__header:hover .feature-accordion__title{color:#942727}.feature-accordion__title--active{color:#942727;font-weight:600}.feature-accordion__chevron{flex-shrink:0;color:#999;transform:rotate(0deg);transition:transform .3s ease,color .25s ease}.feature-accordion__chevron--open{transform:rotate(180deg);color:#942727}.feature-accordion__body-wrap{overflow:hidden}.feature-accordion__body{font-family:Inter,system-ui,sans-serif;font-size:clamp(.8rem,.95vw,.88rem);line-height:1.55;color:#999;margin:0}.landing-see-features__visual-shell{position:relative;box-sizing:border-box;width:100%;border-radius:clamp(16px,2.5vw,24px);padding:clamp(1rem,2.2vw,1.5rem);background-color:#f4f4f4;background-image:radial-gradient(rgba(42,38,32,.07) 1px,transparent 0);background-size:10px 10px;border:1px solid rgba(42,38,32,.06)}.landing-see-features__visual-stage{width:100%}.landing-see-features__visual-stage--feature{display:flex;flex-direction:column;align-items:center;gap:clamp(1rem,2vw,1.35rem)}.landing-see-features__feature-shot-wrap{width:100%;border-radius:clamp(16px,2vw,22px);overflow:hidden;border:1px solid #ece2db;box-shadow:0 16px 44px rgba(26,26,26,.1);background:#fff}.landing-see-features__feature-shot-wrap>*{width:100%}.landing-see-features__visual-stage--default{display:flex;flex-direction:column;gap:clamp(.85rem,1.8vw,1.25rem)}.landing-see-features__default-cta{display:flex;justify-content:flex-end;gap:.6rem;flex-wrap:wrap}.landing-see-features__default-btn{display:inline-flex;align-items:center;padding:.6rem 1.35rem;font-family:Inter,system-ui,sans-serif;font-size:.92rem;font-weight:600;border-radius:9999px;text-decoration:none;cursor:pointer;color:#fff;background:#942727;border:1px solid #942727;transition:background .18s ease,transform .15s ease}.landing-see-features__default-btn--dark{background:#1a1a1a;border-color:#1a1a1a}.landing-see-features__default-btn:hover{transform:translateY(-1px)}.feat-preview{width:100%;box-sizing:border-box;font-family:Inter,system-ui,sans-serif;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.feat-preview--voxie{padding:clamp(.85rem,1.8vw,1.15rem);display:flex;flex-direction:column;gap:.75rem}.feat-preview__voxie-hero{background:#faf9f7;border-radius:12px;padding:clamp(.75rem,1.5vw,1rem);border:1px solid rgba(42,38,32,.06)}.feat-preview__voxie-brand{display:flex;align-items:center;gap:.45rem;margin-bottom:.55rem}.feat-preview__voxie-logo{width:1.35rem;height:1.35rem;border-radius:6px;background:linear-gradient(135deg,#942727 40%,#c44);display:block}.feat-preview__voxie-name{font-size:clamp(1rem,1.4vw,1.15rem)}.feat-preview__voxie-headline,.feat-preview__voxie-name{font-family:Crimson Pro,Georgia,serif;font-weight:700;color:#141414}.feat-preview__voxie-headline{margin:0 0 .35rem;font-size:clamp(.92rem,1.2vw,1.05rem);line-height:1.25}.feat-preview__voxie-lede{margin:0 0 .65rem;font-size:clamp(.62rem,.85vw,.72rem);line-height:1.45;color:rgba(42,38,32,.58)}.feat-preview__voxie-btns{display:flex;flex-wrap:wrap;gap:.35rem}.feat-preview__voxie-btn{display:inline-block;padding:.32rem .55rem;border-radius:8px;background:#1a1815;color:#fff;font-size:clamp(.55rem,.75vw,.65rem);font-weight:600}.feat-preview__voxie-referral{border-radius:14px;padding:clamp(.7rem,1.2vw,.9rem);background:linear-gradient(145deg,#7a1f1f,#942727 55%,#b33);color:#fff}.feat-preview__voxie-badge{display:inline-block;padding:.15rem .45rem;border-radius:999px;background:hsla(0,0%,100%,.18);font-size:.52rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.feat-preview__voxie-referral-title{margin:.4rem 0 .5rem;font-size:clamp(.78rem,1vw,.88rem);font-weight:700}.feat-preview__voxie-link-row{display:flex;gap:.35rem;align-items:center}.feat-preview__voxie-link{flex:1;min-width:0;padding:.35rem .5rem;border-radius:8px;background:rgba(0,0,0,.2);font-size:.55rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feat-preview__voxie-copy{flex-shrink:0;padding:.32rem .5rem;border-radius:8px;background:#fff;color:#942727;font-size:.55rem;font-weight:700}.feat-preview--apply-boost{padding:clamp(.65rem,1.2vw,.85rem)}.feat-preview__modal{background:#fff;border-radius:12px;padding:clamp(.75rem,1.4vw,1rem);border:1px solid rgba(42,38,32,.08)}.feat-preview__modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.45rem}.feat-preview__modal-title{margin:0;font-size:clamp(.82rem,1.1vw,.95rem);font-weight:700;color:#141414}.feat-preview__modal-sub{margin:.15rem 0 0;font-size:clamp(.58rem,.8vw,.68rem);color:rgba(42,38,32,.55)}.feat-preview__modal-x{font-size:1rem;line-height:1;color:rgba(42,38,32,.4)}.feat-preview__modal-lede{margin:0 0 .65rem;font-size:clamp(.58rem,.8vw,.68rem);color:rgba(42,38,32,.55)}.feat-preview__scores{gap:clamp(.35rem,1vw,.65rem);margin-bottom:.65rem}.feat-preview__score-ring,.feat-preview__scores{display:flex;align-items:center;justify-content:center}.feat-preview__score-ring{position:relative;width:clamp(3.5rem,8vw,4.5rem);height:clamp(3.5rem,8vw,4.5rem);flex-direction:column}.feat-preview__ring-svg{position:absolute;inset:0;width:100%;height:100%}.feat-preview__score-num{position:relative;font-size:clamp(.85rem,1.2vw,1rem);font-weight:800;color:#141414;line-height:1}.feat-preview__score-label{position:relative;margin-top:.1rem;font-size:.48rem;color:rgba(42,38,32,.5);text-transform:uppercase;letter-spacing:.04em}.feat-preview__score-delta{font-size:clamp(.55rem,.75vw,.65rem);font-weight:700;color:#15803d}.feat-preview__alert{margin-bottom:.65rem;padding:.45rem .55rem;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;font-size:clamp(.55rem,.75vw,.65rem);line-height:1.4;color:#991b1b}.feat-preview__bars{display:flex;flex-direction:column;gap:.4rem}.feat-preview__bar-row{display:grid;grid-template-columns:1fr minmax(0,2.2fr) auto;gap:.35rem;align-items:center}.feat-preview__bar-label{font-size:clamp(.5rem,.7vw,.6rem);color:rgba(42,38,32,.65);line-height:1.2}.feat-preview__bar-track{height:.35rem;border-radius:999px;background:#f3e8e8;overflow:hidden}.feat-preview__bar-fill{display:block;height:100%;border-radius:inherit;background:#942727}.feat-preview__bar-score{font-size:.55rem;font-weight:700;color:#141414;font-variant-numeric:tabular-nums}.feat-preview--jobs-nearby{padding:clamp(.65rem,1.2vw,.85rem)}.feat-preview__nearby-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.45rem;padding:.55rem .65rem;background:#fff;border-radius:10px;border:1px solid rgba(42,38,32,.08);margin-bottom:.45rem}.feat-preview__filter-group{display:flex;flex-direction:column;gap:.15rem}.feat-preview__filter-label{font-size:.48rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(42,38,32,.45)}.feat-preview__filter-input{padding:.28rem .45rem;border-radius:6px;border:1px solid rgba(42,38,32,.12);font-size:.62rem;font-weight:600;color:#141414;min-width:3.5rem}.feat-preview__radius-pills{display:flex;align-items:center;gap:.2rem}.feat-preview__radius-pill{padding:.22rem .38rem;border-radius:6px;background:#f0eeeb;font-size:.55rem;font-weight:600;color:rgba(42,38,32,.65)}.feat-preview__radius-pill--active{background:#141414;color:#fff}.feat-preview__radius-unit{margin-left:.15rem;font-size:.55rem;color:rgba(42,38,32,.45)}.feat-preview__find-btn{margin-left:auto;padding:.35rem .65rem;border-radius:8px;background:#942727;color:#fff;font-size:.58rem;font-weight:700}.feat-preview__nearby-summary{margin:0 0 .45rem;font-size:clamp(.58rem,.8vw,.68rem);color:rgba(42,38,32,.65)}.feat-preview__nearby-summary strong{color:#141414}.feat-preview__remote{color:#15803d;font-weight:600}.feat-preview__nearby-split{display:grid;grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);gap:.45rem;min-height:clamp(7rem,14vw,9.5rem)}.feat-preview__job-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem;overflow:hidden}.feat-preview__job-card{display:flex;align-items:center;gap:.35rem;padding:.35rem .4rem;background:#fff;border-radius:8px;border:1px solid rgba(42,38,32,.06)}.feat-preview__job-avatar{flex-shrink:0;width:1.35rem;height:1.35rem;border-radius:999px;background:#92400e;color:#fff;font-size:.45rem;font-weight:700;display:flex;align-items:center;justify-content:center}.feat-preview__job-copy{flex:1;min-width:0;display:flex;flex-direction:column}.feat-preview__job-title{font-size:clamp(.52rem,.72vw,.62rem);font-weight:600;color:#141414;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feat-preview__job-meta{font-size:.48rem;color:rgba(42,38,32,.5)}.feat-preview__job-right{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;font-size:.45rem;color:rgba(42,38,32,.45);line-height:1.3}.feat-preview__map{position:relative;border-radius:10px;background:linear-gradient(160deg,#e8f4f0,#d4ebe3 40%,#c5e0d6);border:1px solid rgba(42,38,32,.06);overflow:hidden}.feat-preview__map-pin{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.65rem;height:1.65rem;border-radius:999px;background:#942727;color:#fff;font-size:.55rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(148,39,39,.35)}.feat-preview__map-label{position:absolute;bottom:.35rem;left:.45rem;font-size:.48rem;font-weight:600;color:rgba(42,38,32,.45)}.feat-preview--jobgpt{padding:clamp(.85rem,1.6vw,1.2rem);display:flex;justify-content:center}.feat-preview__chat{width:100%;max-width:22rem;background:#fff;border-radius:14px;box-shadow:0 12px 36px rgba(42,38,32,.12);border:1px solid rgba(42,38,32,.08);overflow:hidden}.feat-preview__chat-head{display:flex;align-items:center;justify-content:space-between;padding:.55rem .7rem;border-bottom:1px solid rgba(42,38,32,.06)}.feat-preview__chat-brand{font-size:clamp(.72rem,1vw,.82rem);font-weight:700;color:#141414}.feat-preview__chat-brand span{color:#942727}.feat-preview__chat-actions{display:flex;gap:.35rem}.feat-preview__chat-icon{width:1.1rem;height:1.1rem;border-radius:999px;background:#f4f4f4;font-size:.62rem;display:flex;align-items:center;justify-content:center;color:rgba(42,38,32,.5)}.feat-preview__chat-body{padding:.65rem .7rem .5rem}.feat-preview__chat-msg{display:flex;gap:.4rem;align-items:flex-start}.feat-preview__chat-avatar{flex-shrink:0;width:1.25rem;height:1.25rem;border-radius:999px;background:linear-gradient(135deg,#942727,#141414)}.feat-preview__chat-bubble{flex:1;padding:.5rem .6rem;border-radius:10px;background:#faf9f7;border:1px solid rgba(42,38,32,.06);font-size:clamp(.58rem,.82vw,.68rem);line-height:1.45;color:rgba(42,38,32,.72)}.feat-preview__chat-chips{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.5rem;padding-left:1.65rem}.feat-preview__chat-chip{padding:.22rem .45rem;border-radius:999px;background:#fef2f2;color:#942727;font-size:clamp(.48rem,.68vw,.58rem);font-weight:600;line-height:1.2}.feat-preview__chat-input-row{display:flex;align-items:center;gap:.4rem;padding:.55rem .7rem .65rem;border-top:1px solid rgba(42,38,32,.06)}.feat-preview__chat-input{flex:1;padding:.4rem .55rem;border-radius:999px;border:1px solid rgba(42,38,32,.12);font-size:clamp(.55rem,.75vw,.65rem);color:rgba(42,38,32,.4)}.feat-preview__chat-send{flex-shrink:0;width:1.55rem;height:1.55rem;border-radius:999px;background:#942727;color:#fff;font-size:.65rem;display:flex;align-items:center;justify-content:center}.landing-see-features__feature-cta{display:flex;justify-content:center;width:100%}.landing-see-features__feature-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:.78rem 2rem;background:#942727;color:#fff!important;font-family:Inter,system-ui,sans-serif;font-size:.92rem;font-weight:700;border-radius:9999px;text-decoration:none;box-shadow:0 4px 14px rgba(148,39,39,.35);border:none;cursor:pointer;transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease}.landing-see-features__feature-cta-btn:hover{background:#7a1f1f;transform:translateY(-2px);box-shadow:0 6px 20px rgba(148,39,39,.45)}@media (prefers-reduced-motion:reduce){.landing-see-features__feature-cta-btn{transition:none}.landing-see-features__feature-cta-btn:hover{transform:none}}.landing-see-features__visual-card{background:#fff;border-radius:clamp(14px,2vw,20px);box-shadow:0 10px 40px rgba(26,26,26,.08);border:1px solid #e8d5d0;overflow:hidden}.landing-see-features__visual-card--new-jobs{padding:calc(20px + clamp(1.05rem, 2.5vw, 1.4rem)) clamp(1.05rem,2.2vw,1.25rem) calc(20px + clamp(.85rem, 2vw, 1.05rem));overflow:hidden;box-sizing:border-box}.landing-see-features__new-jobs-header{margin:0 0 .9rem}.landing-see-features__new-jobs-eyebrow{margin:0 0 .3rem;font-family:Inter,system-ui,sans-serif;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#999}.landing-see-features__new-jobs-title{margin:0 0 .45rem;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.05rem,.6vw + .9rem,1.2rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:#1a1a1a}.landing-see-features__new-jobs-lede{margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(.78rem,.9vw,.86rem);line-height:1.45;color:#999;max-width:none}.landing-see-features__new-jobs-list{list-style:none;margin:0 0 .65rem;padding:.25rem 0 0;border-top:1px solid rgba(42,38,32,.08)}.landing-see-features__new-jobs-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding:.58rem .05rem;font-family:Inter,system-ui,sans-serif;font-size:.86rem;line-height:1.3;border-bottom:1px solid #e8d5d0}.landing-see-features__new-jobs-row:last-of-type{border-bottom:none}.landing-see-features__new-jobs-cat{min-width:0;font-weight:500;color:#1a1a1a}.landing-see-features__new-jobs-count{flex-shrink:0;display:inline-flex;align-items:baseline;font-weight:800;font-size:.95rem;font-variant-numeric:tabular-nums;color:#942727;letter-spacing:-.02em}.landing-see-features__new-jobs-count-label{font-weight:500;font-size:.68rem;margin-left:.1rem;color:#999;letter-spacing:.02em;text-transform:uppercase}.landing-see-features__new-jobs-foot{margin:.35rem 0 0;font-family:Inter,system-ui,sans-serif;font-size:.7rem;line-height:1.4;color:rgba(42,38,32,.4);text-align:left}.landing-see-features__visual-cta-row{position:absolute;right:clamp(.9rem,2.1vw,1.2rem);left:clamp(.9rem,2.1vw,1.2rem);bottom:clamp(.6rem,1.5vw,.9rem);margin:0;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.45rem;box-sizing:border-box}.landing-see-features__pill{display:inline-flex;align-items:center;justify-content:center;padding:.36rem .72rem;border-radius:999px;border:none;font-family:Inter,system-ui,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.02em;line-height:1.2;cursor:pointer}.landing-see-features__pill--dark{background:#111;color:#fff}.landing-see-features__pill--accent{background:#942727;color:#fff;box-shadow:0 4px 14px rgba(148,39,39,.35)}.landing-rotating-testimonials{position:relative;box-sizing:border-box;width:100%;flex:0 0 auto;margin:0;padding:clamp(2.25rem,5vw,3.5rem) 0 clamp(2.75rem,5.5vw,4rem);background:#fff}.landing-rotating-testimonials__inner{width:100%;max-width:min(1320px,100%);margin:0 auto;padding:0 clamp(1rem,3vw,2.5rem);display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1.6rem,3.5vw,2.75rem);box-sizing:border-box}.landing-rotating-testimonials__heading{margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.9rem,3vw + .8rem,2.9rem);font-weight:700;line-height:1.14;letter-spacing:-.02em;color:#1a1a1a;max-width:22ch}.landing-rotating-testimonials__layout{width:100%;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:center;gap:clamp(1.5rem,3.5vw,3rem);text-align:left}.landing-rotating-testimonials__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.5rem,1.2vw,.75rem);min-width:0}.landing-rotating-testimonials__tile{position:relative;aspect-ratio:1/1;padding:0;border:1px solid #e6ded6;border-radius:12px;overflow:hidden;background:#f5f0ec;cursor:pointer;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease}.landing-rotating-testimonials__tile-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;opacity:.42;transition:opacity .4s ease,transform .35s cubic-bezier(.22,1,.36,1)}.landing-rotating-testimonials__tile:hover .landing-rotating-testimonials__tile-img{opacity:.72}.landing-rotating-testimonials__tile--active{border-color:#942727;transform:scale(1.08);z-index:1;box-shadow:0 0 0 3px rgba(148,39,39,.25),0 14px 28px -12px rgba(148,39,39,.45)}.landing-rotating-testimonials__tile--active .landing-rotating-testimonials__tile-img{opacity:1}.landing-rotating-testimonials__panel{min-width:0;background:#fff;border:1px solid rgba(26,26,26,.08);border-radius:20px;padding:clamp(1.5rem,3vw,2.6rem);box-shadow:0 22px 48px -26px rgba(26,26,26,.18);display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem)}.landing-rotating-testimonials__blockquote{margin:0}.landing-rotating-testimonials__panel-quote{margin:0 0 .9rem;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.05rem,1.1vw + .7rem,1.45rem);line-height:1.5;font-weight:500;letter-spacing:-.01em;color:#1a1a1a}.landing-rotating-testimonials__panel-author{margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(.85rem,.6vw + .6rem,.98rem);font-weight:600;color:#999}.landing-rotating-testimonials__dots{display:flex;gap:6px;flex-wrap:wrap}.landing-rotating-testimonials__dot{width:7px;height:7px;padding:0;border:none;border-radius:999px;background:#d5d5d5;cursor:pointer;transition:width .3s ease,background-color .3s ease}.landing-rotating-testimonials__dot--active{width:20px;background:#942727}@media (max-width:760px){.landing-rotating-testimonials__layout{grid-template-columns:1fr;gap:clamp(1.25rem,4vw,1.75rem)}.landing-rotating-testimonials__grid{grid-template-columns:repeat(6,1fr)}}.landing-apply-cta{position:relative;width:100%;box-sizing:border-box;pointer-events:auto;display:flex;align-items:center;justify-content:center;min-height:clamp(20rem,42vw,30rem);padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,3rem);background-color:#1a1a1a;background-image:linear-gradient(180deg,rgba(26,26,26,.12),rgba(26,26,26,.32)),url(https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1600&q=70);background-size:cover;background-position:50%}.landing-apply-cta__card{width:100%;max-width:40rem;text-align:center;padding:clamp(2rem,4vw,3.25rem) clamp(1.5rem,3.5vw,3rem);border-radius:clamp(18px,2.5vw,28px);background:hsla(0,0%,100%,.6);backdrop-filter:blur(14px) saturate(1.15);-webkit-backdrop-filter:blur(14px) saturate(1.15);border:1px solid hsla(0,0%,100%,.6);box-shadow:0 30px 60px -30px rgba(26,26,26,.5)}.landing-apply-cta__title{margin:0 0 .9rem;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.8rem,3vw + 1rem,3rem);font-weight:700;line-height:1.12;letter-spacing:-.02em;color:#1a1a1a}.landing-apply-cta__sub{margin:0 auto 1.6rem;max-width:34ch;font-family:Inter,system-ui,sans-serif;font-size:clamp(.95rem,1vw + .6rem,1.2rem);line-height:1.5;color:#2a2a2a}.landing-apply-cta__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.6rem;border-radius:9999px;background:#942727;color:#fff;font-family:Inter,system-ui,sans-serif;font-size:clamp(.95rem,.6vw + .8rem,1.1rem);font-weight:700;text-decoration:none;box-shadow:0 12px 26px -10px rgba(148,39,39,.6);transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.landing-apply-cta__btn:hover{background:#7a1f1f;transform:translateY(-2px);box-shadow:0 16px 34px -10px rgba(148,39,39,.7)}.landing-apply-cta__btn-arrow{flex-shrink:0}.landing-faq{position:relative;width:100%;box-sizing:border-box;pointer-events:auto;overflow:hidden;background:#f5f0ec;padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,3rem) clamp(3.5rem,9vw,6.5rem)}.landing-faq:after,.landing-faq:before{content:"";position:absolute;width:clamp(14rem,30vw,26rem);height:clamp(14rem,30vw,26rem);border-radius:50%;background:radial-gradient(circle,rgba(148,39,39,.12) 0,rgba(148,39,39,0) 70%);pointer-events:none}.landing-faq:before{top:-6rem;left:-6rem}.landing-faq:after{bottom:-8rem;right:-7rem}.landing-faq__inner{position:relative;z-index:1;width:100%;max-width:62rem;margin:0 auto}.landing-faq__heading{margin:0 0 clamp(1.75rem,4vw,2.75rem);text-align:center;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.9rem,3vw + 1rem,3rem);font-weight:700;letter-spacing:-.02em;color:#1a1815}.landing-faq__list{list-style:none;margin:0;padding:0}.landing-faq__list--more{margin-top:0}.landing-faq__item{border-bottom:1px solid rgba(42,38,32,.12)}.landing-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:clamp(1rem,2vw,1.4rem) 0;background:none;border:none;cursor:pointer;text-align:left;font-family:Inter,system-ui,sans-serif;font-size:clamp(1rem,.8vw + .8rem,1.2rem);font-weight:500;color:#2a2620;transition:color .2s ease}.landing-faq__q:hover{color:#942727}.landing-faq__q-text{min-width:0}.landing-faq__icon{position:relative;flex-shrink:0;width:20px;height:20px}.landing-faq__icon-bar{position:absolute;top:50%;left:50%;background:currentColor;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.landing-faq__icon-bar--h{width:15px;height:2px;transform:translate(-50%,-50%)}.landing-faq__icon-bar--v{width:2px;height:15px;transform:translate(-50%,-50%)}.landing-faq__icon--open .landing-faq__icon-bar--v{transform:translate(-50%,-50%) scaleY(0);opacity:0}.landing-faq__a-wrap{overflow:hidden}.landing-faq__a{margin:0;padding:0 0 clamp(1rem,2vw,1.4rem);max-width:58ch;font-family:Inter,system-ui,sans-serif;font-size:clamp(.9rem,.6vw + .7rem,1.02rem);line-height:1.6;color:rgba(42,38,32,.72)}.landing-faq__more-wrap{display:flex;justify-content:center;margin-top:clamp(.75rem,2vw,1.25rem)}.landing-faq__more{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem 1rem;background:none;border:none;cursor:pointer;font-family:Inter,system-ui,sans-serif;font-size:clamp(.92rem,.7vw + .7rem,1rem);font-weight:600;color:#942727;transition:color .2s ease,transform .2s ease}.landing-faq__more:hover{color:#7a1f1f}.landing-faq__more-arrow{width:1.1rem;height:1.1rem;transition:transform .25s ease}.landing-faq__more:hover .landing-faq__more-arrow{transform:translateY(2px)}.landing-faq__contact{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .75rem;margin-top:clamp(1.75rem,3vw,2.5rem);font-family:Inter,system-ui,sans-serif;font-size:clamp(.95rem,.8vw + .7rem,1.1rem)}.landing-faq__contact-text{color:rgba(42,38,32,.78)}.landing-faq__contact-link{font-weight:600;color:#942727;text-decoration:none;transition:color .2s ease}.landing-faq__contact-link:hover{color:#7a1f1f;text-decoration:underline}.landing-footer.landing-footer--v2{position:relative;overflow:hidden;border:none;border-top:1px solid rgba(42,38,32,.08);padding-bottom:0;background:#fff}.landing-footer-v2__inner{position:relative;max-width:1200px;margin:0 auto;padding:clamp(2.75rem,6vw,4.5rem) clamp(1.25rem,4vw,3rem) 0;box-sizing:border-box}.landing-footer-v2__cols{position:relative;z-index:2;display:grid;grid-template-columns:.7fr 1fr 1fr 1fr;gap:clamp(1.5rem,3vw,2.5rem)}.landing-footer-v2__title{margin:0 0 1.15rem;font-family:Inter,system-ui,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(42,38,32,.72)}.landing-footer-v2__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.72rem}.landing-footer-v2__link{display:inline-block;padding:0;background:none;border:none;cursor:pointer;font-family:Inter,system-ui,sans-serif;font-size:.95rem;line-height:1.3;color:rgba(42,38,32,.85);text-decoration:none;opacity:.9;transition:color .2s ease,opacity .2s ease}.landing-footer-v2__link:hover{opacity:1;color:#942727}.landing-footer-v2__link--btn{font:inherit;text-align:left}.landing-footer-v2__footer-link{display:inline-block;font-family:Inter,system-ui,sans-serif;font-size:.875rem;line-height:1.35;font-weight:400;color:rgba(42,38,32,.85);text-decoration:none;transition:color .15s ease,text-decoration-color .15s ease}.landing-footer-v2__footer-link--medium{font-weight:500}.landing-footer-v2__footer-link:focus-visible,.landing-footer-v2__footer-link:hover{color:#942727;text-decoration:underline;text-underline-offset:2px;outline:none}.landing-footer-v2__copyright{position:relative;z-index:2;margin:clamp(2.5rem,6vw,4rem) 0 0;font-family:Inter,system-ui,sans-serif;font-size:.8rem;color:rgba(42,38,32,.6)}.landing-footer-v2__watermark{position:relative;z-index:1;width:100vw;margin:clamp(.75rem,2.5vw,1.75rem) calc(50% - 50vw) -.14em;text-align:center;font-family:Inter,system-ui,sans-serif;font-weight:800;font-size:22.5vw;line-height:.8;letter-spacing:-.045em;color:hsla(27,31%,94%,.12);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:760px){.landing-footer-v2__cols{grid-template-columns:1fr 1fr}.landing-footer-v2__spacer{display:none}.landing-footer-v2__watermark{font-size:26vw}}.landing-rotating-testimonials__visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.landing-rotating-testimonials__stars{display:flex;align-items:center;justify-content:center;gap:.28rem;color:#e8b20d;line-height:1}.landing-rotating-testimonials__star{display:block;width:clamp(1.05rem,.5vw + .85rem,1.25rem);height:clamp(1.05rem,.5vw + .85rem,1.25rem);flex-shrink:0;filter:drop-shadow(0 .5px 0 rgba(0,0,0,.06))}.landing-rotating-testimonials__content{width:100%;min-height:0}.landing-rotating-testimonials__quote-wrap{margin:0;border:none;padding:0;font-style:normal;quotes:none}.landing-rotating-testimonials__quote{max-width:min(32ch,100%);margin:0 auto clamp(.55em,1.1vw,.75em);font-size:clamp(1.4rem,.5rem + 1.9vw,1.95rem);font-weight:600;line-height:1.32;letter-spacing:-.03em;color:#111;text-wrap:pretty}.landing-rotating-testimonials__attribution,.landing-rotating-testimonials__quote{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;text-align:center;-webkit-font-smoothing:antialiased;box-sizing:border-box}.landing-rotating-testimonials__attribution{max-width:min(40ch,100%);margin:0 auto;font-size:clamp(.95rem,.2vw + .85rem,1.15rem);font-weight:400;line-height:1.4;letter-spacing:.01em;color:#5a5753;font-style:normal}.landing-rotating-testimonials__avatars{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:clamp(.45rem,1.2vw,.6rem);margin:clamp(.35rem,1.25vw,.6rem) 0 0;padding:0;list-style:none}.landing-rotating-testimonials__avatar-btn{position:relative;z-index:1;flex-shrink:0;margin:0;padding:0;border:none;background:transparent;cursor:pointer;border-radius:50%;overflow:visible;line-height:0;transition:transform .25s ease,z-index 0s linear .25s;-webkit-tap-highlight-color:transparent}.landing-rotating-testimonials__avatar-btn--active{z-index:2;transition:transform .25s ease,z-index 0s}.landing-rotating-testimonials__avatar-btn:focus-visible,.landing-rotating-testimonials__avatar-btn:hover{transform:translateY(-2px);outline:none}.landing-rotating-testimonials__avatar-btn:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #0a0a0a;border-radius:50%}.landing-rotating-testimonials__avatar-img{display:block;width:clamp(2.5rem,5.5vw,2.9rem);height:clamp(2.5rem,5.5vw,2.9rem);border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 8px hsla(0,0%,4%,.12);filter:grayscale(1) contrast(.9);transition:filter .45s ease,box-shadow .3s ease;pointer-events:none}.landing-rotating-testimonials__avatar-btn--active .landing-rotating-testimonials__avatar-img{filter:grayscale(0);box-shadow:0 0 0 2px #fff,0 0 0 4px hsla(0,0%,4%,.1),0 4px 14px hsla(0,0%,4%,.12)}@media (prefers-reduced-motion:reduce){.landing-rotating-testimonials__avatar-btn{transition:none}}.landing-process-testimonials-slab{flex:0 1 auto;width:calc(100% + 50px);max-width:none;margin:calc(200px + clamp(1.5rem, 4vw, 2.75rem)) -25px 0}.landing-process-testimonials-card-stack-wrap,.landing-process-testimonials-slab{box-sizing:border-box;position:relative;align-self:stretch;display:flex;flex-direction:column}.landing-process-testimonials-card-stack-wrap{--process-card-r:clamp(24px,4.5vw,48px);--process-card-border:3px solid rgba(42,38,32,.1);--process-peach-peek:clamp(20px,3vw,32px);--process-peach-overlap:clamp(40px,7vw,72px);width:100%;flex:0 1 auto;z-index:2}.landing-process-testimonials-card-stack-peach-behind{flex-shrink:0;height:calc(var(--process-peach-peek) + var(--process-peach-overlap));margin-bottom:calc(-1 * var(--process-peach-overlap));z-index:0;border:var(--process-card-border);border-bottom:none;background:#d8b4b4;box-shadow:0 1px 0 rgba(42,38,32,.06);pointer-events:none}.landing-process-testimonials-card,.landing-process-testimonials-card-stack-peach-behind{box-sizing:border-box;width:100%;position:relative;border-radius:var(--process-card-r) var(--process-card-r) 0 0;backface-visibility:hidden}.landing-process-testimonials-card{z-index:2;align-self:stretch;flex:0 1 auto;display:flex;flex-direction:column;min-height:0;max-width:none;margin:0;padding-bottom:clamp(8rem,22vh,18rem);background:#fff;border:var(--process-card-border);box-shadow:none;overflow:hidden;color:#1a1815}.landing-flow-testimonials{width:calc(100% + 50px);max-width:none;margin-top:clamp(1.5rem,5vw,2.75rem);margin-left:-25px;margin-right:-25px;padding:clamp(2rem,5vw,3.25rem) max(var(--landing-gutter),env(safe-area-inset-left,0px)) clamp(2.5rem,6vw,4rem) max(var(--landing-gutter),env(safe-area-inset-right,0px));box-sizing:border-box;background:#fff}.landing-flow-testimonials__title{margin:0 0 clamp(1.25rem,3vw,2rem);padding:0;font-family:inherit;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:700;letter-spacing:-.02em;color:#1a1815;text-align:center}.landing-flow-testimonials__viewport{overflow:hidden;margin:0;padding:.5rem 0 .75rem;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-size:100% 100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-size:100% 100%}.landing-flow-testimonials__track{display:flex;flex-direction:row;width:-moz-max-content;width:max-content;animation:landing-flow-testimonials-scroll 72s linear infinite}.landing-flow-testimonials__list{display:flex;flex-direction:row;align-items:stretch;gap:clamp(1.25rem,2.5vw,1.75rem);list-style:none;margin:0;padding:0 .75rem;flex-shrink:0}.landing-flow-testimonials__card{flex-shrink:0;width:clamp(300px,36vw,380px);max-width:min(380px,92vw);box-sizing:border-box;margin:0;padding:clamp(1.35rem,2.5vw,1.75rem);background:linear-gradient(165deg,#f3efe8,#e9e2d8);border:1px solid rgba(42,38,32,.11);border-radius:16px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.5),0 10px 36px rgba(42,38,32,.08),0 2px 10px rgba(42,38,32,.06);display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem}.landing-flow-testimonials__quote{margin:0;padding:0;font-family:inherit;font-size:clamp(.9rem,1.65vw,.98rem);font-weight:400;line-height:1.55;color:#1a1815;text-align:left;border:none;quotes:none}.landing-flow-testimonials__quote:before{content:"\201C";font-weight:600;color:rgba(42,38,32,.35)}.landing-flow-testimonials__quote:after{content:"\201D";font-weight:600;color:rgba(42,38,32,.35)}.landing-flow-testimonials__meta{display:flex;flex-direction:row;align-items:center;gap:.75rem;margin-top:auto}.landing-flow-testimonials__avatar{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0;background:rgba(42,38,32,.06)}.landing-flow-testimonials__who{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;min-width:0}.landing-flow-testimonials__name{font-size:.9375rem;font-weight:700;color:#1a1815;line-height:1.25}.landing-flow-testimonials__role{font-size:.8125rem;font-weight:400;color:rgba(42,38,32,.48);line-height:1.3}@keyframes landing-flow-testimonials-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.landing-flow-testimonials--static .landing-flow-testimonials__track{animation:none}@media (prefers-reduced-motion:reduce){.landing-flow-testimonials__track{animation:none}.landing-flow-testimonials__viewport{mask-image:none;-webkit-mask-image:none}}.landing-hero-top{width:100%;height:1.5vh;height:1.5dvh;max-height:1.5vh;max-height:1.5dvh;min-height:0;flex-shrink:0;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem var(--landing-gutter);box-sizing:border-box;pointer-events:none}.floating-card-marquee{flex-shrink:0;margin-left:-25px;margin-right:-25px;margin-bottom:clamp(1.5rem,4vw,3rem);width:calc(100% + 50px);max-width:none;overflow:hidden;padding:.65rem 0;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-size:100% 100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);-webkit-mask-size:100% 100%}.floating-card-marquee-track{display:flex;flex-direction:row;width:-moz-max-content;width:max-content;animation:floating-card-marquee 48s linear infinite}.floating-card-marquee-list{display:flex;flex-direction:row;align-items:center;gap:clamp(1.75rem,4vw,2.75rem);list-style:none;margin:0;padding:0 1.25rem;flex-shrink:0}.floating-card-marquee-item{display:inline-flex;flex-direction:row;align-items:center;gap:.65rem;flex-shrink:0;cursor:default;transition:color .2s ease,opacity .2s ease,background .2s ease,transform .2s ease}.floating-card-marquee-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.4rem;background:transparent;color:rgba(0,0,0,.36);flex-shrink:0;border:none;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.floating-card-marquee-brand-svg{width:1.35rem;height:1.35rem;display:block;flex-shrink:0;opacity:1;-o-object-fit:contain;object-fit:contain}.floating-card-marquee-name{font-family:Inter,system-ui,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.01em;color:rgba(0,0,0,.46);white-space:nowrap;transition:color .2s ease}.floating-card-marquee-item:hover .floating-card-marquee-icon{background:transparent;color:#0a0a0a;border:none;box-shadow:none}.floating-card-marquee-item:hover .floating-card-marquee-brand-svg{opacity:1}.floating-card-marquee-item:hover .floating-card-marquee-name{color:#0a0a0a}@keyframes floating-card-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.floating-card-marquee-track{animation:none}}.landing-hero>*{position:relative;z-index:1}.landing-title{margin:0 0 1.75rem;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(2.85rem,7.5vw,5.5rem);font-weight:700;line-height:1.08;letter-spacing:-.035em;font-synthesis:none;color:#1a1815;text-align:center;width:100%}.landing-title-line{display:block}.landing-title-line+.landing-title-line{margin-top:.06em}.landing-accent{color:#5c6b62;font-weight:700;font-style:normal;font-synthesis:none;letter-spacing:-.03em}.landing-search-row{display:flex;flex-direction:row;align-items:center;gap:.75rem;width:100%;max-width:48rem;margin:0 auto;pointer-events:auto}.landing-search{display:flex;align-items:stretch;flex:1;min-width:0;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);border-radius:9999px;padding:6px 8px 6px 1.35rem;gap:.5rem}.landing-search-input{flex:1;min-width:0;min-height:2.45rem;border:none;background:transparent;font-family:inherit;font-size:1rem;font-weight:400;font-style:normal;color:#fff;outline:none}.landing-search-input::-webkit-search-cancel-button,.landing-search-input::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}.landing-search-input::-ms-clear{display:none}.landing-search-input::-moz-placeholder{color:hsla(0,0%,100%,.55);font-style:normal;font-weight:400}.landing-search-input::placeholder{color:hsla(0,0%,100%,.55);font-style:normal;font-weight:400}.landing-search-btn{flex-shrink:0;padding:.5rem 1.5rem;border-radius:9999px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);font-family:inherit;font-size:.9rem;font-weight:600;font-style:normal;letter-spacing:.01em;color:hsla(0,0%,100%,.82);cursor:pointer;box-shadow:0 1px 6px rgba(0,0,0,.25);transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.landing-search-btn:hover{transform:translateY(-1px);background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.28);color:hsla(0,0%,100%,.95);box-shadow:0 3px 14px rgba(0,0,0,.35)}.landing-search-btn:active{transform:translateY(0);background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.18);color:hsla(0,0%,100%,.75);box-shadow:0 1px 5px rgba(0,0,0,.3)}.landing-stacked-sections-band{box-sizing:border-box;width:100%;margin-top:clamp(100px,12vw,160px);border-top:1px solid rgba(42,38,32,.08);background:var(--page-bg);overflow:hidden}header.joblet-global-header.landing-header{pointer-events:auto;--landing-nav-dropdown-bg:#fff}.landing{padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}@media (max-width:640px){.landing{--landing-gutter:clamp(1rem,4.5vw,1.5rem)}.landing-header{padding-left:max(var(--landing-gutter),env(safe-area-inset-left,0px));padding-right:max(var(--landing-gutter),env(safe-area-inset-right,0px));padding-top:max(.65rem,env(safe-area-inset-top,0px));padding-bottom:.65rem}.landing-header-inner{padding:10px 0;gap:.75rem;align-items:center}.landing-logo{padding-left:20px}.landing-hero-extend{min-height:min(88dvh,640px)}.landing-hero-extend-inner{transform:translateY(10px);padding-bottom:max(1.25rem,env(safe-area-inset-bottom,0px))}.landing-hero-extend-headline-row{margin:4px 0 1.5rem}.landing-hero-extend-headline{font-size:clamp(1.85rem,6vw,2.85rem);line-height:.98;letter-spacing:-.03em;font-weight:500}.landing-hero-extend-search-row{flex-direction:column;align-items:stretch;gap:.875rem}.landing-hero-extend .landing-search.landing-search--dual.landing-hero-extend-search-form{background:transparent;border:none;box-shadow:none;padding:0}.landing-hero-extend .landing-search.landing-search--dual.landing-hero-extend-search-form .landing-search-dual-inner{background:color-mix(in srgb,var(--page-bg) 96.5%,#2a2620);border:1px solid var(--landing-extend-search-outline);box-shadow:0 1px 5px rgba(42,38,32,.07);border-radius:12px;padding:6px 1rem 6px 1.1rem}.landing-hero-extend .landing-hero-cta-btn,.landing-hero-extend .landing-search-btn{width:100%;min-height:48px;justify-content:center;touch-action:manipulation}.landing-hero-extend .landing-search.landing-search--dual{width:100%}.landing-hero-extend-trending{max-width:100%}.landing-hero-extend-trending__tag{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 14px}#after-hero.landing-after-hero{padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px))}.floating-card-marquee,.landing-hero-company-marquee-wrap,.landing-process-testimonials-slab,.landing-stats-shell{width:100%;max-width:100%;margin-left:0;margin-right:0}.landing-stats-shell--in-dash-scene{padding-top:.25rem}.floating-card-marquee-list{gap:clamp(1.25rem,5vw,2rem);padding-left:1rem;padding-right:1rem}.floating-card-marquee{mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.landing-hero-company-marquee-wrap .floating-card-marquee--hero-below-dash{mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.landing-process-explore-jobs-btn{min-height:48px;touch-action:manipulation}.landing-hero-extend{min-height:0}.landing-hero-extend-inner{transform:none;padding-top:0}.landing-hero-extend-headline-row{margin:.4rem 0 .85rem}.landing-hero-extend-dashboard-scene{margin-top:clamp(14px,4vw,24px);border-radius:clamp(14px,3.5vw,20px)}.landing-hero-extend-dashboard-overlay{padding:16px .5rem clamp(.5rem,1.5vw,.9rem)}.landing-hero-dashboard{border-radius:clamp(12px,3.5vw,16px)}.landing-hero-company-marquee-wrap{margin-top:clamp(.5rem,2vw,1rem);margin-bottom:clamp(.5rem,2vw,1rem);padding:1.5rem 0}.landing-hero-company-marquee-heading{padding:0 clamp(.5rem,2vw,1rem) .85rem;font-size:clamp(1.05rem,4.25vw,1.35rem);letter-spacing:-.025em}.landing-stats{padding:clamp(18px,5vw,28px) clamp(16px,5vw,22px)}.landing-stats-shell--in-dash-scene .landing-stats{padding:clamp(14px,4vw,22px) clamp(14px,5vw,24px)}.landing-stats__value{font-size:clamp(2rem,7.5vw,2.7rem)}.landing-stats__label{font-size:clamp(.84rem,2.8vw,.98rem);margin-top:4px}.landing-see-features{padding:clamp(1.5rem,5vw,2.5rem) 0 clamp(1.25rem,4vw,2rem)}.landing-see-features__feature-grid{gap:clamp(1rem,3vw,1.4rem)}.landing-rotating-testimonials{margin-top:clamp(.75rem,3vw,1.5rem);padding:0 0 clamp(1.5rem,5vw,2.25rem)}.landing-process-testimonials-slab{margin-top:clamp(1.75rem,7vw,3rem)}.landing-hero-extend-search-stack{margin-top:clamp(.5rem,2vh,1.25rem)}.landing-hero-extend .landing-search-divider{display:none}.landing-hero-dashboard__kpi{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.landing-hero-dashboard__kpi-card{padding:.4rem}.landing-hero-dashboard__kpi-label{font-size:8px;letter-spacing:.08em}.landing-hero-dashboard__kpi-value{font-size:1rem}.landing-hero-dashboard__kpi-sub{font-size:8px}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn{margin-top:25px;min-height:42px;padding:.5rem 1rem;font-size:.88rem;align-self:center;width:auto;min-width:180px}.landing-hero-dashboard__jobs-track>.landing-hero-dashboard__job-card:nth-child(n+3){display:none}.landing-hero-extend-trending{flex-direction:column;justify-content:center;text-align:center;gap:6px}.landing-hero-extend-trending__label{margin-right:0}.landing-hero-extend-trending__tags{justify-content:center;width:100%}.landing-stats-shell--in-dash-scene .landing-stats__value{font-size:clamp(1.5rem,5.5vw,2.1rem);padding-top:clamp(.45rem,1vw,.7rem)}.landing-stats-shell--in-dash-scene .landing-stats__label{font-size:clamp(.74rem,2.5vw,.9rem);margin-top:.3rem}.landing-stats-shell--in-dash-scene .landing-stats__item{padding-left:clamp(16px,4vw,28px)}}@media (max-width:480px){.landing-hero-extend .landing-search--dual .landing-search-input,.landing-hero-extend .landing-search-input{font-size:16px}.landing-hero-extend .landing-search-input::-moz-placeholder{font-size:15px}.landing-hero-extend .landing-search-input::placeholder{font-size:15px}.landing-hero-extend-headline-phrase-job-now{white-space:normal}.landing-hero-extend-headline{font-size:clamp(1.65rem,7.5vw,2.4rem);line-height:1}.landing-stats__row{gap:1.4rem 1rem}.landing-stats__item{min-width:min(100%,140px)}.landing-stats__value{font-size:clamp(1.85rem,7vw,2.4rem)}.landing-stats-shell--in-dash-scene .landing-stats__value{font-size:clamp(1.35rem,6vw,1.85rem);padding-top:.4rem}.landing-stats-shell--in-dash-scene .landing-stats__label{font-size:clamp(.7rem,2.6vw,.84rem);margin-top:.25rem}.landing-stats-shell--in-dash-scene .landing-stats__item{padding-left:clamp(12px,3.5vw,20px)}.landing-hero-extend .landing-hero-cta-btn,.landing-hero-extend .landing-search-btn{padding:.6rem 1rem;font-size:.92rem}.landing-hero-extend-trending{gap:6px 8px}.landing-hero-extend-trending__tag{min-height:38px;padding:7px 12px;font-size:11.5px}}.landing-nav-item{position:relative;display:inline-flex;align-items:center}.landing-nav-item__trigger{display:inline-flex;align-items:center;gap:.25rem}.landing-nav-item__caret{width:.85rem;height:.85rem;flex-shrink:0;opacity:.65;transition:transform .22s ease}.landing-nav-item--open .landing-nav-item__caret{transform:rotate(180deg)}.landing-nav-menu{position:absolute;top:100%;left:0;z-index:120;min-width:12.5rem;padding-top:.6rem}.landing-nav-menu__inner{display:flex;flex-direction:column;padding:.35rem;border:1px solid rgba(42,38,32,.1);border-radius:.75rem;background:var(--landing-nav-dropdown-bg,#fff);box-shadow:0 14px 34px rgba(42,38,32,.14);animation:landing-nav-menu-in .16s ease-out}@keyframes landing-nav-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.landing-nav-menu__item{display:flex;align-items:center;gap:.55rem;padding:.6rem .8rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#1a1815;text-decoration:none;white-space:nowrap;transition:background-color .16s ease,color .16s ease}.landing-nav-menu__item:focus-visible,.landing-nav-menu__item:hover{background:#f5f0ec;color:#942727}@media (prefers-reduced-motion:reduce){.landing-nav-menu__inner{animation:none}.landing-nav-item__caret{transition:none}}.landing-work-carousel{position:relative;width:100vw;max-width:100vw;margin:clamp(1.5rem,4vw,3rem) calc(50% - 50vw) 0;padding:clamp(2.5rem,5vw,4.5rem) 0 clamp(2rem,4vw,3.5rem);overflow:hidden;color:#1d1715;background:radial-gradient(circle at 78% 14%,rgba(148,39,39,.1),transparent 22rem),linear-gradient(180deg,#fff,#faf6f3)}.landing-work-carousel__halo{position:absolute;width:22rem;height:22rem;top:-14rem;left:8%;border:1px solid rgba(148,39,39,.12);border-radius:50%;box-shadow:0 0 0 58px rgba(148,39,39,.025),0 0 0 116px rgba(148,39,39,.015);pointer-events:none;animation:landing-work-carousel-halo 16s linear infinite}.landing-work-carousel__header{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:clamp(2rem,7vw,7rem);width:min(calc(100% - (2 * var(--landing-gutter))),1380px);margin:0 auto clamp(1.5rem,3vw,2.35rem)}.landing-work-carousel__eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 .7rem;color:#942727;font-family:Inter,system-ui,sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.landing-work-carousel__eyebrow svg{width:.95rem;height:.95rem;animation:landing-work-carousel-spark 2.5s ease-in-out infinite}.landing-work-carousel__header h2{max-width:760px;margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(2.2rem,4.5vw,4.65rem);font-weight:760;line-height:.98;letter-spacing:-.065em;text-wrap:balance}.landing-work-carousel__header h2 em{color:#942727;font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.055em}.landing-work-carousel__header-side{display:flex;align-items:flex-end;gap:1.4rem;flex:0 0 min(36rem,46%)}.landing-work-carousel__header-side>p{max-width:27rem;margin:0;color:rgba(29,23,21,.64);font-family:Inter,system-ui,sans-serif;font-size:.96rem;line-height:1.55}.landing-work-carousel__header-actions{display:flex;align-items:center;gap:.65rem;margin-left:auto}.landing-work-carousel__controls{display:flex;gap:.5rem;margin-left:auto}.landing-work-carousel__controls button{display:grid;place-items:center;width:2.85rem;height:2.85rem;flex:0 0 auto;padding:0;border:1px solid rgba(29,23,21,.16);border-radius:50%;color:#fff;background:#1d1715;box-shadow:0 8px 22px rgba(42,38,32,.12);cursor:pointer;transition:transform .28s cubic-bezier(.22,1,.36,1),background .22s ease,opacity .22s ease}.landing-work-carousel__controls button:focus-visible:not(:disabled),.landing-work-carousel__controls button:hover:not(:disabled){background:#942727;transform:translateY(-2px) scale(1.05)}.landing-work-carousel__controls button:focus-visible{outline:3px solid rgba(148,39,39,.25);outline-offset:3px}.landing-work-carousel__controls button:disabled{opacity:.22;cursor:default}.landing-work-carousel__controls svg{width:1rem;height:1rem}.landing-work-carousel__rail{position:relative;z-index:2;display:flex;align-items:center;gap:clamp(.8rem,1.3vw,1.15rem);width:100%;padding:2.15rem max(var(--landing-gutter),calc((100vw - 1380px) / 2)) 2.35rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-padding-inline:max(var(--landing-gutter),calc((100vw - 1380px) / 2));scroll-snap-type:none;scrollbar-width:none;perspective:1100px}.landing-work-carousel__rail::-webkit-scrollbar{display:none}.landing-work-carousel__rail:focus-visible{outline:2px solid rgba(148,39,39,.28);outline-offset:-2px}.landing-work-carousel__card{--tile-rx:0deg;--tile-ry:0deg;--tile-x:50%;--tile-y:50%;--stagger-y:0px;position:relative;flex:0 0 clamp(235px,21.5vw,310px);aspect-ratio:1;min-width:0;overflow:hidden;border:1px solid rgba(42,38,32,.13);border-radius:clamp(1.05rem,1.8vw,1.45rem);scroll-snap-align:start;box-shadow:0 13px 32px rgba(42,38,32,.08);transform:translateY(var(--stagger-y)) rotateX(var(--tile-rx)) rotateY(var(--tile-ry)) translateZ(0);transform-style:preserve-3d;transition:transform .2s ease,box-shadow .42s cubic-bezier(.22,1,.36,1),border-color .3s ease}.landing-work-carousel__card:nth-child(odd){--stagger-y:-18px}.landing-work-carousel__card:nth-child(2n){--stagger-y:18px}.landing-work-carousel__card:before{content:"";position:absolute;z-index:3;inset:0;pointer-events:none;opacity:0;background:radial-gradient(12rem circle at var(--tile-x) var(--tile-y),hsla(0,0%,100%,.28),transparent 68%);transition:opacity .26s ease}.landing-work-carousel__card:focus-within,.landing-work-carousel__card:hover{z-index:4;border-color:rgba(148,39,39,.28);box-shadow:0 24px 55px rgba(66,31,28,.18);transform:translateY(calc(var(--stagger-y) - 7px)) rotateX(var(--tile-rx)) rotateY(var(--tile-ry)) scale(1.015)}.landing-work-carousel__card:focus-within:before,.landing-work-carousel__card:hover:before{opacity:1}.landing-work-carousel__card-link{position:absolute;z-index:5;inset:0;border-radius:inherit}.landing-work-carousel__card-link:focus-visible{outline:3px solid #942727;outline-offset:-5px}.landing-work-carousel__number{position:absolute;z-index:2;top:1rem;left:1rem;font-family:Inter,system-ui,sans-serif;font-size:.65rem;font-weight:800;letter-spacing:.14em;opacity:.54}.landing-work-carousel__mode-copy{position:absolute;z-index:2;right:1.15rem;bottom:1.15rem;left:1.15rem;transform:translateZ(18px)}.landing-work-carousel__mode-copy>svg{width:1.25rem;height:1.25rem;margin-bottom:.55rem;stroke-width:1.8}.landing-work-carousel__mode-copy p{margin:0 0 .3rem;font-family:Inter,system-ui,sans-serif;font-size:.68rem;font-weight:720;letter-spacing:.08em;opacity:.62;text-transform:uppercase}.landing-work-carousel__mode-copy h3{max-width:88%;margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.55rem,2.6vw,2.25rem);font-weight:780;line-height:.98;letter-spacing:-.055em}.landing-work-carousel__corner-arrow{position:absolute;z-index:2;right:1rem;top:1rem;width:1.15rem;height:1.15rem;transition:transform .36s cubic-bezier(.22,1,.36,1)}.landing-work-carousel__card:hover .landing-work-carousel__corner-arrow{transform:rotate(45deg) scale(1.15)}.landing-work-carousel__card--video{color:#fff;background:#171211}.landing-work-carousel__video{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;filter:saturate(.76) contrast(1.06) brightness(.78);transform:scale(1.02);transition:transform .9s cubic-bezier(.22,1,.36,1),filter .5s ease}.landing-work-carousel__card--video:focus-within .landing-work-carousel__video,.landing-work-carousel__card--video:hover .landing-work-carousel__video{filter:saturate(.9) contrast(1.04) brightness(.86);transform:scale(1.085)}.landing-work-carousel__video-scrim{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(17,12,11,.42),transparent 40%),linear-gradient(0deg,rgba(17,12,11,.94),rgba(17,12,11,.04) 63%)}.landing-work-carousel__card--video-remote .landing-work-carousel__video-scrim{box-shadow:inset 0 -6.5rem 7rem rgba(148,39,39,.45)}.landing-work-carousel__card--video-hybrid .landing-work-carousel__video-scrim{background:linear-gradient(180deg,rgba(17,12,11,.38),transparent 40%),linear-gradient(0deg,rgba(83,20,20,.94),rgba(17,12,11,.04) 66%)}.landing-work-carousel__video-top{position:absolute;z-index:2;top:.9rem;right:.9rem;left:.9rem;display:flex;align-items:center;justify-content:space-between;color:hsla(0,0%,100%,.82)}.landing-work-carousel__video-top>span{display:inline-flex;align-items:center;gap:.42rem;padding:.42rem .58rem;border:1px solid hsla(0,0%,100%,.18);border-radius:999px;background:rgba(18,12,11,.46);backdrop-filter:blur(10px);font-family:Inter,system-ui,sans-serif;font-size:.58rem;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.landing-work-carousel__video-top i{width:.4rem;height:.4rem;border-radius:50%;background:#f0b8ae;box-shadow:0 0 0 0 hsla(9,69%,81%,.5);animation:landing-work-carousel-live 1.8s ease-out infinite}.landing-work-carousel__video-top>svg{width:1rem;height:1rem}.landing-work-carousel__video-copy{position:absolute;z-index:2;right:1.15rem;bottom:1.1rem;left:1.15rem}.landing-work-carousel__video-copy p{margin:0 0 .35rem;color:#f0b8ae;font-family:Inter,system-ui,sans-serif;font-size:.63rem;font-weight:760;letter-spacing:.1em;text-transform:uppercase}.landing-work-carousel__video-copy h3{margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(2rem,3.6vw,3.15rem);font-weight:790;line-height:.92;letter-spacing:-.065em}.landing-work-carousel__video-copy>span{display:inline-flex;align-items:center;gap:.35rem;margin-top:.72rem;color:hsla(0,0%,100%,.72);font-family:Inter,system-ui,sans-serif;font-size:.69rem;font-weight:650}.landing-work-carousel__video-copy svg{width:.85rem;height:.85rem;transition:transform .28s ease}.landing-work-carousel__card--video:hover .landing-work-carousel__video-copy svg{transform:translate(3px,-3px)}.landing-work-carousel__play{position:absolute;z-index:6;right:.9rem;bottom:.9rem;display:grid;place-items:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid hsla(0,0%,100%,.28);border-radius:50%;color:#1d1715;background:#fff;box-shadow:0 7px 22px rgba(0,0,0,.28);cursor:pointer;transition:transform .26s cubic-bezier(.22,1,.36,1),background .22s ease}.landing-work-carousel__play:focus-visible,.landing-work-carousel__play:hover{background:#f2d2cc;transform:scale(1.08)}.landing-work-carousel__play:focus-visible{outline:3px solid #f0b8ae;outline-offset:2px}.landing-work-carousel__play svg{width:.95rem;height:.95rem;fill:currentColor}.landing-work-carousel__card--wfh{color:#381f1c;background:linear-gradient(rgba(148,39,39,.055) 1px,transparent 0),linear-gradient(90deg,rgba(148,39,39,.055) 1px,transparent 0),#f2d8d2;background-size:28px 28px}.landing-work-carousel__wfh-scene{position:absolute;top:2.7rem;right:1.2rem;left:1.2rem;height:43%}.landing-work-carousel__window{position:absolute;top:0;left:50%;width:50%;height:70%;overflow:hidden;border:6px solid #fff7f4;border-radius:.75rem;background:#c78277;box-shadow:0 12px 24px rgba(113,36,30,.16);transform:translateX(-50%)}.landing-work-carousel__window:after,.landing-work-carousel__window:before{content:"";position:absolute;z-index:2;background:rgba(255,247,244,.78)}.landing-work-carousel__window:before{width:4px;inset-block:0;left:calc(50% - 2px)}.landing-work-carousel__window:after{height:4px;inset-inline:0;top:calc(50% - 2px)}.landing-work-carousel__window i{position:absolute;width:1.7rem;height:1.7rem;top:.55rem;right:.7rem;border-radius:50%;background:#f8e7e2;box-shadow:0 0 0 8px hsla(14,61%,93%,.16);animation:landing-work-carousel-sun 5s ease-in-out infinite}.landing-work-carousel__window b{position:absolute;width:2.8rem;height:.75rem;left:-.7rem;bottom:.7rem;border-radius:999px;background:rgba(255,247,244,.72);animation:landing-work-carousel-cloud 6s ease-in-out infinite}.landing-work-carousel__desk{position:absolute;right:4%;bottom:0;left:4%;display:flex;align-items:flex-end;justify-content:center;height:5px;border-radius:99px;background:#70302a}.landing-work-carousel__desk>svg{width:3.8rem;height:3.8rem;padding:.55rem;color:#fff7f4;border:3px solid #70302a;border-radius:.55rem;background:#942727;transform:translateY(3px);filter:drop-shadow(0 8px 8px rgba(88,29,25,.14))}.landing-work-carousel__desk span{position:absolute;right:13%;bottom:3px}.landing-work-carousel__desk span:after,.landing-work-carousel__desk span:before{content:"";position:absolute;width:2px;height:.75rem;bottom:1.75rem;border-radius:99px;background:rgba(112,48,42,.55);animation:landing-work-carousel-steam 2.1s ease-in-out infinite}.landing-work-carousel__desk span:after{left:.5rem;animation-delay:.6s}.landing-work-carousel__desk span svg{width:1.7rem;height:1.7rem;padding:.25rem;border-radius:.4rem;background:#fff7f4}.landing-work-carousel__card--wfh:hover .landing-work-carousel__desk>svg{animation:landing-work-carousel-laptop .85s cubic-bezier(.22,1,.36,1) both}.landing-work-carousel__card--part-time{color:#3b211e;background:#fff9f5}.landing-work-carousel__card--part-time:after{content:"";position:absolute;width:9rem;height:9rem;top:-3.4rem;right:-2.8rem;border-radius:50%;background:#e9b9b0;opacity:.5}.landing-work-carousel__clock{position:absolute;top:2.5rem;left:50%;width:6.4rem;height:6.4rem;border:6px solid #942727;border-radius:50%;color:transparent;background:radial-gradient(circle,#942727 0 4px,transparent 5px),repeating-conic-gradient(from 0deg,#942727 0 1deg,transparent 1deg 30deg),#f1d1cb;box-shadow:0 12px 24px rgba(148,39,39,.18),inset 0 0 0 8px #fff9f5;transform:translateX(-50%)}.landing-work-carousel__clock>svg{display:none}.landing-work-carousel__clock-hour,.landing-work-carousel__clock-minute{position:absolute;z-index:2;left:calc(50% - 2px);bottom:50%;width:4px;border-radius:99px;background:#3b211e;transform-origin:50% 100%}.landing-work-carousel__clock-hour{height:1.55rem;transform:rotate(45deg);animation:landing-work-carousel-hour 18s linear infinite}.landing-work-carousel__clock-minute{height:2.15rem;transform:rotate(130deg);animation:landing-work-carousel-minute 6s linear infinite}.landing-work-carousel__clock b{position:absolute;z-index:3;width:.58rem;height:.58rem;top:calc(50% - .29rem);left:calc(50% - .29rem);border:2px solid #fff9f5;border-radius:50%;background:#942727}.landing-work-carousel__schedule{position:absolute;z-index:2;padding:.38rem .55rem;border:1px solid rgba(148,39,39,.15);border-radius:999px;color:#942727;background:#f8dfda;box-shadow:0 7px 16px rgba(148,39,39,.09);font-family:Inter,system-ui,sans-serif;font-size:.57rem;font-weight:760;letter-spacing:.04em}.landing-work-carousel__schedule--one{top:3.2rem;left:.85rem;transform:rotate(-6deg);animation:landing-work-carousel-chip 3.8s ease-in-out infinite}.landing-work-carousel__schedule--two{top:7.4rem;right:.7rem;transform:rotate(5deg);animation:landing-work-carousel-chip 4.2s ease-in-out .8s infinite reverse}.landing-work-carousel__card--full-time{color:#fff8f5;background:linear-gradient(140deg,hsla(0,0%,100%,.08),transparent 42%),#942727}.landing-work-carousel__day-stack{position:absolute;top:3rem;right:1.1rem;left:1.1rem;display:grid;gap:.44rem}.landing-work-carousel__day-stack>span{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.48rem;padding:.58rem .65rem;border:1px solid hsla(0,0%,100%,.16);border-radius:.72rem;color:#54201c;background:#fff8f5;box-shadow:0 7px 17px rgba(65,12,12,.18);font-family:Inter,system-ui,sans-serif;font-size:.63rem;font-weight:720;transition:transform .42s cubic-bezier(.22,1,.36,1)}.landing-work-carousel__day-stack>span:first-child{transform:rotate(-2deg) translateX(-2px)}.landing-work-carousel__day-stack>span:nth-child(2){transform:rotate(1.5deg) translateX(4px)}.landing-work-carousel__day-stack>span:nth-child(3){transform:rotate(-1deg) translateX(-1px)}.landing-work-carousel__card--full-time:hover .landing-work-carousel__day-stack>span:first-child{transform:rotate(2deg) translate(5px,-3px)}.landing-work-carousel__card--full-time:hover .landing-work-carousel__day-stack>span:nth-child(2){transform:rotate(-2deg) translate(-4px)}.landing-work-carousel__card--full-time:hover .landing-work-carousel__day-stack>span:nth-child(3){transform:rotate(2deg) translate(6px,3px)}.landing-work-carousel__day-stack i{width:.43rem;height:.43rem;border-radius:50%;background:#942727;box-shadow:0 0 0 3px rgba(148,39,39,.12)}.landing-work-carousel__day-stack b{padding:.18rem .3rem;border-radius:999px;color:#942727;background:#f4deda;font-size:.48rem}.landing-work-carousel__card--onsite{color:#fff;background:#1d1715}.landing-work-carousel__map{position:absolute;inset:0;overflow:hidden;background:linear-gradient(hsla(0,0%,100%,.055) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.055) 1px,transparent 0),radial-gradient(circle at 70% 25%,rgba(148,39,39,.7),transparent 38%);background-size:34px 34px,34px 34px,auto}.landing-work-carousel__road{position:absolute;width:150%;height:4px;left:-22%;border-block:1px dashed hsla(9,69%,81%,.62);transform-origin:center;animation:landing-work-carousel-road 5s linear infinite}.landing-work-carousel__road--one{top:32%;transform:rotate(-17deg)}.landing-work-carousel__road--two{top:48%;transform:rotate(24deg);animation-direction:reverse}.landing-work-carousel__pin{position:absolute;z-index:2;display:grid;place-items:center;width:2.5rem;height:2.5rem;border:1px solid hsla(0,0%,100%,.22);border-radius:50%;color:#4b1f1c;background:#f0b8ae;box-shadow:0 0 0 0 hsla(9,69%,81%,.28);animation:landing-work-carousel-pin 2.5s ease-out infinite}.landing-work-carousel__pin svg{width:1.15rem;height:1.15rem}.landing-work-carousel__pin--one{top:20%;left:20%}.landing-work-carousel__pin--two{top:33%;right:18%;animation-delay:.9s}.landing-work-carousel__people{position:absolute;z-index:2;top:53%;left:47%;display:grid;place-items:center;width:2rem;height:2rem;border-radius:.65rem;color:#942727;background:#fff;animation:landing-work-carousel-people 3s ease-in-out infinite}.landing-work-carousel__people svg{width:1rem;height:1rem}@keyframes landing-work-carousel-halo{to{transform:rotate(1turn)}}@keyframes landing-work-carousel-spark{0%,to{transform:rotate(-8deg) scale(1)}50%{transform:rotate(12deg) scale(1.2)}}@keyframes landing-work-carousel-live{70%,to{box-shadow:0 0 0 7px hsla(9,69%,81%,0)}}@keyframes landing-work-carousel-sun{50%{transform:translate(-5px,4px) scale(1.08)}}@keyframes landing-work-carousel-cloud{50%{transform:translateX(2.6rem);opacity:.42}}@keyframes landing-work-carousel-steam{0%{transform:translateY(3px) scaleY(.6);opacity:0}50%{opacity:.7}to{transform:translate(3px,-9px) scaleY(1.2);opacity:0}}@keyframes landing-work-carousel-laptop{35%{transform:translateY(0) rotate(-3deg)}70%{transform:translateY(-2px) rotate(2deg)}to{transform:translateY(3px)}}@keyframes landing-work-carousel-hour{to{transform:rotate(405deg)}}@keyframes landing-work-carousel-minute{to{transform:rotate(490deg)}}@keyframes landing-work-carousel-chip{50%{transform:translateY(-6px) rotate(1deg)}}@keyframes landing-work-carousel-road{to{background-position:32px 0}}@keyframes landing-work-carousel-pin{70%,to{box-shadow:0 0 0 14px hsla(9,69%,81%,0)}}@keyframes landing-work-carousel-people{50%{transform:translateY(-7px) rotate(4deg)}}@media (max-width:760px){.landing-work-carousel__header{display:block}.landing-work-carousel__header-side{align-items:center;flex-wrap:wrap;margin-top:1rem}.landing-work-carousel__header-actions{flex-shrink:0}.landing-work-carousel__header-side>p{font-size:.87rem}.landing-work-carousel__controls button{width:2.65rem;height:2.65rem}.landing-work-carousel__rail{padding-block:1.6rem 1.8rem}.landing-work-carousel__card{flex-basis:min(78vw,285px)}.landing-work-carousel__card:nth-child(odd){--stagger-y:-8px}.landing-work-carousel__card:nth-child(2n){--stagger-y:8px}}@media (max-width:460px){.landing-work-carousel{padding-top:2.75rem}.landing-work-carousel__header h2{font-size:clamp(2.15rem,11.2vw,3rem)}.landing-work-carousel__header-side>p{max-width:none}.landing-work-carousel__header-side{display:block}.landing-work-carousel__header-actions{justify-content:space-between;margin:.85rem 0 0}.landing-work-carousel__card{flex-basis:min(80vw,275px)}}@media (prefers-reduced-motion:reduce){.landing-work-carousel *,.landing-work-carousel :after,.landing-work-carousel :before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.landing-work-carousel__card{transform:none!important;transition-duration:.01ms!important}}.work-orbit{--orbit-ink:#1d1715;--orbit-maroon:#942727;--orbit-deep:#641a1f;--orbit-blush:#f0b8ae;--orbit-petal:#f8ded8;--orbit-cream:#fffaf7;position:relative;width:100vw;max-width:100vw;margin:clamp(1.5rem,4vw,3rem) calc(50% - 50vw) 0;padding:clamp(2.7rem,5vw,4.8rem) 0 clamp(2.4rem,4vw,3.7rem);overflow:hidden;color:var(--orbit-ink);background:radial-gradient(circle at 78% 5%,rgba(148,39,39,.12),transparent 23rem),linear-gradient(180deg,#fff,#fbf6f3)}.work-orbit:before{content:"";inset:0;opacity:.26;background-image:linear-gradient(rgba(148,39,39,.12) 1px,transparent 0),linear-gradient(90deg,rgba(148,39,39,.12) 1px,transparent 0);background-size:84px 84px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 78%);mask-image:linear-gradient(180deg,#000,transparent 78%)}.work-orbit:before,.work-orbit__halo{position:absolute;pointer-events:none}.work-orbit__halo{top:-17rem;left:-11rem;width:32rem;height:32rem;border:5rem solid rgba(148,39,39,.045);border-radius:50%;animation:work-orbit-halo 24s linear infinite}.work-orbit__halo:after,.work-orbit__halo:before{content:"";position:absolute;border-radius:50%}.work-orbit__halo:before{inset:-3.4rem;border:1px dashed rgba(148,39,39,.24)}.work-orbit__halo:after{width:1rem;height:1rem;top:3.2rem;right:-4rem;background:var(--orbit-maroon);box-shadow:0 0 0 .7rem rgba(148,39,39,.1)}.work-orbit__header{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(20rem,.72fr);align-items:end;gap:clamp(2rem,6vw,7rem);width:min(calc(100% - (2 * var(--landing-gutter))),1380px);margin:0 auto clamp(2rem,4vw,3.3rem)}.work-orbit__eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 .85rem;color:var(--orbit-maroon);font-family:Inter,system-ui,sans-serif;font-size:.7rem;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.work-orbit__eyebrow svg{width:.95rem;height:.95rem;animation:work-orbit-spark 2.8s ease-in-out infinite}.work-orbit__header h2{max-width:760px;margin:0;color:#111;font-family:var(--font-dm-sans),Inter,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,5rem);font-weight:770;line-height:.94;letter-spacing:-.067em}.work-orbit__header h2 em{color:var(--orbit-maroon);font-family:Georgia,Times New Roman,serif;font-weight:500;letter-spacing:-.045em}.work-orbit__header-side{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;padding-bottom:.35rem}.work-orbit__header-side>p{max-width:410px;margin:0;color:rgba(29,23,21,.63);font-family:Inter,system-ui,sans-serif;font-size:clamp(.9rem,1.1vw,1.02rem);line-height:1.58}.work-orbit__controls{display:flex;flex:none;gap:.55rem}.work-orbit__controls button{display:grid;place-items:center;width:3rem;height:3rem;border:0;border-radius:50%;color:#fff;background:var(--orbit-ink);box-shadow:0 7px 18px rgba(29,23,21,.16);cursor:pointer;transition:transform .35s cubic-bezier(.22,1,.36,1),background-color .25s ease}.work-orbit__controls button:focus-visible,.work-orbit__controls button:hover{outline:none;background:var(--orbit-maroon);transform:translateY(-3px) rotate(-7deg)}.work-orbit__controls button:last-child:focus-visible,.work-orbit__controls button:last-child:hover{transform:translateY(-3px) rotate(7deg)}.work-orbit__controls svg{width:1.1rem;height:1.1rem}.work-orbit__rail{position:relative;z-index:2;width:100%;overflow-x:auto;overflow-y:hidden;padding:2.25rem max(var(--landing-gutter),calc((100vw - 1380px) / 2)) 2.7rem;scrollbar-width:none;overscroll-behavior-inline:contain;touch-action:pan-x;cursor:grab}.work-orbit__rail:active{cursor:grabbing}.work-orbit__rail::-webkit-scrollbar{display:none}.work-orbit__rail:focus-visible{outline:2px solid var(--orbit-maroon);outline-offset:-2px}.work-orbit__track{display:flex;width:-moz-max-content;width:max-content}.work-orbit__group{display:flex;flex:none;gap:clamp(.85rem,1.25vw,1.1rem);padding-right:clamp(.85rem,1.25vw,1.1rem)}.work-orbit__card{--orbit-stagger:0px;--orbit-angle:0deg;--orbit-pointer-x:50%;--orbit-pointer-y:50%;--orbit-tilt-x:0deg;--orbit-tilt-y:0deg;--orbit-drift-delay:0s;position:relative;flex:0 0 clamp(270px,21.4vw,304px);width:clamp(270px,21.4vw,304px);aspect-ratio:1;overflow:hidden;border:1px solid rgba(148,39,39,.13);border-radius:1.55rem;box-shadow:0 18px 48px rgba(75,38,33,.11);isolation:isolate;transform-style:preserve-3d;transform:perspective(900px) translateY(var(--orbit-stagger)) rotate(var(--orbit-angle)) rotateX(var(--orbit-tilt-x)) rotateY(var(--orbit-tilt-y));will-change:transform;animation:work-orbit-card-drift 7.2s ease-in-out infinite;animation-delay:var(--orbit-drift-delay);transition:transform .55s cubic-bezier(.22,1,.36,1),box-shadow .55s cubic-bezier(.22,1,.36,1)}.work-orbit__card:nth-child(odd){--orbit-stagger:-14px;--orbit-angle:-0.75deg}.work-orbit__card:nth-child(2n){--orbit-stagger:14px;--orbit-angle:0.75deg}.work-orbit__card:nth-child(3n+2){--orbit-drift-delay:-2.4s}.work-orbit__card:nth-child(3n){--orbit-drift-delay:-4.8s}.work-orbit__card:after{content:"";position:absolute;z-index:2;inset:0;border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(circle at var(--orbit-pointer-x) var(--orbit-pointer-y),hsla(0,0%,100%,.25),transparent 32%);mix-blend-mode:soft-light;transition:opacity .35s ease}.work-orbit__card:focus-within,.work-orbit__card:hover{z-index:3;box-shadow:0 27px 64px rgba(87,35,32,.2);transform:perspective(900px) translateY(calc(var(--orbit-stagger) - 8px)) rotate(0deg) rotateX(var(--orbit-tilt-x)) rotateY(var(--orbit-tilt-y)) scale(1.018)}.work-orbit__card:focus-within:after,.work-orbit__card:hover:after{opacity:1}.work-orbit__card-link{position:absolute;z-index:10;inset:0;border-radius:inherit}.work-orbit__card-link:focus-visible{outline:3px solid #fff;outline-offset:-7px;box-shadow:inset 0 0 0 6px var(--orbit-maroon)}.work-orbit__number{position:absolute;z-index:3;top:1.15rem;left:1.2rem;color:rgba(100,26,31,.62);font-family:Inter,system-ui,sans-serif;font-size:.66rem;font-weight:800;letter-spacing:.16em}.work-orbit__corner-arrow{position:absolute;z-index:3;top:1.05rem;right:1.05rem;width:1.1rem;height:1.1rem;color:var(--orbit-maroon);transition:transform .4s cubic-bezier(.22,1,.36,1)}.work-orbit__card:hover .work-orbit__corner-arrow{transform:translate(3px,-3px) rotate(8deg)}.work-orbit__copy{position:absolute;z-index:3;right:1.3rem;bottom:1.25rem;left:1.3rem;transform:translateZ(22px);transition:transform .5s cubic-bezier(.22,1,.36,1)}.work-orbit__card:hover .work-orbit__copy{transform:translateZ(38px) translateY(-2px)}.work-orbit__copy>svg{width:1.1rem;height:1.1rem;margin-bottom:.55rem;color:var(--orbit-maroon)}.work-orbit__copy p,.work-orbit__media-copy p{margin:0 0 .35rem;font-family:Inter,system-ui,sans-serif;font-size:.63rem;font-weight:780;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}.work-orbit__copy h3,.work-orbit__media-copy h3{margin:0;font-family:var(--font-dm-sans),Inter,system-ui,sans-serif;font-size:clamp(1.72rem,2.3vw,2.25rem);font-weight:780;line-height:.94;letter-spacing:-.058em}.work-orbit__copy h3:after{content:"";display:block;width:0;height:2px;margin-top:.55rem;border-radius:999px;background:currentColor;opacity:.5;transition:width .55s cubic-bezier(.22,1,.36,1)}.work-orbit__card:focus-within .work-orbit__copy h3:after,.work-orbit__card:hover .work-orbit__copy h3:after{width:2.4rem}.work-orbit__media{position:absolute!important;z-index:0;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1.015);transition:transform 1.1s cubic-bezier(.22,1,.36,1),filter .7s ease}.work-orbit__card:hover .work-orbit__media{transform:scale(1.075)}.work-orbit__card--remote .work-orbit__media{-o-object-position:52% center;object-position:52% center}.work-orbit__card--part-time .work-orbit__media{-o-object-position:50% 42%;object-position:50% 42%}.work-orbit__card--wfh .work-orbit__media{-o-object-position:52% center;object-position:52% center}.work-orbit__card--wfo .work-orbit__media{-o-object-position:50% center;object-position:50% center}.work-orbit__media-scrim{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(35,15,14,.16) 8%,transparent 38%),linear-gradient(0deg,rgba(72,16,21,.94),rgba(82,19,25,.62) 36%,transparent 75%)}.work-orbit__media-copy{position:absolute;z-index:3;right:1.25rem;bottom:1.18rem;left:1.25rem;color:#fff;transform:translateZ(24px);transition:transform .5s cubic-bezier(.22,1,.36,1)}.work-orbit__card:hover .work-orbit__media-copy{transform:translateZ(42px) translateY(-3px)}.work-orbit__media-copy p{color:hsla(0,0%,100%,.75)}.work-orbit__media-copy h3{font-size:clamp(1.95rem,2.6vw,2.45rem)}.work-orbit__media-copy>span{display:inline-flex;align-items:center;gap:.35rem;margin-top:.75rem;font-family:Inter,system-ui,sans-serif;font-size:.7rem;font-weight:700}.work-orbit__media-copy>span svg{width:.85rem;height:.85rem;transition:transform .4s cubic-bezier(.22,1,.36,1)}.work-orbit__card:hover .work-orbit__media-copy>span svg{transform:translate(3px,-3px)}.work-orbit__gig-scene,.work-orbit__hybrid-scene,.work-orbit__planner,.work-orbit__survey-scene{transform:translateZ(12px);transition:transform .55s cubic-bezier(.22,1,.36,1)}.work-orbit__card:hover .work-orbit__gig-scene,.work-orbit__card:hover .work-orbit__hybrid-scene,.work-orbit__card:hover .work-orbit__planner,.work-orbit__card:hover .work-orbit__survey-scene{transform:translateZ(34px) translateY(-3px)}.work-orbit__gig-tags,.work-orbit__office-tags,.work-orbit__remote-badges,.work-orbit__video-badges{position:absolute;z-index:3;top:1rem;right:1rem;left:1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.work-orbit__gig-tags span,.work-orbit__office-tags span,.work-orbit__remote-badges span,.work-orbit__video-badges span{display:inline-flex;align-items:center;gap:.35rem;padding:.43rem .65rem;border:1px solid hsla(0,0%,100%,.24);border-radius:999px;color:#fff;background:rgba(36,15,16,.55);box-shadow:0 5px 18px rgba(17,8,8,.15);backdrop-filter:blur(10px);font-family:Inter,system-ui,sans-serif;font-size:.56rem;font-weight:760;letter-spacing:.045em;text-transform:uppercase}.work-orbit__office-tags svg,.work-orbit__remote-badges svg,.work-orbit__video-badges svg{width:.72rem;height:.72rem}.work-orbit__remote-badges span:first-child{animation:work-orbit-signal 2.4s ease-in-out infinite}.work-orbit__video-badges span{animation:work-orbit-video-badge 4.4s ease-in-out infinite}.work-orbit__office-tags span:first-child{animation:work-orbit-tag-one 4.2s ease-in-out infinite}.work-orbit__office-tags span:last-child{animation:work-orbit-tag-two 4.8s ease-in-out infinite}.work-orbit__gig-tags{top:1.05rem;right:auto;flex-direction:column}.work-orbit__gig-tags span{color:var(--orbit-maroon);border-color:rgba(148,39,39,.12);background:rgba(255,250,247,.9)}.work-orbit__gig-tags span:first-child{transform:rotate(-4deg);animation:work-orbit-tag-one 4s ease-in-out infinite}.work-orbit__gig-tags span:last-child{margin-left:1.2rem;transform:rotate(3deg);animation:work-orbit-tag-two 4.5s ease-in-out infinite}.work-orbit__card--gigs{background:radial-gradient(circle at 110% -8%,var(--orbit-blush) 0 30%,transparent 30.5%),linear-gradient(145deg,#fffaf7,#f8dfd9)}.work-orbit__gig-scene{position:absolute;inset:2.55rem 1.1rem 6.7rem;overflow:hidden;border-radius:1.05rem;perspective:700px}.work-orbit__gig-scene:before{content:"";position:absolute;inset:.35rem .35rem .8rem;border:1px dashed rgba(148,39,39,.28);border-radius:1.05rem;transform:rotate(-2deg);animation:work-orbit-gig-frame 7.2s ease-in-out infinite}.work-orbit__gig-scan{position:absolute;z-index:1;top:0;right:-12%;left:-12%;height:2px;background:linear-gradient(90deg,transparent,rgba(148,39,39,.7),transparent);box-shadow:0 0 14px rgba(148,39,39,.36);animation:work-orbit-gig-scan 7.2s cubic-bezier(.22,1,.36,1) infinite}.work-orbit__gig-orbit{position:absolute;top:.1rem;left:50%;width:9.5rem;height:9.5rem;border:1px dashed rgba(148,39,39,.22);border-radius:50%;transform:translateX(-50%);animation:work-orbit-gig-orbit 14.4s linear infinite}.work-orbit__gig-orbit i{position:absolute;width:.48rem;height:.48rem;border:2px solid #fff;border-radius:50%;background:var(--orbit-maroon);box-shadow:0 0 0 .28rem rgba(148,39,39,.1)}.work-orbit__gig-orbit i:first-child{top:-.2rem;left:50%}.work-orbit__gig-orbit i:nth-child(2){right:.2rem;bottom:1.2rem}.work-orbit__gig-orbit i:nth-child(3){bottom:1rem;left:.1rem}.work-orbit__opportunity{position:absolute;z-index:2;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.12rem .55rem;width:10.8rem;padding:.72rem .78rem;border:1px solid rgba(148,39,39,.12);border-radius:.9rem;color:var(--orbit-ink);background:hsla(0,0%,100%,.94);box-shadow:0 13px 28px rgba(148,39,39,.14);font-family:Inter,system-ui,sans-serif;transform-origin:center;backface-visibility:hidden}.work-orbit__opportunity i{grid-row:1/span 2;padding:.4rem .36rem;border-radius:.4rem;color:#fff;background:var(--orbit-maroon);font-size:.48rem;font-style:normal;font-weight:850;letter-spacing:.08em}.work-orbit__opportunity b{font-size:.68rem;line-height:1.1}.work-orbit__opportunity em{color:rgba(29,23,21,.52);font-size:.56rem;font-style:normal;font-weight:650}.work-orbit__opportunity--one{top:.4rem;left:.2rem;transform:rotate(-4deg);animation:work-orbit-opportunity-one 7.2s cubic-bezier(.22,1,.36,1) infinite}.work-orbit__opportunity--two{top:4.7rem;right:.1rem;transform:rotate(4deg);animation:work-orbit-opportunity-two 7.2s cubic-bezier(.22,1,.36,1) infinite}.work-orbit__gig-match{position:absolute;z-index:2;top:3.45rem;left:50%;display:inline-flex;align-items:center;gap:.3rem;padding:.42rem .64rem;border-radius:999px;color:#fff;background:var(--orbit-maroon);box-shadow:0 9px 22px rgba(100,26,31,.28);font-family:Inter,system-ui,sans-serif;font-size:.54rem;font-weight:780;transform:translateX(-50%);animation:work-orbit-match 7.2s cubic-bezier(.22,1,.36,1) infinite}.work-orbit__gig-match svg{width:.72rem;height:.72rem}.work-orbit__card--part-time{background:radial-gradient(circle at 108% -2%,var(--orbit-petal) 0 27%,transparent 27.5%),linear-gradient(145deg,#fffaf7,#faeae5)}.work-orbit__part-scene{position:absolute;inset:2.3rem 1.25rem 6.8rem}.work-orbit__clock-face{position:absolute;top:.6rem;left:50%;width:7.7rem;height:7.7rem;border:.5rem solid #fff;border-radius:50%;background:repeating-conic-gradient(from 0deg,rgba(148,39,39,.42) 0 1deg,transparent 1deg 30deg),#f6cdc5;box-shadow:0 13px 30px rgba(148,39,39,.18);transform:translateX(-50%) rotate(-4deg)}.work-orbit__clock-face>svg{position:absolute;inset:20%;width:60%;height:60%;color:rgba(148,39,39,.16)}.work-orbit__clock-hand{position:absolute;left:calc(50% - 1px);bottom:50%;width:2px;border-radius:99px;background:var(--orbit-maroon);transform-origin:center bottom}.work-orbit__clock-hand--hour{height:1.75rem;animation:work-orbit-hour 9s linear infinite}.work-orbit__clock-hand--minute{height:2.35rem;animation:work-orbit-minute 4.5s linear infinite}.work-orbit__clock-face b{position:absolute;top:calc(50% - .24rem);left:calc(50% - .24rem);width:.48rem;height:.48rem;border-radius:50%;background:var(--orbit-maroon)}.work-orbit__part-chip{position:absolute;padding:.42rem .62rem;border:1px solid rgba(148,39,39,.12);border-radius:999px;color:var(--orbit-maroon);background:hsla(0,0%,100%,.92);box-shadow:0 7px 18px rgba(148,39,39,.11);font-family:Inter,system-ui,sans-serif;font-size:.58rem;font-weight:780}.work-orbit__part-chip--one{top:1.5rem;left:0;animation:work-orbit-chip-one 3.8s ease-in-out infinite}.work-orbit__part-chip--two{top:5.4rem;right:-.2rem;animation:work-orbit-chip-two 4.2s ease-in-out infinite}.work-orbit__part-chip--three{top:8.4rem;left:1rem;color:#fff;background:var(--orbit-maroon);animation:work-orbit-chip-one 4.6s ease-in-out infinite reverse}.work-orbit__card--full-time{color:#fff;background:linear-gradient(155deg,#a83a39,var(--orbit-deep))}.work-orbit__card--full-time:before{content:"";position:absolute;top:-4rem;right:-3rem;width:11rem;height:11rem;border:1px solid hsla(0,0%,100%,.14);border-radius:42% 58% 52% 48%;box-shadow:inset 0 0 0 2.4rem hsla(0,0%,100%,.035);animation:work-orbit-full-blob 11s linear infinite}.work-orbit__card--full-time .work-orbit__copy>svg,.work-orbit__card--full-time .work-orbit__corner-arrow,.work-orbit__card--full-time .work-orbit__number{color:hsla(0,0%,100%,.76)}.work-orbit__planner{position:absolute;top:2.6rem;right:1.35rem;left:1.35rem;display:grid;gap:.48rem;padding:.9rem;border:1px solid hsla(0,0%,100%,.16);border-radius:1rem;background:rgba(255,250,247,.12);backdrop-filter:blur(8px);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08),0 18px 38px rgba(64,13,17,.16)}.work-orbit__planner span{position:relative;z-index:2;display:grid;grid-template-columns:2.7rem .4rem 1fr;align-items:center;gap:.42rem;padding:.58rem .62rem;border-radius:.72rem;color:var(--orbit-ink);background:rgba(255,250,247,.94);font-family:Inter,system-ui,sans-serif;font-size:.64rem;font-weight:720;transform-origin:left center;animation:work-orbit-planner 6s cubic-bezier(.22,1,.36,1) infinite}.work-orbit__planner span:nth-of-type(2){animation-delay:-4s}.work-orbit__planner span:nth-of-type(3){animation-delay:-2s}.work-orbit__planner span b{color:var(--orbit-maroon);font-size:.56rem}.work-orbit__planner span em{position:relative;width:.36rem;height:.36rem;border-radius:50%;background:var(--orbit-blush)}.work-orbit__planner span em:after{content:"";position:absolute;inset:-.18rem;border:1px solid rgba(148,39,39,.24);border-radius:50%;animation:work-orbit-row-pulse 2s ease-out infinite}.work-orbit__planner span:nth-of-type(2) em:after{animation-delay:-1.3s}.work-orbit__planner span:nth-of-type(3) em:after{animation-delay:-.65s}.work-orbit__planner-line{position:absolute;top:1.15rem;bottom:1.15rem;left:4.56rem;width:1px;background:hsla(0,0%,100%,.3)}.work-orbit__planner-line:after{content:"";position:absolute;top:0;left:-.2rem;width:.42rem;height:.42rem;border:2px solid hsla(0,0%,100%,.9);border-radius:50%;background:var(--orbit-maroon);box-shadow:0 0 0 .25rem hsla(0,0%,100%,.1);animation:work-orbit-timeline-dot 6s cubic-bezier(.22,1,.36,1) infinite}.work-orbit__planner-sweep{position:absolute;z-index:1;top:.72rem;right:.45rem;left:.45rem;height:2.1rem;border:1px solid hsla(0,0%,100%,.1);border-radius:.8rem;background:hsla(0,0%,100%,.08);animation:work-orbit-planner-sweep 6s cubic-bezier(.22,1,.36,1) infinite}.work-orbit__growth-badge{position:absolute;z-index:3;top:1rem;right:3.1rem;display:inline-flex;align-items:center;gap:.3rem;padding:.36rem .56rem;border:1px solid hsla(0,0%,100%,.2);border-radius:999px;color:#fff;background:rgba(50,12,15,.28);font-family:Inter,system-ui,sans-serif;font-size:.5rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;animation:work-orbit-growth 3.8s ease-in-out infinite}.work-orbit__growth-badge svg{width:.68rem;height:.68rem}.work-orbit__card--wfh{background:linear-gradient(145deg,#f7d5ce,#fff7f3)}.work-orbit__home-scene{position:absolute;inset:2.45rem 1.15rem 6.6rem}.work-orbit__window{position:absolute;top:0;left:50%;width:7.4rem;height:5.2rem;overflow:hidden;border:.44rem solid #fff;border-radius:1rem 1rem .35rem .35rem;background:linear-gradient(#f0b8ae 0 58%,#e49a8e 58%);box-shadow:0 10px 24px rgba(148,39,39,.11);transform:translateX(-50%)}.work-orbit__window>b{position:absolute;inset:0 50% 0 auto;width:.25rem;background:#fff}.work-orbit__sun{position:absolute;top:.65rem;right:.8rem;width:1.25rem;height:1.25rem;border-radius:50%;background:#fff3ed;animation:work-orbit-sun 4.2s ease-in-out infinite}.work-orbit__cloud{position:absolute;top:1.15rem;left:-1.6rem;width:2.2rem;height:.72rem;border-radius:999px;background:hsla(0,0%,100%,.8);box-shadow:.75rem -.35rem 0 -.05rem hsla(0,0%,100%,.8);animation:work-orbit-cloud 7s linear infinite}.work-orbit__home-desk{position:absolute;right:.8rem;bottom:.25rem;left:.8rem;height:.45rem;border-radius:99px;background:var(--orbit-maroon)}.work-orbit__home-desk>svg{position:absolute;left:50%;bottom:.35rem;width:4.5rem;height:4.5rem;padding:.9rem;border:.28rem solid var(--orbit-maroon);border-radius:.75rem;color:var(--orbit-maroon);background:#fffaf7;transform:translateX(-50%);animation:work-orbit-laptop 3.4s ease-in-out infinite}.work-orbit__home-desk>span{position:absolute;right:.4rem;bottom:.45rem;width:2.25rem;height:2.25rem;color:var(--orbit-maroon)}.work-orbit__home-desk>span svg{width:100%;height:100%}.work-orbit__home-desk>span i{position:absolute;top:-.45rem;left:.65rem;width:.4rem;height:.85rem;border-left:1px solid var(--orbit-maroon);border-radius:50%;animation:work-orbit-steam 2.2s ease-in-out infinite}.work-orbit__home-desk>span i:last-child{left:1.2rem;animation-delay:-1.1s}.work-orbit__plant{position:absolute;bottom:.7rem;left:.2rem;width:2.7rem;height:3.4rem}.work-orbit__plant b{position:absolute;bottom:0;left:.6rem;width:1.6rem;height:1.25rem;border-radius:.35rem .35rem .7rem .7rem;background:var(--orbit-maroon)}.work-orbit__plant i{position:absolute;bottom:1rem;left:1.2rem;width:.75rem;height:1.7rem;border-radius:90% 10% 90% 10%;background:#c56f67;transform-origin:center bottom;animation:work-orbit-leaf 3s ease-in-out infinite}.work-orbit__plant i:nth-child(2){transform:rotate(55deg);animation-delay:-1s}.work-orbit__plant i:nth-child(3){transform:rotate(-55deg);animation-delay:-2s}.work-orbit__card--hybrid{background:linear-gradient(135deg,#2a201e,#5c2929);color:#fff}.work-orbit__card--hybrid .work-orbit__copy>svg,.work-orbit__card--hybrid .work-orbit__corner-arrow,.work-orbit__card--hybrid .work-orbit__number{color:hsla(0,0%,100%,.72)}.work-orbit__hybrid-scene{position:absolute;top:2.8rem;right:1.15rem;left:1.15rem;display:grid;grid-template-columns:1fr 2.6rem 1fr;align-items:center}.work-orbit__hybrid-scene>div{display:grid;justify-items:center;gap:.35rem;min-height:8rem;padding:1.1rem .5rem;border:1px solid hsla(0,0%,100%,.12);border-radius:1rem;background:hsla(0,0%,100%,.1);backdrop-filter:blur(8px);box-shadow:0 14px 28px rgba(19,8,8,.12);animation:work-orbit-hybrid-home 8s cubic-bezier(.22,1,.36,1) infinite}.work-orbit__hybrid-scene>div:last-of-type{color:var(--orbit-ink);background:var(--orbit-petal);animation-name:work-orbit-hybrid-hq}.work-orbit__hybrid-scene svg{width:2.4rem;height:2.4rem;margin:.35rem 0}.work-orbit__hybrid-scene span{font-family:Inter,system-ui,sans-serif;font-size:.58rem;font-weight:850;letter-spacing:.15em}.work-orbit__hybrid-scene b{font-family:Inter,system-ui,sans-serif;font-size:.65rem}.work-orbit__hybrid-scene>i{position:relative;height:2px;overflow:visible;background:linear-gradient(90deg,hsla(9,69%,81%,.3),#f0b8ae,hsla(9,69%,81%,.3));background-size:200% 100%;animation:work-orbit-connector-line 3s linear infinite}.work-orbit__hybrid-scene>i:after,.work-orbit__hybrid-scene>i:before{content:"";position:absolute;top:-3px;width:8px;height:8px;border-radius:50%;background:var(--orbit-blush)}.work-orbit__hybrid-scene>i:before{left:-2px}.work-orbit__hybrid-scene>i:after{right:-2px}.work-orbit__hybrid-scene>i em{position:absolute;top:-5px;left:0;width:12px;height:12px;border:3px solid #fff;border-radius:50%;background:var(--orbit-maroon);box-shadow:-.55rem 0 0 -.22rem hsla(0,0%,100%,.42),-1rem 0 0 -.28rem hsla(0,0%,100%,.22);animation:work-orbit-commute 4s cubic-bezier(.22,1,.36,1) infinite}.work-orbit__hybrid-scene>i em:after{content:"";position:absolute;inset:-.38rem;border:1px solid hsla(0,0%,100%,.38);border-radius:50%;animation:work-orbit-sync-pulse 1.9s ease-out infinite}.work-orbit__hybrid-status{grid-column:1/-1;justify-self:center;display:inline-flex;align-items:center;gap:.24rem;margin-top:.7rem;padding:.35rem .58rem;border:1px solid hsla(0,0%,100%,.13);border-radius:999px;color:hsla(0,0%,100%,.76);background:hsla(0,0%,100%,.07);letter-spacing:.06em!important;animation:work-orbit-status-glow 4s ease-in-out infinite}.work-orbit__hybrid-status i{width:.25rem;height:.25rem;border-radius:50%;background:var(--orbit-blush);animation:work-orbit-sync-dot 1.5s ease-in-out infinite}.work-orbit__hybrid-status i:nth-child(2){animation-delay:-1s}.work-orbit__hybrid-status i:nth-child(3){animation-delay:-.5s}.work-orbit__card--wfo{background:linear-gradient(160deg,#fffaf7,#f5d7d0)}.work-orbit__office-scene{position:absolute;inset:2.55rem 1.35rem 6.65rem}.work-orbit__office-building{position:absolute;top:0;left:50%;display:grid;grid-template-columns:repeat(3,1fr);gap:.48rem;width:7.5rem;height:8rem;padding:1rem .9rem 1.4rem;border-radius:1.1rem 1.1rem .2rem .2rem;background:var(--orbit-maroon);box-shadow:0 15px 30px rgba(148,39,39,.18);transform:translateX(-50%)}.work-orbit__office-building i{border-radius:.18rem;background:rgba(255,230,223,.42);animation:work-orbit-window-light 3.6s steps(2) infinite}.work-orbit__office-building i:nth-child(3n+2){animation-delay:-1.2s}.work-orbit__office-building i:nth-child(4n){animation-delay:-2.4s}.work-orbit__office-building b{position:absolute;bottom:0;left:50%;display:grid;place-items:center;width:2.2rem;height:2.5rem;color:var(--orbit-maroon);background:var(--orbit-cream);transform:translateX(-50%)}.work-orbit__office-building b svg{width:1.1rem;height:1.1rem}.work-orbit__office-person{position:absolute;bottom:-.4rem;display:grid;place-items:center;width:2rem;height:2rem;border-radius:50%;color:#fff;background:#c66e64;box-shadow:0 0 0 .55rem hsla(6,46%,58%,.12);animation:work-orbit-person 3.5s ease-in-out infinite}.work-orbit__office-person svg{width:.95rem;height:.95rem}.work-orbit__office-person--one{left:.1rem}.work-orbit__office-person--two{right:.1rem;animation-delay:-1.75s}.work-orbit__card--surveys{color:#fff;background:linear-gradient(145deg,#7e2025,#a93a39)}.work-orbit__card--surveys:before{content:"?";position:absolute;top:-2rem;right:-.2rem;color:hsla(0,0%,100%,.08);font:800 11rem/1 Inter,sans-serif;transform:rotate(8deg)}.work-orbit__card--surveys .work-orbit__copy>svg,.work-orbit__card--surveys .work-orbit__corner-arrow,.work-orbit__card--surveys .work-orbit__number{color:hsla(0,0%,100%,.75)}.work-orbit__survey-scene{position:absolute;top:3rem;right:1.35rem;left:1.35rem;display:grid;gap:.6rem}.work-orbit__survey-question{margin:0 0 .1rem;color:hsla(0,0%,100%,.9);font-family:var(--font-dm-sans),Inter,system-ui,sans-serif;font-size:.82rem;font-weight:760;letter-spacing:-.025em;animation:work-orbit-question 6.4s ease-in-out infinite}.work-orbit__survey-scene>span{display:block;height:.68rem;overflow:hidden;border-radius:99px;background:hsla(0,0%,100%,.14)}.work-orbit__survey-scene>span i{display:block;width:var(--bar-size);height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--orbit-blush),#fff1ed);box-shadow:0 0 12px rgba(255,241,237,.26);transform-origin:left;animation:work-orbit-bar 6.4s cubic-bezier(.22,1,.36,1) infinite}.work-orbit__survey-scene>span:nth-of-type(2) i{animation-delay:-4.25s}.work-orbit__survey-scene>span:nth-of-type(3) i{animation-delay:-2.1s}.work-orbit__survey-answer{position:absolute;display:inline-flex;align-items:center;gap:.35rem;padding:.48rem .66rem;border-radius:999px;color:var(--orbit-maroon);background:#fffaf7;box-shadow:0 10px 24px rgba(48,12,15,.22);font-family:Inter,system-ui,sans-serif;font-size:.58rem;font-weight:780}.work-orbit__survey-answer svg{width:.8rem;height:.8rem}.work-orbit__survey-answer--one{top:5.4rem;left:.6rem;transform:rotate(-5deg);animation:work-orbit-answer-one 6.4s cubic-bezier(.22,1,.36,1) infinite}.work-orbit__survey-answer--two{top:6.8rem;right:.2rem;transform:rotate(4deg);animation:work-orbit-answer-two 6.4s cubic-bezier(.22,1,.36,1) infinite}.work-orbit__survey-cursor{position:absolute;z-index:3;top:6.25rem;left:4.9rem;width:.8rem;height:1.05rem;filter:drop-shadow(0 4px 6px rgba(45,10,13,.3));animation:work-orbit-survey-cursor 6.4s cubic-bezier(.22,1,.36,1) infinite}.work-orbit__survey-cursor:before{content:"";position:absolute;inset:0;clip-path:polygon(0 0,100% 64%,57% 70%,38% 100%);background:#fff}.work-orbit__survey-cursor:after{content:"";position:absolute;top:-.35rem;left:-.35rem;width:1.45rem;height:1.45rem;border:1px solid hsla(0,0%,100%,.55);border-radius:50%;opacity:0;animation:work-orbit-cursor-click 6.4s ease-out infinite}@keyframes work-orbit-halo{to{transform:rotate(1turn)}}@keyframes work-orbit-card-drift{0%,to{translate:0 0}50%{translate:0 -5px}}@keyframes work-orbit-spark{0%,to{transform:rotate(-8deg) scale(1)}50%{transform:rotate(14deg) scale(1.24)}}@keyframes work-orbit-signal{50%{transform:translateY(-2px);box-shadow:0 0 0 .38rem hsla(0,0%,100%,.08)}}@keyframes work-orbit-video-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-3px);box-shadow:0 8px 24px rgba(17,8,8,.22)}}@keyframes work-orbit-tag-one{50%{transform:translate(4px,-5px) rotate(-1deg)}}@keyframes work-orbit-tag-two{50%{transform:translate(-4px,5px) rotate(0deg)}}@keyframes work-orbit-gig-frame{0%,to{transform:rotate(-2deg) scale(.98);opacity:.55}48%,68%{transform:rotate(1deg) scale(1);opacity:1}}@keyframes work-orbit-gig-scan{0%,18%{transform:translateY(0);opacity:0}26%{opacity:.9}58%{opacity:.9}68%,to{transform:translateY(9.1rem);opacity:0}}@keyframes work-orbit-gig-orbit{to{transform:translateX(-50%) rotate(1turn)}}@keyframes work-orbit-opportunity-one{0%,8%{transform:translate(-2.8rem,1.3rem) rotate(-11deg) scale(.88);opacity:0}22%,72%{transform:translate(0) rotate(-4deg) scale(1);opacity:1}82%{transform:translate(5px,-8px) rotate(-1deg) scale(1.02);opacity:1}94%,to{transform:translate(2rem,-2rem) rotate(4deg) scale(.9);opacity:0}}@keyframes work-orbit-opportunity-two{0%,14%{transform:translate(2.8rem,1.6rem) rotate(12deg) scale(.88);opacity:0}28%,72%{transform:translate(0) rotate(4deg) scale(1);opacity:1}82%{transform:translate(-5px,7px) rotate(1deg) scale(1.02);opacity:1}94%,to{transform:translate(-2rem,1.8rem) rotate(-5deg) scale(.9);opacity:0}}@keyframes work-orbit-match{0%,31%{transform:translateX(-50%) scale(.68);opacity:0}43%{transform:translateX(-50%) scale(1.08);opacity:1;box-shadow:0 0 0 0 rgba(148,39,39,.2)}55%,73%{transform:translateX(-50%) scale(1);opacity:1;box-shadow:0 0 0 .55rem rgba(148,39,39,.08)}86%,to{transform:translateX(-50%) translateY(-1rem) scale(.9);opacity:0}}@keyframes work-orbit-hour{to{transform:rotate(1turn)}}@keyframes work-orbit-minute{to{transform:rotate(2turn)}}@keyframes work-orbit-chip-one{50%{transform:translateY(-7px) rotate(-2deg)}}@keyframes work-orbit-chip-two{50%{transform:translate(5px,6px) rotate(3deg)}}@keyframes work-orbit-planner{0%,34%,8%,to{transform:translateX(0) scale(1);background:rgba(255,250,247,.94);box-shadow:none}14%,26%{transform:translateX(5px) scale(1.018);background:#fff;box-shadow:0 9px 20px rgba(73,15,19,.2)}}@keyframes work-orbit-full-blob{to{transform:rotate(1turn)}}@keyframes work-orbit-timeline-dot{0%,25%{top:0}34%,58%{top:calc(50% - .2rem)}67%,92%{top:calc(100% - .42rem)}to{top:0}}@keyframes work-orbit-planner-sweep{0%,25%{transform:translateY(0);opacity:.5}34%,58%{transform:translateY(2.95rem);opacity:.62}67%,92%{transform:translateY(5.9rem);opacity:.48}to{transform:translateY(0);opacity:0}}@keyframes work-orbit-row-pulse{0%{transform:scale(.5);opacity:.7}75%,to{transform:scale(1.8);opacity:0}}@keyframes work-orbit-growth{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-3px) rotate(1deg);background:hsla(0,0%,100%,.16)}}@keyframes work-orbit-sun{50%{transform:translate(-5px,3px) scale(1.1)}}@keyframes work-orbit-cloud{to{transform:translateX(9.5rem)}}@keyframes work-orbit-laptop{0%,to{transform:translateX(-50%) translateY(0) rotate(-1deg)}50%{transform:translateX(-50%) translateY(-4px) rotate(1deg)}}@keyframes work-orbit-steam{0%{transform:translateY(4px) scaleY(.5);opacity:0}50%{opacity:.75}to{transform:translate(3px,-9px) scaleY(1.2);opacity:0}}@keyframes work-orbit-leaf{0%,to{rotate:-3deg}50%{rotate:7deg}}@keyframes work-orbit-commute{0%{left:0;opacity:0}12%{opacity:1}82%{left:calc(100% - 12px);opacity:1}92%,to{left:calc(100% - 12px);opacity:0}}@keyframes work-orbit-hybrid-home{0%,34%{transform:translateY(-5px) scale(1.025);border-color:hsla(0,0%,100%,.3);box-shadow:0 18px 34px rgba(19,8,8,.2)}50%,to{transform:translateY(0) scale(1);border-color:hsla(0,0%,100%,.12);box-shadow:0 14px 28px rgba(19,8,8,.12)}}@keyframes work-orbit-hybrid-hq{0%,44%{transform:translateY(0) scale(1);box-shadow:0 14px 28px rgba(19,8,8,.12)}60%,88%{transform:translateY(-5px) scale(1.025);box-shadow:0 18px 34px rgba(19,8,8,.22)}to{transform:translateY(0) scale(1)}}@keyframes work-orbit-sync-pulse{0%{transform:scale(.7);opacity:.8}to{transform:scale(1.7);opacity:0}}@keyframes work-orbit-sync-dot{0%,to{transform:translateY(0);opacity:.35}50%{transform:translateY(-2px);opacity:1}}@keyframes work-orbit-connector-line{to{background-position:-200% 0}}@keyframes work-orbit-status-glow{0%,to{box-shadow:0 0 0 hsla(9,69%,81%,0)}50%{box-shadow:0 0 0 .35rem hsla(9,69%,81%,.05)}}@keyframes work-orbit-window-light{50%{background:rgba(255,239,184,.96);box-shadow:0 0 8px rgba(255,235,168,.35)}}@keyframes work-orbit-person{50%{transform:translateY(-7px) rotate(5deg)}}@keyframes work-orbit-question{0%,to{letter-spacing:-.025em;opacity:.72}22%,70%{letter-spacing:-.012em;opacity:1}}@keyframes work-orbit-bar{0%,8%{transform:scaleX(.06);opacity:.3}28%,78%{transform:scaleX(1);opacity:1}94%,to{transform:scaleX(.2);opacity:.45}}@keyframes work-orbit-answer-one{0%,22%{transform:translateY(.8rem) rotate(-7deg) scale(.86);opacity:0}34%{transform:translateY(0) rotate(-5deg) scale(1);opacity:1}43%{transform:translateY(2px) rotate(-3deg) scale(.94);color:#fff;background:var(--orbit-deep)}52%,82%{transform:translateY(0) rotate(-2deg) scale(1);opacity:1}94%,to{transform:translateY(-.6rem) rotate(1deg) scale(.92);opacity:0}}@keyframes work-orbit-answer-two{0%,43%{transform:translate(1rem,.8rem) rotate(7deg) scale(.86);opacity:0}56%{transform:translate(0) rotate(4deg) scale(1);opacity:1}68%{transform:translate(2px,2px) rotate(2deg) scale(.94);color:#fff;background:var(--orbit-deep)}76%,88%{transform:translate(0) rotate(2deg) scale(1);opacity:1}98%,to{transform:translateY(-.6rem) rotate(-1deg) scale(.92);opacity:0}}@keyframes work-orbit-survey-cursor{0%,20%{transform:translate(-1.2rem,-1.2rem) rotate(-10deg);opacity:0}32%{transform:translate(0) rotate(-3deg);opacity:1}43%{transform:translate(.15rem,.15rem) rotate(-1deg);opacity:1}58%{transform:translate(4.9rem,1.45rem) rotate(2deg);opacity:1}68%{transform:translate(5rem,1.55rem) rotate(2deg);opacity:1}84%,to{transform:translate(6.1rem,.6rem) rotate(6deg);opacity:0}}@keyframes work-orbit-cursor-click{0%,36%{transform:scale(.45);opacity:0}43%{transform:scale(1);opacity:.8}50%,61%{transform:scale(1.5);opacity:0}68%{transform:scale(1);opacity:.75}78%,to{transform:scale(1.5);opacity:0}}@media (max-width:900px){.work-orbit__header{grid-template-columns:1fr;gap:1.2rem}.work-orbit__header-side{align-items:center}.work-orbit__header-side>p{max-width:560px}}@media (max-width:640px){.work-orbit{padding-top:2.6rem}.work-orbit__header{margin-bottom:1.3rem}.work-orbit__header h2{font-size:clamp(2.35rem,12vw,3.55rem)}.work-orbit__header-side{gap:1rem}.work-orbit__header-side>p{font-size:.82rem}.work-orbit__controls button{width:2.65rem;height:2.65rem}.work-orbit__rail{padding-top:1.8rem;padding-bottom:2rem}.work-orbit__card{flex-basis:min(78vw,286px);width:min(78vw,286px)}.work-orbit__card:nth-child(odd){--orbit-stagger:-8px}.work-orbit__card:nth-child(2n){--orbit-stagger:8px}}@media (prefers-reduced-motion:reduce){.work-orbit *,.work-orbit :after,.work-orbit :before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.work-orbit__card,.work-orbit__card:focus-within,.work-orbit__card:hover{transform:none;transition-duration:.01ms}}