/**
 * Trommel Screen Equipment Category Page
 *
 * Scoped under .tse-page with tse- prefix on all custom classes.
 * Reuses global utilities from main.css: .section-eyebrow, .section-title,
 * .section-sub, .btn, .btn-primary, .btn-ghost, .btn-outline-dark, .btn-light,
 * .btn-sm, .btn-arrow
 *
 * @package GCS_Rentals
 * @since 2.0.0
 */

/* -------------------------------------------------------
 * Variables (scoped)
 * ------------------------------------------------------- */
.tse-page {
    --tse-red: #C41820;
    --tse-red-deep: #9E1015;
    --tse-black: #000000;
    --tse-white: #FFFFFF;
    --tse-gray-95: #F5F5F5;
    --tse-gray-92: #ECECEC;
    --tse-gray-85: #D8D8D8;
    --tse-gray-60: #888888;
    --tse-gray-30: #2A2A2A;
    --tse-line: #E2E2E2;
}

/* -------------------------------------------------------
 * Layout
 * ------------------------------------------------------- */
.tse-container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

.tse-section {
    padding: 96px 32px;
}

.tse-section-gray {
    background: var(--tse-gray-95);
}

.tse-section-inner {
    max-width: 1320px;
    margin: 0 auto;
}

.tse-section-head {
    margin-bottom: 56px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 32px;
    flex-wrap: wrap;
}

.tse-section-head > div:first-child {
    max-width: 760px;
}

/* Override section-sub color inside .tse-page */
.tse-page .section-sub {
    color: var(--tse-gray-30);
}

/* -------------------------------------------------------
 * 1. Breadcrumb
 * ------------------------------------------------------- */
.tse-breadcrumb {
    background: var(--tse-gray-95);
    border-bottom: 1px solid var(--tse-line);
    padding: 0 32px;
}

/* -------------------------------------------------------
 * 2. Hero
 * ------------------------------------------------------- */
.tse-hero {
    background: var(--tse-black);
    color: var(--tse-white);
    position: relative;
    overflow: hidden;
}

.tse-hero-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 0;
    min-height: 600px;
}

.tse-hero-main {
    padding: 80px 56px 72px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tse-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--tse-red);
    margin-bottom: 22px;
}

.tse-hero-eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--tse-red);
}

.tse-hero-h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(48px, 6.4vw, 104px);
    line-height: 0.92;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-wrap: balance;
    margin: 0 0 22px;
}

.tse-accent {
    color: var(--tse-red);
}

.tse-hero-sub {
    font-size: 18px;
    line-height: 1.5;
    max-width: 580px;
    color: rgba(255, 255, 255, .85);
    margin: 0 0 28px;
}

.tse-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.tse-hero-meta {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.tse-hero-meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tse-hero-meta-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
    color: var(--tse-white);
}

.tse-hero-meta-num .tse-unit {
    font-size: 16px;
    color: rgba(255, 255, 255, .85);
    margin-left: 4px;
}

.tse-hero-meta-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
}

/* Hero photo panel */
.tse-hero-photo {
    background: #111;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.tse-hero-photo svg {
    width: 100%;
    height: 100%;
    display: block;
}

.tse-hero-photo-tag {
    position: absolute;
    top: 24px;
    left: 24px;
    background: var(--tse-red);
    color: var(--tse-white);
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tse-hero-photo-spec {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background: rgba(0, 0, 0, .85);
    border-left: 3px solid var(--tse-red);
    padding: 16px 20px;
    backdrop-filter: blur(8px);
}

.tse-hero-photo-spec h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    color: var(--tse-white);
    margin: 0 0 4px;
}

.tse-hero-photo-spec p {
    font-size: 14px;
    color: rgba(255, 255, 255, .85);
    margin: 0;
    letter-spacing: 0.04em;
}

/* -------------------------------------------------------
 * 3. How It Works
 * ------------------------------------------------------- */
.tse-how-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.tse-how-diagram {
    background: var(--tse-black);
    aspect-ratio: 5 / 4;
    padding: 0;
}

.tse-how-diagram svg {
    width: 100%;
    height: 100%;
    display: block;
}

.tse-how-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1.5px solid var(--tse-black);
}

.tse-how-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid var(--tse-line);
    align-items: start;
}

.tse-how-step:last-child {
    border-bottom: 1.5px solid var(--tse-black);
}

.tse-how-step-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 0.9;
    color: var(--tse-red);
    letter-spacing: -0.02em;
}

.tse-how-step h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    margin: 0 0 6px;
}

.tse-how-step p {
    font-size: 15px;
    line-height: 1.5;
    color: var(--tse-gray-30);
    margin: 0;
}

