:root {
    --ink: #10131a;
    --muted: #5c6674;
    --line: #dce2ea;
    --paper: #ffffff;
    --soft: #f4f7fb;
    --navy: #102a48;
    --blue: #1d5fd1;
    --red: #c82032;
    --red-dark: #9f1727;
    --shadow: 0 24px 70px rgba(16, 42, 72, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Inter", Arial, sans-serif;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    min-height: 84px;
    padding: 12px clamp(18px, 4vw, 56px);
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(220, 226, 234, 0.86);
    backdrop-filter: blur(18px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: var(--navy);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
}

.brand img {
    width: 54px;
    height: 44px;
    object-fit: contain;
}

.site-nav {
    display: flex;
    justify-content: center;
    gap: clamp(14px, 2vw, 28px);
    font-size: 14px;
    font-weight: 750;
}

.site-nav a,
.header-cta,
.btn,
.site-footer a {
    text-decoration: none;
}

.site-nav a {
    color: #273142;
    transition: color 180ms ease;
}

.site-nav a:hover {
    color: var(--red);
}

.header-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 8px;
    font-weight: 850;
}

.header-cta {
    padding: 0 18px;
    color: #fff;
    background: var(--red);
    box-shadow: 0 14px 32px rgba(200, 32, 50, 0.24);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: var(--navy);
}

.section,
.section-band {
    padding-inline: clamp(20px, 5vw, 72px);
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(230px, 0.54fr) minmax(320px, 0.68fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: center;
    min-height: calc(100vh - 84px);
    padding-top: clamp(56px, 8vw, 112px);
    padding-bottom: clamp(44px, 7vw, 92px);
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(16, 42, 72, 0.96), rgba(13, 27, 45, 0.9)),
        radial-gradient(circle at 84% 18%, rgba(29, 95, 209, 0.36), transparent 30%),
        linear-gradient(135deg, #102a48, #111827);
}

.flag-ribbon {
    position: absolute;
    inset: auto 0 0;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    height: 9px;
}

.hero-flags,
.hero-flag {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-flags {
    z-index: 0;
    overflow: hidden;
}

.hero-flag {
    background-repeat: no-repeat;
    background-size: cover;
    filter: saturate(0.8) contrast(1.08);
}

.hero-flag-canada {
    inset: 7% auto 9% -12%;
    width: 58%;
    background-image: url("../images/flag2.jpg");
    background-position: left center;
    opacity: 0.12;
    -webkit-mask-image: radial-gradient(ellipse at left center, #000 0%, rgba(0, 0, 0, 0.9) 42%, transparent 78%);
    mask-image: radial-gradient(ellipse at left center, #000 0%, rgba(0, 0, 0, 0.9) 42%, transparent 78%);
}

.hero-flag-usa {
    inset: 5% -10% 7% auto;
    width: 59%;
    background-image: url("../images/flag1.jpeg");
    background-position: right center;
    opacity: 0.11;
    -webkit-mask-image: radial-gradient(ellipse at right center, #000 0%, rgba(0, 0, 0, 0.88) 42%, transparent 78%);
    mask-image: radial-gradient(ellipse at right center, #000 0%, rgba(0, 0, 0, 0.88) 42%, transparent 78%);
}

.canada-bar {
    background: linear-gradient(90deg, var(--red), #fff, var(--red));
}

.border-line {
    background: #fff;
}

.usa-bar {
    background: linear-gradient(90deg, #123a78 0 22%, #fff 22% 34%, var(--red) 34% 46%, #fff 46% 58%, var(--red) 58% 70%, #fff 70% 82%, var(--red) 82%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.hero-copy,
.hero-brand-mark,
.hero-panel {
    position: relative;
    z-index: 1;
}

.hero-brand-mark {
    display: grid;
    place-items: center;
    min-height: clamp(340px, 42vw, 570px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
        rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 26px 70px rgba(0, 0, 0, 0.12);
}

.hero-brand-mark::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
}

.hero-brand-mark::after {
    content: "Canada to U.S.";
    position: absolute;
    bottom: clamp(22px, 4vw, 38px);
    color: rgba(255, 255, 255, 0.62);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.hero-brand-mark img {
    width: min(78%, 360px);
    padding: clamp(18px, 3vw, 32px);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
    opacity: 0.96;
}

.eyebrow,
.section-kicker {
    margin: 0 0 16px;
    color: var(--red);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.hero .eyebrow {
    color: #dbeafe;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 880px;
    margin-bottom: 24px;
    font-size: clamp(46px, 7vw, 92px);
    line-height: 0.96;
    letter-spacing: 0;
}

.hero-text {
    max-width: 720px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.btn {
    border: 0;
    padding: 0 24px;
    cursor: pointer;
    font-size: 15px;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    box-shadow: 0 16px 34px rgba(200, 32, 50, 0.28);
}

.btn-ghost {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.proof-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.proof-strip span {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.84);
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    font-weight: 800;
}

.hero-panel {
    padding: clamp(18px, 3vw, 30px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(22px);
}

.hero-photo {
    position: relative;
    height: clamp(230px, 29vw, 420px);
    margin: 0 0 12px;
    overflow: hidden;
    border-radius: 8px;
    background: #0b1524;
}

.hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(8, 14, 24, 0.26), transparent 55%),
        linear-gradient(90deg, rgba(200, 32, 50, 0.22), transparent 30%, rgba(29, 95, 209, 0.18));
}

.hero-photo img,
.service-card img,
.gallery-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card .image-semi {
    object-position: center 48%;
}

.gallery-tile .image-yellow-car {
    object-position: 48% 54%;
}

.route-card {
    display: grid;
    grid-template-columns: 1fr 54px 1fr;
    gap: 18px;
    align-items: center;
    padding: 22px;
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
}

.route-card strong {
    display: block;
    margin-top: 6px;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1;
}

.route-label {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.route-line {
    height: 2px;
    background: linear-gradient(90deg, var(--red), var(--blue));
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.metric-grid div {
    min-height: 112px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.metric-grid strong {
    display: block;
    margin-bottom: 8px;
    font-size: 24px;
}

.metric-grid span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    font-weight: 650;
}

.section {
    padding-top: clamp(48px, 6vw, 82px);
    padding-bottom: clamp(48px, 6vw, 82px);
}

.intro {
    background:
        linear-gradient(90deg, rgba(16, 42, 72, 0.04), transparent 42%, rgba(200, 32, 50, 0.04)),
        var(--soft);
}

.process {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(16, 42, 72, 0.98), rgba(9, 18, 32, 0.95)),
        var(--navy);
}

.process::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.13;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
    background-size: 52px 52px;
    pointer-events: none;
}

.process::after {
    content: "";
    position: absolute;
    inset: auto clamp(20px, 5vw, 72px) clamp(38px, 5vw, 70px);
    height: clamp(170px, 18vw, 250px);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(200, 32, 50, 0.2), transparent 36%, rgba(29, 95, 209, 0.2)),
        rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
    pointer-events: none;
}

.process > * {
    position: relative;
    z-index: 1;
}

.process h2 {
    color: #fff;
}

.process .section-kicker {
    color: #dbeafe;
}

.process .section-heading > p,
.process-steps p {
    color: rgba(255, 255, 255, 0.74);
}

.process .section-heading > p {
    border-left-color: #fff;
}

.reviews {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(16, 42, 72, 0.98), rgba(9, 18, 32, 0.96)),
        var(--navy);
}

.reviews::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
    background-size: 54px 54px;
    pointer-events: none;
}

.reviews > * {
    position: relative;
    z-index: 1;
}

.reviews h2 {
    color: #fff;
}

.reviews .section-heading > p,
.reviews .review-grid p {
    color: rgba(255, 255, 255, 0.74);
}

.reviews .section-heading > p {
    border-left-color: #fff;
}

.faq {
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(90deg, rgba(29, 95, 209, 0.06), transparent 34%, rgba(200, 32, 50, 0.05)),
        #f7f9fc;
}

.faq::before {
    content: "";
    position: absolute;
    inset: clamp(32px, 5vw, 60px) clamp(20px, 5vw, 72px);
    border: 1px solid rgba(220, 226, 234, 0.8);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 0 24px 70px rgba(16, 42, 72, 0.08);
    pointer-events: none;
}

.faq > * {
    position: relative;
    z-index: 1;
}

.split-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(330px, 0.55fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: stretch;
}

h2 {
    margin-bottom: 18px;
    color: var(--navy);
    font-size: clamp(30px, 3.6vw, 50px);
    line-height: 1.06;
    letter-spacing: 0;
}

.split-intro p,
.contact-copy p {
    max-width: 760px;
}

.split-intro p,
.service-card p,
.process-steps p,
.gallery-tile p,
.faq-list p,
.contact-copy p,
.review-grid p {
    color: var(--muted);
    line-height: 1.7;
}

.intro-stack {
    display: grid;
    align-content: center;
    gap: 22px;
    padding: clamp(22px, 3vw, 30px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(16, 42, 72, 0.08);
}

.intro-stack p {
    margin-bottom: 0;
}

.quick-points {
    display: grid;
    gap: 10px;
}

.quick-points span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--navy);
    font-weight: 850;
}

.quick-points span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--red), var(--blue));
    box-shadow: 0 0 0 4px rgba(29, 95, 209, 0.1);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.48fr);
    gap: clamp(22px, 4vw, 52px);
    align-items: end;
    max-width: 1320px;
    margin-bottom: clamp(24px, 3.2vw, 38px);
}

.section-heading h2 {
    margin-bottom: 0;
}

.section-heading > p {
    margin-bottom: 0;
    padding-left: 20px;
    border-left: 3px solid var(--red);
    color: var(--muted);
    line-height: 1.65;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 12px;
}

.service-card,
.process-steps article,
.review-grid article,
.faq-list details {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.service-card {
    position: relative;
    grid-column: span 4;
    min-height: 292px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:nth-child(4),
.service-card:nth-child(5) {
    grid-column: span 6;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.service-card.featured {
    color: #fff;
    background: var(--navy);
}

.service-card img {
    position: absolute;
    inset: 0;
    transition: transform 260ms ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(0deg, rgba(8, 14, 24, 0.92), rgba(8, 14, 24, 0.2) 62%),
        linear-gradient(135deg, rgba(16, 42, 72, 0.24), transparent);
}

.service-card::after {
    content: "";
    position: absolute;
    inset: 12px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    pointer-events: none;
}

.service-card:hover img {
    transform: scale(1.045);
}

.service-card span {
    position: relative;
    z-index: 2;
    display: block;
    width: max-content;
    margin-bottom: 14px;
    padding: 7px 9px;
    color: #fff;
    background: rgba(200, 32, 50, 0.9);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 900;
}

.service-card h3,
.process-steps h3,
.gallery-tile h3 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.15;
}

.service-card h3,
.service-card p {
    position: relative;
    z-index: 2;
    color: #fff;
}

.service-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(12px);
}

.process-steps article {
    padding: clamp(20px, 2.6vw, 30px);
    border-right: 1px solid #d6dde7;
    background: #fff;
}

.process-steps article:last-child {
    border-right: 0;
}

.process-steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
    border-radius: 8px;
    color: #fff;
    background: var(--red);
    font-weight: 900;
}

.process .process-steps h3 {
    margin-bottom: 10px;
    color: var(--navy);
    font-weight: 850;
    letter-spacing: -0.02em;
}

.process .process-steps p {
    margin-bottom: 0;
    color: #46556a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
    gap: 12px;
}

.gallery-tile {
    position: relative;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    background: var(--navy);
}

.gallery-tile img {
    position: absolute;
    inset: 0;
    transition: transform 320ms ease;
}

.gallery-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(0deg, rgba(10, 18, 32, 0.9), rgba(10, 18, 32, 0.08) 58%),
        linear-gradient(120deg, rgba(200, 32, 50, 0.22), transparent 36%, rgba(29, 95, 209, 0.2));
}

.gallery-tile::after {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
}

.gallery-tile:hover img {
    transform: scale(1.04);
}

.gallery-tile h3,
.gallery-tile p {
    position: relative;
    z-index: 2;
}

.gallery-tile p {
    max-width: 320px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
}

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

.review-grid article {
    position: relative;
    padding: 26px;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
}

.review-grid article::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, var(--red), var(--blue));
}

.review-grid p {
    margin-bottom: 20px;
    font-size: 17px;
}

.review-grid strong {
    color: #fff;
}

.faq-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 1080px;
    margin-inline: auto;
}

