* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --navy: #061f49;
    --navy-dark: #021532;
    --blue: #0f5ecb;
    --blue-light: #4c96ef;
    --white: #ffffff;
    --text: #071a3b;
    --muted: #5e6672;
    --border: #d9dde4;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: white;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: min(1240px, 92%);
    margin: auto;
}


/* TOP BAR */

.top-bar {
    background: var(--navy-dark);
    color: white;
    font-size: 13px;
}

.top-bar-inner {
    min-height: 38px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.top-bar-right {
    display: flex;
    gap: 28px;
}


/* HEADER */

.main-header {
    background: white;
    border-bottom: 1px solid #e6e9ee;
}

.nav-wrap {
    min-height: 110px;

    display: flex;
    align-items: center;

    gap: 28px;
}

.logo {
    width: 240px;

    display: flex;
    flex-direction: column;

    font-weight: 900;

    color: var(--navy);
}

.logo-top {
    font-size: 25px;
    letter-spacing: -1px;
}

.logo-bottom {
    font-size: 30px;
    line-height: 0.9;
}

.logo-swoosh {
    width: 150px;
    height: 11px;

    border-bottom: 9px solid var(--navy);

    border-radius: 0 0 100% 50%;

    margin: 7px 0 0 35px;

    transform: rotate(-5deg);
}

.nav {
    display: flex;
    align-items: center;

    gap: 28px;

    font-size: 13px;
    font-weight: 800;

    margin-left: auto;
}

.nav a {
    padding: 40px 0 12px;

    border-bottom: 3px solid transparent;
}

.nav a:hover,
.nav a.active {
    color: var(--blue);
    border-color: var(--blue);
}

.nav-actions {
    display: flex;
    align-items: center;

    gap: 22px;
}

.phone {
    font-weight: 900;
    font-size: 18px;

    color: #083f96;

    white-space: nowrap;
}

.quote-btn {
    background: var(--blue);

    color: white;

    padding: 17px 24px;

    border-radius: 4px;

    font-weight: 900;
    font-size: 13px;

    white-space: nowrap;
}


/* HERO */

.hero {
    position: relative;

    min-height: 430px;

    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(3, 15, 34, 0.85) 0%,
            rgba(3, 15, 34, 0.55) 44%,
            rgba(3, 15, 34, 0.08) 72%
        ),
        radial-gradient(circle at 80% 20%, #7cb5e3 0%, #30618d 28%, #15324b 55%, #0e2234 100%);
}

.hero::after {
    content: "";

    position: absolute;
    inset: auto 0 0;

    height: 45%;

    background:
        linear-gradient(
            to top,
            rgba(13, 45, 28, 0.95),
            rgba(17, 64, 38, 0.4),
            transparent
        );
}

.hero-inner {
    min-height: 430px;

    display: flex;
    align-items: center;

    position: relative;

    z-index: 2;
}

.hero-copy {
    width: 46%;

    color: white;

    position: relative;

    z-index: 4;
}

.hero-copy h1 {
    font-size: clamp(54px, 6vw, 78px);
    line-height: 0.95;

    letter-spacing: -3px;

    font-weight: 900;

    text-shadow: 0 4px 10px rgba(0,0,0,0.35);
}

.hero-copy h1 span {
    display: block;

    color: var(--blue-light);
}

.hero-copy p {
    max-width: 470px;

    font-size: 19px;
    line-height: 1.35;

    font-weight: 700;

    margin: 25px 0;
}

.hero-buttons {
    display: flex;
    gap: 14px;
}

.hero-primary,
.hero-secondary {
    padding: 17px 24px;

    border-radius: 4px;

    font-weight: 900;
    font-size: 14px;
}

.hero-primary {
    background: var(--blue);
    color: white;
}

.hero-secondary {
    border: 2px solid white;
    color: white;

    background: rgba(0,0,0,0.22);
}


/* TRUCK */

.hero-truck {
    position: absolute;

    right: 1%;
    bottom: 0;

    width: 58%;
    height: 95%;

    z-index: 3;
}

.truck-box {
    position: absolute;

    right: 0;
    top: 5%;

    width: 62%;
    height: 75%;

    background: #f7f7f7;

    border: 5px solid #d4d8dc;

    box-shadow: 0 10px 30px rgba(0,0,0,0.25);

    transform: perspective(1000px) rotateY(-3deg);
}

.truck-box::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 22px;

    background: #073f8f;
}

.truck-brand {
    position: absolute;

    right: 10%;
    top: 22%;

    display: flex;
    flex-direction: column;

    text-align: center;

    color: var(--navy);
}

.truck-brand strong {
    font-size: 25px;
}

.truck-brand span {
    font-size: 30px;
    font-weight: 900;
}

.truck-brand small {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 800;
}

.truck-cab {
    position: absolute;

    left: 10%;
    bottom: 6%;

    width: 38%;
    height: 49%;

    background:
        linear-gradient(
            110deg,
            #f1f1f1 0%,
            #ffffff 55%,
            #d6dce1 100%
        );

    border-radius: 45px 35px 12px 10px;

    box-shadow: 0 9px 25px rgba(0,0,0,0.28);
}

.truck-cab::before {
    content: "";

    position: absolute;

    width: 44%;
    height: 36%;

    right: 8%;
    top: 7%;

    border-radius: 8px;

    background:
        linear-gradient(
            145deg,
            #324a5d,
            #8ba8b9
        );
}

.truck-cab::after {
    content: "";

    position: absolute;

    width: 30%;
    height: 45%;

    left: -18%;
    bottom: 0;

    background: #eeeeee;

    border-radius: 40px 10px 5px 15px;
}

.truck-wheel {
    position: absolute;

    bottom: -7px;

    width: 72px;
    height: 72px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            #b5b5b5 0 28%,
            #252525 29% 55%,
            #050505 56%
        );
}

.wheel-one {
    left: 22%;
}

.wheel-two {
    right: 13%;
}


/* FEATURE STRIP */

.features {
    background: var(--navy);

    color: white;

    padding: 27px 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.feature {
    display: flex;
    gap: 18px;

    padding: 0 28px;

    border-right: 1px solid rgba(255,255,255,0.35);
}

.feature:last-child {
    border-right: none;
}

.feature-icon {
    width: 54px;
    height: 54px;

    border: 3px solid var(--blue-light);

    color: var(--blue-light);

    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
    font-weight: 900;

    flex-shrink: 0;
}

.feature h3 {
    font-size: 14px;

    margin-bottom: 5px;
}

.feature p {
    font-size: 12px;

    line-height: 1.4;

    color: rgba(255,255,255,0.8);
}


/* SERVICES */

.services {
    padding: 38px 0 30px;
}

.section-title {
    text-align: center;

    margin-bottom: 26px;
}

.section-title span {
    color: var(--blue);

    font-size: 13px;
    font-weight: 900;

    letter-spacing: 1px;
}

.section-title h2 {
    font-size: 30px;

    color: var(--navy);

    margin-top: 2px;
}

.service-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}

