:root {
  --black: #050505;
  --panel: #0b0b0b;
  --panel-2: #101010;
  --line: #252525;
  --muted: #989898;
  --white: #f5f5f2;
  --acid: #dfff3f;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  background: rgba(5,5,5,.86); border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px); transition: border-color .3s;
}
.site-header.scrolled { border-color: var(--line); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 12px; font-family: "Manrope"; }
.brand-mark { width: 36px; min-width: 36px; fill: none; stroke: var(--acid); stroke-width: 1.55; overflow: visible; }
.brand-mark .mark-route, .brand-mark .mark-arrow, .brand-mark .mark-pins { stroke-linecap: round; stroke-linejoin: round; }
.brand-mark .mark-chip, .brand-mark .mark-core { stroke-linejoin: round; }
.brand-mark .mark-node { fill: var(--acid); stroke: #050505; stroke-width: 1.2; }
.brand-mark .mark-core { opacity: .72; }
.logo-lockup { display: flex; flex-direction: column; gap: 4px; }
.logo-name { font: 700 18px/1 "Manrope"; letter-spacing: .16em; }
.logo-tagline { max-width: 230px; color: #9b9b9b; font: 500 9px/1.15 "Inter"; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 36px; }
.desktop-nav a { color: #aaa; font-size: 13px; transition: color .2s; }
.desktop-nav a:hover { color: var(--white); }
.button {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 30px;
  min-height: 52px; padding: 0 23px; color: #080808; background: var(--acid);
  border: 1px solid var(--acid); font-weight: 600; font-size: 13px; cursor: pointer;
  transition: background .2s, color .2s, transform .2s;
}
.button:hover { background: var(--white); border-color: var(--white); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-outline { background: transparent; color: var(--white); border-color: #414141; }
.button-outline:hover { color: var(--black); }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 100vh; padding: 175px 0 0; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.grid-field {
  position: absolute; inset: 0; opacity: .25; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: center; min-height: 560px; position: relative; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #aaa; font: 500 11px/1.3 "Inter"; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 1px; background: var(--acid); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; }
h1 { margin: 25px 0 30px; font-size: clamp(57px, 6.7vw, 104px); line-height: .92; letter-spacing: -.055em; font-weight: 600; }
h1 em, h2 em { color: var(--acid); font-style: normal; }
.hero-lead { max-width: 600px; color: #aaa; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.text-link { display: inline-flex; gap: 22px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid #555; font-size: 13px; font-weight: 500; transition: border-color .2s, color .2s; }
.text-link:hover { color: var(--acid); border-color: var(--acid); }

.route-visual { position: relative; height: 570px; }
.route-visual::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--black) 0%, transparent 28%), linear-gradient(0deg, var(--black) 0%, transparent 35%), linear-gradient(180deg, rgba(5,5,5,.72), transparent 45%); }
.hero-logistics-image { position: absolute; inset: 2% -18% 0 -4%; width: 122%; height: 96%; object-fit: cover; object-position: 58% center; filter: saturate(.72) contrast(1.08) brightness(.74); opacity: .88; }
.route-map { width: 100%; height: 100%; overflow: visible; position: relative; z-index: 2; }
.continent { fill: rgba(8,8,8,.35); stroke: rgba(223,255,63,.22); stroke-width: 1; }
.route { fill: none; stroke: url(#route); stroke-width: 1.4; stroke-dasharray: 6 8; animation: dash 18s linear infinite; filter: url(#glow); }
.route-primary { stroke-width: 1.7; }
.route-delay { animation-delay: -7s; }
.route.subtle { stroke: #393939; filter: none; }
@keyframes dash { to { stroke-dashoffset: -280; } }
.node circle:first-child { fill: var(--acid); filter: url(#glow); }
.node circle:last-child { fill: none; stroke: var(--acid); opacity: .5; animation: pulse 2.3s ease-out infinite; transform-box: fill-box; transform-origin: center; }
.n2 circle:last-child { animation-delay: .7s; } .n3 circle:last-child { animation-delay: 1.4s; }
@keyframes pulse { 0% { transform: scale(.55); opacity: .8; } 100% { transform: scale(1.8); opacity: 0; } }
.location { position: absolute; z-index: 3; display: flex; flex-direction: column; gap: 5px; }
.location b { color: var(--acid); font: 500 10px "Inter"; letter-spacing: .15em; }
.location span { font: 600 13px "Manrope"; }
.location-na { left: 10%; top: 30%; } .location-eu { left: 49%; top: 24%; } .location-as { right: 3%; top: 32%; }
.transport-stack { position: absolute; z-index: 3; left: 7%; bottom: 13%; display: grid; gap: 8px; }
.transport-stack span { display: flex; align-items: center; gap: 7px; width: max-content; padding: 9px 12px; border: 1px solid rgba(223,255,63,.22); background: rgba(8,8,8,.72); color: #a8a8a8; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(12px); }
.transport-stack b { color: var(--acid); font-weight: 600; }
.route-status { position: absolute; z-index: 3; bottom: 11%; right: 5%; width: 300px; display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; padding: 17px; border: 1px solid #333; background: rgba(9,9,9,.82); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.route-status strong { color: var(--acid); font-size: 9px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px var(--acid); }
.proof-row { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.proof-row div { padding: 27px 20px 27px 0; color: #aaa; border-right: 1px solid var(--line); font-size: 12px; }
.proof-row div + div { padding-left: 25px; }
.proof-row span { display: block; color: var(--acid); margin: 0 0 8px; font: 600 clamp(20px, 2vw, 30px)/1 "Manrope"; letter-spacing: -.04em; }
.manufacturer-marquee { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); mask-image: linear-gradient(90deg, transparent, black 9%, black 91%, transparent); }
.marquee-track { display: flex; width: max-content; animation: marquee 56s linear infinite; }
.brand-strip { display: flex; gap: 12px; padding: 18px 6px; }
.brand-badge { display: inline-flex; align-items: center; gap: 10px; min-height: 42px; padding: 0 16px 0 11px; border: 1px solid #272727; background: rgba(255,255,255,.025); color: #c8c8c8; font: 600 12px/1 "Manrope"; white-space: nowrap; }
.brand-badge img { width: 24px; height: 24px; object-fit: contain; border-radius: 5px; background: #f8f8f8; padding: 3px; filter: saturate(.92) contrast(1.04); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 145px 0; border-bottom: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; margin-bottom: 75px; }
.section-heading h2 { margin: 25px 0 0; font-size: clamp(45px, 5vw, 72px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; }
.section-heading > p, .section-heading.split > p { color: var(--muted); line-height: 1.75; font-size: 15px; max-width: 490px; }
.section-heading.split { grid-template-columns: 1.2fr .6fr; }

.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.capability-card { min-height: 390px; padding: 28px; border-right: 1px solid var(--line); position: relative; transition: background .25s; }
.capability-card:last-child { border: 0; }
.capability-card:hover { background: var(--panel-2); }
.card-number { color: #666; font-size: 10px; letter-spacing: .14em; }
.icon { display: block; width: 45px; height: 45px; margin: 85px 0 34px; fill: none; stroke: var(--acid); stroke-width: 1.25; }
.capability-card h3 { font-size: 19px; font-weight: 500; }
.capability-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }

.products { background: #080808; }
.product-list { border-top: 1px solid var(--line); }
.product-row { display: grid; grid-template-columns: 210px 45px .85fr 1fr 30px; gap: 30px; align-items: center; min-height: 185px; padding: 18px 0; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; overflow: hidden; }
.product-row:hover { padding: 18px 22px; background: #101010; }
.product-row > img { width: 100%; height: 145px; object-fit: cover; filter: saturate(.72) brightness(.82); transition: transform .45s ease, filter .3s ease; }
.product-row:hover > img { transform: scale(1.035); filter: saturate(.92) brightness(.95); }
.product-row > span { color: var(--acid); font-size: 9px; letter-spacing: .12em; }
.product-row h3 { margin: 0; font-size: clamp(22px, 2.4vw, 34px); font-weight: 500; letter-spacing: -.03em; }
.product-row p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.product-row i { font-style: normal; color: #666; }
.center-action { display: flex; justify-content: center; margin-top: 55px; }

.network { background: var(--acid); color: #080808; }
.network .eyebrow { color: #454b20; }.network .eyebrow span { background: #080808; }
.network-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.network-copy h2 { margin: 30px 0; font-size: clamp(48px, 5vw, 76px); line-height: .98; letter-spacing: -.05em; font-weight: 600; }
.network-copy h2 em { color: #080808; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.network-copy > p { max-width: 500px; line-height: 1.7; color: #3b3f22; }
.network .text-link { margin-top: 35px; border-color: #444b20; }
.network .text-link:hover { color: #080808; border-color: #080808; }
.region { display: grid; grid-template-columns: 70px 1fr; gap: 15px; padding: 30px 0; border-top: 1px solid rgba(0,0,0,.25); }
.region:last-child { border-bottom: 1px solid rgba(0,0,0,.25); }
.region > span { grid-row: 1 / 3; font-size: 9px; letter-spacing: .14em; }
.region h3 { margin: 0; font-size: 28px; font-weight: 600; }
.region p { margin: 4px 0 0; max-width: 420px; color: #444923; font-size: 13px; line-height: 1.65; }

.process-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.process-list li { position: relative; padding: 28px 23px 0 0; min-height: 235px; border-right: 1px solid var(--line); }
.process-list li + li { padding-left: 23px; }
.process-list li::after { content: ""; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; background: var(--acid); border-radius: 50%; }
.process-list li + li::after { left: 23px; }
.process-list > li > span { color: #666; font-size: 9px; }
.process-list h3 { margin: 60px 0 13px; font-size: 23px; font-weight: 500; }
.process-list p { color: var(--muted); font-size: 12px; line-height: 1.65; }

.quality { background: #090909; }
.quality-grid { display: grid; grid-template-columns: .75fr 1fr; gap: 12%; align-items: center; }
.quality-mark { min-height: 520px; border: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 40px; position: relative; overflow: hidden; background: radial-gradient(circle at center, rgba(223,255,63,.06), transparent 60%); }
.quality-mark::before, .quality-mark::after { content: ""; position: absolute; background: #1d1d1d; }
.quality-mark::before { width: 1px; height: 100%; left: 50%; }.quality-mark::after { height: 1px; width: 100%; top: 50%; }
.quality-mark svg { width: 190px; position: relative; z-index: 2; fill: none; stroke: var(--acid); stroke-width: 2; }
.quality-mark span { position: relative; z-index: 2; font-size: 9px; letter-spacing: .2em; color: #777; }
.quality-copy h2 { margin: 30px 0; font-size: clamp(44px, 4.7vw, 68px); line-height: 1.03; letter-spacing: -.045em; font-weight: 500; }
.quality-copy > p { max-width: 570px; color: var(--muted); line-height: 1.75; }
.check-list { list-style: none; padding: 0; margin: 40px 0 0; }
.check-list li { padding: 17px 0 17px 30px; border-top: 1px solid var(--line); position: relative; font-size: 13px; }
.check-list li:last-child { border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--acid); }

.about { padding: 120px 0; }
.about-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 10%; align-items: start; }
.about-grid h2 { font-size: clamp(39px, 4.2vw, 63px); line-height: 1.06; letter-spacing: -.045em; font-weight: 500; }
.about-grid div p { color: var(--muted); max-width: 750px; line-height: 1.8; }

.rfq { background: var(--black); color: var(--white); }
.rfq .eyebrow { color: #888; }.rfq .eyebrow span { background: var(--acid); }
.rfq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; }
.rfq-copy h2 { margin: 30px 0; font-size: clamp(48px, 5vw, 76px); line-height: .98; letter-spacing: -.05em; font-weight: 600; }
.rfq-copy h2 em { color: var(--acid); text-decoration: underline; text-decoration-color: var(--acid); text-decoration-thickness: 4px; text-underline-offset: 8px; }
.rfq-copy > p { max-width: 490px; color: var(--muted); line-height: 1.75; }
.rfq-image { position: relative; margin-top: 38px; border: 1px solid var(--line); overflow: hidden; background: var(--panel); }
.rfq-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.9)); pointer-events: none; }
.rfq-image img { display: block; width: 100%; height: 310px; object-fit: cover; object-position: center; filter: saturate(.7) brightness(.82); }
.rfq-image-caption { position: absolute; z-index: 2; inset: auto 22px 20px; display: flex; flex-direction: column; gap: 7px; }
.rfq-image-caption span { color: var(--acid); font-size: 9px; letter-spacing: .16em; }
.rfq-image-caption strong { color: var(--white); font: 500 13px "Manrope"; }
.rfq-form { padding: 40px; background: var(--panel); border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 22px; }
.form-grid label { display: flex; flex-direction: column; gap: 9px; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span { color: #888; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.form-grid input, .form-grid textarea { width: 100%; border: 0; border-bottom: 1px solid #4a4a4a; border-radius: 0; padding: 9px 0 12px; color: var(--white); color-scheme: dark; background: transparent; outline: none; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--acid); }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 26px 0; color: #777; font-size: 11px; line-height: 1.5; }
.consent input { accent-color: var(--acid); margin-top: 2px; }
.form-submit { width: 100%; background: var(--acid); border-color: var(--acid); color: #090909; }
.form-submit:hover { background: var(--white); border-color: var(--white); color: #090909; }
.form-note { margin: 13px 0 0; font-size: 12px; color: #888; min-height: 18px; }

.footer { padding: 65px 0 30px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 75px; }
.footer-top p { max-width: 470px; margin: 0; color: #777; line-height: 1.7; font-size: 13px; }
.footer-contact { margin: 0; color: #777; font-style: normal; font-size: 12px; line-height: 1.8; }
.footer-contact strong { color: #aaa; font-weight: 500; }
.footer-contact a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 24px; color: #666; font-size: 10px; }
.footer-bottom div { display: flex; gap: 28px; }
.footer-bottom a:hover { color: var(--white); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 150px; }
  .route-visual { height: 480px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-card:nth-child(2) { border-right: 0; }
  .capability-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .network-grid, .quality-grid, .rfq-grid { gap: 6%; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--max)); }
  .nav-wrap { height: 70px; }
  .desktop-cta { display: none; }
  .menu-button { display: flex; flex-direction: column; gap: 7px; background: none; border: 0; padding: 10px 0 10px 10px; }
  .menu-button > span:not(.sr-only) { display: block; width: 27px; height: 1px; background: var(--white); transition: transform .2s; }
  .menu-button[aria-expanded="true"] > span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { display: none; position: fixed; inset: 70px 0 0; padding: 35px 22px; background: var(--black); flex-direction: column; gap: 0; }
  .mobile-nav.open { display: flex; }
  .mobile-nav > a:not(.button) { padding: 19px 0; border-bottom: 1px solid var(--line); font: 500 22px "Manrope"; }
  .mobile-nav .button { margin-top: 30px; }
  .hero { padding-top: 125px; }
  h1 { font-size: 58px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 24px; }
  .hero-actions .text-link { align-self: flex-start; }
  .route-visual { height: 340px; margin-top: 25px; }
  .location { transform: scale(.85); }
  .location-na { left: 4%; top: 26%; } .location-eu { left: 45%; top: 21%; } .location-as { right: -2%; top: 28%; }
  .transport-stack { left: 0; bottom: 3%; transform: scale(.82); transform-origin: left bottom; }
  .route-status { bottom: 2%; right: 0; width: 250px; }
  .proof-row { grid-template-columns: 1fr 1fr; }
  .proof-row div:nth-child(2) { border-right: 0; }
  .proof-row div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .manufacturer-marquee { width: min(calc(100% - 30px), var(--max)); }
  .brand-strip { padding: 14px 5px; }
  .brand-badge { min-height: 32px; font-size: 11px; }
  .section { padding: 95px 0; }
  .section-heading, .section-heading.split, .network-grid, .quality-grid, .about-grid, .rfq-grid { grid-template-columns: 1fr; gap: 45px; }
  .section-heading { margin-bottom: 50px; }
  .section-heading h2 { font-size: 47px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card, .capability-card:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); min-height: 310px; }
  .capability-card:last-child { border-bottom: 0; }
  .icon { margin-top: 55px; }
  .product-row { grid-template-columns: 35px 1fr 20px; padding: 20px 0 28px; }
  .product-row > img { grid-column: 1 / -1; width: 100%; height: 220px; }
  .product-row p { grid-column: 2 / 4; margin: 0; }
  .product-row i { grid-column: 3; grid-row: 2; }
  .process-list { grid-template-columns: 1fr; border: 0; }
  .process-list li, .process-list li + li { min-height: auto; padding: 25px 0 25px 35px; border-right: 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 35px 1fr; }
  .process-list li::after, .process-list li + li::after { left: 0; top: 31px; }
  .process-list h3 { margin: 0 0 8px; }
  .process-list p { margin: 0; }
  .quality-mark { min-height: 380px; }
  .about-grid .eyebrow { margin-bottom: 0; }
  .rfq-form { padding: 25px 18px; }
  .rfq-image img { height: 240px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .footer-top, .footer-bottom { flex-direction: column; gap: 30px; }
  .footer-bottom div { flex-wrap: wrap; }
}

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