.th-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 70px 0 90px;
}

.th-hero-content {
    flex: 0 0 54%;
}


.th-eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 18px;
}

.th-hero h1 {
    font-size: clamp(56px, 5vw, 82px);
    line-height: 0.9;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin: 0 0 28px;
    color: #111 !important;
}

.th-intro {
    max-width: 520px;
    font-size: 19px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
}

.th-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.th-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s ease;
}

.th-btn-primary {
    background: #e50707;
    border: 2px solid #e50707;
    color: #fff;
}

.th-btn-primary:hover {
    background: #b6141a;
    border-color: #b6141a;
    color: #fff;
    text-decoration: none;
}

.th-btn-secondary {
    background: #fff;
    border: 2px solid #e50707;
    color: #e50707;
}

.th-btn-secondary:hover {
    background: #f8f8f8;
    color: #e50707;
    text-decoration: none;
}

.th-hero-image {
    flex: 0 0 46%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.th-hero-product-logo {
    width: 460px;
    max-width: 100%;
    margin-bottom: 25px;
    display: block;
}

.th-hero-blade {
    width: 150%;
    max-width: none;
    display: block;
}

@media (max-width: 991px) {

    .th-hero {
        flex-direction: column;
        text-align: center;
        padding: 40px 0 60px;
        gap: 30px;
    }

    .th-hero-content,
    .th-hero-image {
        flex: 1 1 100%;
        width: 100%;
    }

    .th-intro {
        max-width: 100%;
    }

    .th-buttons {
        justify-content: center;
    }

    .th-hero h1 {
        font-size: 48px;
    }

    .th-hero-product-logo {
        width: 340px;
        margin-bottom: 20px;
    }

    .th-hero-blade {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

}

/* =========================================
   SHARPER STRONGER SMARTER
========================================= */

.th-pillars {
    padding: 90px 0;
    border-top: 1px solid #ececec;
}

.th-pillars-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 70px;
}

.th-pillars-header span {
    width: 120px;
    height: 2px;
    background: #e50707;
}

.th-pillars-header h2 {
    margin: 0;
    font-size: 52px;
    font-weight: 800;
    color: #111 !important;
    line-height: 1;
    text-align: center;
}

.th-pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.th-pillar {
    text-align: center;
    padding: 0 40px;
    position: relative;
}

.th-pillar:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 25px;
    right: 0;
    width: 1px;
    height: 180px;
    background: #e5e5e5;
}


.th-pillar-icon img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 0 auto 30px auto;
}

.th-pillar h3 {
    margin: 0 0 18px;
    font-size: 32px;
    font-weight: 800;
    color: #111 !important;
}

.th-pillar p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 17px;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .th-pillars {
        padding: 60px 0;
    }

    .th-pillars-header {
        gap: 15px;
        margin-bottom: 40px;
    }

    .th-pillars-header span {
        width: 50px;
    }

    .th-pillars-header h2 {
        font-size: 34px;
    }

    .th-pillars-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .th-pillar {
        padding: 0;
    }

    .th-pillar:not(:last-child)::after {
        display: none;
    }

    .th-pillar-icon img {
        width: 100px;
        height: 100px;
    }

    .th-pillar h3 {
        font-size: 26px;
    }

}

/* =========================================
   STOCK SIZES
========================================= */

.th-stock-section {
    padding: 90px 0;
}

.th-stock-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.th-stock-header h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 800;
    color: #111 !important;
}

.th-view-all {
    color: #e50707;
    text-decoration: none;
    font-weight: 700;
}

.th-stock-layout {
    display: grid;
    grid-template-columns: 2fr 340px;
    gap: 40px;
}

.th-stock-table {
    width: 100%;
    border-collapse: collapse;
}

.th-stock-table thead th {
    background: #222;
    color: #fff;
    padding: 16px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05em;
    position: sticky;
    top: 0;
    z-index: 5;
}

.th-stock-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 15px;
}


.th-stock-table a {
    color: #e50707;
    text-decoration: none;
    font-weight: 700;
}

.th-stock-table .th-hidden-row {
    display: none;
}

.th-stock-table .th-hidden-row.is-visible {
    display: table-row !important;
}

.th-table-toggle-wrap {
    text-align: center;
    margin-top: 25px;
}

