/**
 * Concrete Crusher City Listing Page Styles
 *
 * Mirrors the air burner listing CSS structure, scoped under .ccl-page
 * with ccl- prefix on all custom classes. Industrial aesthetic: zero radius,
 * heavy borders, Barlow Condensed uppercase headings, red/black/white only.
 *
 * Loads after main.css; scoped under .ccl-page to avoid collisions.
 *
 * @package GCS_Rentals
 * @since   5.0.0
 */

/* ==========================================================================
   1. DESIGN TOKENS
   ========================================================================== */
.ccl-page {
    --red: #C41820;
    --red-deep: #9E1015;
    --red-soft: #FFEEEE;
    --black: #000000;
    --white: #FFFFFF;
    --gray-95: #F5F5F5;
    --gray-92: #ECECEC;
    --gray-85: #D8D8D8;
    --gray-60: #888888;
    --gray-40: #4A4A4A;
    --gray-30: #2A2A2A;
    --line: #E2E2E2;
    --ok: #1B7F3A;
}

/* ==========================================================================
   2. HEADING RESET
   ========================================================================== */
.ccl-page h1,
.ccl-page h2,
.ccl-page h3,
.ccl-page h4,
.ccl-page h5 {
    font-family: 'Barlow', sans-serif;
    margin: 0;
    line-height: 1.05;
}

/* ==========================================================================
   3. DISPLAY CLASS
   ========================================================================== */
.ccl-page .display {
    font-family: 'Barlow Condensed', 'Barlow', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.005em;
}

/* ==========================================================================
   4. BUTTONS
   ========================================================================== */
.ccl-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 26px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border: none;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    transition: background 0.15s, color 0.15s;
    text-decoration: none;
    border-radius: 0;
}
.ccl-page .btn-primary { background: var(--red); color: var(--white); }
.ccl-page .btn-primary:hover { background: var(--red-deep); }
.ccl-page .btn-ghost { background: transparent; color: var(--white); border: 2px solid var(--white); padding: 14px 24px; }
.ccl-page .btn-ghost:hover { background: var(--white); color: var(--black); }
.ccl-page .btn-outline-dark { background: transparent; color: var(--black); border: 2px solid var(--black); padding: 14px 24px; }
.ccl-page .btn-outline-dark:hover { background: var(--black); color: var(--white); }
.ccl-page .btn-light { background: var(--white); color: var(--black); }
.ccl-page .btn-light:hover { background: var(--gray-92); }
.ccl-page .btn-sm { padding: 12px 20px; font-size: 14px; }
.ccl-page .btn-arrow::after { content: '\2192'; font-weight: 700; }
.ccl-page .btn-block { width: 100%; }

/* ==========================================================================
   5. SECTIONS (shared)
   ========================================================================== */
.ccl-page .section { padding: 88px 32px; }
.ccl-page .section-tight { padding: 56px 32px; }
.ccl-page .section-inner { max-width: 1320px; margin: 0 auto; }
.ccl-page .section-narrow { max-width: 980px; margin: 0 auto; }
.ccl-page .section-dark { background: var(--black); color: var(--white); }
.ccl-page .section-gray { background: var(--gray-95); }

.ccl-page .section-eyebrow {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 14px;
}

.ccl-page .section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(36px, 4.5vw, 64px);
    line-height: 0.96;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    text-wrap: balance;
    margin: 0 0 20px;
}

.ccl-page .section-sub {
    font-size: 17px;
    line-height: 1.5;
    max-width: 640px;
    color: var(--gray-30);
}
.ccl-page .section-dark .section-sub { color: rgba(255,255,255,.85); }

.ccl-page .section-head {
    margin-bottom: 48px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 32px;
    flex-wrap: wrap;
}
.ccl-page .section-head > div:first-child { max-width: 720px; }

/* ==========================================================================
   6. HERO
   ========================================================================== */
.ccl-page .hero {
    background: var(--black);
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.ccl-page .hero-grid {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 0;
    min-height: 540px;
}
.ccl-page .hero-main {
    padding: 72px 48px 64px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.ccl-page .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(--red);
    margin-bottom: 20px;
}
.ccl-page .hero-eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--red);
}
.ccl-page .hero h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(44px, 5.4vw, 86px);
    line-height: 0.95;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    text-wrap: balance;
    margin-bottom: 12px;
    max-width: 100%;
    overflow-wrap: break-word;
}
.ccl-page .hero-tagline {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 3.4vw, 48px);
    line-height: 0.95;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    color: var(--red);
    margin: 0 0 20px;
}
.ccl-page .hero-sub {
    font-size: 18px;
    line-height: 1.5;
    max-width: 560px;
    color: rgba(255,255,255,.85);
    margin-bottom: 28px;
}
.ccl-page .hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.ccl-page .hero-meta {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.15);
}
.ccl-page .hero-meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ccl-page .hero-meta-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    color: var(--white);
}
.ccl-page .hero-meta-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.85);
}

