@font-face {
    font-family: Poppins;
    src: url('../fonts/poppins-latin-400-normal.woff2') format('woff2');
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/poppins-latin-500-normal.woff2') format('woff2');
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/poppins-latin-600-normal.woff2') format('woff2');
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/poppins-latin-700-normal.woff2') format('woff2');
    font-weight: 700;
    font-display: swap
}

:root {
    --red: #ad0c14;
    --blue: #2f5192;
    --navy: #033b7d;
    --ink: #121212;
    --text: #333;
    --muted: #666;
    --panel: #f3f4f6;
    --line: #e6e7e9;
    --container: 100rem;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    color: var(--ink);
    background: #fff;
    font-synthesis: none
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 2rem
}

body {
    margin: 0
}

body.modal-open {
    overflow: hidden
}

h1, h2, h3, p, figure {
    margin: 0
}

h1, h2 {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0
}

h3 {
    font-size: 1.375rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0
}

p {
    line-height: 1.6
}

a {
    color: inherit;
    text-decoration: none
}

button, input, select, textarea {
    font: inherit
}

button {
    cursor: pointer
}

button, a {
    -webkit-tap-highlight-color: transparent
}

button {
    color: inherit
}

img {
    max-width: 100%;
    display: block;
    height: auto
}

button, a, input, select, textarea, summary {
    touch-action: manipulation
}

:focus-visible {
    outline: 3px solid #2f71c6;
    outline-offset: 5px
}

section[id], footer[id] {
    scroll-margin-top: 2rem
}

.container {
    width: 83.333333%;
    max-width: var(--container);
    margin-inline: auto
}

.center {
    text-align: center
}

.icon {
    width: 1.3em;
    height: 1.3em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: none;
    vertical-align: middle
}

.icon-defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap
}

.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100;
    background: white;
    padding: 10px 20px;
    transform: translateY(-150%)
}

.skip-link:focus {
    transform: none
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 2.375rem;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: .375rem 1.875rem;
    background: var(--red);
    color: white;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.45;
    transition: background .2s, box-shadow .2s, transform .2s;
    text-align: center
}

.button:hover {
    background: #880710;
    box-shadow: 0 4px 15px #ad0c141d
}

.button:active {
    transform: translateY(1px)
}

.button-large {
    font-size: 1.125rem;
    font-weight: 500;
    min-height: 3.125rem;
    padding: .65rem 1.5rem;
    text-transform: uppercase
}

.button-white {
    background: #fff;
    color: var(--red)
}

.button-white:hover {
    background: #faf1f2
}

.button-blue {
    background: var(--blue)
}

.button-blue:hover {
    background: #213e78
}

.button-outline {
    background: transparent;
    border-color: var(--red);
    color: var(--red);
    font-size: 1.125rem;
    min-height: 3.125rem;
    text-transform: uppercase
}

.button-outline:hover {
    background: #fff3f4;
    color: var(--red)
}

.button-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap
}

.button-row.centered {
    justify-content: center
}

.section-intro {
    color: var(--blue);
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: center;
    margin: .625rem auto 0
}

.section-intro.narrow {
    max-width: 50rem;
    font-size: 1.125rem
}

.site-header {
    background: #fff;
    position: relative;
    z-index: 20;
    height: 6rem
}

.header-inner {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 1.7rem
}

.brand {
    width: 14.4375rem;
    flex: none
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.8rem;
    flex: 1;
    margin-left: 1rem;
    white-space: nowrap;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700
}

.main-nav a:hover {
    color: var(--red)
}

.header-quote {
    margin-left: 1.6rem;
    white-space: nowrap;
    padding-inline: 1.7rem
}

.language {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1.125rem;
    color: #666;
    white-space: nowrap
}

.language span {
    font-size: 1.65rem
}

.menu-toggle {
    display: none
}

.hero {
    background: #eef0f4 url('../images/hero.webp') center/cover no-repeat;
    min-height: 50.25rem
}

.hero-inner {
    padding-top: 14rem;
    padding-bottom: 8rem
}

.hero-copy {
    max-width: 54rem
}

.hero h1 {
    white-space: nowrap
}

.hero-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    max-width: 47.5rem;
    margin-top: .625rem;
    letter-spacing: 0
}

.hero-description {
    font-size: 1.125rem;
    line-height: 1.45;
    max-width: 37.2rem;
    margin: 1.5rem 0 1.875rem;
    letter-spacing: 0
}

.overview {
    background: white url('../images/overview-texture.webp') center/cover no-repeat;
    min-height: 42.25rem;
    display: flex;
    align-items: center
}

.overview-grid {
    display: grid;
    grid-template-columns: 43.4% 52.7%;
    gap: 3.9%;
    align-items: center
}

.overview-copy h2 {
    max-width: 44rem
}

.overview-copy p {
    font-size: 1.125rem;
    line-height: 1.45;
    font-weight: 600;
    max-width: 37.2rem;
    margin-top: 1.25rem
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.1875rem 1.5rem
}

.feature {
    min-height: 13.125rem;
    padding: 2.5rem 2rem;
    background: var(--panel);
    border: 1px solid #d8d8d8;
    border-radius: .625rem
}

.feature h3 {
    color: var(--navy);
    margin-bottom: .8rem
}

.feature p {
    font-weight: 500;
    line-height: 1.65
}

.benefits {
    background: #1a3553 url('../images/benefits.webp') center/cover no-repeat;
    padding: 6.25rem 0 6.5625rem;
    min-height: 36rem
}

.benefits h2 {
    color: #fff
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 3.75rem
}

.benefit-grid article {
    border-radius: .625rem;
    background: #fffffff0;
    min-height: 15.125rem;
    padding: 1.9375rem 1.6rem;
    text-align: center
}

.benefit-grid h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0
}

.benefit-grid h3 span {
    display: block
}

.benefit-grid p {
    max-width: 18.75rem;
    margin: .6rem auto 0;
    line-height: 1.65;
    letter-spacing: 0
}

.choice {
    padding: 7rem 0 2rem
}

.choice-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
    margin: 3.3rem 0 3.2rem
}

.choice-grid article {
    position: relative;
    text-align: center;
    min-width: 0
}

