:root {
    --red: #ed1c24;
    --red-dark: #b90f15;
    --ink: #0a0a0b;
    --ink-soft: #161719;
    --paper: #f4f2ee;
    --white: #fff;
    --grey: #777b82;
    --line: #d8d7d3;
    --shell: min(1180px, calc(100% - 48px));
    --display: "Barlow Condensed", Impact, sans-serif;
    --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 12px 18px; color: var(--white); background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.hp-field { position: absolute !important; left: -10000px !important; }

.utility-bar { color: #c7c7c7; background: #000; border-bottom: 1px solid #252525; font-size: .68rem; text-transform: uppercase; letter-spacing: .11em; }
.utility-bar__inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; }
.utility-bar__inner div { display: flex; gap: 25px; }
.utility-bar a:hover { color: var(--white); }

.site-header { position: sticky; z-index: 60; top: 0; color: var(--white); background: rgba(10,10,11,.97); border-bottom: 1px solid #272727; }
.site-header__inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; width: 270px; height: 68px; align-items: center; gap: 10px; padding: 5px 13px; background: var(--white); overflow: hidden; }
.brand img { width: 55px; height: 55px; flex: 0 0 55px; object-fit: contain; }
.brand__words { display: grid; color: var(--ink); font-family: var(--display); line-height: .9; text-transform: uppercase; }
.brand__words strong { font-size: 1.4rem; letter-spacing: .01em; }
.brand__words span { color: var(--red); font-size: .74rem; font-weight: 800; letter-spacing: .08em; }
.site-nav { display: flex; align-items: center; gap: 29px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.site-nav > a:not(.button) { position: relative; padding-block: 9px; }
.site-nav > a:not(.button)::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; content: ""; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.site-nav > a:not(.button):hover::after, .site-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-login { color: #aaa; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid #444; background: none; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: .2s ease; }
.menu-backdrop { display: none; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 28px; padding: 0 24px; border: 0; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--small { min-height: 46px; padding-inline: 18px; }
.button--red { color: var(--white); background: var(--red); }
.button--red:hover { background: var(--red-dark); }
.button--dark { color: var(--white); background: var(--ink); }
.button--light { color: var(--ink); background: var(--white); }
.button--wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.text-link--light { color: var(--white); }
.text-link span { color: var(--red); font-size: 1.15rem; }

.hero { position: relative; min-height: calc(100vh - 122px); display: flex; align-items: flex-end; color: var(--white); background: var(--ink); overflow: hidden; }
.hero__media, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media { object-fit: cover; object-position: center 48%; }
.hero__veil { background: linear-gradient(90deg, rgba(0,0,0,.91) 0%, rgba(0,0,0,.64) 42%, rgba(0,0,0,.12) 72%), linear-gradient(0deg, rgba(0,0,0,.78), transparent 48%); }
.hero__content { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 105px; }
.hero__eyebrow, .kicker { display: block; margin-bottom: 20px; color: var(--red); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.hero h1, .page-hero h1, .contact-hero h1 { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(5.4rem, 10.2vw, 9.2rem); font-weight: 800; line-height: .78; text-transform: uppercase; letter-spacing: -.035em; }
.hero h1 em, .page-hero h1 em, .contact-hero h1 em { color: var(--red); font-style: normal; }
.hero__content > p { max-width: 650px; margin: 38px 0 32px; color: #d9d9d9; font-size: 1.05rem; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 33px; }
.hero__rail { position: absolute; z-index: 2; right: 28px; bottom: 0; display: flex; gap: 0; writing-mode: vertical-rl; }
.hero__rail span { padding: 18px 9px; border-left: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.6); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }

.track-strip { color: var(--white); background: var(--red); }
.track-strip__grid { display: grid; min-height: 180px; grid-template-columns: .8fr 1.3fr; align-items: center; gap: 75px; }
.track-strip .kicker { margin-bottom: 5px; color: rgba(255,255,255,.68); }
.track-strip h2 { margin: 0; font-family: var(--display); font-size: 3.3rem; line-height: 1; text-transform: uppercase; }
.track-form { display: grid; grid-template-columns: 1fr auto; border-bottom: 2px solid var(--white); }
.track-form input { min-width: 0; padding: 18px 0; border: 0; outline: 0; color: var(--white); background: transparent; font-size: 1rem; }
.track-form input::placeholder { color: rgba(255,255,255,.72); }
.track-form button { border: 0; color: var(--white); background: transparent; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; cursor: pointer; }
.track-form button span { margin-left: 16px; font-size: 1.1rem; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr .7fr; gap: 90px; align-items: end; margin-bottom: 60px; }
.section-heading h2, .advantage h2, .quote-section h2, .general-contact h2 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(4rem, 7vw, 6.7rem); line-height: .86; text-transform: uppercase; letter-spacing: -.035em; }
.section-heading > p { margin: 0 0 8px; color: #65676c; font-size: .98rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 360px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.38); transition: color .25s ease, background .25s ease, transform .25s ease; overflow: hidden; }
.service-card:hover { z-index: 2; color: var(--white); background: var(--ink); transform: translateY(-5px); }
.service-card > span { color: var(--red); font-family: var(--display); font-weight: 700; }
.service-icon { position: absolute; top: 28px; right: 26px; width: 52px; height: 52px; border: 1px solid #aaa; border-radius: 50%; }
.service-icon::before, .service-icon::after { position: absolute; content: ""; background: currentColor; }
.service-icon::before { width: 23px; height: 2px; top: 25px; left: 14px; }
.service-icon::after { width: 2px; height: 23px; top: 14px; left: 25px; }
.service-card h3 { max-width: 250px; margin: 135px 0 16px; font-family: var(--display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.service-card p { min-height: 72px; margin: 0 0 28px; color: #65676c; font-size: .86rem; }
.service-card:hover p { color: #bbb; }
.service-card a { color: var(--red); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.service-card a span { margin-left: 10px; }

.image-story { display: grid; min-height: 720px; grid-template-columns: 1.1fr .9fr; background: var(--ink); }
.image-story__media { min-height: 650px; overflow: hidden; }
.image-story__media img { width: 100%; height: 100%; object-fit: cover; }
.image-story__copy { display: flex; flex-direction: column; justify-content: center; padding: 80px max(6vw, 55px); color: var(--white); }
.kicker--light { color: #ff4b51; }
.image-story h2 { margin: 0; font-family: var(--display); font-size: clamp(4.5rem, 6.5vw, 7rem); line-height: .84; text-transform: uppercase; letter-spacing: -.035em; }
.image-story__copy > p { margin: 35px 0 45px; color: #bebebe; }
.promise-list { border-top: 1px solid #3b3b3b; }
.promise-list div { display: grid; grid-template-columns: 115px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid #3b3b3b; font-size: .82rem; }
.promise-list strong { color: var(--red); text-transform: uppercase; }
.promise-list span { color: #bbb; }

.advantage { background: var(--white); }
.advantage__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.advantage__title { position: sticky; top: 140px; align-self: start; }
.advantage__title > p { max-width: 430px; margin-top: 30px; color: #65676c; }
.advantage__list { border-top: 1px solid var(--line); }
.advantage__list article { display: grid; grid-template-columns: 55px 1fr 1.3fr; gap: 25px; align-items: start; padding: 35px 0; border-bottom: 1px solid var(--line); }
.advantage__list article > span { color: var(--red); font-family: var(--display); font-weight: 700; }
.advantage__list h3 { margin: 0; font-family: var(--display); font-size: 1.7rem; line-height: 1; text-transform: uppercase; }
.advantage__list p { margin: 0; color: #65676c; font-size: .88rem; }

.quote-section { padding: 115px 0; color: var(--white); background: var(--red); }
.quote-section__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.quote-section h2 { color: var(--white); }
.quote-section__grid > div > p { max-width: 480px; color: rgba(255,255,255,.79); }
.quote-section__grid > div > ul { padding: 0; margin: 38px 0 0; list-style: none; }
.quote-section__grid > div > ul li { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.35); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.quote-form, .contact-form { position: relative; padding: 42px; color: var(--ink); background: var(--white); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { color: #5f6165; font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 11px 0; border: 0; border-bottom: 1px solid #b9babd; border-radius: 0; outline: 0; color: var(--ink); background: transparent; }
.field textarea { min-height: 95px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-color: var(--red); box-shadow: 0 2px 0 var(--red); }
.check-inline { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: .76rem; font-weight: 700; text-transform: none; letter-spacing: 0; }
.check-inline input { width: auto; min-height: auto; }
.map-widget { grid-column: 1 / -1; display: grid; gap: 10px; padding: 14px; background: #f7f8fa; border: 1px solid #e1e4e8; }
.map-widget__bar { display: grid; grid-template-columns: 1fr auto auto; gap: 8px; }
.map-widget__bar input { min-height: 42px; padding: 0 12px; border: 1px solid #d7dbe0; background: #fff; }
.map-widget__bar button, .map-results button { min-height: 40px; padding: 0 12px; border: 0; color: #fff; background: #111; font-size: .72rem; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.map-widget__bar button:last-child { background: var(--red); }
.map-canvas { min-height: 260px; background: #e9edf2; border: 1px solid #d8dde4; overflow: hidden; }
.map-results { display: grid; gap: 6px; }
.map-results button { width: 100%; min-height: 34px; color: #20242a; background: #fff; border: 1px solid #d8dde4; text-align: left; text-transform: none; }
.map-status { margin: 0; color: #6f747d; font-size: .72rem; }
.tracking-map { min-height: 260px; margin: 22px 0; border: 1px solid rgba(255,255,255,.18); overflow: hidden; }
.quote-form .button { margin-top: 28px; }
.form-privacy { margin: 13px 0 0; color: #8a8b8e; font-size: .68rem; text-align: center; }
.form-alert { margin-bottom: 20px; padding: 14px 16px; font-size: .78rem; }
.form-alert--success { color: #16592f; background: #e6f7eb; border-left: 4px solid #29934d; }
.form-alert--error { color: #8d151a; background: #fce9ea; border-left: 4px solid var(--red); }
button:disabled { opacity: .65; cursor: wait; }

.site-footer { padding-top: 95px; color: var(--white); background: #050505; }
.footer-callout { display: grid; grid-template-columns: 1fr 2fr auto; gap: 45px; align-items: end; padding-bottom: 80px; border-bottom: 1px solid #292929; }
.footer-callout p { margin: 0 0 12px; color: var(--red); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.footer-callout h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.5rem); line-height: .9; text-transform: uppercase; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr 1fr; gap: 80px; padding: 70px 0; }
.footer-brand__lockup { display: flex; width: 290px; height: 86px; align-items: center; gap: 11px; padding: 8px 12px; background: var(--white); }
.footer-brand__lockup img { width: 65px; height: 65px; object-fit: contain; }
.footer-brand p { max-width: 410px; color: #909090; font-size: .82rem; }
.footer-grid h3 { margin: 0 0 22px; color: #777; font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: .79rem; }
.footer-grid p { margin: 0 0 12px; color: #aaa; }
.footer-grid a:hover { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; padding: 21px 0 25px; border-top: 1px solid #292929; color: #707070; font-size: .67rem; text-transform: uppercase; letter-spacing: .07em; }
.footer-bottom a { color: #b8b8b8; text-decoration: underline; text-underline-offset: 3px; transition: color .2s ease; }
.footer-bottom a:hover { color: var(--white); }

.page-hero { position: relative; display: flex; min-height: 680px; align-items: flex-end; color: var(--white); background: var(--ink); overflow: hidden; }
.page-hero > img, .page-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero > img { object-fit: cover; }
.page-hero--services > img { object-position: center 58%; }
.page-hero--about > img { object-position: center; }
.page-hero__veil { background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.28) 70%), linear-gradient(0deg, rgba(0,0,0,.7), transparent); }
.page-hero .shell { position: relative; z-index: 2; padding: 90px 0; }
.page-hero h1 { max-width: 1000px; font-size: clamp(5.2rem, 9vw, 8.4rem); }
.page-hero p { max-width: 580px; margin: 30px 0 0; color: #d0d0d0; }

.service-detail-list { background: var(--white); }
.service-detail { display: grid; grid-template-columns: 85px 1fr 150px; gap: 40px; align-items: start; padding: 52px 0; border-top: 1px solid var(--line); }
.service-detail:last-child { border-bottom: 1px solid var(--line); }
.service-detail__number { color: var(--red); font-family: var(--display); font-size: 1.6rem; font-weight: 800; }
.service-detail h2 { max-width: 780px; margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 4vw, 4.3rem); line-height: .95; text-transform: uppercase; }
.service-detail p { max-width: 720px; color: #62656a; }
.service-detail__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.service-detail__tags span { padding: 7px 11px; border: 1px solid var(--line); font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.service-detail > a { padding-top: 8px; color: var(--red); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.service-detail > a span { margin-left: 8px; }
.route-banner { padding: 52px 0; color: var(--white); background: var(--red); }
.route-banner .shell { display: flex; align-items: center; justify-content: space-between; }
.route-banner span { font-family: var(--display); font-size: clamp(1.6rem, 3vw, 3rem); font-weight: 800; text-transform: uppercase; }
.route-banner i { width: 70px; height: 1px; background: rgba(255,255,255,.5); }

.about-intro { background: var(--white); }
.about-intro__grid { display: grid; grid-template-columns: .35fr 1fr; gap: 80px; }
.chapter { padding-top: 12px; color: var(--red); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.about-intro h2 { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(4rem, 7vw, 7rem); line-height: .86; text-transform: uppercase; }
.about-intro .lead { max-width: 800px; margin: 45px 0 25px; font-size: 1.35rem; line-height: 1.5; }
.about-intro__grid > div > p:last-child { max-width: 700px; color: #65676c; }
.manifesto { position: relative; min-height: 780px; display: flex; align-items: flex-end; color: var(--white); background: var(--ink); overflow: hidden; }
.manifesto > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.55); }
.manifesto__content { position: relative; z-index: 2; width: var(--shell); margin: 0 auto; padding: 90px 0; }
.manifesto blockquote { max-width: 1020px; margin: 0; font-family: var(--display); font-size: clamp(4.5rem, 8vw, 8rem); line-height: .84; text-transform: uppercase; letter-spacing: -.03em; }
.manifesto__content > p { max-width: 520px; margin-top: 35px; color: #ccc; }
.values { background: var(--paper); }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid article { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid article > span { color: var(--red); font-family: var(--display); font-weight: 700; }
.values-grid h3 { margin: 80px 0 12px; font-family: var(--display); font-size: 2rem; text-transform: uppercase; }
.values-grid p { color: #65676c; font-size: .84rem; }

.contact-hero { padding: 120px 0 100px; background: var(--paper); }
.contact-hero h1 { color: var(--ink); }
.contact-hero > .shell > p { max-width: 580px; margin: 35px 0 0 auto; color: #62656a; font-size: 1.05rem; }
.quote-section--contact { background: var(--ink); }
.contact-stack { margin-top: 45px; border-top: 1px solid #3a3a3a; }
.contact-stack > * { display: flex; flex-direction: column; padding: 18px 0; border-bottom: 1px solid #3a3a3a; }
.contact-stack small { color: #777; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-stack strong { margin-top: 4px; font-size: .9rem; font-weight: 600; overflow-wrap: anywhere; }
.contact-stack a:hover strong { color: var(--red); }
.general-contact { background: var(--white); }
.general-contact__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.general-contact > .shell > div > p { max-width: 430px; color: #65676a; }
.contact-form { padding: 0; }

.tracking-page { min-height: 760px; padding: 100px 0; color: var(--white); background: var(--ink); }
.tracking-page__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.tracking-page__intro h1 { margin: 0; font-family: var(--display); font-size: clamp(4.5rem, 7vw, 7.4rem); line-height: .84; text-transform: uppercase; }
.tracking-page__intro > p { max-width: 460px; color: #aaa; }
.tracking-search { margin-top: 45px; }
.tracking-search > label { display: block; margin-bottom: 9px; color: #888; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.tracking-search > div { display: grid; grid-template-columns: 1fr auto; border-bottom: 2px solid var(--white); }
.tracking-search input { min-width: 0; padding: 16px 0; border: 0; outline: 0; color: var(--white); background: transparent; }
.tracking-search button { border: 0; color: var(--white); background: transparent; font-size: .7rem; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.tracking-search button span { margin-left: 14px; color: var(--red); }
.tracking-help { font-size: .76rem; }
.tracking-help a { color: var(--white); text-decoration: underline; }
.tracking-result { min-height: 530px; padding: 40px; color: var(--ink); background: var(--white); }
.tracking-result__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.tracking-result__head div { display: grid; }
.tracking-result small { color: #777; font-size: .62rem; text-transform: uppercase; letter-spacing: .09em; }
.tracking-result__head strong { font-family: var(--display); font-size: 1.8rem; }
.status { display: inline-flex; width: max-content; min-height: 27px; align-items: center; padding: 0 10px; color: #333; background: #e8e8e8; border-radius: 20px; font-size: .61rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.status--delivered { color: #146632; background: #dff3e5; }
.status--in_transit, .status--out_for_delivery { color: #944a00; background: #fff0d7; }
.status--at_border, .status--customs_clearance { color: #234d91; background: #e4edff; }
.status--on_hold, .status--cancelled { color: #8f171d; background: #fce4e5; }
.route-line { display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: center; padding: 32px 0; }
.route-line div { display: grid; }
.route-line > span { color: var(--red); font-size: 1.5rem; }
.eta { margin: 0; padding: 14px 16px; background: var(--paper); font-size: .78rem; }
.timeline { margin-top: 30px; }
.timeline article { display: grid; grid-template-columns: 18px 1fr; gap: 18px; }
.timeline article > span { position: relative; width: 11px; height: 11px; margin-top: 7px; background: var(--red); border-radius: 50%; }
.timeline article > span::after { position: absolute; top: 11px; bottom: -90px; left: 5px; width: 1px; content: ""; background: var(--line); }
.timeline article:last-child > span::after { display: none; }
.timeline article > div { padding-bottom: 27px; }
.timeline h3 { margin: 2px 0; font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.timeline p { margin: 0; color: #666; font-size: .8rem; }
.empty-result, .tracking-placeholder { display: flex; min-height: 440px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-result > span, .tracking-placeholder > span { display: grid; width: 78px; height: 78px; place-items: center; margin-bottom: 25px; color: var(--white); background: var(--red); border-radius: 50%; font-family: var(--display); font-size: 1.8rem; font-weight: 800; }
.empty-result h2, .tracking-placeholder h2 { margin: 0; font-family: var(--display); font-size: 2.6rem; text-transform: uppercase; }
.empty-result p, .tracking-placeholder p { max-width: 410px; color: #777; }

@media (max-width: 1040px) {
    :root { --shell: min(100% - 38px, 820px); }
    .site-nav { position: fixed; z-index: 75; inset: 115px 19px auto; display: flex; flex-direction: column; align-items: stretch; gap: 2px; padding: 22px; background: var(--ink); border: 1px solid #3a3a3a; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .2s ease; }
    .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
    .site-nav > a:not(.button) { padding: 13px 8px; }
    .menu-toggle { display: block; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .menu-backdrop { position: fixed; z-index: 55; inset: 0; display: block; background: rgba(0,0,0,.62); opacity: 0; pointer-events: none; transition: .2s ease; }
    .menu-backdrop.is-visible { opacity: 1; pointer-events: auto; }
    .hero { min-height: 760px; }
    .hero__content { padding-bottom: 80px; }
    .hero__rail { display: none; }
    .track-strip__grid, .section-heading, .quote-section__grid, .tracking-page__grid, .general-contact__grid { grid-template-columns: 1fr; gap: 40px; }
    .track-strip__grid { padding: 50px 0; }
    .service-grid { grid-template-columns: 1fr 1fr; }
    .image-story { grid-template-columns: 1fr; }
    .image-story__media { min-height: 540px; }
    .advantage__grid { grid-template-columns: 1fr; gap: 70px; }
    .advantage__title { position: static; }
    .footer-callout { grid-template-columns: 1fr; }
    .footer-callout .button { width: max-content; }
    .footer-grid { grid-template-columns: 1.2fr .7fr 1fr; gap: 40px; }
    .values-grid { grid-template-columns: 1fr 1fr; }
    .tracking-result { min-height: 450px; }
}

@media (max-width: 700px) {
    :root { --shell: calc(100% - 30px); }
    .utility-bar__inner { justify-content: center; }
    .utility-bar__inner > span, .utility-bar__inner div a:last-child { display: none; }
    .site-header__inner { min-height: 76px; }
    .brand { width: 222px; height: 58px; }
    .brand img { width: 46px; height: 46px; flex-basis: 46px; }
    .brand__words strong { font-size: 1.1rem; }
    .brand__words span { font-size: .6rem; }
    .site-nav { inset: 92px 15px auto; }
    .hero { min-height: 690px; }
    .hero__media { object-position: 62% center; }
    .hero__content { padding-top: 85px; padding-bottom: 65px; }
    .hero h1, .page-hero h1, .contact-hero h1 { font-size: clamp(4.2rem, 20vw, 6.2rem); }
    .hero__content > p { font-size: .92rem; }
    .hero__actions { align-items: flex-start; flex-direction: column; }
    .track-strip h2 { font-size: 2.7rem; }
    .track-form { grid-template-columns: 1fr; }
    .track-form button { padding: 12px 0; text-align: left; }
    .section { padding: 85px 0; }
    .section-heading { margin-bottom: 40px; }
    .section-heading h2, .advantage h2, .quote-section h2, .general-contact h2 { font-size: clamp(3.5rem, 17vw, 5.2rem); }
    .service-grid, .values-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 320px; }
    .service-card h3 { margin-top: 110px; }
    .image-story__media { min-height: 410px; }
    .image-story__copy { padding: 70px 25px; }
    .image-story h2 { font-size: 4rem; }
    .advantage__list article { grid-template-columns: 40px 1fr; }
    .advantage__list p { grid-column: 2; }
    .quote-section { padding: 85px 0; }
    .quote-form { padding: 28px 21px; }
    .form-grid { grid-template-columns: 1fr; }
    .map-widget__bar { grid-template-columns: 1fr; }
    .field--full { grid-column: auto; }
    .footer-callout { padding-bottom: 55px; }
    .footer-grid { grid-template-columns: 1fr; padding: 55px 0; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
    .page-hero { min-height: 600px; }
    .page-hero .shell { padding: 75px 0; }
    .service-detail { grid-template-columns: 42px 1fr; gap: 18px; }
    .service-detail > a { grid-column: 2; }
    .route-banner .shell { flex-wrap: wrap; gap: 15px; }
    .route-banner i { width: 25px; }
    .about-intro__grid { grid-template-columns: 1fr; gap: 35px; }
    .about-intro h2 { font-size: 4.2rem; }
    .manifesto { min-height: 690px; }
    .manifesto blockquote { font-size: 4rem; }
    .contact-hero { padding: 85px 0 75px; }
    .contact-hero > .shell > p { margin-left: 0; }
    .tracking-page { padding: 75px 0; }
    .tracking-page__intro h1 { font-size: 4.4rem; }
    .tracking-result { min-height: 400px; padding: 25px 20px; }
    .tracking-result__head { align-items: flex-start; flex-direction: column; gap: 12px; }
    .route-line { grid-template-columns: 1fr; gap: 7px; }
    .route-line > span { transform: rotate(90deg); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