/* ==========================================================================
   7. HERO FORM (red sidebar)
   ========================================================================== */
.ccl-page .hero-aside {
    background: var(--red);
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.ccl-page .hero-aside::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(45deg, var(--white) 0 8px, transparent 8px 24px);
    height: 6px;
}
.ccl-page .hero-aside h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    line-height: 1.02;
    margin-bottom: 4px;
}
.ccl-page .hero-aside .lead {
    font-size: 14px;
    opacity: 0.9;
    margin: 0 0 18px;
}
.ccl-page .hero-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ccl-page .hero-form .field-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ccl-page .hero-form .field-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.7);
}
.ccl-page .hero-form .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.ccl-page .hero-form input,
.ccl-page .hero-form select {
    width: 100%;
    padding: 14px 13px;
    border: none;
    background: var(--white);
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}
.ccl-page .hero-form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}
.ccl-page .hero-form input::placeholder { color: rgba(0, 0, 0, 0.5); }
.ccl-page .hero-form input:focus,
.ccl-page .hero-form select:focus {
    outline: 2px solid var(--black);
    outline-offset: -2px;
}
.ccl-page .hero-form input[type="hidden"] { display: none; }
.ccl-page .hero-form .btn {
    width: 100%;
    background: var(--black);
    color: var(--white);
    margin-top: 4px;
}
.ccl-page .hero-form .btn:hover {
    background: var(--white);
    color: var(--black);
}
.ccl-page .hero-form .gcs-form-message {
    font-size: 14px;
    text-align: center;
    padding: 8px;
}
.ccl-page .hero-form-foot {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.85;
}
.ccl-page .hero-form-foot a {
    font-weight: 800;
    text-decoration: underline;
}

/* ==========================================================================
   8. USE CASES GRID (3-column numbered cards)
   ========================================================================== */
.ccl-page .ccl-uses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid var(--line);
    border-bottom: none;
}
.ccl-page .ccl-use-card {
    padding: 28px 24px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: background 0.15s;
}
.ccl-page .ccl-use-card:nth-child(3n) { border-right: none; }
.ccl-page .ccl-use-card:hover { background: var(--gray-95); }

.ccl-page .ccl-use-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    color: var(--red);
    letter-spacing: -0.02em;
}
.ccl-page .ccl-use-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    line-height: 1.05;
}
.ccl-page .ccl-use-body {
    font-size: 15px;
    line-height: 1.5;
    color: var(--gray-30);
    margin: 0;
}

/* ==========================================================================
   9. CALCULATOR
   ========================================================================== */
.ccl-page .calc-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 56px;
    align-items: start;
}
.ccl-page .calc-controls {
    background: var(--white);
    border: 1.5px solid var(--black);
    padding: 32px;
}
.ccl-page .calc-controls h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.ccl-page .calc-controls .lead {
    font-size: 14px;
    color: var(--gray-30);
    margin: 0 0 24px;
}
.ccl-page .calc-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
}
.ccl-page .calc-row-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.ccl-page .calc-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gray-30);
}
.ccl-page .calc-value {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    color: var(--black);
    letter-spacing: -0.01em;
}
.ccl-page .calc-value .unit {
    font-size: 14px;
    color: var(--gray-60);
    margin-left: 4px;
    font-weight: 600;
}

/* Slider styling */
.ccl-page .calc-slider,
.ccl-page input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: var(--gray-85);
    outline: none;
    border-radius: 0;
}
.ccl-page .calc-slider::-webkit-slider-thumb,
.ccl-page input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    background: var(--red);
    border: 3px solid var(--white);
    box-shadow: 0 0 0 1.5px var(--black);
    cursor: pointer;
    border-radius: 50%;
}
.ccl-page .calc-slider::-moz-range-thumb,
.ccl-page input[type=range]::-moz-range-thumb {
    width: 22px;
    height: 22px;
    background: var(--red);
    border: 3px solid var(--white);
    box-shadow: 0 0 0 1.5px var(--black);
    cursor: pointer;
    border-radius: 50%;
}

