/*
Theme Name: TEC Manufacturer
Theme URI: https://example.com/tec-manufacturer
Author: TEC Leather Garments
Author URI: https://example.com
Description: Premium, responsive B2B manufacturing theme for leather products, garments, workwear, safety apparel and sportswear.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tec-manufacturer
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks, blog, portfolio
*/

/* =========================================================
   TEC MANUFACTURER — MASTER STYLESHEET
   ========================================================= */

:root {
    --tec-ink: #151412;
    --tec-coal: #11110f;
    --tec-brown: #4e3427;
    --tec-accent: #b89167;
    --tec-accent-dark: #98734d;
    --tec-paper: #f3efe8;
    --tec-cream: #fbf9f5;
    --tec-white: #ffffff;
    --tec-line: rgba(21, 20, 18, .12);
    --tec-muted: #706b63;
    --tec-shell: 1180px;
    --tec-display: "Cormorant Garamond", Georgia, serif;
    --tec-sans: "Manrope", Arial, sans-serif;
    --tec-shadow: 0 18px 55px rgba(0, 0, 0, .08);
    --tec-radius: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--tec-cream);
    color: var(--tec-ink);
    font-family: var(--tec-sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

body.tec-menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.tec-shell {
    width: min(var(--tec-shell), calc(100% - 48px));
    margin-inline: auto;
}

.tec-section {
    padding: 110px 0;
}

.screen-reader-text,
.tec-skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tec-skip-link:focus {
    clip: auto !important;
    width: auto;
    height: auto;
    top: 8px;
    left: 8px;
    padding: 12px 18px;
    background: #fff;
    color: #111;
    z-index: 99999;
}

.alignwide {
    max-width: 1180px;
    margin-inline: auto;
}

.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

/* =========================================================
   TOP BAR
   ========================================================= */

.tec-topbar {
    min-height: 36px;
    background: #0b0b0a;
    color: #aaa49b;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tec-topbar__inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.tec-topbar p {
    margin: 0;
}

.tec-topbar__inner > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tec-topbar a:hover {
    color: #fff;
}

/* =========================================================
   PROFESSIONAL HEADER
   ========================================================= */

.tec-header {
    height: 88px;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(251, 249, 245, .94);
    border-bottom: 1px solid rgba(21, 20, 18, .09);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.admin-bar .tec-header {
    top: 32px;
}

.tec-header__inner {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 34px;
}

.tec-header .tec-brand {
    flex: 0 0 auto;
    margin-right: auto;
}

.tec-brand,
.custom-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.custom-logo {
    width: auto;
    max-width: 245px;
    max-height: 58px;
}

.tec-brand__mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--tec-ink);
    font: 500 28px/1 var(--tec-display);
}

.tec-brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.tec-brand strong {
    font: 600 27px/1 var(--tec-display);
    letter-spacing: .12em;
}

.tec-brand small {
    margin-top: 6px;
    font: 700 7px/1 var(--tec-sans);
    letter-spacing: .27em;
    text-transform: uppercase;
}

.tec-nav {
    flex: 0 0 auto;
}

.tec-nav .tec-menu {
    display: flex;
    align-items: center;
    gap: 27px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tec-nav .tec-menu > li {
    position: relative;
}

.tec-nav .tec-menu > li > a {
    position: relative;
    display: block;
    padding: 34px 0;
    color: #25231f;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.tec-nav .tec-menu > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 25px;
    height: 1px;
    background: var(--tec-accent);
    transition: right .25s ease;
}

.tec-nav .tec-menu > li:hover > a::after,
.tec-nav .tec-menu > li.current-menu-item > a::after,
.tec-nav .tec-menu > li.current-menu-ancestor > a::after {
    right: 0;
}

.tec-nav .sub-menu {
    position: absolute;
    top: calc(100% - 1px);
    left: -20px;
    min-width: 225px;
    margin: 0;
    padding: 12px 20px;
    list-style: none;
    background: #fff;
    border: 1px solid var(--tec-line);
    box-shadow: var(--tec-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.tec-nav li:hover > .sub-menu,
.tec-nav li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.tec-nav .sub-menu a {
    display: block;
    padding: 10px 0;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(21,20,18,.07);
}

.tec-nav .sub-menu li:last-child a {
    border-bottom: 0;
}

.tec-nav .sub-menu a:hover {
    color: var(--tec-accent-dark);
    padding-left: 4px;
}

.tec-header__quote {
    flex: 0 0 auto;
}

.tec-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 0 22px;
    border: 0;
    background: var(--tec-accent);
    color: #17130e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.tec-button:hover {
    color: #17130e;
    background: #c6a47d;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(184,145,103,.18);
}

.tec-button--small {
    min-height: 44px;
    padding: 0 17px;
    gap: 15px;
}

.tec-button--light {
    background: var(--tec-paper);
    color: #17130e;
}

.tec-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 9px;
    margin-left: 5px;
    border: 1px solid var(--tec-line);
    background: transparent;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.tec-menu-toggle > span:not(.screen-reader-text) {
    width: 22px;
    height: 1px;
    background: #111;
    transition: transform .25s ease, opacity .25s ease;
}

/* =========================================================
   HERO
   ========================================================= */

.tec-hero {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    background: #111;
    color: #fff;
}

.tec-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7,7,6,.95), rgba(7,7,6,.76) 42%, rgba(7,7,6,.18) 78%),
        var(--tec-hero-image) center/cover no-repeat;
    transform: scale(1.01);
}

.tec-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 62%, rgba(7,7,6,.86));
}

.tec-hero__inner {
    min-height: 615px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tec-hero__copy {
    max-width: 790px;
}

.tec-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.tec-eyebrow span {
    width: 38px;
    height: 1px;
    background: var(--tec-accent);
}

.tec-eyebrow--dark {
    color: #625d55;
}

.tec-eyebrow--light {
    color: #c9c2b9;
}

.tec-hero h1,
.tec-split-heading h2,
.tec-section-heading h2,
.tec-manufacturing h2,
.tec-quality h2,
.tec-quote h2,
.tec-page-hero h1,
.tec-single-product h1,
.tec-error-page h1 {
    font-family: var(--tec-display);
    font-weight: 500;
    letter-spacing: -.035em;
}

.tec-hero h1 {
    margin: 0;
    font-size: clamp(58px, 7.1vw, 98px);
    line-height: .88;
}

.tec-hero h1 em {
    display: block;
    color: var(--tec-accent);
    font-style: normal;
}

.tec-hero__lead {
    max-width: 620px;
    margin: 32px 0;
    color: #d2cec7;
    font-size: 16px;
    line-height: 1.85;
}

.tec-hero__actions {
    display: flex;
    align-items: center;
    gap: 34px;
}

.tec-text-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(17,17,15,.35);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tec-text-link--light {
    border-color: rgba(255,255,255,.4);
}

.tec-text-link span {
    transition: transform .25s ease;
}

.tec-text-link:hover span {
    transform: translate(3px,-3px);
}

.tec-hero__note {
    width: 185px;
    margin-top: 230px;
    padding: 18px 0;
    border-block: 1px solid rgba(255,255,255,.3);
}

.tec-hero__note > span {
    color: #bdb7ad;
    font-size: 8px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.tec-hero__note strong {
    display: block;
    color: var(--tec-accent);
    font: 500 56px/1.1 var(--tec-display);
}

.tec-hero__note p {
    margin: 4px 0 0;
    color: #c7c1b8;
    font-size: 11px;
    line-height: 1.6;
}

.tec-hero__proof {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    height: 105px;
    border-top: 1px solid rgba(255,255,255,.18);
}

.tec-proof-grid {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.tec-proof-grid > div {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 25px;
    border-right: 1px solid rgba(255,255,255,.16);
}

.tec-proof-grid > div:first-child {
    border-left: 1px solid rgba(255,255,255,.16);
}

.tec-proof-grid strong {
    color: var(--tec-accent);
    font: 500 35px var(--tec-display);
}

.tec-proof-grid span {
    max-width: 100px;
    color: #c6c0b8;
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: .13em;
    text-transform: uppercase;
}

/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.tec-split-heading {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 100px;
    align-items: end;
}

.tec-split-heading h2,
.tec-section-heading h2 {
    max-width: 690px;
    margin: 0;
    font-size: clamp(43px, 5vw, 70px);
    line-height: 1;
}

.tec-intro__copy p {
    margin: 0 0 28px;
    color: var(--tec-muted);
    font-size: 15px;
    line-height: 1.9;
}

.tec-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 70px;
    margin-bottom: 50px;
}

.tec-section-heading > p {
    width: 350px;
    margin: 0;
    color: var(--tec-muted);
    font-size: 14px;
    line-height: 1.8;
}

/* =========================================================
   CATEGORIES / PRODUCTS
   ========================================================= */

.tec-categories {
    padding-top: 100px;
    background: var(--tec-paper);
}

.tec-category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.tec-category-card {
    height: 465px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.tec-category-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.tec-category-card:hover > img {
    transform: scale(1.05);
}

.tec-category-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5,5,4,.08), rgba(6,6,5,.88));
}

.tec-category-card__number {
    position: absolute;
    top: 23px;
    left: 25px;
    font-size: 10px;
    letter-spacing: .2em;
}

.tec-category-card__content {
    position: absolute;
    right: 30px;
    bottom: 28px;
    left: 30px;
}

.tec-category-card__content h3 {
    margin: 0 0 5px;
    font: 500 44px var(--tec-display);
}

.tec-category-card__content p {
    max-width: 390px;
    margin: 0 0 18px;
    color: #d8d3cb;
    font-size: 13px;
    line-height: 1.65;
}

.tec-category-card__content a {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,.45);
    font-size: 9px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tec-featured {
    background: #fff;
}

.tec-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.tec-product-card__image {
    height: 330px;
    position: relative;
    overflow: hidden;
    background: #e4dfd7;
}

