/* =========================================================
   GALAXY MOVERS CALGARY - COALHURST PAGE
   ========================================================= */

.coal-page{
    --red:#C71111;
    --red-dark:#9f0d0d;
    --navy:#07152f;
    --navy-2:#0d2345;
    --text:#172033;
    --muted:#667085;
    --light:#f5f7fa;
    --white:#ffffff;
    --border:#e5e8ee;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:var(--text);
    background:#fff;
    overflow:hidden;
}

.coal-page *,
.coal-page *::before,
.coal-page *::after{
    box-sizing:border-box;
}

.coal-container{
    width:min(1180px,92%);
    margin:0 auto;
}

/* =========================================================
   HERO - SEPARATE TITLE SECTION
   ========================================================= */

.coal-hero{
    min-height:520px;
    position:relative;
    display:flex;
    align-items:center;
    background:
        linear-gradient(90deg,rgba(4,13,30,.94) 0%,rgba(4,13,30,.78) 48%,rgba(4,13,30,.35) 100%),
        url("/images/locations/coalhurst/hero.jpg") center/cover no-repeat;
}

.coal-hero::after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    right:-100px;
    bottom:-130px;
    background:var(--red);
    opacity:.15;
    border-radius:50%;
}

.coal-hero-inner{
    position:relative;
    z-index:2;
    padding:90px 0;
    max-width:850px;
}

.coal-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:22px;
}

.coal-eyebrow span{
    width:38px;
    height:2px;
    background:var(--red);
    display:block;
}

.coal-hero h1{
    margin:0 0 22px;
    color:#fff;
    font-size:clamp(44px,6vw,76px);
    line-height:1.02;
    font-weight:800;
    letter-spacing:-2px;
}

.coal-hero h1 strong{
    color:#fff;
}

.coal-hero-line{
    width:80px;
    height:5px;
    background:var(--red);
    margin-bottom:25px;
    border-radius:10px;
}

.coal-hero p{
    max-width:720px;
    margin:0;
    color:rgba(255,255,255,.88);
    font-size:18px;
    line-height:1.8;
}

.coal-hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:32px;
}

.coal-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 25px;
    border-radius:4px;
    text-decoration:none!important;
    font-size:14px;
    font-weight:800;
    letter-spacing:.3px;
    transition:.3s ease;
}

.coal-btn-primary{
    background:var(--red);
    color:#fff!important;
}

.coal-btn-primary:hover{
    background:#fff;
    color:var(--red)!important;
    transform:translateY(-2px);
}

.coal-btn-outline{
    border:1px solid rgba(255,255,255,.45);
    color:#fff!important;
    background:rgba(255,255,255,.05);
}

.coal-btn-outline:hover{
    background:#fff;
    color:var(--navy)!important;
}

/* =========================================================
   INTRODUCTION - DIFFERENT FROM HERO
   ========================================================= */

.coal-intro{
    padding:82px 0 70px;
    background:#fff;
}

.coal-intro-grid{
    display:grid;
    grid-template-columns:1fr 1.15fr;
    gap:65px;
    align-items:start;
}