.choice-grid article>img {
    width: 10.375rem;
    height: 9.75rem;
    object-fit: contain;
    margin: 0 auto 1.1rem
}

.choice-grid h3 {
    font-size: 1.25rem;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0
}

.choice-grid p {
    max-width: 17.5rem;
    margin: .625rem auto 0;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #444
}


.choice-grid article:nth-child(2)::after {
    transform: scaleY(-1)
}

.panel-options {
    padding: 4.25rem 0 6.875rem
}

.panel-carousel {
    position: relative;
    background: var(--panel);
    border-radius: .625rem;
    margin-top: 3.3125rem;
    padding: 2.5rem 4rem 2.5rem 3.25rem;
    display: grid;
    grid-template-columns: 46% 52%;
    align-items: center;
    gap: 2%;
    min-height: 33.75rem
}

.panel-product {
    text-align: center
}

.panel-product img {
    width: 33.75rem;
    height: 24.375rem;
    object-fit: contain;
    margin: 0 auto 1.5rem;
    mix-blend-mode: multiply
}

.panel-product h3 {
    font-size: 1.25rem
}

.panel-specs table {
    background: #fff;
    width: 100%;
    border-collapse: collapse;
    text-align: left
}

.panel-specs th {
    font-size: 1.125rem;
    font-weight: 600;
    width: 43%
}

.panel-specs td {
    font-size: 1rem;
    color: #666
}

.panel-specs th, .panel-specs td {
    vertical-align: top;
    padding: .65rem 1.75rem;
    line-height: 1.5;
    border-bottom: 1px solid #f0f0f1
}

.panel-specs tr:first-child th {
    font-size: 1.375rem
}

.panel-specs tr:last-child th, .panel-specs tr:last-child td {
    border: 0
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 1.8rem;
    display: grid;
    place-content: center;
    background: #666;
    color: #fff;
    border: 0;
    border-radius: 2px;
    font-size: 2rem;
    line-height: 1
}

.carousel-arrow:hover {
    background: var(--red)
}

.carousel-arrow.previous {
    left: 0
}

.carousel-arrow.next {
    right: 0
}

.carousel-dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    display: flex;
    gap: .4rem;
    transform: translateX(-50%)
}

.carousel-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: #b9bec7
}

.carousel-dots button.active {
    background: var(--red)
}

.additional {
    margin: 0 1.25%;
    min-height: 36rem;
    border-radius: 1.875rem;
    background: #f2f2f2 url('../images/additional-bg.webp') center/100% 100% no-repeat;
    display: flex;
    align-items: center
}

.additional>.container {
    width: 85.4%
}

.additional-copy {
    max-width: 44rem
}

.additional-copy h2 {
    white-space: nowrap
}

.additional-copy p {
    font-size: 1.375rem;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: 0;
    margin: .5rem 0 4.625rem
}

.additional-copy .button {
    padding-inline: 2.5rem
}

.additional-mobile {
    display: none
}

.construction {
    padding: 8.8125rem 0 6.25rem
}

.construction>.container>.button {
    margin-top: 1.75rem
}

.construction-grid {
    display: grid;
    grid-template-columns: 27.1% 68.8%;
    gap: 4.1%;
    align-items: center;
    margin-top: 3rem;
    min-height: 30rem
}

.construction-list button {
    position: relative;
    display: flex;
    gap: .75rem;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #b8b8b8;
    background: transparent;
    text-align: left;
    padding: .5rem 0 1.8rem;
    margin-bottom: .5rem;
    min-height: 7.4rem
}

.construction-list button::after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #999
}

.construction-list button{
    transition: all 0.5s;
}

.construction-list button:hover {
    border-color: var(--blue)
}

.construction-list button .number{
    transition: all 0.5s
}

.construction-list button:hover .number{
    background-color: var(--blue);
}

.construction-list button:hover::after {
    background: var(--blue)
}

.construction-list button::after{
    transition: all 0.5s;
}

.construction-list .number {
    display: grid;
    place-content: center;
    flex: none;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem
}

.construction-list .button:hover .number {
    background: var(--blue)
}

.construction-list strong {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 2
}

.construction-list small {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    margin-top: .2rem;
    color: #666
}

.construction-figure img {
    width: 100%;
    height: auto
}

.joints {
    margin-top: 5.5rem
}

.joint-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-top: 3.25rem
}

.joint-grid article {
    display: flex;
    align-items: center;
    background: var(--panel);
    border-radius: .625rem;
    min-height: 16.1875rem;
    overflow: hidden
}

.joint-grid img {
    width: 49%;
    object-fit: contain;
    mix-blend-mode: multiply
}

.joint-grid article>div {
    padding: 1.5rem 1.5rem 1.5rem 3.25rem;
    flex: 1
}

.joint-grid h3 {
    font-size: 1.5rem;
    white-space: nowrap
}

.joint-grid p {
    color: #666;
    font-weight: 500;
    font-size: 1rem;
    margin-top: .25rem;
    line-height: 1.4
}

.applications {
    background: linear-gradient(#f3f6fb, #fff);
    padding: 5.625rem 0 6.875rem;
    min-height: 44.8125rem
}

.application-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.3125rem;
    margin-top: 3.4rem
}

.application-grid article {
    background: white;
    display: flex;
    flex-direction: column;
    min-width: 0
}

.application-copy {
    position: relative;
    min-height: 9.375rem;
    padding: 3.1rem 1.375rem 1.1rem
}

.application-copy::before {
    content: '';
    width: 1.5rem;
    height: .25rem;
    position: absolute;
    top: 2rem;
    left: 1.375rem;
    background: var(--blue)
}

.application-copy h3 {
    font-size: 1.25rem;
    font-weight: 600
}

.application-icon {
    position: absolute;
    right: 1.3rem;
    top: 3.5rem;
    width: 3rem;
    height: 3rem;
    fill: none;
    stroke: #777;
    stroke-width: 1.1;
    stroke-linecap: round;
    stroke-linejoin: round
}

.application-grid img {
    width: 100%;
    height: auto;
    margin-top: auto;
    aspect-ratio: 360/241;
    object-fit: cover
}

.application-grid .laboratory img {
    aspect-ratio: 360/196
}