.tec-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.tec-product-card:hover img {
    transform: scale(1.04);
}

.tec-product-card__image a {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: rgba(252,250,246,.94);
}

.tec-product-card > p {
    margin: 16px 0 7px;
    color: #8a8177;
    font-size: 8px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tec-product-card h3 {
    margin: 0 0 7px;
    font: 500 25px/1.12 var(--tec-display);
}

.tec-product-card > span {
    color: #847f77;
    font-size: 9px;
}

/* =========================================================
   MANUFACTURING / CAPABILITIES
   ========================================================= */

.tec-manufacturing {
    background: var(--tec-coal);
    color: #fff;
}

.tec-manufacturing__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
}

.tec-manufacturing__copy h2 {
    margin: 0 0 28px;
    font-size: clamp(46px, 5vw, 70px);
    line-height: .98;
}

.tec-manufacturing__copy > p:not(.tec-eyebrow) {
    max-width: 520px;
    margin-bottom: 32px;
    color: #bdb8b0;
    font-size: 14px;
    line-height: 1.9;
}

.tec-process-list {
    border-top: 1px solid rgba(255,255,255,.2);
}

.tec-process-list > div {
    height: 67px;
    display: grid;
    grid-template-columns: 55px 1fr 25px;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

.tec-process-list span {
    color: var(--tec-accent);
    font: 500 17px var(--tec-display);
}

.tec-process-list strong {
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.tec-process-list i {
    color: #89847c;
    font-style: normal;
}

.tec-capabilities {
    background: var(--tec-paper);
}

.tec-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--tec-line);
    border-left: 1px solid var(--tec-line);
}

.tec-capability-grid article {
    min-height: 220px;
    padding: 34px;
    border-right: 1px solid var(--tec-line);
    border-bottom: 1px solid var(--tec-line);
    transition: background .3s ease;
}

.tec-capability-grid article:hover {
    background: var(--tec-cream);
}

.tec-capability-grid span {
    color: var(--tec-accent);
    font: 500 18px var(--tec-display);
}

.tec-capability-grid h3 {
    margin: 35px 0 10px;
    font: 500 26px var(--tec-display);
    text-transform: capitalize;
}

.tec-capability-grid p {
    margin: 0;
    color: var(--tec-muted);
    font-size: 12px;
    line-height: 1.8;
}

/* =========================================================
   QUALITY
   ========================================================= */

.tec-quality {
    background: #fff;
}

.tec-quality__grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 90px;
    align-items: center;
}

.tec-quality__image {
    height: 650px;
    position: relative;
}

.tec-quality__image::before {
    content: "";
    position: absolute;
    inset: 18px -18px -18px 18px;
    border: 1px solid #c7b79f;
}

.tec-quality__image > img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tec-quality__image > div {
    position: absolute;
    right: -24px;
    bottom: 28px;
    z-index: 2;
    width: 145px;
    height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--tec-accent);
    color: #17140f;
}

.tec-quality__image strong {
    font: 500 54px/.9 var(--tec-display);
}

.tec-quality__image span {
    font-size: 8px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tec-quality__copy h2 {
    margin: 0 0 25px;
    font-size: clamp(46px, 5vw, 68px);
    line-height: .98;
}

.tec-quality__copy > p:not(.tec-eyebrow) {
    color: var(--tec-muted);
    font-size: 14px;
    line-height: 1.9;
}

.tec-quality__copy ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 28px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.tec-quality__copy li {
    position: relative;
    padding: 15px 0 15px 22px;
    border-top: 1px solid var(--tec-line);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tec-quality__copy li::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--tec-accent);
}

/* =========================================================
   QUOTE / CONTACT FORM
   ========================================================= */

.tec-quote {
    background: #201a16;
    color: #fff;
}

.tec-quote__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 100px;
}

.tec-quote__copy h2 {
    margin: 0 0 25px;
    font-size: clamp(48px, 5vw, 68px);
    line-height: .98;
}

.tec-quote__copy > p:not(.tec-eyebrow) {
    color: #bfb9b1;
    font-size: 14px;
    line-height: 1.9;
}

.tec-contact-stack {
    margin-top: 45px;
    border-top: 1px solid rgba(255,255,255,.18);
}

.tec-contact-stack a,
.tec-contact-stack > div {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.tec-contact-stack span {
    display: block;
    margin-bottom: 4px;
    color: #a69f95;
    font-size: 8px;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.tec-contact-stack strong {
    font: 500 18px var(--tec-display);
}

.tec-quote__form {
    padding: 42px;
    background: var(--tec-cream);
    color: var(--tec-ink);
}

.tec-plugin-notice h3 {
    margin-top: 0;
    font: 500 32px var(--tec-display);
}

.tec-plugin-notice p {
    color: var(--tec-muted);
}

.tec-quote-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.tec-quote-form label {
    display: block;
    margin-bottom: 22px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tec-quote-form input,
.tec-quote-form select,
.tec-quote-form textarea {
    width: 100%;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid #bcb4aa;
    border-radius: 0;
    outline: 0;
    background: transparent;
    font: 13px var(--tec-sans);
}

.tec-quote-form input:focus,
.tec-quote-form select:focus,
.tec-quote-form textarea:focus {
    border-color: var(--tec-accent);
}

.tec-quote-form textarea {
    resize: vertical;
}

.tec-quote-form .tec-button {
    width: 100%;
    margin-top: 5px;
}

.tec-quote-form__note {
    display: block;
    margin-top: 13px;
    color: #777168;
    font-size: 9px;
    line-height: 1.6;
    letter-spacing: 0;
    text-transform: none;
}

.tec-quote-form__message {
    margin: 0 0 22px;
    padding: 15px 18px;
    border-left: 3px solid #4d9c60;
    background: #eaf5ed;
    color: #255a31;
}

.tec-honeypot {
    position: absolute !important;
    left: -9999px !important;
}

.tec-form-file {
    padding: 14px !important;
    border: 1px dashed #bcb4aa !important;
}

.tec-form-file small {
    display: block;
    margin-top: 6px;
    color: #817970;
    font-size: 9px;
    letter-spacing: 0;
    text-transform: none;
}

/* =========================================================
   FOOTER
   ========================================================= */

.tec-footer {
    padding: 75px 0 24px;
    background: #0d0d0c;
    color: #fff;
}

.tec-footer__grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr;
    gap: 60px;
}

.tec-footer .tec-brand__mark {
    border-color: #9b9388;
}

.tec-footer__about > p {
    max-width: 280px;
    margin-top: 22px;
    color: #89847d;
    font-size: 11px;
    line-height: 1.8;
}

.tec-footer h2 {
    margin: 0 0 18px;
    color: var(--tec-accent);
    font: 700 9px var(--tec-sans);
    letter-spacing: .18em;
    text-transform: uppercase;
}

.tec-footer ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tec-footer li,
.tec-footer a {
    color: #a9a49c;
    font-size: 11px;
}

.tec-footer a:hover {
    color: #fff;
}

.tec-footer .tec-brand {
    color: #fff;
}

.tec-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 65px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: #625f5a;
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* =========================================================
   WHATSAPP
   ========================================================= */

.tec-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 900;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px 9px 9px;
    border: 1px solid #d8cfc2;
    background: #f6f1e9;
    box-shadow: 0 8px 25px rgba(0,0,0,.18);
    color: #171714;
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tec-whatsapp span {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #1f9e63;
    color: #fff;
    font-weight: 800;
}

/* =========================================================
   INNER PAGE HERO / CONTENT
   ========================================================= */

.tec-page-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 95px;
    background: #161512;
    color: #fff;
}

.tec-page-hero::after {
    content: "";
    position: absolute;
    top: -170px;
    right: -120px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(184,145,103,.2);
    border-radius: 50%;
}

.tec-page-hero h1 {
    max-width: 950px;
    margin: 0;
    font-size: clamp(55px, 7vw, 92px);
    line-height: .92;
}

.tec-page-hero > div > p:last-child {
    max-width: 720px;
    margin: 25px 0 0;
    color: #bcb7ae;
    line-height: 1.8;
}

.tec-entry {
    padding: 90px 0 110px;
}

.tec-entry__featured {
    height: min(650px,60vw);
    margin-bottom: 60px;
}

.tec-entry__featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tec-prose {
    max-width: 860px;
    margin-inline: auto;
    color: #3f3c37;
    font-size: 16px;
    line-height: 1.9;
}

.tec-prose h2,
.tec-prose h3,
.tec-prose h4 {
    color: var(--tec-ink);
    font-family: var(--tec-display);
    font-weight: 500;
    line-height: 1.1;
}

.tec-prose h2 {
    margin-top: 1.5em;
    font-size: 48px;
}

.tec-prose h3 {
    font-size: 34px;
}

.tec-prose a {
    color: var(--tec-brown);
    text-decoration: underline;
}

.tec-prose blockquote {
    margin: 40px 0;
    padding: 20px 30px;
    border-left: 3px solid var(--tec-accent);
    background: var(--tec-paper);
    font: 500 25px/1.45 var(--tec-display);
}

.tec-prose table {
    width: 100%;
    border-collapse: collapse;
}

.tec-prose th,
.tec-prose td {
    padding: 12px;
    border: 1px solid var(--tec-line);
    text-align: left;
}

/* =========================================================
   BLOG
   ========================================================= */

.tec-blog-layout {
    display: grid;
    grid-template-columns: 1fr 270px;
    gap: 70px;
    padding: 90px 0 110px;
}

.tec-post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 24px;
}

.tec-post-grid--archive {
    padding: 90px 0 110px;
}

.tec-post-card__image {
    display: block;
    height: 300px;
    overflow: hidden;
    background: #ddd;
}

.tec-post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.tec-post-card:hover img {
    transform: scale(1.04);
}

