:root{--navy:#071a35;--blue:#0b56d8;--cyan:#25a8ff;--ink:#10213a;--muted:#64748b;--line:#dce5f0;--paper:#f5f8fc;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:var(--white);font-size:16px}a{color:inherit;text-decoration:none}.site-header{height:82px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;gap:42px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.brand{margin-right:auto}.brand img{display:block;width:178px;height:auto}.site-header nav{display:flex;gap:30px;font-weight:700;font-size:14px}.site-header nav a:hover{color:var(--blue)}.header-call{background:var(--navy);color:#fff;border-radius:8px;padding:13px 18px;font-weight:800;font-size:14px}.menu{display:none;background:none;border:0;padding:8px}.menu span{width:24px;height:2px;background:var(--navy);display:block;margin:5px}.hero{min-height:700px;display:grid;grid-template-columns:1.04fr .96fr;overflow:hidden;background:linear-gradient(125deg,#fff 0%,#f5f9ff 60%,#eaf4ff 100%)}.hero-copy{padding:110px 6vw 70px max(6vw,calc((100vw - 1500px)/2));align-self:center}.eyebrow{color:var(--blue);font-size:13px;font-weight:800;letter-spacing:.15em;margin:0 0 20px}.hero h1{font-size:clamp(48px,5.6vw,82px);line-height:1.03;letter-spacing:-.055em;margin:0;max-width:860px}.hero h1 span{color:var(--blue)}.lead{font-size:20px;line-height:1.65;color:#50627a;max-width:700px;margin:28px 0 34px}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{min-height:52px;padding:0 24px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font:800 15px Manrope,Arial,sans-serif;border:1px solid transparent;cursor:pointer}.btn span{font-size:20px;margin-left:22px}.primary{background:var(--blue);color:#fff;box-shadow:0 12px 30px rgba(11,86,216,.22)}.primary:hover{background:#0846b5}.secondary{background:#fff;border-color:#cbd7e6}.proof{display:flex;gap:34px;margin-top:62px;padding-top:26px;border-top:1px solid var(--line);max-width:720px}.proof div{display:flex;flex-direction:column}.proof strong{font-size:17px}.proof span{color:var(--muted);font-size:13px;margin-top:4px}.hero-visual{background:linear-gradient(150deg,#092654 0%,#06152c 100%);padding:70px;display:grid;place-items:center;position:relative}.hero-visual:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(37,168,255,.12);filter:blur(10px)}.route-map{width:min(560px,100%);height:540px;position:relative;z-index:1;background-image:radial-gradient(rgba(255,255,255,.12) 1px,transparent 1px);background-size:22px 22px}.route{position:absolute;border:2px dashed rgba(76,184,255,.55);border-color:rgba(76,184,255,.55) transparent transparent rgba(76,184,255,.55);border-radius:50%}.r1{width:330px;height:270px;left:70px;top:90px;transform:rotate(30deg)}.r2{width:300px;height:240px;right:10px;bottom:35px;transform:rotate(190deg)}.map-label{position:absolute;background:#fff;border-radius:10px;padding:13px 16px 13px 42px;box-shadow:0 14px 40px rgba(0,0,0,.22);min-width:210px}.map-label i{position:absolute;width:12px;height:12px;border-radius:50%;background:#17b978;left:17px;top:20px;box-shadow:0 0 0 6px rgba(23,185,120,.13)}.map-label b,.map-label small{display:block}.map-label b{font-size:14px}.map-label small{font-size:11px;color:var(--muted);margin-top:4px}.map-label.top{right:5px;top:30px}.map-label.middle{left:5px;top:235px}.map-label.bottom{right:15px;bottom:20px}.truck-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:190px;height:190px;border-radius:22px;background:linear-gradient(145deg,#1772f3,#063d9e);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 28px 80px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.2)}.truck-card span{font-size:54px;font-weight:800;letter-spacing:-.08em}.truck-card b{font-size:15px;letter-spacing:.25em}.truck-card small{margin-top:20px;color:#bfe1ff}.services{padding:110px 6vw}.section-intro{display:grid;grid-template-columns:1fr 1.1fr;column-gap:40px;align-items:end;max-width:1300px;margin:0 auto 60px}.section-intro .eyebrow{grid-column:1/-1}.section-intro h2{font-size:clamp(36px,4vw,60px);line-height:1.08;letter-spacing:-.04em;margin:0}.section-intro>p:last-child{font-size:18px;color:var(--muted);line-height:1.7;max-width:560px;margin:0 0 5px}.service-grid{max-width:1300px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-grid article{padding:38px;min-height:245px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.25s}.service-grid article:hover{background:var(--paper);transform:translateY(-3px)}.service-grid span{font-size:12px;color:var(--blue);font-weight:800}.service-grid h3{font-size:21px;margin:36px 0 12px}.service-grid p{color:var(--muted);line-height:1.65;margin:0}.advantage{background:var(--navy);color:#fff;padding:100px max(7vw,calc((100vw - 1300px)/2));display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:center}.eyebrow.light{color:#62c0ff}.adv-copy h2{font-size:clamp(36px,4vw,58px);line-height:1.08;letter-spacing:-.04em;margin:0}.adv-copy>p:last-child{color:#b7c5d8;font-size:18px;line-height:1.7;margin:28px 0 0}.check-list{border-left:1px solid rgba(255,255,255,.2);padding-left:54px}.check-list p{font-weight:600;padding:18px 0;margin:0;border-bottom:1px solid rgba(255,255,255,.13)}.check-list span{color:#5dccff;margin-right:15px}.contact{padding:110px max(6vw,calc((100vw - 1300px)/2));display:grid;grid-template-columns:1fr 480px;gap:100px;background:var(--paper)}.contact h2{font-size:clamp(38px,4.3vw,62px);letter-spacing:-.045em;margin:0}.contact>div>p:not(.eyebrow){font-size:18px;color:var(--muted);line-height:1.7}.contact-details{display:grid;gap:17px;margin-top:42px}.contact-details a,.contact-details p{font-weight:800;margin:0!important;color:var(--ink)!important}.contact-details small{display:block;color:var(--blue);font-size:11px;letter-spacing:.12em;margin-bottom:4px}form{background:#fff;padding:36px;border-radius:14px;box-shadow:0 18px 60px rgba(22,44,78,.1)}label{display:block;font-size:13px;font-weight:800;margin-bottom:17px}input,textarea{width:100%;border:1px solid #ccd8e6;border-radius:7px;padding:13px 14px;font:500 16px Manrope,Arial,sans-serif;margin-top:7px;background:#fbfdff}input:focus,textarea:focus{outline:3px solid rgba(11,86,216,.14);border-color:var(--blue)}form .btn{width:100%}.form-status{font-size:13px;color:var(--blue);text-align:center;margin:14px 0 0}footer{min-height:120px;padding:30px 6vw;display:flex;align-items:center;gap:40px;background:#fff}footer img{width:150px}footer p{color:var(--muted);font-size:13px;margin-right:auto}footer>a{font-size:13px;font-weight:800}
@media(max-width:980px){.site-header nav,.header-call{display:none}.menu{display:block}.site-header.open nav{display:flex;position:absolute;top:82px;left:0;right:0;background:#fff;padding:24px;flex-direction:column;border-bottom:1px solid var(--line)}.hero{grid-template-columns:1fr}.hero-copy{padding:82px 7vw 65px}.hero-visual{min-height:570px}.service-grid{grid-template-columns:repeat(2,1fr)}.advantage,.contact{grid-template-columns:1fr;gap:55px}.contact{padding-inline:7vw}.check-list{padding-left:0;border-left:0}.contact form{max-width:600px;width:100%}}
@media(max-width:620px){.site-header{height:72px;padding:0 20px}.brand img{width:145px}.site-header.open nav{top:72px}.hero h1{font-size:43px}.lead{font-size:17px}.proof{gap:20px;display:grid;grid-template-columns:repeat(3,1fr)}.hero-visual{padding:28px 18px;min-height:520px}.route-map{height:470px}.map-label{min-width:180px}.section-intro{grid-template-columns:1fr}.section-intro h2{margin-bottom:24px}.services{padding:80px 20px}.service-grid{grid-template-columns:1fr}.service-grid article{min-height:auto}.advantage{padding:80px 24px}.contact{padding:80px 20px}.contact form{padding:24px}.contact-details a{overflow-wrap:anywhere}footer{align-items:flex-start;flex-direction:column;gap:15px}footer p{margin:0}.proof span{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.service-grid article{transition:none}}

/* Official MIK brand mark */
.brand{display:flex;align-items:center;gap:11px}
.brand img{width:52px;height:52px;object-fit:contain}
.brand span,.footer-brand span{display:flex;flex-direction:column;line-height:1}
.brand b,.footer-brand b{font-size:24px;letter-spacing:.08em}
.brand small,.footer-brand small{font-size:10px;letter-spacing:.18em;color:var(--blue);font-weight:800;margin-top:5px}
.truck-card img{width:92px;height:92px;object-fit:contain;border-radius:50%;background:#fff}
.truck-card b{font-size:14px;letter-spacing:.18em;margin-top:12px}
.truck-card small{margin-top:10px}
footer .footer-brand{display:flex;align-items:center;gap:10px}
footer .footer-brand img{width:54px;height:54px;object-fit:contain}
@media(max-width:620px){.brand img{width:45px;height:45px}.brand b{font-size:20px}}

.equipment{padding:110px max(6vw,calc((100vw - 1300px)/2));background:#fff}
.equipment-heading{max-width:1000px;margin-bottom:52px}
.equipment-heading h2{font-size:clamp(38px,4.5vw,64px);line-height:1.08;letter-spacing:-.045em;margin:0}
.equipment-heading h2 span{color:var(--blue)}
.equipment-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.equipment-card{position:relative;overflow:hidden;min-height:420px;padding:46px;border-radius:18px;color:#fff;display:grid;grid-template-columns:60px 1fr;gap:20px;background:linear-gradient(145deg,#0b56d8,#073783);box-shadow:0 20px 50px rgba(9,52,118,.15)}
.equipment-card.carhauler{background:linear-gradient(145deg,#12243f,#050e1c)}
.equipment-card:after{content:"";position:absolute;width:270px;height:270px;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:-95px;bottom:-110px;box-shadow:0 0 0 42px rgba(255,255,255,.035),0 0 0 84px rgba(255,255,255,.025)}
.equipment-card>div{position:relative;z-index:1}
.equipment-number{font-size:13px;font-weight:800;color:#9dd6ff;padding-top:7px}
.equipment-tag{font-size:11px;font-weight:800;letter-spacing:.13em;color:#8ed3ff;margin:0 0 18px}
.equipment-card h3{font-size:44px;letter-spacing:-.04em;margin:0 0 18px}
.equipment-card>div>p:not(.equipment-tag){font-size:17px;line-height:1.65;color:#d7e5f7;margin:0 0 28px}
.equipment-card ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.equipment-card li{font-weight:700;font-size:14px;padding-left:22px;position:relative}
.equipment-card li:before{content:"✓";position:absolute;left:0;color:#61ccff}
.equipment-note{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:28px;padding:22px;border:1px solid var(--line);border-radius:12px}
.equipment-note span{color:var(--muted);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.equipment-note b{font-size:15px}
@media(max-width:820px){.equipment-grid{grid-template-columns:1fr}.equipment-card{min-height:auto}.equipment-note{align-items:flex-start;flex-direction:column;gap:8px}}
@media(max-width:620px){.equipment{padding:80px 20px}.equipment-card{padding:32px 25px;grid-template-columns:1fr;gap:8px}.equipment-card h3{font-size:38px}.equipment-note b{line-height:1.7}}

/* Visual fleet photography */
.hero-visual.photo-hero{padding:0;display:block;min-height:700px;overflow:hidden}
.hero-visual.photo-hero:after{content:"";position:absolute;inset:0;width:auto;height:auto;border-radius:0;background:linear-gradient(90deg,rgba(6,21,44,.18),transparent 45%),linear-gradient(0deg,rgba(6,21,44,.7),transparent 42%);filter:none;z-index:1}
.photo-hero>img{width:100%;height:100%;min-height:700px;object-fit:cover;object-position:62% center;display:block}
.hero-photo-badge{position:absolute;z-index:2;left:42px;bottom:38px;display:flex;align-items:center;gap:13px;background:rgba(255,255,255,.94);padding:12px 18px 12px 12px;border-radius:12px;box-shadow:0 14px 40px rgba(0,0,0,.25);backdrop-filter:blur(8px)}
.hero-photo-badge>img{width:52px;height:52px;object-fit:contain}
.hero-photo-badge span{display:flex;flex-direction:column}.hero-photo-badge b{font-size:15px;letter-spacing:.09em}.hero-photo-badge small{color:var(--blue);font-size:11px;font-weight:800;margin-top:3px}
.equipment-card{padding:0;display:block;min-height:0;background:#0b56d8}
.equipment-card.reefer{background:linear-gradient(145deg,#0b56d8,#062c6d)}
.equipment-card.carhauler{background:#071a35}
.equipment-card:after{z-index:0}
.equipment-photo{width:100%;height:260px;display:block;object-fit:cover;object-position:center}
.equipment-copy{position:relative;z-index:1;padding:36px 42px 42px}
.equipment-number{position:absolute;right:42px;top:39px}
.equipment-card h3{font-size:42px}
@media(max-width:980px){.hero-visual.photo-hero,.photo-hero>img{min-height:540px}.equipment-photo{height:240px}}
@media(max-width:620px){.hero-visual.photo-hero,.photo-hero>img{min-height:430px}.photo-hero>img{object-position:68% center}.hero-photo-badge{left:20px;bottom:20px}.equipment-card{padding:0}.equipment-copy{padding:30px 25px 34px}.equipment-number{right:25px;top:33px}.equipment-photo{height:210px}}

.lang-switch{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:#94a3b8}
.lang-switch button{border:0;background:transparent;color:#94a3b8;font:800 12px Manrope,Arial,sans-serif;padding:8px 3px;cursor:pointer}
.lang-switch button[aria-pressed="true"]{color:var(--blue)}
.lang-switch button:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:3px}
@media(max-width:980px){.lang-switch{margin-left:auto}.brand{margin-right:0}}
