/* Motion layer — designed to give every section its own entrance rhythm. */
:root {
  --ease-out-expo: cubic-bezier(.16, 1, .3, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
}

html { scroll-padding-top: 92px; }
body { overflow-x: hidden; }

.scroll-progress {
  position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px;
  pointer-events: none; background: rgba(255,255,255,.13); transform-origin: left;
}
.scroll-progress::after {
  display: block; width: 100%; height: 100%; content: ""; background: linear-gradient(90deg, var(--orange), #ffc05c, var(--blue));
  box-shadow: 0 0 14px rgba(255,106,53,.74); transform: scaleX(var(--progress, 0)); transform-origin: left;
}

.site-header { transition: background .45s ease, box-shadow .45s ease, backdrop-filter .45s ease; }
.site-header.scrolled { position: fixed; background: rgba(7, 20, 35, .88); box-shadow: 0 10px 35px rgba(5, 16, 29, .17); backdrop-filter: blur(14px); }
.site-header.scrolled .header-inner { min-height: 70px; }
.main-nav a:not(.nav-cta) {
  padding: 9px 11px; border: 1px solid transparent; border-radius: 7px;
  transition: color .25s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s var(--ease-out-expo);
}
.main-nav a:not(.nav-cta).active {
  color: var(--white); background: linear-gradient(115deg, rgba(255,255,255,.14), rgba(255,255,255,.045));
  border-color: rgba(158,202,255,.24); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 8px 20px rgba(2,12,25,.18);
  transform: translateY(-1px);
}
.main-nav a:not(.nav-cta).active::after {
  bottom: 5px; left: 11px; width: calc(100% - 22px); height: 2px;
  background: linear-gradient(90deg, var(--orange), #ffc05c); box-shadow: 0 0 9px rgba(255,106,53,.5);
}

.hero::after {
  position: absolute; z-index: 1; top: 16%; right: 11%; width: clamp(200px, 25vw, 400px); aspect-ratio: 1;
  border: 1.5px solid rgba(158,202,255,.38); border-radius: 50%;
  background: transparent; box-shadow: 0 0 90px rgba(35,108,221,.15);
  content: ""; animation: heroOrbit 14s linear infinite;
}
.hero::before {
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(5, 16, 30, .96) 0%, rgba(5, 16, 30, .9) 34%, rgba(5, 16, 30, .58) 58%, rgba(5, 16, 30, .2) 100%),
    linear-gradient(0deg, rgba(4, 13, 25, .78) 0%, rgba(4, 13, 25, .05) 58%, rgba(4, 13, 25, .38) 100%),
    radial-gradient(circle at 73% 24%, rgba(37, 117, 229, .2), transparent 28%),
    url('assets/hero-truck.png') center / cover no-repeat;
}
.europe-globe {
  position: absolute; z-index: 1; top: 16%; right: 11%; width: clamp(200px, 25vw, 400px); aspect-ratio: 1;
  pointer-events: none; filter: drop-shadow(0 0 16px rgba(82, 153, 255, .23)); animation: globeBreathe 6.5s ease-in-out infinite;
}
.hero-content::after { position: absolute; z-index: -1; left: -14%; bottom: 10%; width: min(680px, 58vw); height: 2px; opacity: 0; background: linear-gradient(90deg, transparent, rgba(255,106,53,.78) 12%, #ffc05c 55%, transparent); content: ""; transform-origin: left; animation: scanSettle 1.45s .75s var(--ease-out-expo) forwards; }
.hero-stamp { animation: stampLift .9s .7s var(--ease-out-expo) both; }
.stamp-item { transition: background .35s ease, transform .35s var(--ease-spring); }
.stamp-item:hover { background: rgba(255,255,255,.08); transform: translateY(-7px); }
.hero-stamp .stamp-item { transition: none; }
.hero-stamp .stamp-item:hover { background: transparent; transform: none; }
.stamp-title { display: flex; align-items: center; gap: 9px; }
.stamp-title .stamp-number { line-height: 1; }
.stamp-icon { position: relative; flex: 0 0 auto; width: 26px; height: 26px; }
.stamp-icon-plue { overflow: hidden; background: #003399; border: 1px solid rgba(198,222,255,.62); border-radius: 5px; box-shadow: 0 5px 14px rgba(4,13,27,.24); }
.stamp-icon-plue span { position: absolute; inset: 0; }
.stamp-icon-plue span:first-child { z-index: 1; background: linear-gradient(180deg, #ffffff 0 50%, #dc143c 50% 100%); clip-path: polygon(0 0, 0 100%, 100% 100%); }
.stamp-icon-plue span:last-child { z-index: 2; background: #003399; clip-path: polygon(0 0, 100% 0, 100% 100%); }
.stamp-icon-plue span:last-child::before { position: absolute; top: 9px; right: 8px; width: 2px; height: 2px; background: #ffcc00; border-radius: 50%; box-shadow: 4px 1px #ffcc00, 6px 5px #ffcc00, 5px 9px #ffcc00, 1px 11px #ffcc00, -3px 10px #ffcc00, -5px 6px #ffcc00, -4px 2px #ffcc00, -1px 0 #ffcc00; content: ""; }
.stamp-icon-adr { display: block; }
.stamp-icon-adr img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 4px 9px rgba(4,13,27,.3)); }
.scroll-hint { opacity: 0; transform: translateY(12px); animation: scrollHintEnter .7s 1.05s var(--ease-out-expo) forwards; }
.scroll-line { transform-origin: left; }

body.enhanced-motion .motion,
body.enhanced-motion .motion.reveal {
  opacity: 0; filter: blur(7px); transform: var(--motion-transform, translate3d(0, 38px, 0));
  transition: opacity .75s var(--ease-out-expo) var(--motion-delay, 0ms), transform .9s var(--ease-out-expo) var(--motion-delay, 0ms), filter .65s ease var(--motion-delay, 0ms);
  will-change: opacity, transform, filter;
}
body.enhanced-motion .motion.motion-in,
body.enhanced-motion .motion.reveal.motion-in { opacity: 1; filter: blur(0); transform: none; }
body.enhanced-motion .motion.motion-pop { --motion-transform: scale(.74) rotate(-3deg); }
body.enhanced-motion .motion.motion-left { --motion-transform: translate3d(-62px, 18px, 0); }
body.enhanced-motion .motion.motion-right { --motion-transform: translate3d(62px, 18px, 0); }
body.enhanced-motion .motion.motion-up { --motion-transform: translate3d(0, 62px, 0); }
body.enhanced-motion .motion.motion-zoom { --motion-transform: scale(.91); }

.section { position: relative; }
.section-heading h2, .intro-copy h2, .logistics-content h2, .fleet h2, .contact h2 { overflow-wrap: anywhere; }
.eyebrow { transition: letter-spacing .55s var(--ease-out-expo), color .35s ease; }
.section-active .eyebrow { letter-spacing: .2em; }
.capability { transition: transform .5s var(--ease-out-expo), box-shadow .5s ease, border-color .4s ease, background .4s ease; }
.capability::after { position: absolute; right: -25px; bottom: -25px; width: 92px; height: 92px; border: 1px solid var(--orange); border-radius: 50%; content: ""; opacity: 0; transform: scale(.5); transition: opacity .5s ease .15s, transform .7s var(--ease-spring) .15s; }
.section-active .capability::after { opacity: .28; transform: scale(1); }
.capability:hover { border-color: rgba(23,105,224,.43); box-shadow: 0 18px 35px rgba(17,43,72,.1); transform: translateY(-8px); }
.capability:hover .capability-icon { color: var(--white); background: var(--orange); transform: rotate(-8deg) scale(1.1); }
.capability-icon { transition: transform .4s var(--ease-spring), color .35s ease, background .35s ease; }

.services { isolation: isolate; }
.services::before { position: absolute; z-index: -1; top: 0; right: 5%; width: 40vw; height: 40vw; max-width: 560px; max-height: 560px; border: 1px solid rgba(158,202,255,.09); border-radius: 50%; content: ""; transform: translate(25%, -42%) scale(.75); transition: transform 1.3s var(--ease-out-expo); }
.services.section-active::before { transform: translate(25%, -42%) scale(1); }
.service-card { transition: transform .45s var(--ease-out-expo), background .45s ease, border-color .45s ease, box-shadow .45s ease; }
.service-card::after { position: absolute; z-index: -1; left: 0; bottom: 0; width: 100%; height: 3px; content: ""; background: linear-gradient(90deg, var(--orange), #ffc05c); transform: scaleX(0); transform-origin: left; transition: transform .7s var(--ease-out-expo); }
.section-active .service-card::after { transform: scaleX(1); }
.service-card:hover { border-color: rgba(255,255,255,.27); box-shadow: 0 22px 45px rgba(0,0,0,.22); }
.service-card:hover .service-icon { animation: iconWiggle .55s ease both; }
.services .service-card { display: flex; flex-direction: column; min-height: 0; padding: 0; background: #182d48; }
.service-card::before { display: none; }
.service-card::after { z-index: 3; height: 2px; transform: scaleX(1); }
.service-card-photo { position: relative; flex: 0 0 178px; height: 178px; overflow: hidden; background: #0b1b2f; }
.service-card-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,13,25,.02), rgba(4,13,25,.28)); content: ""; }
.service-card-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-card-content { flex: 1; padding: 23px 28px 29px; }
.service-kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 10px; color: #a9caff !important; font-size: .62rem !important; font-weight: 800; letter-spacing: .12em; line-height: 1.2 !important; text-transform: uppercase; }
.service-kicker::before { width: 23px; height: 2px; background: var(--orange); content: ""; }
.service-card-content h3 { margin: 0 0 11px; }
.service-card-content p { max-width: 290px; }
.service-card:hover { background: #182d48; border-color: rgba(255,255,255,.13); box-shadow: 0 12px 28px rgba(0,0,0,.12); transform: none; }

.services .section-heading { align-items: center; gap: clamp(28px, 5vw, 72px); }
.services-heading-copy { flex: 1 1 610px; }
.services .section-heading h2 { max-width: 680px; }
.heading-keep { white-space: nowrap; }
.service-summary { display: grid; grid-template-columns: 45px minmax(0, 1fr); gap: 16px; flex: 0 1 375px; max-width: 375px; margin: 0; padding: 4px 0; }
.service-route { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: space-between; min-height: 102px; padding: 2px 0; }
.service-route::before { position: absolute; top: 20px; bottom: 20px; width: 1px; background: linear-gradient(var(--orange), #6ba8ff); content: ""; }
.service-route span { position: relative; z-index: 1; display: grid; place-items: center; width: 30px; height: 30px; color: var(--white); background: #1c406d; border: 1px solid rgba(175,213,255,.44); border-radius: 50%; box-shadow: 0 0 0 7px rgba(11,23,40,.82); font-size: .68rem; font-weight: 900; }
.service-route span:first-child { color: #1b2431; background: #ffab73; border-color: #ffc39d; }
.service-route .service-route-flag { background: #1c406d; border-color: rgba(175,213,255,.44); border-radius: 50%; box-shadow: 0 0 0 7px rgba(11,23,40,.82); }
.service-route-flag::before { position: absolute; top: 8px; height: 14px; left: 10px; width: 2px; background: #d4e7ff; border-radius: 2px; content: ""; }
.service-route-flag::after { position: absolute; top: 8px; left: 12px; width: 11px; height: 8px; background: #6ba8ff; clip-path: polygon(0 0, 100% 22%, 65% 54%, 100% 100%, 0 78%); box-shadow: 0 0 9px rgba(107,168,255,.36); content: ""; }
.service-summary-copy { align-self: center; }
.service-summary-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; color: #ffc18e; font-size: .62rem; font-weight: 850; letter-spacing: .12em; line-height: 1.25; text-transform: uppercase; }
.service-summary-kicker::before { width: 19px; height: 2px; background: var(--orange); content: ""; }
.service-summary p { max-width: none !important; margin: 0 !important; color: rgba(255,255,255,.84) !important; font-size: .92rem !important; font-weight: 580; line-height: 1.65 !important; }

.fleet-visual { isolation: isolate; background: #0c1c30; box-shadow: 0 22px 50px rgba(10,23,40,.15); }
.fleet-layout { grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr); gap: clamp(38px, 5vw, 76px); }
.fleet-visual { min-height: 0; aspect-ratio: 1.75 / 1; }
.fleet-visual::before { z-index: 2; background: linear-gradient(112deg, rgba(255,255,255,.12), transparent 36%, rgba(23,105,224,.18)); mix-blend-mode: screen; animation: shineSweep 8s ease-in-out infinite; }
.fleet-visual::after { z-index: 2; height: 85px; bottom: -35px; opacity: .92; box-shadow: 0 12px 0 var(--orange); }
.fleet-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% center; filter: saturate(.9) contrast(1.05); transform: scale(1.12); transition: transform 2s var(--ease-out-expo), filter 1.2s ease; }
.fleet-visual.motion-in .fleet-photo { transform: scale(1); }
.fleet-visual:hover .fleet-photo { filter: saturate(1.1) contrast(1.08); transform: scale(1.015); }
.fleet-badge { top: 28px; bottom: auto; overflow: hidden; transition: transform .55s var(--ease-spring), box-shadow .4s ease; }
.fleet-badge::after { position: absolute; top: 0; left: -140%; width: 90%; height: 100%; content: ""; background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent); transform: skewX(-18deg); animation: badgeGlint 4.8s 1.7s ease-in-out infinite; }
.fleet-visual:hover .fleet-badge { transform: translateY(-8px) rotate(-1deg); box-shadow: 0 21px 35px rgba(10,23,40,.29); }
.fleet-list li { transition: color .3s ease, padding-left .35s var(--ease-out-expo), background .3s ease; }
.fleet-list li:hover { padding-left: 10px; color: var(--blue); background: rgba(23,105,224,.035); }
.fleet-list svg { transition: transform .35s var(--ease-spring); }
.fleet-list li:hover svg { transform: scale(1.28) rotate(8deg); }

.logistics-layout { grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: clamp(42px, 6vw, 88px); align-items: start; }
.logistics-showcase { display: grid; gap: 14px; align-self: start; margin-top: 0; }
.logistics-visual { position: relative; display: grid; min-height: 0; margin: 0; overflow: hidden; isolation: isolate; aspect-ratio: 1.52 / 1; background: #13253d; border: 1px solid rgba(23,105,224,.14); box-shadow: -10px 10px 0 rgba(255,106,53,.12), 0 28px 54px rgba(10,23,40,.17); }
.logistics-visual::before { position: absolute; z-index: 3; top: 0; left: 0; width: 72px; height: 72px; border-top: 4px solid var(--orange); border-left: 4px solid var(--orange); content: ""; }
.logistics-visual::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(180deg, rgba(7,20,35,0) 46%, rgba(7,20,35,.58) 100%); pointer-events: none; }
.logistics-truck { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.04); }
.logistics-visual figcaption { position: absolute; z-index: 2; right: auto; bottom: 19px; left: 20px; max-width: calc(100% - 40px); padding: 9px 12px; color: rgba(255,255,255,.95); background: rgba(7,20,35,.76); border-left: 3px solid var(--orange); box-shadow: 0 8px 22px rgba(0,0,0,.18); font-size: .64rem; font-weight: 850; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.logistics-content { max-width: 650px; }
.logistics-content h2 { margin-bottom: 25px; }
.logistics-reach { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .9fr); gap: 24px; margin-top: 28px; padding: 25px 26px; overflow: hidden; color: var(--white); background: linear-gradient(135deg, #0d233e, #16355b); border: 1px solid rgba(160,202,255,.22); box-shadow: 0 18px 32px rgba(11,34,64,.12); }
.logistics-showcase .logistics-reach, .logistics-showcase .logistics-branch { margin-top: 0; }
.logistics-reach::before { position: absolute; top: -70px; right: -62px; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; }
.logistics-reach-copy, .country-list { position: relative; z-index: 1; }
.logistics-kicker, .branch-kicker { margin: 0 !important; color: #ffb06f !important; font-size: .63rem !important; font-weight: 850; letter-spacing: .12em; line-height: 1.2 !important; text-transform: uppercase; }
.logistics-reach h3 { max-width: 300px; margin: 8px 0 9px; color: var(--white); font-size: 1.15rem; line-height: 1.14; }
.logistics-reach p:not(.logistics-kicker) { margin: 0 !important; color: rgba(255,255,255,.7) !important; font-size: .78rem; line-height: 1.58 !important; }
.country-list { display: flex; flex-wrap: wrap; align-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.country-list li { padding: 7px 9px; color: #dceaff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 999px; font-size: .67rem; font-weight: 720; line-height: 1; }
.logistics-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 36px; }
.logistics-fact { position: relative; min-height: 132px; padding: 25px 22px 20px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 13px 26px rgba(18,43,72,.06); }
.logistics-fact::before { position: absolute; top: 0; left: 0; width: 4px; height: 43px; background: linear-gradient(var(--orange), #ffc05c); content: ""; }
.logistics-fact::after { position: absolute; right: -20px; bottom: -26px; width: 76px; height: 76px; border: 1px solid rgba(23,105,224,.14); border-radius: 50%; content: ""; }
.logistics-fact strong { position: relative; z-index: 1; display: block; color: var(--ink); font-size: .9rem; }
.logistics-fact p { position: relative; z-index: 1; max-width: 220px; margin: 7px 0 0 !important; color: var(--muted); font-size: .75rem; line-height: 1.55 !important; }
.logistics-branch { display: grid; grid-template-columns: auto 1fr; gap: 17px; align-items: start; margin-top: 14px; padding: 20px 22px; background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--orange); }
.branch-year { display: grid; place-items: center; min-width: 56px; min-height: 42px; color: var(--orange); background: rgba(255,106,53,.1); font-size: 1.05rem; letter-spacing: -.04em; }
.logistics-branch p { margin: 0 !important; color: var(--muted); font-size: .77rem; line-height: 1.58 !important; }
.logistics-branch .branch-kicker { margin-bottom: 5px !important; }

.service-strip { position: relative; overflow: hidden; }
.service-strip::before, .service-strip::after { position: absolute; width: 310px; height: 310px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; transition: transform 1.1s var(--ease-out-expo); }
.service-strip::before { top: -215px; left: 3%; transform: scale(.65); }
.service-strip::after { right: 5%; bottom: -225px; transform: scale(.65); }
.service-strip.section-active::before, .service-strip.section-active::after { transform: scale(1); }
.strip-icon { transition: transform .5s var(--ease-spring), box-shadow .4s ease; }
.section-active .strip-icon { animation: serviceSpinIn .75s var(--ease-spring) both; box-shadow: 0 10px 24px rgba(5,34,81,.22); }

.contact::after { position: absolute; z-index: 0; right: -150px; bottom: -170px; width: 480px; height: 480px; border: 1px solid rgba(255,106,53,.25); border-radius: 50%; content: ""; transform: scale(.7); transition: transform 1.2s var(--ease-out-expo); }
.contact.section-active::after { transform: scale(1); }
.contact-layout { z-index: 1; }
.contact-detail { position: relative; margin-inline: -12px; padding: 17px 12px; border-radius: 9px; transition: background .42s ease, box-shadow .42s ease; }
.contact-detail::before { display: none; }
.contact-detail svg { transition: color .35s ease, filter .35s ease; }
.contact-detail:hover { background: linear-gradient(90deg, rgba(255,154,88,.09), rgba(255,255,255,.028) 46%, transparent 88%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.055), 0 8px 20px rgba(1,11,28,.12); }
.contact-detail:hover svg { color: #ffc091; filter: drop-shadow(0 0 7px rgba(255,106,53,.32)); }
.contact-actions { width: min(100%, 540px); align-self: end; justify-self: end; }
.contact-team { margin: 0; }
.contact-team-heading { display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 18px; text-align: center; }
.contact-team-heading > span { color: #ffb06f; font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-team-heading h3 { margin: 0; color: var(--white); font-size: 1.14rem; }
.contact-team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.contact-person { position: relative; display: grid; gap: 7px; min-height: 108px; padding: 16px; overflow: hidden; background: linear-gradient(135deg, #102a47, #0a1e34); border: 1px solid rgba(184,215,255,.18); border-top: 3px solid rgba(255,137,78,.95); box-shadow: 0 16px 26px rgba(1,10,25,.2); }
.contact-person::after { position: absolute; right: -20px; bottom: -28px; width: 76px; height: 76px; border: 1px solid rgba(165,203,255,.17); border-radius: 50%; content: ""; }
.contact-person strong, .contact-person a { position: relative; z-index: 1; }
.contact-person-role { position: relative; z-index: 1; color: #ffc08e; font-size: .65rem; font-weight: 850; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.contact-person strong { color: var(--white); font-size: 1rem; line-height: 1.35; }
.contact-person a { width: fit-content; max-width: 100%; color: rgba(255,255,255,.88); font-size: .84rem; font-weight: 620; line-height: 1.4; overflow-wrap: anywhere; text-decoration: none; transition: color .25s ease; }
.contact-person a[href^="tel:"] { color: #ffffff; font-size: .93rem; font-weight: 800; letter-spacing: .01em; }
.contact-person a[href^="tel:"]::before { content: "tel. "; color: #ffb06f; font-weight: 800; }
.contact-person a[href^="mailto:"]::before { content: "e-mail "; color: #ffb06f; font-weight: 800; }
.contact-person a:hover, .contact-person a:focus-visible { color: #ffbd88; }
.contact-actions .contact-form { width: min(100%, 460px); max-width: none; justify-self: start; }
.contact-team-full { width: min(100%, 1080px); margin: clamp(52px, 7vw, 88px) auto 0; }
.contact-team-full .contact-team-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.contact-team-full .contact-person { min-height: 150px; padding: 19px 16px; }
.contact-form { position: relative; overflow: hidden; }
.contact-form::before { position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--orange), #ffbd66, var(--blue)); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 1s .25s var(--ease-out-expo); }
.contact.section-active .contact-form::before { transform: scaleX(1); }
.contact-form { max-width: 540px; }
.field input, .field textarea { transition: border-color .25s ease, box-shadow .25s ease, padding-left .25s ease; }
.field input:focus, .field textarea:focus { padding-left: 8px; box-shadow: -4px 0 0 rgba(23,105,224,.16); }
.contact-form .button { position: relative; overflow: hidden; }
.contact-form .button::after { position: absolute; top: 0; left: -120%; width: 70%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.32), transparent); content: ""; transform: skewX(-20deg); transition: left .65s ease; }
.contact-form .button:hover::after { left: 150%; }
.form-status.is-pending { color: #b9682b; }

.site-footer { overflow: hidden; }
.site-footer .brand-mark { animation: footerMark 6s ease-in-out infinite; }
.footer-company { display: grid; gap: 5px; }
.footer-company .brand { width: fit-content; margin-bottom: 4px; }
.footer-legal, .footer-rights { color: #8fa0b5; line-height: 1.45; }
.footer-legal { color: #b8c7d7; }
.footer-credit { align-self: center; margin: 0; color: #71849b; text-align: right; white-space: nowrap; }
.footer-credit a { color: #d9e9ff; text-decoration: none; transition: color .25s ease; }
.footer-credit a:hover, .footer-credit a:focus-visible { color: #ffbd88; }

@keyframes heroOrbit { to { transform: rotate(360deg); } }
@keyframes globeBreathe { 50% { filter: drop-shadow(0 0 24px rgba(111, 178, 255, .42)) brightness(1.09); } }
@keyframes scanSettle { 0% { opacity: 0; transform: scaleX(.03); } 18% { opacity: .88; } 100% { opacity: .88; transform: scaleX(1); } }
@keyframes stampLift { from { opacity: 0; transform: translateY(36px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scrollHintEnter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes iconWiggle { 30% { transform: rotate(-12deg) scale(1.12); } 60% { transform: rotate(10deg) scale(1.04); } }
@keyframes shineSweep { 0%, 100% { transform: translateX(-15%) skewX(-9deg); opacity: .15; } 50% { transform: translateX(16%) skewX(-9deg); opacity: .55; } }
@keyframes badgeGlint { 0%, 60%, 100% { left: -140%; } 76% { left: 155%; } }
@keyframes serviceSpinIn { from { transform: rotate(-150deg) scale(.35); opacity: 0; } to { transform: rotate(0) scale(1); opacity: 1; } }
@keyframes footerMark { 50% { transform: rotate(-7deg) translateY(-3px); } }

@media (max-width: 850px) {
  html { scroll-padding-top: 74px; }
  .site-header.scrolled .header-inner { min-height: 64px; }
  .fleet-layout { grid-template-columns: 1fr; gap: 48px; }
  .services .service-card { min-height: 0; padding: 0; }
  .service-card-photo { flex-basis: 184px; height: 184px; }
  .hero::after, .europe-globe { top: 31%; right: -20%; width: 260px; }
  .service-strip::after { right: -25%; }
  .fleet-photo { object-position: 53% center; }
  .fleet-visual { min-height: 410px; aspect-ratio: auto; }
  .fleet-badge { top: 22px; bottom: auto; }
}
@media (max-width: 520px) {
  .hero::after, .europe-globe { width: 190px; }
  .fleet-photo { object-position: 54% center; }
  .fleet-visual::after { height: 65px; }
  .fleet-badge { top: 16px; bottom: auto; max-width: 205px; }
  .fleet-visual { min-height: 320px; }
  .service-strip::before { left: -38%; }
  body.enhanced-motion .motion.motion-left, body.enhanced-motion .motion.motion-right { --motion-transform: translate3d(0, 34px, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-progress, .fleet-photo, .fleet-badge, .service-card, .capability, .contact-detail, .eyebrow { transition: none !important; }
  body.enhanced-motion .motion, body.enhanced-motion .motion.reveal { opacity: 1; filter: none; transform: none; }
}

/* Phone-first refinements */
@media (max-width: 850px) {
  .main-nav { z-index: 1000 !important; padding: 96px 28px 42px !important; background: linear-gradient(145deg, #071426 0%, #0b2038 58%, #102d50 100%) !important; border-left: 1px solid rgba(174,211,255,.22); box-shadow: -20px 0 54px rgba(1,8,20,.58); }
  .main-nav a { width: min(100%, 430px); padding: 14px 16px !important; color: #ffffff !important; background: rgba(255,255,255,.055); border: 1px solid rgba(184,216,255,.14) !important; border-radius: 8px; box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
  .main-nav a:not(.nav-cta).active { background: linear-gradient(100deg, rgba(255,106,53,.24), rgba(58,129,224,.18)); border-color: rgba(255,185,132,.54) !important; box-shadow: inset 3px 0 0 var(--orange), 0 8px 22px rgba(1,10,23,.24); }
  .main-nav a:not(.nav-cta) { display: flex; align-items: center; min-height: 44px; padding: 10px 13px; }
  .hero-copy { position: relative; z-index: 2; }
  .hero .hero-lead { max-width: 34rem; }
  .services .section-heading { display: block; }
  .services-heading-copy { max-width: 680px; }
  .service-summary { width: min(100%, 520px); max-width: 520px; margin-top: 22px; }
  .contact-form { width: 100%; max-width: none; justify-self: stretch; }
  .contact-form .button { max-width: 100%; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 68px; }
  .header-inner { min-height: 68px; }
  .main-nav { padding: 84px 24px 36px; }
  .main-nav a { line-height: 1.2; }
  .main-nav .nav-cta { width: 100%; min-height: 50px; text-align: center; }

  .hero, .hero-content { min-height: 694px; }
  .hero-content { padding-top: 116px; padding-bottom: 152px; }
  .hero::after, .europe-globe { top: 37%; right: -20%; width: 215px; opacity: .68; }
  .hero::before { background-position: center, center, center, 64% center; }
  .hero-content::after { display: none; }
  .hero-stamp { width: 100%; }
  .section { padding: 84px 0; }
  .service-card { min-height: 270px; }
  .contact::after { right: -250px; bottom: -280px; width: 420px; height: 420px; }
  .to-top { right: 14px; bottom: 14px; width: 46px; height: 46px; }
}

@media (max-width: 900px) {
  .contact-team-full .contact-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  :root { --container: calc(100% - 32px); }
  .header-inner { min-height: 64px; }
  .brand { gap: 9px; font-size: .9rem; }
  .brand-mark { width: 34px; height: 34px; font-size: .95rem; }
  .brand small { font-size: .5rem; letter-spacing: .1em; }
  .nav-toggle { min-width: 44px; min-height: 44px; }
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 1.14rem; }
  .main-nav a:not(.nav-cta).active::after { bottom: 4px; }

  h1 { max-width: 22rem; margin-bottom: 19px; font-size: clamp(2.45rem, 11.5vw, 3.25rem); line-height: .98; }
  h2 { font-size: clamp(1.92rem, 9.2vw, 2.45rem); line-height: 1.04; }
  .hero, .hero-content { min-height: 690px; }
  .hero-content { padding-top: 112px; padding-bottom: 148px; }
  .hero::after, .europe-globe { top: 39%; right: -29%; width: 194px; opacity: .58; }
  .hero::before { background-position: center, center, center, 66% center; }
  .hero-lead { margin-bottom: 26px; font-size: .97rem; line-height: 1.62; }
  .hero-actions { gap: 10px; }
  .button { min-height: 50px; padding: 0 17px; }

  .hero-stamp { grid-template-columns: 1fr 1fr; }
  .stamp-item { min-height: 78px; padding: 14px; }
  .stamp-number { font-size: 1.23rem; }
  .stamp-label { font-size: .64rem; }
  .stamp-title { gap: 7px; }
  .stamp-icon { width: 23px; height: 23px; }

  .section { padding: 72px 0; }
  .intro-layout, .fleet-layout { gap: 36px; }
  .capabilities { gap: 12px; }
  .capability { min-height: 0; padding: 20px; }
  .capability-icon { margin-bottom: 17px; }
  .services .section-heading { margin-bottom: 35px; }
  .services .section-heading p:not(.eyebrow) { margin-top: 16px; }
  .services .service-card { min-height: 0; padding: 0; }
  .service-card-photo { flex-basis: 162px; height: 162px; }
  .service-card-content { padding: 20px 23px 24px; }
  .service-card h3 { font-size: 1.45rem; }
  .service-kicker { margin-bottom: 9px; }

  .fleet-visual { min-height: 0; aspect-ratio: 1.22 / 1; }
  .fleet-photo { object-position: 51% center; }
  .fleet-badge { top: 14px; left: 14px; max-width: min(210px, calc(100% - 28px)); padding: 12px 14px; }
  .fleet-badge strong { font-size: 1.32rem; }
  .fleet-list { margin-top: 24px; }
  .fleet-list li { align-items: flex-start; gap: 11px; padding: 14px 0; font-size: .86rem; line-height: 1.5; }
  .fleet-list svg { width: 18px; height: 18px; margin-top: .18em; }

  .service-strip { padding: 34px 0; }
  .strip-content { gap: 14px; }
  .strip-icon { width: 50px; height: 50px; }
  .strip-content h2 { font-size: 1.45rem; line-height: 1.1; }
  .strip-content .button { width: 100%; }

  .contact-layout { gap: 42px; }
  .contact-details { margin-top: 28px; }
  .contact-detail { gap: 11px; margin-inline: -10px; padding: 15px 10px; }
  .contact-detail a, .contact-detail p { overflow-wrap: anywhere; }
  .contact-actions { width: 100%; justify-self: stretch; }
  .contact-team-grid { grid-template-columns: 1fr; }
  .contact-person { min-height: 0; padding: 15px; }
  .contact-team-full { margin-top: 46px; }
  .contact-team-full .contact-team-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 26px 19px; }
  .contact-form h3 { font-size: 1.4rem; }
  .field input, .field textarea { font-size: 16px; }
  .contact-form .button { width: 100%; }
  .contact-actions .contact-form, .contact-form { width: 100%; max-width: none; justify-self: stretch; }

  .site-footer { padding: 23px 0; }
  .footer-content { gap: 13px; }
  .footer-content p { font-size: .68rem; line-height: 1.55; }
  .footer-credit { align-self: flex-start; text-align: left; white-space: normal; }
}

@media (max-width: 380px) {
  :root { --container: calc(100% - 28px); }
  .brand small { display: none; }
  h1 { font-size: 2.4rem; }
  .hero, .hero-content { min-height: 678px; }
  .hero-content { padding-top: 106px; padding-bottom: 142px; }
  .hero::after, .europe-globe { width: 174px; right: -33%; }
  .stamp-item { padding: 13px 12px; }
  .stamp-label { font-size: .61rem; }
}

@media (max-width: 850px) {
  .fleet-layout, .logistics-layout { grid-template-columns: 1fr; row-gap: 30px; }
  .contact-actions { width: 100%; align-self: start; justify-self: stretch; }
  .contact-actions .contact-form { width: 100%; max-width: none; justify-self: stretch; }
  .fleet-copy, .logistics-content { display: contents; }
  .logistics-showcase { display: contents; }
  .fleet-heading, .logistics-heading { order: 1; }
  .fleet-visual, .logistics-visual { order: 2; }
  .fleet-details, .logistics-details { order: 3; }
  .logistics-reach { order: 4; }
  .logistics-branch { order: 5; }
  .logistics-reach { grid-template-columns: 1fr; }
  .logistics-visual, .logistics-truck { min-height: 0; }
}

@media (max-width: 520px) {
  .fleet-layout, .logistics-layout { row-gap: 25px; }
  .logistics-visual, .logistics-truck { min-height: 0; }
  .logistics-visual { aspect-ratio: 1.45 / 1; box-shadow: -6px 6px 0 rgba(255,106,53,.12), 0 20px 38px rgba(10,23,40,.14); }
  .logistics-visual::before { width: 54px; height: 54px; border-width: 3px; }
  .logistics-visual figcaption { bottom: 14px; left: 14px; max-width: calc(100% - 28px); padding: 8px 10px; font-size: .58rem; }
  .logistics-reach { gap: 19px; margin-top: 24px; padding: 21px 19px; }
  .logistics-reach h3 { font-size: 1.07rem; }
  .country-list { gap: 7px; }
  .country-list li { padding: 7px 8px; font-size: .63rem; }
  .logistics-facts { grid-template-columns: 1fr; gap: 11px; margin-top: 28px; }
  .logistics-fact { min-height: 0; padding: 20px 19px 18px; }
  .logistics-branch { gap: 13px; padding: 18px 17px; }
  .branch-year { min-width: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  .europe-globe { animation: none; filter: none; }
}