.tec-post-card__meta {
    margin: 18px 0 8px;
    color: #8a8177;
    font-size: 9px;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tec-post-card h2 {
    margin: 0 0 12px;
    font: 500 31px/1.1 var(--tec-display);
}

.tec-post-card > div > p:not(.tec-post-card__meta) {
    color: var(--tec-muted);
    font-size: 13px;
    line-height: 1.8;
}

.tec-sidebar .tec-widget {
    padding: 24px 0;
    border-top: 1px solid var(--tec-line);
}

.tec-widget__title {
    margin: 0 0 18px;
    font: 500 24px var(--tec-display);
}

.tec-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tec-widget li {
    margin-bottom: 8px;
    font-size: 13px;
}

.nav-links {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 25px;
}

.nav-links .page-numbers {
    padding: 9px 14px;
    border: 1px solid var(--tec-line);
}

.nav-links .current {
    background: var(--tec-ink);
    color: #fff;
}

.tec-post-nav {
    padding-bottom: 90px;
}

/* =========================================================
   PRODUCTS
   ========================================================= */

.tec-product-archive {
    background: var(--tec-paper);
}

.tec-product-filters {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 45px;
    padding: 25px;
    border: 1px solid var(--tec-line);
    background: #fff;
}

.tec-product-filters label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tec-product-filters select {
    display: block;
    width: 100%;
    height: 46px;
    margin-top: 8px;
    padding: 0 12px;
    border: 1px solid var(--tec-line);
    background: #fff;
}

.tec-product-filters .tec-button {
    height: 46px;
    min-height: 46px;
}

.tec-product-grid--archive {
    grid-template-columns: repeat(3, 1fr);
}

.tec-single-product {
    padding: 75px 0;
    background: var(--tec-paper);
}

.tec-single-product__grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 80px;
    align-items: center;
}

.tec-single-product__image {
    height: 690px;
    background: #ddd;
}

.tec-single-product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tec-single-product h1 {
    margin: 0 0 25px;
    font-size: clamp(54px,6vw,82px);
    line-height: .9;
}

.tec-single-product__intro {
    color: var(--tec-muted);
    line-height: 1.9;
}

.tec-specs {
    margin-top: 30px;
    border-top: 1px solid var(--tec-line);
}

.tec-specs > div {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid var(--tec-line);
}

.tec-specs span {
    color: #7e776f;
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tec-specs strong {
    font-size: 12px;
}

.tec-product-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 32px;
}

.tec-entry--product {
    padding-top: 70px;
}

.tec-contact-page {
    background: var(--tec-paper);
}

.tec-contact-page .tec-quote__copy--light {
    color: var(--tec-ink);
}

.tec-contact-page .tec-quote__copy--light > p {
    color: var(--tec-muted);
}

.tec-contact-page .tec-contact-stack {
    border-color: var(--tec-line);
}

.tec-contact-page .tec-contact-stack a,
.tec-contact-page .tec-contact-stack > div {
    border-color: var(--tec-line);
}

.tec-contact-page .tec-contact-stack span {
    color: #756e64;
}

/* =========================================================
   PRIVACY POLICY
   ========================================================= */

.tec-privacy-page {
    background: #fff;
    color: #555;
}

.tec-privacy-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 95px;
    background:
        radial-gradient(circle at 85% 15%, rgba(184,145,103,.12), transparent 28%),
        #11110f;
    color: #fff;
}

.tec-privacy-hero::after {
    content: "";
    position: absolute;
    top: -160px;
    right: -160px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(184,145,103,.25);
    border-radius: 50%;
}

.tec-privacy-hero__content {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

.tec-privacy-eyebrow {
    margin-bottom: 20px;
    color: #d2ad72;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.tec-privacy-hero h1 {
    max-width: 850px;
    margin: 0 0 22px;
    color: #fff;
    font: 500 clamp(52px, 6vw, 78px)/.95 var(--tec-display);
    letter-spacing: -.035em;
}

.tec-privacy-hero p {
    max-width: 700px;
    margin: 0 0 28px;
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.8;
}

.tec-privacy-updated {
    display: inline-flex;
    gap: 8px;
    padding: 10px 15px;
    border-left: 2px solid var(--tec-accent);
    background: rgba(255,255,255,.06);
    color: #aaa;
    font-size: 11px;
}

.tec-privacy-updated strong {
    color: #fff;
}

.tec-privacy-content {
    padding: 90px 0 110px;
}

.tec-privacy-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 820px);
    gap: 90px;
    align-items: start;
}

.tec-privacy-sidebar {
    position: sticky;
    top: 110px;
}

.tec-privacy-nav {
    border-left: 1px solid #ddd;
}

.tec-privacy-nav__title {
    display: block;
    padding: 0 0 18px 20px;
    color: #111;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tec-privacy-nav a {
    display: block;
    padding: 7px 15px 7px 20px;
    color: #777;
    font-size: 11px;
    line-height: 1.5;
}

.tec-privacy-nav a:hover {
    padding-left: 24px;
    color: var(--tec-accent-dark);
}

.tec-privacy-article {
    max-width: 820px;
}

.tec-privacy-article section {
    margin-bottom: 55px;
    padding: 0 0 55px;
    border-bottom: 1px solid #e9e7e3;
    scroll-margin-top: 110px;
}

.tec-privacy-article section:last-child {
    border-bottom: 0;
}

.tec-privacy-number {
    display: block;
    margin-bottom: 10px;
    color: var(--tec-accent-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2em;
}

.tec-privacy-article h2 {
    margin: 0 0 20px;
    color: #151515;
    font: 500 34px/1.15 var(--tec-display);
}

.tec-privacy-article p {
    margin: 0 0 18px;
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.9;
}

.tec-privacy-article ul {
    margin: 15px 0 22px;
    padding-left: 22px;
}

.tec-privacy-article li {
    margin-bottom: 9px;
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.7;
}

.tec-privacy-article li::marker {
    color: var(--tec-accent-dark);
}

.tec-privacy-contact__box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 30px;
    padding: 28px;
    border-left: 3px solid var(--tec-accent);
    background: #f7f6f3;
}

.tec-privacy-contact__box div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tec-privacy-contact__box span {
    color: #999;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.tec-privacy-contact__box strong,
.tec-privacy-contact__box a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.tec-privacy-contact__box a:hover {
    color: var(--tec-accent-dark);
}

/* =========================================================
   ERROR
   ========================================================= */

.tec-error-page {
    padding: 150px 0;
    text-align: center;
}

.tec-error-page .tec-eyebrow {
    justify-content: center;
}

.tec-error-page h1 {
    margin: 0;
    font-size: clamp(56px,8vw,100px);
    line-height: .9;
}

.tec-error-page > div > p:not(.tec-eyebrow) {
    max-width: 520px;
    margin: 25px auto 35px;
    color: var(--tec-muted);
}

/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 1100px) {
    .tec-nav .tec-menu {
        gap: 18px;
    }

    .tec-header__quote {
        display: none;
    }
}