.ccl-page .calc-disclaimer {
    font-size: 13px;
    color: var(--gray-60);
    margin: 8px 0 0;
    line-height: 1.5;
}

/* Result panel (red background for crusher savings) */
.ccl-page .calc-result {
    background: var(--red);
    color: var(--white);
    padding: 36px;
    position: relative;
}
.ccl-page .calc-result::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: repeating-linear-gradient(45deg, var(--white) 0 8px, transparent 8px 24px);
}
.ccl-page .calc-result-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--white);
    opacity: 0.85;
    margin-bottom: 12px;
}
.ccl-page .calc-result-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(56px, 7vw, 96px);
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: var(--white);
    margin-bottom: 8px;
}
.ccl-page .calc-result-num .currency { color: var(--black); }
.ccl-page .calc-result-sub {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255,255,255,.85);
    margin-bottom: 28px;
}
.ccl-page .calc-breakdown {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 28px;
}
.ccl-page .calc-breakdown-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.25);
    font-size: 14px;
}
.ccl-page .calc-breakdown-row:last-child {
    border-bottom: none;
    padding-top: 14px;
    font-size: 14px;
    font-weight: 700;
}
.ccl-page .calc-breakdown-label {
    color: rgba(255,255,255,.85);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.ccl-page .calc-breakdown-val {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.ccl-page .calc-breakdown-row.savings .calc-breakdown-val {
    color: var(--black);
    font-size: 22px;
}

/* Aggregate value note (highlights recycled aggregate value) */
.ccl-page .calc-aggregate-note {
    background: rgba(0,0,0,.2);
    padding: 16px 20px;
    margin-top: 8px;
    display: flex;
    gap: 14px;
    align-items: center;
}
.ccl-page .calc-aggregate-note-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: var(--white);
    color: var(--red);
    display: grid;
    place-items: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    font-size: 18px;
}
.ccl-page .calc-aggregate-note p {
    font-size: 15px;
    line-height: 1.45;
    color: rgba(255,255,255,.9);
    margin: 0;
}
.ccl-page .calc-aggregate-note strong {
    color: var(--white);
    font-weight: 800;
}

/* ==========================================================================
   10. COST COMPARISON PROSE
   ========================================================================== */
.ccl-page .ccl-cost-prose {
    font-size: 16px;
    line-height: 1.65;
    color: var(--gray-30);
    max-width: 820px;
}
.ccl-page .ccl-cost-prose strong { color: var(--black); }
.ccl-page .ccl-cost-prose p { margin: 0 0 16px; }
.ccl-page .ccl-cost-prose p:last-child { margin-bottom: 0; }
.ccl-page .ccl-cost-prose ul,
.ccl-page .ccl-cost-prose ol {
    margin: 0 0 16px;
    padding-left: 24px;
}
.ccl-page .ccl-cost-prose li { margin-bottom: 6px; }
.ccl-page .ccl-cost-prose h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    margin: 24px 0 10px;
}
.ccl-page .ccl-cost-prose h3:first-child { margin-top: 0; }

/* ==========================================================================
   11. MATERIALS GRID (can / can't crush)
   ========================================================================== */
.ccl-page .ccl-mat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1.5px solid var(--black);
}
.ccl-page .ccl-mat-col { padding: 28px 32px; }
.ccl-page .ccl-mat-col.no { background: var(--black); color: var(--white); }
.ccl-page .ccl-mat-col-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}
.ccl-page .ccl-mat-col.no .ccl-mat-col-head { border-bottom-color: rgba(255,255,255,.2); }
.ccl-page .ccl-mat-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
}
.ccl-page .ccl-mat-col.yes .ccl-mat-icon { background: var(--red); color: var(--white); }
.ccl-page .ccl-mat-col.no .ccl-mat-icon { background: var(--white); color: var(--black); }
.ccl-page .ccl-mat-col h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -0.005em;
}
.ccl-page .ccl-mat-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ccl-page .ccl-mat-tags li {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.ccl-page .ccl-mat-col.yes .ccl-mat-tags li {
    background: var(--gray-95);
    color: var(--black);
    border: 1px solid var(--line);
}
.ccl-page .ccl-mat-col.no .ccl-mat-tags li {
    background: rgba(255,255,255,.08);
    color: var(--white);
    border: 1px solid rgba(255,255,255,.2);
    text-decoration: line-through;
    text-decoration-color: var(--red);
}
.ccl-page .ccl-mat-col p {
    font-size: 15px;
    line-height: 1.5;
    margin: 16px 0 0;
    opacity: 0.8;
}

/* Asphalt callout (inside the "can't" column) */
.ccl-page .ccl-mat-callout {
    background: rgba(196,24,32,.15);
    border-left: 3px solid var(--red);
    padding: 14px 18px;
    margin: 16px 0 0;
}
.ccl-page .ccl-mat-callout p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    opacity: 1;
    color: rgba(255,255,255,.9);
}
.ccl-page .ccl-mat-callout strong {
    color: var(--white);
    font-weight: 700;
}
.ccl-page .ccl-mat-callout a {
    color: var(--red);
    font-weight: 700;
    text-decoration: underline;
}
.ccl-page .ccl-mat-callout a:hover {
    color: var(--white);
}