.laboratory h3 {
    color: var(--blue)
}

.laboratory .application-icon {
    stroke: var(--blue)
}

.laboratory ul {
    list-style: none;
    padding: 0;
    margin: .35rem 0 0;
    font-size: 1rem;
    line-height: 1.8
}

.laboratory li::before {
    content: '○';
    color: var(--blue);
    font-weight: 700;
    margin-right: .3rem
}

.laboratory .application-copy {
    padding-bottom: 1rem
}

.comparison {
    padding: 5rem 0 5.9375rem
}

.table-scroll {
    overflow-x: auto;
    max-width: 100%;
    overscroll-behavior-x: contain
}

.table-scroll table {
    border-collapse: collapse;
    width: 100%;
    background: #f8f8f9;
    text-align: left
}

.table-scroll th, .table-scroll td {
    border: 1px solid #eceef1;
    padding: .65rem 1rem;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.55
}

.table-scroll th {
    font-weight: 600
}

.table-scroll td {
    color: #666
}

.table-scroll thead th {
    font-size: 1.25rem
}

.compare-table {
    width: 87.5%;
    margin: 3.625rem auto 3.125rem
}

.compare-table table {
    background: var(--panel);
    text-align: center
}

.compare-table th, .compare-table td {
    height: 2.875rem;
    padding: .55rem 1rem
}

.compare-table tbody th {
    font-size: 1.125rem
}

.compare-table thead th {
    height: 3.65rem;
    font-size: 1.375rem
}

.comparison .button-row {
    gap: 3.25rem
}

.requirements {
    padding: 0 0 5rem
}

.requirements-grid {
    display: grid;
    grid-template-columns: 51.2% 45%;
    gap: 3.8%;
    margin-top: 3.0625rem;
    align-items: stretch
}

.requirements-grid>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .625rem
}

.requirements-list {
    list-style: none;
    padding: 1.5rem 0 0 3.5rem;
    margin: 0;
    border-left: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.requirements-list li {
    position: relative;
    min-height: 8.25rem;
    padding-bottom: .85rem
}

.requirements-list li::before {
    content: '';
    width: 1rem;
    height: 1rem;
    background: var(--red);
    border-radius: 50%;
    position: absolute;
    left: -4.0625rem;
    top: .15rem
}

.requirements-list span {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--red)
}

.requirements-list h3 {
    font-size: 1.625rem;
    margin: .2rem 0 .25rem
}

.requirements-list p {
    font-size: 1rem;
    color: #333;
    line-height: 1.6
}

.specifications {
    padding: 1.25rem 0 7.5rem
}

.spec-grid {
    display: grid;
    grid-template-columns: 44.6% 52.7%;
    gap: 2.7%;
    margin-top: 5.125rem
}

.spec-grid article {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.spec-grid h3 {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: 1.25rem
}

.spec-grid .table-scroll {
    width: 100%;
    margin-bottom: 2rem;
    flex: 1
}

.spec-grid tbody th {
    font-size: 1.125rem;
    white-space: nowrap
}

.spec-grid td {
    white-space: nowrap
}

.spec-grid th, .spec-grid td {
    border-color: #f2f2f4;
    padding: .65rem .9rem
}

.spec-grid thead th {
    font-size: 1.25rem
}

.spec-grid .button {
    gap: 1.3rem
}

.spec-grid article:last-child table {
    text-align: center
}

.spec-grid article:last-child tbody th {
    text-align: left
}

.case-studies {
    padding: 0 0 5.75rem
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 3.4375rem
}

.case-image {
    padding: 0;
    border: 0;
    background: none;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: .625rem
}

.case-image img {
    width: 100%;
    aspect-ratio: 387/220;
    object-fit: cover;
    transition: transform .3s
}

.case-image:hover img {
    transform: scale(1.04)
}

.case-grid h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: .45rem 1.75rem 0
}

.case-grid h3 span {
    color: var(--red);
    margin-right: .3rem
}

.case-grid p {
    margin: .1rem 1.75rem 0;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

.resources {
    padding: 0 0 7.25rem
}

.resource-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1.25rem;
    margin-top: 50px
}

.resource-grid>a {
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    padding: 1.1rem 3.125rem 1.1rem 1.25rem;
    min-height: 8.75rem;
    gap: 1rem;
    transition: background .2s
}

.resource-grid>a:nth-child(n+3) {
    border-top: 0
}

.resource-grid>a:hover {
    background: #f8fafc
}

.resource-icon {
    background: #f6f6f6;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: .625rem;
    display: grid;
    place-items: center;
    flex: none
}

.resource-icon .icon {
    width: 2.4375rem;
    height: 2.4375rem;
    stroke-width: 1.8
}

.resource-grid h3 {
    font-size: 1.375rem
}

.resource-grid p {
    font-size: 1rem;
    line-height: 1.4;
    max-width: 23rem;
    margin-top: .35rem
}

.resource-arrow {
    color: var(--blue);
    margin-left: auto;
    width: 1.6rem;
    height: 1.6rem
}

.faq {
    padding: 0 0 8.125rem
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-top: 3.25rem;
    margin-bottom: 4rem
}

.faq details {
    background: #f8fafb;
    border-bottom: 1px solid #e2e6ea
}

.faq summary {
    position: relative;
    padding: 1.25rem 4.3rem 1.25rem 2.5rem;
    min-height: 4.125rem;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.45;
    list-style: none;
    cursor: pointer;
    letter-spacing: 0
}

.faq summary::-webkit-details-marker {
    display: none
}

.faq summary::after {
    content: '+';
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--blue);
    font-weight: 400
}

.faq details[open] summary::after {
    content: '−'
}

.faq details[open] {
    background: #f2f5fa
}

.faq details p {
    padding: 0 2.5rem 1.5rem;
    font-size: 1rem;
    color: #555;
    line-height: 1.7
}

.faq summary:hover {
    color: var(--blue)
}

.systems {
    padding: 0 0 7.5rem
}

.system-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 3.25rem
}