@media (max-width: 980px) {
    body.admin-bar .tec-header {
        top: 46px;
    }

    .tec-topbar {
        display: none;
    }

    .tec-header {
        height: 74px;
    }

    .tec-header__inner {
        gap: 15px;
    }

    .tec-nav {
        display: none;
        position: fixed;
        top: 74px;
        right: 0;
        bottom: 0;
        left: 0;
        height: calc(100vh - 74px);
        padding: 25px;
        overflow-y: auto;
        background: var(--tec-cream);
    }

    .tec-nav.is-open {
        display: block;
    }

    .tec-nav .tec-menu {
        display: block;
    }

    .tec-nav .tec-menu > li {
        border-bottom: 1px solid var(--tec-line);
    }

    .tec-nav .tec-menu > li > a {
        padding: 17px 0;
        font-size: 12px;
    }

    .tec-nav .tec-menu > li > a::after {
        display: none;
    }

    .tec-nav .sub-menu {
        position: static;
        min-width: 0;
        padding: 0 0 10px 18px;
        border: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .tec-menu-toggle {
        display: flex;
    }

    .tec-hero__note {
        display: none;
    }

    .tec-split-heading,
    .tec-manufacturing__grid,
    .tec-quality__grid,
    .tec-quote__grid {
        gap: 55px;
    }

    .tec-category-card {
        height: 400px;
    }

    .tec-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tec-capability-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tec-quality__image {
        height: 540px;
    }

    .tec-footer__grid {
        grid-template-columns: 1.3fr 1fr 1fr;
        gap: 45px;
    }

    .tec-footer__grid > div:last-child {
        grid-column: 2;
    }

    .tec-section {
        padding: 85px 0;
    }

    .tec-product-filters {
        grid-template-columns: 1fr 1fr;
    }

    .tec-single-product__grid {
        gap: 45px;
    }

    .tec-single-product__image {
        height: 570px;
    }

    .tec-blog-layout {
        grid-template-columns: 1fr;
    }

    .tec-sidebar {
        display: none;
    }

    .tec-privacy-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .tec-privacy-sidebar {
        position: static;
    }

    .tec-privacy-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px 15px;
        padding: 18px;
        border: 1px solid #e5e3df;
    }

    .tec-privacy-nav__title {
        grid-column: 1 / -1;
        padding-left: 0;
    }

    .tec-privacy-nav a {
        padding-left: 0;
    }

    .tec-privacy-nav a:hover {
        padding-left: 0;
    }

    .tec-privacy-contact__box {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 680px) {
    body.admin-bar .tec-header {
        top: 46px;
    }

    .tec-shell {
        width: min(calc(100% - 28px), var(--tec-shell));
    }

    .tec-section {
        padding: 70px 0;
    }

    .tec-brand__mark {
        width: 35px;
        height: 35px;
    }

    .tec-brand strong {
        font-size: 23px;
    }

    .tec-brand small {
        font-size: 6px;
    }

    .tec-header .custom-logo {
        max-width: 190px;
        max-height: 48px;
    }

    .tec-hero {
        min-height: 710px;
    }

    .tec-hero::before {
        background-position: 62% center;
    }

    .tec-hero__inner {
        min-height: 620px;
        align-items: flex-end;
        padding-bottom: 130px;
    }

    .tec-hero h1 {
        font-size: 54px;
    }

    .tec-hero__lead {
        margin: 25px 0;
        font-size: 14px;
    }

    .tec-hero__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .tec-hero__proof {
        height: 90px;
    }

    .tec-proof-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tec-proof-grid > div {
        padding: 0 12px;
    }

    .tec-proof-grid > div:nth-child(n+3) {
        display: none;
    }

    .tec-split-heading,
    .tec-manufacturing__grid,
    .tec-quality__grid,
    .tec-quote__grid,
    .tec-single-product__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .tec-split-heading {
        align-items: start;
    }

    .tec-split-heading h2,
    .tec-section-heading h2 {
        font-size: 43px;
    }

    .tec-section-heading {
        display: block;
        margin-bottom: 35px;
    }

    .tec-section-heading > p {
        width: auto;
        margin-top: 20px;
    }

    .tec-category-grid {
        grid-template-columns: 1fr;
    }

    .tec-category-card {
        height: 420px;
    }

    .tec-category-card__content h3 {
        font-size: 38px;
    }

    .tec-product-grid {
        grid-template-columns: 1fr 1fr;
        gap: 11px;
    }

    .tec-product-card__image {
        height: 220px;
    }

    .tec-product-card h3 {
        font-size: 20px;
    }

    .tec-manufacturing__copy h2,
    .tec-quality__copy h2,
    .tec-quote__copy h2 {
        font-size: 46px;
    }

    .tec-capability-grid {
        grid-template-columns: 1fr;
    }

    .tec-capability-grid article {
        min-height: 180px;
    }

    .tec-quality__image {
        height: 430px;
        margin-right: 15px;
    }

    .tec-quality__image > div {
        right: -15px;
        width: 120px;
        height: 120px;
    }

    .tec-quality__copy ul {
        grid-template-columns: 1fr;
    }

    .tec-quote__form {
        padding: 25px 20px;
    }

    .tec-quote-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tec-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px 25px;
    }

    .tec-footer__grid > div:first-child {
        grid-column: 1 / -1;
    }

    .tec-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .tec-whatsapp strong {
        display: none;
    }

    .tec-whatsapp {
        padding-right: 9px;
    }

    .tec-page-hero {
        padding: 75px 0 65px;
    }

    .tec-page-hero h1 {
        font-size: 55px;
    }

    .tec-entry {
        padding: 60px 0 75px;
    }

    .tec-prose h2 {
        font-size: 40px;
    }

    .tec-post-grid {
        grid-template-columns: 1fr;
    }

    .tec-post-card__image {
        height: 330px;
    }

    .tec-product-filters {
        grid-template-columns: 1fr;
    }

    .tec-product-grid--archive {
        grid-template-columns: 1fr 1fr;
    }

    .tec-single-product {
        padding: 40px 0 60px;
    }

    .tec-single-product__image {
        height: 450px;
    }

    .tec-single-product h1 {
        font-size: 53px;
    }

    .tec-specs > div {
        grid-template-columns: 110px 1fr;
    }

    .tec-product-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .tec-blog-layout,
    .tec-post-grid--archive {
        padding-top: 60px;
    }

    .tec-privacy-hero {
        padding: 70px 0;
    }

    .tec-privacy-hero h1 {
        font-size: 46px;
    }

    .tec-privacy-hero p {
        font-size: 15px;
    }

    .tec-privacy-content {
        padding: 60px 0 80px;
    }

    .tec-privacy-nav {
        grid-template-columns: 1fr;
    }

    .tec-privacy-article h2 {
        font-size: 28px;
    }

    .tec-privacy-article p,
    .tec-privacy-article li {
        font-size: 14px;
    }

    .tec-privacy-contact__box {
        padding: 22px;
    }
}

@media (max-width: 390px) {
    .tec-product-grid,
    .tec-product-grid--archive {
        grid-template-columns: 1fr;
    }

    .tec-product-card__image {
        height: 330px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important;
    }
}
/* ========================================================= TEC PROFESSIONAL HEADER ========================================================= */ :root { --tec-black: #111111; --tec-black-soft: #181818; --tec-white: #ffffff; --tec-off-white: #f7f6f3; --tec-gold: #b58a4a; --tec-gold-light: #d2ad72; --tec-gray: #777777; --tec-border: #e7e4df; } /* ========================================================= TOP BAR ========================================================= */ .tec-topbar { background: var(--tec-black); color: #cfcfcf; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.08); } .tec-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 25px; } .tec-topbar__left, .tec-topbar__right { display: flex; align-items: center; gap: 9px; } .tec-topbar__left { color: #bdbdbd; } .tec-topbar__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--tec-gold); display: inline-block; } .tec-topbar__right a { color: #d7d7d7; transition: color .2s ease; } .tec-topbar__right a:hover { color: var(--tec-gold-light); } .tec-topbar__icon { font-size: 12px; color: var(--tec-gold-light); } .tec-topbar__separator { width: 1px; height: 13px; background: rgba(255,255,255,.18); margin: 0 6px; } .tec-whatsapp-dot { width: 7px; height: 7px; background: #42c878; border-radius: 50%; display: inline-block; margin-right: 2px; } /* ========================================================= MAIN HEADER ========================================================= */ .tec-header { position: relative; z-index: 1000; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--tec-border); } .tec-header__inner { min-height: 92px; display: flex; align-items: center; gap: 35px; } /* ========================================================= BRAND ========================================================= */ .tec-header__brand { flex-shrink: 0; } .tec-header__brand a { display: flex; align-items: center; } /* ========================================================= NAVIGATION ========================================================= */ .tec-nav { margin-left: auto; } .tec-nav__label { display: none; } .tec-menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; } .tec-menu > li { position: relative; } .tec-menu > li > a { display: flex; align-items: center; gap: 7px; padding: 34px 13px; color: #222; font-size: 13px; font-weight: 600; letter-spacing: .2px; white-space: nowrap; transition: all .2s ease; } .tec-menu > li > a:hover, .tec-menu > li.current-menu-item > a, .tec-menu > li.current_page_item > a { color: var(--tec-gold); } /* ========================================================= DROPDOWN ========================================================= */ .tec-menu .sub-menu { position: absolute; top: 100%; left: 0; min-width: 220px; padding: 10px 0; margin: 0; background: var(--tec-white); border: 1px solid var(--tec-border); box-shadow: 0 18px 45px rgba(0,0,0,.12); list-style: none; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .22s ease; z-index: 100; } .tec-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); } .tec-menu .sub-menu li a { display: block; padding: 11px 18px; color: #333; font-size: 13px; font-weight: 500; } .tec-menu .sub-menu li a:hover { background: var(--tec-off-white); color: var(--tec-gold); } /* ========================================================= HEADER ACTIONS ========================================================= */ .tec-header__actions { display: flex; align-items: center; gap: 20px; margin-left: 10px; } .tec-header-contact { display: flex; flex-direction: column; line-height: 1.2; } .tec-header-contact__small { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: #999; margin-bottom: 4px; } .tec-header-contact__main { color: var(--tec-black); font-size: 13px; font-weight: 700; } .tec-header-contact__main span { color: var(--tec-gold); margin-left: 3px; } /* ========================================================= QUOTE BUTTON ========================================================= */ .tec-button--quote { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; padding: 0 21px; background: var(--tec-black); color: var(--tec-white) !important; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; transition: all .25s ease; } .tec-button--quote span { font-size: 16px; color: var(--tec-gold-light); transition: transform .25s ease; } .tec-button--quote:hover { background: var(--tec-gold); color: var(--tec-white) !important; } .tec-button--quote:hover span { transform: translate(3px,-3px); } /* ========================================================= TRUST STRIP ========================================================= */ .tec-trust-strip { background: var(--tec-off-white); border-bottom: 1px solid var(--tec-border); } .tec-trust-strip__inner { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 25px; } .tec-trust-strip strong { color: var(--tec-black); font-size: 10px; letter-spacing: 1.5px; } .tec-trust-strip strong + span { margin-left: 12px; color: #888; font-size: 11px; } .tec-trust-items { display: flex; align-items: center; gap: 25px; } .tec-trust-items span { color: #666; font-size: 11px; } .tec-trust-items b { color: var(--tec-gold); margin-right: 4px; } /* ========================================================= MOBILE BUTTON ========================================================= */ .tec-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid var(--tec-border); cursor: pointer; } .tec-menu-toggle span:not(.screen-reader-text) { display: block; width: 21px; height: 2px; background: var(--tec-black); margin: 4px auto; } /* ========================================================= RESPONSIVE ========================================================= */ @media (max-width: 1100px) { .tec-header__inner { gap: 20px; } .tec-menu > li > a { padding-left: 8px; padding-right: 8px; font-size: 12px; } .tec-header-contact { display: none; } .tec-trust-items { gap: 15px; } } @media (max-width: 900px) { .tec-topbar__inner { justify-content: center; } .tec-topbar__left { display: none; } .tec-header__inner { min-height: 76px; } .tec-header__actions { margin-left: auto; } .tec-header__actions .tec-button--quote { display: none; } .tec-menu-toggle { display: block; } .tec-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--tec-white); border-bottom: 1px solid var(--tec-border); box-shadow: 0 15px 35px rgba(0,0,0,.08); display: none; } .tec-nav.is-open { display: block; } .tec-menu { display: block; padding: 12px 20px 20px; } .tec-menu > li > a { padding: 14px 5px; border-bottom: 1px solid #eee; } .tec-menu .sub-menu { position: static; display: none; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding-left: 15px; } .tec-menu li:hover > .sub-menu { display: block; } .tec-trust-strip__inner { justify-content: center; } .tec-trust-strip__inner > div:first-child { display: none; } .tec-trust-items { width: 100%; justify-content: center; } } @media (max-width: 600px) { .tec-topbar { font-size: 11px; } .tec-topbar__right { width: 100%; justify-content: center; } .tec-header__inner { min-height: 70px; } .tec-header__brand { max-width: 180px; } .tec-trust-strip { display: none; } .tec-menu-toggle { width: 42px; height: 42px; } } /* ========================================================= STICKY HEADER ========================================================= */ .tec-header.is-sticky { position: sticky; top: 0; box-shadow: 0 8px 25px rgba(0,0,0,.07); } .admin-bar .tec-header.is-sticky { top: 32px; } @media (max-width: 782px) { .admin-bar .tec-header.is-sticky { top: 46px; } }
/* =========================================================
   TEC MANUFACTURING PAGE
   ========================================================= */

.tec-manufacturing-page {
	background: var(--tec-cream);
}

/* HERO */

.tec-mfg-hero {
	position: relative;
	min-height: 720px;
	background: #111;
	color: #fff;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.tec-mfg-hero__bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(8,8,7,.94) 0%,
			rgba(8,8,7,.82) 42%,
			rgba(8,8,7,.30) 75%,
			rgba(8,8,7,.55) 100%
		),
		url("assets/images/tec-hero.jpg") center/cover no-repeat;
}

