:root {
    --pe-ink: #27324a;
    --pe-red: #d32630;
    --pe-green: #2f7157;
    --pe-paper: #fbfcfa;
    --pe-mist: #eef2ef;
    --pe-sage: #dfe9e2;
    --pe-line: #d6ddd8;
    --pe-muted: #626b79;
    --pe-white: #fff
}

html {
    scroll-padding-top: 84px
}

.product-exc-page {
    background: var(--pe-paper);
    color: var(--pe-ink);
}

.product-exc-page h1,
.product-exc-page h2,
.product-exc-page h3,
.product-exc-page h4,
.product-exc-page p {
    margin-top: 0
}

.product-exc-page p {
    line-height: 1.72
}

.product-exc-page .site-header__inner {
    position: relative
}

.product-menu-toggle {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1003;
    width: 44px;
    height: 44px;
    padding: 9px;
    border: 0;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    gap: 5px
}

.product-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 0 auto;
    background: var(--pe-ink)
}

.product-hero {
    position: relative;
    min-height: clamp(640px, calc(100dvh - 84px), 860px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #edf0ed
}

.product-hero__image,
.product-hero__wash {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.product-hero__image {
    object-fit: cover;
    animation: product-hero-in 1.35s cubic-bezier(.16, 1, .3, 1) both
}

.product-hero__wash {
    background: linear-gradient(90deg, rgba(251, 252, 250, .98) 0%, rgba(251, 252, 250, .9) 33%, rgba(251, 252, 250, .48) 49%, rgba(251, 252, 250, .04) 72%)
}

.product-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%
}

.product-hero__content {
    max-width: 650px;
    padding: 64px 40px
}

.product-kicker {
    margin-bottom: 18px;
    color: var(--pe-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .17em
}

.product-hero h1 {
    max-width: 640px;
    margin-bottom: 26px;
    font-size: clamp(52px, 5.2vw, 74px);
    font-weight: 700;
    letter-spacing: -.06em;
    line-height: .98;
    text-wrap: balance
}

.product-hero__content>p:not(.product-kicker) {
    max-width: 520px;
    margin-bottom: 32px;
    color: #555f6f;
    font-size: 18px
}

.product-button {
    min-height: 54px;
    padding: 15px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border: 1px solid transparent;
    color: var(--pe-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: transform .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease
}

.product-button:hover {
    transform: translateY(-2px)
}

.product-button:active {
    transform: translateY(1px)
}

.product-button:focus-visible,
.chapter-nav a:focus-visible,
.accordion-button:focus-visible {
    outline: 3px solid var(--pe-green);
    outline-offset: 3px;
    box-shadow: none
}

.product-button--primary {
    background: var(--pe-red);
    color: #fff
}

.product-button--primary:hover {
    background: #b91f28;
    color: #fff
}

.product-button--outline {
    border-color: #aab3ad;
    background: transparent
}

.product-button--outline:hover {
    border-color: var(--pe-ink);
    color: var(--pe-ink);
    background: #fff
}

.chapter-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(251, 252, 250, .96);
    border-bottom: 1px solid var(--pe-line);
    backdrop-filter: blur(14px)
}

.chapter-nav__track {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.chapter-nav a {
    min-width: 0;
    padding: 18px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--pe-ink);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-right: 1px solid var(--pe-line)
}

.chapter-nav a:last-child {
    border-right: 0
}

.chapter-nav a span {
    color: var(--pe-red);
    font-size: 11px
}

.chapter-nav a:hover {
    background: var(--pe-mist)
}

.product-section {
    padding: 88px 0;
    border-bottom: 1px solid rgba(39, 50, 74, .08)
}

.chapter-number {
    display: block;
    margin-bottom: 22px;
    color: var(--pe-red);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em
}

.product-section h2,
.product-contact h2 {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    letter-spacing: -.052em;
    line-height: 1.02;
    text-wrap: balance
}

.section-intro {
    margin-bottom: 48px
}

.section-intro p,
.systems__intro p {
    margin-bottom: 12px;
    color: var(--pe-muted);
    font-size: 18px
}

.section-intro--stack h2 {
    margin-bottom: 28px
}

.portfolio {
    background: var(--pe-paper)
}

.portfolio__lead {
    margin: 0 0 32px;
    color: var(--pe-muted);
    font-size: 18px
}

.product-matrix {
    border-top: 2px solid var(--pe-ink)
}

.product-matrix .accordion-item,
.formulation .accordion-item {
    border: 0;
    border-bottom: 1px solid var(--pe-line);
    border-radius: 0;
    background: transparent
}

.product-matrix .accordion-button {
    padding: 26px 18px;
    background: transparent;
    color: var(--pe-ink);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    letter-spacing: -.025em;
    box-shadow: none
}

.product-matrix .accordion-button:not(.collapsed) {
    background: var(--pe-mist)
}

.product-matrix .accordion-button>span {
    width: 48px;
    color: var(--pe-red);
    font-size: 12px;
    letter-spacing: .1em
}

.product-matrix .accordion-body {
    margin: 0;
    padding: 0 66px 34px;
    background: var(--pe-mist)
}

.product-matrix .accordion-body b {
    display: block;
    margin-bottom: 10px;
    font-size: 18px
}

.product-matrix .accordion-body p {
    margin: 0;
    color: var(--pe-muted);
    font-size: 14px
}

.portfolio__support article {
    height: 100%;
    padding: 40px;
    border: 1px solid var(--pe-line)
}

.portfolio__support h3 {
    margin-bottom: 28px;
    font-size: 28px
}

.flagship {
    background: var(--pe-ink);
    color: #fff
}

.flagship__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.flagship__list span {
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, .22);
    font-size: 14px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.flagship__list span:hover {
    transform: translateY(-2px);
}



.scenarios {
    background: var(--pe-sage)
}

.scenarios ul {
    columns: 2;
    gap: 30px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none
}

.scenarios li {
    margin-bottom: 12px;
    padding-left: 16px;
    border-left: 2px solid var(--pe-red);
    font-weight: 700;
    transition: all .3s ease-in-out;
}

.scenarios li:hover {
    transform: translateX(3px);
}

.scenarios p {
    margin: 0;
    color: #566359;
    font-size: 14px
}

.advantages {
    background: #f1f4f2
}

.advantages__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--pe-line);
    border: 1px solid var(--pe-line)
}