.system-grid article {
    background: var(--panel);
    padding: 2rem 2.8rem 1.75rem 4.5625rem;
    border-right: 1px solid #fff;
    min-height: 14.375rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.system-grid article>span {
    color: var(--blue);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6
}

.system-grid h3 {
    font-size: 1.375rem;
    white-space: nowrap
}

.system-grid p {
    color: #666;
    font-size: 1rem;
    line-height: 1.4;
    margin: .5rem 0 .625rem;
    max-width: 14rem
}

.system-grid a, .text-link {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--blue);
    margin-top: auto;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left
}

.system-grid .icon {
    width: 1.1em;
    height: 1.1em
}

.system-grid article:hover {
    background: var(--blue);
    color: white
}

.system-grid .article:hover :is(span, p, a) {
    color: white
}

.system-grid article:hover>span,
.system-grid article:hover p,
.system-grid article:hover a,
.system-grid article:hover path{
    fill: #fff;
    color: #fff;
}

.system-grid article{
    cursor: pointer;
}

.system-grid article,
.system-grid article>span,
.system-grid article p,
.system-grid article a,
.system-grid article path{
    transition: all 0.5s;
}

.system-grid :is(a, button):hover {
    text-decoration: underline
}

.contact {
    background: #e7eef3 url('../images/contact-bg.webp') center/cover no-repeat;
    min-height: 42.125rem;
    padding: 6.4375rem 0
}

.contact-copy {
    max-width: 50.5625rem
}

.contact h2 {
    font-size: 2.875rem;
    line-height: 1.4;
    max-width: 50rem
}

.contact p {
    color: var(--blue);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 46.8rem;
    margin: 2rem 0 2.75rem
}

.contact .button-row {
    gap: 1.4375rem
}

.contact .button-large {
    padding-inline: 2.5rem
}

.site-footer {
    background: #000;
    color: #fff;
    padding-top: 8.0625rem
}

.footer-grid {
    display: grid;
    grid-template-columns: 16.1% 16.2% 14.2% 12.7% 10.8% 1fr;
    gap: 3.2%;
    align-items: start
}

.footer-brand img {
    width: 14.4375rem
}

.footer-brand p {
    font-size: 1rem;
    line-height: 2;
    margin-top: .5rem;
    text-transform: capitalize
}

.site-footer h3 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 0
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 2.2;
    white-space: nowrap
}

.site-footer li::before {
    content: '›';
    margin-right: .5rem
}

.site-footer a:hover {
    color: #ffb5b9
}

.footer-contact {
    font-size: 1rem
}

.footer-contact p {
    font-size: .94rem;
    line-height: 2.5;
    white-space: nowrap
}

.social-links {
    display: flex;
    gap: .625rem;
    margin-top: 1.8rem
}

.social-links a {
    width: 2.4375rem;
    height: 2.4375rem;
    background: var(--red);
    display: grid;
    place-items: center;
    border-radius: 2px
}

.copyright {
    text-align: center;
    font-size: .875rem;
    margin-top: 7.75rem;
    padding: .5rem 1rem
}

dialog {
    border: 0;
    padding: 0;
    box-shadow: 0 20px 100px #0005;
    max-width: calc(100% - 32px);
    max-height: 90dvh;
    color: var(--ink)
}

dialog::backdrop {
    background: #11182799;
    backdrop-filter: blur(4px)
}

.quote-dialog {
    width: 650px;
    padding: 40px;
    border-radius: 12px;
    font-size: 15px
}

.quote-dialog h2 {
    font-size: 30px;
    letter-spacing: 0
}

.quote-dialog>p {
    font-size: 14px;
    margin: 8px 0 20px;
    color: #666
}

.dialog-close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: 0;
    background: #f3f4f6;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 26px;
    z-index: 2;
    line-height: 1
}

.dialog-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--red)
}

.quote-dialog label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 16px
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.quote-dialog input, .quote-dialog textarea, .quote-dialog select {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #d5d9df;
    border-radius: 4px;
    background: #fff;
    font-size: 15px;
    color: #222
}

.quote-dialog textarea {
    resize: vertical
}

.quote-dialog .button {
    font-size: 13px;
    min-height: 42px
}

.quote-dialog .form-note {
    font-size: 12px;
    color: #777;
    margin-top: 12px
}

.quote-dialog #quote-result {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 16px
}

.quote-dialog #quote-result p {
    margin-bottom: 10px;
    font-size: 14px
}

.image-dialog {
    border-radius: 8px;
    background: #111;
    padding: 45px 16px 16px;
    width: 900px
}

.image-dialog img {
    width: 100%;
    image-rendering: auto
}

.image-dialog p {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    text-align: center
}

h1, h2, h3 {
    letter-spacing: 0
}

.hero-lead, .hero-description, .additional-copy p, .benefit-grid h3, .benefit-grid p {
    letter-spacing: 0
}

.hero-description {
    font-weight: 500
}

.panel-product img, .joint-grid img {
    mix-blend-mode: normal
}

@media(min-width:1101px) {
    .overview-copy {
        transform: translateY(-1.5rem)
    }

    .feature-grid {
        transform: translateY(.375rem)
    }
}

@media(min-width:1101px) and (max-width:1500px) {
    :root {
        font-size: 12px
    }
}

@media(min-width:1501px) and (max-width:1800px) {
    :root {
        font-size: 14px
    }
}

@media(min-width:1921px) {
    .hero {
        background-size: cover
    }

    .container {
        width: calc(100% - 15rem)
    }
}

@media(max-width:1500px) and (min-width:1101px) {
    .main-nav {
        gap: 1.25rem;
        font-size: 1.14rem
    }

    .header-inner {
        gap: 1.3rem
    }

    .header-quote {
        margin-left: .3rem;
        padding-inline: 1.1rem
    }

    .language {
        font-size: 1rem
    }

    .feature {
        padding: 2rem 1.5rem
    }

    .system-grid article {
        padding-left: 3rem
    }

    .system-grid h3 {
        font-size: 1.25rem
    }

    .footer-grid {
        gap: 2.6%
    }
}