.faq-list details {
    padding: 0 22px;
    box-shadow: 0 12px 32px rgba(16, 42, 72, 0.06);
}

.faq-list summary {
    padding: 18px 0;
    color: var(--navy);
    cursor: pointer;
    font-size: 17px;
    font-weight: 850;
}

.faq-list p {
    max-width: 820px;
    margin-bottom: 20px;
}

.contact {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(16, 42, 72, 0.98), rgba(8, 15, 28, 0.96)),
        var(--navy);
}

.contact::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.14;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
}

.contact::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(200, 32, 50, 0.18), transparent 34%, rgba(29, 95, 209, 0.2));
    pointer-events: none;
}

.contact-card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.74fr) minmax(360px, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
    max-width: 1320px;
    margin: 0 auto;
}

.contact h2 {
    color: #fff;
}

.contact .section-kicker {
    color: #dbeafe;
}

.contact-copy p {
    color: rgba(255, 255, 255, 0.72);
}

.contact-links {
    display: grid;
    gap: 12px;
    margin-top: 26px;
    color: #fff;
    font-weight: 800;
}

.contact-links a,
.contact-links span {
    color: rgba(255, 255, 255, 0.86);
}

.quote-form {
    position: relative;
    display: grid;
    gap: 14px;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.form-honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
}