.advantage {
    padding: 44px;
    background: var(--pe-white)
}

.advantage--wide {
    grid-column: 1/-1
}

.advantage--tint {
    background: var(--pe-sage)
}

.advantage h3 {
    margin-bottom: 20px;
    font-size: clamp(25px, 2.4vw, 34px);
    letter-spacing: -.03em
}

.advantage p {
    color: var(--pe-muted)
}

.advantage ul {
    margin: 24px 0;
    padding: 0;
    list-style: none
}

.advantage li {
    margin-bottom: 12px;
    padding-left: 18px;
    border-left: 3px solid var(--pe-red);
    font-weight: 700;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.advantage li:hover {
    transform: translateX(3px);
}

.check-grid,
.supporting-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 26px
}
.check-grid{ grid-template-columns: repeat(1, minmax(0, 1fr));}

.advantage--wide>p:last-child {
    margin-bottom: 0
}

.systems {
    background: var(--pe-paper)
}

.systems__intro {
    margin-bottom: 60px
}

.system-table-wrap {
    border: 1px solid var(--pe-line)
}

.system-table thead th {
    padding: 20px 24px;
    background: var(--pe-ink);
    color: #fff;
    border: 0;
    font-size: 13px
}

.system-table tbody th,
.system-table tbody td {
    padding: 24px;
    border-bottom: 1px solid var(--pe-line);
    background: #fff
}

.system-table tbody th {
    width: 31%;
    color: var(--pe-ink);
    font-size: 15px
}

.system-table tbody td {
    color: var(--pe-muted);
    font-size: 14px
}

.system-table tbody tr:last-child>* {
    border-bottom: 0
}

.technical-support {
    margin-top: 28px;
    padding: 42px;
    background: var(--pe-sage)
}

.technical-support h3 {
    font-size: 32px
}

.technical-support p {
    margin: 0;
    color: #566359
}

.technical-support .col span {
    height: 100%;
    padding: 16px;
    display: block;
    background: rgba(255, 255, 255, .56);
    border-left: 3px solid var(--pe-green);
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.technical-support .col span:hover {
    transform: translateX(3px);
}



.technical-support__closing {
    padding-top: 24px;
    border-top: 1px solid #c6d5ca
}

.tiers {
    background: #edf2ef
}

.tier-cards article {
    height: 100%;
    padding: 34px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--pe-line)
}

.tier-cards .col:nth-child(2) article {
    background: var(--pe-sage)
}

.tier-cards .col:nth-child(3) article {
    background: var(--pe-ink);
    color: #fff
}

.tier-cards article>span {
    margin-bottom: 20px;
    color: var(--pe-red);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em
}

.tier-cards h3 {
    font-size: 27px;
    letter-spacing: -.03em
}

.tier-cards p {
    color: var(--pe-muted)
}

.tier-cards .col:nth-child(3) p {
    color: #cbd1db
}

.tier-cards b {
    font-size: 13px;
    line-height: 1.55
}

.formulation {
    margin-top: 42px;
    padding: 36px;
    background: #fff;
    border: 1px solid var(--pe-line)
}