.tec-mfg-hero__inner {
	position: relative;
	z-index: 2;
	min-height: 610px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 80px;
}

.tec-mfg-hero__content {
	max-width: 780px;
}

.tec-mfg-hero h1 {
	margin: 0;
	font-family: var(--tec-display);
	font-size: clamp(58px, 7vw, 96px);
	font-weight: 500;
	line-height: .88;
	letter-spacing: -.045em;
}

.tec-mfg-hero h1 em {
	display: block;
	color: var(--tec-accent);
	font-style: normal;
}

.tec-mfg-hero__lead {
	max-width: 650px;
	margin: 32px 0;
	color: #d1cdc5;
	font-size: 16px;
	line-height: 1.9;
}

.tec-mfg-hero__actions {
	display: flex;
	align-items: center;
	gap: 30px;
}

.tec-mfg-hero__side {
	width: 190px;
	align-self: flex-end;
	margin-bottom: 120px;
	padding: 22px 0;
	border-block: 1px solid rgba(255,255,255,.22);
}

.tec-mfg-hero__side > span {
	display: block;
	color: var(--tec-accent);
	font-size: 10px;
	letter-spacing: .2em;
}

.tec-mfg-hero__side strong {
	display: block;
	margin-top: 12px;
	font: 500 28px var(--tec-display);
}

.tec-mfg-hero__side p {
	margin: 7px 0 0;
	color: #aaa59d;
	font-size: 11px;
	line-height: 1.6;
}

.tec-mfg-hero__bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	height: 105px;
	border-top: 1px solid rgba(255,255,255,.18);
}

.tec-mfg-stats {
	height: 100%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
}

.tec-mfg-stats > div {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 0 25px;
	border-right: 1px solid rgba(255,255,255,.15);
}

.tec-mfg-stats > div:first-child {
	border-left: 1px solid rgba(255,255,255,.15);
}

.tec-mfg-stats strong {
	font: 500 32px var(--tec-display);
	color: var(--tec-accent);
}

.tec-mfg-stats span {
	max-width: 120px;
	color: #bdb8b0;
	font-size: 9px;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: .12em;
}


/* INTRO */

.tec-mfg-intro {
	background: #fff;
}

.tec-mfg-intro__grid {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	gap: 100px;
	align-items: end;
}

.tec-mfg-intro h2 {
	max-width: 720px;
	margin: 0;
	font: 500 clamp(48px,5.5vw,75px)/.95 var(--tec-display);
	letter-spacing: -.035em;
}

.tec-mfg-intro h2 span {
	color: var(--tec-accent);
}

.tec-mfg-intro__copy {
	padding-bottom: 8px;
}

.tec-mfg-intro__copy p {
	margin: 0 0 22px;
	color: var(--tec-muted);
	font-size: 14px;
	line-height: 1.9;
}


/* CATEGORIES */

.tec-mfg-categories {
	background: var(--tec-paper);
}

.tec-mfg-category-grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1px;
	background: var(--tec-line);
	border: 1px solid var(--tec-line);
}

.tec-mfg-category-card {
	position: relative;
	min-height: 330px;
	padding: 38px;
	background: var(--tec-cream);
	transition: .3s ease;
}

.tec-mfg-category-card:hover {
	background: #fff;
	transform: translateY(-3px);
	box-shadow: 0 20px 50px rgba(0,0,0,.08);
	z-index: 2;
}

.tec-mfg-category-card__number {
	position: absolute;
	top: 25px;
	right: 28px;
	color: #aaa49a;
	font-size: 10px;
	letter-spacing: .15em;
}

.tec-mfg-category-card__icon {
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	border: 1px solid var(--tec-accent);
	color: var(--tec-accent);
	font: 500 25px var(--tec-display);
}

.tec-mfg-category-card h3 {
	margin: 45px 0 10px;
	font: 500 34px/1.05 var(--tec-display);
}

.tec-mfg-category-card p {
	max-width: 440px;
	margin: 0 0 24px;
	color: var(--tec-muted);
	font-size: 13px;
	line-height: 1.8;
}

.tec-mfg-category-card a {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.tec-mfg-category-card a span {
	margin-left: 8px;
	color: var(--tec-accent);
}


/* PROCESS */

.tec-mfg-process {
	background: var(--tec-coal);
	color: #fff;
}

.tec-mfg-process__header {
	display: grid;
	grid-template-columns: 1fr .65fr;
	gap: 100px;
	align-items: end;
	margin-bottom: 65px;
}

.tec-mfg-process__header h2 {
	max-width: 650px;
	margin: 0;
	font: 500 clamp(50px,5.5vw,76px)/.92 var(--tec-display);
	letter-spacing: -.04em;
}

.tec-mfg-process__header > p {
	margin: 0;
	color: #aaa59e;
	font-size: 14px;
	line-height: 1.9;
}

.tec-mfg-process__list {
	border-top: 1px solid rgba(255,255,255,.2);
}

.tec-mfg-process__item {
	display: grid;
	grid-template-columns: 80px 1fr 30px;
	gap: 30px;
	align-items: center;
	min-height: 125px;
	border-bottom: 1px solid rgba(255,255,255,.14);
}

.tec-mfg-process__item > span {
	color: var(--tec-accent);
	font: 500 22px var(--tec-display);
}

.tec-mfg-process__item h3 {
	margin: 0 0 7px;
	font: 500 28px var(--tec-display);
}

.tec-mfg-process__item p {
	max-width: 650px;
	margin: 0;
	color: #99948c;
	font-size: 12px;
	line-height: 1.7;
}

.tec-mfg-process__item > strong {
	color: #6e6962;
	font-size: 20px;
	font-weight: 400;
}


/* CUSTOMIZATION */

.tec-mfg-customization {
	background: #fff;
}

.tec-mfg-customization__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 100px;
	align-items: center;
}

.tec-mfg-customization__image {
	height: 620px;
	position: relative;
}

.tec-mfg-customization__image::after {
	content: "";
	position: absolute;
	left: 18px;
	top: 18px;
	right: -18px;
	bottom: -18px;
	border: 1px solid #cdbb9f;
}

.tec-mfg-customization__image img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tec-mfg-customization__content h2 {
	max-width: 650px;
	margin: 0 0 25px;
	font: 500 clamp(46px,5vw,70px)/.95 var(--tec-display);
	letter-spacing: -.035em;
}

.tec-mfg-customization__content h2 span {
	color: var(--tec-accent);
}

.tec-mfg-customization__content > p:not(.tec-eyebrow) {
	max-width: 600px;
	margin: 0 0 28px;
	color: var(--tec-muted);
	font-size: 14px;
	line-height: 1.9;
}

.tec-mfg-customization__content ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 25px;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.tec-mfg-customization__content li {
	position: relative;
	padding: 13px 0 13px 20px;
	border-top: 1px solid var(--tec-line);
	color: #3c3934;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.tec-mfg-customization__content li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	width: 6px;
	height: 6px;
	background: var(--tec-accent);
}


/* QUALITY */

.tec-mfg-quality {
	background: var(--tec-paper);
}

.tec-mfg-quality__grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 100px;
	align-items: center;
}

.tec-mfg-quality__content h2 {
	max-width: 650px;
	margin: 0 0 25px;
	font: 500 clamp(48px,5vw,70px)/.95 var(--tec-display);
}

.tec-mfg-quality__content > p:not(.tec-eyebrow) {
	max-width: 600px;
	color: var(--tec-muted);
	font-size: 14px;
	line-height: 1.9;
}

.tec-mfg-quality__points {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 25px;
	margin-top: 35px;
}

.tec-mfg-quality__points > div {
	padding: 20px 0;
	border-top: 1px solid var(--tec-line);
}

.tec-mfg-quality__points span {
	display: block;
	margin-bottom: 8px;
	color: var(--tec-accent);
	font-size: 9px;
	letter-spacing: .15em;
}

.tec-mfg-quality__points strong {
	font: 500 23px var(--tec-display);
}

.tec-mfg-quality__points p {
	margin: 7px 0 0;
	color: var(--tec-muted);
	font-size: 11px;
	line-height: 1.7;
}

.tec-mfg-quality__visual {
	min-height: 520px;
	position: relative;
	display: grid;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(20,18,15,.88), rgba(55,42,31,.85)),
		url("assets/images/workwear-safety.jpg") center/cover;
}

.tec-mfg-quality__visual::before {
	content: "";
	position: absolute;
	inset: 25px;
	border: 1px solid rgba(184,145,103,.55);
}