.coal-intro-label{
    color:var(--red);
    font-size:13px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.coal-intro h2{
    margin:0;
    font-size:clamp(30px,4vw,48px);
    line-height:1.1;
    letter-spacing:-1.4px;
    color:var(--navy);
}

.coal-intro h2 span{
    color:var(--red);
}

.coal-intro-content p{
    margin:0 0 20px;
    color:#5f6b7d;
    font-size:16px;
    line-height:1.85;
}

.coal-intro-content p:last-child{
    margin-bottom:0;
}

/* =========================================================
   WINTER TIPS - FOUR CARD DESIGN
   ========================================================= */

.coal-tips{
    padding:80px 0;
    background:var(--light);
    position:relative;
}

.coal-section-head{
    max-width:760px;
    margin-bottom:45px;
}

.coal-kicker{
    color:var(--red);
    font-size:12px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.coal-section-head h2{
    margin:0 0 15px;
    color:var(--navy);
    font-size:clamp(32px,4vw,48px);
    line-height:1.12;
    letter-spacing:-1.5px;
}

.coal-section-head p{
    margin:0;
    color:var(--muted);
    line-height:1.8;
    font-size:16px;
}

.coal-tip-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.coal-tip{
    position:relative;
    min-height:310px;
    background:#fff;
    border:1px solid var(--border);
    padding:30px 25px;
    transition:.3s ease;
    overflow:hidden;
}

.coal-tip::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:var(--red);
    transform:scaleX(0);
    transform-origin:left;
    transition:.3s ease;
}

.coal-tip:hover{
    transform:translateY(-7px);
    box-shadow:0 18px 45px rgba(7,21,47,.10);
}

.coal-tip:hover::before{
    transform:scaleX(1);
}

.coal-tip-number{
    font-size:44px;
    line-height:1;
    font-weight:900;
    color:#eef0f4;
    margin-bottom:22px;
}

.coal-tip h3{
    margin:0 0 14px;
    color:var(--navy);
    font-size:20px;
    line-height:1.3;
}

.coal-tip p{
    margin:0;
    color:#667085;
    font-size:14px;
    line-height:1.75;
}

/* =========================================================
   CTA STRIP
   ========================================================= */

.coal-strip{
    background:var(--red);
    padding:34px 0;
}

.coal-strip-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.coal-strip h3{
    margin:0;
    color:#fff;
    font-size:25px;
    line-height:1.3;
}

.coal-strip p{
    margin:6px 0 0;
    color:rgba(255,255,255,.85);
    font-size:14px;
}

.coal-strip .coal-btn{
    background:#fff;
    color:var(--red)!important;
    white-space:nowrap;
}

.coal-strip .coal-btn:hover{
    background:var(--navy);
    color:#fff!important;
}

/* =========================================================
   CONCLUSION - SPLIT DESIGN
   ========================================================= */

.coal-conclusion{
    padding:85px 0;
    background:#fff;
}

.coal-conclusion-grid{
    display:grid;
    grid-template-columns:360px 1fr;
    gap:70px;
    align-items:start;
}

.coal-conclusion-side{
    position:relative;
    background:var(--navy);
    padding:38px 32px;
    overflow:hidden;
}

.coal-conclusion-side::after{
    content:"";
    position:absolute;
    width:160px;
    height:160px;
    right:-70px;
    bottom:-70px;
    background:var(--red);
    border-radius:50%;
    opacity:.8;
}

.coal-conclusion-side small{
    display:block;
    color:#ff6a6a;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
}

.coal-conclusion-side h3{
    position:relative;
    z-index:2;
    color:#fff;
    margin:0;
    font-size:30px;
    line-height:1.2;
}

.coal-conclusion-content h2{
    margin:0 0 22px;
    color:var(--navy);
    font-size:40px;
    line-height:1.15;
}

.coal-conclusion-content p{
    margin:0 0 18px;
    color:#626d7d;
    font-size:16px;
    line-height:1.85;
}

.coal-conclusion-content strong{
    color:var(--navy);
}

/* =========================================================
   FAQ
   ========================================================= */

.coal-faq{
    padding:80px 0;
    background:var(--light);
}

.coal-faq-layout{
    display:grid;
    grid-template-columns:330px 1fr;
    gap:65px;
    align-items:start;
}

.coal-faq-title{
    position:sticky;
    top:30px;
}

.coal-faq-title .coal-kicker{
    margin-bottom:14px;
}

.coal-faq-title h2{
    margin:0;
    color:var(--navy);
    font-size:44px;
    line-height:1.05;
}

.coal-faq-title h2 span{
    color:var(--red);
}

.coal-faq-list{
    border-top:1px solid var(--border);
}

.coal-faq-item{
    border-bottom:1px solid var(--border);
}

.coal-faq-question{
    width:100%;
    border:0;
    background:transparent;
    padding:22px 5px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    cursor:pointer;
    text-align:left;
    font-family:inherit;
    color:var(--navy);
    font-size:16px;
    font-weight:750;
}

.coal-faq-icon{
    width:28px;
    height:28px;
    min-width:28px;
    border-radius:50%;
    background:var(--red);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    line-height:1;
    transition:.3s ease;
}

.coal-faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
}

.coal-faq-answer-inner{
    padding:0 45px 22px 5px;
    color:#687386;
    line-height:1.8;
    font-size:15px;
}

.coal-faq-item.active .coal-faq-icon{
    transform:rotate(45deg);
}

