/* =========================================================
   CROSSFIELD MOVERS PAGE
   ========================================================= */

.crossfield-page {
    --cf-red: #da0032;
    --cf-red-dark: #ad0028;
    --cf-black: #08090b;
    --cf-dark: #121418;
    --cf-gray: #70757d;
    --cf-light: #f5f5f6;
    --cf-border: #e3e4e7;
    --cf-white: #fff;

    font-family: Inter, ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, "Segoe UI", sans-serif;

    color: var(--cf-black);
    overflow-x: hidden;
    background: #fff;
    width: 100%;
}

.crossfield-page *,
.crossfield-page *::before,
.crossfield-page *::after {
    box-sizing: border-box;
}

.crossfield-page a {
    text-decoration: none;
}

/* =========================================================
   HERO
   ========================================================= */

.cf-hero {
    min-height: 760px;
    background: var(--cf-black);
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.cf-hero-grid {
    width: min(1320px, 94%);
    min-height: 760px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: stretch;
}

/* LEFT CONTENT */

.cf-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 90px 50px 90px 0;
    position: relative;
    z-index: 3;
    min-width: 0;
}

.cf-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--cf-red);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 25px;
}

.cf-kicker::before {
    content: "";
    width: 45px;
    height: 2px;
    background: var(--cf-red);
    flex-shrink: 0;
}

.cf-hero h1 {
    font-size: clamp(55px, 7vw, 105px);
    line-height: .87;
    letter-spacing: -6px;
    margin: 0 0 35px;
    font-weight: 950;
    max-width: 100%;
}

.cf-hero h1 span {
    color: var(--cf-red);
    display: block;
}

.cf-hero-text {
    max-width: 590px;
    color: #b8bcc3;
    font-size: 17px;
    line-height: 1.85;
    margin: 0 0 35px;
}

.cf-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.cf-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--cf-red);
    color: #fff;
    padding: 16px 27px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease;
}

.cf-primary:hover {
    background: #fff;
    color: var(--cf-black);
    transform: translateY(-3px);
}

.cf-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #44474d;
    color: #fff;
    padding: 16px 27px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease;
}

.cf-outline:hover {
    border-color: #fff;
    background: #fff;
    color: var(--cf-black);
}

/* =========================================================
   HERO IMAGE
   ========================================================= */

.cf-hero-image {
    position: relative;
    min-height: 760px;
    overflow: hidden;
}

.cf-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cf-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(8,9,11,.75),
            transparent 40%
        ),
        linear-gradient(
            0deg,
            rgba(0,0,0,.5),
            transparent 55%
        );
    pointer-events: none;
}

/* =========================================================
   FIXED RED BADGE
   ========================================================= */

.cf-hero-badge {
    position: absolute;

    /*
     * FIX:
     * Previously this was left:-45px which caused the red
     * box to be clipped by .cf-hero-image { overflow:hidden; }
     *
     * It is now completely inside the image.
     */
    left: 35px;
    bottom: 35px;

    background: var(--cf-red);
    width: 210px;
    height: 210px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 28px;

    z-index: 10;

    overflow: visible;
}

.cf-hero-badge strong {
    font-size: 60px;
    line-height: .9;
    font-weight: 950;
    color: #fff;
    display: block;
}

.cf-hero-badge span {
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    margin-top: 12px;
    color: #fff;
}

/* =========================================================
   STATS
   ========================================================= */

.cf-stats {
    background: var(--cf-red);
    color: #fff;
}

.cf-stats-inner {
    width: min(1200px, 92%);
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.cf-stat {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 25px;
    border-right: 1px solid rgba(255,255,255,.25);
}

.cf-stat:last-child {
    border-right: 0;
}

.cf-stat strong {
    font-size: 31px;
    font-weight: 950;
}

.cf-stat span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 7px;
    opacity: .85;
}

/* =========================================================
   COMMON SECTION
   ========================================================= */

.cf-section {
    padding: 115px 0;
}

.cf-container {
    width: min(1200px, 92%);
    margin: auto;
}

/* =========================================================
   INTRO
   ========================================================= */

.cf-intro {
    background: #fff;
}