.th-table-toggle {
    background: none;
    border: none;
    color: #e50707;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
}

.th-table-toggle:hover {
    text-decoration: underline;
}

.th-custom-box {
    border: 1px solid #e5e5e5;
    padding: 35px;
    background: #fafafa;
    position: sticky;
    top: 30px;
    align-self: start;
}

.th-custom-box img {
    width: 80px;
    margin-bottom: 25px;
}

.th-custom-box h3 {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 20px;
}

.th-custom-box p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* =========================================
   CLICKABLE TABLE ROWS
========================================= */

.th-stock-table tbody tr {
    cursor: pointer;
    transition: all .2s ease;
}

.th-stock-table tbody tr:hover {
    background: #fafafa;
}

.th-stock-table tbody tr:hover .th-view-link {
    color: #b91419;
}

.th-view-link {
    color: #e50707;
    font-weight: 700;
    transition: color .2s ease;
}


/* =========================================
   BENEFITS
========================================= */

.th-benefits {
    padding: 30px;
    background: #fafafa;
}

.th-section-heading {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.th-section-heading h2 {
    font-size: 48px;
    font-weight: 800;
    color: #111 !important;
    margin-bottom: 20px;
}

.th-section-heading p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

.th-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.th-benefit-card {
    background: #fff;
    padding: 35px 30px;
    text-align: center;
    border: 1px solid #e8e8e8;
    transition: all .2s ease;
}

.th-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
}

.th-benefit-card img {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px auto;
}

.th-benefit-card h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #111;
}

.th-benefit-card p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 991px) {

    .th-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {

    .th-benefits {
        padding: 70px 0;
    }

    .th-section-heading h2 {
        font-size: 36px;
    }

    .th-benefits-grid {
        grid-template-columns: 1fr;
    }

}

/* =========================================
   HUB SUPPORT
========================================= */

.th-hub-support {
    padding: 100px 0;
}

.th-hub-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.th-hub-card {
    padding: 35px 30px;
    border-top: 4px solid #e50707;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.04);
}

.th-hub-card h3 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 800;
    color: #111;
}

.th-hub-card p {
    margin: 0;
    color: #666;
    line-height: 1.8;
}

@media (max-width: 991px) {

    .th-hub-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {

    .th-hub-support {
        padding: 70px 0;
    }

    .th-hub-grid {
        grid-template-columns: 1fr;
    }

}

/* =========================================
   FIELD TESTING
========================================= */

.th-testing {
    background: #1d1d1d;
    padding: 90px 0;
    margin: 0;
}

.th-testing-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.th-testing-label {
    display: inline-block;
    color: rgba(255,255,255,.7);
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

.th-testing h2 {
    color: #e50707 !important;
    font-size: 52px;
    font-weight: 800;
    margin: 0 0 25px;
    line-height: 1;
}

.th-testing p {
    color: rgba(255,255,255,.85) !important;
    font-size: 19px;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 768px) {

    .th-testing {
        padding: 70px 0;
    }

    .th-testing h2 {
        font-size: 38px;
    }

    .th-testing p {
        font-size: 17px;
    }

}


/* =========================================
   CONTACT SECTION
========================================= */

.th-contact {
    padding: 30px;
    margin-top: 100px;
    background: #fafafa;
}

.th-contact-inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: start;
}

.th-contact-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 20px;
}

.th-contact h2 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 25px;
    color: #111 !important;
}

.th-contact p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 35px;
}

.th-contact-highlights {
    display: grid;
    gap: 16px;
}

.th-highlight {
    font-weight: 600;
    color: #222;
}

.th-contact-form {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

@media (max-width: 991px) {

    .th-contact-inner {
        grid-template-columns: 1fr;
    }

    .th-contact-form {
        margin-top: 20px;
    }

}

@media (max-width: 768px) {

    .th-contact {
        padding: 70px 0;
    }

    .th-contact h2 {
        font-size: 40px;
    }

}


@media (max-width: 768px) {

    .th-stock-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .th-stock-layout {
        grid-template-columns: 1fr;
    }

    .th-stock-table-wrap {
        overflow-x: auto;
    }

    .th-stock-table {
        min-width: 700px;
    }

}


.video-container {
    width: 100%;
}

.video-container iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: none;
}