.service-card {
    border: 1px solid var(--border);

    border-radius: 6px;

    overflow: hidden;

    background: white;

    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

.service-image {
    height: 120px;

    background-size: cover;
    background-position: center;
}

.home-image {
    background:
        linear-gradient(rgba(40,40,40,0.08), rgba(40,40,40,0.08)),
        linear-gradient(135deg, #ddd3c4, #f6eee4);
}

.office-image {
    background:
        linear-gradient(135deg, #adb4ba, #e2e5e8);
}

.packing-image {
    background-image: url("../images/packing.png");
    background-size: 100% auto;
    background-position: center 70%;
    background-repeat: no-repeat;
}

.storage-image {
    background:
        repeating-linear-gradient(
            90deg,
            #153d73 0,
            #153d73 28px,
            #224f88 28px,
            #224f88 56px
        );
}

.service-body {
    position: relative;

    padding: 18px 18px 17px 72px;

    min-height: 150px;
}

.service-badge {
    position: absolute;

    left: 16px;
    top: -27px;

    width: 54px;
    height: 54px;

    border-radius: 50%;

    background: var(--navy);

    border: 4px solid white;

    color: white;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 23px;
}

.service-body h3 {
    font-size: 14px;

    color: var(--navy);

    margin-bottom: 8px;
}

.service-body p {
    font-size: 12px;

    line-height: 1.55;

    color: #374156;

    min-height: 58px;
}

.service-body a {
    display: inline-block;

    margin-top: 9px;

    color: #0a4aa7;

    font-size: 12px;
    font-weight: 900;
}


/* REVIEWS */

.review-bar {
    background: var(--navy);

    color: white;

    padding: 18px 0;
}

.review-inner {
    display: grid;

    grid-template-columns: 280px 1fr 220px;

    gap: 28px;

    align-items: center;
}

.google-rating {
    display: flex;
    align-items: center;
    gap: 18px;
}

.google-g {
    font-size: 62px;
    font-weight: 900;

    color: white;
}

.stars {
    color: #ffc400;

    font-size: 22px;

    letter-spacing: 1px;
}

.google-rating strong {
    display: block;

    font-size: 15px;
}

.google-rating span {
    display: block;

    margin-top: 2px;

    font-size: 11px;

    color: rgba(255,255,255,0.7);
}

.review-copy {
    position: relative;

    padding-left: 55px;

    font-size: 13px;
}

.quote-mark {
    position: absolute;

    left: 0;
    top: -15px;

    font-size: 75px;

    color: var(--blue-light);

    font-weight: 900;
}

.review-copy p {
    line-height: 1.4;

    margin-bottom: 7px;
}

.review-copy span {
    font-size: 12px;
}

.review-btn {
    background: var(--blue);

    color: white;

    padding: 16px 22px;

    text-align: center;

    border-radius: 4px;

    font-size: 12px;
    font-weight: 900;
}


/* QUOTE */

.quote-section {
    padding: 60px 0;

    background: #f5f7fa;
}

.quote-inner {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}

.small-label {
    color: var(--blue);

    font-size: 13px;
    font-weight: 900;
}

.quote-inner h2 {
    font-size: 34px;

    color: var(--navy);

    margin: 5px 0 12px;
}

.quote-inner p {
    color: var(--muted);
}

.quote-form {
    display: grid;
    gap: 12px;
}

.quote-form input {
    padding: 14px 15px;

    border: 1px solid var(--border);

    border-radius: 4px;
}

.quote-form button {
    border: none;

    background: var(--blue);

    color: white;

    padding: 15px;

    font-weight: 900;

    cursor: pointer;
}


/* FOOTER */

footer {
    background: var(--navy-dark);

    color: white;

    padding: 25px 0;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-inner p {
    margin-top: 5px;

    color: rgba(255,255,255,0.65);
}


/* RESPONSIVE */

@media (max-width: 1100px) {

    .nav {
        display: none;
    }

    .hero-truck {
        opacity: 0.6;
    }

    .hero-copy {
        width: 65%;
    }

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

    .feature {
        border-bottom: 1px solid rgba(255,255,255,0.2);

        padding: 20px;
    }

    .review-inner {
        grid-template-columns: 1fr;
    }

    .review-btn {
        width: max-content;
    }
}


@media (max-width: 700px) {

    .top-bar-right {
        display: none;
    }

    .nav-wrap {
        min-height: 85px;
    }

    .logo {
        width: auto;
    }

    .logo-top {
        font-size: 17px;
    }

    .logo-bottom {
        font-size: 21px;
    }

    .logo-swoosh {
        width: 100px;
    }

    .nav-actions .phone {
        display: none;
    }

    .quote-btn {
        padding: 12px 14px;

        font-size: 10px;
    }

    .hero {
        min-height: 520px;
    }

    .hero-inner {
        min-height: 520px;
    }

    .hero-copy {
        width: 100%;
    }

    .hero-copy h1 {
        font-size: 54px;
    }

    .hero-truck {
        opacity: 0.28;

        width: 100%;
    }

    .hero-buttons {
        flex-direction: column;

        width: max-content;
    }

    .feature-grid,
    .service-grid,
    .quote-inner {
        grid-template-columns: 1fr;
    }

    .feature {
        border-right: none;
    }

    .footer-inner {
        flex-direction: column;

        align-items: flex-start;

        gap: 12px;
    }
}

/* REAL LOGO IMAGE */
.logo {
    width: 260px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* HEADER REFINEMENTS */

.main-header {
    background: #ffffff;
}

.nav-wrap {
    min-height: 92px;
    gap: 22px;
}

.logo {
    width: 285px;
    flex-shrink: 0;
}

.logo img {
    width: 100%;
    height: auto;
    display: block;
}

.nav {
    gap: 24px;
    font-size: 13px;
}

.nav a {
    padding: 31px 0 10px;
}

.nav-actions {
    gap: 18px;
}

.phone {
    font-size: 17px;
}

.quote-btn {
    padding: 15px 22px;
    font-size: 12px;
}

.top-bar-inner {
    min-height: 34px;
}

.top-bar {
    font-size: 12px;
}

/* FIX HEADER NAV SPACING */

.nav-wrap {
    gap: 18px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 22px;
    white-space: nowrap;
    flex-shrink: 0;
}

.nav a {
    display: block;
    white-space: nowrap;
    padding: 32px 0 10px;
    line-height: 1;
}

.logo {
    width: 250px;
    flex-shrink: 0;
}

.nav-actions {
    margin-left: auto;
    gap: 16px;
    flex-shrink: 0;
}

.phone {
    white-space: nowrap;
    font-size: 16px;
}

.quote-btn {
    white-space: nowrap;
    padding: 14px 19px;
}

/* REAL HERO IMAGE */

.hero {
    min-height: 515px;

    background:
        linear-gradient(
            90deg,
            rgba(2, 16, 38, 0.92) 0%,
            rgba(2, 16, 38, 0.78) 28%,
            rgba(2, 16, 38, 0.38) 50%,
            rgba(2, 16, 38, 0.05) 72%
        ),
        url("../images/hero.png");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-inner {
    min-height: 515px;
}

.hero::after {
    display: none;
}

.hero-copy {
    width: 48%;
    max-width: 610px;
}


/* REAL STORAGE FACILITY PHOTO */
.storage-image {
    background-image: url("../images/storage_unit.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* REAL PACKING SERVICES PHOTO */
.packing-image {
    background-image: url("../images/packing.png");
    background-size: 100% auto;
    background-position: center 70%;
    background-repeat: no-repeat;
}


/* ADJUST BRADY PACKING PHOTO */
.packing-image {
    background-image: url("../images/packing.png");
    background-size: 100% auto;
    background-position: center 70%;
    background-repeat: no-repeat;
}


/* REAL HOME MOVING PHOTO */
.home-image {
    background-image: url("../images/home-moving.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* REAL BUSINESS MOVING PHOTO */
.office-image {
    background-image: url("../images/business-moving.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* REVIEW ROTATOR */
#reviewText,
#reviewAuthor {
    transition: opacity 0.25s ease;
}

.review-copy p {
    min-height: 55px;
}


.footer-brand p {
    margin-top: 4px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: right;
}

.footer-contact a {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.footer-contact a:hover {
    text-decoration: underline;
}

@media (max-width: 700px) {
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .footer-contact {
        text-align: left;
    }
}

.footer-contact strong {
    font-size: 14px;
    letter-spacing: 1px;
}

.footer-contact p {
    margin: 0;
    color: rgba(255,255,255,0.7);
}

.footer-contact span {
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    margin-right: 5px;
}

.footer-contact p a {
    color: white;
}

.quote-form label {
    font-size: 14px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: -4px;
}


/* SERVICES PAGE */

.services-hero {
    background: var(--navy-dark);
    color: white;
    padding: 90px 0;
    text-align: center;
}

.services-hero h1 {
    font-size: clamp(36px, 5vw, 58px);
    margin: 10px 0 18px;
}

.services-hero p {
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255,255,255,0.75);
    font-size: 18px;
    line-height: 1.7;
}

.services-page {
    padding: 85px 0;
}

.services-intro {
    max-width: 760px;
    margin-bottom: 45px;
}

.services-intro h2 {
    color: var(--navy);
    margin: 8px 0 15px;
}

.services-intro p {
    color: var(--muted);
    line-height: 1.7;
}

.service-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service-detail {
    border: 1px solid var(--border);
    padding: 35px;
    border-radius: 6px;
    background: white;
}

.service-detail h3 {
    color: var(--navy);
    margin-bottom: 14px;
}

.service-detail p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 22px;
}

.service-detail a {
    color: var(--blue);
    text-decoration: none;
    font-weight: 900;
}

.service-detail a:hover {
    text-decoration: underline;
}

@media (max-width: 700px) {
    .services-hero {
        padding: 65px 0;
    }

    .service-detail-grid {
        grid-template-columns: 1fr;
    }
}


/* ABOUT PAGE */

.about-hero {
    background: var(--navy-dark);
    color: white;
    padding: 90px 0;
    text-align: center;
}

.about-hero h1 {
    font-size: clamp(36px, 5vw, 58px);
    margin: 10px 0 18px;
}

.about-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255,255,255,0.75);
    font-size: 18px;
    line-height: 1.7;
}

.about-page {
    padding: 90px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: start;
}

.about-story h2 {
    color: var(--navy);
    margin: 8px 0 22px;
}

.about-story p {
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 18px;
}

.about-cta {
    display: inline-block;
    margin-top: 10px;
    color: var(--blue);
    font-weight: 900;
    text-decoration: none;
}

.about-cta:hover {
    text-decoration: underline;
}

.about-values {
    display: grid;
    gap: 18px;
}

.about-value {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 18px;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: white;
}

.about-value > span {
    color: var(--blue);
    font-size: 24px;
    font-weight: 900;
}

.about-value h3 {
    color: var(--navy);
    margin-bottom: 7px;
}

.about-value p {
    color: var(--muted);
    line-height: 1.6;
}

@media (max-width: 800px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-hero {
        padding: 65px 0;
    }
}


/* PACKING TIPS PAGE */

.tips-hero {
    background: var(--navy-dark);
    color: white;
    padding: 90px 0;
    text-align: center;
}

.tips-hero h1 {
    font-size: clamp(36px, 5vw, 58px);
    margin: 10px 0 18px;
}

.tips-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255,255,255,0.75);
    font-size: 18px;
    line-height: 1.7;
}

.tips-page {
    padding: 85px 0;
}

.tips-intro {
    max-width: 760px;
    margin-bottom: 45px;
}

.tips-intro h2 {
    color: var(--navy);
    margin: 8px 0 15px;
}

.tips-intro p {
    color: var(--muted);
    line-height: 1.7;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.tip-card {
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: white;
}

.tip-card > span {
    color: var(--blue);
    font-size: 22px;
    font-weight: 900;
}

.tip-card h3 {
    color: var(--navy);
    margin: 12px 0;
}

.tip-card p {
    color: var(--muted);
    line-height: 1.7;
}

.moving-day-box {
    margin-top: 60px;
    padding: 45px;
    background: var(--navy);
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    border-radius: 6px;
}

.moving-day-box h2 {
    margin-top: 8px;
}

.moving-day-box ul {
    columns: 2;
    padding-left: 20px;
    line-height: 2;
}

.packing-help {
    text-align: center;
    max-width: 700px;
    margin: 70px auto 0;
}

.packing-help h2 {
    color: var(--navy);
    margin: 8px 0 15px;
}

.packing-help p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 22px;
}

.packing-help a {
    color: var(--blue);
    text-decoration: none;
    font-weight: 900;
}

@media (max-width: 900px) {
    .tips-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .tips-hero {
        padding: 65px 0;
    }

    .tips-grid {
        grid-template-columns: 1fr;
    }

    .moving-day-box {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .moving-day-box ul {
        columns: 1;
    }
}


/* STORAGE CALLOUT */

.storage-callout {
    background: #f5f7fa;
    padding: 60px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.storage-callout-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.storage-callout h2 {
    color: var(--navy);
    margin: 7px 0 12px;
}

.storage-callout p {
    color: var(--muted);
    max-width: 680px;
    line-height: 1.7;
}

.storage-btn {
    flex-shrink: 0;
    display: inline-block;
    background: var(--blue);
    color: white;
    padding: 16px 22px;
    text-decoration: none;
    font-weight: 900;
    border-radius: 4px;
}

.storage-btn:hover {
    opacity: 0.9;
}

@media (max-width: 700px) {
    .storage-callout-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
}


/* CONTACT PAGE */

.contact-hero {
    background: var(--navy-dark);
    color: white;
    padding: 90px 0;
    text-align: center;
}

.contact-hero h1 {
    font-size: clamp(36px, 5vw, 58px);
    margin: 10px 0 18px;
}

.contact-hero p {
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255,255,255,0.75);
    font-size: 18px;
    line-height: 1.7;
}

.contact-page {
    padding: 80px 0;
}

.contact-intro {
    max-width: 720px;
    margin-bottom: 40px;
}

.contact-intro h2 {
    color: var(--navy);
    margin: 8px 0 15px;
}

.contact-intro p {
    color: var(--muted);
    line-height: 1.7;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.contact-card {
    display: flex;
    gap: 18px;
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: white;
    text-decoration: none;
}

.contact-card:hover {
    border-color: var(--blue);
}

.contact-icon {
    color: var(--blue);
    font-size: 28px;
    font-weight: 900;
}

.contact-card h3 {
    color: var(--navy);
    margin-bottom: 8px;
}

.contact-card p {
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 10px;
    overflow-wrap: anywhere;
}

.contact-card strong {
    color: var(--blue);
    font-size: 13px;
}

@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .contact-hero {
        padding: 65px 0;
    }
}

/* PREVENT MOBILE HORIZONTAL SCROLL */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}


/* FINAL MOBILE HEADER OVERRIDES */

@media (max-width: 700px) {

    .nav {
        display: none;
    }

    .nav-wrap {
        min-height: 80px;
        gap: 10px;
        justify-content: space-between;
    }

    .logo {
        width: 180px;
        max-width: 55%;
        flex-shrink: 1;
    }

    .nav-actions {
        gap: 8px;
        flex-shrink: 0;
    }

    .nav-actions .phone {
        display: none;
    }

    .quote-btn {
        padding: 11px 12px;
        font-size: 9px;
        white-space: nowrap;
    }

    .container {
        width: 92%;
        max-width: 100%;
    }

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
}


/* FINAL TABLET + MOBILE HEADER FIX */

@media (max-width: 1100px) {

    .nav {
        display: none;
    }

    .nav-wrap {
        min-height: 80px;
        gap: 12px;
        justify-content: space-between;
    }

    .logo {
        width: 200px;
        max-width: 55%;
        flex-shrink: 1;
    }

    .nav-actions {
        margin-left: auto;
        flex-shrink: 0;
    }

    .nav-actions .phone {
        display: none;
    }

    .quote-btn {
        padding: 11px 13px;
        font-size: 10px;
        white-space: nowrap;
    }

    .hero-copy {
        width: 100%;
        max-width: 610px;
    }
}


/* DEFINITIVE MOBILE HEADER LAYOUT */

@media (max-width: 700px) {

    .nav-wrap {
        width: 100%;
        max-width: 100%;
        min-height: 78px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .nav {
        display: none !important;
    }

    .logo {
        width: 175px;
        max-width: 52%;
        flex: 0 1 175px;
    }

    .nav-actions {
        position: static;
        margin-left: 0;
        width: auto;
        max-width: 45%;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }

    .nav-actions .phone {
        display: none !important;
    }

    .nav-actions .quote-btn {
        display: block;
        width: auto;
        max-width: 100%;
        padding: 11px 10px;
        font-size: 9px;
        white-space: nowrap;
    }
}


/* MOBILE HAMBURGER MENU */

.mobile-menu-btn {
    display: none;
    border: none;
    background: transparent;
    color: var(--navy);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 8px;
}

@media (max-width: 700px) {

    .mobile-menu-btn {
        display: block;
        flex-shrink: 0;
        order: 2;
    }

    .logo {
        order: 1;
    }

    .nav-actions {
        order: 3;
    }

    .nav-wrap {
        position: relative;
        flex-wrap: nowrap;
    }

    .nav.mobile-open {
        display: flex !important;

        position: absolute;
        top: 100%;
        left: 0;

        width: 100%;

        flex-direction: column;
        align-items: stretch;
        gap: 0;

        background: white;

        border-top: 1px solid var(--border);
        border-bottom: 1px solid var(--border);

        box-shadow: 0 10px 20px rgba(0,0,0,0.12);

        z-index: 9999;
    }

    .nav.mobile-open a {
        display: block;
        width: 100%;

        padding: 16px 20px;

        border-bottom: 1px solid var(--border);

        font-size: 13px;
        line-height: 1.2;
    }

    .nav.mobile-open a:last-child {
        border-bottom: none;
    }
}


/* HERO PHONE BUTTON CLEANUP */

.hero-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    min-width: 210px;
    padding: 17px 24px;

    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.2px;
}

.hero-secondary span {
    display: block;
    margin: 0;
}


/* ========================================
   HOME MOVING PAGE
   ======================================== */

.home-hero {
    position: relative;
    overflow: hidden;
}

.home-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -140px;
    bottom: -260px;
    border: 70px solid rgba(255,255,255,0.035);
    border-radius: 50%;
}

.home-hero .container {
    position: relative;
    z-index: 1;
}

.home-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.home-primary-btn,
.home-secondary-btn {
    padding: 15px 22px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: .4px;
}

.home-primary-btn {
    background: var(--blue);
    color: white;
}

.home-secondary-btn {
    border: 1px solid rgba(255,255,255,.35);
    color: white;
}

.home-primary-btn:hover {
    filter: brightness(1.08);
}

.home-secondary-btn:hover {
    background: rgba(255,255,255,.08);
}


/* INTRO */

.home-intro {
    padding: 90px 0;
    background: white;
}

.home-intro-grid {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 70px;
    align-items: center;
}

.home-intro-copy h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 44px);
    margin: 8px 0 18px;
    line-height: 1.08;
}

.home-intro-copy p {
    max-width: 720px;
    color: var(--muted);
    line-height: 1.8;
    font-size: 17px;
}

.home-promise {
    background: var(--navy);
    color: white;
    padding: 38px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.home-promise strong {
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
}

.home-promise p {
    color: rgba(255,255,255,.72);
    line-height: 1.7;
}


/* PROCESS */

.home-process {
    padding: 90px 0;
    background: #f6f8fa;
}

.home-section-heading {
    max-width: 730px;
    margin-bottom: 45px;
}

.home-section-heading h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 42px);
    margin: 8px 0 12px;
    line-height: 1.1;
}

.home-section-heading > p {
    color: var(--muted);
}

.home-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--border);
}