.cf-intro-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 90px;
    align-items: start;
}

.cf-side-label {
    position: sticky;
    top: 100px;
}

.cf-side-label .number {
    color: var(--cf-red);
    font-size: 100px;
    line-height: .75;
    font-weight: 950;
    letter-spacing: -8px;
    margin-bottom: 25px;
}

.cf-side-label h2 {
    font-size: 43px;
    line-height: 1;
    letter-spacing: -2px;
    margin: 0;
}

.cf-intro-content p {
    color: var(--cf-gray);
    font-size: 17px;
    line-height: 1.9;
    margin: 0 0 24px;
}

.cf-intro-content p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   SERVICES
   ========================================================= */

.cf-services {
    background: var(--cf-light);
}

.cf-heading {
    margin-bottom: 60px;
    max-width: 800px;
}

.cf-heading .eyebrow {
    color: var(--cf-red);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    margin-bottom: 15px;
}

.cf-heading h2 {
    font-size: clamp(42px, 5vw, 70px);
    line-height: .94;
    letter-spacing: -4px;
    margin: 0 0 20px;
    font-weight: 950;
}

.cf-heading p {
    color: var(--cf-gray);
    line-height: 1.8;
    font-size: 16px;
    margin: 0;
}

.cf-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.cf-service {
    background: #fff;
    min-height: 300px;
    padding: 34px;
    position: relative;
    border: 1px solid var(--cf-border);
    transition: .35s ease;
    overflow: hidden;
}

.cf-service::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--cf-red);
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s ease;
}

.cf-service:hover::before {
    transform: scaleX(1);
}

.cf-service:hover {
    transform: translateY(-8px);
    border-color: var(--cf-red);
}

.cf-service.dark {
    background: var(--cf-black);
    color: #fff;
}

.cf-service.dark p {
    color: #aeb2b9;
}

.cf-service-number {
    color: var(--cf-red);
    font-size: 14px;
    font-weight: 950;
    margin-bottom: 45px;
}

.cf-service h3 {
    font-size: 25px;
    margin: 0 0 15px;
    letter-spacing: -.8px;
}

.cf-service p {
    color: var(--cf-gray);
    line-height: 1.75;
    font-size: 15px;
    margin: 0;
}

/* =========================================================
   WEATHER
   ========================================================= */

.cf-weather {
    background: var(--cf-black);
    color: #fff;
}

.cf-weather-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}

.cf-weather-image {
    overflow: hidden;
}

.cf-weather-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cf-weather-content {
    padding: 75px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cf-weather-content .eyebrow {
    color: var(--cf-red);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cf-weather-content h2 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: .94;
    letter-spacing: -4px;
    margin: 18px 0 25px;
}

.cf-weather-content > p {
    color: #adb1b8;
    line-height: 1.8;
    margin: 0;
}

.cf-weather-list {
    margin-top: 35px;
    display: grid;
    gap: 15px;
}

.cf-weather-list div {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #e5e6e9;
    line-height: 1.6;
}

.cf-weather-list span {
    min-width: 25px;
    width: 25px;
    height: 25px;
    background: var(--cf-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
}

/* =========================================================
   PROCESS
   ========================================================= */

.cf-process {
    background: #fff;
}

.cf-process-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 65px;
}

.cf-process-header h2 {
    font-size: clamp(42px, 5vw, 70px);
    line-height: .9;
    letter-spacing: -4px;
    margin: 0;
}

.cf-process-header p {
    color: var(--cf-gray);
    line-height: 1.8;
    margin: 0;
}

.cf-process-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--cf-border);
    border-bottom: 1px solid var(--cf-border);
}

.cf-process-step {
    padding: 35px 25px 40px;
    border-right: 1px solid var(--cf-border);
}

.cf-process-step:last-child {
    border-right: 0;
}

.cf-process-step .number {
    font-size: 50px;
    color: var(--cf-red);
    font-weight: 950;
    line-height: 1;
    margin-bottom: 35px;
}

.cf-process-step h3 {
    font-size: 21px;
    margin: 0 0 12px;
}

.cf-process-step p {
    color: var(--cf-gray);
    line-height: 1.7;
    font-size: 14px;
    margin: 0;
}