.form-message {
    margin: 0;
    border: 1px solid;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.5;
}

.form-message-success {
    border-color: #a7d5b5;
    color: #155c2d;
    background: #edf9f0;
}

.form-message-error {
    border-color: #e7a9ae;
    color: #8f1722;
    background: #fff1f2;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

label {
    display: grid;
    gap: 8px;
    color: #273142;
    font-size: 13px;
    font-weight: 850;
}

input,
textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 13px 14px;
    color: var(--ink);
    background: #f9fbfd;
    font: inherit;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea {
    resize: vertical;
}

input:focus,
textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(29, 95, 209, 0.12);
}

.quote-form .btn {
    width: 100%;
    min-height: 54px;
    margin-top: 4px;
}

.quote-form .btn:disabled {
    cursor: wait;
    opacity: 0.72;
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding: clamp(42px, 6vw, 78px) clamp(20px, 5vw, 72px) 26px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(9, 18, 32, 0.99) 0%, rgba(16, 42, 72, 0.94) 48%, rgba(9, 18, 32, 0.72) 100%),
        linear-gradient(180deg, rgba(9, 18, 32, 0.58), rgba(9, 18, 32, 0.93)),
        url("../images/peace.jpg") center 46% / cover no-repeat,
        var(--navy);
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 8px;
    background: linear-gradient(90deg, var(--red) 0 18%, #fff 18% 24%, var(--red) 24% 42%, #123a78 42% 58%, #fff 58% 66%, var(--red) 66%);
}