@media(max-width:1100px) {
    :root {
        font-size: 14px
    }

    .container {
        width: 90%;
        max-width: 960px
    }

    h1, h2 {
        font-size: 2.4rem;
        letter-spacing: 0
    }

    .site-header {
        height: 80px
    }

    .header-inner {
        gap: 16px
    }

    .brand {
        width: 165px
    }

    .header-quote {
        margin-left: auto;
        padding: 8px 16px;
        min-height: 38px;
        font-size: 12px
    }

    .language {
        font-size: 12px
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        margin: 0;
        background: #fff;
        box-shadow: 0 12px 20px #0001;
        padding: 16px 5%;
        font-size: 16px;
        white-space: normal;
        flex-direction: column;
        align-items: stretch;
        gap: 0
    }

    .main-nav.open {
        display: flex
    }

    .main-nav a {
        padding: 12px;
        border-bottom: 1px solid #eee
    }

    .menu-toggle {
        display: flex;
        width: 42px;
        height: 42px;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        border: 1px solid #ddd;
        border-radius: 4px;
        background: white;
        padding: 10px
    }

    .menu-toggle span {
        height: 2px;
        background: #222;
        width: 100%;
        transition: transform .2s
    }

    .menu-toggle[aria-expanded=true] span:nth-child(1) {
        transform: translateY(7px) rotate(45deg)
    }

    .menu-toggle[aria-expanded=true] span:nth-child(2) {
        opacity: 0
    }

    .menu-toggle[aria-expanded=true] span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg)
    }

    .hero {
        min-height: 620px;
        background-position: 57% center
    }

    .hero-inner {
        padding-top: 120px;
        padding-bottom: 110px
    }

    .hero-copy {
        max-width: 57%
    }

    .hero h1 {
        white-space: normal;
        font-size: 2.55rem
    }

    .hero-lead {
        font-size: 1.3rem;
        margin-top: 16px
    }

    .hero-description {
        font-size: 1.05rem
    }

    .hero .button-row {
        gap: 12px
    }

    .hero .button {
        font-size: 11px;
        padding: 10px 14px;
        min-height: 40px
    }

    .overview {
        min-height: 0;
        padding: 75px 0
    }

    .overview-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .overview-copy {
        max-width: 660px
    }

    .desktop-break {
        display: none
    }

    .overview-copy p {
        max-width: 100%
    }

    .feature-grid {
        gap: 20px
    }

    .feature {
        min-height: 155px;
        padding: 28px
    }

    .benefits {
        padding: 65px 0
    }

    .benefit-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 35px
    }

    .benefit-grid article {
        min-height: 165px;
        padding: 24px
    }

    .benefit-grid p {
        max-width: 300px
    }

    .choice {
        padding: 70px 0 30px
    }

    .choice-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
        margin: 36px 0
    }

    .choice-grid article::after {
        display: none
    }

    .choice-grid h3 {
        white-space: normal
    }

    .choice-grid p {
        max-width: 320px
    }

    .panel-options {
        padding: 40px 0 60px
    }

    .panel-carousel {
        margin-top: 32px;
        padding: 30px;
        min-height: 0;
        grid-template-columns: 44% 54%
    }

    .panel-product img {
        height: 260px
    }

    .panel-specs th, .panel-specs td {
        padding: 9px;
        font-size: 12px
    }

    .panel-specs th {
        font-size: 13px
    }

    .panel-specs tr:first-child th {
        font-size: 15px
    }

    .carousel-arrow {
        width: 25px;
        height: 35px
    }

    .carousel-dots {
        bottom: 10px
    }

    .additional {
        min-height: 360px;
        border-radius: 16px
    }

    .additional>.container {
        width: 87%
    }

    .additional-copy {
        max-width: 48%
    }

    .additional-copy h2 {
        white-space: normal;
        font-size: 2rem
    }

    .additional-copy p {
        font-size: 1.1rem;
        margin-bottom: 28px
    }

    .additional .button {
        font-size: 11px;
        padding: 12px 16px
    }

    .construction {
        padding: 70px 0
    }

    .construction-grid {
        grid-template-columns: 35% 62%;
        gap: 3%;
        margin-top: 25px
    }

    .construction-list button {
        min-height: 115px
    }

    .construction-list strong {
        font-size: 14px
    }

    .construction-list small {
        font-size: 12px
    }

    .joints {
        margin-top: 45px
    }

    .joint-grid {
        gap: 20px;
        margin-top: 28px
    }

    .joint-grid article {
        flex-direction: column;
        min-height: 0;
        padding: 10px 20px 25px;
        align-items: flex-start
    }

    .joint-grid img {
        width: 100%;
        height: 130px;
        object-fit: cover
    }

    .joint-grid article>div {
        padding: 0
    }

    .joint-grid h3 {
        white-space: normal;
        font-size: 1.35rem
    }

    .applications {
        padding: 60px 0;
        min-height: 0
    }

    .application-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        margin-top: 30px
    }

    .application-copy {
        padding-top: 36px;
        min-height: 125px
    }

    .application-copy::before {
        top: 21px
    }

    .application-icon {
        top: 38px
    }

    .application-grid img {
        height: 200px;
        aspect-ratio: auto
    }

    .application-grid .laboratory img {
        height: 170px;
        aspect-ratio: auto
    }

    .comparison {
        padding: 55px 0 60px
    }

    .compare-table {
        width: 100%;
        margin: 30px 0
    }

    .compare-table table {
        min-width: 670px
    }

    .table-scroll {
        scrollbar-width: thin
    }

    .comparison .button-row {
        gap: 15px
    }

    .requirements {
        padding: 0 0 60px
    }

    .requirements-grid {
        grid-template-columns: 46% 50%;
        gap: 4%;
        margin-top: 30px
    }

    .requirements-grid>img {
        object-position: center;
        height: 100%;
        min-height: 600px
    }

    .requirements-list {
        padding-left: 26px
    }

    .requirements-list li {
        min-height: 105px
    }

    .requirements-list li::before {
        width: 10px;
        height: 10px;
        left: -32px
    }

    .requirements-list h3 {
        font-size: 1.3rem
    }

    .requirements-list p {
        font-size: 12px
    }

    .requirements-list span {
        font-size: 14px
    }

    .specifications {
        padding: 0 0 60px
    }

    .spec-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        margin-top: 35px
    }

    .spec-grid h3 {
        font-size: 1.65rem
    }

    .spec-grid .table-scroll {
        margin-bottom: 20px;
        flex: auto
    }

    .spec-grid table {
        min-width: 650px
    }

    .spec-grid article:first-child table {
        min-width: 550px
    }

    .spec-grid th, .spec-grid td {
        padding: 12px
    }

    .case-studies {
        padding-bottom: 60px
    }

    .case-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
        margin-top: 30px
    }

    .case-grid h3, .case-grid p {
        margin-left: 10px;
        margin-right: 10px
    }

    .resources {
        padding-bottom: 65px
    }

    .resource-grid {
        margin-top: 30px;
        gap: 0 20px
    }

    .resource-grid>a {
        padding: 20px 15px;
        gap: 12px;
        min-height: 110px
    }

    .resource-grid h3 {
        font-size: 1.2rem
    }

    .resource-grid p {
        font-size: 12px
    }

    .resource-icon {
        width: 42px;
        height: 48px
    }

    .resource-icon .icon {
        width: 26px;
        height: 26px
    }

    .resource-arrow {
        width: 17px;
        height: 17px
    }

    .faq {
        padding-bottom: 70px
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 0;
        margin: 30px 0
    }

    .faq summary {
        min-height: 58px;
        font-size: 14px;
        padding: 18px 45px 18px 20px
    }

    .faq summary::after {
        right: 20px
    }

    .faq details p {
        padding: 0 20px 20px
    }

    .systems {
        padding-bottom: 65px
    }

    .system-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 30px
    }

    .system-grid article {
        min-height: 180px;
        padding: 26px 30px;
        border-bottom: 1px solid #fff
    }

    .system-grid h3 {
        white-space: normal
    }

    .system-grid p {
        max-width: 230px
    }

    .contact {
        min-height: 450px;
        padding: 70px 0;
        background-position: 57% center
    }

    .contact-copy {
        max-width: 53%
    }

    .contact h2 {
        font-size: 2.4rem
    }

    .contact p {
        font-size: 1rem;
        margin: 22px 0 25px
    }

    .contact .button-row {
        gap: 10px
    }

    .contact .button-large {
        padding: 12px 15px;
        font-size: 11px
    }

    .site-footer {
        padding-top: 60px
    }

    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px
    }

    .site-footer ul {
        white-space: normal
    }

    .footer-brand p {
        max-width: 250px
    }

    .copyright {
        margin-top: 55px;
        padding: 18px;
        font-size: 12px
    }
}

