﻿:root {
    --tps-orange: #f15a24;
    --tps-orange-dark: #d94716;
    --tps-ink: #211d1f;
    --tps-muted: #6d6a6b;
    --tps-cream: #f8f5ef;
    --tps-line: #e9e4dd;
}

* {
    letter-spacing: 0;
}

body {
    color: var(--tps-ink);
    font-family: "Open Sans", Arial, sans-serif;
    background: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.navbar-brand,
.eyebrow,
.stat-number {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 800;
}

.top-strip {
    min-height: 12px;
    background: var(--tps-orange);
}

.navbar {
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 24px rgba(33, 29, 31, .08);
}

.brand-logo {
    width: 186px;
    max-width: 42vw;
    height: auto;
    display: block;
}

.nav-link {
    color: var(--tps-ink);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--tps-orange);
}

.hero {
    min-height: 560px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--tps-ink);
}

.hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .92;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(241, 90, 36, .96) 0%, rgba(241, 90, 36, .92) 42%, rgba(33, 29, 31, .46) 74%, rgba(33, 29, 31, .32) 100%);
    clip-path: polygon(0 0, 64% 0, 49% 100%, 0 100%);
    z-index: 1;
}

section > .container {
    position: relative;
    z-index: 2;
}

.hero::after,
.pattern::after,
#services::before,
#products::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 2;
}

.hero::after {
    width: 170px;
    height: 170px;
    top: 12%;
    left: 22%;
    border: 2px solid rgba(255, 255, 255, .55);
    transform: rotate(45deg);
}

.hero-content {
    min-height: 560px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 5.4rem 0 4.2rem;
}

.eyebrow {
    color: var(--tps-orange);
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero .eyebrow {
    color: #fff;
}

.hero h1 {
    max-width: 720px;
    font-size: clamp(2.7rem, 6.6vw, 6.2rem);
    line-height: .9;
    margin-bottom: 1.4rem;
}

.hero p {
    max-width: 560px;
    font-size: clamp(1rem, 1.6vw, 1.28rem);
    font-weight: 700;
}

.video-showcase {
    padding: clamp(2rem, 4vw, 4rem) 1rem;
    background: var(--tps-ink);
}

.video-frame {
    width: min(100%, 1180px);
    margin: 0 auto;
}

.video-showcase video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    background: #000;
}

.btn-tps {
    --bs-btn-bg: var(--tps-orange);
    --bs-btn-border-color: var(--tps-orange);
    --bs-btn-hover-bg: var(--tps-orange-dark);
    --bs-btn-hover-border-color: var(--tps-orange-dark);
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    border-radius: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: .78rem;
    font-weight: 800;
    padding: .85rem 1.15rem;
    text-transform: uppercase;
}

.btn-dark-tps {
    --bs-btn-bg: var(--tps-ink);
    --bs-btn-border-color: var(--tps-ink);
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
}

.btn-light-tps {
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-bg: var(--tps-ink);
    --bs-btn-hover-border-color: var(--tps-ink);
    --bs-btn-color: var(--tps-ink);
    --bs-btn-hover-color: #fff;
}

section {
    position: relative;
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.section-cream {
    background: var(--tps-cream);
    overflow: hidden;
}

.section-title {
    font-size: clamp(2rem, 4.2vw, 4.2rem);
    line-height: .95;
    margin-bottom: 1.25rem;
}

.lead-copy {
    color: var(--tps-muted);
    font-size: 1.02rem;
    line-height: 1.8;
}

.feature-card,
.service-card,
.category-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--tps-line);
    border-radius: 0;
    box-shadow: 0 12px 26px rgba(33, 29, 31, .06);
}

.feature-card {
    padding: 2rem;
}

.icon-box {
    width: 54px;
    height: 54px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 1.2rem;
    color: #fff;
    background: var(--tps-orange);
    font-size: 1.45rem;
}

.service-card {
    padding: 2rem 1.5rem;
    text-align: center;
}

.service-category-label {
    color: var(--tps-orange);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin: 2.4rem 0 1.2rem;
    text-align: center;
    text-transform: uppercase;
}

.service-card h3,
.category-card h3,
.feature-card h3 {
    font-size: 1.05rem;
    margin-bottom: .8rem;
}

.category-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.4rem;
    align-items: start;
}

.category-card p {
    color: var(--tps-muted);
    font-size: .92rem;
    margin: 0;
}

.product-group-label {
    color: var(--tps-orange);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin: 2.2rem 0 1.2rem;
    text-transform: uppercase;
}

.category-icon {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: var(--tps-orange);
    font-size: 1.35rem;
    flex: 0 0 auto;
}

.category-card h3 {
    margin-top: .1rem;
}

.category-card p {
    grid-column: 1 / -1;
    padding-top: .15rem;
}

.dark-band {
    color: #fff;
    background: var(--tps-ink);
    padding: 2rem;
}

.stat-number {
    color: var(--tps-orange);
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
}

.quote-panel {
    position: relative;
    background: #fff;
    border-top: 5px solid var(--tps-orange);
    padding: clamp(2rem, 4vw, 4rem);
    box-shadow: 0 18px 34px rgba(33, 29, 31, .08);
}

.quote-panel .bi {
    color: var(--tps-orange);
    font-size: 3rem;
}

.brochure-cta {
    overflow: hidden;
    color: #fff;
    background: var(--tps-orange);
    padding: clamp(3.2rem, 6vw, 5rem) 0;
}