.site-footer::after {
    content: "";
    position: absolute;
    inset: 8px 0 0;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(180deg, #000, transparent 72%);
    pointer-events: none;
}

.footer-cta,
.footer-main,
.footer-bottom {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin-inline: auto;
}

.footer-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    padding-bottom: clamp(34px, 5vw, 58px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-kicker {
    margin-bottom: 12px;
    color: #dbeafe;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.footer-cta h2 {
    max-width: 820px;
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(30px, 4.4vw, 58px);
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(150px, 0.55fr));
    gap: clamp(28px, 5vw, 64px);
    padding: clamp(34px, 5vw, 56px) 0;
}

.footer-brand {
    max-width: 430px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
}

.footer-logo img {
    width: 62px;
    height: 50px;
    padding: 5px;
    border-radius: 8px;
    background: #fff;
    object-fit: contain;
}

.footer-brand p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.75;
}

.footer-column {
    display: grid;
    align-content: start;
    gap: 11px;
}

.footer-column h3 {
    margin-bottom: 6px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.footer-column a,
.footer-column span {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

.footer-column a:hover {
    color: #fff;
}

.footer-contact a:first-of-type {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    font-weight: 800;
}

.site-footer p {
    margin: 0;
}

.site-footer a {
    color: inherit;
}

.footer-bottom > div {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.footer-route {
    display: block;
    width: 84px;
    height: 2px;
    background: linear-gradient(90deg, var(--red), #fff, var(--blue));
}

.footer-bottom > a {
    justify-self: end;
    color: #fff;
    text-decoration: none;
}

.mobile-sticky-quote {
    display: none;
}

@media (max-width: 1120px) {
    .site-header {
        grid-template-columns: auto auto auto;
    }

    .site-nav {
        position: absolute;
        top: 100%;
        right: clamp(18px, 4vw, 56px);
        left: clamp(18px, 4vw, 56px);
        display: none;
        flex-direction: column;
        gap: 0;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #fff;
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 13px 12px;
    }

    .nav-toggle {
        display: block;
        justify-self: end;
    }

    .hero,
    .split-intro,
    .section-heading,
    .contact-card {
        grid-template-columns: 1fr;
    }

    .section-heading > p {
        padding-left: 16px;
    }

    .hero {
        min-height: auto;
    }

    .hero-panel {
        max-width: 620px;
    }

    .hero-brand-mark {
        max-width: 620px;
        min-height: 320px;
    }

    .hero-brand-mark img {
        width: min(66%, 280px);
    }

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

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

    .process-steps article:nth-child(2) {
        border-right: 0;
    }

    .process-steps article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

    .footer-cta,
    .footer-main,
    .footer-bottom {
        grid-template-columns: 1fr;
    }

    .footer-cta {
        align-items: start;
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-brand {
        grid-column: 1 / -1;
        max-width: none;
    }

    .footer-bottom > div,
    .footer-bottom > a {
        justify-self: start;
    }
}

@media (max-width: 760px) {
    body {
        padding-bottom: 82px;
    }

    .site-header {
        grid-template-columns: 1fr auto;
        min-height: 76px;
        padding: 10px 18px;
    }

    .brand span,
    .header-cta {
        display: none;
    }

    .brand {
        width: max-content;
    }

    .brand img {
        width: 86px;
        height: 56px;
        object-fit: contain;
        mix-blend-mode: multiply;
        filter: contrast(1.08);
    }

    .nav-toggle {
        width: 54px;
        height: 54px;
        background: rgba(255, 255, 255, 0.88);
        box-shadow: 0 10px 26px rgba(16, 42, 72, 0.12);
    }

    .hero {
        padding-top: 48px;
    }

    .hero-flag-canada {
        inset: 2% auto auto -30%;
        width: 112%;
        height: 44%;
        opacity: 0.09;
    }

    .hero-flag-usa {
        inset: auto -34% 4% auto;
        width: 112%;
        height: 36%;
        opacity: 0.07;
    }

    .hero-brand-mark {
        display: none;
    }

    .site-footer {
        background:
            linear-gradient(180deg, rgba(9, 18, 32, 0.92), rgba(9, 18, 32, 0.98)),
            url("../images/peace.jpg") 58% center / cover no-repeat,
            var(--navy);
    }

    h1 {
        font-size: clamp(40px, 14vw, 58px);
    }

    .route-card,
    .metric-grid,
    .service-grid,
    .process-steps,
    .gallery-grid,
    .review-grid,
    .faq-list,
    .form-row {
        grid-template-columns: 1fr;
    }

    .route-card {
        gap: 12px;
    }

    .route-line {
        width: 2px;
        height: 42px;
        margin-left: 4px;
        background: linear-gradient(180deg, var(--red), var(--blue));
    }

    .gallery-tile {
        min-height: 280px;
    }

    .section {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .process {
        padding-bottom: 72px;
    }

    .process-steps article,
    .process-steps article:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        background: rgba(255, 255, 255, 0.96);
    }

    .process-steps article:last-child {
        border-bottom: 0;
    }

    .process-steps h3 {
        color: var(--ink);
    }

    .process-steps p {
        color: var(--muted);
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-cta .btn {
        width: 100%;
    }

    .footer-bottom {
        gap: 12px;
    }

    .footer-bottom > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .footer-route {
        width: 96px;
    }

    .mobile-sticky-quote {
        position: fixed;
        right: 18px;
        bottom: 14px;
        left: 18px;
        z-index: 30;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
        border-radius: 8px;
        color: #fff;
        background: linear-gradient(135deg, var(--red), var(--red-dark));
        box-shadow: 0 18px 40px rgba(159, 23, 39, 0.38);
        text-decoration: none;
        font-weight: 900;
    }
}
