@font-face{font-family:titillium web;font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/titillium-web-v19-latin_latin-ext-300.woff2)format("woff2")}@font-face{font-family:titillium web;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/titillium-web-v19-latin_latin-ext-regular.woff2)format("woff2")}@font-face{font-family:titillium web;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/titillium-web-v19-latin_latin-ext-600.woff2)format("woff2")}@font-face{font-family:titillium web;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/titillium-web-v19-latin_latin-ext-700.woff2)format("woff2")}:root{--c-brand:#bf1e2d;--c-brand-dark:#9a1824;--c-brand-tint:#fdf2f3;--c-ink:#1f2532;--c-body:#4a5160;--c-muted:#8a8f99;--c-line:#e6e7ea;--c-bg:#ffffff;--c-bg-alt:#f9f9f9;--c-footer-bg:#222222;--c-footer-line:#404040;--c-footer-text:#e6e4e4;--font:"Titillium Web", system-ui, -apple-system, "Segoe UI", sans-serif;--radius:12px;--radius-sm:8px;--shadow:0 8px 30px rgb(31 37 50 / 0.08);--shadow-lg:0 16px 50px rgb(31 37 50 / 0.16);--space-section:clamp(4rem, 9vw, 6.5rem);--container:72rem;--gutter:1.25rem;--header-h:4.5rem}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 1rem)}body{margin:0;font-family:var(--font);font-size:1.0625rem;line-height:1.7;color:var(--c-body);background:var(--c-bg)}img,svg,video{max-width:100%;height:auto;display:block}h1,h2,h3,h4{color:var(--c-ink);line-height:1.2;margin:0 0 .6em;font-weight:700;text-wrap:balance}h1{font-size:clamp(2.1rem,4.5vw,3.4rem)}h2{font-size:clamp(1.6rem,3vw,2.35rem)}h3{font-size:1.25rem;font-weight:600}p{margin:0 0 1em}a{color:var(--c-brand);text-decoration:none}a:hover{color:var(--c-brand-dark);text-decoration:underline}ul{padding:0;margin:0}address{font-style:normal}:focus-visible{outline:3px solid var(--c-brand);outline-offset:2px}::selection{background:var(--c-brand);color:#fff}.brand-suffix{color:var(--c-brand)}.icon{width:1.35em;height:1.35em;flex:none}.rot90{transform:rotate(90deg)}.rot270{transform:rotate(270deg)}.container{max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:var(--space-section)}.section--alt{background:var(--c-bg-alt)}.section--dark{background:var(--c-ink);color:#c8ccd4}.section--dark h2,.section--dark h3{color:#fff}.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:1rem;z-index:100;background:var(--c-brand);color:#fff;padding:.6rem 1rem;border-radius:0 0 var(--radius-sm)var(--radius-sm)}.skip-link:focus{top:0;color:#fff}.kicker{display:block;font-size:.8125rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--c-brand);margin:0 0 .75rem}.kicker--light{color:#ff7a87}.lead{font-size:1.125rem;max-width:46rem}.section-head{max-width:46rem;margin-bottom:clamp(2rem,4vw,3rem)}.section-more{margin-top:2.5rem}.btn{display:inline-block;font:inherit;font-weight:600;padding:.75rem 1.75rem;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s,transform .15s}.btn:hover{text-decoration:none;transform:translateY(-2px)}.btn--primary{background:var(--c-brand);color:#fff}.btn--primary:hover{background:var(--c-brand-dark);color:#fff}.btn--ghost{border-color:rgb(255 255 255/.75);color:#fff}.btn--ghost:hover{border-color:#fff;background:rgb(255 255 255/.12);color:#fff}.btn--outline{border-color:var(--c-line);color:var(--c-ink);background:0 0}.btn--outline:hover{border-color:var(--c-ink);color:var(--c-ink)}.btn--sm{padding:.45rem 1.1rem;font-size:.9375rem}.btn--lg{padding:.9rem 2.25rem;font-size:1.125rem}.text-link{font-weight:600;display:inline-flex;align-items:center;gap:.35em}.text-link__icon{width:1.1em;height:1.1em;transition:transform .2s}.text-link:hover .text-link__icon{transform:translateX(3px)}.card{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.card-grid{display:grid;gap:1.5rem}.card-grid--2{grid-template-columns:repeat(auto-fit,minmax(min(100%,24rem),1fr))}.card-grid--3{grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr))}.card-grid--4{grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr))}.icon-chip{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex:none;border-radius:50%;background:var(--c-brand-tint);color:var(--c-brand);margin-bottom:1rem;transition:background-color .2s,color .2s}.icon-chip .icon{width:1.4rem;height:1.4rem}.check-list{list-style:none;margin-top:1rem}.check-list li{display:flex;gap:.5rem;align-items:flex-start;padding-block:.3rem}.check-list__icon{width:1.1em;height:1.1em;margin-top:.3em;color:var(--c-brand)}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--c-line);transition:box-shadow .25s}.site-header.is-scrolled{box-shadow:var(--shadow)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:var(--header-h)}.site-header__logo img{width:9.5rem;height:auto}.site-nav{display:flex;align-items:center;gap:1.75rem}.site-nav__list{display:flex;gap:1.75rem;list-style:none}.site-nav__list a{color:var(--c-ink);font-weight:600;padding-block:.4rem;border-bottom:3px solid transparent}.site-nav__list a:hover{color:var(--c-brand);text-decoration:none}.site-nav__list a[aria-current=page]{color:var(--c-brand);border-bottom-color:var(--c-brand)}.nav-toggle{display:none;background:0 0;border:0;color:var(--c-ink);cursor:pointer;padding:.5rem}.nav-toggle .icon{width:1.7rem;height:1.7rem}.nav-toggle__close{display:none}.lang-switcher{position:relative}.lang-switcher summary{list-style:none;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;font-weight:600;color:var(--c-ink);padding:.4rem .6rem;border:1px solid var(--c-line);border-radius:var(--radius-sm)}.lang-switcher summary::-webkit-details-marker{display:none}.lang-switcher summary:hover{border-color:var(--c-brand);color:var(--c-brand)}.lang-switcher__globe,.lang-switcher__chevron{width:1.1rem;height:1.1rem}.lang-switcher[open] .lang-switcher__chevron{transform:rotate(180deg)}.lang-switcher__list{position:absolute;right:0;top:calc(100% + .5rem);min-width:10rem;background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);list-style:none;padding:.4rem;z-index:60}.lang-switcher__list a{display:block;padding:.45rem .75rem;border-radius:6px;color:var(--c-ink)}.lang-switcher__list a:hover{background:var(--c-bg-alt);text-decoration:none}.lang-switcher__list a[aria-current=true]{color:var(--c-brand);font-weight:600}.hero{position:relative;display:flex;align-items:center;min-height:min(82vh,46rem);padding-block:clamp(5rem,12vw,8rem);color:#fff;overflow:hidden}.hero__bg,.hero__bg picture,.hero__bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgb(15 18 26/.86) 10%,rgb(15 18 26/.55) 55%,rgb(15 18 26/.2))}.hero__content{position:relative;z-index:1;max-width:var(--container);width:100%}.hero__content h1{color:#fff;max-width:22ch}.hero__lead{font-size:1.2rem;max-width:38rem;color:rgb(255 255 255/.88)}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.intro{max-width:50rem}.intro h2{max-width:26ch}.feature-grid{list-style:none;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr))}.feature-card{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius);padding:1.5rem;display:flex;align-items:center;gap:1rem}.feature-card .icon-chip{margin-bottom:0}.feature-card h3{margin:0;font-size:1.05rem}.feature-card:hover .icon-chip{background:var(--c-brand);color:#fff}.video-section{position:relative;overflow:hidden}.video-section__mark{position:absolute;right:-6rem;top:50%;translate:0 -50%;width:clamp(20rem,45vw,34rem);height:auto;color:rgb(255 255 255/5%);pointer-events:none}.video-section__grid{position:relative;display:grid;gap:clamp(2rem,5vw,4rem);align-items:center}@media(min-width:900px){.video-section__grid{grid-template-columns:5fr 6fr}}.video-section__credit{color:var(--c-muted);font-size:.9375rem;margin-bottom:.25rem}.video-section__note{color:var(--c-muted);font-size:.875rem}.video-facade{position:relative}.video-facade__btn{position:relative;display:block;width:100%;padding:0;border:0;border-radius:var(--radius);overflow:hidden;cursor:pointer;background:#000;box-shadow:var(--shadow-lg)}.video-facade__btn img{width:100%;transition:transform .4s,opacity .3s;opacity:.85}.video-facade__btn:hover img{transform:scale(1.03);opacity:1}.video-facade__play{position:absolute;inset:0;display:grid;place-items:center}.video-facade__play .icon{width:4.5rem;height:4.5rem;padding:1.2rem;border-radius:50%;background:var(--c-brand);color:#fff;box-shadow:0 0 rgb(191 30 45/.5);animation:pulse 2.4s infinite}@keyframes pulse{0%{box-shadow:0 0 rgb(191 30 45/.45)}70%{box-shadow:0 0 0 1.4rem rgb(191 30 45/0)}100%{box-shadow:0 0 rgb(191 30 45/0)}}.video-facade iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.product-card{padding:0;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card__link{display:block;color:inherit}.product-card__link:hover{text-decoration:none;color:inherit}.product-card__shot{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top left;border-bottom:1px solid var(--c-line)}.product-card__body{padding:1.75rem 2rem}.product-card__body p{color:var(--c-body)}.partners__list{list-style:none;display:flex;flex-wrap:wrap;gap:clamp(2rem,6vw,4.5rem);align-items:center}.partners__logo{width:auto;max-height:4rem;filter:grayscale(1);opacity:.7;transition:filter .25s,opacity .25s}.partners__list a:hover .partners__logo{filter:none;opacity:1}.cta__inner{text-align:center;max-width:42rem}.cta__inner .btn{margin-top:1rem}.page-title{background:var(--c-ink);color:#c8ccd4;padding-block:clamp(3rem,6vw,4.5rem)}.page-title h1{color:#fff;margin-bottom:0}.page-title__lead{margin-top:1rem;max-width:46rem;color:rgb(255 255 255/.8)}.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;font-size:.9rem;margin-bottom:1rem;color:var(--c-muted)}.breadcrumb li+li::before{content:"/";margin-right:.5rem;color:var(--c-muted)}.breadcrumb a{color:#c8ccd4}.breadcrumb a:hover{color:#fff}.platforms{padding-block:clamp(2.5rem,5vw,3.5rem);border-bottom:1px solid var(--c-line)}.platforms__inner{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:space-between}.platforms__inner h2{font-size:1.35rem;margin-bottom:.2em}.platforms__inner p{margin:0}.platforms__list{list-style:none;display:flex;gap:2rem}.platforms__list li{display:flex;align-items:center;gap:.6rem;font-weight:600;color:var(--c-ink);font-size:1.15rem}.platforms__icon{width:1.6rem;height:1.6rem;color:var(--c-brand)}.product__head{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.product__logo{width:clamp(7rem,12vw,10rem)}.product__head h2{margin-bottom:.1em}.product__tagline{margin:0;font-size:1.1rem;color:var(--c-muted)}.product__description{max-width:52rem;font-size:1.1rem}.product__gallery-title{margin-top:2.5rem}.product__gallery-hint{font-weight:400;font-size:.875rem;color:var(--c-muted);margin-left:.75rem}.gallery{list-style:none;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(min(100%,13rem),1fr))}.gallery__item{display:block;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--c-line);background:#fff}.gallery__thumb{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:top left;transition:transform .3s}.gallery__item:hover .gallery__thumb{transform:scale(1.04)}.table-scroll{overflow-x:auto;border:1px solid var(--c-line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff}.cmp{width:100%;border-collapse:collapse;min-width:40rem;font-size:.9375rem}.cmp th,.cmp td{padding:.7rem 1.1rem;text-align:left;border-bottom:1px solid var(--c-line)}.cmp thead th{background:var(--c-ink);color:#fff;font-size:1rem;position:sticky;top:0}.cmp thead th .brand-suffix{color:#ff7a87}.cmp__product{text-align:center;width:8.5rem}.cmp td{text-align:center}.cmp__group th{background:var(--c-brand-tint);color:var(--c-brand);text-transform:uppercase;letter-spacing:.08em;font-size:.8125rem}.cmp tbody th[scope=row]{font-weight:400;color:var(--c-body)}.cmp__yes .icon{width:1.25rem;height:1.25rem;color:var(--c-brand);margin-inline:auto}.cmp__no{color:var(--c-muted)}.cmp tbody tr:hover td,.cmp tbody tr:hover th[scope=row]{background:var(--c-bg-alt)}@media(min-width:600px){.cmp tbody th[scope=row],.cmp thead th:first-child{position:sticky;left:0;background:#fff;box-shadow:inset -1px 0 0 var(--c-line)}.cmp thead th:first-child{background:var(--c-ink);z-index:1}.cmp__group th{position:sticky;left:0}}.contact-grid{display:grid;gap:2rem;align-items:start}@media(min-width:900px){.contact-grid{grid-template-columns:2fr 3fr}}.contact-info ul{list-style:none;display:grid;gap:1.75rem}.contact-info li{display:flex;gap:1rem}.contact-info .icon-chip{margin-bottom:0}.contact-info h3{margin-bottom:.25em;font-size:1.05rem}.contact-info p{margin-bottom:.35em}.contact-form__note{font-size:.875rem;color:var(--c-muted)}.form-field{margin-bottom:1.25rem}.form-field label{display:block;font-weight:600;color:var(--c-ink);margin-bottom:.35rem}.form-field input,.form-field textarea{width:100%;font:inherit;color:var(--c-ink);padding:.65rem .9rem;border:1px solid var(--c-line);border-radius:var(--radius-sm);background:#fff;transition:border-color .2s,box-shadow .2s}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--c-brand);box-shadow:0 0 0 3px rgb(191 30 45/.15)}.form-field input.is-invalid,.form-field textarea.is-invalid{border-color:#d8000c}.form-status{min-height:1.5em;font-weight:600}.form-status.is-error{color:#d8000c}.form-status.is-success{color:#1c7c33}.prose{max-width:46rem}.prose h2{font-size:1.5rem;margin-top:2.2em}.prose table{width:100%;border-collapse:collapse;margin-block:1.5rem}.prose table td,.prose table th{padding:.5rem .9rem;border-bottom:1px solid var(--c-line);text-align:left;vertical-align:top}.prose table tr td:first-child{font-weight:600;color:var(--c-ink);white-space:nowrap}.prose thead{display:none}.prose code{background:var(--c-bg-alt);border:1px solid var(--c-line);border-radius:4px;padding:.1em .35em;font-size:.9em}.site-footer{background:var(--c-footer-bg);color:var(--c-footer-text);margin-top:auto}.site-footer__grid{display:grid;gap:2.5rem;padding-block:clamp(3rem,6vw,4.5rem);grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr))}.site-footer__about{max-width:24rem}.wordmark{font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:.75rem}.wordmark span{color:var(--c-brand)}.site-footer__address{color:var(--c-muted);font-size:.9375rem}.site-footer__nav h2{color:#fff;font-size:1rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.site-footer__nav ul{list-style:none;display:grid;gap:.5rem}.site-footer__nav a{color:var(--c-footer-text);display:inline-flex;align-items:center;gap:.5rem}.site-footer__nav a:hover{color:#fff}.site-footer__nav .icon{width:1.05rem;height:1.05rem;color:var(--c-brand)}.site-footer__bottom{border-top:1px solid var(--c-footer-line)}.site-footer__bottom-inner{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;padding-block:1.25rem;font-size:.9rem}.site-footer__bottom-inner p{margin:0;color:var(--c-muted)}.site-footer__langs{list-style:none;display:flex;gap:1rem}.site-footer__langs a{color:var(--c-muted);font-weight:600}.site-footer__langs a:hover,.site-footer__langs a[aria-current=true]{color:#fff}.consent{position:fixed;left:1rem;bottom:1rem;z-index:90;max-width:26rem;background:#fff;border:1px solid var(--c-line);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.5rem}.consent__title{font-weight:700;color:var(--c-ink);margin-bottom:.5rem}.consent__text{font-size:.9375rem;margin-bottom:1rem}.consent__actions{display:flex;gap:.75rem}.lightbox{border:0;padding:0;background:0 0;max-width:min(92vw,70rem);width:auto}.lightbox::backdrop{background:rgb(15 18 26/.9)}.lightbox figure{margin:0}.lightbox img{max-width:100%;max-height:82vh;width:auto;margin-inline:auto;border-radius:var(--radius-sm)}.lightbox figcaption{color:#fff;text-align:center;padding:.9rem;font-size:.9375rem}.lightbox__btn{position:fixed;display:grid;place-items:center;width:2.75rem;height:2.75rem;border:0;border-radius:50%;background:rgb(255 255 255/.12);color:#fff;cursor:pointer}.lightbox__btn:hover{background:var(--c-brand)}.lightbox__close{top:1rem;right:1rem}.lightbox__prev{left:1rem;top:50%;translate:0 -50%}.lightbox__next{right:1rem;top:50%;translate:0 -50%}.notfound__inner{text-align:center;max-width:34rem;padding-block:4rem}.notfound__code{font-size:clamp(5rem,16vw,9rem);font-weight:700;color:var(--c-brand);line-height:1;margin-bottom:1rem}@media(max-width:899px){.nav-toggle{display:inline-flex}.site-nav{position:fixed;inset:var(--header-h)0 0 0;background:#fff;flex-direction:column;align-items:flex-start;padding:2rem var(--gutter);gap:2rem;transform:translateX(100%);transition:transform .3s;overflow-y:auto;z-index:40}body.nav-open .site-nav{transform:translateX(0)}body.nav-open{overflow:hidden}body.nav-open .nav-toggle__open{display:none}body.nav-open .nav-toggle__close{display:block}.site-nav__list{flex-direction:column;gap:.5rem;width:100%}.site-nav__list a{display:block;font-size:1.4rem;padding-block:.6rem;border-bottom:0}.nav-toggle__close{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.site-header,.site-footer,.consent,.cta,.video-section{display:none}}