/* -------------------------------------------------------
 * 4. Models
 * ------------------------------------------------------- */
.tse-models-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1.5px solid var(--tse-black);
}

.tse-model-card {
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: var(--tse-white);
}

.tse-model-card + .tse-model-card {
    border-left: 1.5px solid var(--tse-black);
}

.tse-model-tag {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--tse-gray-60);
    margin-bottom: 8px;
}

.tse-featured .tse-model-tag {
    color: var(--tse-red);
}

.tse-model-card h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 56px;
    line-height: 0.9;
    letter-spacing: -0.02em;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.tse-model-blurb {
    font-size: 15px;
    line-height: 1.5;
    color: var(--tse-gray-30);
    margin: 0 0 24px;
    max-width: 380px;
}

.tse-model-image {
    background: var(--tse-black);
    aspect-ratio: 16 / 9;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.tse-model-image svg {
    width: 100%;
    height: 100%;
    display: block;
}

.tse-model-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    border-top: 1px solid var(--tse-line);
}

.tse-model-specs li {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 12px 0;
    border-bottom: 1px solid var(--tse-line);
    font-size: 14px;
    gap: 16px;
}

.tse-model-specs li span:first-child {
    color: var(--tse-gray-60);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 14px;
}

.tse-model-specs li span:last-child {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
}

.tse-model-card .btn {
    align-self: flex-start;
    margin-top: auto;
}

.tse-featured .btn-primary {
    background: var(--tse-red);
    color: var(--tse-white);
}

.tse-featured .btn-primary:hover {
    background: var(--tse-red-deep);
}

/* -------------------------------------------------------
 * 5. Materials
 * ------------------------------------------------------- */
.tse-mat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1.5px solid var(--tse-black);
}

.tse-mat-cell {
    padding: 32px 28px;
    border-right: 1px solid var(--tse-line);
    border-bottom: 1px solid var(--tse-line);
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 260px;
}

.tse-mat-cell:nth-child(4n) {
    border-right: none;
}

.tse-mat-cell:nth-last-child(-n+4) {
    border-bottom: none;
}

.tse-mat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.18em;
    color: var(--tse-red);
}

.tse-mat-cell h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    line-height: 1.05;
    margin: 0;
}

.tse-mat-cell p {
    font-size: 15px;
    line-height: 1.5;
    color: var(--tse-gray-30);
    margin: 0;
}

.tse-mesh {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tse-gray-60);
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid var(--tse-line);
}

/* -------------------------------------------------------
 * 6. Calculator
 * ------------------------------------------------------- */
.tse-calc {
    background: var(--tse-black);
    color: var(--tse-white);
}

.tse-calc-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 0;
}

/* Inputs panel (left) */
.tse-calc-inputs {
    padding: 64px 56px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.tse-calc-inputs h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    margin: 0 0 14px;
}

.tse-calc-inputs p {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .85);
    margin: 0 0 32px;
    max-width: 460px;
}

/* Slider field */
.tse-calc-field {
    margin-bottom: 24px;
}

.tse-calc-field-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}

.tse-calc-field-head label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
}

.tse-calc-val {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 1;
    color: var(--tse-white);
    letter-spacing: -0.01em;
}

/* Range slider custom styling */
.tse-calc-field input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, .15);
    outline: none;
    border-radius: 0;
    margin: 0;
}

.tse-calc-field input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    background: var(--tse-red);
    border: 3px solid var(--tse-white);
    box-shadow: 0 0 0 1.5px var(--tse-black);
    cursor: pointer;
    border-radius: 50%;
}

.tse-calc-field input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: var(--tse-red);
    border: 3px solid var(--tse-white);
    box-shadow: 0 0 0 1.5px var(--tse-black);
    cursor: pointer;
    border-radius: 50%;
}

.tse-calc-field input[type="range"]::-moz-range-track {
    height: 4px;
    background: rgba(255, 255, 255, .15);
    border: none;
}

.tse-calc-field-hints {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Model toggle */
.tse-calc-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, .2);
}

.tse-calc-toggle button {
    padding: 14px 20px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, .85);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background .15s, color .15s;
    text-align: center;
}

.tse-calc-toggle button.active {
    background: var(--tse-red);
    color: var(--tse-white);
}

.tse-calc-toggle button:hover:not(.active) {
    color: var(--tse-white);
}

/* Output panel (right) */
.tse-calc-output {
    padding: 64px 56px;
    background: linear-gradient(180deg, #0a0a0a 0%, #000 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tse-calc-output-eye {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--tse-red);
    margin-bottom: 14px;
}

.tse-calc-output h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    margin: 0 0 28px;
}

/* Result grid */
.tse-calc-result-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, .15);
    margin-bottom: 18px;
}