.home-step {
    padding: 34px 35px 10px 0;
    position: relative;
}

.home-step:not(:last-child) {
    border-right: 1px solid var(--border);
    margin-right: 35px;
}

.home-step > span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    color: white;
    border-radius: 50%;
    font-weight: 900;
    margin-bottom: 23px;
}

.home-step h3 {
    color: var(--navy);
    margin-bottom: 12px;
}

.home-step p {
    color: var(--muted);
    line-height: 1.75;
}


/* CARE */

.home-care {
    padding: 95px 0;
    background: var(--navy-dark);
    color: white;
}

.home-care-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.home-care-panel h2 {
    font-size: clamp(30px, 4vw, 43px);
    line-height: 1.08;
    margin: 9px 0 20px;
}

.home-care-panel p {
    color: rgba(255,255,255,.7);
    line-height: 1.8;
    margin-bottom: 25px;
}

.home-care-panel a {
    color: var(--blue-light);
    text-decoration: none;
    font-weight: 900;
}

.home-care-list > div {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.home-care-list > div:last-child {
    border-bottom: none;
}

.home-care-list > div > span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--blue-light);
    color: var(--blue-light);
    border-radius: 50%;
    font-weight: 900;
}

.home-care-list section h3 {
    margin-bottom: 5px;
    font-size: 15px;
}