/* ==========================================================================
   12. EQUIPMENT CARDS (crusher units)
   ========================================================================== */
.ccl-page .ccl-units-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.ccl-page .ccl-unit-card {
    border: 1.5px solid var(--line);
    background: var(--white);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.ccl-page .ccl-unit-card.popular { border-color: var(--red); border-width: 2px; }
.ccl-page .ccl-unit-card.popular::before {
    content: 'Most popular';
    position: absolute;
    top: 0;
    right: 24px;
    transform: translateY(-50%);
    background: var(--red);
    color: var(--white);
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.ccl-page .unit-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ccl-page .unit-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    line-height: 1;
}
.ccl-page .unit-tag {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gray-60);
    margin-top: 4px;
}
.ccl-page .unit-photo {
    aspect-ratio: 16 / 9;
    background:
        linear-gradient(135deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.18) 100%),
        repeating-linear-gradient(135deg, var(--gray-85) 0 14px, var(--gray-92) 14px 28px);
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 16px;
    overflow: hidden;
}
.ccl-page .unit-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ccl-page .unit-photo-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(0,0,0,.4);
}
.ccl-page .unit-specs {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--line);
}
.ccl-page .unit-specs li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
}
.ccl-page .unit-specs li > span:first-child {
    color: var(--gray-30);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 14px;
}
.ccl-page .unit-specs li > span:last-child {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.ccl-page .unit-fits {
    background: var(--gray-95);
    padding: 16px;
}
.ccl-page .unit-fits-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 6px;
}
.ccl-page .unit-fits p {
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
    color: var(--gray-30);
}
.ccl-page .ccl-unit-card .btn { margin-top: 4px; }

/* ==========================================================================
   13. PROCESS GRID (3-step, dark background)
   ========================================================================== */
.ccl-page .process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(255,255,255,.2);
}
.ccl-page .process-step {
    padding: 32px;
    border-right: 1px solid rgba(255,255,255,.2);
}
.ccl-page .process-step:last-child { border-right: none; }
.ccl-page .process-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 80px;
    line-height: 0.9;
    color: var(--red);
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}
.ccl-page .process-meta {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 4px 10px;
    border: 1px solid var(--red);
    color: var(--red);
    margin-bottom: 14px;
}
.ccl-page .process-step h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.05;
}
.ccl-page .process-step p {
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255,255,255,.85);
    margin: 0;
}

/* ==========================================================================
   14. MARKET CONTEXT
   ========================================================================== */
.ccl-page .demand-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
    align-items: start;
    margin-top: 8px;
}
.ccl-page .demand-prose {
    font-size: 16px;
    line-height: 1.6;
    color: var(--gray-30);
}
.ccl-page .demand-prose strong { color: var(--black); }
.ccl-page .demand-prose p { margin: 0 0 16px; }
.ccl-page .demand-prose p:last-child { margin-bottom: 0; }

.ccl-page .climate-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1.5px solid var(--black);
}
.ccl-page .climate-cell {
    padding: 20px 24px;
    border-right: 1px solid var(--line);
}
.ccl-page .climate-cell:last-child { border-right: none; }
.ccl-page .climate-month {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 6px;
}
.ccl-page .climate-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.1;
}
.ccl-page .climate-cell p {
    font-size: 15px;
    line-height: 1.5;
    color: var(--gray-30);
    margin: 6px 0 0;
}

/* ==========================================================================
   15. DELIVERY
   ========================================================================== */