@media(max-width:600px) {
    :root {
        font-size: 14px
    }

    .container {
        width: calc(100% - 40px)
    }

    h1, h2 {
        font-size: 28px;
        line-height: 1.25;
        letter-spacing: 0
    }

    h3 {
        font-size: 18px
    }

    .section-intro {
        font-size: 14px;
        margin-top: 16px
    }

    .section-intro.narrow {
        font-size: 14px
    }

    .button {
        min-height: 42px;
        padding: 10px 16px;
        font-size: 12px
    }

    .button-large {
        font-size: 12px;
        min-height: 44px
    }

    .site-header {
        height: 70px
    }

    .header-inner {
        gap: 8px
    }

    .brand {
        width: 145px
    }

    .header-quote {
        font-size: 10px;
        min-height: 34px;
        padding: 7px 10px;
        gap: 3px
    }

    .header-quote .icon {
        display: none
    }

    .language {
        display: none
    }

    .menu-toggle {
        width: 36px;
        height: 36px;
        padding: 8px;
        margin-left: auto;
        flex: none
    }

    .main-nav {
        top: 70px
    }

    .hero {
        min-height: 0;
        background-size: auto 310px;
        background-position: right bottom;
        background-color: #f6f7f9
    }

    .hero-inner {
        padding-top: 45px;
        padding-bottom: 315px
    }

    .hero-copy {
        max-width: 100%
    }

    .hero h1 {
        font-size: 32px;
        line-height: 1.23;
        white-space: normal;
        max-width: 340px
    }

    .hero-lead {
        font-size: 17px;
        line-height: 1.5;
        margin-top: 20px;
        max-width: 100%
    }

    .hero-description {
        font-size: 14px;
        line-height: 1.65;
        margin: 18px 0 22px
    }

    .hero .button-row {
        gap: 10px
    }

    .hero .button {
        font-size: 11px;
        padding: 12px 13px
    }

    .hero .button-white {
        border: 1px solid #dedee1
    }

    .overview {
        padding: 50px 0;
        background-size: auto 100%;
        background-position: right
    }

    .overview-copy p {
        font-size: 14px;
        line-height: 1.65;
        margin-top: 20px
    }

    .overview-grid {
        gap: 25px
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .feature {
        min-height: 0;
        padding: 24px
    }

    .feature h3 {
        font-size: 18px;
        margin-bottom: 8px
    }

    .feature p {
        font-size: 14px;
        line-height: 1.6
    }

    .benefits {
        padding: 48px 0;
        background-position: center
    }

    .benefits h2 {
        font-size: 27px
    }

    .benefit-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 28px
    }

    .benefit-grid article {
        padding: 25px 22px;
        min-height: 0
    }

    .benefit-grid h3 {
        font-size: 18px
    }

    .benefit-grid h3 span {
        font-size: 14px;
        margin-bottom: 7px;
        color: var(--blue)
    }

    .benefit-grid p {
        font-size: 14px;
        max-width: 100%;
        margin-top: 12px
    }

    .choice {
        padding: 50px 0 20px
    }

    .choice-grid {
        gap: 30px 20px;
        margin: 30px 0
    }

    .choice-grid article>img {
        width: 110px;
        height: 110px;
        margin-bottom: 10px
    }

    .choice-grid h3 {
        font-size: 15px;
        line-height: 1.4;
        min-height: 42px
    }

    .choice-grid p {
        font-size: 13px;
        line-height: 1.55;
        margin-top: 10px
    }

    .choice-grid {
        align-items: start
    }

    .panel-options {
        padding: 30px 0 50px
    }

    .panel-carousel {
        grid-template-columns: 1fr;
        padding: 20px 20px 36px;
        gap: 25px;
        margin-top: 25px
    }

    .panel-product img {
        width: 100%;
        height: 220px;
        margin-bottom: 12px
    }

    .panel-product h3 {
        font-size: 16px;
        line-height: 1.5
    }

    .panel-specs th, .panel-specs td {
        font-size: 12px;
        padding: 10px 8px
    }

    .panel-specs th {
        width: 43%
    }

    .panel-specs tr:first-child th {
        font-size: 14px
    }

    .carousel-arrow {
        top: 140px;
        width: 27px;
        height: 42px;
        font-size: 28px
    }

    .carousel-dots {
        bottom: 13px
    }

    .carousel-dots button {
        width: 10px;
        height: 10px;
        margin: 5px
    }

    .additional {
        margin-inline: 12px;
        min-height: 0;
        background: #f2f3f5;
        display: block;
        padding: 36px 0 15px;
        overflow: hidden
    }

    .additional>.container {
        width: calc(100% - 40px)
    }

    .additional-copy {
        max-width: 100%
    }

    .additional-copy h2 {
        font-size: 27px;
        line-height: 1.25
    }

    .additional-copy p {
        font-size: 15px;
        line-height: 1.6;
        margin: 18px 0 24px
    }

    .additional .button {
        font-size: 11px
    }

    .additional-mobile {
        display: block;
        width: 100%;
        margin: 24px auto 0;
        mix-blend-mode: multiply
    }

    .construction {
        padding: 50px 0
    }

    .construction>.container>.button {
        margin-top: 20px;
        font-size: 11px
    }

    .construction-grid {
        display: flex;
        flex-direction: column-reverse;
        gap: 28px;
        margin-top: 30px;
        min-height: 0
    }

    .construction-figure {
        width: 100%
    }

    .construction-figure img {
        width: 100%
    }

    .construction-list {
        width: 100%
    }

    .construction-list button {
        min-height: 96px;
        padding: 10px 0 20px;
        margin-bottom: 8px;
        gap: 12px
    }

    .construction-list .number {
        width: 30px;
        height: 30px;
        font-size: 16px
    }

    .construction-list strong {
        font-size: 15px;
        line-height: 1.7
    }

    .construction-list small {
        font-size: 13px;
        line-height: 1.5;
        margin-top: 5px
    }

    .joints {
        margin-top: 42px
    }

    .joint-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 25px
    }

    .joint-grid article {
        display: grid;
        grid-template-columns: 42% 58%;
        padding: 18px 15px
    }

    .joint-grid img {
        height: 125px;
        width: 100%;
        object-fit: contain
    }

    .joint-grid article>div {
        padding-left: 10px
    }

    .joint-grid h3 {
        font-size: 17px;
        line-height: 1.4
    }

    .joint-grid p {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 8px
    }

    .applications {
        padding: 45px 0
    }

    .application-grid {
        gap: 18px;
        grid-template-columns: 1fr;
        margin-top: 25px
    }

    .application-copy {
        padding: 35px 22px 22px;
        min-height: 120px
    }

    .application-copy::before {
        left: 22px
    }

    .application-copy h3 {
        font-size: 18px
    }

    .application-icon {
        right: 25px;
        top: 40px
    }

    .application-grid img {
        height: auto;
        aspect-ratio: 360/241
    }

    .application-grid .laboratory img {
        height: auto;
        aspect-ratio: 360/196
    }

    .laboratory ul {
        font-size: 14px
    }

    .comparison {
        padding: 45px 0 50px
    }

    .compare-table {
        margin: 25px 0
    }