.home-care-list section p {
    color: rgba(255,255,255,.65);
    line-height: 1.6;
    font-size: 14px;
}


/* RELATED SERVICES */

.home-next {
    padding: 90px 0;
}

.home-next-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.home-next-card {
    display: block;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 38px;
    text-decoration: none;
    background: white;
    transition: transform .2s ease, box-shadow .2s ease;
}

.home-next-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(0,0,0,.08);
}

.home-next-card > span {
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
}

.home-next-card h3 {
    color: var(--navy);
    font-size: 24px;
    margin: 10px 0 13px;
}

.home-next-card p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 22px;
}

.home-next-card strong {
    color: var(--blue);
    font-size: 13px;
}


/* MOBILE */

@media (max-width: 800px) {

    .home-intro-grid,
    .home-care-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-steps {
        grid-template-columns: 1fr;
        border-top: none;
    }

    .home-step {
        padding: 25px 0;
        border-top: 1px solid var(--border);
    }

    .home-step:not(:last-child) {
        border-right: none;
        margin-right: 0;
    }

    .home-next-grid {
        grid-template-columns: 1fr;
    }

    .home-intro,
    .home-process,
    .home-care,
    .home-next {
        padding: 65px 0;
    }
}



/* HOME MOVING 5-STEP JOURNEY */

.home-steps {
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    border-top: none;
}

.home-step {
    grid-column: span 2;
    padding: 30px;
    background: white;
    border-top: 4px solid var(--blue);
    border-radius: 6px;
}

.home-step:not(:last-child) {
    border-right: none;
    margin-right: 0;
}

.home-step:nth-child(4) {
    grid-column: 2 / span 2;
}

.home-step:nth-child(5) {
    grid-column: 4 / span 2;
}

@media (max-width: 800px) {
    .home-steps {
        grid-template-columns: 1fr;
    }

    .home-step,
    .home-step:nth-child(4),
    .home-step:nth-child(5) {
        grid-column: auto;
    }
}



/* ========================================
   BUSINESS MOVING PAGE
   ======================================== */

.business-hero {
    position: relative;
    overflow: hidden;
}

.business-hero::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 48%,
        rgba(255,255,255,.045) 48%,
        rgba(255,255,255,.045) 100%
    );
}

.business-hero .container {
    position: relative;
    z-index: 1;
}

.business-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.business-primary-btn,
.business-secondary-btn {
    padding: 15px 22px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: .4px;
}

.business-primary-btn {
    background: var(--blue);
    color: white;
}

.business-secondary-btn {
    border: 1px solid rgba(255,255,255,.35);
    color: white;
}

.business-primary-btn:hover {
    filter: brightness(1.08);
}

.business-secondary-btn:hover {
    background: rgba(255,255,255,.08);
}


/* INTRO */

.business-intro {
    padding: 95px 0;
}

.business-intro-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 75px;
    align-items: center;
}

.business-intro h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    margin: 8px 0 18px;
}

.business-intro p {
    color: var(--muted);
    line-height: 1.8;
    font-size: 17px;
}

.business-callout {
    border-left: 5px solid var(--blue);
    padding: 25px 0 25px 30px;
}

.business-callout strong {
    display: block;
    color: var(--navy);
    font-size: 20px;
    margin-bottom: 12px;
}

.business-callout p {
    font-size: 15px;
}


/* INFORMATION BAND */

.business-band {
    background: var(--navy);
    color: white;
    padding: 30px 0;
}

.business-band-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.business-band-grid > div {
    padding: 4px 25px;
    border-right: 1px solid rgba(255,255,255,.18);
}

.business-band-grid > div:last-child {
    border-right: none;
}

.business-band-grid span {
    display: block;
    color: var(--blue-light);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-bottom: 7px;
}

.business-band-grid strong {
    font-size: 13px;
    line-height: 1.45;
}


/* PROCESS */

.business-process {
    padding: 100px 0;
    background: #f6f8fa;
}

.business-process-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: start;
}

.business-process-copy h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 43px);
    line-height: 1.08;
    margin: 8px 0 20px;
}

.business-process-copy p {
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 25px;
}

.business-process-copy a {
    color: var(--blue);
    text-decoration: none;
    font-weight: 900;
}

.business-timeline {
    border-left: 2px solid var(--border);
}

.business-timeline-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 22px;
    padding: 0 0 42px 34px;
}

.business-timeline-item:last-child {
    padding-bottom: 0;
}

.business-timeline-item > span {
    width: 46px;
    height: 46px;
    margin-left: -58px;
    background: var(--navy);
    border: 4px solid #f6f8fa;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}

.business-timeline-item h3 {
    color: var(--navy);
    margin-bottom: 7px;
}

.business-timeline-item p {
    color: var(--muted);
    line-height: 1.7;
}


/* CAPABILITIES */

.business-capabilities {
    padding: 95px 0;
    background: var(--navy-dark);
    color: white;
}

.business-capabilities-heading {
    max-width: 700px;
    margin-bottom: 45px;
}

.business-capabilities-heading h2 {
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
    margin-top: 8px;
}

.business-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.business-capabilities-grid > div {
    padding: 30px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 7px;
}

.business-capabilities-grid > div > span {
    display: block;
    color: var(--blue-light);
    font-size: 28px;
    margin-bottom: 18px;
}

.business-capabilities-grid h3 {
    font-size: 15px;
    margin-bottom: 10px;
}

.business-capabilities-grid p {
    color: rgba(255,255,255,.65);
    font-size: 14px;
    line-height: 1.65;
}


/* PACKING CROSS-LINK */

.business-next {
    padding: 80px 0;
}

.business-next-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    border-left: 5px solid var(--blue);
    padding-left: 35px;
}

.business-next-inner > div {
    max-width: 700px;
}

.business-next-inner h2 {
    color: var(--navy);
    margin: 7px 0 10px;
}

.business-next-inner p {
    color: var(--muted);
    line-height: 1.7;
}

.business-next-inner > a {
    flex-shrink: 0;
    padding: 16px 21px;
    background: var(--navy);
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}


/* BUSINESS MOBILE */

@media (max-width: 800px) {

    .business-intro-grid,
    .business-process-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

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

    .business-band-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 0;
    }

    .business-band-grid > div:nth-child(2) {
        border-right: none;
    }

    .business-next-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .business-intro,
    .business-process,
    .business-capabilities {
        padding: 65px 0;
    }
}

@media (max-width: 520px) {

    .business-capabilities-grid,
    .business-band-grid {
        grid-template-columns: 1fr;
    }

    .business-band-grid > div {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.18);
        padding: 10px 0 20px;
    }

    .business-band-grid > div:last-child {
        border-bottom: none;
    }
}



/* ========================================
   LONG-DISTANCE MOVING PAGE
   ======================================== */

.long-hero {
    position: relative;
    overflow: hidden;
}

.long-hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -240px;
    width: 760px;
    height: 420px;
    transform: translateX(-50%);
    border: 2px solid rgba(255,255,255,.06);
    border-radius: 50%;
    box-shadow:
        0 0 0 70px rgba(255,255,255,.025),
        0 0 0 140px rgba(255,255,255,.018);
}

.long-hero .container {
    position: relative;
    z-index: 1;
}

.long-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.long-primary-btn,
.long-secondary-btn {
    padding: 15px 22px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}

.long-primary-btn {
    background: var(--blue);
    color: white;
}

.long-secondary-btn {
    border: 1px solid rgba(255,255,255,.35);
    color: white;
}

.long-primary-btn:hover {
    filter: brightness(1.08);
}

.long-secondary-btn:hover {
    background: rgba(255,255,255,.08);
}


/* INTRO */

.long-intro {
    padding: 95px 0;
}

.long-intro-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 75px;
    align-items: center;
}

.long-intro h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    margin: 8px 0 18px;
}

.long-intro p {
    color: var(--muted);
    line-height: 1.8;
    font-size: 17px;
}

.long-mile-card {
    background: #f6f8fa;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 38px;
}

.long-mile-card > span {
    display: block;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
}

.long-mile-card strong {
    display: block;
    color: var(--navy);
    font-size: 28px;
    line-height: 1.08;
    margin-bottom: 15px;
}

.long-mile-card p {
    font-size: 15px;
}


/* JOURNEY ROUTE */

