/* NextDay Logistics GmbH — responsive website system */
:root {
    --orange: #ff6b00;
    --orange-dark: #d95700;
    --navy: #101827;
    --navy-soft: #182337;
    --ink: #1d2430;
    --muted: #606978;
    --line: #dfe3e8;
    --surface: #f4f5f6;
    --white: #fff;
    --success: #087a52;
    --error: #b42318;
    --radius: 22px;
    --shadow: 0 24px 70px rgba(16, 24, 39, .12);
    --container: 1180px;
    --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 16px/1.65 var(--font); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.07; letter-spacing: -.04em; }
h1 { margin-bottom: 26px; font-size: clamp(3.2rem, 7vw, 6.6rem); font-weight: 780; }
h2 { margin-bottom: 24px; font-size: clamp(2.15rem, 4.2vw, 4.25rem); font-weight: 760; }
h3 { font-size: 1.35rem; }
em { color: var(--orange); font-style: normal; }
::selection { color: var(--white); background: var(--orange); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(80px, 10vw, 140px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 16px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--orange-dark); font-size: .75rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 2px; background: currentColor; }
.eyebrow-light { color: #ff9c55; }
.large-copy { font-size: clamp(1.15rem, 1.8vw, 1.4rem); line-height: 1.6; }
.legal-note { max-width: 840px; margin: 26px auto 0; color: var(--muted); font-size: .8rem; text-align: center; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 14px 24px; border: 2px solid var(--orange); border-radius: 999px; color: var(--white); background: var(--orange); box-shadow: 0 10px 25px rgba(255, 107, 0, .2); font-weight: 730; line-height: 1; text-decoration: none; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { border-color: var(--orange-dark); background: var(--orange-dark); box-shadow: 0 14px 34px rgba(255, 107, 0, .28); transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, button:focus-visible { outline: 3px solid rgba(255, 107, 0, .35); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 10px 18px; font-size: .88rem; }
.button-light { border-color: var(--white); color: var(--navy); background: var(--white); box-shadow: none; }
.button-light:hover { border-color: var(--white); color: var(--white); background: transparent; }
.button-outline-light { border-color: rgba(255,255,255,.45); background: transparent; box-shadow: none; }
.button-outline-light:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 720; text-decoration: none; }
.text-link::after { content: ""; position: absolute; }
.text-link:hover { color: var(--orange-dark); }
.text-link-dark { padding-bottom: 5px; border-bottom: 2px solid var(--orange); }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(16,24,39,.06); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); transition: box-shadow .25s; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(16,24,39,.08); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { flex: 0 0 auto; }
.brand img { width: 222px; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 36px); }
.main-nav > a:not(.button) { position: relative; color: #333b48; font-size: .9rem; font-weight: 650; text-decoration: none; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .2s; }
.main-nav > a:not(.button):hover::after, .main-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 0; border-radius: 10px; background: var(--surface); }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s, opacity .2s; }