.brochure-cta::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: min(36vw, 420px);
    height: min(36vw, 420px);
    pointer-events: none;
    background: url("gfx/slider-btm-left_new.png") no-repeat right bottom / contain;
    opacity: .38;
}

.brochure-cta .container {
    position: relative;
    z-index: 2;
}

.brochure-cta .eyebrow {
    color: #fff;
}

.brochure-cta .section-title,
.brochure-cta p {
    color: #fff;
}

.brochure-cta p {
    max-width: 780px;
    font-size: 1.08rem;
    line-height: 1.75;
}

.contact-wrap {
    background: var(--tps-ink);
    color: #fff;
}

.contact-wrap .lead-copy {
    color: rgba(255, 255, 255, .74);
}

.form-control,
.form-select {
    min-height: 52px;
    border-radius: 0;
    border-color: #ddd6cf;
}

textarea.form-control {
    min-height: 150px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--tps-orange);
    box-shadow: 0 0 0 .2rem rgba(241, 90, 36, .18);
}

.contact-form {
    background: #fff;
    color: var(--tps-ink);
    padding: clamp(1.4rem, 4vw, 3rem);
    box-shadow: 0 24px 44px rgba(0, 0, 0, .28);
}

.site-footer {
    color: #d8d4d1;
    background: #201c1d;
}

.footer-contacts {
    padding: clamp(3rem, 5vw, 4.5rem) 0;
    background: #171314;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer-logo {
    width: auto;
    max-width: min(340px, 78vw);
    max-height: 150px;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 16px 22px rgba(0, 0, 0, .18));
}

.footer-contacts .row.align-items-center {
    row-gap: 2rem;
}

.footer-contact-item {
    display: flex;
    gap: 1.35rem;
    align-items: flex-start;
    min-height: 116px;
}

.footer-contact-icon {
    width: 76px;
    height: 76px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    color: #fff;
    background: transparent;
    font-size: 3.25rem;
    line-height: 1;
}

.footer-contact-item h3 {
    color: var(--tps-orange);
    font-size: 1.45rem;
    margin: .1rem 0 .45rem;
}

.footer-contact-item p {
    color: #f2eeee;
    font-size: 1.12rem;
    line-height: 1.55;
    margin: 0;
}

.footer-contact-item a {
    color: #fff;
    text-decoration: none;
}

.footer-contact-item a:hover,
.footer-contact-item a:focus,
.footer-bottom a:hover,
.footer-bottom a:focus {
    color: var(--tps-orange);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: 1rem 0;
    color: #aaa3a1;
    background: #181516;
    font-size: .98rem;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.pattern::after {
    width: min(36vw, 420px);
    height: min(36vw, 420px);
    right: -110px;
    bottom: 7%;
    background-image: url("gfx/rightbtm-shape_new.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    opacity: 1;
}

#services {
    overflow: hidden;
}

#services::before {
    width: 96px;
    height: 420px;
    left: -18px;
    top: 18%;
    background-image: url("gfx/pattern-gry_new.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 1;
}

#products {
    overflow: hidden;
}

#products::after {
    width: min(34vw, 390px);
    height: min(34vw, 390px);
    right: -135px;
    bottom: -45px;
    background-image: url("gfx/rightbtm-shape_new.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    opacity: 1;
}

.mini-map {
    width: min(100%, 760px);
    margin: 0 auto;
}

.mini-map svg {
    width: 100%;
    height: auto;
    display: block;
}

.route-base,
.route-dash {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.route-base {
    stroke: #e8e2da;
    stroke-width: 24;
}

.route-dash {
    stroke: var(--tps-orange);
    stroke-width: 9;
    stroke-dasharray: 10 7;
    animation: routeFlow 3.2s linear infinite;
}

.route-point circle,
.route-runner {
    fill: var(--tps-orange);
}

.route-point text {
    fill: var(--tps-ink);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.route-pulse {
    fill: none !important;
    stroke: var(--tps-orange);
    stroke-width: 4;
    opacity: .32;
    transform-origin: 718px 102px;
    animation: routePulse 2.4s ease-out infinite;
}

.route-runner {
    filter: drop-shadow(0 6px 10px rgba(241, 90, 36, .35));
}

@keyframes routeFlow {
    to {
        stroke-dashoffset: -34;
    }
}

@keyframes routePulse {
    70%,
    100% {
        opacity: 0;
        transform: scale(1.55);
    }
}

@media (prefers-reduced-motion: reduce) {
    .route-dash,
    .route-pulse {
        animation: none;
    }

    .route-runner {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .hero::before {
        clip-path: none;
        background: linear-gradient(180deg, rgba(241, 90, 36, .92), rgba(33, 29, 31, .78));
    }

    .hero-content,
    .hero {
        min-height: 520px;
    }

    .hero::after,
    .pattern::after,
    #services::before,
    #products::after {
        display: none;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-contact-item {
        justify-content: center;
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .brand-logo {
        width: 148px;
    }

    .video-showcase {
        padding: 0;
    }

    .video-frame {
        width: 100%;
    }

    .hero-content {
        padding: 4.4rem 0 3.6rem;
        padding-left: 1.35rem;
        padding-right: 1.35rem;
    }

    .dark-band {
        padding: 1.4rem;
    }

    .footer-contacts {
        padding: 2.5rem 0;
    }

    .footer-logo {
        max-width: 230px;
        max-height: 120px;
    }

    .footer-contact-icon {
        width: 54px;
        height: 54px;
        font-size: 2.35rem;
    }

    .footer-contact-item h3 {
        font-size: 1.12rem;
    }

    .footer-contact-item p {
        font-size: .98rem;
    }
}
