*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;overflow-x:clip}body{min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:clip;max-width:100%}#root{overflow-x:clip;max-width:100%}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}:root{--color-bg: #0f1419;--color-surface: #1a2332;--color-text: #e8eaed;--color-text-muted: #9aa4b2;--color-accent: #5b9fd4;--color-accent-hover: #7eb3e0;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--radius: 8px;--content-max: 56rem;--header-bg: #f2f0e4;--header-text: #343333;--header-cta: #e16240;--header-brutal-black: #010101;--footer-bg: #000000;--footer-text: #ffffff;--footer-input-placeholder: #505050;--footer-border: #ffffff;--about-hero-bg: #f5f1e1;--about-philosophy-bg: #f5f2e1;--about-faq-bg: #f5f2e8;--page-hero-anim-delay: .25s;--btn-brutal-hover-bg: var(--header-brutal-black);--btn-brutal-hover-fg: #fff;--btn-brutal-hover-border: #fff;--btn-brutal-hover-shadow: var(--header-brutal-black)}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg)}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}.app-shell{min-height:100vh;display:flex;flex-direction:column;overflow-x:clip;max-width:100%}.site-header{position:sticky;top:0;z-index:10;font-family:Poppins,var(--font-sans);background:var(--header-bg);border-bottom:3px solid var(--header-brutal-black)}.site-header__inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:var(--space-md);width:100%;max-width:100%;min-height:4.25rem;padding:.875rem 170px}.site-header__logo{justify-self:start;line-height:0;color:inherit}.site-header .main-nav{justify-self:center}.site-header__cta{justify-self:end}.site-header__logo:hover{opacity:.92}.site-header__logo:focus-visible{outline:2px solid var(--header-cta);outline-offset:4px}.site-header__logo img{display:block;height:2.125rem;width:auto}.site-header__cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;line-height:1.2;color:#fff;background:var(--header-cta);border:2px solid var(--header-brutal-black);box-shadow:5px 5px 0 var(--header-brutal-black);transition:box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}@media(hover:hover){.site-header__cta:hover,.about-hero__btn:hover:not(:disabled),.contact-page__submit:hover:not(:disabled),.contact-success__cta:hover{background:var(--btn-brutal-hover-bg);border-color:var(--btn-brutal-hover-border);box-shadow:5px 5px 0 var(--btn-brutal-hover-shadow);color:var(--btn-brutal-hover-fg)}}.site-header__cta:focus-visible{outline:2px solid var(--header-brutal-black);outline-offset:3px}.site-header .main-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem}.site-header .nav-link{padding:0;border-radius:0;font-size:1rem;line-height:1.2;font-weight:500;color:var(--header-text);background:transparent}.site-header .nav-link:hover{color:var(--header-text);background:transparent;opacity:.85}.site-header .nav-link--active{font-weight:700;color:var(--header-text);background:transparent}.site-main{flex:1;width:100%;max-width:var(--content-max);margin:0 auto;padding:var(--space-lg) var(--space-md)}.site-main--bleed{max-width:none;padding:0;margin:0}.site-main:has(.legal-doc){background:#f4f0de}.site-footer{margin-top:auto;font-family:Poppins,var(--font-sans);background:var(--footer-bg);color:var(--footer-text)}.site-footer__inner{display:flex;flex-direction:column;gap:5rem;max-width:90rem;margin:0 auto;padding:5rem 75px}.site-footer__top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:3rem}.site-footer__newsletter{flex:1 1 20rem;max-width:31.25rem;display:flex;flex-direction:column;gap:1.5rem}.site-footer__logo{line-height:0;width:fit-content;color:inherit}.site-footer__logo:hover{opacity:.92}.site-footer__logo:focus-visible{outline:2px solid var(--header-cta);outline-offset:4px}.site-footer__logo img{display:block;height:2.125rem;width:auto}.site-footer__intro{font-size:1rem;font-weight:400;line-height:1.5;color:var(--footer-text)}.site-footer__actions{display:flex;flex-direction:column;gap:1rem;width:100%}.site-footer__form{display:flex;flex-wrap:wrap;align-items:stretch;gap:1rem;width:100%}.site-footer__input{flex:1 1 12rem;min-width:0;min-height:3rem;padding:.75rem;border:1px solid var(--footer-border);background:var(--footer-border);color:var(--header-brutal-black);font-family:Roboto,var(--font-sans);font-size:1rem;font-weight:400;line-height:1.5}.site-footer__input::placeholder{color:var(--footer-input-placeholder)}.site-footer__input:focus-visible{outline:2px solid var(--header-cta);outline-offset:2px}.site-footer__subscribe{flex-shrink:0;padding:.75rem 1.5rem;border:1px solid var(--footer-border);background:transparent;color:var(--footer-text);font-family:Poppins,var(--font-sans);font-size:1rem;font-weight:400;line-height:1.5;cursor:pointer;transition:box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}@media(hover:hover){.site-footer__subscribe:hover:not(:disabled){background:#fff;color:var(--header-brutal-black);border-color:var(--footer-border);box-shadow:5px 5px #ffffffbf}}.site-footer__subscribe:focus-visible{outline:2px solid var(--header-cta);outline-offset:2px}.site-footer__subscribe:disabled,.site-footer__input:disabled{cursor:not-allowed;opacity:.7}.site-footer__feedback{margin:0;font-family:Roboto,var(--font-sans);font-size:.8125rem;line-height:1.5}.site-footer__feedback--success{color:var(--footer-text)}.site-footer__feedback--error{color:#ffb4ab}.site-footer__disclaimer{font-size:.75rem;font-weight:400;line-height:1.5;color:var(--footer-text);text-decoration:underline;text-underline-offset:.125rem}.site-footer__disclaimer-link{color:inherit;text-decoration:underline}.site-footer__disclaimer-link:hover{color:inherit;opacity:.9}.site-footer__columns{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:2.5rem;flex:0 0 auto}.site-footer__column{flex:0 0 auto;display:flex;flex-direction:column;gap:1rem}.site-footer__column-title{font-size:1rem;font-weight:600;line-height:1.5;color:var(--footer-text)}.site-footer__link-list,.site-footer__social-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.site-footer__link{display:block;padding:.5rem 0;font-size:.875rem;font-weight:400;line-height:1.5;color:var(--footer-text);text-decoration:none}.site-footer__link:hover{color:var(--footer-text);opacity:.85}.site-footer__social-link{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem;font-weight:400;line-height:1.5;color:var(--footer-text);text-decoration:none}.site-footer__social-link:hover{color:var(--footer-text);opacity:.85}.site-footer__social-link img{flex-shrink:0}.site-footer__credits{display:flex;flex-direction:column;gap:2rem;width:100%}.site-footer__divider{height:1px;width:100%;background:var(--footer-border)}.site-footer__legal-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.5rem;font-size:.875rem;font-weight:400;line-height:1.5;color:var(--footer-text)}.site-footer__copyright{margin:0}.site-footer__legal{display:flex;flex-wrap:wrap;gap:1.5rem}.site-footer__legal-link{color:var(--footer-text);text-decoration:underline;text-underline-offset:.125rem}.site-footer__legal-link:hover{color:var(--footer-text);opacity:.9}@media(max-width:48rem){.site-footer__inner{padding:3rem 1.5rem;gap:3rem}}.contact-page{position:relative;box-sizing:border-box;overflow:visible;background:#fff;color:#000;font-family:Manrope,Poppins,var(--font-sans)}.contact-page__inner{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:2.5rem;max-width:90rem;margin:0 auto;padding:100px}.contact-page__lead{flex:1 1 17.5rem;max-width:37.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;animation:hero-panel-from-left 1.75s cubic-bezier(.22,1,.36,1) calc(var(--page-hero-anim-delay, 0s) + .28s) both}.contact-page__tag{display:inline-flex;align-items:center;padding:.5rem .75rem;border:1px solid #000;background:var(--header-cta);color:#fff;font-size:.875rem;font-weight:600;line-height:1.5;font-family:Manrope,var(--font-sans)}.contact-page__title{margin:0;max-width:37.5rem;font-family:Poppins,var(--font-sans);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;line-height:1.2;color:#000}.contact-page__illustration{position:absolute;top:503px;left:250px;width:336px;height:295px;pointer-events:none;animation:hero-panel-from-left 1.75s cubic-bezier(.22,1,.36,1) calc(var(--page-hero-anim-delay, 0s) + .48s) both}.contact-page__illustration img{width:336px;height:295px;display:block;object-fit:contain}.contact-page__panel{flex:0 0 auto;box-sizing:border-box;width:min(100%,600px);max-width:600px;height:auto;padding:2.5rem;background:#fff;border:1px solid rgb(0 0 0 / .1);box-shadow:0 1px 10px #0000000d;animation:hero-panel-from-right 1.75s cubic-bezier(.22,1,.36,1) calc(var(--page-hero-anim-delay, 0s) + .55s) both}.contact-page__form{display:flex;flex-direction:column;gap:1rem;width:100%}.contact-page__fields{display:flex;flex-direction:column;gap:.625rem;width:100%}.contact-page__field{display:flex;flex-direction:column;gap:.5rem}.contact-page__label{font-size:1rem;font-weight:500;line-height:1.2;color:#343333;font-family:Manrope,var(--font-sans)}.contact-page__input{width:100%;min-height:3.625rem;padding:1rem 1.5rem;border:2px solid #343333;background:#fff;color:#000;font-size:1rem;font-weight:500;line-height:1.2;font-family:Manrope,var(--font-sans)}.contact-page__input::placeholder{color:#909090}.contact-page__input--message{min-height:9.375rem;resize:vertical;align-self:stretch}.contact-page__input:focus-visible{outline:2px solid var(--header-cta);outline-offset:2px}.contact-page__actions{display:flex;justify-content:flex-end;width:100%}.contact-page__submit{display:inline-flex;align-items:center;justify-content:center;padding:1.125rem 1.5rem;border:2px solid var(--header-brutal-black);background:var(--header-cta);color:#fff;font-family:Poppins,var(--font-sans);font-size:1rem;font-weight:500;line-height:1.2;cursor:pointer;box-shadow:5px 5px 0 var(--header-brutal-black);transition:box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.contact-page__submit:focus-visible{outline:2px solid var(--header-brutal-black);outline-offset:3px}.contact-page__submit:disabled{cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}.contact-page__error{margin:0;color:#b3261e;font-family:Roboto,var(--font-sans);font-size:.875rem;line-height:1.5}.contact-page__input:disabled{cursor:not-allowed;opacity:.7}.contact-success{box-sizing:border-box;width:100%;min-height:min(100vh,100dvh);padding:100px;background:#fff;color:#000;font-family:Manrope,Poppins,var(--font-sans);display:flex;align-items:center;justify-content:center}.contact-success__inner{display:flex;flex-direction:column;align-items:center;gap:2.1875rem;width:100%;max-width:31.25rem}.contact-success__lead{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%;text-align:center}.contact-success__title{margin:0;width:100%;font-family:Poppins,var(--font-sans);font-size:clamp(1.75rem,5vw,2.5rem);font-weight:500;line-height:1.2;color:#000}.contact-success__text{margin:0;max-width:31.25rem;font-family:Manrope,var(--font-sans);font-size:1rem;font-weight:700;line-height:1.5;color:#343333}.contact-success__figure{width:20.88925rem;max-width:100%;flex-shrink:0}.contact-success__figure img{width:100%;height:auto;object-fit:contain}.contact-success__cta{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:160px;width:max-content;max-width:100%;min-height:55px;padding:18px 24px;border:2px solid var(--header-brutal-black);background:var(--header-cta);color:#fff;font-family:Poppins,var(--font-sans);font-size:1rem;font-weight:500;line-height:1.2;white-space:nowrap;text-decoration:none;cursor:pointer;box-shadow:5px 5px 0 var(--header-brutal-black);transition:box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.contact-success__cta:focus-visible{outline:2px solid var(--header-brutal-black);outline-offset:3px}@media(max-width:48rem){.contact-success{padding:clamp(2rem,6vw,100px) clamp(1.5rem,5vw,100px)}}@keyframes hero-panel-from-left{0%{opacity:0;transform:translate3d(-2.25rem,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes hero-panel-from-right{0%{opacity:0;transform:translate3d(2.25rem,0,0)}to{opacity:1;transform:translateZ(0)}}.landing-hero{box-sizing:border-box;background:var(--about-hero-bg);color:#000;font-family:Manrope,Poppins,var(--font-sans)}.landing-hero__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2.5rem;max-width:90rem;margin:0 auto;padding:100px;box-sizing:border-box}.landing-hero__content{flex:1 1 20rem;max-width:37.5rem;display:flex;flex-direction:column;gap:2.8125rem;animation:hero-panel-from-left 1.75s cubic-bezier(.22,1,.36,1) calc(var(--page-hero-anim-delay, 0s) + .28s) both}.landing-hero__text-block{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;max-width:37.5rem}.landing-hero__title{margin:0;font-family:Poppins,var(--font-sans);font-size:clamp(1.875rem,4.5vw,3.25rem);font-weight:500;line-height:1.2;color:#000}.landing-hero__title-line{font-weight:500}.landing-hero__title-strong{font-weight:700}.landing-hero__body{margin:0;font-size:1.125rem;font-weight:500;line-height:1.5;color:#343333;font-family:Manrope,var(--font-sans)}.landing-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.landing-hero__media{flex:1 1 18rem;width:min(100%,50rem);max-width:50rem;aspect-ratio:1 / 1;align-self:center;animation:hero-panel-from-right 1.75s cubic-bezier(.22,1,.36,1) calc(var(--page-hero-anim-delay, 0s) + .55s) both}.landing-hero__media img{display:block;width:100%;height:100%;object-fit:contain}@media(max-width:48rem){.landing-hero__inner{padding:clamp(1.5rem,6vw,100px)}}.landing-real-problem{box-sizing:border-box;width:100%;border-top:3px solid var(--header-brutal-black);background:#fff;color:#000;font-family:Poppins,Manrope,var(--font-sans)}.landing-real-problem__inner{display:flex;flex-direction:column;align-items:center;gap:3rem;max-width:90rem;margin:0 auto;padding:100px 100px 8.75rem;box-sizing:border-box}.landing-real-problem__text-wrap{display:flex;width:100%;max-width:62.5rem;flex-direction:column;align-items:center;gap:1rem;height:35.125rem}.landing-real-problem__viewport{width:100%;flex:1 1 auto;min-height:0;max-height:none;overflow-x:clip;overflow-y:auto;scroll-behavior:auto}.landing-real-problem__viewport--autoscroll{scrollbar-width:none;-ms-overflow-style:none}.landing-real-problem__viewport--autoscroll::-webkit-scrollbar{display:none;width:0;height:0}.landing-real-problem__tag{display:inline-flex;align-items:center;padding:.5rem .75rem;border:1px solid #000;background:var(--header-cta);color:#fff;font-family:Manrope,var(--font-sans);font-size:.875rem;font-weight:600;line-height:1.5}.landing-real-problem__copy{display:flex;flex-direction:column;gap:1rem;width:100%;text-align:center}.landing-real-problem__lead,.landing-real-problem__stanza{margin:0;font-size:2.5rem;font-weight:400;line-height:1.2;color:#0006;transition:color .22s ease}.landing-real-problem__lead-strong{color:#0006;transition:color .22s ease}.landing-real-problem__lead.is-revealed .landing-real-problem__lead-strong{color:#000}.landing-real-problem__lead-muted{color:#0006}.landing-real-problem__stanza.is-revealed{color:#000}.landing-real-problem__art{position:relative;width:100%;max-width:44.16625rem;margin:0}.landing-real-problem__art img{display:block;width:100%;height:auto;max-height:28.294375rem;object-fit:contain;object-position:center}@media(prefers-reduced-motion:reduce){.landing-real-problem__text-wrap{height:auto}.landing-real-problem__viewport--autoscroll{flex:0 1 auto;max-height:none;overflow-y:visible}}@media(max-width:48rem){.landing-real-problem__inner{padding:clamp(1.5rem,6vw,100px) clamp(1.5rem,6vw,100px) clamp(3.5rem,10vw,8.75rem)}.landing-real-problem__text-wrap{height:auto}.landing-real-problem__lead,.landing-real-problem__stanza{font-size:clamp(1.25rem,5.5vw,2.5rem)}.landing-real-problem__viewport{flex:0 1 auto;max-height:min(29.25rem,72vh)}}.landing-built{box-sizing:border-box;width:100%;border-top:3px solid var(--header-brutal-black);border-bottom:3px solid var(--header-brutal-black);background:#f4f0de;color:#000;font-family:Poppins,Manrope,var(--font-sans)}.landing-built__inner{display:flex;flex-direction:column;align-items:center;gap:2.5rem;max-width:90rem;margin:0 auto;padding:100px;box-sizing:border-box}.landing-built__heading{margin:0;max-width:50rem;font-family:Poppins,var(--font-sans);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;line-height:1.2;text-align:center;color:#000}.landing-built__heading-line{display:block;font-weight:500}.landing-built__heading-strong{display:block;margin-top:.15em;font-weight:700}.landing-built__grid{display:grid;grid-template-columns:1fr;gap:3rem;width:100%;align-items:stretch}.landing-built__block{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;min-width:0}.landing-built__block-head{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.landing-built__title{margin:0;font-size:1.75rem;font-weight:600;line-height:1.5;color:#343333;font-family:Poppins,var(--font-sans)}.landing-built__body{margin:0;font-size:1.125rem;font-weight:400;line-height:1.6875rem;color:#343333;font-family:Manrope,var(--font-sans)}.landing-built__body-em{font-weight:600}.landing-built__tags{display:flex;flex-wrap:wrap;gap:.5rem}.landing-built__pill{display:inline-flex;align-items:center;padding:.5rem .75rem;border:1px solid #000;background:#fff;color:#343333;font-family:Manrope,var(--font-sans);font-size:.875rem;font-weight:600;line-height:1.5}.landing-built__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem;width:100%}.landing-built__list-item{display:flex;align-items:center;gap:.5rem;font-family:Manrope,var(--font-sans);font-size:1.125rem;font-weight:400;line-height:1.6875rem;color:#343333}.landing-built__list-arrow{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;line-height:1}.landing-built__list-arrow img{display:block;width:1.0625rem;height:auto;aspect-ratio:17 / 11}.landing-built__footer-copy{margin:0;font-family:Manrope,var(--font-sans);font-size:1.125rem;font-weight:400;line-height:1.6875rem;color:#343333}.landing-built__panel{display:flex;align-items:center;justify-content:center;min-height:17.5rem;padding:1.5rem;box-sizing:border-box;background:var(--header-cta);border:3px solid var(--header-brutal-black);overflow:clip}.landing-built__panel--explorer,.landing-built__panel--resume{min-height:0}.landing-built__panel--resume{position:relative}.landing-built__panel-img{display:block;width:100%;max-width:24.6875rem;height:auto;object-fit:contain}.landing-built__panel-inner--skill{display:flex;align-items:center;justify-content:center;width:100%;max-width:24.6875rem;box-sizing:border-box}.landing-built__skill-print-slot{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;line-height:0}.landing-built__skill-print-slot .built-skill-print{position:relative;width:min(100%,387px);max-width:387px;aspect-ratio:387 / 268;height:auto;flex-shrink:0;box-sizing:border-box}.built-skill-print__frame{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;box-sizing:border-box;background:#f5efe6;border:4px solid #000;border-radius:10px;box-shadow:8px 8px #000;overflow:hidden;font-family:Poppins,var(--font-sans)}.built-skill-print__chrome{flex:0 0 44px;display:flex;align-items:center;gap:8px;box-sizing:border-box;height:44px;padding:0 16px 4px;background:#fff;border-bottom:4px solid #000}.built-skill-print__traffic{display:flex;flex-shrink:0;align-items:center;gap:6px;width:48px;height:12px;box-sizing:border-box}.built-skill-print__traffic-dot{flex-shrink:0;width:12px;height:12px;box-sizing:border-box;border:2px solid #000;border-radius:50%}.built-skill-print__traffic-dot--red{background:#ff5f56}.built-skill-print__traffic-dot--amber{background:#ffbd2e}.built-skill-print__traffic-dot--green{flex:1 1 12px;min-width:12px;height:12px;border-radius:999px;background:#27c93f}.built-skill-print__url-bar{flex:1 1 0;min-width:0;height:24px;box-sizing:border-box;background:#fff;border:2px solid #000;border-radius:4px}.built-skill-print__main{position:relative;flex:1 1 0;display:flex;flex-direction:row;align-items:flex-start;gap:24px;min-height:0;padding:24px 24px 12px;box-sizing:border-box}.built-skill-print__lanes{display:flex;flex-shrink:0;flex-direction:column;gap:12px;width:80px;box-sizing:border-box}.built-skill-print__lane{flex-shrink:0;width:80px;height:16px;box-sizing:border-box;background:#e5e7eb;border:2px solid #000;border-radius:4px}.built-skill-print__lane--accent{height:32px;background:#e16240;border-width:3px}.built-skill-print__center{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box}.built-skill-print__heading{margin:0 0 16px 16px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:-.1504px;color:#000;white-space:nowrap}.built-skill-print__radar{width:140px;max-width:100%;height:140px;margin-left:9.69px;box-sizing:border-box;transform:rotate(-44deg);transform-origin:center center;transition:transform 1.7s cubic-bezier(.34,1.35,.5,1) .95s;will-change:transform}.built-skill-print--in-view .built-skill-print__radar{transform:rotate(0)}.built-skill-print__radar-img{display:block;width:100%;height:100%;object-fit:contain}.built-skill-print__metrics{display:flex;flex-shrink:0;flex-direction:column;align-items:flex-end;gap:8px;width:51.625px;padding-bottom:76px;box-sizing:border-box}.built-skill-print__metric{display:flex;align-items:center;justify-content:flex-start;width:51.625px;height:30px;padding:0 12px;box-sizing:border-box;background:#fff;border:3px solid #000;border-radius:4px;box-shadow:2px 2px #000}.built-skill-print__metric--narrow{width:49.461px}.built-skill-print__metric-label{font-size:12px;font-weight:600;line-height:16px;color:#0a0a0a;white-space:nowrap}.built-skill-print__verified{position:absolute;left:calc(100% * 269.8 / 387);top:calc(100% * 222 / 268);display:flex;flex-direction:row;align-items:center;gap:8px;width:calc(100% * 101.203 / 387);height:calc(100% * 34 / 268);padding:3px 15px;box-sizing:border-box;background:#27c93f;border:3px solid #000;border-radius:999px;box-shadow:3px 3px #000}.built-skill-print__verified-icon{flex-shrink:0;width:16px;height:16px}.built-skill-print__verified-text{flex:1 1 0;min-width:0;font-size:12px;font-weight:700;line-height:16px;color:#000;white-space:nowrap}.built-skill-print__frame{opacity:0;transform:translateY(28px) scale(.96);transform-origin:center bottom;transition:opacity .6s ease-out .3s,transform .7s cubic-bezier(.22,.85,.3,1) .3s;will-change:opacity,transform}.built-skill-print--in-view .built-skill-print__frame{opacity:1;transform:translateY(0) scale(1)}.built-skill-print__radar-img{opacity:.18;transform:scale(.55);transform-origin:center center;transition:opacity .75s ease-out .95s,transform .85s cubic-bezier(.34,1.35,.5,1) .95s;will-change:opacity,transform}.built-skill-print--in-view .built-skill-print__radar-img{opacity:1;transform:scale(1)}.built-skill-print__verified{opacity:0;transform:scale(0);transform-origin:30% 50%;transition:opacity .35s ease-out 1.9s,transform .52s cubic-bezier(.34,1.7,.55,1) 1.9s;will-change:opacity,transform}.built-skill-print--in-view .built-skill-print__verified{opacity:1;transform:scale(1)}@media(prefers-reduced-motion:reduce){.built-skill-print__frame,.built-skill-print__radar,.built-skill-print__radar-img,.built-skill-print__verified{opacity:1;transform:none;transition:none}}.pp-skill-print{container-type:inline-size;position:relative;width:100%;max-width:527px;margin:0 auto;aspect-ratio:527 / 292;box-sizing:border-box;font-family:Poppins,var(--font-sans)}.pp-skill-print__window{position:absolute;left:calc(100% * 51.53 / 527);top:0;width:calc(100% * 438.787 / 527);height:calc(100% * 291.451 / 292);box-sizing:border-box;display:flex;flex-direction:column;background:#fff;border:3px solid #000;border-radius:12.882px;box-shadow:0 16.102px 20.128px -4.026px #0000001a,0 6.441px 8.051px -4.831px #0000001a;overflow:hidden}.pp-skill-print__chrome{flex:0 0 auto;display:flex;align-items:center;gap:6px;height:10.49%;min-height:26px;max-height:32px;padding:0 clamp(8px,2.4cqw,12.882px);box-sizing:border-box;background:#e8e8e8;border-bottom:1.61px solid #000}.pp-skill-print__chrome-dot{flex-shrink:0;width:clamp(7px,1.8cqw,9.661px);height:clamp(7px,1.8cqw,9.661px);box-sizing:border-box;border:1.61px solid #000;border-radius:50%}.pp-skill-print__chrome-dot--red{background:#ff5f57}.pp-skill-print__chrome-dot--amber{background:#febc2e}.pp-skill-print__chrome-dot--green{background:#28c840}.pp-skill-print__sheet{position:relative;flex:1 1 0;min-height:0;display:flex;flex-direction:column;align-items:stretch;padding:clamp(6px,1.8cqw,12px) clamp(8px,2cqw,14px);box-sizing:border-box}.pp-skill-print__visual{flex:1 1 0;min-height:0;width:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:clamp(2px,.9cqw,8px) 0}.pp-skill-print__bars{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:clamp(8px,2.05cqw,14px);width:100%;max-height:100%;box-sizing:border-box}.pp-skill-print__bars-heading{margin:0;align-self:center;padding:0 clamp(20px,6cqw,40px);font-family:Poppins,Manrope,var(--font-sans);font-size:clamp(10px,3.05cqw,14px);font-weight:800;line-height:1.18;letter-spacing:.02em;text-align:center;color:#3d3d3d;white-space:nowrap}.pp-skill-print__bar-rows{display:flex;flex-direction:column;gap:clamp(9px,2.05cqw,16px);width:100%}.pp-skill-print__bar-row{display:grid;grid-template-columns:minmax(0,30%) minmax(0,1fr) minmax(16px,14%);align-items:center;min-height:clamp(14px,4cqw,18px)}.pp-skill-print__bar-label{margin:0 0 0 40px;font-family:Manrope,Poppins,var(--font-sans);font-size:clamp(5.5px,1.5cqw,8.5px);font-weight:600;line-height:1.2;letter-spacing:-.012em;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pp-skill-print__bar-shell{box-sizing:border-box;align-self:center;min-width:0;width:100%;height:clamp(13px,3.95cqw,17px);border-radius:999px;border:1px solid #000;background:#f0ede8;overflow:hidden}.pp-skill-print__bar-meter{display:block;height:100%;width:0;max-width:100%;border-radius:999px;transition:width .72s cubic-bezier(.22,1,.36,1);will-change:width}.pp-skill-print__bar-meter--orange{background:var(--header-cta)}.pp-skill-print__bar-meter--black{background:#000}.pp-skill-print:not(.pp-skill-print--in-view) .pp-skill-print__bar-meter{width:0;transition:none}.pp-skill-print--in-view .pp-skill-print__bar-meter{width:calc(var(--skill-pct, 0) * 1%)}.pp-skill-print__bar-solid{box-sizing:border-box;align-self:center;min-width:0;width:100%;height:clamp(13px,3.95cqw,17px);border-radius:999px;border:1px solid #000;overflow:hidden}.pp-skill-print__bar-progress{display:block;height:100%;width:100%;border-radius:inherit;transform:scaleX(0);transform-origin:left center;transition:transform .72s cubic-bezier(.22,1,.36,1);will-change:transform}.pp-skill-print__bar-progress--orange{background:var(--header-cta)}.pp-skill-print__bar-progress--black{background:#000}.pp-skill-print--in-view .pp-skill-print__bar-progress{transform:scaleX(var(--skill-fill, 0))}.pp-skill-print__bar-pct{margin:0 30px 0 0;font-family:Manrope,Poppins,var(--font-sans);font-size:clamp(5.5px,1.5cqw,8.5px);font-weight:700;line-height:1.35;color:#000;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.pp-skill-print__bar-pct--empty{visibility:hidden}.pp-skill-print:not(.pp-skill-print--in-view) .pp-skill-print__bar-progress{transform:scaleX(0);transition:none}@media(prefers-reduced-motion:reduce){.pp-skill-print__bar-progress{transform:scaleX(var(--skill-fill, 1))!important;transition:none!important}.pp-skill-print__bar-meter{width:calc(var(--skill-pct, 0) * 1%)!important;transition:none!important}}.pp-skill-print__friction{position:absolute;left:calc(100% * 397.73 / 527);top:calc(100% * 65.21 / 292);width:calc(100% * 128.818 / 527);min-height:calc(100% * 67.63 / 292);box-sizing:border-box;padding:0}.friction-points{container-type:inline-size;box-sizing:border-box;width:100%;min-height:100%;display:flex;flex-direction:column;align-items:flex-start;gap:clamp(5px,1.22cqw,6.441px);padding:clamp(7px,1.84cqw,9.661px) clamp(10px,2.44cqw,12.882px) clamp(7px,1.84cqw,9.661px);background:#343333;border:1.61px solid #000;border-radius:8.051px;box-shadow:0 8.051px 12.077px #0000001a,0 3.22px 4.831px #0000001a;font-family:Poppins,var(--font-sans)}.friction-points__heading{margin:0;flex-shrink:0;width:100%;min-height:clamp(11px,2.44cqw,12.882px);font-size:clamp(8px,1.84cqw,9.661px);font-weight:700;line-height:clamp(11px,2.44cqw,12.882px);letter-spacing:.2415px;text-transform:uppercase;color:#fff;white-space:nowrap}.friction-points__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:clamp(2px,.61cqw,3.22px);width:100%;flex-shrink:0}.friction-points__row{display:flex;align-items:center;gap:clamp(5px,1.22cqw,6.441px);min-height:clamp(11px,2.44cqw,12.882px);width:100%}.friction-points__dot{flex-shrink:0;width:clamp(4px,.92cqw,4.831px);height:clamp(4px,.92cqw,4.831px);border-radius:50%}.friction-points__dot--coral{background:#d97b5f}.friction-points__dot--slate{background:#6a7282}.friction-points__label{font-size:clamp(8px,1.84cqw,9.661px);font-weight:400;line-height:clamp(11px,2.44cqw,12.882px);color:#d1d5dc;white-space:nowrap}.pp-skill-print__contribute{position:absolute;left:0;top:calc(100% * 193.71 / 292);width:calc(100% * 154.582 / 527);min-height:calc(100% * 83.732 / 292);box-sizing:border-box;padding:0}.most-contribute{container-type:inline-size;box-sizing:border-box;width:100%;min-height:100%;display:flex;flex-direction:column;align-items:flex-start;gap:clamp(7px,1.85cqw,9.668px);padding:clamp(10px,3.6cqw,12.88px) clamp(12px,4.5cqw,19.32px) clamp(10px,3.2cqw,16.097px);background:var(--header-cta);border:1.61px solid #000;border-radius:11.272px;box-shadow:0 8.051px 12.077px #0000001a,0 3.22px 4.831px #0000001a;font-family:Poppins,var(--font-sans)}.most-contribute__heading{margin:0;flex-shrink:0;min-height:clamp(11px,2.44cqw,12.882px);font-size:clamp(8px,1.84cqw,9.661px);font-weight:800;line-height:clamp(11px,2.44cqw,12.882px);letter-spacing:.2415px;text-transform:uppercase;color:#fff;white-space:nowrap}.most-contribute__skeleton{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(5px,1.25cqw,6.441px);width:100%;flex-shrink:0;min-height:clamp(26px,7cqw,32.205px)}.most-contribute__bar{display:block;height:clamp(4px,1.2cqw,6.441px);border-radius:999px;flex-shrink:0;background:#fffc}.most-contribute__bar--a{width:97.22%;max-width:112.716px}.most-contribute__bar--b{width:72.91%;max-width:84.537px;background:#fff9}.most-contribute__bar--c{width:48.61%;max-width:56.358px;background:#fff6}.pp-skill-print__contribute{opacity:0;transform:translateY(48px);transition:opacity .54s ease-out var(--pp-cards-reveal-delay, .3s),transform .64s cubic-bezier(.22,.85,.3,1) var(--pp-cards-reveal-delay, .3s);will-change:opacity,transform}.pp-skill-print--in-view .pp-skill-print__contribute{opacity:1;transform:translateY(0)}.pp-skill-print__friction{opacity:0;transform:translate(56px);transition:opacity .54s ease-out var(--pp-cards-reveal-delay, .48s),transform .64s cubic-bezier(.22,.85,.3,1) var(--pp-cards-reveal-delay, .48s);will-change:opacity,transform}.pp-skill-print--in-view .pp-skill-print__friction{opacity:1;transform:translate(0)}@media(prefers-reduced-motion:reduce){.pp-skill-print__contribute,.pp-skill-print__friction{opacity:1;transform:none;transition:none}}.pp-sankey-figma{display:flex;align-items:center;justify-content:center;width:100%;max-width:462px;margin:0 auto;box-sizing:border-box;line-height:0}.pp-sankey-figma .pp-sankey-window{width:100%;max-width:462px}.pp-sankey-window{container-type:inline-size;position:relative;width:100%;box-sizing:border-box;display:flex;flex-direction:column;background:#f5f3ed;border:3.37px solid #000;border-radius:13.48px;box-shadow:0 16.85px 21.062px -4.212px #0000001a,0 6.74px 8.425px -5.055px #0000001a;overflow:hidden;font-family:Poppins,var(--font-sans)}.pp-sankey-window__chrome{flex:0 0 auto;display:flex;align-items:center;gap:clamp(5px,1.46cqw,6.74px);height:clamp(28px,8.7cqw,33.7px);max-height:33.7px;padding:clamp(7px,2.45cqw,10.11px) clamp(11px,3.2cqw,13.48px) clamp(10px,3.25cqw,13.48px);box-sizing:border-box;background:#fff;border-bottom:3.37px solid #000}.pp-sankey-window__dot{flex-shrink:0;width:clamp(8px,2.2cqw,10.11px);height:clamp(8px,2.2cqw,10.11px);box-sizing:border-box;border:1.685px solid #000;border-radius:50%}.pp-sankey-window__dot--red{background:#ff5f57}.pp-sankey-window__dot--amber{background:#febc2e}.pp-sankey-window__dot--green{background:#28c840}.pp-sankey-window__body{flex:0 0 auto;position:relative;background:#f4f0de}.pp-sankey{container-type:inline-size;position:relative;width:100%;max-width:462px;margin:0;aspect-ratio:462 / 288;box-sizing:border-box;background:#f4f0de;overflow:hidden;font-family:Poppins,var(--font-sans)}.pp-sankey__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.pp-sankey__ribbon{stroke:#e87b5f6b;stroke-width:clamp(6px,2.2cqw,10px);stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100}.pp-sankey-figma:not(.pp-sankey-figma--in-view) .pp-sankey__ribbon{stroke-dashoffset:100}@keyframes pp-sankey-ribbon-draw{to{stroke-dashoffset:0}}.pp-sankey-figma--in-view .pp-sankey__ribbon:nth-child(1){animation:pp-sankey-ribbon-draw .88s cubic-bezier(.33,0,.2,1) 0ms forwards}.pp-sankey-figma--in-view .pp-sankey__ribbon:nth-child(2){animation:pp-sankey-ribbon-draw .88s cubic-bezier(.33,0,.2,1) .2s forwards}.pp-sankey-figma--in-view .pp-sankey__ribbon:nth-child(3){animation:pp-sankey-ribbon-draw .88s cubic-bezier(.33,0,.2,1) .4s forwards}.pp-sankey-figma--in-view .pp-sankey__ribbon:nth-child(4){animation:pp-sankey-ribbon-draw .88s cubic-bezier(.33,0,.2,1) .6s forwards}.pp-sankey-figma--in-view .pp-sankey__ribbon:nth-child(5){animation:pp-sankey-ribbon-draw .88s cubic-bezier(.33,0,.2,1) .8s forwards}.pp-sankey__header{position:absolute;left:calc(100% * 36.45 / 462);top:calc(100% * 37.88 / 288);width:calc(100% * 382.054 / 462);display:flex;align-items:center;justify-content:space-between;gap:8px;box-sizing:border-box}.pp-sankey__header-label,.pp-sankey__header-pm{margin:0;font-size:clamp(7px,1.82cqw,8.425px);font-weight:700;line-height:1.14;letter-spacing:.2651px;text-transform:uppercase;color:#000;white-space:nowrap}.pp-sankey__header-role{display:flex;flex-direction:column;align-items:center;gap:2px;flex-shrink:0}.pp-sankey__header-star{display:flex;align-items:center;justify-content:center;line-height:0}.pp-sankey__header-star svg{display:block}.pp-sankey__left{position:absolute;left:calc(100% * 36.45 / 462);top:calc(100% * 62.97 / 288);width:calc(100% * 48.514 / 462);display:flex;flex-direction:column;gap:clamp(8px,2.5cqw,11.577px);box-sizing:border-box}.pp-sankey__right{position:absolute;left:calc(100% * 373.64 / 462);top:calc(100% * 62.97 / 288);width:calc(100% * 44.855 / 462);display:flex;flex-direction:column;gap:clamp(8px,2.5cqw,11.577px);align-items:stretch;box-sizing:border-box}.pp-sankey__legend-row{display:flex;align-items:center;gap:clamp(4px,1.25cqw,5.789px);min-height:clamp(16px,6.7cqw,19.296px)}.pp-sankey__legend-row--left{justify-content:flex-start}.pp-sankey__legend-row--right{justify-content:flex-end}.pp-sankey__legend-text{font-size:clamp(5.5px,1.46cqw,6.753px);font-weight:500;line-height:1.43;letter-spacing:-.0725px;color:#000;white-space:nowrap}.pp-sankey__swatch{flex-shrink:0;width:clamp(9px,2.5cqw,11.577px);height:clamp(15px,4.2cqw,19.296px);box-sizing:border-box;border-radius:1.93px;border:.965px solid #d06b4f;background:#e87b5f}.pp-sankey__swatch--role{background:#3d3d3d;border-color:#2d2d2d}.pp-sankey__swatch--orphan{align-self:flex-end;margin-top:calc(100% * 15.9 / 288)}.pp-sankey__callout{position:absolute;left:calc(100% * 273.61 / 462);top:calc(100% * 177.73 / 288);width:calc(100% * 122.162 / 462);box-sizing:border-box;z-index:1}.strong-alignment{container-type:inline-size;width:100%;box-sizing:border-box;margin:0;padding:0;background:transparent;border:none;box-shadow:none}.strong-alignment__img{display:block;width:100%;height:auto}.pp-sankey__callout{opacity:0;transform:scale(.4);transform-origin:50% 50%;will-change:opacity,transform}.pp-sankey-figma--in-view .pp-sankey__callout{animation:strong-alignment-zoom .78s cubic-bezier(.34,1.4,.5,1) 1.72s both}@keyframes strong-alignment-zoom{0%{opacity:0;transform:scale(.4)}55%{opacity:1;transform:scale(1.18)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.pp-sankey__callout{opacity:1;transform:none;animation:none}.pp-sankey__ribbon{animation:none;stroke-dashoffset:0;stroke-dasharray:none}}.landing-built__panel-inner--explorer{display:flex;justify-content:center;align-items:flex-start;width:100%;max-width:15rem;box-sizing:border-box}.landing-built__t8-card{position:relative;width:min(236px,100%);height:320px;flex-shrink:0;box-sizing:border-box;background:#f5efe6;border:4px solid #000;border-radius:24px;box-shadow:8px 8px #000;overflow:clip}.landing-built__t8-card__header{position:absolute;left:24px;top:24px;display:flex;align-items:center;gap:8px;height:32px;width:184px;max-width:calc(100% - 48px)}.landing-built__t8-card__mark{flex-shrink:0;width:32px;height:32px;box-sizing:border-box;background:var(--header-cta);border:3px solid #000;border-radius:4px}.landing-built__t8-card__brand{font-family:Poppins,var(--font-sans);font-size:20px;font-weight:700;line-height:30px;color:#000;white-space:nowrap}.landing-built__t8-card__orbit{position:absolute;left:37.25px;top:86.41px;width:157.25px;height:119.647px}.landing-built__t8-card__glow{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.landing-built__t8-card__glow:before{content:"";width:136.739px;height:136.739px;border-radius:50%;background:var(--header-cta);opacity:.2;filter:blur(34.185px)}.landing-built__t8-card__match{position:absolute;left:18.8px;top:0;width:119.647px;height:119.647px;box-sizing:border-box;background:var(--header-cta);border:3.418px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:3.418px}.landing-built__t8-card__match-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;width:88.693px;text-align:center}.landing-built__t8-card__pct{display:block;font-family:Poppins,var(--font-sans);font-size:41.022px;font-weight:700;line-height:41.022px;color:#fff}.landing-built__t8-card__match-label{display:block;margin-top:2px;font-family:Poppins,var(--font-sans);font-size:11.965px;font-weight:600;line-height:17.947px;letter-spacing:.2991px;color:#fff;text-transform:uppercase}.landing-built__t8-card__pill{position:absolute;display:flex;align-items:center;justify-content:center;width:41.022px;height:41.022px;box-sizing:border-box;background:#fff;border:2.564px solid #000;border-radius:50%;filter:drop-shadow(2.564px 2.564px 0 #000);font-family:Poppins,var(--font-sans);font-weight:700;color:#000}.landing-built__t8-card__pill--ux{left:11px;top:-14.41px;font-size:9.401px;line-height:14.101px}.landing-built__t8-card__pill--prod{left:-1.71px;top:77.09px;font-size:7.692px;line-height:9.614px;padding-inline:2.571px}.landing-built__t8-card__pill--ui{left:122.97px;top:30.77px;font-size:9.401px;line-height:14.101px}.landing-built__t8-card__role{position:absolute;left:50%;top:226px;transform:translate(-50%);width:151px;max-width:calc(100% - 32px);margin:0;font-family:Poppins,var(--font-sans);font-size:12px;font-weight:700;line-height:25px;text-align:center;color:#000}.landing-built__t8-card__cta{position:absolute;left:59.15px;top:263px;width:113.909px;height:33.43px;box-sizing:border-box;background:var(--header-cta);border:1.857px solid #000;border-radius:999px;filter:drop-shadow(2.476px 2.476px 0 #000);display:flex;align-items:center;justify-content:center}.landing-built__t8-card__cta-label{font-family:Poppins,var(--font-sans);font-size:9.905px;font-weight:700;line-height:14.858px;color:#fff;white-space:nowrap}.landing-built__t8-card__company{position:absolute;left:50%;top:295px;transform:translate(-50%);margin:0;font-family:Manrope,var(--font-sans);font-size:7px;font-weight:400;line-height:21px;color:#99a1af;text-align:center;white-space:nowrap}.landing-built__t8-card__pill{transform:scale(0);opacity:0;transform-origin:50% 50%;will-change:transform,opacity}.landing-built__t8-card--in-view .landing-built__t8-card__pill--ux{animation:t8-pill-pop .52s cubic-bezier(.34,1.7,.55,1) 1.2s both}.landing-built__t8-card--in-view .landing-built__t8-card__pill--ui{animation:t8-pill-pop .52s cubic-bezier(.34,1.7,.55,1) 1.35s both}.landing-built__t8-card--in-view .landing-built__t8-card__pill--prod{animation:t8-pill-pop .52s cubic-bezier(.34,1.7,.55,1) 1.5s both}@keyframes t8-pill-pop{0%{transform:scale(0);opacity:0}60%{opacity:1}to{transform:scale(1);opacity:1}}.landing-built__t8-card__role{opacity:.55;filter:blur(6px);color:#0000008c;will-change:opacity,filter}.landing-built__t8-card--in-view .landing-built__t8-card__role{animation:t8-role-reveal 1.1s cubic-bezier(.4,.05,.3,1) 1.8s both}@keyframes t8-role-reveal{0%{opacity:.55;filter:blur(6px);color:#0000008c}45%{opacity:0;filter:blur(10px);color:#0000}60%{opacity:0;filter:blur(10px);color:#0000}to{opacity:1;filter:blur(0);color:#000}}@media(prefers-reduced-motion:reduce){.landing-built__t8-card__pill{transform:none;opacity:1;animation:none}.landing-built__t8-card__role{opacity:1;filter:none;color:#000;animation:none}}.landing-built__panel-inner--resume{box-sizing:border-box;width:100%;max-width:13.31488125rem;margin-inline:auto;line-height:0;aspect-ratio:213.038 / 433.685;overflow:visible}.landing-built__resume-device{box-sizing:border-box;position:relative;overflow:visible;width:100%;height:300px;max-height:100%;margin:0;padding:.3804375rem .3804375rem 0;background:#000;border-radius:2.139875rem 2.139875rem 0 0;box-shadow:0 19.021px 38.043px #00000040;display:flex;flex-direction:column;align-items:flex-start}.landing-built__resume-screen{flex:0 0 auto;position:relative;width:100%;height:18.55rem;max-height:100%;background:#fff;border-top-left-radius:1.664375rem;border-top-right-radius:1.664375rem;border-bottom-left-radius:0;border-bottom-right-radius:0;overflow:hidden;display:flex;flex-direction:column}.landing-built__resume-screen__notch{position:absolute;top:0;left:50%;z-index:1;width:6.847625rem;height:1.3315rem;background:#000;border-bottom-left-radius:1.14125rem;border-bottom-right-radius:1.14125rem;transform:translate(-50%)}.landing-built__resume-screen__scroll{position:relative;z-index:0;flex:1;min-height:0;box-sizing:border-box;padding:2.2825rem 1.14125rem 0}.landing-built__resume-screen__heading{margin:0 0 1.14125rem;font-family:Poppins,var(--font-sans);font-size:1.14125rem;font-weight:500;line-height:1.5216875rem;letter-spacing:.003344375rem;color:#2d2d2d}.landing-built__resume-screen__card{width:100%;max-width:10.2715rem;margin:0;padding:0;box-sizing:border-box;background:transparent;border:none;border-radius:0;min-height:0}.landing-built__resume-screen__card-img{display:block;width:100%;height:auto}.landing-built__resume-device>.landing-built__resume-export-toast{position:absolute;z-index:2;left:-1rem;top:11.625rem;width:15.3125rem;min-height:4.5rem;box-sizing:border-box;background:#2d2d2d;border:2.002px solid #000;border-radius:12.813px;padding:1.005625rem .799375rem}.landing-built__resume-export-toast__inner{display:flex;flex-direction:row;align-items:center;gap:.600625rem}.landing-built__resume-export-toast__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.601625rem;height:1.601625rem;border-radius:50%;background:var(--header-cta);box-sizing:border-box}.landing-built__resume-export-toast__check{display:block;width:.800625rem;height:auto}.landing-built__resume-export-toast__copy{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:.100125rem;align-items:flex-start}.landing-built__resume-export-toast__title{margin:0;font-family:Poppins,var(--font-sans);font-size:.8008125rem;font-weight:500;line-height:1.201875rem;letter-spacing:-.015644375rem;color:#fff}.landing-built__resume-export-toast__subtitle{margin:0;font-family:Manrope,var(--font-sans);font-size:.7006875rem;font-weight:400;line-height:1.001rem;letter-spacing:-.007525rem;color:#999}.landing-built__resume-screen{opacity:0;transform:translateY(28px) scale(.96);transform-origin:center bottom;transition:opacity .6s ease-out .3s,transform .7s cubic-bezier(.22,.85,.3,1) .3s;will-change:opacity,transform}.landing-built__resume-device--in-view .landing-built__resume-screen{opacity:1;transform:translateY(0) scale(1)}.landing-built__resume-device>.landing-built__resume-export-toast{opacity:0;transform:translate(-32px);transition:opacity .48s ease-out 1.05s,transform .6s cubic-bezier(.22,.85,.3,1) 1.05s;will-change:opacity,transform}.landing-built__resume-device--in-view>.landing-built__resume-export-toast{opacity:1;transform:translate(0)}.landing-built__resume-export-toast__icon{transform:scale(0);transform-origin:50% 50%;transition:transform .52s cubic-bezier(.34,1.7,.55,1) 1.6s;will-change:transform}.landing-built__resume-device--in-view .landing-built__resume-export-toast__icon{transform:scale(1)}.landing-built__resume-export-toast__check{opacity:0;transition:opacity .22s ease-out 1.92s}.landing-built__resume-device--in-view .landing-built__resume-export-toast__check{opacity:1}@media(prefers-reduced-motion:reduce){.landing-built__resume-screen,.landing-built__resume-device>.landing-built__resume-export-toast,.landing-built__resume-export-toast__icon,.landing-built__resume-export-toast__check{opacity:1;transform:none;transition:none}}@media(min-width:64rem){.landing-built__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem;align-items:stretch}.landing-built__block--skill-copy{grid-column:1;grid-row:1}.landing-built__panel--skill{grid-column:2;grid-row:1;position:relative;display:block;padding:0;min-height:404.2891px;overflow:clip}.landing-built__panel--explorer{grid-column:1;grid-row:2;align-self:stretch;min-height:0;position:relative;display:block;padding:0;overflow:clip}.landing-built__block--explorer-copy{grid-column:2;grid-row:2}.landing-built__block--resume-copy{grid-column:1;grid-row:3}.landing-built__panel--resume{grid-column:2;grid-row:3;align-self:stretch;min-height:0;position:relative;display:block;padding:0;overflow:visible}.landing-built__panel-inner--skill{position:absolute;left:96px;top:124.2891px;width:395px;height:280px;max-width:none;margin:0;display:flex;align-items:center;justify-content:center}.landing-built__skill-print-slot{height:100%;min-height:0}.landing-built__panel-inner--explorer{position:absolute;left:174px;top:70.2891px;width:240px;height:320px;max-width:none;margin:0}.landing-built__panel-inner--resume{position:absolute;left:187.4805px;top:50.2891px;width:213.0381px;height:min(433.6848px,calc(100% - 50.2891px));max-width:none;margin:0;line-height:0;aspect-ratio:unset;overflow:visible}}@media(max-width:48rem){.landing-built__inner{padding:clamp(1.5rem,6vw,100px)}}.landing-product-preview{box-sizing:border-box;width:100%;border-top:3px solid var(--header-brutal-black);border-bottom:3px solid var(--header-brutal-black);background:#0f0f0f;color:#fff;font-family:Poppins,Manrope,var(--font-sans)}.landing-product-preview__inner{display:flex;flex-direction:column;align-items:center;gap:2.5rem;max-width:90rem;margin:0 auto;padding:100px;box-sizing:border-box}.landing-product-preview__header{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:50rem;width:100%;text-align:center}.landing-product-preview__title{margin:0;font-family:Poppins,var(--font-sans);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;line-height:1.2;color:#fff}.landing-product-preview__lead{margin:0;font-family:Manrope,var(--font-sans);font-size:1.125rem;font-weight:500;line-height:1.5;color:#fff}.landing-product-preview__row{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:2.5rem;width:100%}.landing-product-preview__card{display:flex;flex-direction:column;flex:1 1 18rem;max-width:36rem;min-height:31.25rem;box-sizing:border-box;position:relative;background:#f4f0de;border:3px solid var(--header-brutal-black);overflow:visible}.landing-product-preview__tape{position:absolute;z-index:2;width:7.875rem;height:auto;pointer-events:none}.landing-product-preview__tape--tl{top:-1.35rem;left:-1.75rem;transform:rotate(-12.5deg)}.landing-product-preview__tape--br{bottom:-1.5rem;right:-2.5rem;transform:rotate(168deg)}.landing-product-preview__frame{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;padding:1.5rem 1rem .5rem}.landing-product-preview__img{display:block;width:100%;max-width:33rem;height:auto;object-fit:contain}.landing-product-preview__mockup{display:flex;align-items:stretch;justify-content:center;width:100%;max-width:527px;aspect-ratio:527 / 292;margin:0 auto;box-sizing:border-box;min-height:0}.landing-product-preview__mockup .pp-skill-print{flex:1 1 auto;max-width:none;width:100%;height:100%;min-height:0;aspect-ratio:unset}.landing-product-preview__mockup .pp-sankey-figma{flex:1 1 auto;display:flex;align-items:center;justify-content:center;width:100%;height:100%;max-width:none;margin:0;min-height:0;line-height:0}.landing-product-preview__mockup .pp-sankey-figma .pp-sankey-window{max-width:min(100%,462px);max-height:100%}.landing-product-preview__caption{margin:-55px 0 0;padding:0 1rem 1.5rem;font-family:Poppins,var(--font-sans);font-size:1.75rem;font-weight:600;line-height:1.5;text-align:center;color:#343333}@media(max-width:48rem){.landing-product-preview__inner{padding:clamp(1.5rem,6vw,100px)}.landing-product-preview__card{max-width:none;width:100%}.landing-product-preview__tape--tl{left:-.5rem;width:5.5rem}.landing-product-preview__tape--br{right:-.25rem;bottom:5rem;width:5.5rem}}@keyframes landing-work-clarity-card-zoom{0%{opacity:0;transform:scale(.94)}55%{opacity:1;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.landing-work-clarity{position:relative;box-sizing:border-box;width:100%;border-top:3px solid var(--header-brutal-black);background:#f4f0de;color:#000;font-family:Poppins,Manrope,var(--font-sans);overflow-x:clip}.landing-work-clarity__deco{position:absolute;top:clamp(3rem,8vw,6rem);right:80px;width:min(7.75rem,22vw);height:auto;z-index:0;pointer-events:none}.landing-work-clarity__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:9.375rem;max-width:90rem;margin:0 auto;padding:100px;box-sizing:border-box}.landing-work-clarity__top{display:flex;flex-direction:column;align-items:center;gap:2.5rem;width:100%}.landing-work-clarity__header{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:50rem;width:100%;text-align:center}.landing-work-clarity__title{margin:0;font-family:Poppins,var(--font-sans);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;line-height:1.2;color:#000}.landing-work-clarity__title-line{font-weight:500}.landing-work-clarity__title-strong{font-weight:700}.landing-work-clarity__intro{display:flex;flex-direction:column;gap:0;width:100%}.landing-work-clarity__lead{margin:0;font-family:Manrope,var(--font-sans);font-size:1.125rem;font-weight:500;line-height:1.5;color:#343333}.landing-work-clarity__lead+.landing-work-clarity__lead{margin-top:1rem}.landing-work-clarity__cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;width:100%}.landing-work-clarity__card{width:min(100%,24.5rem);box-sizing:border-box;padding:2rem;background:#fff;border:4px solid var(--header-brutal-black);box-shadow:6px 6px 0 var(--header-brutal-black);transform-origin:center center}.landing-work-clarity__cards:not(.landing-work-clarity__cards--in-view) .landing-work-clarity__card{opacity:0;transform:scale(.94)}.landing-work-clarity__cards--in-view .landing-work-clarity__card{animation:landing-work-clarity-card-zoom 1.05s cubic-bezier(.34,1.08,.45,1) both}.landing-work-clarity__cards--in-view .landing-work-clarity__card:nth-child(1){animation-delay:0ms}.landing-work-clarity__cards--in-view .landing-work-clarity__card:nth-child(2){animation-delay:.18s}.landing-work-clarity__cards--in-view .landing-work-clarity__card:nth-child(3){animation-delay:.36s}.landing-work-clarity__cards--in-view .landing-work-clarity__card:nth-child(4){animation-delay:.54s}.landing-work-clarity__cards--in-view .landing-work-clarity__card:nth-child(5){animation-delay:.72s}@media(prefers-reduced-motion:reduce){.landing-work-clarity__cards:not(.landing-work-clarity__cards--in-view) .landing-work-clarity__card,.landing-work-clarity__cards--in-view .landing-work-clarity__card{opacity:1;transform:none;animation:none}}.landing-work-clarity__card-title{margin:0 0 1rem;font-family:Poppins,var(--font-sans);font-size:1.75rem;font-weight:600;line-height:1.5;color:#000}.landing-work-clarity__card-body{margin:0;font-family:Manrope,var(--font-sans);font-size:1.125rem;font-weight:400;line-height:1.6875rem;color:#343333}.landing-work-clarity__actions{display:flex;justify-content:center;width:100%}.landing-work-clarity__highlight{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:2.5rem;box-sizing:border-box;width:100%;height:364px;padding:0rem 2rem 2rem;background:var(--header-cta);border:3px solid var(--header-brutal-black);overflow:visible}.landing-work-clarity__highlight-copy{flex:1 1 18rem;min-width:0;min-height:0;align-self:center;display:flex;flex-direction:column;justify-content:center;gap:2.5rem;color:#fff}.landing-work-clarity__highlight-heading{display:flex;flex-direction:column;gap:1rem;align-items:center}.landing-work-clarity__highlight-title{margin:0;width:100%;font-family:Poppins,var(--font-sans);font-size:clamp(1.625rem,3.25vw,2.5rem);font-weight:500;line-height:1.2;color:#fff;text-align:left}.landing-work-clarity__highlight-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.landing-work-clarity__highlight-item{display:flex;align-items:center;gap:.5rem;font-family:Manrope,var(--font-sans);font-size:1.125rem;font-weight:400;line-height:27px;color:#fff}.landing-work-clarity__highlight-arrow{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:16.9px;height:10.81px}@media(max-width:36rem){.landing-work-clarity__highlight-arrow{width:clamp(13px,4.75vw,16.9px);height:auto;aspect-ratio:16.9 / 10.81}}.landing-work-clarity__highlight-arrow svg{display:block;width:100%;height:auto}.landing-work-clarity__highlight-art{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:min(100%,252px);box-sizing:border-box;overflow:visible}.landing-highlight-banner{--landing-banner-duration: 4s;--landing-banner-ease-move: cubic-bezier(.32, 0, .04, 1);--landing-banner-ease-tap: cubic-bezier(.45, 0, .2, 1);--landing-banner-art-w: 252px;--landing-banner-art-h: 300px;position:relative;flex:0 0 auto;width:100%;max-width:var(--landing-banner-art-w);margin:0;overflow:visible}.landing-highlight-banner__figcaption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.landing-highlight-banner__stage{position:relative;width:100%;aspect-ratio:252 / 300;overflow:visible}.landing-highlight-banner__dialog{position:absolute;bottom:17.56%;left:13.83%;transform-origin:50% 73%}.landing-highlight-banner__dialog svg{display:block;width:100%;height:100%}.landing-highlight-banner__cursor-wrap{position:absolute;top:76.3698%;right:13.81%;bottom:auto;left:auto;width:calc(100% * 40.4834 / 252);height:calc(100% * 62.7852 / 300);z-index:2;pointer-events:none;transform-origin:12% 8%;opacity:0}.landing-highlight-banner__cursor-wrap svg{display:block;width:100%;height:100%}.landing-highlight-banner--active .landing-highlight-banner__cursor-wrap{opacity:1;animation:landing-highlight-banner-pointer var(--landing-banner-duration) both;animation-timing-function:var(--landing-banner-ease-move)}.landing-highlight-banner--active .landing-highlight-banner__dialog{animation:landing-highlight-banner-dialog var(--landing-banner-duration) var(--landing-banner-ease-tap) both}@keyframes landing-highlight-banner-pointer{0%,13%{transform:translate(calc(44vw + 6rem),-35vh) rotate(-13deg) scale(1);animation-timing-function:ease-out;opacity:1}52%{transform:translate(-14%,-4%) rotate(1deg) scale(1);animation-timing-function:var(--landing-banner-ease-tap);opacity:1}61%{transform:translate(-36%,-20%) rotate(-3deg) scale(1)}69%{transform:translate(-33%,-11%) rotate(-3deg) scale(.88)}78%{transform:translate(-37%,-21%) rotate(-3deg) scale(1.02)}90%,to{transform:translate(-37%,-21%) rotate(-3deg) scale(1)}}@keyframes landing-highlight-banner-dialog{0%,60%{transform:scale(1)}69%{transform:scale(.93)}79%{transform:scale(1.02)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.landing-highlight-banner__cursor-wrap{opacity:1;transform:translate(-37%,-21%) rotate(-3deg) scale(1);animation:none!important}.landing-highlight-banner:not(.landing-highlight-banner--active) .landing-highlight-banner__cursor-wrap{opacity:1}.landing-highlight-banner__dialog{animation:none!important;transform:none}.landing-highlight-banner--active .landing-highlight-banner__cursor-wrap{animation:none!important}}@media(max-width:48rem){.landing-work-clarity__inner{padding:clamp(1.5rem,6vw,100px);gap:4rem}.landing-work-clarity__deco{opacity:.35;width:5rem}.landing-work-clarity__highlight{flex-direction:column;align-items:flex-start;height:auto;min-height:364px}.landing-work-clarity__highlight-art{align-self:center;margin-inline-end:0}.landing-work-clarity__highlight-heading{align-items:flex-start}.landing-work-clarity__highlight-title{text-align:left}}.about-hero{box-sizing:border-box;background:var(--about-hero-bg);color:#000;font-family:Manrope,Poppins,var(--font-sans)}.about-hero__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2.5rem;max-width:90rem;margin:0 auto;padding:100px;box-sizing:border-box}.about-hero__content{flex:1 1 20rem;max-width:37.5rem;display:flex;flex-direction:column;gap:2.8125rem;animation:hero-panel-from-left 1.75s cubic-bezier(.22,1,.36,1) calc(var(--page-hero-anim-delay, 0s) + .28s) both}.about-hero__text-block{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;max-width:37.5rem}.about-hero__tag{display:inline-flex;align-items:center;padding:.5rem .75rem;border:1px solid #000;background:#fff;color:#343333;font-size:.875rem;font-weight:600;line-height:1.5;font-family:Manrope,var(--font-sans)}.about-hero__title{margin:0;font-family:Poppins,var(--font-sans);font-size:clamp(1.875rem,4.5vw,3.25rem);font-weight:500;line-height:1.2;color:#000}.about-hero__body{margin:0;font-size:1.125rem;font-weight:500;line-height:1.5;color:#343333;font-family:Manrope,var(--font-sans)}.about-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.about-hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:1.125rem 1.5rem;border:2px solid var(--header-brutal-black);font-family:Poppins,var(--font-sans);font-size:1rem;font-weight:500;line-height:1.2;text-decoration:none;box-shadow:5px 5px 0 var(--header-brutal-black);transition:box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.about-hero__btn--primary{background:var(--header-cta);color:#fff}.about-hero__btn--secondary{background:#fff;color:#000}.about-hero__btn:focus-visible{outline:2px solid var(--header-brutal-black);outline-offset:3px}.about-hero__media{flex:0 1 auto;width:min(100%,36.9145625rem);max-width:36.9145625rem;animation:hero-panel-from-right 1.75s cubic-bezier(.22,1,.36,1) calc(var(--page-hero-anim-delay, 0s) + .55s) both}.about-hero__media img{display:block;width:100%;height:auto;object-fit:contain}@media(max-width:48rem){.about-hero__inner{padding:clamp(1.5rem,6vw,100px)}}@media(prefers-reduced-motion:reduce){.landing-hero__content,.landing-hero__media,.about-hero__content,.about-hero__media,.contact-page__lead,.contact-page__illustration,.contact-page__panel{animation:none;opacity:1;transform:none}}.about-core{box-sizing:border-box;width:100%;border-top:3px solid var(--header-brutal-black);border-bottom:3px solid var(--header-brutal-black);background:#fff;color:#000;font-family:Manrope,Poppins,var(--font-sans)}.about-core__inner{display:flex;flex-direction:column;align-items:center;gap:2.5rem;max-width:90rem;margin:0 auto;padding:100px;box-sizing:border-box}.about-core__intro{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.about-core__intro-title{margin:0;max-width:37.5rem;font-family:Poppins,var(--font-sans);font-size:2.5rem;font-weight:500;line-height:1.2;color:#000}.about-core__columns{display:grid;grid-template-columns:1fr 1fr;gap:5rem;width:100%;font-size:1.125rem;font-weight:500;line-height:1.5;color:#343333}.about-core__column p{margin:0 0 1em}.about-core__column p:last-child{margin-bottom:0}.about-core__column--second{margin:0}.about-core__team-animate{display:flex;flex-direction:column;align-items:stretch;gap:2.5rem;width:100%}.about-core__team-animate:not(.about-core__team-animate--in-view) .about-core__team-title,.about-core__team-animate:not(.about-core__team-animate--in-view) .about-core__team-tagline,.about-core__team-animate:not(.about-core__team-animate--in-view) .about-team-card,.about-core__team-animate:not(.about-core__team-animate--in-view) .about-team-card__name,.about-core__team-animate:not(.about-core__team-animate--in-view) .about-team-card__role,.about-core__team-animate:not(.about-core__team-animate--in-view) .about-team-card__credentials,.about-core__team-animate:not(.about-core__team-animate--in-view) .about-team-card__bio{opacity:0;transform:translate3d(-1.25rem,0,0)}.about-core__team-animate--in-view .about-core__team-title{animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) 0ms both}.about-core__team-animate--in-view .about-core__team-tagline{animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) .22s both}.about-core__team-animate--in-view .about-team-card:nth-child(1){animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) .48s both}.about-core__team-animate--in-view .about-team-card:nth-child(2){animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) .72s both}.about-core__team-animate--in-view .about-team-card:nth-child(3){animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) .96s both}.about-core__team-animate--in-view .about-core__team-grid>.about-team-card:nth-child(1) .about-team-card__name{animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) 2.16s both}.about-core__team-animate--in-view .about-core__team-grid>.about-team-card:nth-child(1) .about-team-card__role{animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) 2.39s both}.about-core__team-animate--in-view .about-core__team-grid>.about-team-card:nth-child(1) .about-team-card__credentials{animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) 2.62s both}.about-core__team-animate--in-view .about-core__team-grid>.about-team-card:nth-child(2) .about-team-card__name{animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) 2.85s both}.about-core__team-animate--in-view .about-core__team-grid>.about-team-card:nth-child(2) .about-team-card__role{animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) 3.08s both}.about-core__team-animate--in-view .about-core__team-grid>.about-team-card:nth-child(2) .about-team-card__credentials{animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) 3.31s both}.about-core__team-animate--in-view .about-core__team-grid>.about-team-card:nth-child(3) .about-team-card__name{animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) 3.54s both}.about-core__team-animate--in-view .about-core__team-grid>.about-team-card:nth-child(3) .about-team-card__role{animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) 3.77s both}.about-core__team-animate--in-view .about-core__team-grid>.about-team-card:nth-child(3) .about-team-card__credentials{animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) 4s both}.about-core__team-animate--in-view .about-core__team-grid>.about-team-card:nth-child(1) .about-team-card__bio{animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) 5.15s both}.about-core__team-animate--in-view .about-core__team-grid>.about-team-card:nth-child(2) .about-team-card__bio{animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) 5.4s both}.about-core__team-animate--in-view .about-core__team-grid>.about-team-card:nth-child(3) .about-team-card__bio{animation:hero-panel-from-left 1.05s cubic-bezier(.22,1,.36,1) 5.65s both}@media(prefers-reduced-motion:reduce){.about-core__team-animate:not(.about-core__team-animate--in-view) .about-core__team-title,.about-core__team-animate:not(.about-core__team-animate--in-view) .about-core__team-tagline,.about-core__team-animate:not(.about-core__team-animate--in-view) .about-team-card,.about-core__team-animate:not(.about-core__team-animate--in-view) .about-team-card__name,.about-core__team-animate:not(.about-core__team-animate--in-view) .about-team-card__role,.about-core__team-animate:not(.about-core__team-animate--in-view) .about-team-card__credentials,.about-core__team-animate:not(.about-core__team-animate--in-view) .about-team-card__bio,.about-core__team-animate--in-view .about-core__team-title,.about-core__team-animate--in-view .about-core__team-tagline,.about-core__team-animate--in-view .about-team-card,.about-core__team-animate--in-view .about-team-card__name,.about-core__team-animate--in-view .about-team-card__role,.about-core__team-animate--in-view .about-team-card__credentials,.about-core__team-animate--in-view .about-team-card__bio{opacity:1;transform:none;animation:none}}.about-core__team-head{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.about-core__team-title{margin:0;max-width:37.5rem;font-family:Poppins,var(--font-sans);font-size:1.75rem;font-weight:500;line-height:1.5;color:#000}.about-core__team-tagline{margin:0;max-width:77.5rem;font-size:1.125rem;font-weight:500;line-height:1.5;color:#343333}.about-core__team-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.75rem;width:100%}.about-team-card{position:relative;box-sizing:border-box;display:flex;flex-direction:column;gap:4rem;width:100%;max-width:24.625rem;padding:2rem;background:#fff;border:4px solid var(--header-brutal-black);box-shadow:6px 6px 0 var(--header-brutal-black)}.about-team-card__pin{position:absolute;top:-.85rem;right:1.25rem;z-index:1;pointer-events:none}.about-team-card__header{display:flex;flex-direction:column;gap:1rem;width:100%}.about-team-card__photo{position:relative;width:100%;height:21.875rem;overflow:hidden;background:#f0f0f0}.about-team-card__photo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top}.about-team-card__meta{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%}.about-team-card__name{margin:0;font-family:Poppins,var(--font-sans);font-size:1.25rem;font-weight:600;line-height:1.5;color:#343333}.about-team-card__role{margin:0;font-size:1rem;font-weight:500;line-height:1.5;color:var(--header-cta)}.about-team-card__credentials{margin:0;font-size:1rem;font-weight:500;line-height:1.5;color:#343333}.about-team-card__bio{margin:0;font-size:1.125rem;font-weight:400;line-height:1.6875rem;color:#343333}@media(max-width:56rem){.about-core__columns{grid-template-columns:1fr;gap:1.5rem}.about-core__inner{padding:clamp(1.5rem,6vw,100px)}}.about-philosophy{box-sizing:border-box;width:100%;background:var(--about-philosophy-bg);color:#000;font-family:Poppins,Manrope,var(--font-sans)}.about-philosophy__inner{display:flex;flex-direction:column;align-items:center;gap:3rem;max-width:90rem;margin:0 auto;padding:100px 100px 80px;box-sizing:border-box}.about-philosophy__text-wrap{display:flex;width:100%;max-width:62.5rem;flex-direction:column;align-items:center;gap:1rem;height:35.125rem;box-sizing:border-box}.about-philosophy__viewport{width:100%;flex:1 1 auto;min-height:0;max-height:none;overflow-x:clip;overflow-y:auto;scroll-behavior:auto}.about-philosophy__viewport--autoscroll{scrollbar-width:none;-ms-overflow-style:none}.about-philosophy__viewport--autoscroll::-webkit-scrollbar{display:none;width:0;height:0}.about-philosophy__tag{display:inline-flex;align-items:center;padding:.5rem .75rem;border:1px solid #000;background:var(--header-cta);color:#fff;font-family:Manrope,var(--font-sans);font-size:.875rem;font-weight:600;line-height:1.5}.about-philosophy__copy{display:flex;flex-direction:column;gap:1rem;width:100%;text-align:center}.about-philosophy__lead,.about-philosophy__stanza{margin:0;font-size:2.5rem;font-weight:400;line-height:1.2;color:#0006;transition:color .22s ease}.about-philosophy__lead.is-revealed,.about-philosophy__stanza.is-revealed{color:#000}.about-philosophy__art{position:relative;width:100%;max-width:765.0043px;margin:0 auto}.about-philosophy__art img{display:block;width:min(100%,765.0043px);height:auto;aspect-ratio:765.0043 / 267.5691;max-width:765.0043px;object-fit:contain;object-position:center}@media(prefers-reduced-motion:reduce){.about-philosophy__text-wrap{height:auto}.about-philosophy__viewport--autoscroll{flex:0 1 auto;max-height:none;overflow-y:visible}}@media(max-width:48rem){.about-philosophy__inner{padding:clamp(1.5rem,6vw,100px) clamp(1.5rem,6vw,100px) clamp(2rem,6vw,80px)}.about-philosophy__text-wrap{height:auto}.about-philosophy__lead,.about-philosophy__stanza{font-size:clamp(1.25rem,5.5vw,2.5rem)}.about-philosophy__viewport{flex:0 1 auto;max-height:min(29.25rem,72vh)}}.about-faq{box-sizing:border-box;width:100%;overflow-x:clip;border-top:3px solid var(--header-brutal-black);background:var(--about-faq-bg);color:#000;font-family:Poppins,Manrope,var(--font-sans)}.about-faq__inner{--about-faq-inline-pad: 100px;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:2.5rem;max-width:90rem;margin:0 auto;padding:100px 100px 0;box-sizing:border-box;min-width:0}.about-faq__lead{flex:1 1 18rem;max-width:37.5rem;min-width:0;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2rem;position:relative;min-height:min(24rem,50vh);overflow-x:visible}.about-faq__title{margin:0;font-size:2.5rem;font-weight:500;line-height:1.2;color:#000}.about-faq__title-line{font-weight:500}.about-faq__title-strong{font-weight:700}.about-faq__art{margin:484.35px 0 0;align-self:flex-start;margin-left:calc(-1 * var(--about-faq-inline-pad) - max(0px,(100vw - 90rem) / 2));width:min(42.25rem,100vw);max-width:none}.about-faq__art img{display:block;width:100%;max-width:100%;height:auto;object-fit:contain;margin-bottom:-45px}.about-faq__accordion{flex:1 1 20rem;max-width:40rem;min-width:0;width:100%;display:flex;flex-direction:column;gap:1rem}.about-faq__item{border:4px solid var(--header-brutal-black);background:#fff;padding:2rem;box-sizing:border-box}.about-faq__item--open{background:var(--header-cta);color:#fff;box-shadow:8px 8px 0 var(--header-brutal-black)}.about-faq__trigger{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;padding:0;border:none;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit}.about-faq__question{flex:1;font-size:1.25rem;font-weight:500;line-height:1.5;white-space:normal}.about-faq__icon-wrap{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:1.75rem;height:1.75rem}.about-faq__plus{display:block;width:1.25rem;height:1.25rem;transition:transform .2s ease}.about-faq__item--open .about-faq__plus{transform:rotate(45deg);filter:brightness(0) invert(1)}.about-faq__panel{margin-top:1rem}.about-faq__panel[hidden]{display:none}.about-faq__answer{margin:0;font-family:Manrope,var(--font-sans);font-size:1.125rem;font-weight:400;line-height:1.6875rem;color:inherit}.about-faq__trigger:focus-visible{outline:2px solid var(--header-brutal-black);outline-offset:4px}.about-faq__item--open .about-faq__trigger:focus-visible{outline-color:#fff}@media(max-width:56rem){.about-faq__inner{--about-faq-inline-pad: clamp(1.5rem, 6vw, 100px);padding:clamp(1.5rem,6vw,100px)}.about-faq__lead{min-height:0}.about-faq__title{font-size:clamp(1.75rem,5vw,2.5rem)}}.about-post-faq-cta{position:relative;box-sizing:border-box;width:100%;overflow-x:clip;background:#000;color:#fff;font-family:Poppins,Manrope,var(--font-sans)}.about-post-faq-cta__inner{max-width:90rem;margin:0 auto;padding:100px;box-sizing:border-box;min-height:min(22rem,50vw)}.about-post-faq-cta__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:2.5rem;width:100%;max-width:50rem;margin:0 auto;overflow:visible;min-height:14rem}.about-post-faq-cta__headline{position:relative;z-index:2;margin:0;width:100%;font-size:clamp(1.5rem,4.2vw,2.5rem);font-weight:500;line-height:1.2;text-align:center;text-transform:uppercase;color:#fff}.about-post-faq-cta__headline-line{display:block}.about-post-faq-cta__headline-line+.about-post-faq-cta__headline-line{margin-top:1rem}.about-post-faq-cta__actions{position:relative;z-index:2;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.about-post-faq-cta__art{position:absolute;top:268.39px;right:160.29px;z-index:0;width:181.065px;height:138.4499px;pointer-events:none;--fill-0: #fff}.about-post-faq-cta__art-img{display:block;width:181.065px;height:138.4499px;object-fit:contain;transform:rotate(180deg) scaleX(-1)}@media(max-width:40rem){.about-post-faq-cta__inner{padding:clamp(2.5rem,8vw,100px) clamp(1.5rem,6vw,100px);padding-bottom:clamp(6rem,20vw,100px)}.about-post-faq-cta__content{min-height:12rem}.about-post-faq-cta__art{top:clamp(4rem,18vw,87.0657px);left:clamp(.5rem,4vw,61.1445px);width:min(181.065px,48vw);height:auto;aspect-ratio:181.065 / 138.4499}.about-post-faq-cta__art-img{width:100%;height:auto;max-height:138.4499px}}.legal-doc{box-sizing:border-box;width:100%;min-height:min(100vh,100dvh);background:#f4f0de;color:#000;font-family:Poppins,Manrope,var(--font-sans)}.legal-doc__inner{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;margin:0 auto;padding:100px 100px 120px;box-sizing:border-box}.legal-doc__title{margin:0;width:1240px;max-width:100%;font-family:Poppins,var(--font-sans);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;line-height:1.2;text-align:center;color:#000}.legal-doc__card{box-sizing:border-box;width:1240px;max-width:100%;min-height:1326px;background:#fff;border:1px solid rgb(0 0 0 / .1);box-shadow:0 1px 10px #0000000d}.legal-doc__body{display:flex;flex-direction:column;align-items:stretch;gap:1rem;width:100%;padding:2.5rem;box-sizing:border-box}.legal-doc__intro{margin:0;font-family:Manrope,var(--font-sans);font-size:1rem;font-weight:500;line-height:1.5;color:#343333}.legal-doc__heading{margin:0;padding-top:.5rem;font-family:Manrope,var(--font-sans);font-size:1.125rem;font-weight:700;line-height:1.5;color:#343333}.legal-doc__prose{display:flex;flex-direction:column;gap:1rem;width:100%;font-family:Manrope,var(--font-sans);font-size:1rem;font-weight:500;line-height:1.5;color:#343333}.legal-doc__prose p{margin:0}.legal-doc__prose strong{font-weight:700}.legal-doc__list{margin:0;padding-left:1.5rem;list-style-type:disc}.legal-doc__list li{margin:0 0 .25rem;padding-left:.25rem}.legal-doc__list li:last-child{margin-bottom:0}.legal-doc__link{color:#343333;font-weight:600;text-decoration:underline;text-underline-offset:.12em}.legal-doc__link:hover{color:#000}@media(max-width:48rem){.legal-doc__inner{padding:clamp(2rem,6vw,100px) clamp(1.5rem,5vw,100px) clamp(3rem,8vw,120px)}.legal-doc__body{padding:clamp(1.25rem,5vw,2.5rem)}}.page h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;margin-bottom:var(--space-sm);letter-spacing:-.02em}.page .lead{font-size:1.125rem;color:var(--color-text-muted);max-width:42ch}.page p{color:var(--color-text-muted)}
