@charset "UTF-8";:root{--chenix-font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--chenix-text: #000000;--chenix-text-landing: #ffffff;--chenix-text-secondary: rgba(0, 0, 0, .56);--chenix-text-secondary-landing: rgba(255, 255, 255, .56);--chenix-divider: #e2e2e2;--chenix-divider-landing: #1e1e1e;--chenix-muted: #1e1e1e;--chenix-muted-landing: #86868b;--chenix-bg-1: #ffffff;--chenix-bg-1-landing: #020202;--chenix-bg-2: #e1e1e1;--chenix-bg-2-landing: #161617;--chenix-header-bg: rgba(255, 255, 255, .7);--chenix-header-bg-landing: rgba(15, 18, 20, .7);--chenix-header-height: 60px;--chenix-header-expanded-height: 50px;--chenix-header-height-mobile: 70px;--chenix-header-expanded-height-mobile: 115px}html,body{height:100%}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;color:var(--chenix-text);background:var(--chenix-bg-1);line-height:1.5;font-family:var(--chenix-font-family);font-optical-sizing:auto;font-weight:400;font-style:normal}a{color:var(--chenix-accent);text-decoration:none}a:hover{text-decoration:underline}p{margin:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:500}body.page:not(.is-landing) main{padding:32px}.container{max-width:1280px;margin:0 auto}.container.with-padding{padding:0 1.5rem}img{vertical-align:top}.disable-transitions,.disable-transitions *{transition:none!important}.wp-block-group img{border-radius:28px}.cta{display:inline-block;padding:16px 48px;background:#1b91ff;color:#fff;text-decoration:none;font-size:18px;font-weight:600;border:none;border-radius:2px;cursor:pointer;transition:all .25s ease;letter-spacing:.5px}.cta:hover{background:#0073cc;transform:translateY(-2px)}.site-header{position:fixed;z-index:999;width:100%;height:var(--chenix-header-height);top:0;display:flex;align-items:center;background:#ffffffbf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e5e5;transition:height .3s ease-in-out}.site-header.expanded{height:var(--chenix-header-expanded-height)}.site-header.expanded .site-header__logo{width:100%;opacity:1}.site-header.has-wp-admin-bar{top:32px}.site-header__inner{display:flex;justify-content:center;align-items:center;max-width:1280px;width:100%;margin:0 auto;padding:0 24px}.site-header .site-header__logo{width:0;opacity:0;text-decoration:none;transition:width .3s ease-in-out,max-height .3s ease-in-out,opacity .3s ease-in-out}.site-header .site-header__logo img{display:inline-block;height:22px;width:auto}.site-header-height{height:var(--chenix-header-height)}.site-header.expanded+.site-header-height{height:var(--chenix-header-expanded-height)}.site-nav{color:var(--chenix-text-secondary)}.site-nav ul{display:flex;gap:16px;margin:0;padding:0;list-style:none;flex-shrink:0}.site-nav ul li a{font-weight:500;color:#000;text-decoration:none;transition:all .25s ease;letter-spacing:.3px;padding:8px;position:relative}.site-nav ul li a:hover{color:#1b91ff}.site-nav ul li a.active{color:#1b91ff;font-weight:600}.site-nav ul li:not(:last-child):after{content:"•";margin-left:1rem;color:inherit}.site-footer{background:#000;color:#fff;padding:48px 24px;border-top:1px solid #e5e5e5}.site-footer__content{max-width:1200px;margin:0 auto;padding:0 24px;text-align:center}.site-footer__content p{margin:0;line-height:1.6}.site-footer__content a{color:#1b91ff;text-decoration:none;transition:all .25s ease}.site-footer__content a:hover{color:#fff;text-decoration:underline}.wp-element-button,.btn{display:inline-block;padding:8px 24px;background:#1b91ff;color:#fff;text-decoration:none!important;font-size:18px;font-weight:600;border:none;border-radius:2px;cursor:pointer;transition:all .25s ease;letter-spacing:.5px}.wp-element-button:hover,.btn:hover{background:#0073cc;transform:translateY(-2px)}.btn.secondary{background:#fff;color:#111827}.notice{padding:1rem;border-radius:.75rem;background:#f1f5f9;border:1px solid #e2e8f0;margin:1rem 0}h1{font-size:clamp(28px,4vw,36px);line-height:1.2;margin:0 0 16px;font-weight:700}h2{font-size:clamp(22px,3vw,28px);line-height:1.25;margin:32px 0 12px;font-weight:700}h3{font-size:clamp(18px,2.5vw,22px);line-height:1.3;margin:24px 0 8px;font-weight:600}p{margin:0 0 14px}strong{font-weight:700}em{font-style:italic}ul,ol{margin:8px 0 16px 1.25rem;padding:0}li{margin:6px 0}li>ul,li>ol{margin-top:6px}hr,.wp-block-separator{border:0;height:1px;background:linear-gradient(90deg,var(--chenix-header-bg),var(--chenix-divider-landing),var(--chenix-header-bg));margin:24px 0}@media (max-width: 768px){.site-header{height:var(--chenix-header-height-mobile)}.site-header.expanded{height:var(--chenix-header-expanded-height-mobile)}.site-header.expanded .site-header__logo{max-height:100%}.site-header.expanded .site-header__logo img{margin-bottom:24px}.site-header__inner{flex-direction:column;align-items:center}.site-header .site-header__logo{text-align:center;width:auto;max-height:0}.site-header .site-header__logo img{margin-bottom:0;transition:margin-bottom .3s ease-in-out}.site-header.has-wp-admin-bar{top:0}.site-header-height{height:var(--chenix-header-height-mobile)}.site-header.expanded+.site-header-height{height:var(--chenix-header-expanded-height-mobile)}.site-nav{gap:24px;flex-direction:column;text-align:center}}@media (max-width: 480px){.site-nav{gap:16px}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.product-card{border:1px solid #e5e7eb;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.product-card img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;border-radius:.75rem}.price{font-weight:700}.woocommerce div.product .summary .price{font-size:1.25rem;font-weight:700}.front-page body{font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#fff;color:#000}.front-page .site-main{width:100%}.front-page .section-container{max-width:1280px;margin:0 auto;padding:0 24px}.front-page .hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:96px 24px;background:#fff;overflow:hidden}.front-page .particles-canvas{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1;pointer-events:none}.front-page .hero__content{text-align:center;max-width:800px;position:relative;z-index:10}.front-page .hero__content a{text-decoration:none}.front-page .hero__title{margin:0 0 16px;font-size:64px;font-weight:500;line-height:1.1;color:#000;letter-spacing:23px}.front-page .hero__title .highlight{background:#1b91ff;color:#fff;padding:4px;line-height:.85;border-radius:2px;display:inline-block;letter-spacing:normal;margin-right:12px}.front-page .hero__label{margin:0 0 24px;font-size:18px;font-weight:400;color:#1b91ff;letter-spacing:11px;text-transform:uppercase}.front-page .hero__statement{margin:96px 0 0;font-size:24px;font-weight:500;color:#000;line-height:1.5}.front-page .hero__support{margin:8px 0 0;font-size:18px;font-weight:300;color:#666;line-height:1.5}.front-page .hero__cta{margin-top:48px}.front-page .section-title{margin:0 0 48px;font-size:48px;font-weight:700;color:#000;letter-spacing:-.5px}.front-page .hero,.front-page .what-we-do,.front-page .focus-areas{border-bottom:1px solid #e5e5e5}.front-page .what-we-do,.front-page .focus-areas{padding:96px 24px;background:#fff;border-bottom:1px solid #e5e5e5}.front-page .what-we-do__content{max-width:800px}.front-page .what-we-do__content p{font-size:18px;line-height:1.8;color:#000;margin:0}.front-page .focus-areas__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.front-page .focus-card{padding:48px;background:#f8f8f8;border:1px solid #e5e5e5;border-radius:0;transition:all .25s ease}.front-page .focus-card:hover{border-color:#1b91ff;background:#1b91ff05;transform:scale(1.025)}.front-page .focus-card__title{margin:0 0 16px;font-size:24px;font-weight:600;color:#000;letter-spacing:-.3px}.front-page .focus-card__text{margin:0;font-size:18px;line-height:1.6;color:#666}.front-page .contact-section{display:flex;justify-content:center;padding:96px 24px;text-align:center}@media (max-width: 768px){.front-page .hero__title{font-size:48px}.front-page .hero__label{font-size:14px}.front-page .hero__statement{font-size:18px}.front-page .hero__support{font-size:14px}.front-page .section-title{font-size:32px}.front-page .focus-areas__grid{grid-template-columns:1fr}.front-page .contact__wrapper{grid-template-columns:1fr;gap:48px}.front-page .what-we-do,.front-page .focus-areas{padding:48px 24px}}@media (max-width: 480px){.front-page .hero__title{font-size:32px}.front-page .section-title{font-size:24px}.front-page .focus-card{padding:24px}}body.is-landing{background:var(--chenix-bg-1-landing);color:var(--chenix-text-landing)}body.is-landing .site-header{background-color:var(--chenix-header-bg-landing);border-color:var(--chenix-divider-landing)}body.is-landing .site-header.expanded .site-header__logo{width:auto;opacity:1}body.is-landing .site-header .site-nav{display:none!important}body.is-landing main{padding-bottom:96px}body.is-landing .site-footer{background-color:var(--chenix-header-bg-landing);border-color:var(--chenix-divider-landing);color:var(--chenix-text-secondary-landing)}body.is-landing .site-footer .container{border-color:var(--chenix-divider-landing)}body.is-landing .site-footer__links{margin-bottom:24px;display:flex;justify-content:center}body.is-landing .site-nav{color:var(--chenix-text-secondary-landing)}body.is-landing .site-nav ul li a{color:var(--chenix-text-landing)}body.is-landing hr,body.is-landing .wp-block-separator{background:linear-gradient(90deg,var(--chenix-header-bg-landing),var(--chenix-divider),var(--chenix-header-bg-landing))}.chenix-presentation{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:clamp(3rem,5vw,6rem);padding-bottom:clamp(3rem,6vw,7rem);min-height:calc(100vh - var(--chenix-header-height))}.chenix-presentation__inner{display:flex;flex-direction:column;gap:clamp(3rem,5vw,2rem);text-align:center}.chenix-presentation .chenix-presentation__headings{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-inline:clamp(1.5rem,5vw,5rem)}.chenix-presentation__title{font-size:clamp(2.5rem,4vw,3rem);text-align:center;opacity:0;animation:fadeInUp 4s ease .3s forwards}.chenix-presentation__subtitle{font-size:clamp(1rem,2.2vw,1.25rem);color:var(--chenix-muted);text-align:center;padding-inline:2rem;opacity:0;animation:fadeInUp 4s ease 1s forwards}.chenix-presentation__figure{max-height:100%;margin:0}body.is-landing .chenix-presentation__subtitle{color:var(--chenix-muted-landing)}.chenix-eyebrow-title{display:flex;flex-direction:column;gap:4rem;padding-top:clamp(3rem,5vw,6rem);padding-bottom:clamp(3rem,6vw,7rem);background:var(--chenix-bg-2)}.chenix-eyebrow-title .container{width:100%;display:flex;flex-direction:column}.chenix-eyebrow-title .container:nth-child(2n) .chenix-eyebrow-title__image,.chenix-eyebrow-title .container:nth-child(2n) .chenix-eyebrow-title__texts{align-self:flex-end}.chenix-eyebrow-title__texts{display:inline-block;width:700px;max-width:100%}.chenix-eyebrow-title__eyebrow{text-transform:uppercase;font-size:clamp(1rem,3vw,1.15rem);margin-bottom:.5rem}.chenix-eyebrow-title__title{font-size:clamp(2.5rem,4vw,3rem);line-height:clamp(2.5rem,4vw,3rem)}.chenix-eyebrow-title__description{max-width:700px;margin-top:1.5rem;font-size:1.25rem}.chenix-eyebrow-title__image{margin-top:clamp(1.5rem,5vw,3rem)}.chenix-eyebrow-title__image img{width:700px;max-width:100%}body.is-landing .chenix-eyebrow-title{background:var(--chenix-bg-2-landing)}.chenix-heading-image{padding-top:clamp(3rem,5vw,6rem);padding-bottom:clamp(3rem,6vw,7rem)}.chenix-heading-image__inner{width:100%;display:flex;flex-direction:column;gap:4rem}.chenix-heading-image__title{font-size:clamp(2.5rem,4vw,3rem);line-height:clamp(2.5rem,4vw,3rem)}.chenix-heading-image__figure{width:100%;margin:0}.chenix-heading-image__figure img{width:100%}.chenix-shorts{padding-top:clamp(3rem,5vw,6rem);padding-bottom:clamp(3rem,6vw,7rem)}.chenix-shorts__inner{width:100%;display:flex;flex-direction:column;gap:4rem}.chenix-shorts__title{font-size:clamp(2.5rem,4vw,3rem);line-height:clamp(2.5rem,4vw,3rem);text-align:center}.chenix-shorts__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.chenix-witb{display:flex;flex-direction:column;gap:4rem;padding-top:clamp(3rem,5vw,6rem);padding-bottom:clamp(3rem,6vw,7rem)}.chenix-witb .container{width:100%;display:flex;flex-direction:column;gap:4rem}.chenix-witb__title{font-size:clamp(2.5rem,4vw,3rem);line-height:clamp(2.5rem,4vw,3rem);text-align:center}.chenix-witb__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4rem}@media (min-width: 768px){.chenix-witb__list{flex-direction:row;justify-content:center}}.chenix-witb__item-inner{display:flex;flex-direction:column}.chenix-witb__img{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin:0}.chenix-witb__img img{display:block;width:260px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:12px solid var(--chenix-divider)}.chenix-witb__text{width:100%;margin:0;text-align:center;padding:1rem}.chenix-witb__item:has(p:empty){display:none}body.is-landing .chenix-witb__img img{border-color:var(--chenix-divider-landing)}