.tse-calc-result {
    padding: 22px 24px;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.tse-calc-result:last-child {
    border-right: none;
}

.tse-calc-result-l {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 6px;
}

.tse-calc-result-v {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 44px;
    line-height: 0.95;
    color: var(--tse-white);
    letter-spacing: -0.02em;
}

.tse-calc-result-v .tse-calc-result-u {
    font-size: 16px;
    color: rgba(255, 255, 255, .85);
    margin-left: 4px;
}

/* Big savings box */
.tse-calc-bigsavings {
    background: var(--tse-red);
    padding: 26px 28px;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 16px;
    align-items: center;
}

.tse-calc-bigsavings-label {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 4px;
}

.tse-calc-bigsavings-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 44px;
    line-height: 0.95;
    color: var(--tse-white);
    letter-spacing: -0.02em;
}

.tse-calc-bigsavings-right {
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
}

.tse-calc-bigsavings-right strong {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: var(--tse-white);
    margin-top: 2px;
    letter-spacing: -0.01em;
}

/* Footer note */
.tse-calc-foot {
    font-size: 15px;
    color: rgba(255, 255, 255, .85);
    margin-top: 22px;
    line-height: 1.5;
}

.tse-calc-foot a {
    color: var(--tse-red);
    font-weight: 700;
    text-decoration: none;
}

.tse-calc-foot a:hover {
    text-decoration: underline;
}

/* -------------------------------------------------------
 * 7. Locations
 * ------------------------------------------------------- */
.tse-map-band {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    margin-bottom: 56px;
}

.tse-us-map {
    aspect-ratio: 5 / 3;
    background: var(--tse-black);
    border: 1.5px solid var(--tse-black);
}

.tse-us-map svg {
    width: 100%;
    height: 100%;
    display: block;
}

.tse-map-info h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    margin: 0 0 16px;
}

.tse-map-info p {
    font-size: 15px;
    line-height: 1.5;
    color: var(--tse-gray-30);
    margin: 0 0 24px;
    max-width: 480px;
}

.tse-map-stats {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    padding: 18px 0;
    border-top: 1.5px solid var(--tse-black);
    border-bottom: 1.5px solid var(--tse-black);
}

.tse-map-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tse-map-stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
    color: var(--tse-red);
}

.tse-map-stat-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tse-gray-60);
    margin-top: 4px;
}

/* -------------------------------------------------------
 * 9. Blog
 * ------------------------------------------------------- */
.tse-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tse-blog-card {
    background: var(--tse-white);
    border: 1.5px solid var(--tse-line);
    display: flex;
    flex-direction: column;
    transition: border-color .15s, transform .15s;
    text-decoration: none;
    color: var(--tse-black);
}

.tse-blog-card:hover {
    border-color: var(--tse-black);
    transform: translateY(-2px);
}

.tse-blog-cover {
    background: var(--tse-black);
    aspect-ratio: 16 / 10;
    position: relative;
    overflow: hidden;
}

.tse-blog-cover svg {
    width: 100%;
    height: 100%;
    display: block;
}

.tse-blog-cover-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--tse-red);
    color: var(--tse-white);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tse-blog-body {
    padding: 24px 24px 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.tse-blog-meta {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tse-gray-60);
}

.tse-blog-card h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    margin: 0;
}

.tse-blog-card p {
    font-size: 15px;
    line-height: 1.55;
    color: var(--tse-gray-30);
    margin: 0;
}

.tse-blog-link {
    margin-top: auto;
    padding-top: 14px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tse-blog-link::after {
    content: '\2192';
    transition: transform .15s;
}

.tse-blog-card:hover .tse-blog-link::after {
    transform: translateX(4px);
}

/* -------------------------------------------------------
 * 10. Final CTA
 * ------------------------------------------------------- */
.tse-final-cta {
    background: var(--tse-red);
    color: var(--tse-white);
    padding: 96px 32px;
}

.tse-final-cta-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: center;
}

.tse-final-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--tse-white);
    margin-bottom: 14px;
}

.tse-final-cta-eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--tse-white);
}

.tse-final-cta h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(40px, 5.5vw, 80px);
    line-height: 0.95;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    text-wrap: balance;
    margin: 0 0 20px;
}

.tse-final-cta-lead {
    font-size: 17px;
    line-height: 1.5;
    opacity: 0.95;
    margin: 0 0 28px;
    max-width: 540px;
}

.tse-final-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tse-final-cta-hours {
    margin-top: 24px;
    font-size: 14px;
    opacity: 0.85;
    letter-spacing: 0.04em;
}

/* Quote form wrapper override */
.tse-quote-form {
    background: var(--tse-white);
    color: var(--tse-black);
    padding: 36px;
}

