.technicians-showcase{--technicians-bg: #0f131a;--technicians-panel: #141821;--technicians-panel-alt: #1a2029;--technicians-border: rgba(255, 255, 255, .1);--technicians-text: #ffffff;--technicians-muted: #aeb4bf;--technicians-accent: var(--color-primary, var(--color-accent, #e84c3d));background:var(--technicians-bg);color:var(--technicians-text);width:100%;overflow:hidden}.technicians-showcase *,.technicians-showcase *:before,.technicians-showcase *:after{box-sizing:border-box}.technicians-showcase__container{width:min(1440px,100%);margin:0 auto;padding:80px 32px}.technicians-showcase__intro{max-width:900px;margin:0 auto;text-align:center}.technicians-showcase__heading{margin:0;color:var(--technicians-text);font-family:var(--font-heading-family, inherit);font-size:clamp(36px,5vw,68px);font-style:var(--font-heading-style, normal);font-weight:var(--font-heading-weight, 700);line-height:1.05;letter-spacing:-.035em}.technicians-showcase__subheading{max-width:760px;margin:26px auto 0;color:var(--technicians-muted);font-family:var(--font-body-family, inherit);font-size:clamp(16px,1.6vw,20px);line-height:1.7}.technicians-showcase__subheading p{margin:0}.technicians-showcase__stats{display:grid;grid-template-columns:repeat(3,1fr);max-width:1000px;margin:56px auto 80px;padding:27px 0;border-top:1px solid var(--technicians-border);border-bottom:1px solid var(--technicians-border)}.technicians-showcase__stat{position:relative;display:flex;align-items:center;justify-content:center;min-height:36px;padding:0 24px;text-align:center}.technicians-showcase__stat:not(:last-child):after{content:"";position:absolute;top:50%;right:0;width:1px;height:32px;background:var(--technicians-border);transform:translateY(-50%)}.technicians-showcase__stat span,.technicians-showcase__stat a{color:var(--technicians-text);font-family:var(--font-heading-family, inherit);font-size:16px;font-weight:700;line-height:1.4;text-decoration:none}.technicians-showcase__stat a{transition:color .2s ease,opacity .2s ease}.technicians-showcase__stat a:hover{color:var(--technicians-accent)}.technicians-showcase__profiles{display:flex;flex-direction:column;gap:42px}.technician-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:620px;background:var(--technicians-panel);border:1px solid var(--technicians-border);border-radius:18px;overflow:hidden;box-shadow:0 20px 50px #00000038}.technician-card--reverse .technician-card__media{order:2}.technician-card--reverse .technician-card__content{order:1}.technician-card__media{position:relative;display:flex;min-width:0;background:#090c11}.technician-card__video-wrapper{position:relative;width:100%;min-height:100%;overflow:hidden;background:radial-gradient(circle at center,#242b36,#11161e 55%,#090c11)}.technician-card__video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;background:#090c11}.technician-card__video-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:500px;color:#ffffff80;font-size:14px;letter-spacing:.06em;text-transform:uppercase}.technician-card__content{display:flex;align-items:center;padding:clamp(38px,5vw,74px);background:var(--technicians-panel)}.technician-card__content-inner{width:100%;max-width:570px}.technician-card__name{display:flex;align-items:center;flex-wrap:wrap;gap:13px;margin:0;color:var(--technicians-text);font-family:var(--font-heading-family, inherit);font-size:clamp(30px,3vw,48px);font-style:var(--font-heading-style, normal);font-weight:var(--font-heading-weight, 700);line-height:1.08;letter-spacing:-.025em}.technician-card__flag{display:inline-block;font-size:.76em;line-height:1;letter-spacing:0}.technician-card__meta{margin:18px 0 0;color:var(--technicians-muted);font-family:var(--font-body-family, inherit);font-size:15px;line-height:1.6}.technician-card__instagram{margin-top:17px}.technician-card__instagram a,.technician-card__instagram>span{display:inline-flex;align-items:center;gap:8px;color:#d9dde4;font-family:var(--font-body-family, inherit);font-size:14px;font-weight:600;text-decoration:none;transition:color .2s ease}.technician-card__instagram a:hover{color:var(--technicians-accent)}.technician-card__tools{margin-top:35px}.technician-card__tools-heading{margin:0 0 15px;color:#fff;font-family:var(--font-heading-family, inherit);font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.technician-card__tools-list{color:#d7dbe2;font-family:var(--font-body-family, inherit);font-size:15px;line-height:1.55}.technician-card__tools-list ul{display:flex;flex-direction:column;gap:11px;margin:0;padding:0;list-style:none}.technician-card__tools-list li{position:relative;margin:0;padding-left:27px}.technician-card__tools-list li:before{content:"\2713";position:absolute;top:0;left:0;color:var(--technicians-accent);font-size:17px;font-weight:900}.technician-card__tools-list a{color:#f0f2f5;text-decoration:underline;text-decoration-color:#ffffff40;text-decoration-thickness:1px;text-underline-offset:4px;transition:color .2s ease,text-decoration-color .2s ease}.technician-card__tools-list a:hover{color:var(--technicians-accent);text-decoration-color:var(--technicians-accent)}.technician-card__action{margin-top:38px}.technician-card__button,.technicians-showcase__cta-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:13px 23px;color:#fff;background:var(--technicians-accent);border:0;border-radius:8px;font-family:var(--font-body-family, inherit);font-size:15px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;box-shadow:0 8px 20px #0000002e;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.technician-card__button:hover,.technicians-showcase__cta-button:hover{color:#fff;filter:brightness(.9);transform:translateY(-2px);box-shadow:0 12px 28px #00000042}.technician-card__button:focus-visible,.technicians-showcase__cta-button:focus-visible,.technician-card__instagram a:focus-visible,.technicians-showcase__stat a:focus-visible{outline:3px solid #ffffff;outline-offset:4px}.technicians-showcase__cta{margin-top:80px;padding:clamp(55px,7vw,90px) 32px;background:var(--technicians-panel-alt);border:1px solid var(--technicians-border);border-radius:18px;text-align:center}.technicians-showcase__cta-inner{max-width:800px;margin:0 auto}.technicians-showcase__cta-heading{margin:0;color:#fff;font-family:var(--font-heading-family, inherit);font-size:clamp(30px,4vw,48px);font-style:var(--font-heading-style, normal);font-weight:var(--font-heading-weight, 700);line-height:1.1;letter-spacing:-.025em}.technicians-showcase__cta-text{margin:22px auto 0;color:var(--technicians-muted);font-family:var(--font-body-family, inherit);font-size:17px;line-height:1.7}.technicians-showcase__cta-text p{margin:0}.technicians-showcase__cta-button{margin-top:32px}@media screen and (max-width:990px){.technicians-showcase__container{padding:64px 22px}.technician-card{grid-template-columns:1fr;min-height:0}.technician-card__media,.technician-card--reverse .technician-card__media{order:1}.technician-card__content,.technician-card--reverse .technician-card__content{order:2}.technician-card__video-wrapper{aspect-ratio:16 / 9;min-height:0}.technician-card__video-placeholder{min-height:0;aspect-ratio:16 / 9}.technician-card__content{padding:48px 38px}.technician-card__content-inner{max-width:none}}@media screen and (max-width:749px){.technicians-showcase__container{padding:48px 16px}.technicians-showcase__subheading{margin-top:20px;font-size:16px;line-height:1.6}.technicians-showcase__stats{grid-template-columns:1fr;margin:40px auto 52px;padding:0}.technicians-showcase__stat{min-height:65px;padding:18px 15px}.technicians-showcase__stat:not(:last-child):after{top:auto;right:15%;bottom:0;left:15%;width:70%;height:1px;transform:none}.technicians-showcase__profiles{gap:28px}.technician-card{border-radius:14px}.technician-card__content{padding:34px 24px 38px}.technician-card__name{gap:9px;font-size:30px}.technician-card__meta{margin-top:13px;font-size:14px}.technician-card__tools{margin-top:29px}.technician-card__tools-list{width:100%;font-size:14px}.technician-card__button{width:100%}.technicians-showcase__cta{margin-top:52px;padding:48px 22px;border-radius:14px}.technicians-showcase__cta-text{font-size:15px}.technicians-showcase__cta-button{width:100%}}@media screen and (max-width:380px){.technicians-showcase__container{padding-right:12px;padding-left:12px}.technician-card__content{padding:30px 19px 34px}.technician-card__name{font-size:27px}.technician-card__tools-list li{padding-left:24px}.technicians-showcase__cta{padding-right:18px;padding-left:18px}}@media(prefers-reduced-motion:reduce){.technician-card__button,.technicians-showcase__cta-button,.technician-card__instagram a,.technicians-showcase__stat a,.technician-card__tools-list a{transition:none}.technician-card__button:hover,.technicians-showcase__cta-button:hover{transform:none}}body:has(.technicians-showcase),body:has(.technicians-showcase) #MainContent,body:has(.technicians-showcase) main,body:has(.technicians-showcase) .main-content,body:has(.technicians-showcase) .content-for-layout,body:has(.technicians-showcase) .page-width,body:has(.technicians-showcase) .container,body:has(.technicians-showcase) .shopify-section:not(.shopify-section-group-footer-group){background-color:#0f131a!important}body:has(.technicians-showcase) #MainContent,body:has(.technicians-showcase) main,body:has(.technicians-showcase) .content-for-layout{width:100%!important;max-width:100%!important}body:has(.technicians-showcase) .technicians-showcase{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/technicians.css.map */