.compare-table th, .compare-table td {
        font-size: 12px;
        padding: 12px;
        line-height: 1.5
    }

    .compare-table tbody th {
        font-size: 12px
    }

    .compare-table thead th {
        font-size: 14px
    }

    .comparison .button-row {
        gap: 10px
    }

    .comparison .button-row .button {
        width: 100%
    }

    .requirements {
        padding-bottom: 50px
    }

    .requirements-grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: 25px
    }

    .requirements-grid>img {
        min-height: 0;
        max-height: 410px;
        height: auto;
        aspect-ratio: 819/845
    }

    .requirements-list {
        margin-left: 8px;
        padding-top: 0;
        padding-left: 25px
    }

    .requirements-list li {
        min-height: 0;
        padding-bottom: 30px
    }

    .requirements-list li:last-child {
        padding-bottom: 0
    }

    .requirements-list li::before {
        left: -30.5px;
        top: 5px
    }

    .requirements-list h3 {
        font-size: 19px;
        margin: 6px 0
    }

    .requirements-list span {
        font-size: 14px
    }

    .requirements-list p {
        font-size: 13px;
        line-height: 1.6
    }

    .specifications {
        padding-bottom: 45px
    }

    .spec-grid {
        margin-top: 28px;
        gap: 32px
    }

    .spec-grid h3 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .spec-grid .table-scroll {
        margin-bottom: 18px
    }

    .spec-grid article:first-child table {
        min-width: 450px
    }

    .spec-grid article:last-child table {
        min-width: 590px
    }

    .spec-grid th, .spec-grid td {
        font-size: 12px;
        padding: 11px
    }

    .spec-grid tbody th {
        font-size: 12px
    }

    .spec-grid thead th {
        font-size: 13px
    }

    .spec-grid .button {
        font-size: 12px;
        min-height: 42px
    }

    .case-studies {
        padding-bottom: 50px
    }

    .case-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 25px
    }

    .case-grid h3 {
        font-size: 15px;
        margin: 10px 0 0
    }

    .case-grid p {
        font-size: 13px;
        margin: 5px 0 0;
        line-height: 1.6
    }

    .resources {
        padding-bottom: 50px
    }

    .resource-grid {
        grid-template-columns: 1fr;
        margin-top: 25px;
        gap: 0
    }

    .resource-grid>a {
        border: 1px solid #e1e1e1;
        border-bottom: 0;
        min-height: 110px;
        padding: 20px 15px
    }

    .resource-grid>a:last-child {
        border-bottom: 1px solid #e1e1e1
    }

    .resource-grid>a:nth-child(n+3) {
        border-top: 1px solid #e1e1e1
    }

    .resource-grid h3 {
        font-size: 16px
    }

    .resource-grid p {
        font-size: 12px;
        line-height: 1.6
    }

    .resource-grid .resource-arrow {
        margin-left: auto
    }

    .resource-icon {
        width: 40px;
        height: 48px
    }

    .faq {
        padding-bottom: 50px
    }

    .faq-grid {
        margin: 25px 0
    }

    .faq summary {
        font-size: 13px;
        line-height: 1.65;
        padding: 18px 38px 18px 16px;
        min-height: 60px;
        letter-spacing: 0
    }

    .faq summary::after {
        right: 15px
    }

    .faq details p {
        font-size: 13px;
        padding: 0 16px 20px
    }

    .systems {
        padding-bottom: 50px
    }

    .system-grid {
        grid-template-columns: 1fr;
        gap: 1px;
        margin-top: 25px
    }

    .system-grid article {
        padding: 25px;
        min-height: 175px
    }

    .system-grid h3 {
        font-size: 20px;
        margin-top: 4px
    }

    .system-grid p {
        max-width: 100%;
        font-size: 14px;
        margin: 8px 0 14px
    }

    .system-grid :is(a, button) {
        font-size: 14px
    }

    .system-grid article>span {
        font-size: 13px
    }

    .contact {
        padding: 45px 0 300px;
        background-position: 72% bottom;
        background-size: auto 310px;
        background-repeat: no-repeat;
        background-color: #edf3f9;
        min-height: 0
    }

    .contact-copy {
        max-width: 100%
    }

    .contact h2 {
        font-size: 29px;
        line-height: 1.25
    }

    .contact p {
        font-size: 14px;
        margin: 20px 0 25px;
        line-height: 1.75
    }

    .contact .button-row {
        gap: 10px
    }

    .contact .button-large {
        font-size: 10px;
        padding: 12px
    }

    .site-footer {
        padding-top: 45px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px 20px
    }

    .footer-brand {
        grid-column: 1/-1
    }

    .footer-brand img {
        width: 190px
    }

    .footer-brand p {
        font-size: 13px;
        max-width: 280px;
        line-height: 1.9
    }

    .social-links {
        margin-top: 18px
    }

    .site-footer h3 {
        font-size: 13px;
        margin-bottom: 12px
    }

    .site-footer ul {
        font-size: 12px;
        line-height: 2.2;
        overflow-wrap: anywhere
    }

    .footer-contact {
        grid-column: 1/-1
    }

    .footer-contact p {
        font-size: 13px;
        white-space: normal
    }

    .copyright {
        margin-top: 35px;
        font-size: 10px
    }

    .quote-dialog {
        padding: 35px 22px 25px
    }

    .quote-dialog h2 {
        font-size: 26px
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 0
    }

    .quote-dialog .button {
        font-size: 12px
    }

    .image-dialog {
        padding: 45px 10px 15px
    }
}