.long-route {
    padding: 100px 0;
    background: #f6f8fa;
}

.long-route-heading {
    max-width: 760px;
    margin-bottom: 60px;
}

.long-route-heading h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 43px);
    line-height: 1.08;
    margin-top: 8px;
}

.long-route-line {
    position: relative;
}

.long-route-line::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 25px;
    bottom: 25px;
    width: 2px;
    background: var(--border);
}

.long-route-stop {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 30px;
    position: relative;
    padding-bottom: 48px;
}

.long-route-stop:last-child {
    padding-bottom: 0;
}

.long-route-stop > span {
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--navy);
    border: 5px solid #f6f8fa;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}

.long-route-stop small {
    display: block;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-bottom: 6px;
}

.long-route-stop h3 {
    color: var(--navy);
    font-size: 22px;
    margin-bottom: 9px;
}

.long-route-stop p {
    max-width: 720px;
    color: var(--muted);
    line-height: 1.75;
}


/* TRUST */

.long-trust {
    padding: 100px 0;
    background: var(--navy-dark);
    color: white;
}

.long-trust-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 85px;
    align-items: center;
}

.long-trust-copy h2 {
    font-size: clamp(30px, 4vw, 43px);
    line-height: 1.08;
    margin: 8px 0 20px;
}

.long-trust-copy p {
    color: rgba(255,255,255,.68);
    line-height: 1.8;
    margin-bottom: 25px;
}

.long-trust-copy a {
    color: var(--blue-light);
    text-decoration: none;
    font-weight: 900;
}

.long-trust-points > div {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.long-trust-points > div:last-child {
    border-bottom: none;
}

.long-trust-points > div > span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--blue-light);
    color: var(--blue-light);
    border-radius: 50%;
    font-weight: 900;
}

.long-trust-points section h3 {
    font-size: 15px;
    margin-bottom: 5px;
}

.long-trust-points section p {
    color: rgba(255,255,255,.65);
    font-size: 14px;
    line-height: 1.65;
}


/* PACKING CROSS-LINK */

.long-packing {
    padding: 80px 0;
}

.long-packing-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 38px 42px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: white;
}

.long-packing-inner > div {
    max-width: 720px;
}

.long-packing-inner h2 {
    color: var(--navy);
    margin: 7px 0 10px;
}

.long-packing-inner p {
    color: var(--muted);
    line-height: 1.7;
}

.long-packing-inner > a {
    flex-shrink: 0;
    background: var(--navy);
    color: white;
    padding: 16px 21px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}


/* LONG-DISTANCE MOBILE */

@media (max-width: 800px) {

    .long-intro-grid,
    .long-trust-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .long-packing-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .long-intro,
    .long-route,
    .long-trust {
        padding: 65px 0;
    }
}



/* ========================================
   PACKING SERVICES PAGE
   ======================================== */

.packing-hero {
    position: relative;
    overflow: hidden;
}

.packing-hero::before,
.packing-hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.055);
    transform: rotate(12deg);
}

.packing-hero::before {
    width: 250px;
    height: 190px;
    left: -80px;
    bottom: -80px;
}

.packing-hero::after {
    width: 190px;
    height: 145px;
    right: -45px;
    top: 35px;
}

.packing-hero .container {
    position: relative;
    z-index: 1;
}

.packing-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.packing-primary-btn,
.packing-secondary-btn {
    padding: 15px 22px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}

.packing-primary-btn {
    background: var(--blue);
    color: white;
}

.packing-secondary-btn {
    color: white;
    border: 1px solid rgba(255,255,255,.35);
}

.packing-primary-btn:hover {
    filter: brightness(1.08);
}

.packing-secondary-btn:hover {
    background: rgba(255,255,255,.08);
}


/* INTRO */

.packing-intro {
    padding: 95px 0;
}

.packing-intro-grid {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 75px;
    align-items: center;
}

.packing-intro h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    margin: 8px 0 18px;
}

.packing-intro p {
    color: var(--muted);
    line-height: 1.8;
    font-size: 17px;
}

.packing-relief {
    padding: 38px;
    background: var(--blue);
    color: white;
    border-radius: 8px;
}

.packing-relief > span {
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.2px;
    opacity: .75;
    margin-bottom: 8px;
}

.packing-relief strong {
    display: block;
    font-size: 29px;
    line-height: 1.05;
    margin-bottom: 15px;
}

.packing-relief p {
    color: rgba(255,255,255,.82);
    font-size: 15px;
}


/* OPTIONS */

.packing-options {
    padding: 100px 0;
    background: #f6f8fa;
}

.packing-options-heading {
    max-width: 730px;
    margin-bottom: 48px;
}

.packing-options-heading h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 43px);
    line-height: 1.08;
    margin: 8px 0 12px;
}

.packing-options-heading p {
    color: var(--muted);
}

.packing-option-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
}

.packing-option {
    position: relative;
    padding: 38px 32px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
}

.packing-option-featured {
    border-top: 5px solid var(--blue);
    box-shadow: 0 14px 35px rgba(0,0,0,.07);
    transform: translateY(-8px);
}

.packing-option-number {
    display: block;
    position: absolute;
    right: 22px;
    top: 18px;
    color: var(--navy);
    opacity: .07;
    font-size: 65px;
    font-weight: 900;
    line-height: 1;
}

.packing-option-label {
    display: block;
    position: relative;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.1px;
    margin-bottom: 13px;
}

.packing-option h3 {
    position: relative;
    color: var(--navy);
    font-size: 21px;
    margin-bottom: 14px;
}

.packing-option p {
    position: relative;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 25px;
}

.packing-option a {
    position: relative;
    color: var(--blue);
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
}


/* PACKING FLOW */

.packing-flow {
    padding: 100px 0;
    background: var(--navy-dark);
    color: white;
}

.packing-flow-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: center;
}

.packing-flow-copy h2 {
    font-size: clamp(30px, 4vw, 43px);
    line-height: 1.08;
    margin: 8px 0 20px;
}

.packing-flow-copy p {
    color: rgba(255,255,255,.68);
    line-height: 1.8;
}

.packing-flow-steps > div {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.packing-flow-steps > div:last-child {
    border-bottom: none;
}

.packing-flow-steps > div > span {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--blue-light);
    color: var(--blue-light);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 900;
}

.packing-flow-steps h3 {
    font-size: 15px;
    margin-bottom: 5px;
}

.packing-flow-steps p {
    color: rgba(255,255,255,.65);
    font-size: 14px;
    line-height: 1.6;
}


/* PACKING TIPS BRIDGE */

.packing-tips-bridge {
    padding: 85px 0;
}

.packing-tips-bridge-inner {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 35px;
    align-items: center;
    padding: 42px;
    border: 1px solid var(--border);
    border-radius: 8px;
}

.packing-tips-mark {
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f8fa;
    border: 2px solid var(--blue);
    border-radius: 50%;
}

.packing-tips-mark span {
    color: var(--navy);
    font-weight: 900;
    font-size: 18px;
}

.packing-tips-bridge-inner h2 {
    color: var(--navy);
    margin: 7px 0 10px;
}

.packing-tips-bridge-inner p {
    max-width: 700px;
    color: var(--muted);
    line-height: 1.7;
}

.packing-tips-bridge-inner > a {
    white-space: nowrap;
    padding: 16px 21px;
    background: var(--navy);
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}


/* PACKING MOBILE */

@media (max-width: 800px) {

    .packing-intro-grid,
    .packing-flow-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .packing-option-grid {
        grid-template-columns: 1fr;
    }

    .packing-option-featured {
        transform: none;
    }

    .packing-tips-bridge-inner {
        grid-template-columns: 1fr;
    }

    .packing-intro,
    .packing-options,
    .packing-flow {
        padding: 65px 0;
    }
}



/* ========================================
   ABOUT PAGE MODERN
   ======================================== */

.about-hero-modern {
    position: relative;
    overflow: hidden;
}

.about-hero-modern::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    top: -190px;
    border: 70px solid rgba(255,255,255,.03);
    border-radius: 50%;
}

.about-hero-modern .container {
    position: relative;
    z-index: 1;
}


/* STORY */

.about-story-modern {
    padding: 100px 0;
}

.about-story-modern-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 80px;
    align-items: center;
}

.about-story-copy h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    margin: 8px 0 20px;
}

.about-story-copy p {
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 18px;
    font-size: 16px;
}

.about-identity-card {
    background: var(--navy);
    color: white;
    padding: 42px;
    border-radius: 8px;
}

.about-identity-card h3 {
    font-size: 28px;
    margin: 10px 0 14px;
}

.about-identity-card p {
    color: rgba(255,255,255,.72);
    line-height: 1.7;
}

.about-identity-line {
    height: 1px;
    background: rgba(255,255,255,.15);
    margin: 28px 0;
}

.about-identity-card strong {
    color: var(--blue-light);
    font-size: 13px;
    letter-spacing: 1px;
}


/* BELIEFS */

.about-beliefs {
    padding: 95px 0;
    background: #f6f8fa;
}

.about-beliefs-heading {
    max-width: 760px;
    margin-bottom: 45px;
}

.about-beliefs-heading h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
    margin-top: 8px;
}

