/* =========================================================
   COCHRANE MOVERS PAGE
   Unique classes: crn-*
   ========================================================= */

.crn-page {
    --crn-red: #C71111;
    --crn-red-dark: #9f0d0d;
    --crn-black: #111111;
    --crn-text: #444444;
    --crn-muted: #737373;
    --crn-light: #f7f7f7;
    --crn-border: #e7e7e7;
    --crn-white: #ffffff;

    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--crn-text);
    line-height: 1.7;
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.crn-page *,
.crn-page *::before,
.crn-page *::after {
    box-sizing: border-box;
}

.crn-wrap {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.crn-page h1,
.crn-page h2,
.crn-page h3,
.crn-page h4 {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--crn-black);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.crn-page p {
    margin: 0 0 18px;
    font-size: 16px;
}

.crn-page a {
    color: inherit;
    text-decoration: none;
}


/* =========================================================
   HERO
   ========================================================= */

.crn-hero {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(100deg, rgba(17,17,17,.96) 0%, rgba(17,17,17,.88) 46%, rgba(17,17,17,.60) 100%),
        url("/images/locations/movers-in-cochrane/moving-company-cochrane-ab-05.jpg") center/cover no-repeat;
}

.crn-hero-inner {
    position: relative;
    z-index: 2;
    padding: 75px 0;
    max-width: 760px;
}

.crn-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.crn-hero-label::before {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--crn-red);
}

.crn-hero h1 {
    color: #fff;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
}

.crn-hero-text {
    max-width: 680px;
    color: rgba(255,255,255,.84);
    font-size: 18px;
    line-height: 1.7;
}

.crn-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.crn-btn-primary,
.crn-btn-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    transition: .25s ease;
}

.crn-btn-primary {
    color: #fff !important;
    background: var(--crn-red);
}

.crn-btn-primary:hover {
    background: var(--crn-red-dark);
    transform: translateY(-2px);
}

.crn-btn-light {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.45);
}

.crn-btn-light:hover {
    background: #fff;
    color: var(--crn-black) !important;
}


/* =========================================================
   INTRO
   ========================================================= */

.crn-intro {
    padding: 90px 0 75px;
}

.crn-intro-grid {
    display: grid;
    grid-template-columns: .8fr 1.5fr;
    gap: 70px;
    align-items: start;
}

.crn-side-title {
    position: sticky;
    top: 100px;
}

.crn-eyebrow {
    color: var(--crn-red);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px;
}

.crn-side-title h2 {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.2;
}

.crn-side-line {
    width: 45px;
    height: 3px;
    background: var(--crn-red);
    margin-top: 20px;
}

.crn-intro-content p:last-child {
    margin-bottom: 0;
}

.crn-highlight {
    margin-top: 28px;
    padding: 22px 24px;
    border-left: 3px solid var(--crn-red);
    background: #fafafa;
    color: #333;
}


/* =========================================================
   WHY CHOOSE
   ========================================================= */

.crn-choice {
    padding: 78px 0;
    background: var(--crn-light);
}

.crn-section-heading {
    max-width: 720px;
    margin-bottom: 42px;
}

.crn-section-heading .crn-eyebrow {
    margin-bottom: 8px;
}

.crn-section-heading h2 {
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.2;
}

.crn-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.crn-benefit {
    background: #fff;
    padding: 28px 25px;
    border: 1px solid var(--crn-border);
    min-height: 230px;
    transition: .25s ease;
}

.crn-benefit:hover {
    transform: translateY(-4px);
    border-color: rgba(199,17,17,.35);
}

.crn-benefit-number {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--crn-red);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 22px;
}

.crn-benefit h3 {
    font-size: 19px;
    margin-bottom: 10px;
}

.crn-benefit p {
    font-size: 14px;
    color: var(--crn-muted);
    margin: 0;
}


/* =========================================================
   SECURITY FEATURE
   ========================================================= */

.crn-security {
    padding: 90px 0;
}

.crn-security-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center;
}

.crn-security-image {
    position: relative;
    min-height: 470px;
}

.crn-security-image img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    display: block;
}

.crn-security-badge {
    position: absolute;
    left: -20px;
    bottom: 25px;
    width: 180px;
    padding: 20px;
    background: var(--crn-red);
    color: #fff;
}

.crn-security-badge strong {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 5px;
}

.crn-security-badge span {
    font-size: 12px;
    opacity: .9;
}

.crn-security-content h2 {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.2;
    margin-bottom: 18px;
}

.crn-security-content > p {
    color: var(--crn-muted);
}

.crn-security-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
}

.crn-security-list li {
    position: relative;
    padding: 13px 0 13px 28px;
    border-bottom: 1px solid var(--crn-border);
    font-size: 15px;
}

.crn-security-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 13px;
    color: var(--crn-red);
    font-weight: 600;
}


