@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');:root{--ink:#082f5f;--green:#0e66bd;--mint:#d9ecff;--cream:#eef6ff;--paper:#ffffff;--orange:#1976d2;--line:#d7e5f3;--muted:#64778a;font-family:'DM Sans',sans-serif;color:#16324f;background:var(--paper);font-synthesis:none;}*{box-sizing:border-box;}html{scroll-behavior:smooth;}body{margin:0;min-width:320px;background:var(--paper);}body,button,input,select,textarea{font:inherit;}a{color:inherit;text-decoration:none;}img{display:block;width:100%;}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}.site-header{height:84px;max-width:1440px;margin:auto;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20;}.brand{display:flex;align-items:center;gap:12px;}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:white;font-family:Manrope,sans-serif;font-size:13px;font-weight:700;letter-spacing:.06em;}.brand strong,.brand small{display:block;}.brand strong{font-family:Manrope,sans-serif;font-size:14px;}.brand small{margin-top:2px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.09em;}nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:600;}nav>a:not(.nav-cta){position:relative;}nav>a:not(.nav-cta)::after{content:'';position:absolute;left:0;right:100%;bottom:-6px;height:2px;background:var(--orange);transition:.25s;}nav>a:hover::after{right:0;}.nav-cta{padding:12px 18px;display:flex;gap:10px;align-items:center;color:white;background:var(--ink);border-radius:4px;}.nav-cta svg{width:16px;}.menu-toggle{display:none;border:0;background:none;color:var(--ink);padding:8px;}.hero{min-height:calc(100vh - 84px);max-width:1440px;margin:auto;padding:6vh 5vw 9vh;display:grid;grid-template-columns:1.03fr .97fr;gap:7vw;align-items:center;overflow:hidden;}.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 22px;color:var(--green);font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;}.eyebrow>span{width:28px;height:2px;background:var(--orange);}.eyebrow.light{color:var(--mint);}h1,h2,h3,p{margin-top:0;}h1,h2{font-family:Manrope,sans-serif;color:var(--ink);letter-spacing:-.045em;}h1{margin-bottom:28px;font-size:clamp(50px,6.2vw,94px);font-weight:500;line-height:.96;}h1 em{color:var(--green);font-style:normal;}.hero-lead{max-width:590px;margin-bottom:36px;color:#52635f;font-size:clamp(17px,1.4vw,21px);line-height:1.7;}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;}.button{min-height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;border-radius:3px;font-weight:700;cursor:pointer;transition:transform .2s,background .2s;}.button:hover{transform:translateY(-2px);}.button.primary{background:var(--orange);color:white;}.button.secondary{border-color:#bec9c5;background:transparent;}.button.white{background:white;color:var(--ink);}.button svg{width:18px;}.hero-proof{margin-top:55px;display:flex;gap:45px;}.hero-proof strong,.hero-proof span{display:block;}.hero-proof strong{font-family:Manrope,sans-serif;color:var(--ink);font-size:25px;}.hero-proof span{margin-top:2px;color:var(--muted);font-size:12px;}.hero-visual{min-height:600px;position:relative;}.hero-image{height:100%;min-height:600px;overflow:hidden;background:#d8d9d2;clip-path:polygon(10% 0,100% 0,100% 90%,90% 100%,0 100%,0 10%);}.hero-image img{height:100%;object-fit:cover;filter:saturate(.75) contrast(1.02);}.floating-card{position:absolute;left:-55px;bottom:60px;padding:18px 22px;display:flex;align-items:center;gap:14px;background:white;box-shadow:0 18px 60px #102a2630;}.floating-card>svg{width:30px;height:30px;color:var(--orange);}.floating-card strong,.floating-card span{display:block;}.floating-card strong{font-size:14px;}.floating-card span{margin-top:4px;color:var(--muted);font-size:12px;}.visual-label{position:absolute;right:-33px;top:50%;transform:rotate(90deg);color:var(--green);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;}.trust-strip{padding:25px 6vw;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;color:white;background:var(--ink);}.trust-strip>div{display:flex;justify-content:center;align-items:center;gap:15px;border-right:1px solid #ffffff25;}.trust-strip>div:last-child{border:0;}.trust-strip svg{width:27px;height:27px;color:var(--mint);}.trust-strip strong,.trust-strip small{display:block;}.trust-strip strong{font-size:14px;}.trust-strip small{margin-top:3px;color:#aec2bc;font-size:11px;}.section{padding:110px max(5vw,calc((100vw - 1300px)/2));}.section-heading{max-width:780px;}.section-heading h2{font-size:clamp(38px,5vw,65px);font-weight:500;line-height:1.08;}.about-grid{margin-top:60px;display:grid;grid-template-columns:1fr 1fr;gap:10vw;}.about-story{padding-left:10%;}.about-story p{color:var(--muted);line-height:1.8;}.about-story .large-copy{color:#2c403c;font-size:20px;line-height:1.6;}.text-link{margin-top:20px;display:inline-flex;align-items:center;gap:10px;color:var(--green);font-weight:700;}.text-link svg{width:17px;}.value-list article{padding:24px 0;display:grid;grid-template-columns:55px 1fr;border-top:1px solid var(--line);}.value-list article:last-child{border-bottom:1px solid var(--line);}.value-list article>span{color:var(--orange);font-size:12px;font-weight:700;}.value-list h3{margin-bottom:8px;font-family:Manrope,sans-serif;font-size:20px;}.value-list p{margin:0;color:var(--muted);line-height:1.6;}.catalog{color:white;background:var(--ink);}.catalog h2{color:white;}.catalog-heading{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:60px;}.catalog-heading>p{max-width:430px;color:#aebfba;line-height:1.7;}.filters{margin:35px 0 40px;display:flex;gap:8px;overflow-x:auto;}.filter{padding:10px 16px;border:1px solid #ffffff33;border-radius:100px;color:#bdccc8;background:transparent;cursor:pointer;white-space:nowrap;}.filter.active,.filter:hover{border-color:var(--orange);color:white;background:var(--orange);}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}.product-card{overflow:hidden;color:var(--ink);background:#fff;animation:cardIn .45s both;animation-delay:var(--delay);}.product-image{height:210px;overflow:hidden;background:#d9dedb;}.product-image img{height:100%;object-fit:cover;transition:transform .45s;}.product-card:hover img{transform:scale(1.045);}.product-body{padding:23px;}.product-body>span{color:var(--orange);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;}.product-body h3{margin:8px 0 10px;font-family:Manrope,sans-serif;font-size:19px;}.product-body p{min-height:72px;color:var(--muted);font-size:13px;line-height:1.6;}.product-body a{display:flex;align-items:center;gap:8px;color:var(--green);font-size:13px;font-weight:700;}.product-body svg{width:15px;}.process{background:var(--cream);}.process-grid{margin-top:65px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#cad2cd;}.process-grid article{padding:45px;background:var(--cream);}.process-grid b{color:var(--orange);font-size:13px;}.process-grid h3{margin:65px 0 15px;font-family:Manrope,sans-serif;font-size:23px;}.process-grid p{color:var(--muted);line-height:1.7;}.cta-band{padding:70px max(5vw,calc((100vw - 1300px)/2));display:flex;align-items:center;justify-content:space-between;gap:40px;color:white;background:var(--green);}.cta-band h2{margin:0;color:white;font-size:clamp(35px,4vw,58px);font-weight:500;}.contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:9vw;}.contact-info h2{font-size:clamp(40px,5vw,65px);font-weight:500;}.contact-info>p:not(.eyebrow){color:var(--muted);line-height:1.75;}.contact-methods{margin-top:38px;display:grid;grid-template-columns:1fr 1fr;gap:22px;}.contact-methods>a,.contact-methods>div{display:flex;align-items:center;gap:13px;}.contact-methods svg{width:22px;color:var(--orange);}.contact-methods small,.contact-methods strong{display:block;}.contact-methods small{color:var(--muted);font-size:11px;}.contact-methods strong{margin-top:3px;font-size:13px;}.inquiry-form{padding:42px;background:#fff;box-shadow:0 25px 70px #183a3112;}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;}.inquiry-form label{display:block;margin-bottom:22px;color:#394a46;font-size:12px;font-weight:700;}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;margin-top:8px;padding:14px 0;border:0;border-bottom:1px solid #bfc8c5;border-radius:0;outline:0;color:var(--ink);background:transparent;font-size:14px;}.inquiry-form textarea{resize:vertical;}.inquiry-form:focus{border-color:var(--orange);}.form-note{margin:13px 0 0;color:var(--muted);font-size:11px;}footer{padding:60px max(5vw,calc((100vw - 1300px)/2)) 25px;color:white;background:#091d1a;}.footer-top{padding-bottom:45px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff1b;}.footer-brand .brand-mark{color:var(--ink);background:var(--mint);}.footer-brand small,.footer-top p{color:#91aaa4;}.footer-bottom{padding-top:24px;display:flex;justify-content:space-between;color:#78908a;font-size:11px;}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s;}.reveal.visible{opacity:1;transform:none;}@keyframes cardIn{from{opacity:0;transform:translateY(15px)}}@media (max-width:1050px){.product-grid{grid-template-columns:repeat(3,1fr);}.hero{gap:4vw;}.hero-visual,.hero-image{min-height:500px;}.contact{gap:5vw;}}@media (max-width:800px){.site-header{height:72px;}.menu-toggle{display:block;}.site-header nav{position:absolute;left:0;right:0;top:72px;padding:25px 5vw;display:none;align-items:stretch;flex-direction:column;gap:20px;background:var(--paper);box-shadow:0 15px 25px #102a2615;}.site-header nav.open{display:flex;}.nav-cta{justify-content:center;}.hero{min-height:auto;padding-top:50px;grid-template-columns:1fr;}.hero-visual{min-height:430px;margin:20px 20px 0;}.hero-image{min-height:430px;}.floating-card{left:-20px;bottom:30px;}.visual-label{display:none;}.trust-strip{grid-template-columns:1fr;}.trust-strip>div{padding:10px;justify-content:start;border-right:0;border-bottom:1px solid #ffffff20;}.section{padding-top:80px;padding-bottom:80px;}.about-grid,.contact{grid-template-columns:1fr;gap:50px;}.about-story{padding-left:0;}.catalog-heading{display:block;}.product-grid{grid-template-columns:repeat(2,1fr);}.process-grid{grid-template-columns:1fr;}.process-grid h3{margin-top:30px;}.cta-band{align-items:start;flex-direction:column;}}@media (max-width:520px){.brand strong{font-size:12px;}.brand small{font-size:9px;}.brand-mark{width:39px;height:39px;}h1{font-size:49px;}.hero{padding-inline:20px;}.hero-proof{gap:25px;}.hero-proof strong{font-size:21px;}.hero-visual{margin-inline:0;}.floating-card{left:10px;}.product-grid{grid-template-columns:1fr;}.product-image{height:240px;}.contact-methods,.field-row{grid-template-columns:1fr;}.inquiry-form{padding:26px 20px;}.footer-top,.footer-bottom{align-items:start;flex-direction:column;gap:20px;}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}.reveal{opacity:1;transform:none;transition:none;}*{animation:none!important;}}.site-header{width:100%;max-width:none;margin:0;padding-inline:clamp(24px,4vw,80px);color:white;background:var(--ink);}.site-header .brand-mark{color:var(--ink);background:var(--mint);}.site-header .brand small{color:#91aaa4;}.site-header .nav-cta{color:var(--ink);background:var(--mint);}.menu-toggle{color:white;}.hero{width:100%;max-width:none;min-height:calc(100svh - 84px);margin:0;padding:clamp(64px,8vh,110px) clamp(24px,4vw,80px) clamp(45px,6vh,80px);grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:clamp(40px,6vw,120px);position:relative;color:white;background:var(--ink);isolation:isolate;}.hero-grid{position:absolute;inset:0;z-index:-1;opacity:.08;background-image:linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);background-size:80px 80px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 72%);mask-image:linear-gradient(90deg,#000,transparent 72%);}.hero h1{margin-bottom:32px;color:white;font-size:clamp(64px,7.4vw,148px);line-height:.88;letter-spacing:-.065em;}.hero h1 em{color:var(--mint);}.hero-eyebrow{color:#a9c9c0;}.hero-lead{max-width:730px;margin-bottom:38px;color:#b9cbc6;font-size:clamp(17px,1.25vw,24px);line-height:1.65;}.button{min-height:56px;padding-inline:26px;}.button.hero-secondary{border-color:#ffffff48;color:white;background:#ffffff08;}.button.hero-secondary:hover{background:#ffffff15;}.hero-proof{margin-top:58px;gap:clamp(25px,4vw,70px);}.hero-proof strong{color:white;font-size:clamp(22px,2vw,34px);}.hero-proof span{margin-top:4px;color:#8da69f;font-size:11px;}.hero-visual{min-height:min(72vh,780px);height:100%;}.hero-image{height:100%;min-height:560px;background:#253a35;clip-path:polygon(8% 0,100% 0,100% 91%,92% 100%,0 100%,0 8%);}.hero-image img{height:100%;object-fit:cover;filter:saturate(.65) contrast(1.12);transform:scale(1.03);}.image-shade{position:absolute;inset:0;clip-path:polygon(8% 0,100% 0,100% 91%,92% 100%,0 100%,0 8%);background:linear-gradient(145deg,#0d29201c 25%,#071c18cc 100%);}.floating-card{left:-42px;bottom:55px;padding:18px 22px;color:var(--ink);box-shadow:0 25px 70px #0005;}.floating-card small,.floating-card strong{display:block;}.floating-card small{margin-bottom:4px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.12em;}.floating-card strong{font-size:13px;}.pulse{width:10px;height:10px;flex:none;border-radius:50%;background:#29a77b;box-shadow:0 0 0 6px #29a77b1e;animation:pulse 2s infinite;}.market-card{position:absolute;right:22px;top:22px;padding:13px 16px;display:flex;align-items:center;gap:10px;color:white;background:#0b241fd9;backdrop-filter:blur(8px);font-size:12px;}.market-card svg{color:var(--mint);}.market-card b{margin:0 7px;color:var(--orange);}.visual-label{right:-62px;top:auto;bottom:48%;color:#c7dbd5;font-size:10px;}.trade-ticker{width:100%;overflow:hidden;color:var(--ink);background:var(--mint);}.ticker-track{width:max-content;padding:17px 0;display:flex;animation:ticker 32s linear infinite;}.ticker-track span{display:flex;align-items:center;gap:34px;margin-right:34px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;}.ticker-track b{color:var(--orange);}.section,.cta-band,footer{padding-left:clamp(24px,4vw,80px);padding-right:clamp(24px,4vw,80px);}.section-heading{max-width:min(62vw,1050px);}.catalog-heading{max-width:none;}.about-grid{gap:clamp(50px,10vw,190px);}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.3vw,28px);}.contact{gap:clamp(55px,10vw,190px);}@keyframes ticker{to{transform:translateX(-50%);}}@keyframes pulse{50%{box-shadow:0 0 0 11px #29a77b00;}}@media (min-width:1700px){.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));}.product-image{height:260px;}.product-body h3{font-size:22px;}.product-body p{font-size:14px;}.section{padding-top:140px;padding-bottom:140px;}}@media (max-width:1050px){.hero{grid-template-columns:1fr .8fr;gap:40px;}.hero h1{font-size:clamp(60px,8vw,90px);}}@media (max-width:800px){.site-header nav{color:var(--ink);background:var(--paper);}.site-header nav .nav-cta{color:var(--ink);}.hero{min-height:auto;padding-top:55px;grid-template-columns:1fr;}.hero h1{font-size:clamp(54px,14.5vw,82px);}.hero-visual{min-height:470px;margin:30px 0 0;}.hero-image{min-height:470px;}.floating-card{left:14px;bottom:22px;}.market-card{right:14px;top:14px;}.section-heading{max-width:none;}}@media (max-width:520px){.hero{padding-inline:20px;}.hero h1{font-size:53px;}.hero-actions{align-items:stretch;flex-direction:column;}.hero-actions .button{width:100%;}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}.hero-proof strong{font-size:20px;}.market-card{display:none;}.visual-label{display:none;}}.site-header{position:absolute;top:0;left:0;right:0;z-index:50;background:transparent;border-bottom:1px solid #ffffff1a;}.cinematic-hero{min-height:100svh;display:block;padding:0;overflow:hidden;position:relative;background:radial-gradient(circle at 72% 45%,#17483c 0,#0c2924 30%,#061a17 73%);}#trade-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:1;}.hero-glow{position:absolute;width:50vw;height:50vw;right:-12vw;top:-18vw;z-index:0;border-radius:50%;background:#e76f3c18;filter:blur(80px);}.hero-scene{--scene-x:0px;--scene-y:0px;position:absolute;top:clamp(150px,18vh,205px);right:clamp(90px,8vw,155px);z-index:4;width:clamp(390px,35vw,610px);height:clamp(320px,43vh,470px);padding:22px;border:1px solid #c8e7de28;color:white;background:linear-gradient(145deg,#123b33c9,#071d19db);box-shadow:0 35px 90px #0005;backdrop-filter:blur(10px);transform:translate(var(--scene-x),var(--scene-y));transition:opacity .26s,transform .18s ease-out;}.hero-scene.changing{opacity:0;transform:translate(var(--scene-x),calc(var(--scene-y) + 14px));}.hero-scene::before{content:'';position:absolute;inset:8px;border:1px solid #ffffff0c;pointer-events:none;}.scene-heading{display:flex;justify-content:space-between;color:#a9c4bd;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;}.scene-heading b{color:var(--mint);}.route-map,.network-map,.product-orbit{height:calc(100% - 82px);position:relative;}.route-map svg,.network-map svg{position:absolute;inset:8% 0 0;width:100%;height:76%;overflow:visible;}.route-line,.network-map path{fill:none;stroke:#b9dfd32d;stroke-width:1.5;stroke-dasharray:5 7;}.route-progress{fill:none;stroke:var(--orange);stroke-width:2;stroke-linecap:round;stroke-dasharray:260 1000;filter:drop-shadow(0 0 5px #e76f3c);animation:routeProgress 4.5s ease-in-out infinite alternate;}.port{position:absolute;z-index:2;display:grid;grid-template-columns:12px auto;column-gap:8px;}.port i{width:9px;height:9px;margin-top:4px;border:2px solid var(--mint);border-radius:50%;box-shadow:0 0 0 6px #b9dfd315;}.port b,.port small{grid-column:2;}.port b{font-size:13px;}.port small{margin-top:3px;color:#88a69e;font-size:9px;letter-spacing:.08em;text-transform:uppercase;}.port-origin{left:2%;bottom:6%;}.port-destination{right:1%;top:27%;}.cargo-ship{position:absolute;z-index:3;left:47%;top:39%;width:54px;height:23px;animation:shipFloat 2.4s ease-in-out infinite;}.cargo-ship b{position:absolute;left:2px;right:0;bottom:0;height:8px;background:var(--orange);clip-path:polygon(0 0,100% 0,82% 100%,15% 100%);}.cargo-ship i{width:12px;height:10px;position:relative;top:4px;display:inline-block;background:#d5e8e2;border-right:1px solid #153c33;}.scene-stats{height:52px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ffffff20;}.scene-stats span{padding:13px 10px 0;border-right:1px solid #ffffff17;}.scene-stats span:last-child{border:0;}.scene-stats small,.scene-stats b{display:block;}.scene-stats small{color:#7f9e96;font-size:8px;letter-spacing:.1em;text-transform:uppercase;}.scene-stats b{margin-top:5px;font-size:11px;}.scene-stats .status-ok{color:#79dbb6;}.product-orbit{min-height:230px;}.orbit-core{width:126px;height:126px;position:absolute;left:50%;top:49%;z-index:3;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid #b9dfd380;border-radius:50%;background:#0c2e28;box-shadow:0 0 50px #6dd4b229;transform:translate(-50%,-50%);}.orbit-core small,.orbit-core em{color:#87a69e;font-size:8px;font-style:normal;text-transform:uppercase;}.orbit-core b{margin:5px;color:var(--mint);font-size:19px;}.orbit-ring{position:absolute;left:50%;top:49%;border:1px solid #b9dfd323;border-radius:50%;transform:translate(-50%,-50%);}.ring-one{width:240px;height:160px;}.ring-two{width:380px;height:230px;}.orbit-item{position:absolute;z-index:2;padding:8px 11px;border-left:2px solid var(--orange);background:#102f29e8;font-size:10px;animation:itemFloat 3s ease-in-out infinite;}.orbit-item small{display:block;margin-top:3px;color:#7f9e96;font-size:8px;}.item-metal{left:3%;top:20%;}.item-machine{right:2%;top:17%;animation-delay:-1s;}.item-grain{left:8%;bottom:12%;animation-delay:-2s;}.item-auto{right:6%;bottom:10%;animation-delay:-.5s;}.network-map svg{inset:0;height:100%;}.network-map path{stroke-dasharray:4 5;animation:dashFlow 12s linear infinite;}.network-hub{width:84px;height:84px;position:absolute;left:50%;top:50%;z-index:3;display:grid;place-content:center;text-align:center;border:1px solid var(--orange);border-radius:50%;background:#123c33;box-shadow:0 0 0 12px #e76f3c0b,0 0 45px #0005;transform:translate(-50%,-50%);}.network-hub b{color:white;font-size:20px;}.network-hub small{color:#8cad9f;font-size:8px;}.network-node{position:absolute;z-index:2;display:grid;grid-template-columns:8px auto;gap:2px 7px;animation:itemFloat 3.2s ease-in-out infinite;}.network-node i{width:7px;height:7px;margin-top:3px;border-radius:50%;background:var(--mint);box-shadow:0 0 9px var(--mint);}.network-node b,.network-node small{grid-column:2;}.network-node b{font-size:11px;}.network-node small{color:#76978e;font-size:8px;text-transform:uppercase;}.node-pk{left:3%;top:13%;}.node-uae{right:3%;top:13%;animation-delay:-.8s;}.node-jp{left:6%;bottom:8%;animation-delay:-1.6s;}.node-global{right:3%;bottom:9%;animation-delay:-2.4s;}@keyframes routeProgress{to{stroke-dasharray:510 1000;}}@keyframes shipFloat{50%{transform:translateY(-7px) rotate(-2deg);}}@keyframes itemFloat{50%{transform:translateY(-6px);}}@keyframes dashFlow{to{stroke-dashoffset:-100;}}.hero-scene{--focus-accent:#e76f3c;top:clamp(142px,17vh,190px);width:clamp(430px,38vw,680px);height:clamp(350px,48vh,520px);padding:18px;overflow:hidden;}.hero-scene.visual-alloy{--focus-accent:#c6e3dc;}.hero-scene.visual-bales{--focus-accent:#70c9c0;}.hero-scene.visual-cable{--focus-accent:#efad55;}.hero-scene.visual-vehicle{--focus-accent:#f1794f;}.hero-scene.visual-machine{--focus-accent:#f0bd4f;}.hero-scene.visual-compressor{--focus-accent:#9faeb0;}.hero-scene.visual-battery{--focus-accent:#8ad3a5;}.hero-scene.visual-grain{--focus-accent:#e3ca72;}.hero-scene.visual-energy{--focus-accent:#f19b43;}.hero-scene.visual-polymer{--focus-accent:#70cdd9;}.hero-scene.visual-furniture{--focus-accent:#c99360;}.hero-scene.visual-leather{--focus-accent:#cf8067;}.hero-scene.visual-textile{--focus-accent:#e46d79;}.product-focus{height:calc(100% - 76px);position:relative;margin-top:8px;}.focus-image{position:absolute;inset:15px 42px 18px;overflow:hidden;background:#183c34;clip-path:polygon(7% 0,100% 0,100% 88%,91% 100%,0 100%,0 9%);}.focus-image::after{content:'';position:absolute;inset:0;background:linear-gradient(125deg,transparent 45%,#061d19a6 100%),linear-gradient(0deg,#071d1975,transparent 55%);}.focus-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.76) contrast(1.08);transform:scale(1.03);transition:transform 6s ease;}.hero-scene:hover .focus-image img{transform:scale(1.1) translate(calc(var(--scene-x) * -.18),calc(var(--scene-y) * -.18));}.image-scan{width:100%;height:1px;position:absolute;left:0;top:15%;z-index:2;background:linear-gradient(90deg,transparent,var(--focus-accent),transparent);box-shadow:0 0 12px var(--focus-accent);opacity:.75;animation:imageScan 4.2s ease-in-out infinite;}.focus-reticle{width:90px;height:90px;position:absolute;left:50%;top:49%;z-index:3;border:1px solid color-mix(in srgb,var(--focus-accent) 55%,transparent);border-radius:50%;transform:translate(-50%,-50%);animation:reticleTurn 13s linear infinite;}.focus-reticle::after{content:'';position:absolute;inset:14px;border:1px dashed #ffffff55;border-radius:inherit;}.focus-reticle i{width:14px;height:14px;position:absolute;border-color:var(--focus-accent);border-style:solid;}.focus-reticle i:nth-child(1){left:-4px;top:-4px;border-width:1px 0 0 1px;}.focus-reticle i:nth-child(2){right:-4px;top:-4px;border-width:1px 1px 0 0;}.focus-reticle i:nth-child(3){left:-4px;bottom:-4px;border-width:0 0 1px 1px;}.focus-reticle i:nth-child(4){right:-4px;bottom:-4px;border-width:0 1px 1px 0;}.focus-pulse{position:absolute;left:50%;top:49%;z-index:2;}.focus-pulse i{width:34px;height:34px;position:absolute;border:1px solid var(--focus-accent);border-radius:50%;transform:translate(-50%,-50%);animation:focusPulse 2.8s ease-out infinite;}.focus-pulse i:nth-child(2){animation-delay:.9s;}.focus-pulse i:nth-child(3){animation-delay:1.8s;}.focus-detail{min-width:122px;position:absolute;z-index:4;padding:10px 12px;border-left:2px solid var(--focus-accent);background:#071d19df;box-shadow:0 10px 30px #0004;backdrop-filter:blur(7px);animation:detailFloat 3.5s ease-in-out infinite;}.focus-detail small,.focus-detail b{display:block;}.focus-detail small{color:#83a29a;font-size:7px;letter-spacing:.11em;text-transform:uppercase;}.focus-detail b{margin-top:4px;color:white;font-size:10px;white-space:nowrap;}.detail-1{left:2px;top:10%;}.detail-2{right:0;top:42%;animation-delay:-1.1s;}.detail-3{left:5%;bottom:2%;animation-delay:-2.2s;}.focus-index{position:absolute;right:2%;bottom:3%;z-index:4;color:#d5e7e250;font-size:8px;font-weight:700;letter-spacing:.18em;writing-mode:vertical-rl;}.visual-alloy .focus-image{clip-path:polygon(0 7%,91% 0,100% 10%,100% 100%,8% 100%,0 91%);}.visual-alloy .focus-image img{filter:saturate(.2) contrast(1.2) brightness(1.1);}.visual-bales .focus-reticle,.visual-polymer .focus-reticle{border-radius:8px;}.visual-bales .focus-image,.visual-polymer .focus-image{clip-path:polygon(8% 0,100% 0,100% 100%,0 100%,0 10%);}.visual-cable .focus-reticle{width:118px;height:118px;border-style:dashed;}.visual-cable .focus-pulse{left:58%;top:42%;}.visual-vehicle .focus-reticle{width:160px;height:62px;border-radius:6px;}.visual-vehicle .focus-pulse{left:72%;top:65%;}.visual-machine .focus-reticle{width:118px;height:98px;border-radius:4px;}.visual-machine .image-scan{animation-duration:2.6s;}.visual-compressor .focus-reticle{width:110px;height:110px;}.visual-compressor .focus-image img{filter:saturate(.35) contrast(1.18);}.visual-battery .focus-reticle{width:92px;height:125px;border-radius:5px;}.visual-battery .focus-pulse{left:43%;top:55%;}.visual-grain .focus-reticle{width:130px;height:80px;border-radius:50%;}.visual-grain .focus-image img{filter:saturate(.9) sepia(.12);}.visual-energy .focus-reticle{border-radius:50% 50% 50% 8%;transform:translate(-50%,-50%) rotate(45deg);}.visual-energy .focus-image img{filter:saturate(.9) contrast(1.15);}.visual-furniture .focus-reticle{width:150px;height:105px;border-radius:2px;}.visual-furniture .focus-image img{filter:saturate(.7) sepia(.16);}.visual-leather .focus-reticle{width:105px;height:130px;border-radius:45% 55% 38% 62%;}.visual-textile .focus-reticle{width:145px;height:145px;border-radius:0;transform:translate(-50%,-50%) rotate(45deg);}.hero-product-nav{position:absolute;left:clamp(24px,6vw,120px);right:clamp(24px,6vw,120px);bottom:18px;z-index:9;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity;}.hero-product-nav::-webkit-scrollbar{display:none;}.hero-product-nav button{min-width:112px;height:40px;padding:0 10px;display:grid;grid-template-columns:22px 1fr;align-items:center;border:1px solid #ffffff1c;color:#79968e;background:#071d195e;backdrop-filter:blur(6px);cursor:pointer;scroll-snap-align:center;transition:.25s;}.hero-product-nav button span{font-size:8px;}.hero-product-nav button b{overflow:hidden;color:#9bb5ae;font-size:8px;font-weight:600;text-align:left;text-overflow:ellipsis;white-space:nowrap;}.hero-product-nav button:hover,.hero-product-nav button.active{border-color:var(--orange);background:#e76f3c1a;}.hero-product-nav button.active span,.hero-product-nav button.active b{color:white;}@keyframes imageScan{0%,100%{top:13%;opacity:.25;}50%{top:86%;opacity:.9;}}@keyframes reticleTurn{to{rotate:360deg;}}@keyframes focusPulse{from{opacity:.8;transform:translate(-50%,-50%) scale(.2);}to{opacity:0;transform:translate(-50%,-50%) scale(4.5);}}@keyframes detailFloat{50%{transform:translateY(-6px);}}.cinematic-hero .hero-copy{position:absolute;left:clamp(24px,6vw,120px);bottom:clamp(92px,11vh,132px);z-index:5;width:min(760px,49vw);transition:opacity .26s,transform .26s;}.cinematic-hero .hero-copy.changing{opacity:0;transform:translateY(18px);}.cinematic-hero h1{max-width:760px;margin:0 0 22px;font-size:clamp(54px,5.6vw,104px);line-height:.91;letter-spacing:-.06em;}.cinematic-hero .hero-lead{max-width:650px;margin-bottom:24px;font-size:clamp(15px,1.1vw,20px);}.hero-main-action{min-height:52px;padding:0 25px;border-radius:100px;color:var(--ink);background:white;}.hero-main-action:hover{color:white;background:var(--orange);}.hero-controls{position:absolute;top:50%;left:28px;right:28px;z-index:7;display:flex;align-items:center;justify-content:space-between;pointer-events:none;}.hero-controls button{width:54px;height:54px;display:grid;place-items:center;border:1px solid #ffffff4a;border-radius:50%;color:white;background:#071d1966;backdrop-filter:blur(8px);cursor:pointer;pointer-events:auto;transition:.25s;}.hero-controls button:hover{border-color:white;background:#ffffff18;transform:scale(1.06);}.hero-controls button:first-child svg{transform:rotate(180deg);}.slide-status{position:absolute;right:0;top:calc(50vh - 100px);display:flex;align-items:center;gap:10px;color:#9db9b1;font-size:10px;letter-spacing:.12em;transform:rotate(90deg);transform-origin:right center;}.slide-status i{width:42px;height:1px;display:block;background:#ffffff4a;}.hero-rail{position:absolute;right:clamp(80px,7vw,140px);top:118px;z-index:5;display:flex;align-items:center;gap:12px;color:#9bb6af;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;}.hero-rail i{width:34px;height:1px;display:block;background:#ffffff35;}.hero-market{position:absolute;right:clamp(80px,7vw,140px);bottom:70px;z-index:5;display:flex;align-items:center;gap:12px;color:#a8c0b9;}.hero-market svg{width:27px;height:27px;color:var(--mint);}.hero-market span{font-size:10px;line-height:1.5;text-transform:uppercase;letter-spacing:.12em;}.hero-market b{color:white;font-size:11px;}@media (max-width:900px){.cinematic-hero{min-height:1020px;}.hero-scene{top:120px;left:7vw;right:7vw;width:auto;height:420px;opacity:1;transform:none;}.hero-scene.changing{transform:translateY(12px);}.cinematic-hero .hero-copy{left:7vw;right:7vw;bottom:92px;width:auto;}.cinematic-hero h1{font-size:clamp(58px,9vw,82px);}.hero-rail,.hero-market{display:none;}.hero-controls{top:320px;left:18px;right:18px;}.slide-status{display:none;}}@media (max-width:600px){html,body{width:100%;max-width:100%;overflow-x:hidden;}.site-header{height:72px;}.site-header .menu-toggle{display:block!important;}.cinematic-hero{width:100%;max-width:100vw;min-height:940px;}.cinematic-hero::after{content:'';position:absolute;inset:35% 0 0;z-index:2;pointer-events:none;background:linear-gradient(transparent,#061a17 42%,#061a17 100%);}#trade-canvas{opacity:.7;}.hero-scene{top:100px;left:20px;right:20px;width:auto;height:320px;padding:13px;opacity:.9;transform:none;}.hero-scene.changing{transform:translateY(10px);}.scene-heading{font-size:8px;}.scene-stats{height:46px;}.scene-stats span{padding:10px 5px 0;}.scene-stats b{overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap;}.product-focus{height:calc(100% - 68px);}.focus-image{inset:11px 17px 14px;}.focus-detail{min-width:94px;padding:7px 8px;}.focus-detail b{max-width:105px;overflow:hidden;font-size:8px;text-overflow:ellipsis;}.detail-1{left:0;}.detail-2{right:0;}.focus-reticle{scale:.75;}.focus-index{display:none;}.cinematic-hero .hero-copy{left:20px;right:20px;bottom:82px;width:auto;max-width:calc(100vw - 40px);}.cinematic-hero h1{max-width:100%;font-size:clamp(43px,11.5vw,56px);overflow-wrap:normal;}.cinematic-hero .hero-lead{display:-webkit-box;overflow:hidden;font-size:14px;line-height:1.48;-webkit-box-orient:vertical;-webkit-line-clamp:3;}.hero-main-action{width:100%;}.hero-controls{top:246px;align-items:flex-start;}.hero-controls button{width:44px;height:44px;}.hero-controls button:last-child{display:none;}.hero-eyebrow{font-size:10px;}.hero-product-nav{left:20px;right:20px;bottom:16px;}.hero-product-nav button{min-width:82px;height:36px;grid-template-columns:18px 1fr;padding:0 7px;}.hero-product-nav button b{font-size:7px;}}body{color:#16324f;background:#fff;}.site-header{color:var(--ink);background:#ffffffed;border-bottom:1px solid #d7e7f5;box-shadow:0 8px 35px #0b57930a;backdrop-filter:blur(14px);}.site-header .brand-mark,.footer-brand .brand-mark{width:48px;height:48px;color:white;background:#0d63bd;border-radius:14px;box-shadow:0 9px 22px #0d63bd2e;}.brand-logo{width:35px;height:35px;stroke-width:1.7;}.brand-logo .logo-route{color:#87d4ff;stroke-width:3;}.brand-logo .logo-arrow{color:#87d4ff;stroke-width:2.5;}.site-header .brand strong{color:#082f5f;}.site-header .brand small{color:#66809a;}.site-header .nav-cta{color:white;background:#0d63bd;}.site-header .nav-cta:hover{background:#084e99;}.menu-toggle{color:#0d63bd;}.button,.nav-cta,.filter{font-size:12px;letter-spacing:.01em;}.button{min-height:50px;padding-inline:21px;}.hero-main-action{min-height:48px;font-size:12px;}.cinematic-hero{color:var(--ink);background:radial-gradient(circle at 75% 34%,#dcefff 0,#f5faff 34%,#fff 72%);}.hero-glow{background:#1780dc1c;}#trade-canvas{opacity:.68;}.cinematic-hero h1{color:#082f5f;}.cinematic-hero h1 em{color:#1474cc;}.hero-eyebrow{color:#0d63bd;}.cinematic-hero .hero-lead{color:#60758b;}.hero-main-action{color:white;background:#0d63bd;box-shadow:0 12px 28px #0d63bd26;}.hero-main-action:hover{color:white;background:#084f9a;}.hero-controls button{border-color:#a8cce9;color:#0d63bd;background:#ffffffe8;box-shadow:0 9px 25px #0a4f8620;}.hero-controls button:hover{border-color:#0d63bd;color:white;background:#0d63bd;}.slide-status{color:#48779f;}.slide-status i{background:#80afd2;}.hero-scene{--focus-accent:#50b9ff!important;border-color:#7eb9e855;background:linear-gradient(145deg,#0d579ce8,#052e61f5);box-shadow:0 35px 85px #0b4f8930;}.hero-scene::before{border-color:#b6ddff20;}.scene-heading{color:#aed4ef;}.scene-heading b{color:#fff;}.focus-image{background:#0b396b;}.focus-image::after{background:linear-gradient(125deg,transparent 45%,#052d61a8 100%),linear-gradient(0deg,#052d6177,transparent 55%);}.focus-detail{background:#052b5be8;}.focus-detail small,.scene-stats small{color:#91b8d5;}.scene-stats{border-color:#91c4e832;}.scene-stats span{border-color:#91c4e824;}.scene-stats .status-ok{color:#7ed6ff;}.hero-product-nav button{border-color:#b7d2e7;color:#5f7e99;background:#ffffffe8;box-shadow:0 5px 18px #0b57930b;}.hero-product-nav button b{color:#5c7890;}.hero-product-nav button:hover,.hero-product-nav button.active{border-color:#0d63bd;background:#0d63bd;}.hero-product-nav button.active span,.hero-product-nav button.active b{color:white;}.trade-ticker{color:#0b4b88;background:#dcefff;border-block:1px solid #c5e2f8;}.ticker-track b{color:#1474cc;}.trust-strip{background:#0d63bd;}.trust-strip svg{color:#bde6ff;}.trust-strip small{color:#c8e1f5;}.catalog{background:#082f5f;}.catalog-heading>p{color:#b9cee1;}.filter{border-color:#ffffff45;color:#c6daea;}.filter.active,.filter:hover{border-color:#2587e2;background:#2587e2;}.process{background:#eef6ff;}.process-grid{background:#c7dbed;}.process-grid article{background:#eef6ff;}.cta-band{background:#0d63bd;}.button.white{color:#0b4e8d;}footer{background:#06264a;}.footer-brand .brand-mark{background:#1474cc;}.footer-brand small,.footer-top p{color:#a9c6df;}.footer-bottom{color:#82a5c3;}.trade-gallery{padding:76px clamp(24px,4vw,80px);display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:205px 205px;gap:14px;background:white;}.trade-gallery article{min-width:0;overflow:hidden;position:relative;background:#dceafa;}.trade-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .75s ease,filter .4s;}.trade-gallery article:hover img{transform:scale(1.055);}.gallery-lead{grid-row:1 / 3;}.gallery-lead::after,.gallery-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#062a57d9 0,transparent 65%);pointer-events:none;}.gallery-lead>div{max-width:560px;position:absolute;left:clamp(24px,3vw,52px);bottom:clamp(24px,4vw,50px);z-index:2;color:white;}.gallery-lead span,.gallery-card span{color:#a9dcff;font-size:9px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;}.gallery-lead h2{margin:10px 0 20px;color:white;font-size:clamp(32px,3vw,54px);font-weight:500;line-height:1.03;}.gallery-lead a{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700;}.gallery-lead svg{width:16px;}.gallery-card>div{position:absolute;left:18px;right:18px;bottom:17px;z-index:2;color:white;}.gallery-card b{display:block;margin-top:5px;font-family:Manrope,sans-serif;font-size:15px;}.gallery-card img{filter:saturate(.85) contrast(1.05);}@media (max-width:900px){.site-header nav{color:var(--ink);background:white;}.trade-gallery{grid-template-columns:1fr 1fr;grid-template-rows:360px 180px 180px;}.gallery-lead{grid-column:1 / 3;grid-row:auto;}}@media (max-width:600px){.site-header{background:#fffffffa;}.site-header .brand{max-width:calc(100% - 52px);}.site-header .brand-mark{width:42px;height:42px;border-radius:12px;}.brand-logo{width:31px;height:31px;}.site-header .menu-toggle{position:absolute;top:12px;right:12px;z-index:3;width:46px;height:46px;display:grid!important;place-items:center;color:#0d63bd;}.site-header .menu-toggle svg{display:none;}.site-header .menu-toggle::before{content:'☰';font-size:23px;line-height:1;}.site-header:has(nav.open) .menu-toggle::before{content:'×';font-size:29px;}.cinematic-hero::after{background:linear-gradient(transparent,#f7fbff 42%,#fff 100%);}.hero-controls button{color:#0d63bd;background:#fffffff2;}.trade-gallery{padding:45px 20px;grid-template-columns:1fr 1fr;grid-template-rows:320px 150px 150px;gap:9px;}.gallery-lead{grid-column:1 / 3;}.gallery-lead h2{font-size:35px;}.gallery-card b{font-size:11px;}}.site-header{max-width:1240px;left:50%;right:auto;width:calc(100% - 48px);padding-inline:0;color:white;background:transparent;border-bottom:0;box-shadow:none;backdrop-filter:none;transform:translateX(-50%);}.site-header .brand-mark{width:36px;height:42px;color:white;background:transparent;border-radius:0;box-shadow:none;}.site-header .brand-logo{width:36px;height:36px;}.site-header .brand-logo .logo-route,.site-header .brand-logo .logo-arrow{color:#58b9e5;}.site-header .brand strong{color:white;font-size:16px;}.site-header .brand small{color:#9dc5d7;font-size:9px;}.site-header nav{gap:25px;color:white;font-size:13px;}.site-header nav>a:not(.nav-cta)::after{background:#55b9e6;}.site-header .nav-cta{padding:11px 16px;border:1px solid #ffffffb5;border-radius:0;color:white;background:transparent;}.site-header .nav-cta:hover{color:#06334d;background:white;}.cinematic-hero{min-height:max(780px,100svh);color:white;background:radial-gradient(circle at 74% 48%,#03263d 0,#073d57 36%,#0b5872 100%);}.cinematic-hero::before{content:'';position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.58;background:repeating-conic-gradient(from 194deg at 78% 48%,#75d5ff26 0deg,#75d5ff08 1.2deg,transparent 2deg,transparent 7deg);-webkit-mask-image:radial-gradient(circle at 78% 48%,#000 0,transparent 69%);mask-image:radial-gradient(circle at 78% 48%,#000 0,transparent 69%);}.hero-glow{right:4vw;top:9vh;background:#35aee828;filter:blur(100px);}#trade-canvas{opacity:.34;}.cinematic-hero .hero-copy{top:50%;bottom:auto;width:min(590px,43vw);transform:translateY(-41%);}.cinematic-hero .hero-copy.changing{transform:translateY(calc(-41% + 18px));}.cinematic-hero h1{max-width:620px;margin-bottom:18px;color:white;font-size:clamp(50px,4.7vw,74px);font-weight:600;line-height:.96;letter-spacing:-.045em;}.cinematic-hero h1 em{color:#4eb7e6;}.hero-eyebrow{margin-bottom:18px;color:#a9d7eb;font-size:10px;}.eyebrow>span{background:#4eb7e6;}.cinematic-hero .hero-lead{max-width:590px;margin-bottom:22px;color:#d5e8ef;font-size:clamp(15px,1.2vw,18px);line-height:1.58;}.hero-main-action{min-height:46px;padding-inline:18px;border:1px solid #2384b0;border-radius:2px;color:white;background:#167ba7;box-shadow:none;}.hero-main-action:hover{background:#2c9dcc;}.hero-scene{top:132px;right:clamp(65px,6vw,110px);width:clamp(480px,44vw,680px);height:520px;padding:0;overflow:visible;border:0;background:transparent;box-shadow:none;backdrop-filter:none;}.hero-scene::before{display:none;}.scene-heading{padding:0 24px;color:#8cb7c8;}.scene-heading b{color:#bce4f5;}.product-focus{height:430px;margin:16px 0 0;}.focus-links{position:absolute;inset:0;z-index:1;width:100%;height:100%;overflow:visible;}.focus-links path{fill:none;stroke:#6bbbd15c;stroke-width:1.2;stroke-dasharray:5 8;animation:networkDash 14s linear infinite;}.focus-image{width:224px;height:224px;inset:auto;left:50%;top:47%;z-index:3;border:11px solid #147da8;border-radius:50%;clip-path:none!important;box-shadow:0 0 0 1px #80d4f066,0 0 55px #031e3066;transform:translate(-50%,-50%);}.focus-image::after{background:linear-gradient(145deg,#063d5820,#021c2f99);}.focus-image img{filter:saturate(.72) contrast(1.08)!important;}.hero-scene:hover .focus-image img{transform:scale(1.1) translate(calc(var(--scene-x) * -.1),calc(var(--scene-y) * -.1));}.image-scan{background:linear-gradient(90deg,transparent,#69d3ff,transparent);}.focus-reticle{width:278px!important;height:278px!important;left:50%!important;top:47%!important;border-color:#74cceb55;border-radius:50%!important;scale:1!important;}.focus-reticle::after{border-color:#78cce133;}.focus-pulse{left:50%!important;top:47%!important;}.focus-detail{min-width:138px;padding:11px 14px;border:1px dashed #7fc8df55;border-left:2px solid #4eb7e6;background:#073750c9;box-shadow:none;}.focus-detail small{color:#7eb4c9;}.focus-detail b{font-size:11px;}.detail-1{left:1%;top:12%;}.detail-2{right:0;top:31%;}.detail-3{left:8%;bottom:6%;}.focus-index{right:5%;bottom:4%;color:#9bcede55;}.hero-scene .scene-stats{width:72%;height:48px;position:absolute;left:50%;bottom:0;border:1px solid #7bc1d633;background:#052d45a8;transform:translateX(-50%);}.hero-scene .scene-stats span{padding-top:10px;border-color:#78bed329;}.hero-scene .scene-stats small{color:#73a8bc;}.hero-scene .scene-stats b{color:#e6f5fa;}.hero-scene .scene-stats .status-ok{color:#6ecbf0;}.hero-controls button{width:46px;height:46px;border-color:#ffffff78;color:white;background:#06364d55;box-shadow:none;}.hero-controls button:hover{border-color:#52b9e5;background:#1680aa;}.slide-status{color:#8fc5d9;}.slide-status i{background:#64bad9;}.hero-product-nav{bottom:16px;}.hero-product-nav button{min-width:86px;height:34px;border-color:#ffffff26;color:#88b6c7;background:#042e4575;box-shadow:none;}.hero-product-nav button b{color:#9fc4d1;}.hero-product-nav button:hover,.hero-product-nav button.active{border-color:#4eb7e6;background:#147da8;}.trade-ticker{color:#0d5276;background:#dff3fb;border-color:#c4e6f3;}.trust-strip{padding-block:32px;color:#123b55;background:white;border-bottom:1px solid #dcebf1;}.trust-strip>div{border-color:#d6e6ed;}.trust-strip svg{color:#1680ae;}.trust-strip small{color:#6b8491;}.about{background:white;}.section-heading h2{color:#083a58;}.about-story .large-copy{color:#174a63;}.catalog{color:#123b55;background:#f3f8fb;}.catalog h2{color:#083a58;}.catalog-heading>p{color:#687f8b;}.filter{border-color:#bdd3dd;color:#476a7b;}.filter.active,.filter:hover{border-color:#147da8;color:white;background:#147da8;}.product-card{border:1px solid #dbe8ee;box-shadow:0 16px 45px #073c5710;}.product-body>span{color:#1680ae;}.process{background:white;}.process-grid{background:#d9e8ee;}.process-grid article{background:#f5f9fb;}.process-grid b{color:#1680ae;}.cta-band{background:#0a536f;}@keyframes networkDash{to{stroke-dashoffset:-130;}}@media (max-width:900px){.site-header{width:calc(100% - 40px);}.site-header nav{color:white;background:transparent;}.cinematic-hero{min-height:1050px;}.cinematic-hero .hero-copy{top:auto;bottom:86px;width:auto;transform:none;}.cinematic-hero .hero-copy.changing{transform:translateY(18px);}.hero-scene{top:112px;left:6vw;right:6vw;width:auto;height:470px;}.hero-controls{top:330px;}}@media (max-width:800px){.site-header nav{color:#083a58;background:white;}}@media (max-width:600px){.site-header{width:calc(100% - 32px);background:transparent;}.site-header .brand{max-width:calc(100% - 48px);}.site-header .brand-mark{width:32px;height:38px;background:transparent;}.site-header .brand-logo{width:32px;height:32px;}.site-header .brand strong{color:white;font-size:12px;}.site-header .brand small{color:#9dc5d7;}.site-header .menu-toggle{color:white;}.cinematic-hero{min-height:980px;background:radial-gradient(circle at 50% 31%,#03263d,#073d57 48%,#0b5872);}.cinematic-hero::after{background:linear-gradient(transparent,#073d57 42%,#0b5872 100%);}.hero-scene{top:96px;left:12px;right:12px;height:365px;opacity:1;}.scene-heading{padding:0 15px;}.product-focus{height:300px;}.focus-links{opacity:.7;}.focus-image{width:152px;height:152px;border-width:7px;}.focus-reticle{width:186px!important;height:186px!important;}.focus-detail{min-width:90px;padding:7px 8px;}.focus-detail b{max-width:96px;font-size:8px;}.detail-1{left:0;top:12%;}.detail-2{right:0;top:28%;}.detail-3{left:3%;bottom:6%;}.hero-scene .scene-stats{width:84%;bottom:0;}.hero-controls{top:246px;}.cinematic-hero .hero-copy{bottom:74px;}.cinematic-hero h1{color:white;font-size:clamp(42px,11.5vw,55px);}.cinematic-hero .hero-lead{color:#d5e8ef;}.hero-product-nav{bottom:13px;}}.brand-lockup-link{width:350px;height:66px;flex:none;padding:0;display:flex;align-items:center;background:transparent;box-shadow:none;}.brand-lockup{width:100%;max-height:66px;object-fit:contain;object-position:left center;display:block;}.footer-brand.brand-lockup-link{width:330px;}.hero-scene{width:clamp(550px,48vw,760px);}.trade-map{height:430px;position:relative;margin-top:8px;}.trade-map>svg{width:100%;height:100%;overflow:visible;}.world-land path{fill:url(#map-fill);stroke:#68bad356;stroke-width:1.1;}.map-grid path,.map-grid ellipse{fill:none;stroke:#79bfd025;stroke-width:.8;stroke-dasharray:3 8;}.global-route{fill:none;stroke:#79d7f3a0;stroke-width:1.7;stroke-dasharray:5 8;}.trade-map .route-progress{stroke:#5ed2ff;stroke-width:2.7;stroke-linecap:round;stroke-dasharray:95 760;filter:drop-shadow(0 0 5px #55cbf6);animation:mapRoute 13s linear infinite;}.route-vehicle circle{fill:#8ae3ff;stroke:white;stroke-width:2;}.route-vehicle path{fill:none;stroke:#06364d;stroke-width:1.8;}.map-stop circle:first-child{fill:#57c7ed;stroke:white;stroke-width:2;}.map-stop .stop-ring{fill:none;stroke:#59c8ed;stroke-width:1.3;animation:mapStopPulse 2.6s ease-out infinite;transform-box:fill-box;transform-origin:center;}.map-stop text{fill:#e7f8ff;font-family:'DM Sans',sans-serif;font-size:10px;font-weight:700;letter-spacing:1.3px;text-anchor:middle;}.map-stop .stop-code{fill:#72a9bd;font-size:7px;font-weight:600;}.stop-japan .stop-ring{animation-delay:.8s;}.stop-australia .stop-ring{animation-delay:1.5s;}.stop-usa .stop-ring{animation-delay:2.2s;}.moving-cargo-card{width:178px;min-height:60px;position:absolute;left:3%;bottom:5%;display:grid;grid-template-columns:58px 1fr;overflow:hidden;border:1px solid #70c8e34a;color:white;background:#052d45df;box-shadow:0 15px 35px #021c2c4d;backdrop-filter:blur(8px);animation:cargoCardFloat 3.4s ease-in-out infinite;}.moving-cargo-card img{width:58px;height:100%;object-fit:cover;}.moving-cargo-card span{min-width:0;padding:9px;}.moving-cargo-card small,.moving-cargo-card b,.moving-cargo-card em{display:block;}.moving-cargo-card small{color:#6fa8bd;font-size:6px;letter-spacing:.12em;text-transform:uppercase;}.moving-cargo-card b{margin-top:4px;overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap;}.moving-cargo-card em{margin-top:3px;color:#55c6ed;font-size:7px;font-style:normal;}.route-sequence{position:absolute;right:2%;bottom:8%;display:flex;align-items:center;gap:7px;color:#709daf;font-size:7px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;}.route-sequence b{color:#62c8e9;font-size:11px;font-weight:500;}.route-sequence .active{color:#72d8fb;}.route-sequence .usa-only{color:#d9f5ff;}.hero-scene .scene-stats{width:78%;}@keyframes mapRoute{to{stroke-dashoffset:-855;}}@keyframes mapStopPulse{0%{opacity:.9;transform:scale(.5);}100%{opacity:0;transform:scale(2.1);}}@keyframes cargoCardFloat{50%{transform:translateY(-6px);}}.exchange-progress{animation-duration:9s!important;}.usa-progress{animation-duration:8s!important;animation-delay:1.5s!important;}@media (max-width:1050px){.brand-lockup-link{width:255px;}.site-header nav{gap:18px;}}@media (max-width:900px){.hero-scene{width:auto;}.trade-map{height:390px;}}@media (max-width:800px){.brand-lockup-link{width:265px;}}@media (max-width:600px){.brand-lockup-link{width:230px;height:52px;max-width:calc(100vw - 80px)!important;}.brand-lockup{max-height:52px;}.footer-brand.brand-lockup-link{width:270px;}.trade-map{height:290px;margin-top:3px;}.trade-map>svg{transform:scale(.96);transform-origin:center;}.map-stop text{font-size:8px;}.map-stop .stop-code{font-size:5.5px;}.moving-cargo-card{width:140px;min-height:50px;bottom:0;grid-template-columns:46px 1fr;}.moving-cargo-card img{width:46px;}.moving-cargo-card span{padding:7px;}.moving-cargo-card b{font-size:7px;}.route-sequence{display:none;}.hero-scene .scene-stats{width:92%;}}@media (min-width:901px){.hero-scene{left:37vw;right:2.5vw;top:112px;width:auto;max-width:none;height:clamp(500px,66vh,660px);}.trade-map{width:100%;height:clamp(430px,58vh,580px);}.scene-heading{padding-inline:3%;}.hero-scene .scene-stats{width:72%;left:61%;}}@media (min-width:1800px){.site-header{max-width:none;width:92%;}.hero-scene{left:34vw;right:2vw;top:clamp(105px,13vh,150px);height:70vh;}.trade-map{height:62vh;}.moving-cargo-card{width:220px;grid-template-columns:72px 1fr;}.moving-cargo-card img{width:72px;}.moving-cargo-card b{font-size:11px;}.map-stop text{font-size:11px;}.map-stop .stop-code{font-size:8px;}}.product-page-body{color:#17364b;background:#fff;}.product-site-header{height:88px;padding:0 clamp(24px,5vw,90px);display:flex;align-items:center;justify-content:space-between;color:white;background:#064e70;border-bottom:1px solid #ffffff24;}.product-logo{width:clamp(290px,26vw,420px);padding:0;background:transparent;}.product-logo img{width:100%;display:block;}.product-site-header nav{color:white;font-size:12px;}.product-site-header nav a{color:white;}.product-site-header .product-nav-cta{padding:11px 17px;border:1px solid #ffffff8c;}.product-detail-hero{min-height:680px;padding:clamp(70px,8vw,130px) clamp(24px,6vw,110px);display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(50px,8vw,140px);align-items:center;color:white;background:radial-gradient(circle at 80% 30%,#117da7,#075475 42%,#043a56 100%);}.product-detail-copy{max-width:670px;}.product-back{display:inline-block;margin-bottom:45px;color:#a7d8ea;font-size:11px;font-weight:700;}.product-category,.product-section-label{color:#ff7913;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;}.product-detail-copy h1{margin:13px 0 25px;color:white;font-size:clamp(48px,5.2vw,88px);font-weight:600;line-height:.98;}.product-intro{max-width:660px;color:#d3e8f0;font-size:clamp(16px,1.3vw,20px);line-height:1.7;}.product-detail-actions{margin-top:34px;display:flex;align-items:center;gap:25px;font-size:12px;font-weight:700;}.product-detail-actions a{display:inline-flex;align-items:center;gap:10px;}.product-detail-actions svg{width:16px;}.product-primary-action{min-height:50px;padding:0 22px;color:white;background:#f47719;}.product-detail-media{min-height:490px;overflow:hidden;position:relative;clip-path:polygon(6% 0,100% 0,100% 90%,92% 100%,0 100%,0 8%);box-shadow:0 30px 80px #022c454f;}.product-detail-media::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#032c4bba,transparent 55%);}.product-detail-media>img{width:100%;height:100%;min-height:490px;object-fit:cover;}.product-detail-media>span{position:absolute;left:28px;bottom:25px;z-index:2;color:#b7d6e2;font-size:9px;letter-spacing:.1em;text-transform:uppercase;}.product-detail-media b{display:block;margin-top:5px;color:white;font-size:11px;}.product-spec-section{padding:110px clamp(24px,7vw,130px);display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(60px,10vw,170px);}.product-spec-section h2,.product-photo-heading h2{color:#063f60;font-size:clamp(38px,4.2vw,66px);font-weight:500;line-height:1.05;}.product-spec-section>div>p:last-child{max-width:560px;color:#667d89;line-height:1.8;}.product-spec-grid{display:grid;grid-template-columns:repeat(3,1fr);align-self:center;border-block:1px solid #d8e7ed;}.product-spec-grid article{min-height:190px;padding:26px 20px;display:flex;flex-direction:column;border-right:1px solid #d8e7ed;}.product-spec-grid article:last-child{border:0;}.product-spec-grid span{color:#1680ae;font-size:10px;}.product-spec-grid small{margin-top:auto;color:#788e99;font-size:8px;letter-spacing:.1em;text-transform:uppercase;}.product-spec-grid b{margin-top:8px;color:#123d54;font-size:14px;line-height:1.45;}.product-photo-section{padding:100px clamp(24px,5vw,90px);background:#f2f7fa;}.product-photo-heading{margin-bottom:45px;display:flex;align-items:end;justify-content:space-between;}.product-photo-heading h2{margin:0;}.product-photo-grid{height:620px;display:grid;grid-template-columns:1.5fr 1fr;grid-template-rows:1fr 1fr;gap:14px;}.product-photo-grid figure{margin:0;overflow:hidden;background:#d8e5ea;}.product-photo-grid .photo-1{grid-row:1 / 3;}.product-photo-grid img{width:100%;height:100%;object-fit:cover;transition:transform .7s;}.product-photo-grid figure:hover img{transform:scale(1.04);}.product-inquiry-band{padding:75px clamp(24px,7vw,130px);display:flex;align-items:center;justify-content:space-between;gap:40px;color:white;background:#08739d;}.product-inquiry-band p{margin-bottom:9px;color:#a9e1f5;font-size:10px;text-transform:uppercase;letter-spacing:.13em;}.product-inquiry-band h2{margin:0;color:white;font-size:clamp(34px,4vw,58px);font-weight:500;}.product-inquiry-band>a{min-height:52px;padding:0 22px;display:inline-flex;align-items:center;gap:11px;color:#063f60;background:white;font-size:12px;font-weight:700;white-space:nowrap;}.product-inquiry-band svg{width:16px;}.related-products{padding:100px clamp(24px,5vw,90px);}.related-products>div{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}.related-products a{overflow:hidden;border:1px solid #d9e7ed;background:white;}.related-products a>img{height:240px;object-fit:cover;}.related-products a>span{padding:20px;display:grid;grid-template-columns:1fr 18px;align-items:center;}.related-products small,.related-products b{display:block;grid-column:1;}.related-products small{color:#1680ae;font-size:8px;text-transform:uppercase;letter-spacing:.1em;}.related-products b{margin-top:7px;color:#123d54;}.related-products svg{grid-column:2;grid-row:1 / 3;width:16px;color:#1680ae;}.product-footer{padding:55px clamp(24px,5vw,90px) 25px;display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center;color:#a8c7d5;background:#032c48;}.product-footer img{width:350px;padding:0;background:transparent;}.product-footer p{text-align:right;}.product-footer span{grid-column:1 / 3;padding-top:20px;border-top:1px solid #ffffff1b;font-size:10px;}.product-not-found{min-height:100svh;display:grid;place-content:center;text-align:center;background:#f2f7fa;}.product-not-found p{color:#1680ae;}.product-not-found h1{font-size:55px;}.product-not-found a{color:#1680ae;font-weight:700;}@media (max-width:900px){.product-site-header nav>a:not(.product-nav-cta){display:none;}.product-detail-hero,.product-spec-section{grid-template-columns:1fr;}.product-detail-media{min-height:420px;}.product-detail-media>img{min-height:420px;}.product-spec-section{gap:50px;}.product-photo-grid{height:520px;}}@media (max-width:600px){.product-site-header{height:72px;padding-inline:18px;}.product-logo{width:225px;}.product-site-header .product-nav-cta{padding:9px 10px;font-size:9px;}.product-detail-hero{min-height:auto;padding:55px 20px 65px;gap:42px;}.product-back{margin-bottom:32px;}.product-detail-copy h1{font-size:46px;}.product-detail-actions{align-items:stretch;flex-direction:column;}.product-detail-actions a{justify-content:center;}.product-detail-media,.product-detail-media>img{min-height:310px;}.product-spec-section{padding:75px 20px;}.product-spec-grid{grid-template-columns:1fr;}.product-spec-grid article{min-height:120px;border-right:0;border-bottom:1px solid #d8e7ed;}.product-spec-grid small{margin-top:28px;}.product-photo-section{padding:70px 20px;}.product-photo-heading{display:block;}.product-photo-grid{height:auto;grid-template-columns:1fr;grid-template-rows:none;}.product-photo-grid .photo-1{grid-row:auto;}.product-photo-grid figure{height:260px;}.product-inquiry-band{padding:55px 20px;align-items:stretch;flex-direction:column;}.product-inquiry-band>a{justify-content:center;}.related-products{padding:70px 20px;}.related-products>div{grid-template-columns:1fr;}.related-products a>img{height:220px;}.product-footer{grid-template-columns:1fr;}.product-footer p{text-align:left;}.product-footer span{grid-column:auto;}.product-footer img{width:270px;}}.destination-dots circle{fill:#80ddf8;stroke:white;stroke-width:1.5;filter:drop-shadow(0 0 7px #65d7fb);}.world-routes .global-route{stroke:#78cde6a3;stroke-width:1.4;}.route-progress-lines .route-progress{stroke-dasharray:70 560;}.route-one{animation-duration:7s!important;}.route-two{animation-delay:-1.2s!important;}.route-three{animation-delay:-2.4s!important;}.route-four{animation-delay:-3.6s!important;}.route-five{animation-delay:-4.8s!important;}.route-six{animation-delay:-6s!important;}.lahore-origin{position:absolute;left:69.2%;top:41.25%;z-index:5;min-width:175px;padding:12px 15px 12px 17px;border-left:3px solid #61cef1;color:white;background:#04314bde;box-shadow:0 12px 30px #021d2d55;transform:translate(18px,-50%);backdrop-filter:blur(7px);}.lahore-origin>span{width:9px;height:9px;position:absolute;left:-6px;top:50%;border:2px solid white;border-radius:50%;background:#5dcbee;box-shadow:0 0 0 7px #58c9ed2c;transform:translateY(-50%);}.lahore-origin small,.lahore-origin b,.lahore-origin em{display:block;}.lahore-origin small{color:#87bdd0;font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;}.lahore-origin b{margin-top:4px;font-family:'DM Sans',sans-serif;font-size:15px;line-height:1.2;}.lahore-origin em{margin-top:4px;color:#69cff0;font-size:9px;font-style:normal;}.moving-cargo-card{width:clamp(270px,19vw,360px);min-height:112px;left:20%;bottom:3%;grid-template-columns:clamp(105px,7vw,135px) 1fr;border-color:#71cde76b;}.moving-cargo-card img{width:100%;height:112px;}.moving-cargo-card span{padding:17px 15px;}.moving-cargo-card small{font-size:8px;}.moving-cargo-card b{margin-top:7px;font-size:14px;white-space:normal;line-height:1.25;}.moving-cargo-card em{margin-top:6px;font-size:9px;}.hero-scene .scene-stats{bottom:-8px;}@media (min-width:1800px){.moving-cargo-card{width:390px;min-height:138px;grid-template-columns:150px 1fr;}.moving-cargo-card img{width:150px;height:138px;}.moving-cargo-card span{padding:22px 18px;}.moving-cargo-card b{font-size:16px;}.lahore-origin{min-width:220px;padding:16px 20px;}.lahore-origin b{font-size:18px;}.lahore-origin small,.lahore-origin em{font-size:10px;}}@media (max-width:900px){.moving-cargo-card{width:250px;grid-template-columns:95px 1fr;}.moving-cargo-card img{height:112px;}.lahore-origin{min-width:145px;}}@media (max-width:600px){.lahore-origin{left:63.5%;top:41.25%;min-width:125px;padding:8px 9px 8px 12px;transform:translate(8px,-50%);}.lahore-origin small{font-size:6px;}.lahore-origin b{font-size:10px;}.lahore-origin em{font-size:7px;}.moving-cargo-card{width:190px;min-height:72px;left:0;grid-template-columns:72px 1fr;}.moving-cargo-card img{width:72px;height:72px;}.moving-cargo-card span{padding:10px 9px;}.moving-cargo-card small{font-size:6px;}.moving-cargo-card b{margin-top:4px;font-size:9px;}.moving-cargo-card em{font-size:7px;}}.pakistan-shape{fill:#f47719!important;fill-opacity:.72!important;stroke:#ffd0a9!important;stroke-width:1.6!important;filter:drop-shadow(0 0 7px #f47719aa);}.continent-name{position:absolute;z-index:2;color:#8fc1d2;font-family:'DM Sans',sans-serif;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 2px 8px #01283d;transform:translate(-50%,-50%);}.name-na{left:16%;top:22%;}.name-sa{left:27%;top:64%;}.name-eu{left:49%;top:21%;}.name-af{left:54%;top:57%;}.name-asia{left:81%;top:26%;}.name-au{left:87%;top:69%;}.scene-heading{font-size:12px;letter-spacing:.16em;}.hero-scene .scene-stats small{font-size:9px;}.hero-scene .scene-stats b{font-size:12px;}.lahore-origin small{font-size:9px;}.lahore-origin b{font-size:17px;}.lahore-origin em{font-size:10px;}.site-header .nav-cta{border-color:#f47719;color:white;background:#f47719;}.site-header .nav-cta:hover{border-color:#ff913d;color:white;background:#ff913d;}@media (min-width:901px){.site-header{height:118px;}.brand-lockup-link{width:370px;height:106px;}.brand-lockup{max-height:106px;}}@media (min-width:601px) and (max-width:900px){.brand-lockup-link{width:310px;height:88px;}.brand-lockup{max-height:88px;}}@media (max-width:600px){.brand-lockup-link{width:245px;height:58px;}.brand-lockup{max-height:58px;}}@media (min-width:1800px){.scene-heading{font-size:14px;}.continent-name{font-size:12px;}.hero-scene .scene-stats small{font-size:10px;}.hero-scene .scene-stats b{font-size:14px;}}@media (max-width:700px){.product-grid{grid-template-columns:1fr!important;gap:24px;}.product-card{width:100%;}.product-image{height:300px!important;}.product-body{padding:28px 25px;}.product-body h3{font-size:24px;}.product-body p{min-height:0;font-size:16px;line-height:1.65;}.product-body a{margin-top:24px;font-size:14px;}.continent-name{font-size:6px;letter-spacing:.04em;}.scene-heading{font-size:9px;}.hero-scene .scene-stats small{font-size:7px;}.hero-scene .scene-stats b{font-size:9px;}}.trade-map{isolation:isolate;}.trade-map::before{content:'';position:absolute;left:66%;top:39%;z-index:0;width:min(34vw,420px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#66d7ff38 0,#66d7ff18 35%,transparent 69%);transform:translate(-50%,-50%);pointer-events:none;}.trade-map::after{content:'';position:absolute;inset:2% 0 8%;z-index:0;border-radius:50%;background:linear-gradient(110deg,transparent 0 40%,#72dfff12 54%,transparent 72%);pointer-events:none;}.trade-map>svg{position:relative;z-index:2;}.continent-name,.lahore-origin,.moving-cargo-card,.world-lane-label{z-index:2;}.world-land path{transition:fill .25s,stroke .25s;}.world-routes .global-route{stroke:#9ce9ffb8;stroke-width:1.6;stroke-dasharray:7 9;}.trade-map .route-progress{stroke:#fff;stroke-width:2.5;stroke-dasharray:35 720;filter:drop-shadow(0 0 9px #7ce5ff);}.destination-dots circle{fill:#ffffff;stroke:#69d7ff;stroke-width:2;}.map-stop circle:first-child{fill:#ffffff;stroke:#63d8ff;stroke-width:3;}.map-stop .stop-ring{stroke:#8fecff;stroke-width:2;}.world-lane-label{position:absolute;padding:6px 9px;border:1px solid #93dbef30;color:#d7f6ff;background:#042f49bf;box-shadow:0 8px 22px #001d302e;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;backdrop-filter:blur(8px);}.label-west{left:12%;top:30%;}.label-europe{left:47%;top:25%;}.label-asia{right:5%;top:34%;}.lahore-origin{left:67.2%;top:35.5%;min-width:0;max-width:178px;padding:9px 12px;border:1px solid #81dff47d;border-left:0;background:linear-gradient(135deg,#06476ee8,#03253bf2);box-shadow:0 14px 34px #001c2f66;transform:translate(-50%,-100%);}.lahore-origin::after{display:none;}.lahore-origin>span{display:none;}.moving-cargo-card{left:13%;bottom:2%;border-color:#9be6fb82;background:linear-gradient(135deg,#073c5ee8,#032237f2);box-shadow:0 22px 44px #001d2f59;}.hero-scene .scene-stats{bottom:4px;box-shadow:0 14px 30px #0020384a;}.contact-methods strong{overflow-wrap:anywhere;}.site-header nav{gap:32px;font-size:16px;font-weight:800;}.site-header .nav-cta{padding:14px 21px;font-size:15px;}.site-header .nav-cta svg{width:18px;height:18px;}@media (min-width:901px){.hero-scene{left:39vw;right:3vw;}.trade-map>svg{transform:scale(.98);transform-origin:center;}.cinematic-hero .hero-copy{width:min(560px,40vw);}}@media (min-width:1600px){.hero-scene{left:36vw;}.cinematic-hero .hero-copy{width:min(650px,42vw);}}@media (max-width:900px){.world-lane-label{display:none;}.lahore-origin{left:64%;top:33%;max-width:145px;transform:translate(-50%,-100%);}.moving-cargo-card{left:4%;}.site-header nav{gap:20px;font-size:15px;}}@media (max-width:600px){.trade-map::before{left:58%;top:38%;width:260px;}.lahore-origin{left:61%;top:30%;max-width:116px;padding:7px 8px;}.moving-cargo-card{left:0;bottom:-2px;}.hero-scene .scene-stats{bottom:2px;}}