.tec-mfg-quality__box {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
}

.tec-mfg-quality__box span {
	display: block;
	margin-bottom: 8px;
	color: var(--tec-accent);
	font-size: 11px;
	letter-spacing: .3em;
}

.tec-mfg-quality__box strong {
	display: block;
	font: 500 68px/.9 var(--tec-display);
	letter-spacing: .04em;
}

.tec-mfg-quality__box small {
	display: block;
	margin-top: 18px;
	color: #aaa49b;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .2em;
}


/* CTA */

.tec-mfg-cta {
	position: relative;
	overflow: hidden;
	background: #201a16;
	color: #fff;
	padding: 100px 0;
}

.tec-mfg-cta::after {
	content: "";
	position: absolute;
	width: 550px;
	height: 550px;
	right: -250px;
	top: -250px;
	border: 1px solid rgba(184,145,103,.2);
	border-radius: 50%;
}

.tec-mfg-cta__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px;
}

.tec-mfg-cta h2 {
	max-width: 650px;
	margin: 0 0 22px;
	font: 500 clamp(50px,6vw,78px)/.9 var(--tec-display);
}

.tec-mfg-cta p:not(.tec-eyebrow) {
	max-width: 570px;
	margin: 0;
	color: #bdb7ae;
	font-size: 14px;
	line-height: 1.8;
}

.tec-mfg-cta__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 25px;
	min-width: 220px;
}


/* RESPONSIVE */

@media (max-width: 980px) {

	.tec-mfg-hero__inner {
		min-height: 600px;
	}

	.tec-mfg-hero__side {
		display: none;
	}

	.tec-mfg-intro__grid,
	.tec-mfg-process__header,
	.tec-mfg-customization__grid,
	.tec-mfg-quality__grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.tec-mfg-category-grid {
		grid-template-columns: 1fr;
	}

	.tec-mfg-customization__image {
		height: 500px;
		max-width: 700px;
	}

	.tec-mfg-quality__visual {
		min-height: 450px;
	}

	.tec-mfg-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.tec-mfg-cta__actions {
		flex-direction: row;
		align-items: center;
	}
}


@media (max-width: 680px) {

	.tec-mfg-hero {
		min-height: 730px;
	}

	.tec-mfg-hero__inner {
		min-height: 630px;
		align-items: flex-end;
		padding-bottom: 125px;
	}

	.tec-mfg-hero h1 {
		font-size: 53px;
	}

	.tec-mfg-hero__lead {
		font-size: 14px;
	}

	.tec-mfg-hero__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.tec-mfg-hero__bottom {
		height: 90px;
	}

	.tec-mfg-stats {
		grid-template-columns: 1fr 1fr;
	}

	.tec-mfg-stats > div {
		padding: 0 12px;
	}

	.tec-mfg-stats > div:nth-child(n+3) {
		display: none;
	}

	.tec-mfg-intro h2,
	.tec-mfg-process__header h2,
	.tec-mfg-customization__content h2,
	.tec-mfg-quality__content h2,
	.tec-mfg-cta h2 {
		font-size: 45px;
	}

	.tec-mfg-category-card {
		min-height: 300px;
		padding: 30px;
	}

	.tec-mfg-category-card h3 {
		font-size: 31px;
		margin-top: 38px;
	}

	.tec-mfg-process__item {
		grid-template-columns: 45px 1fr 20px;
		gap: 15px;
		padding: 22px 0;
	}

	.tec-mfg-process__item h3 {
		font-size: 23px;
	}

	.tec-mfg-process__item p {
		font-size: 11px;
	}

	.tec-mfg-customization__image {
		height: 400px;
		margin-right: 15px;
	}

	.tec-mfg-customization__content ul,
	.tec-mfg-quality__points {
		grid-template-columns: 1fr;
	}

	.tec-mfg-quality__visual {
		min-height: 380px;
	}

	.tec-mfg-quality__box strong {
		font-size: 50px;
	}

	.tec-mfg-cta {
		padding: 75px 0;
	}

	.tec-mfg-cta__actions {
		align-items: flex-start;
		flex-direction: column;
	}
}
/* =========================================================
   TEC CUSTOMIZATION & PRIVATE LABEL PAGE
   ========================================================= */

.tec-customization-page {
	background: var(--tec-cream);
	color: var(--tec-ink);
}

/* HERO */

.tec-custom-hero {
	position: relative;
	min-height: 650px;
	background:
		linear-gradient(90deg, rgba(8,8,7,.96), rgba(8,8,7,.78) 48%, rgba(8,8,7,.3)),
		linear-gradient(135deg, #171512, #34271e);
	color: #fff;
	overflow: hidden;
}

.tec-custom-hero::before {
	content: "";
	position: absolute;
	width: 650px;
	height: 650px;
	border: 1px solid rgba(184,145,103,.18);
	border-radius: 50%;
	right: -220px;
	top: -200px;
}

.tec-custom-hero::after {
	content: "PRIVATE LABEL";
	position: absolute;
	right: 70px;
	bottom: 60px;
	font-size: 9px;
	letter-spacing: .3em;
	color: rgba(255,255,255,.18);
	transform: rotate(-90deg);
}

.tec-custom-hero__inner {
	min-height: 650px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.tec-custom-hero__content {
	max-width: 820px;
}

.tec-custom-hero h1 {
	font-family: var(--tec-display);
	font-weight: 500;
	font-size: clamp(55px, 7vw, 92px);
	line-height: .9;
	letter-spacing: -.04em;
	margin: 0;
}

.tec-custom-hero h1 span {
	color: var(--tec-accent);
}

.tec-custom-hero__lead {
	max-width: 650px;
	color: #c8c3bb;
	font-size: 16px;
	line-height: 1.85;
	margin: 32px 0;
}

.tec-custom-hero__actions {
	display: flex;
	align-items: center;
	gap: 32px;
}

.tec-custom-hero__badge {
	width: 175px;
	height: 175px;
	border: 1px solid rgba(255,255,255,.25);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 170px;
}

.tec-custom-hero__badge span {
	font-size: 8px;
	letter-spacing: .2em;
	color: #aaa49b;
}

.tec-custom-hero__badge strong {
	font-family: var(--tec-display);
	font-size: 58px;
	font-weight: 500;
	color: var(--tec-accent);
	line-height: 1;
	margin: 10px 0;
}

.tec-custom-hero__badge p {
	font-size: 9px;
	text-align: center;
	line-height: 1.5;
	color: #aaa49b;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .08em;
}


/* INTRO */

.tec-custom-intro {
	background: #fff;
}


/* SERVICES */

.tec-custom-services {
	background: var(--tec-paper);
}

.tec-custom-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--tec-line);
	border-left: 1px solid var(--tec-line);
}

.tec-custom-service-grid article {
	padding: 38px;
	min-height: 260px;
	border-right: 1px solid var(--tec-line);
	border-bottom: 1px solid var(--tec-line);
	transition: .3s ease;
}

.tec-custom-service-grid article:hover {
	background: #fff;
	transform: translateY(-3px);
}

.tec-custom-service-grid article > span {
	color: var(--tec-accent);
	font: 500 18px var(--tec-display);
}

.tec-custom-service-grid h3 {
	font: 500 28px var(--tec-display);
	margin: 38px 0 12px;
}

.tec-custom-service-grid p {
	color: var(--tec-muted);
	font-size: 12px;
	line-height: 1.8;
	margin: 0;
}


/* CATEGORIES */

.tec-custom-categories {
	background: var(--tec-coal);
	color: #fff;
}

.tec-custom-category-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.14);
}

.tec-custom-category {
	min-height: 290px;
	padding: 38px;
	background: var(--tec-coal);
	position: relative;
	transition: .3s ease;
}

.tec-custom-category:hover {
	background: #211f1b;
}

.tec-custom-category__number {
	color: var(--tec-accent);
	font: 500 18px var(--tec-display);
}

.tec-custom-category h3 {
	font: 500 39px var(--tec-display);
	margin: 65px 0 10px;
}

.tec-custom-category p {
	color: #aaa59d;
	font-size: 12px;
	line-height: 1.8;
	max-width: 480px;
	margin: 0;
}


/* PROCESS */

.tec-custom-process {
	background: #fff;
}

.tec-custom-process-list {
	border-top: 1px solid var(--tec-line);
}

.tec-custom-process-item {
	display: grid;
	grid-template-columns: 80px 1fr 30px;
	gap: 30px;
	align-items: center;
	min-height: 135px;
	padding: 25px 0;
	border-bottom: 1px solid var(--tec-line);
	transition: .25s ease;
}

.tec-custom-process-item:hover {
	padding-left: 15px;
}

.tec-custom-process-item > span {
	font: 500 25px var(--tec-display);
	color: var(--tec-accent);
}

.tec-custom-process-item h3 {
	font: 500 29px var(--tec-display);
	margin: 0 0 7px;
}

.tec-custom-process-item p {
	color: var(--tec-muted);
	font-size: 12px;
	line-height: 1.7;
	margin: 0;
	max-width: 680px;
}

.tec-custom-process-item > strong {
	font-size: 18px;
	font-weight: 400;
	color: var(--tec-accent);
}


/* BRANDING */

.tec-custom-branding {
	background: var(--tec-paper);
}

.tec-custom-branding__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
	align-items: center;
}

.tec-custom-branding__copy h2 {
	font: 500 clamp(45px,5vw,67px)/.98 var(--tec-display);
	margin: 0 0 25px;
}

.tec-custom-branding__copy > p:not(.tec-eyebrow) {
	color: var(--tec-muted);
	font-size: 14px;
	line-height: 1.9;
	max-width: 560px;
}

.tec-custom-branding__copy ul {
	list-style: none;
	padding: 0;
	margin: 35px 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.tec-custom-branding__copy li {
	border-top: 1px solid var(--tec-line);
	padding: 14px 0 14px 20px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .08em;
	position: relative;
}

.tec-custom-branding__copy li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: var(--tec-accent);
	left: 0;
	top: 20px;
}