@media(min-width:601px) and (max-width:900px) {
    .hero {
        min-height: 0;
        background-size: auto 360px;
        background-position: right bottom;
        background-color: #f6f7f9
    }

    .hero-inner {
        padding-top: 48px;
        padding-bottom: 390px
    }

    .hero-copy {
        max-width: 650px
    }

    .hero h1 {
        max-width: 650px
    }

    .hero-lead {
        max-width: 570px
    }

    .hero-description {
        max-width: 500px
    }

    .contact {
        background-size: auto 360px;
        background-position: right bottom;
        background-color: #edf3f9;
        padding: 48px 0 390px;
        min-height: 0
    }

    .contact-copy {
        max-width: 640px
    }

    .contact h2 {
        max-width: 580px
    }
}

@media(max-width:600px) {
    .table-scroll::-webkit-scrollbar {
        height: 6px
    }

    .table-scroll::-webkit-scrollbar-track {
        background: #eceef2
    }

    .table-scroll::-webkit-scrollbar-thumb {
        background: #9aa8be;
        border-radius: 3px
    }

    .table-scroll {
        scrollbar-color: #9aa8be #eceef2
    }
}

@media(max-width:360px) {
    .header-quote {
        display: none
    }

    .brand {
        width: 155px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *, *::before, *::after {
        transition: none !important;
        animation: none !important
    }
}

/* Footer reference layout */
.site-footer {
    padding: 5rem 0 0;
    background: #000;
    font-size: .75rem
}

.footer-grid {
    grid-template-columns: 1.15fr 1.2fr 1.05fr .95fr .85fr 1fr;
    gap: 2.6rem;
    align-items: start
}

.footer-grid h3 {
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: .75rem
}

.footer-grid p {
    color: #fff;
    font-size: .6875rem;
    line-height: 1.85;
    margin: .35rem 0
}

.site-footer ul {
    font-size: .6875rem;
    line-height: 1.6
}

.site-footer li {
    margin-bottom: .35rem;
    white-space: nowrap
}

.site-footer li::before {
    content: '\203A';
    margin-right: .45rem
}

.footer-brand img, .footer-logo {
    width: 9.25rem
}

.footer-brand p {
    max-width: 11rem;
    line-height: 1.9
}

.footer-brand::after {
    content: 'social';
    display: block;
    width: 3.55rem;
    height: 1.55rem;
    margin-top: 1rem;
    color: transparent;
    background: linear-gradient(90deg, #777 0 47%, transparent 47% 53%, #777 53% 100%);
    border-radius: 2px
}

.footer-contact p, .footer-contact>a {
    display: block;
    font-size: .6875rem;
    line-height: 1.8;
    margin: .3rem 0;
    white-space: nowrap
}

.footer-contact p::before, .footer-contact>a::before {
    display: inline-block;
    width: 1rem;
    margin-right: .25rem;
    text-align: center
}

.footer-contact p:nth-of-type(1)::before {
    content: '\260E'
}

.footer-contact p:nth-of-type(2)::before {
    content: '\25A3'
}

.footer-contact>a::before {
    content: '\2709'
}

.footer-contact p:nth-of-type(3)::before {
    content: '\27A4'
}

.footer-quote {
    display: none
}

.copyright {
    color: #fff;
    font-size: .6875rem;
    line-height: 1.3;
    margin-top: 5.75rem;
    padding: 0 1rem .25rem
}

@media(max-width:600px) {
    .site-footer {
        padding-top: 3rem
    }

    .site-footer li, .footer-contact p, .footer-contact>a {
        white-space: normal
    }

.copyright {
    margin-top: 3rem;
        font-size: .625rem
    }
}