.about-beliefs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.about-belief {
    background: white;
    border: 1px solid var(--border);
    border-radius: 7px;
    padding: 30px;
}

.about-belief > span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--blue);
    color: var(--blue);
    border-radius: 50%;
    margin-bottom: 20px;
    font-weight: 900;
}

.about-belief h3 {
    color: var(--navy);
    margin-bottom: 10px;
}

.about-belief p {
    color: var(--muted);
    line-height: 1.7;
    font-size: 14px;
}


/* PROOF */

.about-proof {
    padding: 100px 0;
    background: var(--navy-dark);
    color: white;
}

.about-proof-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 85px;
}

.about-proof h2 {
    font-size: clamp(30px, 4vw, 43px);
    line-height: 1.08;
    margin-top: 8px;
}

.about-proof-list > div {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.about-proof-list > div:last-child {
    border-bottom: none;
}

.about-proof-list strong {
    display: block;
    color: var(--blue-light);
    margin-bottom: 7px;
}

.about-proof-list p {
    color: rgba(255,255,255,.67);
    line-height: 1.65;
}


/* SERVICES LINK */

.about-services-link {
    padding: 80px 0;
}

.about-services-link-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    border-left: 5px solid var(--blue);
    padding-left: 35px;
}

.about-services-link-inner > div {
    max-width: 700px;
}

.about-services-link-inner h2 {
    color: var(--navy);
    margin: 7px 0 10px;
}

.about-services-link-inner p {
    color: var(--muted);
    line-height: 1.7;
}

.about-services-link-inner > a {
    flex-shrink: 0;
    background: var(--navy);
    color: white;
    text-decoration: none;
    padding: 16px 21px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 900;
}


/* ABOUT MOBILE */

@media (max-width: 800px) {

    .about-story-modern-grid,
    .about-proof-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

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

    .about-services-link-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .about-story-modern,
    .about-beliefs,
    .about-proof {
        padding: 65px 0;
    }
}

@media (max-width: 520px) {
    .about-beliefs-grid {
        grid-template-columns: 1fr;
    }
}



/* ========================================
   PACKING TIPS PAGE MODERN
   ======================================== */

.tips-hero-modern {
    position: relative;
    overflow: hidden;
}

.tips-hero-modern::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 220px;
    right: -70px;
    bottom: -110px;
    border: 1px solid rgba(255,255,255,.06);
    transform: rotate(-10deg);
}

.tips-hero-modern .container {
    position: relative;
    z-index: 1;
}

.tips-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.tips-primary-btn,
.tips-secondary-btn {
    padding: 15px 22px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}

.tips-primary-btn {
    background: var(--blue);
    color: white;
}

.tips-secondary-btn {
    color: white;
    border: 1px solid rgba(255,255,255,.35);
}


/* START */

.tips-start {
    padding: 95px 0;
}

.tips-start-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
}

.tips-start h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    margin: 8px 0 18px;
}

.tips-start p {
    color: var(--muted);
    line-height: 1.8;
}

.tips-quick-list > div {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 16px;
    padding: 17px 0;
    border-bottom: 1px solid var(--border);
}

.tips-quick-list > div:last-child {
    border-bottom: none;
}

.tips-quick-list span {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--blue);
    color: var(--blue);
    border-radius: 50%;
    font-weight: 900;
}

.tips-quick-list p {
    font-size: 15px;
}


/* GUIDE */

.tips-guide {
    padding: 100px 0;
    background: #f6f8fa;
}

.tips-guide-heading {
    max-width: 700px;
    margin-bottom: 45px;
}

.tips-guide-heading h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
    margin-top: 8px;
}

.tips-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.tips-guide-item {
    background: white;
    border: 1px solid var(--border);
    border-radius: 7px;
    padding: 30px;
}

.tips-guide-item > span {
    display: inline-block;
    color: var(--blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.1px;
    margin-bottom: 15px;
}

.tips-guide-item h3 {
    color: var(--navy);
    margin-bottom: 11px;
}

.tips-guide-item p {
    color: var(--muted);
    line-height: 1.7;
    font-size: 14px;
}


/* FIRST NIGHT */

.tips-first-night {
    padding: 100px 0;
    background: var(--navy-dark);
    color: white;
}

.tips-first-night-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.tips-first-night-copy h2 {
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    margin: 8px 0 18px;
}

.tips-first-night-copy p {
    color: rgba(255,255,255,.68);
    line-height: 1.8;
}

.tips-first-night-list {
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    padding: 35px;
}

.tips-first-night-list ul {
    columns: 2;
    column-gap: 40px;
    margin: 0;
    padding-left: 20px;
}

.tips-first-night-list li {
    color: rgba(255,255,255,.8);
    margin-bottom: 13px;
    line-height: 1.5;
}


/* PACK LAST / OPEN FIRST */

.tips-last-first {
    padding: 95px 0;
}

.tips-last-first-heading {
    max-width: 720px;
    margin-bottom: 40px;
}

.tips-last-first-heading h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
    margin-top: 8px;
}

.tips-last-first-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.tips-last-first-grid > div {
    border-top: 4px solid var(--blue);
    background: #f6f8fa;
    padding: 30px;
}

.tips-last-first-grid strong {
    display: block;
    color: var(--navy);
    margin-bottom: 10px;
}

.tips-last-first-grid p {
    color: var(--muted);
    line-height: 1.7;
}


/* SERVICES BRIDGE */

.tips-help {
    padding: 75px 0;
    background: #f6f8fa;
}

.tips-help-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    border-left: 5px solid var(--blue);
    padding-left: 35px;
}

.tips-help-inner > div {
    max-width: 720px;
}

.tips-help-inner h2 {
    color: var(--navy);
    margin: 7px 0 10px;
}

.tips-help-inner p {
    color: var(--muted);
    line-height: 1.7;
}

.tips-help-inner > a {
    flex-shrink: 0;
    background: var(--navy);
    color: white;
    padding: 16px 21px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}


/* TIPS MOBILE */

@media (max-width: 800px) {

    .tips-start-grid,
    .tips-first-night-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .tips-guide-grid,
    .tips-last-first-grid {
        grid-template-columns: 1fr;
    }

    .tips-first-night-list ul {
        columns: 1;
    }

    .tips-help-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .tips-start,
    .tips-guide,
    .tips-first-night,
    .tips-last-first {
        padding: 65px 0;
    }
}



/* ========================================
   CONTACT PAGE MODERN
   ======================================== */

.contact-hero-modern {
    position: relative;
    overflow: hidden;
}

.contact-hero-modern::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    right: -160px;
    bottom: -220px;
    border: 65px solid rgba(255,255,255,.03);
    border-radius: 50%;
}

.contact-hero-modern .container {
    position: relative;
    z-index: 1;
}

.contact-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.contact-primary-btn,
.contact-secondary-btn {
    padding: 15px 22px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}

.contact-primary-btn {
    background: var(--blue);
    color: white;
}

.contact-secondary-btn {
    color: white;
    border: 1px solid rgba(255,255,255,.35);
}


/* CONTACT CHOICES */

.contact-choices {
    padding: 95px 0;
}

.contact-choices-heading {
    max-width: 720px;
    margin-bottom: 45px;
}

.contact-choices-heading h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 43px);
    line-height: 1.08;
    margin-top: 8px;
}

.contact-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.contact-choice {
    display: block;
    padding: 34px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: white;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.contact-choice:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(0,0,0,.08);
}

.contact-choice-featured {
    border-top: 5px solid var(--blue);
}

.contact-choice > span {
    display: block;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.1px;
    margin-bottom: 12px;
}

.contact-choice h3 {
    color: var(--navy);
    font-size: 22px;
    margin-bottom: 12px;
}

.contact-choice p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 22px;
}

.contact-choice strong {
    color: var(--blue);
    font-size: 13px;
}


/* CONTACT HELP */

.contact-help {
    padding: 95px 0;
    background: #f6f8fa;
}

.contact-help-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 75px;
    align-items: center;
}

.contact-help h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.08;
    margin: 8px 0 17px;
}

.contact-help p {
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 22px;
}

.contact-help a {
    color: var(--blue);
    text-decoration: none;
    font-weight: 900;
}

.contact-base {
    background: var(--navy);
    color: white;
    border-radius: 8px;
    padding: 38px;
}

.contact-base h3 {
    font-size: 24px;
    line-height: 1.15;
    margin: 9px 0 13px;
}

.contact-base p {
    color: rgba(255,255,255,.7);
    margin-bottom: 0;
}


/* CONTACT MOBILE */

@media (max-width: 800px) {

    .contact-choice-grid,
    .contact-help-grid {
        grid-template-columns: 1fr;
    }

    .contact-help-grid {
        gap: 40px;
    }

    .contact-choices,
    .contact-help {
        padding: 65px 0;
    }
}



/* ========================================
   EXPANDED MOVING ESTIMATE FORM
   ======================================== */

.quote-form-expanded {
    display: block;
}

