:root {
  --red: #f06020;
  --red-dark: #d94a0c;
  --ink: #001b4a;
  --black: #002058;
  --muted: #5d6b7d;
  --paper: #ffffff;
  --soft: #f3f6fa;
  --line: #d7e0eb;
  --display: "Bahnschrift Condensed", "Aptos Display", "Arial Narrow", sans-serif;
  --body: "Aptos", "Segoe UI", Arial, sans-serif;
  --arabic: Tahoma, Arial, sans-serif;
  --shell: min(1240px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
html[lang="ar"] body { font-family: var(--arabic); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: -100px; left: 10px; padding: 12px 16px; background: #fff; color: #000; }
.skip-link:focus { top: 10px; }

.signal-bar { background: var(--black); color: #fff; }
.signal-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.signal-inner p { margin: 0; color: #c9d7e8; font: 700 9px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; }
.signal-status { display: flex; align-items: center; gap: 8px; }
.signal-status span { width: 6px; height: 6px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(240,96,32,.18); }
.signal-status strong { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
html[lang="ar"] .signal-inner p, html[lang="ar"] .signal-status strong { font-family: var(--arabic); letter-spacing: 0; text-transform: none; }

.site-header { position: relative; z-index: 40; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { direction: ltr; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 13px; }
.brand img { width: 126px; height: auto; display: block; }
.brand span { padding-inline-start: 13px; border-inline-start: 1px solid var(--line); color: #777; font: 800 9px/1 var(--body); letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 35px; margin-inline-start: auto; }
.desktop-nav a { position: relative; padding-block: 9px; color: #282828; font-size: 12px; font-weight: 800; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a.is-current::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-toggle { height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; }
.lang-toggle span { font-size: 11px; font-weight: 800; }
.lang-toggle svg { width: 16px; fill: var(--red); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border: 1px solid var(--red); background: var(--red); color: #fff; font-size: 11px; font-weight: 850; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-2px); }
.button svg { direction: ltr; width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-small { min-height: 42px; padding-inline: 18px; }
.menu-toggle { width: 42px; height: 42px; display: none; padding: 0 11px; border: 1px solid var(--line); background: #fff; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.mobile-menu { position: absolute; top: 100%; right: 0; left: 0; padding: 12px var(--shell); background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 18px 38px rgba(0,0,0,.1); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: block; padding: 15px 0; border-bottom: 1px solid #eee; font-size: 13px; font-weight: 800; }

.hero { position: relative; isolation: isolate; overflow: hidden; background: #fff; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, transparent 0 57%, #f4f7fb 57%); }
.hero-grid { position: absolute; z-index: -1; inset: 0; opacity: .5; background-image: linear-gradient(#dce5f0 1px, transparent 1px), linear-gradient(90deg, #dce5f0 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent 0 55%, #000 55%); }
.hero-layout { min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(50px, 7vw, 110px); align-items: center; padding-block: 70px; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 25px; color: #fff; font: 800 9px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span:first-child { direction: ltr; color: var(--red); }
.eyebrow.dark { color: #545454; }
html[lang="ar"] .eyebrow { font-family: var(--arabic); letter-spacing: 0; text-transform: none; }
.hero .eyebrow { color: #5c5c5c; }
.hero h1, .products-hero h1 { margin: 0; color: var(--ink); font: 900 clamp(64px, 6.6vw, 98px)/.86 var(--display); letter-spacing: -.055em; text-transform: uppercase; text-wrap: balance; }
html[lang="ar"] .hero h1, html[lang="ar"] .products-hero h1 { font-family: var(--arabic); font-size: clamp(50px, 5vw, 76px); line-height: 1.22; letter-spacing: -.025em; text-transform: none; }
.hero-lead { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: 15px; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 35px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-block: 8px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 850; }
.text-link span:last-child { color: var(--red); }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 50px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 6px; padding: 17px 15px 0 0; }
.hero-proof strong { direction: ltr; font: 900 14px/1 var(--display); letter-spacing: .04em; }
.hero-proof span { color: #858585; font-size: 9px; line-height: 1.35; }

.service-route { direction: ltr; position: relative; min-height: 505px; overflow: hidden; background: var(--red); clip-path: polygon(12% 0, 100% 0, 100% 88%, 76% 100%, 0 100%, 0 18%); box-shadow: 0 25px 70px rgba(240,96,32,.22); }
.service-route::before { content: "VH"; position: absolute; right: -30px; bottom: -55px; color: rgba(255,255,255,.095); font: 900 260px/.7 var(--display); letter-spacing: -.12em; }
.service-route::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.route-axis { position: absolute; z-index: 2; top: 50%; left: 10%; width: 82%; height: 2px; background: rgba(255,255,255,.55); transform: rotate(-18deg); transform-origin: center; }
.route-axis::after { content: ""; position: absolute; right: -1px; top: -5px; width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg); }
.route-node { position: absolute; z-index: 3; width: 122px; min-height: 112px; display: flex; flex-direction: column; justify-content: space-between; padding: 16px; border: 1px solid rgba(255,255,255,.75); background: var(--black); color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.route-node span { color: var(--red); font: 900 9px/1 var(--body); letter-spacing: .13em; }
.route-node strong { font: 900 19px/1 var(--display); text-transform: uppercase; }
.route-node small { color: #a7a7a7; font: 800 8px/1 var(--body); letter-spacing: .12em; }
.route-one { left: 6%; top: 33%; }.route-two { left: 30%; top: 13%; }.route-three { right: 27%; top: 51%; }.route-four { right: 5%; top: 24%; background: #fff; color: var(--ink); }
.service-route > p { position: absolute; z-index: 4; right: 28px; bottom: 24px; display: flex; align-items: flex-end; flex-direction: column; gap: 5px; margin: 0; }
.service-route > p b { color: #fff; font: 900 9px/1 var(--body); letter-spacing: .12em; }
.service-route > p span { color: rgba(255,255,255,.75); font-size: 9px; }

.market-band { padding-block: 42px; background: var(--black); color: #fff; }
.market-band-layout { display: grid; grid-template-columns: .64fr 1.36fr; gap: 60px; align-items: center; }
.market-band h2 { margin: 0; color: #d7e3f1; font: 800 14px/1.25 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.market-list { display: grid; grid-template-columns: repeat(4,1fr); border-inline-start: 1px solid #36537b; }
.market-list div { display: grid; gap: 7px; padding: 8px 22px; border-inline-end: 1px solid #36537b; }
.market-list strong { direction: ltr; font: 900 18px/1 var(--display); letter-spacing: -.01em; }
.market-list span { color: #9fb2ca; font-size: 9px; }
html[lang="ar"] .market-band h2, html[lang="ar"] .market-list span { font-family: var(--arabic); text-transform: none; }

.section { padding-block: 112px; }
.section h2 { margin: 0; color: var(--ink); font: 900 clamp(48px, 5.1vw, 74px)/.9 var(--display); letter-spacing: -.045em; text-transform: uppercase; text-wrap: balance; }
html[lang="ar"] .section h2 { font-family: var(--arabic); line-height: 1.25; letter-spacing: -.02em; text-transform: none; }
.section-head { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 70px; margin-bottom: 50px; }
.section-head > p { max-width: 440px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.company { background: #fff; }
.company-layout { display: grid; grid-template-columns: 190px 1fr 310px; gap: clamp(40px, 6vw, 84px); align-items: start; }
.company-mark { direction: ltr; width: 170px; height: 170px; display: grid; grid-template-columns: 1fr 1fr; place-items: center; overflow: hidden; background: var(--red); color: var(--black); font: 900 57px/1 var(--display); letter-spacing: -.12em; clip-path: polygon(0 0, 84% 0, 100% 16%, 100% 100%, 0 100%); }
.company-mark span:first-child { transform: translateX(8px); }.company-mark span:last-child { transform: translateX(-8px); color: #fff; }
.company-copy > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.company-facts { border-top: 2px solid var(--ink); }
.company-facts div { display: grid; gap: 7px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.company-facts span { color: var(--red); font: 850 9px/1 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.company-facts strong { font-size: 13px; line-height: 1.5; }
html[lang="ar"] .company-facts span { font-family: var(--arabic); letter-spacing: 0; text-transform: none; }

.services { background: var(--soft); }
.service-grid { display: grid; grid-template-columns: 1.12fr .88fr .88fr; grid-template-rows: 1fr 1fr; border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.service-card { min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; padding: 29px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.service-main { grid-row: span 2; padding: 0; background: var(--red); }
.warehouse-graphic { direction: ltr; position: relative; flex: 1; min-height: 325px; display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; padding: 65px 34px 34px; overflow: hidden; background: var(--black); }
.warehouse-graphic::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 36px 36px; }
.warehouse-graphic span { position: relative; align-self: end; height: var(--h,55%); border: 2px solid #f3f3ef; background: linear-gradient(135deg,#fafaf6,#8b8b87); box-shadow: 0 15px 25px rgba(0,0,0,.35); transform: skewY(-4deg); }
.warehouse-graphic span:nth-child(1) { --h: 60%; }.warehouse-graphic span:nth-child(2) { --h: 78%; }.warehouse-graphic span:nth-child(3) { --h: 52%; }.warehouse-graphic span:nth-child(4) { --h: 69%; }
.warehouse-graphic span::before { content: "VH"; position: absolute; inset: 14px; display: grid; place-items: center; border: 1px solid rgba(0,32,88,.45); color: var(--ink); font: 900 18px/1 var(--display); }
.warehouse-graphic b { position: absolute; top: 24px; left: 29px; color: var(--red); font: 850 9px/1 var(--body); letter-spacing: .14em; }
.service-main .service-copy { padding: 29px; }
.service-main .service-copy > span, .service-main .service-copy p { color: rgba(255,255,255,.78); }
.service-main .service-copy h3 { color: #fff; }
.service-icon { direction: ltr; width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid var(--ink); font: 900 13px/1 var(--display); letter-spacing: .05em; }
.service-copy > span { color: var(--red); font: 850 9px/1 var(--body); letter-spacing: .14em; }
.service-copy h3 { margin: 14px 0 9px; font: 900 22px/1.05 var(--display); text-transform: uppercase; }
.service-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
html[lang="ar"] .service-copy h3 { font-family: var(--arabic); line-height: 1.35; text-transform: none; }

.process { position: relative; overflow: hidden; background: var(--black); color: #fff; }
.process::before { content: "06"; position: absolute; right: -30px; bottom: -70px; color: rgba(255,255,255,.035); font: 900 330px/.8 var(--display); }
.process .section h2, .process h2 { color: #fff; }
.process-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; align-items: start; }
.process-intro { position: sticky; top: 30px; }
.process-intro > p:not(.eyebrow) { max-width: 460px; margin: 28px 0 34px; color: #aaa; line-height: 1.8; }
.button-light { background: var(--red); border-color: var(--red); color: #fff; }
.steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid #36537b; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid #36537b; }
.steps > li > span { direction: ltr; color: var(--red); font: 850 10px/1 var(--body); letter-spacing: .14em; padding-top: 5px; }
.steps h3 { margin: 0 0 8px; font: 900 23px/1.05 var(--display); text-transform: uppercase; }
.steps p { margin: 0; color: #a9bdd4; font-size: 12px; line-height: 1.7; }
html[lang="ar"] .steps h3 { font-family: var(--arabic); line-height: 1.35; text-transform: none; }

.catalog-gateway { position: relative; overflow: hidden; background: var(--red); color: #fff; }
.catalog-gateway::after { content: "CATALOG"; direction: ltr; position: absolute; right: -25px; bottom: -45px; color: rgba(255,255,255,.09); font: 900 clamp(110px,18vw,240px)/1 var(--display); letter-spacing: -.06em; pointer-events: none; }
html[dir="rtl"] .catalog-gateway::after { right: auto; left: -25px; }
.catalog-gateway h2 { color: #fff; }
.gateway-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 70px 1.18fr .82fr; gap: clamp(35px,6vw,82px); align-items: start; }
.gateway-index { direction: ltr; font: 850 11px/1 var(--body); letter-spacing: .14em; }
.gateway-copy .eyebrow { color: rgba(255,255,255,.76); }.gateway-copy .eyebrow > span:first-child { color: inherit; }
.gateway-copy > p:not(.eyebrow) { max-width: 620px; margin: 27px 0 32px; font-size: 14px; line-height: 1.8; }
.gateway-copy .button { background: var(--black); border-color: var(--black); }
.gateway-stats { border-top: 1px solid rgba(255,255,255,.46); }
.gateway-stats div { display: grid; grid-template-columns: 70px 1fr; align-items: baseline; gap: 16px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.46); }
.gateway-stats strong { direction: ltr; font: 900 30px/1 var(--display); }.gateway-stats span { font-size: 11px; font-weight: 800; }

.inquiry { background: var(--soft); }
.inquiry-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: stretch; box-shadow: 0 24px 70px rgba(0,32,88,.09); }
.inquiry-intro { position: relative; overflow: hidden; min-height: 620px; padding: 58px; background: var(--black); color: #fff; }
.inquiry-intro::after { content: "VH"; direction: ltr; position: absolute; right: -25px; bottom: -42px; color: rgba(255,255,255,.045); font: 900 210px/.8 var(--display); letter-spacing: -.12em; pointer-events: none; }
html[dir="rtl"] .inquiry-intro::after { right: auto; left: -25px; }
.inquiry-intro h2 { position: relative; z-index: 1; color: #fff; }
.inquiry-intro > p:not(.eyebrow) { position: relative; z-index: 1; max-width: 430px; margin: 27px 0 0; color: #b8c9dc; font-size: 14px; line-height: 1.8; }
.inquiry-points { position: relative; z-index: 1; display: grid; gap: 0; margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid #36537b; }
.inquiry-points li { position: relative; padding: 17px 0 17px 23px; border-bottom: 1px solid #36537b; color: #eef4fa; font-size: 12px; font-weight: 800; }
.inquiry-points li::before { content: ""; position: absolute; left: 0; top: 22px; width: 8px; height: 8px; background: var(--red); }
html[dir="rtl"] .inquiry-points li { padding: 17px 23px 17px 0; }
html[dir="rtl"] .inquiry-points li::before { left: auto; right: 0; }
.inquiry-direct { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 38px; color: #92a9c4; font-size: 10px; }
.inquiry-direct a { padding-bottom: 5px; border-bottom: 1px solid var(--red); color: #fff; font-weight: 850; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 25px 22px; padding: 58px; background: #fff; }
.form-honey { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-field { min-width: 0; display: grid; gap: 9px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { color: var(--ink); font-size: 11px; font-weight: 850; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: 0; background: #fbfcfe; color: var(--ink); font-family: var(--body); font-size: 13px; transition: border-color .2s, box-shadow .2s, background .2s; }
.form-field input { min-height: 58px; padding: 0 17px; }
.form-field textarea { min-height: 135px; padding: 16px 17px; resize: vertical; line-height: 1.6; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #91a0b2; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--red); background: #fff; box-shadow: 0 0 0 3px rgba(240,96,32,.12); }
.form-submit-row { grid-column: 1 / -1; display: flex; align-items: center; gap: 25px; margin-top: 3px; }
.inquiry-submit { flex: 0 0 auto; min-width: 180px; }
.inquiry-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.form-note { max-width: 300px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.6; }
.form-status { grid-column: 1 / -1; min-height: 20px; margin: -7px 0 0; padding: 0; color: var(--muted); font-size: 11px; font-weight: 750; line-height: 1.5; }
.form-status.is-success { color: #147644; }.form-status.is-error { color: #b33725; }
html[lang="ar"] .form-field input, html[lang="ar"] .form-field textarea { font-family: var(--arabic); }

.contact { position: relative; overflow: hidden; background: #001b4a; color: #fff; }
.contact::before { content: "VANHOO"; direction: ltr; position: absolute; right: -25px; bottom: -50px; color: rgba(255,255,255,.025); font: 900 clamp(130px,20vw,280px)/1 var(--display); pointer-events: none; }
html[dir="rtl"] .contact::before { right: auto; left: -25px; }
.contact h2 { color: #fff; }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 460px; margin: 27px 0 0; color: #abc0d8; font-size: 14px; line-height: 1.8; }
.contact-panel { display: grid; grid-template-columns: 1fr 1fr; background: #fff; color: var(--ink); }
.contact-card { position: relative; min-height: 145px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 17px; padding: 26px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s; }
.contact-card:hover:not(.contact-static) { background: #fff0ee; }
.contact-card span { color: var(--muted); font: 850 9px/1 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.contact-card strong { max-width: 100%; font-size: 13px; overflow-wrap: anywhere; }
.contact-card b { direction: ltr; position: absolute; top: 20px; right: 20px; color: var(--red); font-size: 19px; }
html[dir="rtl"] .contact-card b { right: auto; left: 20px; }
html[lang="ar"] .contact-card span { font-family: var(--arabic); letter-spacing: 0; text-transform: none; }

footer { background: #00133d; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.7fr .55fr .55fr; gap: 48px; padding-block: 62px; }
.footer-brand img { width: 126px; background: #fff; padding: 5px 8px; }
.footer-brand p { max-width: 360px; margin: 20px 0 0; color: #91a8c2; font-size: 11px; line-height: 1.7; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-main > div > span { margin-bottom: 7px; color: var(--red); font: 850 9px/1 var(--body); letter-spacing: .13em; text-transform: uppercase; }
.footer-main a { color: #b0c2d7; font-size: 11px; }.footer-main a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid #284772; color: #8199b6; font-size: 9px; }

/* Product catalog */
.products-hero { position: relative; overflow: hidden; background: #fff; color: var(--ink); }
.products-hero::before { content: ""; position: absolute; top: 0; right: 0; width: 38%; height: 100%; background: var(--red); clip-path: polygon(23% 0,100% 0,100% 100%,0 100%); }
html[dir="rtl"] .products-hero::before { right: auto; left: 0; transform: scaleX(-1); }
.products-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(#dce5f0 1px,transparent 1px), linear-gradient(90deg,#dce5f0 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,#000,transparent 72%); opacity: .6; }
html[dir="rtl"] .products-hero-grid { mask-image: linear-gradient(270deg,#000,transparent 72%); }
.products-hero-layout { position: relative; min-height: 535px; display: grid; grid-template-columns: 1.18fr .62fr; gap: 9vw; align-items: center; padding-block: 70px; }
.products-hero-layout > div:first-child > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.back-link { direction: ltr; display: inline-flex; align-items: center; gap: 9px; margin-bottom: 42px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 850; }
html[dir="rtl"] .back-link { direction: rtl; }
.products-hero .eyebrow { color: #555; }
.products-hero-stats { padding: 28px 30px; background: var(--black); color: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.15); }
.products-hero-stats div { display: grid; grid-template-columns: 74px 1fr; align-items: baseline; gap: 16px; padding: 23px 0; border-bottom: 1px solid #36537b; }
.products-hero-stats div:last-child { border-bottom: 0; }
.products-hero-stats strong { direction: ltr; color: var(--red); font: 900 34px/1 var(--display); }
.products-hero-stats span { color: #b0c2d7; font-size: 11px; font-weight: 800; }

.featured { position: relative; overflow: hidden; background: var(--soft); }
.featured::before { content: "VANHOO / 06"; direction: ltr; position: absolute; top: 86px; right: -30px; color: rgba(17,17,17,.035); font: 900 clamp(100px,15vw,210px)/1 var(--display); letter-spacing: -.06em; white-space: nowrap; pointer-events: none; }
html[dir="rtl"] .featured::before { right: auto; left: -30px; }
.featured-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.featured-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: #fff; transition: transform .25s, border-color .25s, box-shadow .25s; }
.featured-card:hover { transform: translateY(-5px); border-color: var(--red); box-shadow: 0 22px 48px rgba(0,0,0,.09); }
.featured-visual { direction: ltr; position: relative; height: 300px; min-height: 300px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-bottom: 1px solid var(--line); background: #fff; }
.featured-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg,transparent 65%,rgba(240,96,32,.11)); pointer-events: none; }
.featured-visual img { display: block; width: 100%; height: 100%; padding: 18px; object-fit: contain; object-position: center; transition: transform .35s; }
.featured-card:hover img { transform: scale(1.035); }
.featured-rank { position: absolute; z-index: 2; top: 14px; right: 14px; min-width: 40px; height: 31px; display: grid; place-items: center; background: var(--black); color: #fff; font: 850 9px/1 var(--body); letter-spacing: .1em; }
.featured-badge { position: absolute; z-index: 2; left: 14px; bottom: 14px; padding: 8px 11px; background: var(--red); color: #fff; font: 850 9px/1.2 var(--body); letter-spacing: .08em; text-transform: uppercase; }
html[lang="ar"] .featured-badge { font-family: var(--arabic); letter-spacing: 0; text-transform: none; }
.featured-copy { min-width: 0; min-height: 326px; display: flex; flex: 1; flex-direction: column; padding: 23px; }
.product-type { margin: 0 0 10px; color: var(--red); font: 850 9px/1.2 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.featured-copy h3 { margin: 0; font: 900 23px/1.05 var(--display); text-transform: uppercase; }
html[lang="ar"] .product-type, html[lang="ar"] .featured-copy h3 { font-family: var(--arabic); letter-spacing: 0; text-transform: none; }
html[lang="ar"] .featured-copy h3 { line-height: 1.35; }
.product-fit { min-height: 43px; margin: 15px 0 19px; color: var(--muted); font-size: 11px; line-height: 1.65; text-align: start; }
.product-reference { unicode-bidi: isolate; display: grid; gap: 5px; margin-top: auto; padding: 12px 13px; border-inline-start: 3px solid var(--red); background: var(--soft); text-align: left; overflow-wrap: anywhere; }
.product-reference span { color: var(--muted); font: 800 8px/1 var(--body); letter-spacing: .12em; text-transform: uppercase; }.product-reference strong { font: 850 10px/1.45 var(--body); }
.featured-contact { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 17px; padding: 13px 0 4px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 850; }
.featured-contact b { direction: ltr; color: var(--red); font-size: 17px; }

.catalog { background: #fff; }
.catalog-meta { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 17px 20px; border: 1px solid var(--line); background: var(--soft); }
.catalog-meta p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }.catalog-meta strong { flex: 0 0 auto; color: var(--red); font: 850 10px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; }
.catalog-list { display: grid; gap: 20px; margin-top: 26px; }
.catalog-group { border: 1px solid var(--line); background: #fff; }
.catalog-group-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 20px; background: var(--black); color: #fff; }
.catalog-group-head h3 { margin: 0; font: 900 18px/1.2 var(--display); letter-spacing: .01em; text-transform: uppercase; }
.catalog-group-head span { min-width: 32px; height: 28px; display: grid; place-items: center; background: var(--red); color: #fff; font: 850 10px/1 var(--body); }
html[lang="ar"] .catalog-group-head h3 { font-family: var(--arabic); text-transform: none; }
.catalog-columns, .catalog-row { display: grid; grid-template-columns: minmax(155px,.72fr) 1fr 1.35fr 64px; align-items: center; }
.catalog-columns { min-height: 43px; padding-inline: 18px; background: #0b3268; color: #ffb17d; font: 800 9px/1 var(--body); letter-spacing: .09em; text-transform: uppercase; }
.catalog-columns > span { padding-inline: 12px; }
html[lang="ar"] .catalog-columns { font-family: var(--arabic); letter-spacing: 0; text-transform: none; }
.catalog-row { min-height: 67px; padding-inline: 18px; border-top: 1px solid #e5e5e0; transition: background .2s; }
.catalog-row:nth-of-type(even) { background: #fafaf8; }.catalog-row:hover { background: #fff0ee; }
.catalog-part { min-width: 0; display: flex; align-items: center; gap: 7px; padding: 13px 12px; overflow-wrap: anywhere; }.catalog-part span { color: var(--red); font-size: 13px; }.catalog-part strong { font: 850 11px/1.45 var(--body); }
.catalog-product { min-width: 0; padding: 13px 12px; font-size: 12px; font-weight: 800; }.catalog-application { min-width: 0; padding: 13px 12px; color: var(--muted); font-size: 11px; line-height: 1.55; text-align: start; }
.catalog-contact { direction: ltr; justify-self: end; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--red); font-size: 17px; }.catalog-contact:hover { background: var(--red); border-color: var(--red); color: #fff; }

.reveal { animation: rise .65s cubic-bezier(.2,.7,.2,1) both; }.reveal-late { animation-delay: .13s; }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .desktop-nav, .nav-actions > .button-small { display: none; }.menu-toggle { display: block; }
  .hero::before { background: linear-gradient(180deg,transparent 0 52%,#f7f7f4 52%); }
  .hero-grid { mask-image: linear-gradient(180deg,transparent 0 50%,#000 50%); }
  .hero-layout { grid-template-columns: 1fr; gap: 55px; padding-block: 72px; }.service-route { min-height: 475px; }
  .market-band-layout { grid-template-columns: 1fr; gap: 25px; }.market-list { border-top: 1px solid #36537b; border-inline-start: 0; padding-top: 20px; }
  .section-head { grid-template-columns: 1fr; gap: 24px; }
  .company-layout { grid-template-columns: 165px 1fr; }.company-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); }.company-facts div { padding-inline: 15px; border-inline-end: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }.service-main { grid-column: span 2; grid-row: auto; }
  .process-layout, .contact-layout { grid-template-columns: 1fr; gap: 60px; }.process-intro { position: static; }
  .inquiry-layout { grid-template-columns: 1fr; }.inquiry-intro { min-height: auto; }.inquiry-form { padding: 48px; }
  .gateway-layout { grid-template-columns: 55px 1fr; }.gateway-stats { grid-column: 2; }
  .products-hero::before { width: 50%; height: 46%; top: auto; bottom: 0; clip-path: polygon(22% 0,100% 0,100% 100%,0 100%); }
  .products-hero-layout { grid-template-columns: 1fr; gap: 50px; }.products-hero-stats { width: min(520px,90%); justify-self: end; }
  .featured-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .catalog-columns, .catalog-row { grid-template-columns: minmax(135px,.72fr) 1fr 1.2fr 50px; }
  .footer-main { grid-template-columns: 1.5fr .6fr .6fr; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .signal-status { display: none; }.nav-wrap { min-height: 68px; }.brand img { width: 100px; }.brand span { display: none; }
  .lang-toggle { height: 39px; padding-inline: 10px; }.menu-toggle { width: 39px; height: 39px; }
  .hero-layout { min-height: auto; padding-block: 58px 65px; gap: 40px; }.hero h1, .products-hero h1 { font-size: 52px; } html[lang="ar"] .hero h1, html[lang="ar"] .products-hero h1 { font-size: 40px; }
  .hero-lead { font-size: 14px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }.hero-actions .button { width: 100%; }.text-link { align-self: flex-start; }
  .hero-proof { gap: 7px; }.hero-proof div { padding-right: 8px; }.hero-proof strong { font-size: 11px; }.hero-proof span { font-size: 8px; }
  .service-route { min-height: 430px; clip-path: polygon(10% 0,100% 0,100% 90%,78% 100%,0 100%,0 14%); }.route-node { width: 98px; min-height: 94px; padding: 12px; }.route-one { left: 4%; }.route-two { left: 34%; top: 11%; }.route-three { right: 30%; top: 55%; }.route-four { right: 3%; }.route-node strong { font-size: 14px; }.service-route > p { left: 20px; right: auto; align-items: flex-start; }
  .market-band { padding-block: 34px; }.market-list { grid-template-columns: 1fr 1fr; }.market-list div { min-height: 70px; padding: 13px 12px; border-bottom: 1px solid #36537b; }.market-list strong { font-size: 16px; }
  .section { padding-block: 82px; }.section h2 { font-size: 44px; }
  .company-layout { grid-template-columns: 1fr; gap: 34px; }.company-mark { width: 112px; height: 112px; font-size: 39px; }.company-facts { grid-column: auto; grid-template-columns: 1fr; }.company-facts div { padding-inline: 0; border-inline-end: 0; }
  .service-grid { grid-template-columns: 1fr; }.service-main { grid-column: auto; }.warehouse-graphic { min-height: 255px; padding: 55px 22px 24px; }.service-card { min-height: 220px; }
  .process-layout { gap: 48px; }.steps li { grid-template-columns: 45px 1fr; gap: 12px; padding: 24px 0; }.steps h3 { font-size: 20px; }
  .gateway-layout { grid-template-columns: 1fr; gap: 28px; }.gateway-stats { grid-column: auto; }.gateway-copy .button { width: 100%; }.gateway-index { display: none; }
  .inquiry-intro { padding: 40px 27px; }.inquiry-form { grid-template-columns: 1fr; padding: 34px 22px; }.form-field-wide, .form-submit-row, .form-status { grid-column: auto; }.form-submit-row { align-items: stretch; flex-direction: column; }.inquiry-submit { width: 100%; }.form-note { max-width: none; }.inquiry-direct { align-items: flex-start; flex-direction: column; gap: 12px; }
  .contact-panel { grid-template-columns: 1fr; }.contact-card { min-height: 124px; border-inline-end: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
  .products-hero::before { width: 72%; height: 40%; }.products-hero-layout { min-height: auto; padding-block: 52px 60px; gap: 40px; }.back-link { margin-bottom: 36px; }.products-hero-layout > div:first-child > p:not(.eyebrow) { font-size: 14px; }.products-hero-stats { width: 92%; padding: 18px 20px; }
  .products-hero-stats div { grid-template-columns: 68px 1fr; padding: 17px 0; }.products-hero-stats strong { font-size: 27px; }
  .featured-grid { grid-template-columns: 1fr; }.featured-visual { height: 275px; min-height: 275px; }.featured-copy { min-height: 0; }
  .catalog-meta { align-items: flex-start; flex-direction: column; gap: 10px; }.catalog-columns { display: none; }.catalog-group { border: 0; background: transparent; }.catalog-group-head { padding: 15px 16px; }.catalog-group-head h3 { font-size: 14px; }
  .catalog-row { grid-template-columns: 1fr 42px; gap: 3px 10px; min-height: 0; margin-top: 8px; padding: 16px; border: 1px solid var(--line); background: #fff !important; }.catalog-part { grid-column: 1; padding: 0; }.catalog-contact { grid-column: 2; grid-row: 1; }.catalog-product { grid-column: 1 / -1; padding: 9px 0 0; font-size: 13px; }.catalog-application { grid-column: 1 / -1; padding: 5px 0 0; }
}