.ccl-page .delivery-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 56px;
    align-items: center;
}
.ccl-page .delivery-map {
    aspect-ratio: 5 / 4;
    background: var(--black);
    border: 1.5px solid var(--black);
    position: relative;
    overflow: hidden;
}
.ccl-page .delivery-map svg {
    width: 100%;
    height: 100%;
    display: block;
}
.ccl-page .delivery-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--line);
    margin-top: 24px;
}
.ccl-page .delivery-stat {
    padding: 20px;
    border-right: 1px solid var(--line);
}
.ccl-page .delivery-stat:last-child { border-right: none; }
.ccl-page .delivery-stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
    color: var(--red);
    letter-spacing: -0.02em;
}
.ccl-page .delivery-stat-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gray-30);
    margin-top: 6px;
}

/* ==========================================================================
   17. CONTRACTED CRUSHING SERVICES
   ========================================================================== */
.ccl-page .ccl-contracted {
    padding: 80px 32px;
    background: var(--black);
    color: var(--white);
}

.ccl-page .ccl-contracted__inner {
    max-width: 1320px;
    margin: 0 auto;
}

.ccl-page .ccl-contracted__content {
    max-width: 720px;
}

.ccl-page .ccl-contracted .section-eyebrow {
    color: var(--red);
}

.ccl-page .ccl-contracted .section-title {
    color: var(--white);
    margin-bottom: 24px;
}

.ccl-page .ccl-contracted p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-bottom: 24px;
}

.ccl-page .ccl-contracted__benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ccl-page .ccl-contracted__benefits li {
    padding-left: 24px;
    position: relative;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9375rem;
}

.ccl-page .ccl-contracted__benefits li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    background: var(--red);
}

/* ==========================================================================
   18. BUY STRIP
   ========================================================================== */
.ccl-page .buy-strip {
    background: var(--gray-95);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.ccl-page .buy-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 32px;
}
.ccl-page .buy-inner h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.05;
    margin-bottom: 6px;
}
.ccl-page .buy-inner p {
    font-size: 15px;
    color: var(--gray-30);
    margin: 0;
}
.ccl-page .buy-inner .actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ==========================================================================
   19. FINAL CTA + QUOTE FORM
   ========================================================================== */
.ccl-page .final-cta {
    background: var(--red);
    color: var(--white);
    padding: 88px 32px;
}
.ccl-page .final-cta-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: center;
}
.ccl-page .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-bottom: 20px;
}
.ccl-page .final-cta-lead {
    font-size: 17px;
    line-height: 1.5;
    opacity: 0.95;
    margin-bottom: 28px;
    max-width: 540px;
}
.ccl-page .final-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.ccl-page .final-hours {
    margin-top: 24px;
    font-size: 14px;
    opacity: 0.85;
    letter-spacing: 0.04em;
}

/* Quote form (white box inside red CTA) */
.ccl-page .quote-form {
    background: var(--white);
    color: var(--black);
    padding: 36px;
}
.ccl-page .quote-form h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.ccl-page .quote-form .lead {
    font-size: 14px;
    color: var(--gray-30);
    margin-bottom: 22px;
}
.ccl-page .quote-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ccl-page .quote-form .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.ccl-page .quote-form input,
.ccl-page .quote-form select,
.ccl-page .quote-form textarea {
    width: 100%;
    padding: 11px 13px;
    border: 1.5px solid var(--line);
    background: var(--white);
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}
.ccl-page .quote-form textarea {
    min-height: 80px;
    resize: vertical;
}
.ccl-page .quote-form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}
.ccl-page .quote-form input::placeholder,
.ccl-page .quote-form textarea::placeholder { color: var(--gray-60); }
.ccl-page .quote-form input:focus,
.ccl-page .quote-form select:focus,
.ccl-page .quote-form textarea:focus {
    outline: 2px solid var(--black);
    outline-offset: -2px;
    border-color: var(--black);
}
.ccl-page .quote-form input[type="hidden"] { display: none; }
.ccl-page .quote-form .btn {
    width: 100%;
    margin-top: 4px;
}
.ccl-page .quote-form .gcs-form-message {
    font-size: 14px;
    text-align: center;
    padding: 8px;
}
.ccl-page .quote-form-foot {
    font-size: 13px;
    color: var(--gray-60);
    text-align: center;
    margin-top: 14px;
}
.ccl-page .quote-form-foot a {
    color: var(--black);
    font-weight: 700;
}

/* ==========================================================================
   20. RELATED EQUIPMENT CARDS
   ========================================================================== */
.ccl-page .related-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.ccl-page .related-card {
    border: 1px solid var(--line);
    padding: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    transition: border-color 0.15s, background 0.15s;
    text-decoration: none;
}
.ccl-page .related-card:hover {
    border-color: var(--black);
    background: var(--gray-95);
}
.ccl-page .related-card h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.ccl-page .related-card p {
    font-size: 15px;
    color: var(--gray-30);
    margin: 0;
}
.ccl-page .related-card .arrow {
    font-family: 'Barlow', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--red);
}