.formulation__head {
    margin-bottom: 22px
}

.formulation__head h3 {
    font-size: 32px
}

.formulation__head p {
    margin: 0;
    color: var(--pe-muted)
}

.formulation .accordion-button {
    padding: 20px 0;
    background: transparent;
    color: var(--pe-ink);
    font-size: 19px;
    font-weight: 700;
    box-shadow: none
}

.formula-levels {
    padding: 6px 0 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.formula-levels p {
    margin: 0;
    padding: 20px;
    background: var(--pe-mist);
    color: var(--pe-muted);
    font-size: 16px
}

.formula-levels b {
    display: block;
    margin-bottom: 8px;
    color: var(--pe-red)
}

.market-match {
    margin-top: 28px;
    background: var(--pe-ink);
    color: #fff
}

.market-match h3 {
    padding: 32px 36px 12px;
    font-size: 30px
}

.market-match .col-md-4 {
    padding: 26px 36px 38px;
    border-right: 1px solid rgba(255, 255, 255, .16)
}

.market-match .col-md-4:last-child {
    border-right: 0
}

.market-match p {
    margin: 0;
    color: #d4d8df;
    font-size: 14px
}

.market-match b {
    display: block;
    margin-bottom: 11px;
    color: #fff;
    font-size: 15px
}

.delivery {
    background: #faf9f5
}

.delivery-metrics {
    margin-bottom: 34px
}

.delivery-metrics article {
    height: 100%;
    min-height: 190px;
    padding: 28px 22px;
    background: #fff;
    border: 1px solid var(--pe-line)
}

.delivery-metrics strong {
    display: block;
    color: var(--pe-green);
    font-size: clamp(30px, 3vw, 46px);
    letter-spacing: -.05em;
    line-height: 1
}

.delivery-metrics span {
    display: block;
    margin-top: 5px;
    color: var(--pe-green);
    font-size: 13px;
    font-weight: 700
}

.delivery-metrics p {
    margin: 36px 0 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4
}

.delivery__bridge {
    margin: 0 0 56px;
    color: var(--pe-muted);
    font-size: 16px
}

.delivery-panel {
    height: 100%;
    padding: 42px;
    border: 1px solid var(--pe-line);
    background: #fff
}

.delivery-panel--tint {
    background: var(--pe-sage)
}

.delivery-panel h3 {
    font-size: 32px
}

.delivery-panel p {
    color: var(--pe-muted)
}

.delivery-panel ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
    margin: 26px 0;
    padding: 0;
    list-style: none
}

.delivery-panel li {
    padding-left: 15px;
    border-left: 2px solid var(--pe-red);
    font-size: 14px;
    font-weight: 700
}

.delivery-story {
    margin-top: 28px;
    padding: 46px;
    background: var(--pe-ink);
    color: #fff
}

.delivery-story h3 {
    font-size: 26px
}

.delivery-story p {
    color: #d4d8df
}

.delivery-story p:last-child {
    margin-bottom: 0
}

.services {
    background: var(--pe-paper)
}

.service-table {
    margin-bottom: 26px;
    border: 1px solid var(--pe-line);
    background: #fff
}

.service-table__title {
    padding: 30px 34px;
    background: var(--pe-mist)
}

.service-table__title h3 {
    margin-bottom: 4px;
    font-size: 31px
}

.service-table__title p {
    margin: 0;
    color: var(--pe-muted)
}

.service-table th,
.service-table td {
    padding: 20px 24px;
    border-color: var(--pe-line);
    font-size: 14px
}

.service-table thead th {
    background: var(--pe-ink);
    color: #fff
}

.service-table tbody th {
    width: 28%;
    color: var(--pe-ink)
}

.service-table tbody td {
    color: var(--pe-muted)
}

.response-system {
    margin-top: 60px;
    padding: 48px;
    background: var(--pe-sage)
}

.response-system h3 {
    font-size: 36px
}

.response-system>div:first-child p {
    color: #58665d
}

.response-system__times {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 34px 0;
    padding: 0;
    background: #c2d2c7;
    list-style: none
}

.response-system__times li {
    padding: 26px;
    background: rgba(255, 255, 255, .65)
}

.response-system__times strong {
    display: block;
    color: var(--pe-red);
    font-size: 26px
}

.response-system__times span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700
}

.traceability {
    padding: 26px;
    background: #fff
}

.traceability b {
    display: block;
    margin-bottom: 10px
}

.traceability p,
.response-system>p:last-child {
    margin: 0;
    color: var(--pe-muted)
}

.response-system>p:last-child {
    margin-top: 22px
}

.localization {
    margin-top: 28px;
    padding: 48px;
    background: var(--pe-ink);
    color: #fff
}

.localization h3 {
    font-size: 38px
}