/* =========================================================
   CONCLUSION
   ========================================================= */

.cf-conclusion {
    background: var(--cf-red);
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.cf-conclusion-inner {
    width: min(950px, 92%);
    margin: auto;
}

.cf-conclusion .quote {
    font-size: 90px;
    line-height: .5;
    opacity: .22;
}

.cf-conclusion h2 {
    font-size: clamp(42px, 5vw, 67px);
    line-height: .95;
    letter-spacing: -4px;
    margin: 25px 0;
}

.cf-conclusion p {
    max-width: 850px;
    margin: auto;
    color: rgba(255,255,255,.9);
    line-height: 1.9;
    font-size: 16px;
}

/* =========================================================
   FAQ
   ========================================================= */

.cf-faq {
    background: var(--cf-light);
}

.cf-faq-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
}

.cf-faq-intro h2 {
    font-size: clamp(42px, 5vw, 65px);
    line-height: .95;
    letter-spacing: -4px;
    margin: 0 0 20px;
}

.cf-faq-intro p {
    color: var(--cf-gray);
    line-height: 1.8;
}

.cf-faq-list {
    display: grid;
    gap: 12px;
}

.cf-faq-item {
    background: #fff;
    border: 1px solid var(--cf-border);
}

.cf-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 25px 28px;
    font-size: 16px;
    font-weight: 850;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cf-faq-item summary::-webkit-details-marker {
    display: none;
}

.cf-faq-item summary::after {
    content: "+";
    color: var(--cf-red);
    font-size: 26px;
    font-weight: 400;
}

.cf-faq-item[open] summary::after {
    content: "−";
}

.cf-faq-answer {
    padding: 0 28px 27px;
    color: var(--cf-gray);
    line-height: 1.8;
    font-size: 15px;
}

/* =========================================================
   PROJECTS CAROUSEL
   ========================================================= */

.cf-projects {
    background: #fff;
}

.cf-project-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 50px;
    margin-bottom: 45px;
}

.cf-project-header h2 {
    font-size: clamp(42px, 5vw, 70px);
    line-height: .9;
    letter-spacing: -4px;
    margin: 0;
}

.cf-project-header p {
    max-width: 450px;
    color: var(--cf-gray);
    line-height: 1.7;
    margin: 0;
}

.cf-carousel {
    overflow: hidden;
    position: relative;
}

.cf-track {
    display: flex;
    transition: transform .65s cubic-bezier(.22,.61,.36,1);
}

.cf-slide {
    min-width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
}

.cf-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cf-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        transparent 45%,
        rgba(0,0,0,.78)
    );
}

.cf-slide-info {
    position: absolute;
    left: 45px;
    bottom: 42px;
    z-index: 3;
    color: #fff;
}