/* =========================================================
   PROJECTS
   ========================================================= */

.coal-projects{
    padding:85px 0;
    background:#fff;
}

.coal-project-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:30px;
    margin-bottom:35px;
}

.coal-project-head h2{
    margin:0;
    color:var(--navy);
    font-size:clamp(34px,4vw,52px);
    line-height:1.05;
    letter-spacing:-1.5px;
}

.coal-project-head h2 span{
    color:var(--red);
}

.coal-project-controls{
    display:flex;
    gap:9px;
}

.coal-project-arrow{
    width:45px;
    height:45px;
    border:1px solid #d9dde5;
    background:#fff;
    color:var(--navy);
    cursor:pointer;
    font-size:20px;
    transition:.25s ease;
}

.coal-project-arrow:hover{
    background:var(--red);
    border-color:var(--red);
    color:#fff;
}

.coal-carousel{
    position:relative;
    overflow:hidden;
}

.coal-track{
    display:flex;
    transition:transform .55s cubic-bezier(.2,.75,.25,1);
}

.coal-slide{
    min-width:100%;
    padding:0 4px;
}

.coal-slide img{
    display:block;
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:2px;
}

.coal-dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:22px;
}

.coal-dot{
    width:28px;
    height:4px;
    border:0;
    padding:0;
    background:#d8dce3;
    cursor:pointer;
    transition:.3s ease;
}

.coal-dot.active{
    width:48px;
    background:var(--red);
}

/* =========================================================
   FINAL CTA
   ========================================================= */

.coal-final{
    position:relative;
    padding:75px 0;
    background:
        linear-gradient(110deg,rgba(7,21,47,.98),rgba(7,21,47,.88)),
        url("/images/locations/coalhurst/hero.jpg") center/cover;
    overflow:hidden;
}

.coal-final::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border:80px solid rgba(199,17,17,.18);
    border-radius:50%;
    right:-170px;
    top:-180px;
}

.coal-final-inner{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.coal-final h2{
    margin:0;
    max-width:700px;
    color:#fff;
    font-size:clamp(32px,4vw,50px);
    line-height:1.08;
    letter-spacing:-1.5px;
}

.coal-final h2 span{
    color:#ff5b5b;
}

.coal-final .coal-btn{
    background:var(--red);
    color:#fff!important;
    flex-shrink:0;
}

.coal-final .coal-btn:hover{
    background:#fff;
    color:var(--red)!important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:1000px){

    .coal-tip-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .coal-intro-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .coal-conclusion-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .coal-conclusion-side{
        max-width:500px;
    }

    .coal-faq-layout{
        grid-template-columns:1fr;
        gap:35px;
    }

    .coal-faq-title{
        position:static;
    }

}

@media(max-width:700px){

    .coal-hero{
        min-height:500px;
    }

    .coal-hero-inner{
        padding:75px 0;
    }

    .coal-hero h1{
        font-size:45px;
        letter-spacing:-1.5px;
    }

    .coal-hero p{
        font-size:16px;
        line-height:1.7;
    }

    .coal-hero-buttons{
        flex-direction:column;
        align-items:flex-start;
    }

    .coal-intro,
    .coal-tips,
    .coal-conclusion,
    .coal-faq,
    .coal-projects{
        padding:65px 0;
    }

    .coal-tip-grid{
        grid-template-columns:1fr;
    }

    .coal-tip{
        min-height:auto;
    }

    .coal-strip-inner{
        flex-direction:column;
        align-items:flex-start;
    }

    .coal-strip .coal-btn{
        width:100%;
    }

    .coal-project-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .coal-slide img{
        height:360px;
    }

    .coal-final{
        padding:65px 0;
    }

    .coal-final-inner{
        flex-direction:column;
        align-items:flex-start;
    }

    .coal-final .coal-btn{
        width:100%;
    }

}

@media(max-width:480px){

    .coal-container{
        width:90%;
    }

    .coal-hero h1{
        font-size:39px;
    }

    .coal-intro h2,
    .coal-section-head h2{
        font-size:32px;
    }

    .coal-conclusion-content h2{
        font-size:32px;
    }

    .coal-faq-title h2{
        font-size:36px;
    }

    .coal-slide img{
        height:300px;
    }

}