.quote-form-heading {
    margin: 27px 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.quote-form-heading:first-child {
    margin-top: 0;
}

.quote-form-heading span {
    display: block;
    color: var(--blue-light);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-bottom: 3px;
}

.quote-form-heading p {
    margin: 0;
    color: rgba(255,255,255,.62);
    font-size: 12px;
}

.quote-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.quote-field {
    min-width: 0;
}

.quote-field-full {
    grid-column: 1 / -1;
}

.quote-field label {
    display: block;
    color: rgba(255,255,255,.8);
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 6px;
}

.quote-form-expanded input,
.quote-form-expanded select,
.quote-form-expanded textarea {
    width: 100%;
    box-sizing: border-box;
    font: inherit;
}

.quote-form-expanded select {
    min-height: 46px;
    cursor: pointer;
}

.quote-form-expanded textarea {
    resize: vertical;
    min-height: 105px;
    line-height: 1.5;
}

.quote-form-expanded button {
    width: 100%;
    margin-top: 24px;
}

.quote-privacy {
    margin: 11px 0 0;
    text-align: center;
    color: rgba(255,255,255,.5);
    font-size: 11px;
    line-height: 1.5;
}


/* FORM MOBILE */

@media (max-width: 600px) {

    .quote-field-grid {
        grid-template-columns: 1fr;
    }

    .quote-field-full {
        grid-column: auto;
    }

}


/* ========================================
   DEDICATED QUOTE PAGE
   ======================================== */

.quote-page {
    padding: 95px 0;
    background: #f6f8fa;
}

.quote-page-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    align-items: start;
}

.quote-page-intro {
    position: sticky;
    top: 30px;
}

.quote-page-intro h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.08;
    margin: 8px 0 18px;
}

.quote-page-intro > p {
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 28px;
}

.quote-page-callout {
    padding: 25px;
    border-left: 5px solid var(--blue);
    background: white;
}

.quote-page-callout strong {
    display: block;
    color: var(--navy);
    margin-bottom: 8px;
}

.quote-page-callout p {
    color: var(--muted);
    margin: 0;
    line-height: 1.6;
}

.quote-page-callout a {
    color: var(--blue);
    font-weight: 900;
    text-decoration: none;
}


/* Dedicated page form card */

.quote-page .quote-form-expanded {
    background: var(--navy-dark);
    padding: 38px;
    border-radius: 9px;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
}


@media (max-width: 800px) {

    .quote-page-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .quote-page-intro {
        position: static;
    }

    .quote-page {
        padding: 65px 0;
    }
}



/* =========================
   ABOUT - CREW SHOWCASE
   ========================= */

.crew-showcase {
    padding: 30px 0 70px;
    background: #fff;
}

.crew-showcase .container {
    max-width: 1180px;
}

.crew-showcase-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(13, 36, 64, 0.14);
}

@media (max-width: 768px) {
    .crew-showcase {
        padding: 20px 0 45px;
    }

    .crew-showcase-image {
        border-radius: 10px;
    }
}

/* Crew showcase spacing refinement */
.crew-showcase {
    padding: 18px 0 50px;
}

.crew-showcase .container {
    max-width: 1120px;
}

@media (max-width: 768px) {
    .crew-showcase {
        padding: 12px 0 35px;
    }

    .crew-showcase .container {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* Crew showcase spacing refinement */
.crew-showcase {
    padding: 18px 0 50px;
}

.crew-showcase .container {
    max-width: 1120px;
}

@media (max-width: 768px) {
    .crew-showcase {
        padding: 12px 0 35px;
    }

    .crew-showcase .container {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* Final mobile crew spacing */
@media (max-width: 768px) {
    .crew-showcase {
        padding-top: 0;
        margin-top: -25px;
    }
}

/* Final crew section spacing */
@media (max-width: 768px) {
    .crew-showcase {
        padding: 0 0 15px;
        margin-top: -25px;
    }
}


/* =====================================================
   SERVICES PAGE REFINEMENT
   ===================================================== */

.service-detail-grid {
    gap: 24px;
}

.service-detail {
    position: relative;
    overflow: hidden;
    padding: 34px 30px;
    background: #fff;
    border: 1px solid rgba(13, 36, 64, 0.10);
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(13, 36, 64, 0.07);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.service-detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #c62828;
}

.service-detail:hover {
    transform: translateY(-6px);
    border-color: rgba(13, 36, 64, 0.18);
    box-shadow: 0 16px 38px rgba(13, 36, 64, 0.13);
}

.service-detail h3 {
    margin-bottom: 14px;
}

.service-detail p {
    line-height: 1.7;
}

.service-detail a {
    display: inline-block;
    margin-top: 8px;
    font-weight: 700;
    transition: transform 0.2s ease;
}

.service-detail a:hover {
    transform: translateX(4px);
}


/* SERVICES TRUST BAND */

.services-trust {
    background: #102a43;
    padding: 42px 0;
}

.services-trust-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}

.services-trust-item {
    padding: 8px 20px;
    border-right: 1px solid rgba(255,255,255,0.18);
}

.services-trust-item:last-child {
    border-right: 0;
}

.services-trust-item strong {
    display: block;
    color: #fff;
    font-size: 1.35rem;
    margin-bottom: 6px;
}

.services-trust-item span {
    color: rgba(255,255,255,0.72);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 1px;
}


/* SERVICES BOTTOM CTA */

.services-bottom-cta {
    padding: 74px 20px;
    background: #f5f7f9;
    text-align: center;
}

.services-bottom-cta h2 {
    margin: 10px 0 14px;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #102a43;
}

.services-bottom-cta p {
    max-width: 620px;
    margin: 0 auto 28px;
    color: #5e6873;
    font-size: 1.05rem;
}

.services-cta-button {
    display: inline-block;
    padding: 15px 28px;
    background: #c62828;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    border-radius: 6px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.services-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(198, 40, 40, 0.25);
}


/* MOBILE */

@media (max-width: 768px) {

    .service-detail {
        padding: 28px 24px;
    }

    .service-detail:hover {
        transform: none;
    }

    .services-trust {
        padding: 30px 0;
    }

    .services-trust-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .services-trust-item {
        padding: 18px 10px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .services-trust-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .services-bottom-cta {
        padding: 55px 20px;
    }
}

/* Services card accent refinement */
.service-detail::before {
    background: #102a43;
}


/* ========================================
   SERVICES PAGE MODERN
   ======================================== */


/* INTRO */

.services-modern-start {
    padding: 95px 0;
}

.services-modern-start-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
}

.services-modern-start h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    margin: 8px 0 18px;
}

.services-modern-start p {
    color: var(--muted);
    line-height: 1.8;
}


/* QUICK SERVICE LINKS */

.services-modern-quick a {
    display: grid;
    grid-template-columns: 44px 1fr 25px;
    gap: 15px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid var(--border);
    text-decoration: none;
}

.services-modern-quick a:last-child {
    border-bottom: 0;
}

.services-modern-quick > a > span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--blue);
    border-radius: 50%;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
}

.services-modern-quick strong {
    display: block;
    color: var(--navy);
    margin-bottom: 3px;
}

.services-modern-quick p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.services-modern-quick b {
    color: var(--blue);
    font-size: 18px;
    transition: transform .2s ease;
}

.services-modern-quick a:hover b {
    transform: translateX(4px);
}


/* SERVICE GRID */

.services-modern-guide {
    padding: 100px 0;
    background: #f6f8fa;
}

.services-modern-heading {
    max-width: 720px;
    margin-bottom: 45px;
}

.services-modern-heading h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
    margin-top: 8px;
}

.services-modern-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.services-modern-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 7px;
    padding: 34px;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.services-modern-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(20,40,60,.08);
}