.cf-slide-info span {
    background: var(--cf-red);
    padding: 8px 12px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cf-slide-info h3 {
    font-size: 32px;
    margin: 15px 0 0;
}

.cf-carousel-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.cf-dots {
    display: flex;
    gap: 8px;
}

.cf-dot {
    width: 35px;
    height: 4px;
    background: #d5d6d9;
    cursor: pointer;
    transition: .3s ease;
}

.cf-dot.active {
    background: var(--cf-red);
}

.cf-arrows {
    display: flex;
    gap: 8px;
}

.cf-arrow {
    width: 52px;
    height: 52px;
    background: #fff;
    border: 1px solid #d8d9dc;
    cursor: pointer;
    font-size: 21px;
    transition: .3s ease;
}

.cf-arrow:hover {
    background: var(--cf-red);
    border-color: var(--cf-red);
    color: #fff;
}

/* =========================================================
   CTA
   ========================================================= */

.cf-cta {
    background: var(--cf-black);
    color: #fff;
    padding: 105px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cf-cta::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: var(--cf-red);
    border-radius: 50%;
    filter: blur(120px);
    opacity: .17;
    left: -200px;
    top: -250px;
}

.cf-cta-inner {
    width: min(900px, 92%);
    margin: auto;
    position: relative;
    z-index: 2;
}

.cf-cta .eyebrow {
    color: var(--cf-red);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 900;
}

.cf-cta h2 {
    font-size: clamp(45px, 6vw, 78px);
    line-height: .92;
    letter-spacing: -5px;
    margin: 20px 0 25px;
}

.cf-cta p {
    color: #aeb2b9;
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto 35px;
}

/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .cf-hero-grid {
        width: 94%;
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .cf-hero {
        min-height: auto;
    }

    .cf-hero-content {
        padding: 90px 0 55px;
    }

    .cf-hero-image {
        min-height: 550px;
    }

    /* FIX: badge remains fully inside image */
    .cf-hero-badge {
        left: 30px;
        bottom: 30px;
    }

    .cf-stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .cf-stat:nth-child(2) {
        border-right: 0;
    }

    .cf-intro-grid,
    .cf-faq-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .cf-side-label {
        position: static;
    }

    .cf-service-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cf-weather-grid {
        grid-template-columns: 1fr;
    }

    .cf-weather-image {
        height: 450px;
    }

    .cf-process-header {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .cf-process-list {
        grid-template-columns: 1fr 1fr;
    }

    .cf-process-step:nth-child(2) {
        border-right: 0;
    }

    .cf-process-step:nth-child(-n+2) {
        border-bottom: 1px solid var(--cf-border);
    }
}

/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .cf-section {
        padding: 75px 0;
    }

    .cf-hero-grid {
        width: 90%;
    }

    .cf-hero-content {
        padding: 75px 0 45px;
    }

    .cf-hero h1 {
        font-size: clamp(48px, 14vw, 75px);
        letter-spacing: -3px;
    }

    .cf-hero-text {
        font-size: 16px;
    }

    .cf-hero-image {
        min-height: 400px;
    }

    .cf-hero-badge {
        left: 20px;
        bottom: 20px;
        width: 155px;
        height: 155px;
        padding: 20px;
    }

    .cf-hero-badge strong {
        font-size: 43px;
    }

    .cf-hero-badge span {
        font-size: 9px;
    }

    .cf-stats-inner {
        grid-template-columns: 1fr 1fr;
    }

    .cf-stat {
        min-height: 120px;
        border-bottom: 1px solid rgba(255,255,255,.25);
    }

    .cf-stat:nth-child(3),
    .cf-stat:nth-child(4) {
        border-bottom: 0;
    }

    .cf-service-grid {
        grid-template-columns: 1fr;
    }

    .cf-weather-content {
        padding: 55px 30px;
    }

    .cf-process-list {
        grid-template-columns: 1fr;
    }

    .cf-process-step {
        border-right: 0;
        border-bottom: 1px solid var(--cf-border);
    }

    .cf-process-step:last-child {
        border-bottom: 0;
    }

    .cf-project-header {
        display: block;
    }

    .cf-project-header p {
        margin-top: 20px;
    }

    .cf-slide {
        height: 450px;
    }

    .cf-slide-info {
        left: 25px;
        bottom: 25px;
    }

    .cf-slide-info h3 {
        font-size: 23px;
    }

    .cf-carousel-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .cf-cta h2 {
        letter-spacing: -3px;
    }
}

/* =========================================================
   RESPONSIVE - SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .cf-container {
        width: 90%;
    }

    .cf-hero-grid {
        width: 90%;
    }

    .cf-hero-content {
        padding-top: 65px;
    }

    .cf-hero-buttons {
        flex-direction: column;
    }

    .cf-primary,
    .cf-outline {
        width: 100%;
    }

    .cf-hero-image {
        min-height: 320px;
    }

    .cf-hero-badge {
        left: 15px;
        bottom: 15px;
        width: 125px;
        height: 125px;
        padding: 16px;
    }

    .cf-hero-badge strong {
        font-size: 34px;
    }

    .cf-hero-badge span {
        font-size: 8px;
        line-height: 1.4;
        margin-top: 8px;
    }

    .cf-stats-inner {
        grid-template-columns: 1fr;
    }

    .cf-stat {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.25) !important;
    }

    .cf-stat:last-child {
        border-bottom: 0 !important;
    }

    .cf-weather-image {
        height: 320px;
    }

    .cf-slide {
        height: 380px;
    }
}
