﻿*,*::before,*::after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul[class],ol[class]{padding:0;list-style:none}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;color:#374151;background-color:#fff}h1,h2,h3,h4,h5,h6{color:#111827;font-weight:700;line-height:1.2}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.25rem}a{color:#e31e24;text-decoration:none;transition:color 150ms ease}a:hover{color:#c91a20}.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.skip-link:focus{position:fixed;top:.5rem;left:.5rem;z-index:100000;width:auto;height:auto;padding:.75rem 1rem;clip:auto;clip-path:none;background:#fff;color:#e31e24;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}.site-content{flex:1}.section{padding:4rem 0}@media(min-width: 768px){.section{padding:5rem 0}}.section--gray{background-color:#f3f4f6}.section-title{margin-bottom:3rem;font-size:1.875rem;text-align:center}.site-header{position:sticky;top:0;z-index:1020;background-color:#fff;border-bottom:1px solid #e5e7eb}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:72px;padding-top:.75rem;padding-bottom:.75rem}.site-logo a{display:inline-flex;align-items:center}.site-logo a:hover{opacity:.9}.site-logo img{width:auto;height:40px}.site-logo--small img{height:28px}.main-navigation{display:flex;align-items:center;gap:2rem}.main-navigation__list{display:flex;gap:2rem;margin:0;padding:0;list-style:none}.main-navigation__list a{color:#374151;font-size:.875rem}.main-navigation__list a:hover{color:#e31e24}.main-navigation__list .current-menu-item>a,.main-navigation__list .current_page_item>a{color:#e31e24;font-weight:500}@media(max-width: 767px){.main-navigation{display:none}.main-navigation.is-open{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem 1.5rem 1.5rem;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.main-navigation.is-open .main-navigation__list{flex-direction:column;gap:1rem;width:100%}}.menu-toggle{display:none;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none;cursor:pointer}.menu-toggle__bar{display:block;width:24px;height:2px;background-color:#374151;transition:transform 200ms ease,opacity 200ms ease}.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(2){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(3){opacity:0}.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(4){transform:translateY(-7px) rotate(-45deg)}@media(max-width: 767px){.menu-toggle{display:flex}}.site-footer{margin-top:auto}.footer-cta{padding:3rem 0;background-color:#e31e24;color:#fff;text-align:center}.footer-cta__inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-cta__title{font-size:1.5rem;font-weight:600;color:#fff}.footer-bar{padding:2rem 0;background-color:#fff;border-top:1px solid #e5e7eb}.footer-bar__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer-bar__brand{display:flex;flex-direction:column;gap:1rem}.company-info{display:flex;flex-direction:column;gap:.25rem;font-style:normal;font-size:.875rem;color:#6b7280}.company-info__name{color:#374151;font-weight:600}.company-info a{color:#6b7280}.company-info a:hover{color:#e31e24}.footer-legal{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-top:2rem;padding-top:1.25rem;border-top:1px solid #e5e7eb;font-size:.75rem;color:#9ca3af}.footer-legal a{color:#6b7280}.footer-legal a:hover{color:#e31e24}.footer-navigation__list{display:flex;flex-wrap:wrap;gap:1.5rem;margin:0;padding:0;list-style:none}.footer-navigation__list a{color:#4b5563;font-size:.875rem}.footer-navigation__list a:hover{color:#e31e24}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid rgba(0,0,0,0);border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5;text-decoration:none;cursor:pointer;transition:background-color 150ms ease,border-color 150ms ease,color 150ms ease}.btn--primary{background-color:#e31e24;color:#fff}.btn--primary:hover,.btn--primary:focus-visible{background-color:#c91a20;color:#fff}.btn--secondary{background-color:#fff;border-color:#d1d5db;color:#374151}.btn--secondary:hover,.btn--secondary:focus-visible{border-color:#9ca3af;color:#111827}.btn--inverse{background-color:#fff;color:#e31e24}.btn--inverse:hover,.btn--inverse:focus-visible{background-color:#f3f4f6;color:#c91a20}.btn:disabled,.btn.is-disabled{opacity:.5;pointer-events:none}.wpcf7 form{text-align:left}.wpcf7 p{margin-bottom:1.25rem}.wpcf7 label{display:block;font-size:.875rem;font-weight:500;color:#374151}.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 input[type=url],.wpcf7 textarea,.wpcf7 select{width:100%;margin-top:.5rem;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:6px;background-color:#fff;color:#111827;transition:border-color 150ms ease,box-shadow 150ms ease}.wpcf7 input[type=text]:focus,.wpcf7 input[type=email]:focus,.wpcf7 input[type=tel]:focus,.wpcf7 input[type=url]:focus,.wpcf7 textarea:focus,.wpcf7 select:focus{outline:none;border-color:#e31e24;box-shadow:0 0 0 3px rgba(227,30,36,.12)}.wpcf7 textarea{min-height:140px;resize:vertical}.wpcf7 input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid rgba(0,0,0,0);border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5;text-decoration:none;cursor:pointer;transition:background-color 150ms ease,border-color 150ms ease,color 150ms ease;background-color:#e31e24;color:#fff;border:none}.wpcf7 input[type=submit]:hover,.wpcf7 input[type=submit]:focus-visible{background-color:#c91a20}.wpcf7 input[type=submit]:disabled{opacity:.6;cursor:wait}.wpcf7 .wpcf7-not-valid{border-color:#e31e24}.wpcf7 .wpcf7-not-valid-tip{margin-top:.25rem;font-size:.75rem;color:#e31e24}.wpcf7 .wpcf7-response-output{margin:1.25rem 0 0;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem}.wpcf7 .wpcf7-spinner{margin:0 .75rem}.wpcf7 form.sent .wpcf7-response-output{border-color:#10b981;color:#10b981}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output{border-color:#e31e24;color:#e31e24}.cf-turnstile{margin-bottom:1.25rem}.product-request__form,.contact-form-panel .wpcf7{width:100%;max-width:640px;margin-inline:auto}.card-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.card-grid{grid-template-columns:repeat(3, 1fr)}}.product-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:box-shadow 200ms ease}.product-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.product-card:hover .product-card__title{color:#e31e24}.product-card__link{display:block;color:inherit}.product-card__link:hover{color:inherit}.product-card__media{aspect-ratio:4/3;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover}@media(hover: hover)and (pointer: fine){.product-card__media img{transition:transform 300ms ease}.product-card:hover .product-card__media img{transform:scale(1.06)}}.product-card__placeholder{display:block;width:40%;aspect-ratio:4/3;border-radius:4px;background-color:#e5e7eb}.product-card__body{padding:1.25rem}.product-card__title{display:inline-block;padding-bottom:.25rem;border-bottom:2px solid #e31e24;font-size:1.125rem;transition:color 150ms ease}.product-card__category{margin-top:.5rem;font-size:.875rem;color:#6b7280}.product-card__description{margin-top:.5rem;font-size:.875rem;color:#4b5563}.product-card__button{margin-top:1rem}.category-cards__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.category-cards__grid{display:flex;align-items:stretch}}.category-card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 2rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;text-align:center;transition:box-shadow 200ms ease}.category-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}@media(min-width: 768px){.category-card{flex:1 1 0;min-width:0}}.category-card__title{display:inline-block;padding-bottom:.5rem;border-bottom:3px solid #e31e24;font-size:1.5rem}.category-card__description{color:#4b5563}.category-card__link{margin-top:auto}.category-card__products{display:none}@media(hover: hover)and (pointer: fine)and (min-width: 768px){.category-card{transition:flex-grow 400ms ease,box-shadow 200ms ease;will-change:flex-grow}.category-card__products{display:grid;grid-template-rows:0fr;opacity:0;width:100%;overflow:hidden;transition:grid-template-rows 400ms ease,opacity 300ms ease 100ms}.category-card:hover,.category-card:focus-within{flex-grow:2.2}.category-card:hover .category-card__products,.category-card:focus-within .category-card__products{grid-template-rows:1fr;opacity:1}}.category-card__product-list{min-height:0;display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;text-align:left}.mini-product__link{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:6px;color:inherit;transition:background-color 150ms ease}.mini-product__link:hover{background-color:#f9fafb;color:inherit}.mini-product__link:hover .mini-product__title{color:#e31e24}.mini-product__thumb{flex-shrink:0;width:48px;height:48px;border-radius:4px;background-color:#f3f4f6;overflow:hidden}.mini-product__thumb img{width:100%;height:100%;object-fit:cover}.mini-product__body{display:flex;flex-direction:column;min-width:0}.mini-product__title{font-weight:600;color:#111827;transition:color 150ms ease}.mini-product__excerpt{font-size:.875rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tabs__list{display:flex;flex-wrap:wrap;gap:1.5rem;border-bottom:1px solid #e5e7eb}.tabs__tab{padding:.75rem 0;background:none;border:none;border-bottom:3px solid rgba(0,0,0,0);margin-bottom:-1px;font-size:1.125rem;font-weight:500;color:#4b5563;cursor:pointer;transition:color 150ms ease,border-color 150ms ease}.tabs__tab:hover{color:#111827}.tabs__tab[aria-selected=true]{color:#111827;border-bottom-color:#e31e24}.tabs__panel{padding:1.5rem 0}.tabs__panel:focus-visible{outline:2px solid #e31e24;outline-offset:4px}.bullet-list,.dot-list,.plus-list,.check-list{list-style:none;margin:0;padding:0}.bullet-list li,.dot-list li,.plus-list li,.check-list li{display:flex;gap:.75rem;margin-bottom:.75rem;color:#374151}.bullet-list li::before,.dot-list li::before,.plus-list li::before,.check-list li::before{flex-shrink:0;font-weight:700;color:#e31e24}.check-list li::before{content:"✓"}.plus-list li::before{content:"+"}.dot-list li::before{content:"●";font-size:.65em;line-height:2.2}.bullet-list li::before{content:"–"}.breadcrumb{margin-bottom:2rem;font-size:.875rem;color:#6b7280}.breadcrumb__link{color:#6b7280}.breadcrumb__link:hover{color:#e31e24}.breadcrumb__separator{margin:0 .5rem}.breadcrumb__current{color:#111827}.filter-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem}.filter-pill{padding:.5rem 1.25rem;border:1px solid #d1d5db;border-radius:999px;font-size:.875rem;font-weight:500;color:#4b5563;transition:all 150ms ease}.filter-pill:hover{border-color:#e31e24;color:#e31e24}.filter-pill.is-active{background-color:#e31e24;border-color:#e31e24;color:#fff}.has-curve{position:relative;overflow:hidden}.has-curve::after{content:"";position:absolute;top:0;right:0;width:min(32vw,420px);height:100%;background-image:url("../../images/hero-curve.svg");background-repeat:no-repeat;background-position:right center;background-size:auto 100%;pointer-events:none}@media(max-width: 767px){.has-curve::after{width:45vw;opacity:.55}}.has-curve>.container{position:relative;z-index:1}.hero{background-color:#f9fafb;padding:4rem 0}@media(min-width: 768px){.hero{padding:5rem 0}}.hero__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width: 768px){.hero__grid{grid-template-columns:repeat(2, 1fr)}}.hero__title{font-size:2.25rem;margin-bottom:1.5rem}@media(min-width: 1024px){.hero__title{font-size:3rem}}.hero__subtitle{display:block;margin-top:.5rem;font-size:.6em;font-weight:600;color:#4b5563}.hero__description{margin-bottom:2rem;font-size:1.125rem;color:#4b5563;max-width:34rem}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero__copy{position:relative;z-index:2}.hero__media{display:flex;align-items:center;justify-content:center}.hero__image{border-radius:8px}.hero__image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:4/3;background-color:#e5e7eb;border-radius:8px;color:#6b7280;font-size:.875rem}@media(hover: hover)and (pointer: fine){.hero__image,.hero__image-placeholder{transform-origin:top right;transition:transform 350ms ease;will-change:transform}.hero:hover .hero__image,.hero:hover .hero__image-placeholder{transform:scale(1.18)}}.section-title--ruled{display:flex;align-items:center;gap:1.5rem}.section-title--ruled::before,.section-title--ruled::after{content:"";flex:1;height:1px;background-color:#e5e7eb}.section-title--ruled.section-title--left{text-align:left}.section-title--ruled.section-title--left::before{display:none}.features__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.features__grid{grid-template-columns:repeat(3, 1fr)}}.feature-tile{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;text-align:center}.feature-tile__icon{color:#e31e24}.feature-tile__title{font-size:1.125rem}.feature-tile__text{font-size:.875rem;color:#4b5563}.product-hero{background-color:#fff;padding:2.5rem 0 4rem}@media(min-width: 768px){.product-hero{padding:3rem 0 5rem}}.product-hero__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width: 768px){.product-hero__grid{grid-template-columns:repeat(2, 1fr)}}.product-hero__title{font-size:2.25rem;margin-bottom:.25rem}@media(min-width: 1024px){.product-hero__title{font-size:3rem}}.product-hero__manufacturer{margin-bottom:1.5rem;font-size:1.25rem;color:#6b7280}.product-hero__intro{margin-bottom:1.5rem;color:#4b5563;max-width:32rem}.product-hero .check-list{margin-bottom:2rem}.product-hero__media{display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border-radius:8px;overflow:hidden;aspect-ratio:1/1}.product-hero__image{width:100%;height:100%;object-fit:cover}.product-hero__placeholder{display:block;width:40%;aspect-ratio:1;border-radius:4px;background-color:#e5e7eb}.product-details{padding-top:0}.product-details__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media(min-width: 1024px){.product-details__grid{grid-template-columns:2fr 1fr}}.brochure-card{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.brochure-card__icon{color:#9ca3af}.brochure-card__title{font-size:1.25rem}.tech-table{width:100%;border-collapse:collapse;font-size:.875rem}.tech-table th,.tech-table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;text-align:left}.tech-table th{width:40%;color:#111827;font-weight:600}.tech-table td{color:#4b5563}.product-applications{background-color:#f9fafb}.product-applications__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}@media(min-width: 768px){.product-applications__grid{grid-template-columns:repeat(3, 1fr)}}.product-applications__media{background-color:#f3f4f6;border-radius:8px;overflow:hidden;aspect-ratio:4/3}.product-applications__media img{width:100%;height:100%;object-fit:cover}.product-applications__list-panel{padding:1.5rem;background-color:#f3f4f6;border-radius:8px}.product-applications__list-panel .dot-list li{text-transform:uppercase;font-size:.875rem;letter-spacing:.04em}.product-request{background-color:#f3f4f6}.product-request__inner{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.product-request__title{font-size:1.5rem}.product-request__note{color:#4b5563;max-width:36rem}.container--narrow{max-width:860px}.products-archive__header{margin-bottom:2.5rem;text-align:center}.products-archive__title{margin-bottom:1rem;font-size:2.25rem}.products-archive__intro{font-size:1.125rem;color:#4b5563;max-width:44rem;margin-inline:auto}.products-archive__empty{text-align:center;color:#4b5563}.page-content__title{margin-bottom:2rem}.page-content .entry-content p,.page-content .entry-content ul,.page-content .entry-content ol{margin-bottom:1rem;line-height:1.75}.page-content .entry-content h2,.page-content .entry-content h3{margin:2rem 0 1rem}.page-content .entry-content img{border-radius:8px}.contact-page__header{margin-bottom:2.5rem;text-align:center}.contact-page__title{margin-bottom:1rem}.contact-page__intro{font-size:1.125rem;color:#4b5563;max-width:44rem;margin-inline:auto}.contact-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media(min-width: 768px){.contact-cards{grid-template-columns:repeat(3, 1fr)}}.contact-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;text-align:center}.contact-card__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:.5rem;border-radius:50%;background-color:#e31e24;color:#fff}.contact-card__title{font-size:1.125rem}.contact-card__value{color:#4b5563}.contact-form-panel{max-width:800px;margin-inline:auto;padding:2rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.contact-form-panel__title{margin-bottom:1.5rem;font-size:1.5rem}.contact-form-panel__placeholder{color:#6b7280}.error-404__inner{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.error-404__code{font-size:3rem;font-weight:700;color:#fee2e2}.error-404__text{color:#4b5563;max-width:36rem}.error-404__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.search-results__title{margin-bottom:2rem}.search-results__list{list-style:none;margin:0;padding:0}.search-result{padding:1.25rem 0;border-bottom:1px solid #e5e7eb}.search-result__title{font-size:1.25rem}.search-result__excerpt{margin-top:.5rem;color:#4b5563}