.services-modern-card > span {
    display: inline-block;
    color: var(--blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.1px;
    margin-bottom: 15px;
}

.services-modern-card h3 {
    color: var(--navy);
    margin-bottom: 12px;
    font-size: 22px;
}

.services-modern-card p {
    color: var(--muted);
    line-height: 1.7;
    font-size: 14px;
}

.services-modern-card a {
    display: inline-block;
    margin-top: 17px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}


/* DARK TRUST SECTION */

.services-modern-trust {
    padding: 100px 0;
    background: var(--navy-dark);
    color: white;
}

.services-modern-trust-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.services-modern-trust h2 {
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    margin: 8px 0 18px;
}

.services-modern-trust p {
    color: rgba(255,255,255,.68);
    line-height: 1.8;
}

.services-modern-trust-list {
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    padding: 10px 35px;
}

.services-modern-trust-list > div {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.services-modern-trust-list > div:last-child {
    border-bottom: 0;
}

.services-modern-trust-list strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

.services-modern-trust-list span {
    color: rgba(255,255,255,.6);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* CTA */

.services-modern-cta {
    padding: 90px 20px;
    text-align: center;
}

.services-modern-cta h2 {
    color: var(--navy);
    font-size: clamp(30px, 4vw, 44px);
    margin: 8px 0 15px;
}

.services-modern-cta p {
    max-width: 620px;
    margin: 0 auto 28px;
    color: var(--muted);
    line-height: 1.7;
}


/* MOBILE */

@media (max-width: 768px) {

    .services-modern-start,
    .services-modern-guide,
    .services-modern-trust,
    .services-modern-cta {
        padding: 65px 0;
    }

    .services-modern-start-grid,
    .services-modern-trust-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .services-modern-grid {
        grid-template-columns: 1fr;
    }

    .services-modern-card {
        padding: 28px 24px;
    }

    .services-modern-card:hover {
        transform: none;
    }

    .services-modern-trust-list {
        padding: 8px 25px;
    }

}


/* Remove numbering column from service quick links */
.services-modern-quick a {
    grid-template-columns: 1fr 25px;
    gap: 15px;
}

/* ========================================
   SITE-WIDE SUBTLE MOTION
   ======================================== */

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 0.65s ease,
        transform 0.65s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Slight stagger for groups of cards/items */
.reveal-on-scroll:nth-child(2) {
    transition-delay: 0.06s;
}

.reveal-on-scroll:nth-child(3) {
    transition-delay: 0.12s;
}

.reveal-on-scroll:nth-child(4) {
    transition-delay: 0.18s;
}

/* Interactive elements */
.service-card,
.contact-choice,
.feature {
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

@media (hover: hover) {
    .service-card:hover,
    .contact-choice:hover {
        transform: translateY(-5px);
    }

    .hero-primary:hover,
    .quote-btn:hover,
    .contact-primary-btn:hover,
    .storage-btn:hover,
    .review-btn:hover {
        transform: translateY(-2px);
    }
}

.hero-primary,
.quote-btn,
.contact-primary-btn,
.storage-btn,
.review-btn,
.hero-contact-action {
    transition:
        transform 0.18s ease,
        opacity 0.18s ease;
}

/* Respect accessibility settings */
@media (prefers-reduced-motion: reduce) {
    .reveal-on-scroll {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .service-card,
    .contact-choice,
    .feature,
    .hero-primary,
    .quote-btn,
    .contact-primary-btn,
    .storage-btn,
    .review-btn,
    .hero-contact-action {
        transition: none;
    }
}


/* ========================================
   SITE-WIDE SUBTLE MOTION
   ======================================== */

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 0.65s ease,
        transform 0.65s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Slight stagger for groups of cards/items */
.reveal-on-scroll:nth-child(2) {
    transition-delay: 0.06s;
}

.reveal-on-scroll:nth-child(3) {
    transition-delay: 0.12s;
}

.reveal-on-scroll:nth-child(4) {
    transition-delay: 0.18s;
}

/* Interactive elements */
.service-card,
.contact-choice,
.feature {
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

@media (hover: hover) {
    .service-card:hover,
    .contact-choice:hover {
        transform: translateY(-5px);
    }

    .hero-primary:hover,
    .quote-btn:hover,
    .contact-primary-btn:hover,
    .storage-btn:hover,
    .review-btn:hover {
        transform: translateY(-2px);
    }
}

.hero-primary,
.quote-btn,
.contact-primary-btn,
.storage-btn,
.review-btn,
.hero-contact-action {
    transition:
        transform 0.18s ease,
        opacity 0.18s ease;
}

/* Respect accessibility settings */
@media (prefers-reduced-motion: reduce) {
    .reveal-on-scroll {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .service-card,
    .contact-choice,
    .feature,
    .hero-primary,
    .quote-btn,
    .contact-primary-btn,
    .storage-btn,
    .review-btn,
    .hero-contact-action {
        transition: none;
    }
}


/* ========================================
   SITE-WIDE SUBTLE MOTION
   ======================================== */

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 0.65s ease,
        transform 0.65s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Slight stagger for groups of cards/items */
.reveal-on-scroll:nth-child(2) {
    transition-delay: 0.06s;
}

.reveal-on-scroll:nth-child(3) {
    transition-delay: 0.12s;
}

.reveal-on-scroll:nth-child(4) {
    transition-delay: 0.18s;
}

/* Interactive elements */
.service-card,
.contact-choice,
.feature {
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

@media (hover: hover) {
    .service-card:hover,
    .contact-choice:hover {
        transform: translateY(-5px);
    }

    .hero-primary:hover,
    .quote-btn:hover,
    .contact-primary-btn:hover,
    .storage-btn:hover,
    .review-btn:hover {
        transform: translateY(-2px);
    }
}

.hero-primary,
.quote-btn,
.contact-primary-btn,
.storage-btn,
.review-btn,
.hero-contact-action {
    transition:
        transform 0.18s ease,
        opacity 0.18s ease;
}

/* Respect accessibility settings */
@media (prefers-reduced-motion: reduce) {
    .reveal-on-scroll {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .service-card,
    .contact-choice,
    .feature,
    .hero-primary,
    .quote-btn,
    .contact-primary-btn,
    .storage-btn,
    .review-btn,
    .hero-contact-action {
        transition: none;
    }
}


/* Quote page Call/Text button text */
.quote-contact-btn,
.quote-contact-btn:link,
.quote-contact-btn:visited,
.quote-contact-btn:hover,
.quote-contact-btn:active {
    color: #fff !important;
}


/* Quote Call/Text — mobile fix */
@media (max-width: 768px) {

    .quote-contact-btn,
    .quote-contact-btn:link,
    .quote-contact-btn:visited,
    .quote-contact-btn:hover,
    .quote-contact-btn:active {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;

        font-size: 13px !important;
        font-weight: 900 !important;
        line-height: 1 !important;

        opacity: 1 !important;
        visibility: visible !important;
    }

}


/* Home Moving - Intro Photo */
.home-intro-photo {
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
}

.home-intro-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
}


/* Long Distance Moving - Intro Photo */
.long-intro-photo {
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
}

.long-intro-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
}


/* Long Distance - Wide Intro Layout */
.long-intro-wide {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.long-intro-copy {
    max-width: 780px;
}

.long-intro-banner {
    width: 100%;
    height: 430px;
    overflow: hidden;
    border-radius: 20px;
}

.long-intro-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 768px) {
    .long-intro-banner {
        height: 280px;
        border-radius: 14px;
    }
}

/* PACKING SERVICES INTRO PHOTO */
.packing-intro-photo {
    width: 100%;
    min-height: 360px;
    overflow: hidden;
    border-radius: 18px;
}

.packing-intro-photo img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 800px) {
    .packing-intro-photo {
        min-height: 280px;
    }

    .packing-intro-photo img {
        height: 280px;
    }
}


/* ABOUT PAGE FEATURE PHOTO */
.about-photo-feature {
    padding: 30px 0 80px;
}

.about-photo-frame {
    width: 100%;
    height: 460px;
    overflow: hidden;
    border-radius: 20px;
}

.about-photo-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 800px) {
    .about-photo-frame {
        height: 300px;
        border-radius: 14px;
    }
}

/* ABOUT PHOTO - ZOOM OUT */
.about-photo-frame img {
    width: 85%;
    height: 85%;
    object-fit: contain;
    margin: auto;
}


/* ABOUT PHOTO - KEEP FULL FRAME */
.about-photo-frame img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
}


/* ABOUT PHOTO - SHOW MORE OF IMAGE */
.about-photo-frame {
    height: 520px;
}

@media (max-width: 800px) {
    .about-photo-frame {
        height: 340px;
    }
}


/* ABOUT PHOTO - ZOOM OUT A LITTLE MORE */
.about-photo-frame {
    height: 560px;
}

@media (max-width: 800px) {
    .about-photo-frame {
        height: 370px;
    }
}


/* ABOUT PHOTO - WIDER VIEW OF ORIGINAL */
.about-photo-frame {
    height: 700px;
}

@media (max-width: 800px) {
    .about-photo-frame {
        height: 480px;
    }
}


/* HOMEPAGE FEATURE PHOTO */
.home-photo-feature {
    padding: 20px 0 80px;
}

.home-photo-feature-frame {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
}

.home-photo-feature-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 800px) {
    .home-photo-feature {
        padding: 10px 0 55px;
    }

    .home-photo-feature-frame {
        height: 400px;
        border-radius: 14px;
    }
}

/* HOMEPAGE FEATURE PHOTO - SHOW FULL IMAGE */
.home-photo-feature-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


/* FIX HOMEPAGE FEATURE TO SIDE-BY-SIDE */
.home-photo-feature .home-photo-feature-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr) !important;
    gap: 60px;
    align-items: center;
}

.home-photo-feature .home-photo-feature-frame {
    width: 100%;
    height: 600px;
}

.home-photo-feature .home-photo-feature-copy {
    width: 100%;
}

@media (max-width: 800px) {
    .home-photo-feature .home-photo-feature-grid {
        grid-template-columns: 1fr !important;
        gap: 35px;
    }
}

/* HOMEPAGE FEATURE - LARGER TEXT */
.home-photo-feature-copy .small-label {
    font-size: 15px;
    letter-spacing: 2px;
}

.home-photo-feature-copy h2 {
    font-size: clamp(42px, 4.5vw, 60px);
    line-height: 1.05;
    margin: 14px 0 28px;
}

.home-photo-feature-copy p {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 34px;
}

.home-photo-feature-copy .btn {
    font-size: 16px;
    padding: 17px 28px;
}

@media (max-width: 800px) {
    .home-photo-feature-copy h2 {
        font-size: 38px;
    }

    .home-photo-feature-copy p {
        font-size: 18px;
    }
}
