.site-container{width:100%;max-width:80rem;margin-inline:auto;padding-inline:1rem}@media(min-width:640px){.site-container{padding-inline:1.5rem}}@media(min-width:1024px){.site-container{padding-inline:2rem}}.section--muted{background:var(--muted)}.section--anchor{scroll-margin-top:8rem}.section-inner{padding-top:4rem;padding-bottom:4rem}@media(min-width:1024px){.section-inner{padding-block:4rem}}.section-grid{display:grid;gap:3rem;padding-top:4rem;padding-bottom:4rem}@media(min-width:1024px){.section-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:6rem;padding-bottom:6rem}}.order-flip{order:-1}@media(min-width:1024px){.order-flip{order:1}}.order-flip--rev{order:1}@media(min-width:1024px){.order-flip--rev{order:-1}}.page-header{padding-block:4rem}@media(min-width:1024px){.page-header{padding-block:4rem}}.page-header__title{margin-top:.75rem;font-size:2.25rem;line-height:2.5rem;color:var(--foreground)}@media(min-width:640px){.page-header__title{font-size:3rem;line-height:1}}.page-header__intro{margin-top:1rem;max-width:42rem;font-size:1.125rem;line-height:1.75rem;color:var(--muted-foreground)}.page-header__nav{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}.cta-band{border:1px solid var(--border);border-left:none;border-right:none}.cta-band__inner{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding-top:3.5rem;padding-bottom:3.5rem}@media(min-width:640px){.cta-band__inner{flex-direction:row;align-items:center;justify-content:space-between}}.cta-band__text{font-size:1.125rem;line-height:1.75rem;font-weight:500;color:var(--foreground)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius);font-size:.875rem;line-height:1.25rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.btn:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--ring)}.btn:disabled{pointer-events:none;opacity:.5}.btn--primary{background:var(--accent);color:var(--accent-foreground)}.btn--primary:hover{background:var(--accent-hover)}.btn--outline{border:1px solid var(--input);background:var(--background);color:var(--foreground)}.btn--outline:hover{background:var(--muted)}.btn--ghost{color:var(--foreground)}.btn--ghost:hover{background:var(--muted)}.btn--link{color:var(--accent);text-underline-offset:4px}.btn--link:hover{text-decoration:underline}.btn--md{height:2.5rem;padding:.5rem 1.25rem}.btn--sm{height:2.25rem;padding-inline:1rem}.btn--lg{height:3rem;padding-inline:1.75rem;font-size:1rem;line-height:1.5rem}.eyebrow{color:var(--accent);font-family:var(--font-syne);font-weight:500;letter-spacing:.025em}.section-title{margin-top:.5rem;font-size:1.875rem;line-height:2.25rem;color:var(--foreground)}@media(min-width:640px){.section-title{font-size:2.25rem;line-height:2.5rem}}.section-title--sm{font-size:1.5rem;line-height:2rem}@media(min-width:640px){.section-title--sm{font-size:1.875rem;line-height:2.25rem}}.lead{font-size:1.125rem;line-height:1.75rem;color:var(--muted-foreground)}.section-heading{max-width:48rem}.section-heading--center{margin-inline:auto;text-align:center}.section-heading__intro{margin-top:1rem;font-size:1.125rem;line-height:1.75rem;color:var(--muted-foreground)}.chip{display:inline-block;border-radius:9999px;border:1px solid var(--input);padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500;color:var(--muted-foreground)}.tag{display:inline-block;border-radius:9999px;background:var(--accent-soft);padding:.125rem .625rem;font-size:.75rem;line-height:1rem;font-weight:500;color:var(--accent)}a.tag{text-decoration:none;transition:background-color .15s,color .15s}a.tag:hover{background:var(--accent);color:var(--accent-foreground)}.tag-row{display:flex;flex-wrap:wrap;gap:.5rem}.pill{display:inline-flex;align-items:center;border-radius:9999px;border:1px solid var(--input);background:var(--background);padding:.5rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500;color:var(--foreground);transition:background-color .15s,border-color .15s,color .15s}.pill:hover{border-color:var(--accent);color:var(--accent)}.pill[aria-selected=true]{border-color:var(--accent);background:var(--accent);color:var(--accent-foreground)}.pill-row{margin-bottom:2rem;display:flex;flex-wrap:wrap;gap:.75rem}.article-filter__empty{margin-top:2rem;color:var(--muted-foreground)}.card{position:relative;display:flex;flex-direction:column;border:1px solid var(--border);background:var(--card);transition:transform .15s ease,box-shadow .15s ease}.card:hover{box-shadow:0 12px 24px -12px #00000040}.card__title a:after{content:"";position:absolute;inset:0}.card[hidden]{display:none}.card__media{position:relative;display:block;aspect-ratio:16 / 10;overflow:hidden;background:var(--muted)}.card__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color .15s}.card__play:before{content:"";position:absolute;width:4rem;height:4rem;border-radius:9999px;background:#0000008c;transition:background-color .15s}.card__play svg{position:relative}.card__media:hover .card__play:before{background:var(--accent)}.card__badge{display:inline-block;margin-right:.5rem;border-radius:9999px;background:var(--accent-soft);padding:.0625rem .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--accent);vertical-align:middle}.card__body{display:flex;flex:1;flex-direction:column;padding:1.5rem}.card__meta{font-size:.875rem;line-height:1.25rem;color:var(--muted-foreground)}.card__title{margin-top:.25rem;font-size:1.125rem;line-height:1.75rem;color:var(--foreground)}.card__title a:hover{color:var(--accent)}.card__text{margin-top:.5rem;flex:1;font-size:.875rem;line-height:1.625;color:var(--muted-foreground)}.card__tags{position:relative;margin-top:1rem}.card__tags a{position:relative;z-index:1}.card-grid{display:grid;gap:2rem}@media(min-width:768px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.card-grid--spaced{margin-top:2rem}.frame{overflow:hidden;border:1px solid var(--border)}.frame--4-3{aspect-ratio:4 / 3}.frame--16-9{aspect-ratio:16 / 9}.media-img{height:100%;width:100%;object-fit:cover}.media-placeholder{display:flex;height:100%;width:100%;align-items:center;justify-content:center;padding:0 1rem;border:1px dashed var(--border);background:var(--muted);text-align:center;font-size:.75rem;line-height:1rem;font-weight:500;color:var(--muted-foreground)}.content-title{font-size:1.875rem;line-height:2.25rem;color:var(--foreground)}.content-intro{margin-top:1rem;font-size:1rem;line-height:1.625;color:var(--muted-foreground)}.content-note{margin-top:1.5rem;line-height:1.625;font-size:.875rem;color:var(--muted-foreground)}.content-stack{font-size:1rem;line-height:1.625;color:var(--muted-foreground)}.content-stack>*+*{margin-top:1.25rem}.spec-heading{margin-top:2rem}.spec-heading--tight{margin-top:1.5rem}.spec-list{margin-top:.75rem;font-size:.875rem;color:var(--muted-foreground)}.spec-list>li+li{margin-top:.375rem}.info-card{margin-top:1.5rem;border:1px solid var(--border);background:var(--card);padding:1.5rem}.info-card--plain{background:var(--background)}.info-card__title{font-size:.875rem;color:var(--foreground)}.info-card__grid{margin-top:.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.5rem;row-gap:.375rem;font-size:.875rem;color:var(--muted-foreground)}.chip-row{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.5rem}.site-header{position:sticky;top:0;z-index:50;background:var(--card);box-shadow:0 5px 19px #0000003b}.site-header__bar{display:flex;align-items:center;gap:1rem;padding-top:.75rem;padding-bottom:.75rem}.site-header__actions{margin-left:auto;display:flex;align-items:center;gap:1rem}.site-header__phone{display:none;font-size:.875rem;font-weight:500;color:var(--muted-foreground);transition:color .15s}.site-header__phone:hover{color:var(--accent)}@media(min-width:640px){.site-header__phone{display:inline}}.brand{display:flex;align-items:center;gap:.75rem}.brand__logo{height:2.25rem;width:2.25rem}.brand__text{display:flex;flex-direction:column;line-height:1}.brand__name{font-family:var(--font-syne);font-size:1.25rem;font-weight:700;letter-spacing:.025em;color:var(--foreground)}.brand__tagline{margin-top:.125rem;font-size:.75rem;color:var(--muted-foreground)}.site-nav{position:relative}.nav-bar{display:flex;align-items:center;justify-content:center}.nav-desktop{display:none}@media(min-width:1024px){.nav-desktop{display:block}}.nav-desktop__list{display:flex;align-items:center;gap:.25rem}.nav-link{position:relative;display:flex;align-items:center;gap:.375rem;padding:1rem;font-family:var(--font-syne);font-size:.875rem;font-weight:500;transition:color .15s}.nav-link__indicator{position:absolute;left:.75rem;right:.75rem;bottom:0;height:.125rem;background:var(--accent);opacity:0;transition:opacity .15s}.nav-link[aria-expanded=true] .nav-link__indicator{opacity:1}.nav-chevron{transition:transform .15s}[aria-expanded=true]>.nav-chevron{transform:rotate(180deg)}.meganav{position:absolute;left:0;right:0;top:100%;z-index:40;display:none;border-top:1px solid var(--border);background:var(--background);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}@media(min-width:1024px){.meganav{display:block}}.meganav__inner{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:2.5rem;padding-top:2.5rem;padding-bottom:2.5rem}.meganav__col-links{grid-column:span 4 / span 4}.meganav__col-featured{grid-column:span 8 / span 8;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.meganav__label{margin-bottom:1rem;font-size:.875rem;font-weight:600;letter-spacing:.025em;color:var(--accent)}.meganav__links>li+li{margin-top:.25rem}.meganav__link{display:flex;align-items:center;justify-content:space-between;border-radius:var(--radius);padding:.625rem .75rem;font-size:1rem;font-weight:500;color:var(--foreground);transition:background-color .15s,color .15s}.meganav__link:hover{background:var(--muted);color:var(--accent)}.meganav__arrow{opacity:0;transition:opacity .15s}.meganav__link:hover .meganav__arrow{opacity:1}.meganav__viewall{margin-top:1rem;display:inline-flex;align-items:center;gap:.375rem;padding-inline:.75rem;font-size:.875rem;font-weight:600;color:var(--accent)}.meganav__viewall:hover{text-decoration:underline}.feature-card{display:flex;flex-direction:column;border:1px solid var(--border);background:var(--card);transition:border-color .15s}.feature-card:hover{border-color:var(--accent)}.feature-card__media{aspect-ratio:16 / 10;width:100%;overflow:hidden;background:var(--muted)}.feature-card__img{height:100%;width:100%;object-fit:cover;transition:transform .3s}.feature-card:hover .feature-card__img{transform:scale(1.05)}.feature-card__placeholder{display:flex;height:100%;width:100%;align-items:center;justify-content:center;border-bottom:1px dashed var(--border);font-size:.75rem;font-weight:500;color:var(--muted-foreground)}.feature-card__body{display:flex;flex:1;flex-direction:column;padding:1.25rem}.feature-card__title{font-size:1rem;color:var(--foreground)}.feature-card__desc{margin-top:.375rem;font-size:.875rem;line-height:1.625;color:var(--muted-foreground)}.feature-card__cta{margin-top:1rem;display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--accent)}.feature-card__cta-arrow{transition:transform .15s}.feature-card:hover .feature-card__cta-arrow{transform:translate(.125rem)}.nav-mobile-toggle{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;padding:1rem;color:var(--background)}.nav-mobile-toggle__box{--bar-height: 2px;--box-size: 16px;--bar-offset: calc((var(--box-size) - var(--bar-height)) / 2);width:24px;height:var(--box-size);display:flex;flex-direction:column;justify-content:space-between}.nav-mobile-toggle__bar{width:100%;height:var(--bar-height);background-color:currentColor;border-radius:var(--bar-height);transition:transform .2s ease,opacity .2s ease}.nav-mobile-toggle[aria-expanded=true] .nav-mobile-toggle__bar--top{transform:translateY(var(--bar-offset)) rotate(45deg)}.nav-mobile-toggle[aria-expanded=true] .nav-mobile-toggle__bar--mid{opacity:0}.nav-mobile-toggle[aria-expanded=true] .nav-mobile-toggle__bar--bottom{transform:translateY(calc(var(--bar-offset) * -1)) rotate(-45deg)}@media(min-width:1024px){.nav-mobile-toggle{display:none}}.nav-mobile{position:absolute;left:0;right:0;top:100%;z-index:40;border-top:1px solid var(--border);background:var(--background);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;animation:nav-mobile-fade-in .3s ease}@keyframes nav-mobile-fade-in{0%{opacity:0}}@media(min-width:1024px){.nav-mobile{display:none}}.nav-mobile__nav{padding:1rem}@media(min-width:640px){.nav-mobile__nav{padding-inline:1.5rem}}.nav-mobile__list>li+li{border-top:1px solid var(--border)}.nav-mobile__item{padding-top:.25rem;padding-bottom:.25rem}.nav-mobile__trigger{display:flex;width:100%;align-items:center;justify-content:space-between;padding-top:.75rem;padding-bottom:.75rem;font-family:var(--font-syne);font-size:1rem;font-weight:500;color:var(--foreground)}.nav-mobile__sublist{padding-bottom:.75rem;padding-left:.75rem}.nav-mobile__sublink{display:block;padding-top:.5rem;padding-bottom:.5rem;font-size:.875rem;color:var(--muted-foreground);transition:color .15s}.nav-mobile__sublink:hover{color:var(--accent)}.nav-mobile__viewall{display:block;padding-top:.5rem;padding-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--accent)}.nav-mobile__link{display:block;padding-top:.75rem;padding-bottom:.75rem;font-family:var(--font-syne);font-size:1rem;font-weight:500;color:var(--foreground);transition:color .15s}.nav-mobile__link:hover{color:var(--accent)}.site-footer{border-top:1px solid var(--border);background:var(--muted)}.site-footer__grid{display:grid;gap:2.5rem;padding-top:3.5rem;padding-bottom:3.5rem}@media(min-width:1024px){.site-footer__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.site-footer__brand{grid-column:span 1}@media(min-width:1024px){.site-footer__brand{grid-column:span 2}}.site-footer__bottom{border-top:1px solid var(--border)}.site-footer__copy{padding-top:1.5rem;padding-bottom:1.5rem;font-size:.75rem;color:var(--muted-foreground)}.footer-brand{display:flex;align-items:center;gap:.75rem}.footer-brand__logo{height:2rem;width:2rem}.footer-address{margin-top:1rem;font-size:.875rem;line-height:1.625;color:var(--muted-foreground)}.footer-contact{margin-top:1rem;font-size:.875rem;color:var(--muted-foreground)}.footer-contact__row{display:flex;gap:.5rem}.footer-contact__row+.footer-contact__row{margin-top:.25rem}.footer-contact__label{font-weight:500;color:var(--foreground)}.footer-heading{font-size:.875rem;color:var(--foreground)}.footer-links{margin-top:1rem;font-size:.875rem;color:var(--muted-foreground)}.footer-links>li+li{margin-top:.5rem}.footer-link{transition:color .15s}.footer-link:hover{color:var(--accent)}.hero__inner{display:grid;align-items:center;gap:2.5rem;padding-top:4rem;padding-bottom:4rem}@media(min-width:1024px){.hero__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem;padding-top:6rem;padding-bottom:6rem}}.hero__title{margin-top:.5rem;font-size:2.25rem;line-height:2.5rem;color:var(--foreground)}@media(min-width:640px){.hero__title{font-size:3rem;line-height:1}}@media(min-width:1024px){.hero__title{font-size:3.75rem}}.hero__lead{margin-top:1.5rem;max-width:36rem;font-size:1.125rem;line-height:1.75rem;color:var(--muted-foreground)}.hero__actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem}.accreditations{margin-top:3rem;display:flex;flex-direction:column;gap:1rem}.accreditation-featured{display:flex;flex-direction:column;align-items:center;gap:1.5rem;border:2px solid var(--accent);background:var(--accent-soft);padding:2rem;transition:background-color .15s}.accreditation-featured:hover{background:var(--background)}@media(min-width:640px){.accreditation-featured{flex-direction:row}}.accreditation-featured__logo{height:auto;width:10rem;flex-shrink:0}.accreditation-featured__body{text-align:center}@media(min-width:640px){.accreditation-featured__body{text-align:left}}.accreditation-featured__title{margin-top:.25rem;font-size:1.25rem;color:var(--foreground)}.accreditation-featured__text{margin-top:.5rem;max-width:42rem;font-size:.875rem;line-height:1.5rem;color:var(--muted-foreground)}.accreditation-featured__arrow{margin-left:auto;display:none;flex-shrink:0;color:var(--accent);transition:transform .15s}@media(min-width:640px){.accreditation-featured__arrow{display:block}}.accreditation-featured:hover .accreditation-featured__arrow{transform:translate(.25rem)}.accreditation-row{display:flex;flex-direction:column;gap:.5rem;border:1px solid var(--border);background:var(--card);padding:1.5rem}@media(min-width:640px){.accreditation-row{flex-direction:row;align-items:center;justify-content:space-between}}.accreditation-row__scope{font-weight:500;color:var(--foreground)}.accreditation-row__refs{flex-shrink:0;font-size:.875rem;font-weight:600;letter-spacing:.025em;color:var(--accent)}.customer-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}@media(min-width:640px){.customer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.customer-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.customer-grid__item{display:flex;height:7rem;align-items:center;justify-content:center;padding:0 1.5rem}.customer-logo{max-height:5rem;width:auto;transition:opacity .15s}.customer-logo:hover{opacity:.8}.customer-wordmark{text-align:center;font-size:1.125rem;font-weight:600;color:var(--muted-foreground);transition:color .15s}.customer-wordmark:hover{color:var(--foreground)}.services-tabs{margin-top:2.5rem}.articles-preview{display:grid;gap:3rem}@media(min-width:1024px){.articles-preview{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}}.articles-preview__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.articles-preview__all{display:none;flex-shrink:0;font-size:.875rem;font-weight:600;color:var(--accent)}.articles-preview__all:hover{text-decoration:underline}@media(min-width:640px){.articles-preview__all{display:inline}}.articles-preview__all--mobile{margin-top:1.5rem;display:inline-block;font-size:.875rem;font-weight:600;color:var(--accent)}.articles-preview__all--mobile:hover{text-decoration:underline}@media(min-width:640px){.articles-preview__all--mobile{display:none}}.block-fill{display:block;height:100%}.fill-height{height:100%}.article-list{margin-top:2rem;border-top:1px solid var(--border)}.article-list>li+li{border-top:1px solid var(--border)}.article-list__link{display:block;padding:1.5rem 0}.article-list__date{font-size:.875rem;line-height:1.25rem;color:var(--muted-foreground)}.article-list__title{margin-top:.25rem;font-size:1.125rem;color:var(--foreground);transition:color .15s}.article-list__link:hover .article-list__title{color:var(--accent)}.service-tabs__panel{margin-top:2rem;display:grid;align-items:stretch;gap:2rem;border:1px solid var(--border)}@media(min-width:768px){.service-tabs__panel{grid-template-columns:repeat(2,minmax(0,1fr))}}.service-tabs__media{min-height:16rem;background:var(--muted)}@media(min-width:768px){.service-tabs__media{min-height:24rem}}.service-tabs__placeholder{display:flex;height:100%;width:100%;align-items:center;justify-content:center;font-size:.75rem;font-weight:500;color:var(--muted-foreground)}.service-tabs__body{display:flex;flex-direction:column;justify-content:center;padding:2rem}@media(min-width:1024px){.service-tabs__body{padding:3rem}}.service-tabs__title{font-size:1.5rem;line-height:2rem;color:var(--foreground)}.service-tabs__text{margin-top:1rem;font-size:1rem;line-height:1.625;color:var(--muted-foreground)}.service-tabs__cta{margin-top:1.5rem;display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--accent)}.service-tabs__cta:hover{text-decoration:underline}.contact-grid{display:grid;gap:3rem;padding-top:4rem;padding-bottom:4rem}@media(min-width:1024px){.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.detail-grid{display:grid;gap:1px;overflow:hidden;border:1px solid var(--border);background:var(--border)}@media(min-width:640px){.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.detail-grid__cell{background:var(--card);padding:1.5rem}.detail-grid__label{font-size:.875rem;line-height:1.25rem;color:var(--muted-foreground)}.detail-grid__value{margin-top:.25rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;color:var(--foreground)}a.detail-grid__value{display:block}a.detail-grid__value:hover{color:var(--accent)}.contacts-title{margin-top:2.5rem}.contacts{margin-top:.75rem;border-top:1px solid var(--border)}.contacts>li{display:flex;flex-direction:column;padding-top:1rem;padding-bottom:1rem}.contacts>li+li{border-top:1px solid var(--border)}@media(min-width:640px){.contacts>li{flex-direction:row;align-items:center;justify-content:space-between}}.contacts__name{font-weight:500;color:var(--foreground)}.contacts__role{font-size:.875rem;line-height:1.25rem;color:var(--muted-foreground)}.contacts__email{font-size:.875rem;line-height:1.25rem;font-weight:500;color:var(--accent)}.contacts__email:hover{text-decoration:underline}.form-panel{border:1px solid var(--border);background:var(--card);padding:1.5rem}@media(min-width:1024px){.form-panel{padding:2rem}}.form-panel__title{font-size:1.125rem;line-height:1.75rem;color:var(--foreground)}.form{margin-top:1.5rem}.form>*+*{margin-top:1.25rem}.form__label{display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;color:var(--foreground)}.form__input{margin-top:.375rem;display:block;width:100%;border:1px solid var(--input);background:var(--background);padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;color:var(--foreground)}.form__input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px var(--ring)}.is-hidden{display:none}.article{padding-top:3.5rem;padding-bottom:3.5rem;max-width:48rem}.article__back{font-size:.875rem;font-weight:500;color:var(--accent)}.article__back:hover{text-decoration:underline}.article__meta{margin-top:1.5rem;font-size:.875rem;line-height:1.25rem;color:var(--muted-foreground)}.article__title{margin-top:.5rem;font-size:2.25rem;line-height:2.5rem;color:var(--foreground)}.article__tags{margin-top:1rem}.article__hero{margin-top:2rem;aspect-ratio:16 / 9}.article__video{display:block;width:100%;height:100%;border:0}.article__body{margin-top:2.5rem}.prose{color:var(--muted-foreground);line-height:1.75}.prose>*+*{margin-top:1.25rem}.prose h2{color:var(--foreground);font-size:1.5rem;margin-top:2.5rem}.prose h3{color:var(--foreground);font-size:1.2rem;margin-top:2rem}.prose strong{color:var(--foreground);font-weight:600}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.prose ul{list-style:disc;padding-left:1.5rem}.prose ol{list-style:decimal;padding-left:1.5rem}.prose li{margin-top:.5rem}@font-face{font-family:Syne;src:url(/fonts/syne/Syne-VariableFont_wght.woff2) format("woff2");font-weight:400 800;font-style:normal;font-display:swap}@font-face{font-family:Breite Grotesk;src:url(/fonts/breite-grotesk/BreiteGrotesk-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-stretch:normal;font-display:swap}@font-face{font-family:Breite Grotesk;src:url(/fonts/breite-grotesk/BreiteGrotesk-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-stretch:normal;font-display:swap}@font-face{font-family:Breite Grotesk;src:url(/fonts/breite-grotesk/BreiteGrotesk-LightCondensed.woff2) format("woff2");font-weight:300;font-style:normal;font-stretch:condensed;font-display:swap}@font-face{font-family:Breite Grotesk;src:url(/fonts/breite-grotesk/BreiteGrotesk-Condensed.woff2) format("woff2");font-weight:400;font-style:normal;font-stretch:condensed;font-display:swap}:root{--background: #fbfbfb;--foreground: #000000;--muted: #f0f0f0;--muted-foreground: #59626f;--card: #ffffff;--card-foreground: #15181e;--border: #e3e7ee;--input: #d9dee7;--ring: #4169e1;--accent: #e5571f;--accent: #eb4e10;--accent-foreground: #ffffff;--accent-hover: #3355c9;--accent-soft: #eef2fd;--radius: 0;--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-syne: "Syne", var(--font-sans);--font-breite: "Breite Grotesk", var(--font-sans)}*,*:before,*:after{box-sizing:border-box}*{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ul,ol{list-style:none;padding:0}a{color:inherit;text-decoration:none}img,svg,video{display:block;max-width:100%}button,a{-webkit-tap-highlight-color:transparent}img,svg{user-select:none}button,input,textarea,select{font:inherit;color:inherit}button{background:none;border:0;padding:0;cursor:pointer}address{font-style:normal}html{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%}body{min-height:100vh;background-color:var(--background);color:var(--foreground)}h1,h2,h3{font-family:var(--font-breite);font-weight:400;letter-spacing:.006em}.skip-link{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link:focus{position:absolute;left:1rem;top:1rem;z-index:60;width:auto;height:auto;clip:auto;padding:.5rem 1rem;background:var(--accent);color:var(--accent-foreground);border-radius:var(--radius)}@media(prefers-reduced-motion:reduce){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