.localization h4 {
    margin: 20px 0;
    font-size: 18px;
    line-height: 1.45
}

.localization p {
    color: #d3d8e0
}

.localization ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none
}

.localization li {
    padding: 15px;
    border-left: 3px solid var(--pe-red);
    background: rgba(255, 255, 255, .07);
    font-size: 14px;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

.localization li:hover {
    transform: translateX(3px);
}

.reveal-item,
.reveal-group>* {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .72s cubic-bezier(.16, 1, .3, 1), transform .72s cubic-bezier(.16, 1, .3, 1)
}

.reveal-item.is-visible,
.reveal-group.is-visible>* {
    opacity: 1;
    transform: none
}

.reveal-group.is-visible>*:nth-child(2) {
    transition-delay: .07s
}

.reveal-group.is-visible>*:nth-child(3) {
    transition-delay: .14s
}

.reveal-group.is-visible>*:nth-child(n+4) {
    transition-delay: .2s
}

@keyframes product-hero-in {
    from {
        opacity: .65;
        transform: scale(1.035)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@media(min-width:1200px) {
    .product-menu-toggle {
        display: none !important
    }
}

@media(max-width:1200px) {
    .product-menu-toggle {
        display: flex !important;
        position: fixed;
        top: 20px;
        right: 20px
    }

    .nav-open .product-menu-toggle {
        opacity: 0;
        pointer-events: none
    }

    .product-section {
        padding: 68px 0
    }

    .product-hero__content {
        padding-left: 40px
    }

    .chapter-nav a {
        padding: 16px 10px;
        font-size: 12px
    }

    .delivery-metrics .col-lg article {
        min-height: 170px
    }
}

@media(max-width:768px) {
    html {
        scroll-padding-top: 72px
    }

    .product-menu-toggle {
        top: 14px;
        right: 14px
    }

    .product-hero {
        min-height: 680px;
        align-items: flex-end
    }

    .product-hero__image {
        object-position: 68% center
    }

    .product-hero__wash {
        background: linear-gradient(0deg, rgba(251, 252, 250, .99) 0%, rgba(251, 252, 250, .94) 47%, rgba(251, 252, 250, .22) 79%, transparent)
    }

    .product-hero__inner {
        max-width: 100%;
        padding: 0
    }

    .product-hero__content {
        width: 100%;
        max-width: 100%;
        padding: 0 20px 44px
    }

    .product-hero h1 {
        max-width: 350px;
        font-size: 42px;
        line-height: 1
    }

    .product-hero__content>p:not(.product-kicker) {
        max-width: 340px;
        font-size: 16px
    }

    .chapter-nav {
        overflow-x: auto
    }

    .chapter-nav__track {
        width: max-content;
        display: flex
    }

    .chapter-nav a {
        width: 130px;
        flex: 0 0 auto
    }

    .product-section {
        padding: 48px 0
    }

    .product-section h2{
        font-size: 40px
    }

    .section-intro {
        margin-bottom: 28px
    }

    .portfolio__lead {
        font-size: 16px
    }

    .product-matrix .accordion-button {
        padding: 22px 8px;
        font-size: 20px
    }

    .product-matrix .accordion-button>span {
        width: 40px
    }

    .product-matrix .accordion-body {
        padding: 25px 40px
    }

    .portfolio__support article,
    .advantage,
    .technical-support,
    .formulation,
    .delivery-panel,
    .delivery-story,
    .response-system,
    .localization {
        padding: 28px
    }

    .scenarios ul {
        columns: 1
    }

    .advantages__grid,
    .check-grid,
    .supporting-list,
    .formula-levels,
    .delivery-story,
    .response-system__times,
    .localization ul {
        grid-template-columns: 1fr
    }

    .advantage--wide {
        grid-column: auto
    }

    .system-table {
        min-width: 700px
    }

    .technical-support {
        margin-right: 0;
        margin-left: 0
    }

    .tier-cards article {
        min-height: 280px
    }

    .tier-cards article>span {
        margin-bottom: 42px
    }

    .market-match .col-md-4 {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .16)
    }

    .market-match .col-md-4:last-child {
        border-bottom: 0
    }

    .delivery-metrics article {
        min-height: 160px
    }

    .delivery-panel ul {
        grid-template-columns: 1fr
    }

    .service-table table {
        min-width: 680px
    }

    .response-system__times {
        gap: 8px;
        background: transparent
    }

    .localization {
        margin-right: 0;
        margin-left: 0
    }

    .product-button {
        width: 100%
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .product-hero__image {
        animation: none
    }

    .reveal-item,
    .reveal-group>* {
        opacity: 1;
        transform: none;
        transition: none
    }

    .product-button,
    .chapter-nav a {
        transition: none
    }
}