/* Legacy ExternalWrap process page — mirrors externalwrap.ie/process */

main.page-band.process-page,
.page-band.process-page--legacy {
    padding-top: 0;
}

.process-legacy-main {
    background: #fff;
    color: #212529;
}

.process-legacy-charcoal {
    background: #212529;
    color: #d1d5db;
    padding: 48px 0 32px;
}

.process-legacy-charcoal .shell {
    max-width: 960px;
}

.process-legacy-charcoal h2.process-legacy-heading {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    line-height: 1.2;
}

.process-legacy-charcoal .process-legacy-lead {
    margin: 0 0 28px;
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.65;
}

.process-legacy-charcoal blockquote {
    margin: 0 0 28px;
    padding: 0;
    border: 0;
    color: #e5e7eb;
}

.process-legacy-steps-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 28px;
    margin: 0;
    padding: 0 0 24px;
    list-style: none;
}

.process-legacy-step-card {
    margin: 0;
}

.process-legacy-step-id {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-bottom: 12px;
    border-radius: 999px;
    outline: 2px solid #ff7501;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.process-legacy-step-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.35;
}

.process-legacy-step-card .public-prose {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.6;
}

.process-legacy-step-card .public-prose p {
    color: inherit;
}

.process-legacy-step-card .public-prose p:last-child {
    margin-bottom: 0;
}

.process-legacy-intro-band {
    padding: 48px 0;
    background: #fff;
}

.process-legacy-intro-band .process-legacy-intro-copy {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
}

.process-legacy-intro-band h2 {
    margin: 0 0 16px;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
}

.process-legacy-intro-band blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    color: #374151;
    font-size: 1.05rem;
    line-height: 1.65;
}

.process-legacy-content {
    background: #212529;
    color: #d1d5db;
}

.process-legacy-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
}

.process-legacy-row.is-reverse .process-legacy-bg-panel {
    order: 2;
}

.process-legacy-row.is-reverse .process-legacy-copy-panel {
    order: 1;
}

.process-legacy-bg-panel {
    min-height: 320px;
    background-color: #1a1f24;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.process-legacy-copy-panel {
    display: flex;
    align-items: center;
    padding: 56px 32px;
}

.process-legacy-copy-panel .process-legacy-copy-inner {
    max-width: 460px;
    margin: 0 auto;
}

.process-legacy-copy-panel h3 {
    position: relative;
    margin: 0 0 14px;
    padding-left: 28px;
    color: #fff;
    font-size: 1.35rem;
}

.process-legacy-copy-panel h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 10px;
    height: 10px;
    background: #ff7501;
}

.process-legacy-copy-panel .public-prose {
    color: #cbd5e1;
}

.process-legacy-copy-panel .public-prose p {
    color: inherit;
}

.process-legacy-copy-panel img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 16px;
}

.process-legacy-band {
    background: #212529;
    color: #fff;
    padding: 48px 0 56px;
}

.process-legacy-band .shell {
    max-width: 960px;
}

.process-legacy-band h2,
.process-legacy-band h3 {
    position: relative;
    margin: 0 0 20px;
    padding-left: 28px;
    color: #fff;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.process-legacy-band h2::before,
.process-legacy-band h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 10px;
    height: 10px;
    background: #ff7501;
}

.process-legacy-band .public-prose {
    color: #d1d5db;
}

.process-legacy-band .public-prose p {
    color: inherit;
}

.process-legacy-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.process-legacy-split img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.process-legacy-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 20px;
}

.process-legacy-detail-grid img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    background: #fff;
}

.process-carousel {
    position: relative;
    margin-top: 8px;
}

.process-carousel-viewport {
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
}

.process-carousel-track {
    display: flex;
    transition: transform 0.35s ease;
}

.process-carousel-slide {
    flex: 0 0 100%;
    min-width: 100%;
}

.process-carousel-slide img {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px;
}

.process-carousel-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.process-carousel-prev { left: 12px; }
.process-carousel-next { right: 12px; }

.process-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.process-carousel-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.process-carousel-dot.is-active {
    background: #ff7501;
}

.process-legacy-thermal {
    padding: 48px 0 56px;
    background: #212529;
    text-align: center;
}

.process-legacy-thermal h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.process-legacy-thermal .process-legacy-thermal-lead {
    max-width: 820px;
    margin: 0 auto 28px;
    padding: 0 16px;
    color: #fff;
    line-height: 1.65;
}

.process-legacy-thermal .process-legacy-thermal-lead.public-prose,
.process-legacy-thermal .process-legacy-thermal-lead.public-prose p {
    color: #fff;
}

.process-legacy-thermal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.process-legacy-thermal-panel {
    min-height: 360px;
    background-color: #e6e6e6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.process-legacy-thermal-panel.is-contain {
    background-size: contain;
}

.process-legacy-video {
    padding: 48px 0 56px;
    background: #212529;
}

.process-legacy-video h2 {
    margin: 0 0 20px;
    color: #fff;
    text-align: center;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.process-legacy-video .process-video-frame {
    max-width: 960px;
    margin: 0 auto;
}

.process-legacy-cta {
    padding: 40px 0 64px;
    background: #fff;
}

.process-legacy-trust {
    max-width: 820px;
    margin: 0 0 18px;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}

.process-legacy-cta .hero-actions {
    flex-wrap: wrap;
}

.process-legacy-cta .hero-secondary {
    border-color: rgba(18, 99, 63, 0.22);
    color: var(--green-dark);
    background: #fff;
}

@media (max-width: 900px) {
    .process-legacy-steps-grid,
    .process-legacy-row,
    .process-legacy-split,
    .process-legacy-detail-grid,
    .process-legacy-thermal-grid {
        grid-template-columns: 1fr;
    }

    .process-legacy-row.is-reverse .process-legacy-bg-panel,
    .process-legacy-row.is-reverse .process-legacy-copy-panel {
        order: initial;
    }

    .process-legacy-bg-panel {
        min-height: 260px;
    }

    .process-legacy-copy-panel {
        padding: 32px 20px;
    }

    .process-legacy-thermal-panel {
        min-height: 240px;
    }
}

@media (max-width: 640px) {
    .process-legacy-steps-grid {
        grid-template-columns: 1fr;
    }

    .process-carousel-nav {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }
}
