.bio-section{width:95%;max-width:100%;margin-inline:auto;border-radius:2rem;overflow:hidden;padding-block:clamp(2.25rem,4.5vw,4.5rem);padding-inline:clamp(1.5rem,4vw,4rem);font-family:var(--font-zarid-sans),system-ui,-apple-system,sans-serif}.bio-copy{display:flex;flex-direction:column;align-items:stretch;text-align:center}.bio-eyebrow{display:inline-flex;align-items:center;gap:.55em;align-self:center;margin:0 0 clamp(1rem,2vw,1.5rem);font-size:clamp(.82rem,1vw,.95rem);font-weight:500;line-height:1;opacity:0;animation:bioFadeUp .7s ease-out .1s forwards}[dir=ltr] .bio-eyebrow{text-transform:uppercase;letter-spacing:var(--ls-wider)}.bio-heading{margin:0;font-weight:500;font-size:clamp(1.7rem,3.6vw,4rem);line-height:1.35;letter-spacing:var(--heading-letter-spacing);max-width:100%;opacity:0;animation:bioFadeUp .7s ease-out .25s forwards}.bio-rule{width:100%;height:1px;border:0;margin:clamp(1.25rem,2.5vw,2rem) 0;transform-origin:0 50%;transform:scaleX(0);animation:bioDrawRule .9s cubic-bezier(.16,1,.3,1) .6s forwards}[dir=rtl] .bio-rule{transform-origin:100% 50%}.bio-lead{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;font-size:clamp(1.15rem,1.8vw,1.75rem);font-weight:400;line-height:1.75;letter-spacing:normal;max-width:100%;opacity:0;animation:bioFadeUp .7s ease-out .45s forwards}.bio-stats{display:flex;align-items:center;justify-content:space-between;gap:clamp(.75rem,2vw,2rem);width:100%;opacity:0;animation:bioFadeUp .7s ease-out .75s forwards}.bio-stat{display:flex;align-items:baseline;gap:.5rem;min-width:0;border:0}.bio-stat__value{display:inline-flex;align-items:center;gap:.18em;font-size:clamp(1.4rem,2.5vw,2.5rem);font-weight:500;line-height:1.25;letter-spacing:var(--heading-letter-spacing);white-space:nowrap}.bio-stat__label{font-size:clamp(.9rem,1.15vw,1.15rem);font-weight:400;line-height:1.4;letter-spacing:normal;white-space:nowrap}.bio-stats__sep{display:inline-flex;align-items:center;flex:0 0 auto;font-size:clamp(.7rem,1.1vw,1rem);opacity:.55}.bio-word{position:relative;display:inline-block;font-weight:inherit}.bio-word svg{pointer-events:none}@keyframes bioFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes bioDrawRule{to{transform:scaleX(1)}}@media (max-width:768px){.bio-section{border-radius:1.5rem}.bio-heading{font-size:clamp(1.5rem,6.2vw,2.5rem);line-height:1.35}.bio-lead{font-size:clamp(1.05rem,3.9vw,1.35rem);line-height:1.7}.bio-eyebrow{font-size:clamp(.78rem,3.2vw,.9rem)}.bio-stats{flex-direction:column;align-items:stretch;gap:0}.bio-stats__sep{display:none}.bio-stat{justify-content:space-between;gap:1rem;padding-block:.85rem;border-block-start:1px solid currentColor}.bio-stat:first-child{border-block-start:0;padding-block-start:0}.bio-stat:last-child{padding-block-end:0}.bio-stat__value{font-size:clamp(1.3rem,5.8vw,1.8rem)}.bio-stat__label{font-size:clamp(.9rem,3.6vw,1.05rem)}}@media (prefers-reduced-motion:reduce){.bio-eyebrow,.bio-heading,.bio-lead,.bio-stats{animation:none;opacity:1;transform:none}.bio-rule{animation:none;transform:none}}.channels-container{position:relative;--primary-text:var(--neutral-900);--secondary-text:rgba(0,0,0,0.7);--muted-text:rgba(0,0,0,0.45);--section-bg:var(--neutral-0);--border-color:rgba(0,0,0,0.15);--accent-color:var(--secondary-600);--tap-bg:rgba(0,0,0,0.04)}html.dark .channels-container{--primary-text:var(--neutral-0);--secondary-text:rgba(255,255,255,0.75);--muted-text:rgba(255,255,255,0.55);--section-bg:#121212;--border-color:rgba(255,255,255,0.12);--accent-color:var(--primary-500);--tap-bg:rgba(255,255,255,0.06)}.channels-section{position:relative;z-index:1;width:100%;padding:2rem 0}.channels-content{width:90%;max-width:100%;margin-inline:auto}.channels-title{font-weight:500;margin:0 0 3rem;letter-spacing:-.02em;line-height:1.15;font-size:2.5rem;color:var(--primary-text)}.channels-title-with-subtitle{margin-bottom:.85rem}.channels-subtitle{margin:0 0 2.5rem;font-weight:400;letter-spacing:normal;font-size:clamp(1rem,3.8vw,1.25rem);line-height:1.65;color:var(--secondary-text)}.channels-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1px;background-color:var(--border-color);border:1px solid var(--border-color);border-radius:1rem;overflow:hidden}.channel-card{position:relative;display:flex;flex-direction:row;align-items:center;gap:1rem;padding:1.15rem 1.25rem;min-height:4.5rem;background-color:var(--section-bg);overflow:hidden}.channel-card-head{display:contents}.channel-icon{order:1;color:var(--accent-color);flex-shrink:0}.channel-title{order:2;flex:1;margin:0;font-weight:500;font-size:1.0625rem;line-height:1.45;color:var(--primary-text)}.channel-number{order:3;font-size:.8125rem;font-weight:600;letter-spacing:.08em;color:var(--muted-text);flex-shrink:0}.channel-card:active{background-color:var(--tap-bg)}@media (min-width:769px){.channels-section{padding:6rem 0}.channels-content{width:95%}.channels-title{font-size:clamp(3rem,5vw,4.5rem);margin-bottom:4rem}.channels-title-with-subtitle{margin-bottom:.85rem}.channels-subtitle{font-size:clamp(1.15rem,1.6vw,1.6rem);margin-bottom:4rem}.channels-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.channel-card{flex-direction:column;align-items:stretch;justify-content:space-between;gap:2rem;padding:2rem 1.5rem;min-height:15rem}.channel-card-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;position:relative;z-index:1}.channel-icon{order:0;width:30px;height:30px;transition:color .3s ease,transform .3s ease}.channel-number,.channel-title{order:0;transition:color .3s ease}.channel-title{position:relative;z-index:1;flex:none;font-size:1.25rem;line-height:1.4}.channel-card:before{content:"";position:absolute;inset-inline:0;bottom:0;height:0;background-color:var(--accent-color);transition:height .35s ease;z-index:0}}@media (min-width:900px){.channels-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1200px){.channels-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:769px) and (hover:hover){.channel-card:hover:before{height:100%}.channel-card:hover .channel-icon,.channel-card:hover .channel-number,.channel-card:hover .channel-title{color:var(--neutral-0)}.channel-card:hover .channel-icon{transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.channel-card,.channel-card:before,.channel-icon,.channel-number,.channel-title{transition:none}}.facts-swipe{scrollbar-width:none;-ms-overflow-style:none}.facts-swipe::-webkit-scrollbar{display:none}.skills-container,.skills-section{position:relative}.skills-section{z-index:1;width:100%}.skills-content{width:90%;max-width:100%;margin-inline:auto}@media (min-width:769px){.skills-content{width:95%}}.skills-title{font-weight:500;margin:0;letter-spacing:-.02em;line-height:1.1}.skills-title-mobile{font-size:2.5rem;margin-bottom:3rem}.skills-title-desktop{font-size:clamp(3rem,5vw,4.5rem);margin-bottom:4rem}.skills-title-with-subtitle{margin-bottom:.85rem}.skills-subtitle{margin:0;font-weight:400;letter-spacing:normal;opacity:.7}.skills-subtitle-mobile{font-size:clamp(1rem,3.8vw,1.25rem);line-height:1.65;margin-bottom:3rem}.skills-subtitle-desktop{font-size:clamp(1.15rem,1.6vw,1.6rem);line-height:1.65;margin-bottom:4rem}.skills-list{display:flex;flex-direction:column}.skill-item{padding-bottom:2rem;transition:opacity .4s ease;cursor:pointer}.skill-item:not(:first-child){padding-top:2rem}.skill-item-border{border-bottom:1px solid var(--border-color)}.skill-item-faded{opacity:.3}.skill-header{justify-content:space-between;padding-bottom:1rem}.skill-header,.skill-header-content{display:flex;align-items:center}.skill-header-content-mobile{gap:1rem}.skill-header-content-desktop{gap:2rem}.skill-number-container{display:flex;align-items:center;justify-content:center;position:relative}.skill-number-container-mobile{min-width:3rem;height:3rem}.skill-number-container-desktop{min-width:4rem;height:4rem}.skill-number-digits{display:flex;align-items:center}.skill-number-digit{overflow:hidden;position:relative}.skill-number-digit-mobile{width:1.2rem;height:2rem}.skill-number-digit-desktop{width:1.8rem;height:3rem}.skill-number-animation{display:flex;flex-direction:column;position:absolute;top:0;left:0;width:100%}.skill-number-char{font-weight:300;line-height:1;display:flex;align-items:center;justify-content:center;color:var(--muted-text);transition:color .3s ease}.skill-number-char-mobile{font-size:2rem;height:2rem}.skill-number-char-desktop{font-size:3rem;height:3rem}.skill-number-char-active{color:var(--accent-color)}.skill-title{font-weight:500;margin:0;line-height:1.2;color:var(--primary-text);transition:color .3s ease}.skill-title-mobile{font-size:clamp(1.1rem,4vw,1.4rem)}.skill-title-desktop{font-size:clamp(1.8rem,3vw,2.5rem)}.skill-title-expanded{color:var(--accent-color)}.skill-toggle{display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--border-color);background-color:transparent;transition:background-color .3s ease,border-color .3s ease}.skill-toggle-mobile{width:32px;height:32px}.skill-toggle-desktop{width:40px;height:40px}.skill-toggle-expanded{background-color:var(--accent-color)}.skill-toggle-icon{stroke:none;fill:currentColor}.skill-toggle-icon-mobile{width:14px;height:14px}.skill-toggle-icon-desktop{width:17px;height:17px}.skill-toggle-icon-default{color:var(--accent-color)}.skill-toggle-icon-expanded{color:var(--neutral-0)}.skill-content{overflow:hidden}.skill-content-inner{padding-top:1rem}.skill-content-inner-mobile-ltr{padding-left:3rem}.skill-content-inner-desktop-ltr{padding-left:6rem}.skill-content-inner-mobile-rtl{padding-right:3rem}.skill-content-inner-desktop-rtl{padding-right:6rem}.skill-services{display:grid;gap:.75rem}.skill-service-item{display:flex;align-items:center;gap:.75rem}.skill-service-bullet{width:6px;height:6px;background-color:var(--accent-color);border-radius:50%;flex-shrink:0}.skill-service-text{font-weight:400;line-height:1.6;color:var(--secondary-text)}.skill-service-text-mobile{font-size:.9rem}.skill-service-text-desktop{font-size:1rem}.skills-loading{display:flex;justify-content:center;align-items:center;min-height:50vh}.skills-spacing-mobile{padding:2rem 0}.skills-spacing-desktop{padding:6rem 0}.skills-light{--primary-text:var(--neutral-900);--secondary-text:rgba(0,0,0,0.7);--muted-text:rgba(0,0,0,0.4);--section-bg:var(--neutral-0);--border-color:rgba(0,0,0,0.15);--accent-color:var(--secondary-600)}.skills-dark{--primary-text:var(--neutral-0);--secondary-text:rgba(255,255,255,0.7);--muted-text:rgba(255,255,255,0.4);--section-bg:var(--neutral-950);--border-color:rgba(255,255,255,0.15);--accent-color:var(--primary-500)}@keyframes skills-appear-kf{0%{opacity:0}to{opacity:1}}.skills-appear{animation:skills-appear-kf .25s ease-out both}