/* Home hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #f7f8f9 60%, #fff3ea 100%); }
.hero::before { content: ""; position: absolute; top: -200px; left: -180px; width: 520px; height: 520px; border: 1px solid rgba(255,107,0,.14); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(30px, 6vw, 90px); min-height: calc(100vh - 78px); padding-top: 75px; padding-bottom: 95px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 750px; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.08rem, 1.55vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 40px 0 0; padding: 0; list-style: none; color: #4d5663; font-size: .87rem; font-weight: 650; }
.trust-list span { color: var(--orange-dark); }
.hero-visual { position: relative; }
.hero-frame { position: relative; padding: 26px; border-radius: 46% 46% 20px 20px; background: var(--navy); box-shadow: var(--shadow); }
.hero-frame::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: inherit; pointer-events: none; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 185px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 16px 40px rgba(16,24,39,.18); backdrop-filter: blur(8px); }
.floating-card strong, .floating-card small { display: block; line-height: 1.3; }
.floating-card strong { color: var(--navy); font-size: .95rem; }
.floating-card small { color: var(--muted); font-size: .7rem; }
.floating-card-top { top: 14%; left: -40px; }
.floating-card-bottom { right: -28px; bottom: 10%; display: block; }
.floating-card-bottom strong { color: var(--orange-dark); font-size: 1.3rem; }
.status-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #28b67a; box-shadow: 0 0 0 5px rgba(40,182,122,.16); }
.route-line { position: absolute; right: 0; bottom: 0; left: 0; height: 7px; background: repeating-linear-gradient(90deg, var(--orange) 0 45px, transparent 45px 65px); opacity: .85; }

.stats { color: var(--white); background: var(--navy); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats article { padding: 38px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.stats article:last-child { border-right: 0; }
.stats strong, .stats span { display: block; }
.stats strong { margin-bottom: 5px; color: var(--white); font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1; letter-spacing: -.05em; }
.stats span { color: #aab3c1; font-size: .8rem; }

/* Sections */
.section-heading { max-width: 780px; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p:last-child { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; max-width: none; }
.split-heading > p { margin-bottom: 5px; }
.centered { margin-right: auto; margin-left: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }

.services-preview { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 380px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-decoration: none; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { border-color: transparent; box-shadow: var(--shadow); transform: translateY(-8px); }
.service-card-dark { color: var(--white); background: var(--navy); }
.service-card-dark h3, .service-card-dark .card-link { color: var(--white); }
.service-number { display: block; margin-bottom: 42px; color: #a5abb3; font-size: .72rem; font-weight: 750; letter-spacing: .15em; }
.icon-box { display: grid; width: 54px; height: 54px; margin-bottom: 28px; place-items: center; border-radius: 14px; color: var(--orange-dark); background: #fff0e5; font-size: 1.5rem; }
.service-card h3 { min-height: 52px; margin-bottom: 18px; }
.service-card p { color: #717985; font-size: .92rem; }
.service-card-dark p { color: #aeb6c2; }
.card-link { position: absolute; bottom: 28px; color: var(--navy); font-size: .82rem; font-weight: 750; }

.network-section { color: var(--white); background: var(--navy); }
.network-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.network-copy h2 { color: var(--white); }
.network-copy > p:not(.eyebrow) { color: #b5becb; }
.network-art { position: relative; }
.network-art::before { content: ""; position: absolute; inset: 10%; border-radius: 50%; background: rgba(255,107,0,.08); filter: blur(40px); }
.feature-list { margin: 42px 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); }
.feature-list li > span { color: var(--orange); font-size: .75rem; font-weight: 750; }
.feature-list strong { display: block; margin-bottom: 4px; color: var(--white); }
.feature-list p { margin: 0; color: #aeb7c5; font-size: .9rem; }

.partners-strip { background: var(--surface); }
.brand-wordmarks { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid #d7dbe0; border-bottom: 1px solid #d7dbe0; list-style: none; }
.brand-wordmarks li { display: grid; min-height: 105px; padding: 16px; place-items: center; border-right: 1px solid #d7dbe0; color: #4b5360; font-size: clamp(.95rem, 1.6vw, 1.3rem); font-weight: 800; letter-spacing: -.03em; text-align: center; }
.brand-wordmarks li:last-child { border-right: 0; }

.about-teaser { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(50px, 9vw, 130px); }
.about-copy .large-copy { color: #4e5764; }
.quote-panel { position: relative; padding: clamp(35px, 5vw, 65px); border-radius: var(--radius); color: var(--white); background: var(--orange); box-shadow: 30px 30px 0 #fff0e5; }
.quote-panel blockquote { margin: 0 0 30px; font-size: clamp(1.3rem, 2vw, 1.75rem); font-weight: 650; line-height: 1.45; letter-spacing: -.025em; }
.quote-panel p { display: flex; flex-direction: column; margin-bottom: 15px; }
.quote-panel p strong { color: var(--white); }
.quote-panel p span, .quote-panel small { color: #ffe1ca; }
.quote-mark { position: absolute; top: 14px; right: 30px; color: rgba(255,255,255,.18); font-size: 7rem; font-family: Georgia, serif; line-height: 1; }
.quote-panel small { display: block; font-size: .68rem; }
.reference-section { padding-top: 0; }
.reference-card { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: clamp(36px, 6vw, 72px); border-radius: var(--radius); background: var(--surface); }
.reference-card h2 { margin-bottom: 0; }
.reference-card > div:last-child p { color: var(--muted); }

/* Page heroes */
.page-hero { padding: clamp(85px, 11vw, 150px) 0 clamp(75px, 9vw, 120px); background: linear-gradient(135deg, #fff 0%, #f5f6f7 100%); }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.page-hero h1 { margin-bottom: 0; }
.page-hero-lead { max-width: 520px; margin-bottom: 15px; color: var(--muted); font-size: clamp(1.12rem, 1.8vw, 1.4rem); }
.page-hero-dark { color: var(--white); background: var(--navy); }
.page-hero-dark h1 { color: var(--white); }
.page-hero-dark .page-hero-lead { color: #b7c0cc; }

/* About */
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 9vw, 120px); }
.story-art img { border-radius: var(--radius); background: var(--surface); }
.image-caption { margin: 12px 0 0; color: var(--muted); font-size: .75rem; }
.story-copy > p:not(.eyebrow) { color: #525b68; }
.founder-card { display: flex; align-items: center; gap: 16px; margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--line); }
.founder-monogram { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; color: var(--white); background: var(--orange); font-weight: 800; }
.founder-card strong, .founder-card span { display: block; }
.founder-card span { color: var(--muted); font-size: .85rem; }
.values-section { background: var(--surface); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { min-height: 330px; padding: 38px; border-radius: var(--radius); background: var(--white); }
.value-card > span { display: block; margin-bottom: 80px; color: var(--orange-dark); font-size: .78rem; font-weight: 800; }
.value-card p { color: var(--muted); }
.fleet-section { color: var(--white); background: var(--navy); }
.fleet-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.fleet-copy h2 { color: var(--white); }
.fleet-copy > p:not(.eyebrow) { color: #b4bdc9; }
.mini-stats { display: flex; gap: 20px; margin-top: 36px; }
.mini-stats div { min-width: 150px; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.mini-stats strong, .mini-stats span { display: block; }
.mini-stats strong { color: var(--white); font-size: 1.45rem; }
.mini-stats span { color: #aab4c0; font-size: .75rem; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 180px 1fr; gap: 50px; padding: 30px 0; border-top: 1px solid var(--line); }
.timeline time { color: var(--orange-dark); font-weight: 800; }
.timeline strong { color: var(--navy); font-size: 1.25rem; }
.timeline p { margin: 5px 0 0; color: var(--muted); }

/* Services */
.service-detail { padding: clamp(80px, 10vw, 135px) 0; }
.detail-alt { background: var(--surface); }
.detail-grid { display: grid; grid-template-columns: 70px 1.1fr .9fr; align-items: center; gap: clamp(30px, 6vw, 80px); }
.detail-number { align-self: start; padding-top: 8px; color: #a7adb5; font-size: .78rem; font-weight: 800; }
.detail-copy > p:not(.eyebrow) { color: var(--muted); }
.detail-art { padding: 25px; border-radius: var(--radius); background: #edf0f2; }
.detail-alt .detail-art { background: var(--white); }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-grid li { position: relative; padding-left: 24px; color: #394250; font-size: .88rem; font-weight: 650; }
.check-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-dark); }
.process-section { background: var(--navy); }
.process-section h2 { color: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; background: rgba(255,255,255,.14); list-style: none; }
.process-grid li { min-height: 300px; padding: 34px; background: var(--navy); }
.process-grid span { display: grid; width: 44px; height: 44px; margin-bottom: 70px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--orange); font-weight: 800; }
.process-grid h3 { color: var(--white); }
.process-grid p { color: #aeb7c3; font-size: .9rem; }

/* Partner */
.partner-hero { padding: clamp(75px, 10vw, 135px) 0; overflow: hidden; color: var(--white); background: var(--navy); }
.partner-hero-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(50px, 9vw, 120px); }
.partner-hero h1 { color: var(--white); }
.partner-hero p:not(.eyebrow) { max-width: 640px; color: #b5beca; font-size: 1.1rem; }
.partner-dashboard { padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.06); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.dashboard-top { display: flex; align-items: center; justify-content: space-between; color: #c4ccd6; font-size: .8rem; font-weight: 700; }
.live-pill { padding: 5px 10px; border-radius: 99px; color: #78e0b3; background: rgba(40,182,122,.12); }
.dashboard-map { max-height: 380px; overflow: hidden; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.dashboard-metrics div { padding: 14px; border-radius: 10px; background: rgba(255,255,255,.06); }
.dashboard-metrics strong, .dashboard-metrics span { display: block; }
.dashboard-metrics strong { color: var(--white); font-size: 1.15rem; }
.dashboard-metrics span { color: #9da8b6; font-size: .7rem; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); }
.benefit-card > span { display: grid; width: 48px; height: 48px; margin-bottom: 42px; place-items: center; border-radius: 12px; color: var(--orange-dark); background: #fff0e5; font-size: 1.4rem; }
.benefit-card p { color: var(--muted); }
.requirements-section { color: var(--white); background: var(--navy); }
.requirements-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.requirements-grid h2 { color: var(--white); }
.requirements-list { margin: 0; padding: 0; list-style: none; }
.requirements-list li { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.15); }
.requirements-list span { color: var(--orange); font-size: .75rem; font-weight: 800; }
.requirements-list p { margin: 0; color: #c0c8d2; }
.partner-form-section { background: var(--surface); }

/* Forms & contact */
.form-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 110px); }
.form-intro { align-self: start; position: sticky; top: 120px; }
.form-intro > p:not(.eyebrow) { color: var(--muted); }
.contact-direct { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-direct span, .contact-direct a { display: block; }
.contact-direct span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-direct a { margin-top: 5px; color: var(--navy); font-weight: 750; }
.contact-form { display: grid; gap: 22px; padding: clamp(26px, 4vw, 46px); border-radius: var(--radius); background: var(--white); box-shadow: 0 20px 55px rgba(16,24,39,.07); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: grid; gap: 8px; color: #3e4754; font-size: .8rem; font-weight: 700; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #cdd2d8; border-radius: 0; color: var(--navy); background: transparent; outline: 0; transition: border-color .2s, box-shadow .2s; }
.contact-form textarea { padding: 14px; border: 1px solid #cdd2d8; border-radius: 10px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus { border-color: var(--orange); box-shadow: 0 1px 0 var(--orange); }
.contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,107,0,.1); }
.contact-form .checkbox { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; font-weight: 400; line-height: 1.5; }
.checkbox input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--orange); }
.checkbox a { color: var(--orange-dark); }
.contact-form .button { justify-self: start; }
.form-note { margin: -8px 0 0; color: var(--muted); font-size: .72rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.alert { margin-bottom: 22px; padding: 14px 18px; border-radius: 10px; font-size: .9rem; font-weight: 650; }
.alert-success { color: #075c40; background: #dff7ed; }
.alert-error { color: #8a1c13; background: #fee9e7; }
.contact-section { padding-top: 0; background: linear-gradient(to right, var(--navy) 0 42%, var(--surface) 42% 100%); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 110px); }
.contact-info { padding-top: 90px; color: var(--white); }
.contact-info h2 { color: var(--white); font-size: clamp(2rem, 3vw, 3.1rem); }
.contact-address { font-style: normal; }
.contact-address div { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); }
.contact-address span, .contact-address strong { display: block; }
.contact-address span { margin-bottom: 5px; color: #9da8b6; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-address strong { color: var(--white); font-weight: 620; }
.availability { display: flex; align-items: center; gap: 12px; margin-top: 44px; color: #bdc6d1; font-size: .82rem; }
.contact-form-wrap { padding-top: 60px; padding-bottom: 60px; }
.map-section { min-height: 500px; background: #253145; }
.map-consent { display: grid; min-height: 500px; padding: 50px 20px; place-items: center; color: var(--white); text-align: center; background: radial-gradient(circle at 50% 30%, #34435a, #182236); }
.map-consent > div { max-width: 650px; }
.map-consent h2 { color: var(--white); font-size: clamp(2rem, 4vw, 3.5rem); }
.map-consent p:not(.eyebrow) { color: #bec7d2; }
.map-consent .eyebrow { justify-content: center; }
.map-consent .text-link { margin-left: 24px; color: var(--white); }
.map-frame { width: 100%; height: 500px; border: 0; }

/* Legal */
.legal-hero { padding: 95px 0 70px; background: var(--surface); }
.legal-hero h1 { margin-bottom: 12px; font-size: clamp(3rem, 6vw, 5rem); }
.legal-hero p:last-child { color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 220px 1fr; align-items: start; gap: 80px; }
.legal-layout aside { position: sticky; top: 110px; }
.legal-layout aside nav { display: grid; }
.legal-layout aside a { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); text-decoration: none; }
.legal-layout aside a[aria-current="page"] { color: var(--orange-dark); font-weight: 750; }
.legal-layout article { max-width: 800px; }
.legal-layout article h2 { margin-top: 50px; margin-bottom: 15px; font-size: 1.45rem; letter-spacing: -.02em; }
.legal-layout article h2:first-of-type { margin-top: 0; }
.legal-layout article p { color: #4f5865; }
.legal-layout article a { color: var(--orange-dark); }
.legal-hint { padding: 18px 20px; border-left: 3px solid var(--orange); background: #fff5ed; font-size: .88rem; }

/* Footer */
.final-cta { color: var(--white); background: var(--orange); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: clamp(55px, 7vw, 85px); padding-bottom: clamp(55px, 7vw, 85px); }
.final-cta h2 { max-width: 800px; margin-bottom: 12px; color: var(--white); font-size: clamp(2rem, 4vw, 3.7rem); }
.final-cta p:not(.eyebrow) { margin-bottom: 0; color: #fff1e7; }
.site-footer { padding: 70px 0 24px; color: #aeb8c5; background: #0b111d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr .7fr; gap: 60px; padding-bottom: 55px; }
.footer-brand img { margin-bottom: 25px; }
.footer-brand p { max-width: 360px; }
.footer-heading { margin-bottom: 20px; color: var(--white); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 8px 0; }
.footer-links a, .site-footer address a { color: #bec7d2; text-decoration: none; }
.footer-links a:hover, .site-footer address a:hover { color: var(--orange); }
.site-footer address { font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.footer-bottom p { margin: 0; }

/* Error */
.error-page { display: grid; min-height: 100vh; place-items: center; background: var(--surface); }
.error-shell { width: min(90%, 700px); text-align: center; }
.error-shell > a:first-child { display: inline-block; }
.error-code { margin: 50px 0 0; color: var(--orange); font-size: clamp(5rem, 16vw, 11rem); font-weight: 850; line-height: .9; letter-spacing: -.08em; }
.error-shell h1 { font-size: clamp(2rem, 5vw, 3.6rem); }
.error-shell > p:not(.error-code) { color: var(--muted); }

/* Motion */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--reveal-delay, 0ms); }
.reveal-delay { transition-delay: .15s; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

/* Tablet */
@media (max-width: 1020px) {
    .main-nav { position: fixed; top: 78px; right: 0; left: 0; display: none; align-items: stretch; padding: 20px; border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 20px 40px rgba(16,24,39,.12); }
    .main-nav.is-open { display: grid; }
    .main-nav > a:not(.button) { padding: 10px 4px; }
    .main-nav > a:not(.button)::after { bottom: 2px; }
    .nav-toggle { display: block; }
    .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
    .hero-grid { min-height: auto; }
    .service-grid { grid-template-columns: 1fr 1fr; }
    .service-card { min-height: 350px; }
    .detail-grid { grid-template-columns: 45px 1fr; }
    .detail-art { grid-column: 2; }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1.3fr .7fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2; }
}

/* Mobile */
@media (max-width: 760px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 75px 0; }
    h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
    h2 { font-size: clamp(2rem, 10vw, 3rem); }
    .brand img { width: 188px; }
    .nav-shell { min-height: 70px; }
    .main-nav { top: 70px; }
    .hero-grid, .page-hero-grid, .network-grid, .about-grid, .story-grid, .fleet-grid, .partner-hero-grid, .requirements-grid, .form-layout, .contact-grid, .legal-layout { grid-template-columns: 1fr; }
    .hero-grid { gap: 55px; padding-top: 60px; padding-bottom: 80px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
    .trust-list { display: grid; gap: 9px; }
    .hero-frame { padding: 14px; border-radius: 80px 80px 16px 16px; }
    .floating-card { min-width: auto; padding: 10px 12px; }
    .floating-card-top { top: 7%; left: -4px; }
    .floating-card-bottom { right: -3px; bottom: 5%; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stats article { padding: 26px 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
    .stats article:nth-child(2) { border-right: 0; }
    .split-heading { grid-template-columns: 1fr; gap: 15px; }
    .service-grid, .values-grid, .benefit-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 330px; }
    .brand-wordmarks { grid-template-columns: 1fr 1fr; }
    .brand-wordmarks li { min-height: 78px; border-bottom: 1px solid #d7dbe0; }
    .brand-wordmarks li:nth-child(2n) { border-right: 0; }
    .brand-wordmarks li:last-child { grid-column: 1 / -1; }
    .quote-panel { box-shadow: 12px 12px 0 #fff0e5; }
    .reference-card { grid-template-columns: 1fr; gap: 20px; }
    .page-hero { padding: 80px 0 70px; }
    .page-hero-grid { gap: 30px; }
    .value-card { min-height: 280px; }
    .value-card > span { margin-bottom: 50px; }
    .mini-stats { flex-direction: column; }
    .timeline li { grid-template-columns: 1fr; gap: 8px; }
    .detail-grid { grid-template-columns: 1fr; }
    .detail-art { grid-column: auto; }
    .detail-number { display: none; }
    .check-grid, .process-grid, .field-grid { grid-template-columns: 1fr; }
    .process-grid li { min-height: 250px; }
    .process-grid span { margin-bottom: 45px; }
    .requirements-grid { gap: 30px; }
    .form-intro { position: static; }
    .contact-section { padding: 0; background: var(--navy); }
    .contact-grid { width: 100%; gap: 0; }
    .contact-info { width: calc(100% - 28px); margin-inline: auto; padding: 70px 0; }
    .contact-form-wrap { padding: 45px 14px; background: var(--surface); }
    .map-consent .text-link { display: block; margin: 20px 0 0; }
    .legal-layout { gap: 40px; }
    .legal-layout aside { position: static; }
    .legal-layout aside nav { grid-template-columns: 1fr 1fr; gap: 12px; }
    .legal-layout aside a { text-align: center; }
    .final-cta-inner { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
}

/* 2026 visual refresh: photographic hero, editorial imagery and richer motion */
.scroll-progress {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: var(--orange);
    box-shadow: 0 0 16px rgba(255,107,0,.55);
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
}

.brand img { width: 240px; }
.hero-v2 {
    position: relative;
    min-height: 790px;
    overflow: hidden;
    color: var(--white);
    background: var(--navy);
    isolation: isolate;
}
.hero-media,
.hero-media img,
.hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.hero-media { z-index: -3; overflow: hidden; }
.hero-media img {
    object-fit: cover;
    object-position: center center;
    transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.08);
    will-change: transform;
}
.hero-shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(8,14,25,.94) 0%, rgba(8,14,25,.79) 42%, rgba(8,14,25,.23) 76%, rgba(8,14,25,.34) 100%),
        linear-gradient(0deg, rgba(8,14,25,.65), transparent 50%);
}
.hero-v2::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--orange) 0 38%, rgba(255,107,0,.15) 38% 100%);
}
.hero-v2-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .6fr);
    align-items: end;
    gap: clamp(55px, 9vw, 135px);
    min-height: 790px;
    padding-top: 95px;
    padding-bottom: 85px;
}
.hero-v2-copy { max-width: 760px; }
.hero-v2 h1 {
    margin-bottom: 28px;
    color: var(--white);
    font-size: clamp(4rem, 8.3vw, 7.8rem);
    line-height: .88;
    letter-spacing: -.07em;
}
.hero-v2 .hero-lead {
    max-width: 690px;
    color: rgba(255,255,255,.78);
    font-size: clamp(1.06rem, 1.6vw, 1.3rem);
}
.text-link-light { color: var(--white); }
.text-link-light:hover { color: #ffad71; }
.trust-list-light { color: rgba(255,255,255,.74); }
.trust-list-light span { color: #ff9b53; }
.hero-operation-card {
    align-self: end;
    padding: 26px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 18px;
    background: rgba(15,25,40,.72);
    box-shadow: 0 24px 70px rgba(0,0,0,.28);
    backdrop-filter: blur(16px);
}
.operation-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 45px;
    color: rgba(255,255,255,.72);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.hero-operation-card > p {
    margin-bottom: 8px;
    color: #ff9c55;
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.hero-operation-card > strong {
    display: block;
    margin-bottom: 30px;
    color: var(--white);
    font-size: 1.3rem;
    line-height: 1.35;
}
.hero-operation-card ul { margin: 0 0 25px; padding: 0; list-style: none; }
.hero-operation-card li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.8);
    font-size: .86rem;
}
.hero-operation-card li span { color: var(--orange); font-size: .67rem; font-weight: 800; }
.hero-operation-card > a { color: var(--white); font-size: .82rem; font-weight: 750; text-decoration: none; }
.hero-operation-card > a:hover { color: #ffad71; }
.hero-image-note {
    position: absolute;
    right: 18px;
    bottom: 16px;
    margin: 0;
    color: rgba(255,255,255,.52);
    font-size: .62rem;
    letter-spacing: .04em;
}

.stats strong > span { display: inline; }
.service-marquee {
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    color: var(--navy);
    background: var(--white);
}
.marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 23px 0;
    animation: marqueeMove 28s linear infinite;
    will-change: transform;
}
.marquee-track span {
    padding: 0 28px;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 780;
    letter-spacing: -.035em;
    white-space: nowrap;
}
.marquee-track i { color: var(--orange); font-style: normal; }
.service-marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marqueeMove { to { transform: translateX(-50%); } }

.visual-story { overflow: hidden; background: #f6f3ef; }
.visual-story-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: clamp(70px, 9vw, 130px);
}
.visual-collage {
    position: relative;
    min-height: 690px;
}
.visual-collage picture { display: block; overflow: hidden; background: #d8dde1; }
.visual-collage img { width: 100%; height: 100%; object-fit: cover; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.01); transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.visual-collage:hover img { transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.045); }
.photo-large {
    position: absolute;
    inset: 0 12% 80px 0;
    border-radius: 22px;
    box-shadow: 0 30px 80px rgba(16,24,39,.17);
}
.photo-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 47%;
    height: 300px;
    border: 8px solid #f6f3ef;
    border-radius: 18px;
    box-shadow: 0 22px 55px rgba(16,24,39,.2);
}
.photo-index {
    position: absolute;
    top: 25px;
    left: -18px;
    padding: 10px 14px;
    border-radius: 99px;
    color: var(--white);
    background: var(--orange);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
}
.visual-story-copy > p:not(.eyebrow) { color: #56606c; }
.story-points { margin: 35px 0 22px; padding: 0; list-style: none; }
.story-points li {
    display: grid;
    grid-template-columns: 105px 1fr;
    gap: 20px;
    padding: 18px 0;
    border-top: 1px solid #d7d4d0;
}
.story-points strong { color: var(--navy); }
.story-points span { color: var(--muted); font-size: .9rem; }
.symbol-note { color: #7a828c; font-size: .68rem; }

.quality-section { background: var(--white); }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quality-card {
    position: relative;
    min-height: 380px;
    padding: 38px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(145deg, #fff, #fafafa);
    transition: transform .3s, box-shadow .3s, border-color .3s;
}
.quality-card::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -65px;
    width: 150px;
    height: 150px;
    border: 28px solid rgba(255,107,0,.07);
    border-radius: 50%;
    transition: transform .45s;
}
.quality-card:hover { border-color: transparent; box-shadow: var(--shadow); transform: translateY(-8px); }
.quality-card:hover::after { transform: scale(1.22); }
.quality-step {
    display: inline-block;
    margin-bottom: 85px;
    padding: 7px 11px;
    border-radius: 99px;
    color: var(--orange-dark);
    background: #fff0e5;
    font-size: .7rem;
    font-weight: 750;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.quality-card p { color: var(--muted); }

.about-photo { display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-dark { position: relative; z-index: 0; overflow: hidden; }
.service-hero-photo,
.service-hero-photo img,
.service-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-hero-photo { z-index: -2; }
.service-hero-photo img { object-fit: cover; object-position: center 43%; }
.service-hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(12,20,33,.97), rgba(12,20,33,.78) 55%, rgba(12,20,33,.3)); }
.contact-hero-copy { align-self: end; }
.contact-hero-detail { max-width: 520px; margin: 18px 0 12px; color: #747d89; font-size: .9rem; }

.reveal-left { transform: translateX(-38px); }
.reveal-right { transform: translateX(38px); }
.reveal-up { transform: translateY(38px); }
.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-up.is-visible { transform: none; }

@media (prefers-reduced-motion: no-preference) {
    .hero-operation-card.is-visible { animation: panelFloat 6s ease-in-out 1s infinite; }
    .status-dot { animation: statusPulse 2.4s ease-out infinite; }
    @keyframes panelFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
    @keyframes statusPulse { 0%,100% { box-shadow: 0 0 0 5px rgba(40,182,122,.16); } 50% { box-shadow: 0 0 0 9px rgba(40,182,122,0); } }
}

@media (max-width: 1020px) {
    .hero-v2-inner { grid-template-columns: 1fr .55fr; gap: 35px; }
    .hero-operation-card { padding: 20px; }
    .visual-story-grid { grid-template-columns: 1fr; }
    .visual-collage { min-height: 620px; }
    .quality-grid { grid-template-columns: 1fr 1fr; }
    .quality-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    .brand img { width: 205px; }
    .hero-v2 { min-height: 790px; }
    .hero-media img { object-position: 67% center; }
    .hero-shade { background: linear-gradient(0deg, rgba(8,14,25,.96) 0%, rgba(8,14,25,.86) 60%, rgba(8,14,25,.35) 100%); }
    .hero-v2-inner { display: flex; min-height: 790px; padding-top: 110px; padding-bottom: 52px; align-items: flex-end; }
    .hero-v2 h1 { font-size: clamp(3.4rem, 17vw, 5.4rem); }
    .hero-operation-card { display: none; }
    .hero-v2 .hero-actions { flex-direction: row; flex-wrap: wrap; }
    .hero-image-note { display: none; }
    .marquee-track { animation-duration: 22s; }
    .visual-collage { min-height: 510px; }
    .photo-large { inset: 0 0 80px; }
    .photo-small { right: 12px; width: 56%; height: 210px; }
    .photo-index { left: 12px; }
    .story-points li { grid-template-columns: 1fr; gap: 4px; }
    .quality-grid { grid-template-columns: 1fr; }
    .quality-card,
    .quality-card:last-child { grid-column: auto; min-height: 330px; }
    .quality-step { margin-bottom: 55px; }
    .service-hero-photo img { object-position: 62% center; }
    .service-hero-shade { background: rgba(12,20,33,.78); }
}