.tec-custom-branding__visual {
	min-height: 500px;
	background: #171614;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.tec-custom-branding__visual::before {
	content: "";
	position: absolute;
	inset: 25px;
	border: 1px solid rgba(184,145,103,.25);
}

.tec-custom-branding-card {
	width: 270px;
	height: 330px;
	border: 1px solid rgba(255,255,255,.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
	background: linear-gradient(145deg,#24211d,#121211);
	box-shadow: 0 30px 60px rgba(0,0,0,.3);
}

.tec-custom-branding-card span {
	font-size: 8px;
	letter-spacing: .3em;
	color: #aaa49b;
}

.tec-custom-branding-card strong {
	font: 500 72px var(--tec-display);
	letter-spacing: .1em;
	color: var(--tec-accent);
	margin: 20px 0;
}

.tec-custom-branding-card small {
	font-size: 7px;
	letter-spacing: .18em;
	color: #aaa49b;
}


/* WHY TEC */

.tec-custom-why {
	background: #fff;
}

.tec-custom-why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--tec-line);
	border-left: 1px solid var(--tec-line);
}

.tec-custom-why-grid > div {
	padding: 32px;
	min-height: 250px;
	border-right: 1px solid var(--tec-line);
	border-bottom: 1px solid var(--tec-line);
}

.tec-custom-why-grid strong {
	font: 500 20px var(--tec-display);
	color: var(--tec-accent);
}

.tec-custom-why-grid h3 {
	font: 500 25px var(--tec-display);
	margin: 45px 0 10px;
}

.tec-custom-why-grid p {
	color: var(--tec-muted);
	font-size: 12px;
	line-height: 1.8;
	margin: 0;
}


/* CTA */

.tec-custom-cta {
	background: #201a16;
	color: #fff;
}

.tec-custom-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px;
}

.tec-custom-cta h2 {
	font: 500 clamp(48px,6vw,76px)/.92 var(--tec-display);
	margin: 0 0 25px;
}

.tec-custom-cta p:not(.tec-eyebrow) {
	color: #bdb7ae;
	max-width: 600px;
	font-size: 14px;
	line-height: 1.8;
}


/* RESPONSIVE */

@media (max-width: 980px) {

	.tec-custom-hero__badge {
		display: none;
	}

	.tec-custom-service-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tec-custom-branding__grid {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.tec-custom-why-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tec-custom-cta__inner {
		display: block;
	}

	.tec-custom-cta__inner > div:last-child {
		margin-top: 35px;
	}
}


@media (max-width: 680px) {

	.tec-custom-hero {
		min-height: 650px;
	}

	.tec-custom-hero__inner {
		min-height: 650px;
		align-items: flex-end;
		padding-bottom: 80px;
	}

	.tec-custom-hero h1 {
		font-size: 53px;
	}

	.tec-custom-hero__lead {
		font-size: 14px;
	}

	.tec-custom-hero__actions {
		flex-direction: column;
		align-items: flex-start;
		gap: 22px;
	}

	.tec-custom-service-grid {
		grid-template-columns: 1fr;
	}

	.tec-custom-category-grid {
		grid-template-columns: 1fr;
	}

	.tec-custom-category {
		min-height: 250px;
	}

	.tec-custom-category h3 {
		font-size: 35px;
		margin-top: 50px;
	}

	.tec-custom-process-item {
		grid-template-columns: 45px 1fr 20px;
		gap: 15px;
	}

	.tec-custom-process-item h3 {
		font-size: 24px;
	}

	.tec-custom-branding__copy ul {
		grid-template-columns: 1fr;
	}

	.tec-custom-branding__visual {
		min-height: 420px;
	}

	.tec-custom-why-grid {
		grid-template-columns: 1fr;
	}

	.tec-custom-cta h2 {
		font-size: 48px;
	}
}
/* =========================================================
   TEC QUALITY ASSURANCE PAGE
   ========================================================= */

.tec-quality-page {
	background: var(--tec-cream);
	color: var(--tec-ink);
}

/* ---------------------------------------------------------
   HERO
--------------------------------------------------------- */

.tec-qa-hero {
	position: relative;
	min-height: 720px;
	background:
		linear-gradient(
			90deg,
			rgba(7,7,6,.97) 0%,
			rgba(7,7,6,.88) 43%,
			rgba(7,7,6,.45) 100%
		),
		linear-gradient(135deg,#181613,#34261c);
	color: #fff;
	overflow: hidden;
}

.tec-qa-hero::before {
	content: "";
	position: absolute;
	width: 650px;
	height: 650px;
	border: 1px solid rgba(184,145,103,.17);
	border-radius: 50%;
	right: -230px;
	top: -230px;
}

.tec-qa-hero::after {
	content: "QUALITY / CONTROL / CONSISTENCY";
	position: absolute;
	right: -45px;
	top: 50%;
	transform: rotate(90deg);
	color: rgba(255,255,255,.12);
	font-size: 9px;
	letter-spacing: .35em;
}

.tec-qa-hero__inner {
	min-height: 615px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.tec-qa-hero__content {
	max-width: 820px;
}

.tec-qa-hero h1 {
	font-family: var(--tec-display);
	font-size: clamp(58px,7vw,96px);
	font-weight: 500;
	line-height: .87;
	letter-spacing: -.045em;
	margin: 0;
}

.tec-qa-hero h1 strong {
	color: var(--tec-accent);
	font-weight: 500;
}

.tec-qa-hero__lead {
	max-width: 650px;
	margin: 32px 0;
	color: #c9c4bc;
	font-size: 16px;
	line-height: 1.85;
}

.tec-qa-hero__actions {
	display: flex;
	align-items: center;
	gap: 32px;
}

.tec-qa-hero__side {
	width: 190px;
	align-self: flex-end;
	margin-bottom: 90px;
}

.tec-qa-hero__stamp {
	width: 175px;
	height: 175px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.tec-qa-hero__stamp::before {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(184,145,103,.35);
	border-radius: 50%;
}

.tec-qa-hero__stamp span {
	font-size: 8px;
	letter-spacing: .3em;
	color: #a9a39a;
}

.tec-qa-hero__stamp strong {
	font: 500 58px/1 var(--tec-display);
	color: var(--tec-accent);
	margin: 5px 0;
}

.tec-qa-hero__stamp small {
	font-size: 7px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: .18em;
	color: #aaa49b;
}


/* ---------------------------------------------------------
   HERO STATS
--------------------------------------------------------- */

.tec-qa-hero__bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 105px;
	border-top: 1px solid rgba(255,255,255,.15);
	z-index: 3;
}

.tec-qa-stats {
	height: 100%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
}

.tec-qa-stats > div {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 0 25px;
	border-right: 1px solid rgba(255,255,255,.14);
}

.tec-qa-stats > div:first-child {
	border-left: 1px solid rgba(255,255,255,.14);
}

.tec-qa-stats strong {
	font: 500 35px var(--tec-display);
	color: var(--tec-accent);
}

.tec-qa-stats span {
	font-size: 9px;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: .13em;
	color: #c2bdb5;
}


/* ---------------------------------------------------------
   INTRO
--------------------------------------------------------- */

.tec-qa-intro {
	background: #fff;
}


/* ---------------------------------------------------------
   QUALITY PRINCIPLES
--------------------------------------------------------- */

.tec-qa-principles {
	background: var(--tec-paper);
}

.tec-qa-principle-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	border-top: 1px solid var(--tec-line);
	border-left: 1px solid var(--tec-line);
}

.tec-qa-principle-grid article {
	min-height: 275px;
	padding: 35px;
	border-right: 1px solid var(--tec-line);
	border-bottom: 1px solid var(--tec-line);
	transition: .3s ease;
}

.tec-qa-principle-grid article:hover {
	background: #fff;
	transform: translateY(-3px);
}

.tec-qa-principle-grid article > span {
	font: 500 19px var(--tec-display);
	color: var(--tec-accent);
}

.tec-qa-principle-grid h3 {
	font: 500 29px/1.1 var(--tec-display);
	margin: 50px 0 12px;
}

.tec-qa-principle-grid p {
	font-size: 12px;
	line-height: 1.8;
	color: var(--tec-muted);
	margin: 0;
}


/* ---------------------------------------------------------
   DARK QUALITY PROCESS
--------------------------------------------------------- */

.tec-qa-process {
	background: var(--tec-coal);
	color: #fff;
}

.tec-qa-process__grid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 100px;
}

.tec-qa-process__copy h2 {
	font: 500 clamp(46px,5vw,70px)/.96 var(--tec-display);
	margin: 0 0 25px;
}

.tec-qa-process__copy > p:not(.tec-eyebrow) {
	color: #bdb8b0;
	font-size: 14px;
	line-height: 1.9;
	max-width: 500px;
	margin-bottom: 32px;
}

.tec-qa-process__list {
	border-top: 1px solid rgba(255,255,255,.18);
}

.tec-qa-process__item {
	min-height: 105px;
	display: grid;
	grid-template-columns: 50px 1fr 25px;
	align-items: center;
	gap: 18px;
	border-bottom: 1px solid rgba(255,255,255,.14);
}

.tec-qa-process__item > span {
	font: 500 18px var(--tec-display);
	color: var(--tec-accent);
}

.tec-qa-process__item h3 {
	font: 500 22px var(--tec-display);
	margin: 0 0 5px;
}

.tec-qa-process__item p {
	color: #918c84;
	font-size: 11px;
	line-height: 1.65;
	margin: 0;
}

.tec-qa-process__item > strong {
	color: var(--tec-accent);
	font-weight: 400;
}


/* ---------------------------------------------------------
   INSPECTION
--------------------------------------------------------- */

.tec-qa-inspection {
	background: #fff;
}

.tec-qa-inspection-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	border-top: 1px solid var(--tec-line);
	border-left: 1px solid var(--tec-line);
}

