﻿: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;
}

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;
}

.hero::after,
.pattern::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    border: 2px solid rgba(255, 255, 255, .55);
    transform: rotate(45deg);
    z-index: 2;
}

.hero::after {
    top: 12%;
    left: 22%;
}

.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;
}

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

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

.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;
}

.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);
}

.footer {
    color: #d8d4d1;
    background: #181516;
    padding: 2rem 0;
    font-size: .9rem;
}

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

.pattern::after {
    right: 7%;
    bottom: 14%;
    border-color: rgba(33, 29, 31, .18);
}

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

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

@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 {
        display: none;
    }
}

@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;
    }
}