/* =========================================================
   FAQ
   ========================================================= */

.crn-faq {
    padding: 78px 0;
    background: #111;
}

.crn-faq .crn-section-heading h2,
.crn-faq .crn-section-heading p {
    color: #fff;
}

.crn-faq .crn-section-heading p {
    color: rgba(255,255,255,.65);
}

.crn-faq-list {
    max-width: 900px;
}

.crn-faq-item {
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.crn-faq-question {
    width: 100%;
    padding: 21px 45px 21px 0;
    border: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    font-family: inherit;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.crn-faq-question::after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 17px;
    color: var(--crn-red);
    font-size: 25px;
    font-weight: 400;
    transition: .2s ease;
}

.crn-faq-item.active .crn-faq-question::after {
    content: "−";
}

.crn-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.crn-faq-answer p {
    color: rgba(255,255,255,.68);
    font-size: 15px;
    padding: 0 35px 22px 0;
    margin: 0;
}


/* =========================================================
   PROJECTS
   ========================================================= */

.crn-projects {
    padding: 88px 0;
}

.crn-project-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
}

.crn-project-head h2 {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.2;
}

.crn-project-slider {
    position: relative;
    overflow: hidden;
}

.crn-project-track {
    display: flex;
    transition: transform .55s ease;
}

.crn-project-slide {
    min-width: 100%;
    position: relative;
}

.crn-project-slide img {
    width: 100%;
    height: 540px;
    display: block;
    object-fit: cover;
}

.crn-project-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 55px 35px 30px;
    background: linear-gradient(transparent, rgba(0,0,0,.75));
    color: #fff;
}

.crn-project-overlay span {
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
    opacity: .8;
}

.crn-project-overlay h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    margin-top: 5px;
}

.crn-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    color: #111;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
    transition: .2s ease;
}

.crn-slider-arrow:hover {
    background: var(--crn-red);
    color: #fff;
}

.crn-slider-prev {
    left: 18px;
}

.crn-slider-next {
    right: 18px;
}

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

.crn-slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d2d2d2;
    cursor: pointer;
    transition: .2s ease;
}

.crn-slider-dot.active {
    width: 25px;
    border-radius: 5px;
    background: var(--crn-red);
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.crn-final {
    margin: 0 0 70px;
}

.crn-final-box {
    position: relative;
    overflow: hidden;
    padding: 58px 65px;
    background: var(--crn-red);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.crn-final-box::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -130px;
    top: -150px;
    border: 60px solid rgba(255,255,255,.07);
    border-radius: 50%;
}

.crn-final-content {
    position: relative;
    z-index: 2;
}

.crn-final-content h2 {
    color: #fff;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 9px;
}

.crn-final-content p {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 15px;
}

.crn-final-btn {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 25px;
    background: #fff;
    color: var(--crn-red) !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: .25s ease;
}

.crn-final-btn:hover {
    background: #111;
    color: #fff !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .crn-intro-grid,
    .crn-security-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .crn-side-title {
        position: static;
    }

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

    .crn-security-image {
        min-height: auto;
    }

    .crn-security-image img {
        height: 420px;
    }

    .crn-final-box {
        padding: 45px;
    }
}

@media (max-width: 650px) {

    .crn-wrap {
        width: min(100% - 28px, 1160px);
    }

    .crn-hero {
        min-height: 430px;
    }

    .crn-hero-inner {
        padding: 60px 0;
    }

    .crn-hero h1 {
        font-size: 36px;
    }

    .crn-hero-text {
        font-size: 16px;
    }

    .crn-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .crn-btn-primary,
    .crn-btn-light {
        width: 100%;
    }

    .crn-intro,
    .crn-choice,
    .crn-security,
    .crn-faq,
    .crn-projects {
        padding: 62px 0;
    }

    .crn-benefit-grid {
        grid-template-columns: 1fr;
    }

    .crn-security-image img {
        height: 340px;
    }

    .crn-security-badge {
        left: 12px;
        bottom: 12px;
    }

    .crn-project-head {
        display: block;
        margin-bottom: 25px;
    }

    .crn-project-slide img {
        height: 330px;
    }

    .crn-project-overlay {
        padding: 50px 20px 22px;
    }

    .crn-project-overlay h3 {
        font-size: 19px;
    }

    .crn-slider-arrow {
        width: 38px;
        height: 38px;
    }

    .crn-slider-prev {
        left: 10px;
    }

    .crn-slider-next {
        right: 10px;
    }

    .crn-final {
        margin-bottom: 35px;
    }

    .crn-final-box {
        padding: 38px 25px;
        display: block;
    }

    .crn-final-btn {
        margin-top: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .crn-project-track,
    .crn-faq-answer,
    .crn-benefit,
    .crn-btn-primary,
    .crn-btn-light {
        transition: none;
    }
}