.tec-qa-inspection-grid > div {
	min-height: 220px;
	padding: 30px;
	border-right: 1px solid var(--tec-line);
	border-bottom: 1px solid var(--tec-line);
	transition: .25s ease;
}

.tec-qa-inspection-grid > div:hover {
	background: var(--tec-paper);
}

.tec-qa-inspection-grid span {
	font: 500 18px var(--tec-display);
	color: var(--tec-accent);
}

.tec-qa-inspection-grid h3 {
	font: 500 25px var(--tec-display);
	margin: 45px 0 8px;
}

.tec-qa-inspection-grid p {
	color: var(--tec-muted);
	font-size: 11px;
	line-height: 1.7;
	margin: 0;
}


/* ---------------------------------------------------------
   CATEGORY
--------------------------------------------------------- */

.tec-qa-categories {
	background: #181715;
	color: #fff;
}

.tec-qa-category-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 1px;
	background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.14);
}

.tec-qa-category-grid > div {
	min-height: 290px;
	padding: 35px;
	background: #181715;
	transition: .3s ease;
}

.tec-qa-category-grid > div:hover {
	background: #211f1b;
}

.tec-qa-category-grid span {
	font: 500 18px var(--tec-display);
	color: var(--tec-accent);
}

.tec-qa-category-grid h3 {
	font: 500 31px/1 var(--tec-display);
	margin: 60px 0 12px;
}

.tec-qa-category-grid p {
	color: #aaa59d;
	font-size: 11px;
	line-height: 1.75;
	margin: 0;
}


/* ---------------------------------------------------------
   REQUIREMENTS
--------------------------------------------------------- */

.tec-qa-requirements {
	background: var(--tec-paper);
}

.tec-qa-requirements__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
	align-items: start;
}

.tec-qa-requirements h2 {
	font: 500 clamp(45px,5vw,67px)/.98 var(--tec-display);
	margin: 0;
}

.tec-qa-requirements__grid > div:last-child {
	padding-top: 10px;
}

.tec-qa-requirements__grid > div:last-child p {
	color: var(--tec-muted);
	font-size: 14px;
	line-height: 1.9;
	margin: 0 0 22px;
}


/* ---------------------------------------------------------
   CTA
--------------------------------------------------------- */

.tec-qa-cta {
	background: #201a16;
	color: #fff;
}

.tec-qa-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 80px;
}

.tec-qa-cta h2 {
	font: 500 clamp(50px,6vw,78px)/.9 var(--tec-display);
	margin: 0 0 25px;
}

.tec-qa-cta p:not(.tec-eyebrow) {
	max-width: 600px;
	color: #bdb7ae;
	font-size: 14px;
	line-height: 1.85;
}


/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */

@media (max-width: 1100px) {

	.tec-qa-principle-grid {
		grid-template-columns: repeat(2,1fr);
	}

	.tec-qa-inspection-grid {
		grid-template-columns: repeat(2,1fr);
	}

	.tec-qa-category-grid {
		grid-template-columns: repeat(2,1fr);
	}

	.tec-qa-process__grid {
		gap: 60px;
	}

}


@media (max-width: 980px) {

	.tec-qa-hero__side {
		display: none;
	}

	.tec-qa-process__grid,
	.tec-qa-requirements__grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.tec-qa-cta__inner {
		display: block;
	}

	.tec-qa-cta__inner > div:last-child {
		margin-top: 35px;
	}

}


@media (max-width: 680px) {

	.tec-qa-hero {
		min-height: 700px;
	}

	.tec-qa-hero__inner {
		min-height: 610px;
		align-items: flex-end;
		padding-bottom: 125px;
	}

	.tec-qa-hero h1 {
		font-size: 55px;
	}

	.tec-qa-hero__lead {
		font-size: 14px;
	}

	.tec-qa-hero__actions {
		flex-direction: column;
		align-items: flex-start;
		gap: 22px;
	}

	.tec-qa-hero__bottom {
		height: 90px;
	}

	.tec-qa-stats {
		grid-template-columns: repeat(2,1fr);
	}

	.tec-qa-stats > div {
		padding: 0 12px;
	}

	.tec-qa-stats > div:nth-child(n+3) {
		display: none;
	}

	.tec-qa-principle-grid,
	.tec-qa-inspection-grid,
	.tec-qa-category-grid {
		grid-template-columns: 1fr;
	}

	.tec-qa-principle-grid article {
		min-height: 230px;
	}

	.tec-qa-process__item {
		grid-template-columns: 38px 1fr 18px;
		gap: 12px;
	}

	.tec-qa-process__item h3 {
		font-size: 20px;
	}

	.tec-qa-category-grid > div {
		min-height: 240px;
	}

	.tec-qa-category-grid h3 {
		margin-top: 45px;
	}

	.tec-qa-requirements h2 {
		font-size: 47px;
	}

	.tec-qa-cta h2 {
		font-size: 49px;
	}

}
/* =========================================================
   TEC PRODUCTS MEGA MENU
   ========================================================= */

.tec-nav > ul > li.tec-mega-menu-parent {
    position: static;
}

/* Mega menu container */
.tec-nav > ul > li.tec-mega-menu-parent > .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;

    width: 100vw;
    min-width: 100%;

    margin: 0;
    padding: 32px 42px 38px;

    background: #ffffff;

    border: 0;
    border-top: 1px solid rgba(17,17,15,.08);

    box-shadow: 0 18px 45px rgba(0,0,0,.12);

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 35px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(8px);

    transition:
        opacity .22s ease,
        visibility .22s ease,
        transform .22s ease;

    z-index: 100;
}


/* Open mega menu */
.tec-nav > ul > li.tec-mega-menu-parent:hover > .sub-menu,
.tec-nav > ul > li.tec-mega-menu-parent:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}


/* Category columns */
.tec-nav > ul > li.tec-mega-menu-parent > .sub-menu > li {
    position: static;
    display: block;
}


/* Category heading */
.tec-nav > ul > li.tec-mega-menu-parent > .sub-menu > li > a {
    display: block;

    padding: 0 0 13px;

    color: #111;

    font-size: 12px;
    font-weight: 800;

    line-height: 1.3;

    text-transform: uppercase;
    letter-spacing: .03em;

    border-bottom: 1px solid rgba(17,17,15,.12);

    transition: color .2s ease;
}


.tec-nav > ul > li.tec-mega-menu-parent > .sub-menu > li > a:hover {
    color: var(--tec-accent);
}


/* Child category list */
.tec-nav > ul > li.tec-mega-menu-parent > .sub-menu > li > .sub-menu {
    position: static;

    display: block;

    min-width: 0;

    margin: 0;
    padding: 10px 0 0;

    background: transparent;

    border: 0;

    box-shadow: none;

    opacity: 1;
    visibility: visible;
    transform: none;
}


/* Child links */
.tec-nav > ul > li.tec-mega-menu-parent
> .sub-menu
> li
> .sub-menu
> li {
    display: block;
}


.tec-nav > ul > li.tec-mega-menu-parent
> .sub-menu
> li
> .sub-menu
> li
> a {

    display: block;

    padding: 4px 0;

    color: #28303a;

    font-size: 10px;
    font-weight: 500;

    line-height: 1.5;

    text-transform: uppercase;
    letter-spacing: .01em;

    border: 0;

    transition:
        color .2s ease,
        padding-left .2s ease;
}


.tec-nav > ul > li.tec-mega-menu-parent
> .sub-menu
> li
> .sub-menu
> li
> a:hover {

    color: var(--tec-accent);

    padding-left: 4px;
}


/* Hide the normal dropdown arrow/underline inside mega menu */
.tec-nav > ul > li.tec-mega-menu-parent
> .sub-menu
a::after {
    display: none;
}


/* =========================================================
   MEGA MENU INNER WIDTH
   ========================================================= */

.tec-nav > ul > li.tec-mega-menu-parent > .sub-menu {
    padding-left: max(42px, calc((100vw - 1180px) / 2));
    padding-right: max(42px, calc((100vw - 1180px) / 2));
}


/* =========================================================
   DESKTOP BREAKPOINT
   ========================================================= */

@media (max-width: 1100px) {

    .tec-nav > ul > li.tec-mega-menu-parent > .sub-menu {
        padding-left: 28px;
        padding-right: 28px;
        gap: 25px;
    }

    .tec-nav > ul > li.tec-mega-menu-parent
    > .sub-menu
    > li
    > a {
        font-size: 11px;
    }

    .tec-nav > ul > li.tec-mega-menu-parent
    > .sub-menu
    > li
    > .sub-menu
    > li
    > a {
        font-size: 9px;
    }
}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 980px) {

    .tec-nav > ul > li.tec-mega-menu-parent {
        position: relative;
    }

    .tec-nav > ul > li.tec-mega-menu-parent > .sub-menu {

        position: static;

        width: auto;
        min-width: 0;

        display: block;

        padding: 0;

        background: transparent;

        border: 0;

        box-shadow: none;

        opacity: 1;
        visibility: visible;
        pointer-events: auto;

        transform: none;
    }


    .tec-nav > ul > li.tec-mega-menu-parent
    > .sub-menu
    > li {

        border-bottom: 1px solid var(--tec-line);
    }


    .tec-nav > ul > li.tec-mega-menu-parent
    > .sub-menu
    > li
    > a {

        padding: 14px 0;

        border: 0;

        font-size: 12px;
    }


    .tec-nav > ul > li.tec-mega-menu-parent
    > .sub-menu
    > li
    > .sub-menu {

        padding: 0 0 10px 15px;
    }


    .tec-nav > ul > li.tec-mega-menu-parent
    > .sub-menu
    > li
    > .sub-menu
    > li
    > a {

        padding: 6px 0;

        font-size: 10px;
    }
}