.tse-quote-form h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.tse-quote-form .contact-form-component {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}

.tse-quote-form .contact-form-component__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

/* -------------------------------------------------------
 * 11. Sticky Mobile CTA
 * ------------------------------------------------------- */
.tse-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 70;
    background: var(--tse-black);
    padding: 12px 16px;
    border-top: 4px solid var(--tse-red);
    gap: 10px;
}

.tse-sticky-cta .btn {
    flex: 1;
}

/* -------------------------------------------------------
 * Responsive: 980px
 * ------------------------------------------------------- */
@media (max-width: 980px) {
    .tse-hero-grid {
        grid-template-columns: 1fr;
    }

    .tse-hero-main {
        padding: 56px 20px;
    }

    .tse-hero-photo {
        min-height: 320px;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .tse-how-grid {
        grid-template-columns: 1fr;
    }

    .tse-models-grid {
        grid-template-columns: 1fr;
    }

    .tse-model-card + .tse-model-card {
        border-left: none;
        border-top: 1.5px solid var(--tse-black);
    }

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

    .tse-mat-cell:nth-child(4n) {
        border-right: 1px solid var(--tse-line);
    }

    .tse-mat-cell:nth-last-child(-n+4) {
        border-bottom: 1px solid var(--tse-line);
    }

    .tse-mat-cell:nth-child(2n) {
        border-right: none;
    }

    .tse-mat-cell:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .tse-calc-grid {
        grid-template-columns: 1fr;
    }

    .tse-calc-inputs {
        padding: 48px 24px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .tse-calc-output {
        padding: 48px 24px;
    }

    .tse-map-band {
        grid-template-columns: 1fr;
    }

    .tse-blog-grid {
        grid-template-columns: 1fr;
    }

    .tse-final-cta-inner {
        grid-template-columns: 1fr;
    }

    .tse-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .tse-calc-bigsavings {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tse-calc-bigsavings-right {
        text-align: left;
    }
}

/* -------------------------------------------------------
 * Responsive: 720px
 * ------------------------------------------------------- */
@media (max-width: 720px) {
    .tse-sticky-cta {
        display: flex;
    }

    .tse-page {
        padding-bottom: 84px;
    }

    .tse-section {
        padding: 64px 20px;
    }

    .tse-breadcrumb {
        padding: 0 20px;
    }

    .tse-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tse-final-cta {
        padding: 64px 20px;
    }

    .tse-hero-meta {
        gap: 24px;
    }

    .tse-map-stats {
        gap: 16px;
    }

    .tse-calc-inputs {
        padding: 36px 24px;
    }

    .tse-calc-output {
        padding: 36px 24px;
    }

    .tse-model-card h3 {
        font-size: 42px;
    }

    .tse-model-card {
        padding: 28px 24px;
    }

    .tse-mat-cell {
        padding: 24px 20px;
        min-height: 220px;
    }

    .tse-calc-result-v {
        font-size: 36px;
    }

    .tse-calc-bigsavings-num {
        font-size: 36px;
    }

    .tse-calc-bigsavings-right strong {
        font-size: 24px;
    }
}

/* -------------------------------------------------------
 * Responsive: 560px
 * ------------------------------------------------------- */
@media (max-width: 560px) {
    .tse-mat-grid {
        grid-template-columns: 1fr;
    }

    .tse-mat-cell:nth-child(n) {
        border-right: none;
        border-bottom: 1px solid var(--tse-line);
    }

    .tse-mat-cell:last-child {
        border-bottom: none;
    }

    .tse-hero-h1 {
        font-size: clamp(36px, 10vw, 48px);
    }

    .tse-hero-main {
        padding: 40px 16px;
    }

    .tse-hero-sub {
        font-size: 16px;
    }

    .tse-hero-meta-num {
        font-size: 28px;
    }

    .tse-hero-photo-spec h4 {
        font-size: 18px;
    }

    .tse-calc-result-grid {
        grid-template-columns: 1fr;
    }

    .tse-calc-result {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }

    .tse-calc-result:last-child {
        border-bottom: none;
    }

    .tse-calc-bigsavings {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .tse-calc-bigsavings-right {
        text-align: left;
    }

    .tse-blog-card h4 {
        font-size: 20px;
    }

    .tse-final-cta h2 {
        font-size: clamp(32px, 9vw, 48px);
    }

    .tse-quote-form {
        padding: 24px 20px;
    }

    .tse-map-info h3 {
        font-size: 26px;
    }

    .tse-map-stat-num {
        font-size: 28px;
    }

    .tse-states-grid {
        grid-template-columns: 1fr 1fr;
    }
}