/* ==========================================================================
   21. STICKY MOBILE CTA
   ========================================================================== */
.ccl-page .sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 70;
    background: var(--black);
    padding: 12px 16px;
    border-top: 4px solid var(--red);
    gap: 10px;
}
.ccl-page .sticky-cta .btn { flex: 1; }

/* ==========================================================================
   SECTION INTERLINKS
   ========================================================================== */
.ccl-page .section-interlink a {
    font-size: 14px;
    font-weight: 700;
    color: var(--red);
    letter-spacing: 0.04em;
}
.ccl-page .section-interlink a:hover { text-decoration: underline; }

/* ==========================================================================
   22. RESPONSIVE
   ========================================================================== */

/* --- 980px breakpoint --- */
@media (max-width: 980px) {
    .ccl-page .hero-grid { grid-template-columns: 1fr; }
    .ccl-page .hero-main { padding: 48px 20px; }
    .ccl-page .calc-grid { grid-template-columns: 1fr; gap: 40px; }
    .ccl-page .ccl-units-grid { grid-template-columns: 1fr; }
    .ccl-page .process-grid { grid-template-columns: 1fr; }
    .ccl-page .process-step { border-right: none; border-bottom: 1px solid rgba(255,255,255,.2); }
    .ccl-page .process-step:last-child { border-bottom: none; }
    .ccl-page .demand-grid { grid-template-columns: 1fr; }
    .ccl-page .delivery-grid { grid-template-columns: 1fr; }
    .ccl-page .final-cta-inner { grid-template-columns: 1fr; }
    .ccl-page .ccl-uses-grid { grid-template-columns: repeat(2, 1fr); }
    .ccl-page .ccl-use-card { border-right: 1px solid var(--line); }
    .ccl-page .ccl-use-card:nth-child(3n) { border-right: 1px solid var(--line); }
    .ccl-page .ccl-use-card:nth-child(2n) { border-right: none; }
    .ccl-page .ccl-mat-grid { grid-template-columns: 1fr; }
    .ccl-page .ccl-mat-col.no { border-top: 1.5px solid rgba(255,255,255,.2); }
    .ccl-page .ccl-contracted__benefits { grid-template-columns: 1fr; }
    .ccl-page .section-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* --- 720px breakpoint --- */
@media (max-width: 720px) {
    .ccl-page .buy-inner { grid-template-columns: 1fr; }
    .ccl-page .related-grid { grid-template-columns: 1fr; }
    .ccl-page .sticky-cta { display: flex; }
    .ccl-page .climate-strip { grid-template-columns: 1fr; }
    .ccl-page .climate-cell { border-right: none; border-bottom: 1px solid var(--line); }
    .ccl-page .climate-cell:last-child { border-bottom: none; }
    .ccl-page .delivery-stats { grid-template-columns: 1fr; }
    .ccl-page .delivery-stat { border-right: none; border-bottom: 1px solid var(--line); }
    .ccl-page .delivery-stat:last-child { border-bottom: none; }
    .ccl-page .ccl-contracted { padding: 56px 20px; }
    .ccl-page .ccl-contracted__benefits { grid-template-columns: 1fr; }

    /* Add bottom padding for sticky CTA */
    .ccl-page { padding-bottom: 84px; }
}

/* --- 560px breakpoint --- */
@media (max-width: 560px) {
    .ccl-page .ccl-uses-grid { grid-template-columns: 1fr; }
    .ccl-page .ccl-use-card:nth-child(n) { border-right: none; }
    .ccl-page .section { padding: 56px 20px; }
    .ccl-page .section-tight { padding: 40px 20px; }
    .ccl-page .hero-aside { padding: 32px 20px; }
    .ccl-page .hero-form .field-row { grid-template-columns: 1fr; }
    .ccl-page .final-cta { padding: 56px 20px; }
    .ccl-page .quote-form .field-row { grid-template-columns: 1fr; }
    .ccl-page .quote-form { padding: 28px 20px; }
    .ccl-page .calc-controls { padding: 24px 20px; }
    .ccl-page .calc-result { padding: 28px 20px; }
    .ccl-page .ccl-mat-col { padding: 24px 20px; }
    .ccl-page .ccl-unit-card { padding: 24px 20px; }
    .ccl-page .process-step { padding: 24px 20px; }
    .ccl-page .buy-inner { padding: 32px 20px; }
}
