@charset "UTF-8";
:root{--navy:#102b38;--deep:#09212d;--lime:#c9f267;--paper:#f6f8f9;--ink:#16313e;--muted:#61747e;--line:#d7e0e4;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;background:var(--paper);color:var(--ink);font:17px/1.65 Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #39819b;outline-offset:6px}.wrap{width:min(1280px,calc(100% - 96px));margin:auto}.skip{position:fixed;top:-80px;left:20px;padding:10px;background:var(--lime);z-index:10}.skip:focus{top:10px}header{background:var(--paper);border-bottom:1px solid var(--line)}.header-row{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;gap:13px;align-items:center;font-size:19px;font-weight:800;line-height:1.12;letter-spacing:1px}.brand-mark{display:grid;place-items:center;background:var(--navy);color:var(--lime);height:49px;width:56px;font-size:25px;letter-spacing:-2px;font-style:italic}.brand-place{display:block;font-size:12px;letter-spacing:4.1px;margin-top:7px;font-weight:500}nav{display:flex;align-items:center;gap:34px;font-size:14px}nav a:hover,.text-link:hover{color:#387387}.nav-contact{padding:11px 20px;border:1px solid #7a8b92;display:flex;gap:30px}.menu{display:none}.hero{background:var(--navy);color:white;padding:66px 0 22px}.kicker{font-size:12px;letter-spacing:2.2px;font-weight:700;margin:0 0 24px}.hero .kicker{color:#d5e0e4;display:flex;align-items:center;gap:14px}.rule{width:30px;height:2px;background:var(--lime)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(54px,7.3vw,104px);line-height:1.025;letter-spacing:-5px;font-weight:500;margin-bottom:34px}h1 em{font-style:normal;color:var(--lime)}.hero-main{display:grid;grid-template-columns:1.45fr 1fr;gap:70px;align-items:center}.hero-side{padding-top:39px;max-width:370px;justify-self:end}.hero-side>p:first-child{font-size:23px;line-height:1.4;letter-spacing:-.4px;margin-bottom:20px}.muted{color:#b7c7ce;font-size:16px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:16px 22px;line-height:1.4;font-size:15px;font-weight:700;min-height:53px;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.lime{background:var(--lime);color:var(--deep)}.lime:hover{background:#dcff92}.dark{background:var(--deep);color:white}.dark:hover{background:#214656}.route-board{margin-top:40px;border:1px solid #47606c;background:#153340}.board-top,.board-bottom{display:flex;justify-content:space-between;gap:15px;padding:15px 24px;font-size:12px;letter-spacing:1.2px;color:#b7c9d1}.board-top{border-bottom:1px solid #375260}.board-bottom{border-top:1px solid #375260;letter-spacing:0}.network{display:grid;grid-template-columns:1fr .6fr 1fr .6fr 1fr;align-items:center;padding:28px 50px}.route-node{padding:10px 15px}.node-no{display:block;color:#b8cad0;font-size:12px;letter-spacing:1px;margin-bottom:9px}.route-node strong{display:block;font-size:22px;font-weight:500;line-height:1.3}.route-node small{display:block;font-size:13px;color:#b8cad0;margin-top:10px}.georgia{border-left:3px solid var(--lime);padding-left:22px}.georgia strong{color:var(--lime);font-size:31px}.connection{height:1px;background:#66808b;position:relative;margin-right:20px}.connection:after{content:'›';position:absolute;right:-1px;top:-17px;font-size:25px;color:#a7bec8}.hero-foot{display:flex;justify-content:space-between;gap:20px;padding:21px 0 0;color:#b8cbd3;font-size:12px}.section{padding-top:90px;padding-bottom:90px}.section-heading{display:grid;grid-template-columns:1.4fr 1fr;column-gap:90px;align-items:end;margin-bottom:38px}.section-heading>.kicker{grid-column:1/-1;color:var(--muted);margin-bottom:20px}h2{font-size:clamp(32px,3.5vw,48px);line-height:1.12;font-weight:500;letter-spacing:-1.7px;margin-bottom:22px}.section-heading>p:last-child{color:var(--muted);font-size:16px;max-width:430px;margin-bottom:22px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-card{padding:28px 30px 30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:white;display:flex;flex-direction:column;transition:background .2s}.service-card:hover{background:#e9f0f3}.card-top{display:flex;justify-content:space-between;font-size:14px;color:var(--muted);margin-bottom:46px}.card-top>span:last-child{font-size:24px;line-height:1}h3{font-size:25px;font-weight:500;line-height:1.25;letter-spacing:-.6px;margin-bottom:16px}.service-card p{font-size:15px;color:var(--muted);margin-bottom:35px}.text-link{font-size:14px;font-weight:700;display:inline-flex;gap:20px;align-items:center}.service-card .text-link{margin-top:auto}.cargo-strip{margin-top:35px;padding-top:25px;border-top:1px solid var(--line)}.cargo-strip>span{font-size:11px;letter-spacing:1.8px;font-weight:bold}.cargo-strip p{font-size:16px;margin:12px 0 5px}.cargo-strip small{font-size:12px;color:var(--muted)}.corridor-section{background:#e5edf1;padding:85px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:100px}.split>div>p:not(.kicker){color:var(--muted);font-size:16px;max-width:520px}.corridor-list article{border-bottom:1px solid #bacbd3;padding:0 0 22px;margin-bottom:24px}.corridor-list article:last-child{margin-bottom:0}.corridor-list article>span{font-size:11px;letter-spacing:1.7px;color:#486575;font-weight:700}.corridor-list h3{font-size:21px;margin:12px 0}.corridor-list p{font-size:15px;color:#536c79;margin-bottom:0}.experience-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.years{font-size:190px;line-height:1;letter-spacing:-14px;font-weight:500}.years span{display:block;font-size:12px;letter-spacing:2px;margin:25px 0 0 7px}.experience-grid p{color:var(--muted);font-size:16px;max-width:520px}.process-section{padding:70px 0 80px;border-top:1px solid var(--line)}.process-section .section-heading{display:block}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}.process-grid article{border-top:1px solid #b9c9d1;padding-top:20px}.process-grid article>span{font-size:13px;color:var(--muted)}.process-grid h3{font-size:22px;margin-top:20px}.process-grid p{font-size:15px;color:var(--muted)}.contact{background:var(--lime);padding:78px 0;color:var(--deep)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.contact h2{font-size:54px}.contact p:not(.kicker){font-size:16px}.contact-main{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #809b47;padding:17px 0;font-size:clamp(20px,2.3vw,31px);letter-spacing:-.5px;overflow-wrap:anywhere}.contact-main:hover{color:#3b5719}.contact-links .button{margin-top:30px;max-width:100%}.contact-links .small{font-size:12px!important;margin-top:16px}footer{background:var(--deep);color:white;padding:38px 0}.footer-row{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-row p{margin:0;font-size:14px;color:#b5c6ce}.footer-row .small{font-size:12px}.detail-hero{background:var(--navy);color:white;padding:38px 0 70px}.back{font-size:14px;color:#bed0d8;display:inline-block;margin-bottom:47px}.detail-hero h1{font-size:clamp(40px,6vw,77px);max-width:980px;letter-spacing:-2.5px}.detail-hero>.wrap>p:not(.kicker){max-width:690px;color:#bfd0d8;font-size:19px;margin-bottom:30px}.detail-hero .kicker{color:var(--lime)}.offering{padding-left:22px;margin-top:28px}.offering li{border-bottom:1px solid var(--line);padding:12px 0;font-size:16px}.plan{background:#e5edf1;padding:30px}.plan-step{display:flex;gap:22px;border-bottom:1px solid #bfced5;padding:15px 0}.plan-step span{font-size:13px;color:#647d89}.plan-step p{margin:0;font-size:16px}.plan-note{font-size:13px;color:#536b78;margin:24px 0 0}.faq-section{padding:60px 0 80px;border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:19px 0}summary{cursor:pointer;font-size:17px;font-weight:600}details p{font-size:15px;color:var(--muted);margin-top:18px;margin-bottom:5px}@media(min-width:1600px){.hero{padding-top:90px}}@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.hero-main{gap:35px}h1{letter-spacing:-3px}.hero-side>p:first-child{font-size:20px}.section-heading,.split,.experience-grid,.contact-grid{gap:40px}.service-card{padding:24px 22px}.network{padding:25px}.contact h2{font-size:43px}nav{gap:21px}.brand{font-size:16px}}@media(max-width:720px){.wrap{width:calc(100% - 40px)}.header-row{min-height:82px;position:relative}.brand{font-size:15px}.brand-mark{height:41px;width:46px;font-size:22px}.brand-place{font-size:10px;margin-top:5px;letter-spacing:3px}.menu{display:flex;gap:18px;background:none;border:1px solid #a2b2ba;padding:8px 12px;font-size:14px;color:var(--ink)}nav{display:none;position:absolute;left:-20px;right:-20px;top:82px;background:var(--paper);padding:20px;z-index:3;border-bottom:1px solid var(--line)}nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}nav a{padding:13px 0}.nav-contact{border:0}.hero{padding:42px 0 20px}.hero-main{grid-template-columns:1fr;gap:0}h1{font-size:clamp(48px,13vw,76px);letter-spacing:-2.5px;margin-bottom:25px}.hero-side{justify-self:start;padding-top:0;max-width:100%}.hero-side>p:first-child{font-size:20px}.hero-side .muted{max-width:460px}.kicker{font-size:11px;letter-spacing:1.5px}.route-board{margin-top:36px}.board-top{font-size:10px;padding:14px}.network{grid-template-columns:1fr;padding:20px}.route-node{padding:13px 16px}.route-node strong{font-size:23px}.route-node strong br{display:none}.route-node small{font-size:12px;margin-top:4px}.node-no{margin-bottom:4px}.connection{width:1px;height:27px;margin:3px 0 3px 17px}.connection:after{content:'⌄';top:auto;bottom:-7px;right:-7px;font-size:21px}.georgia{margin-top:6px;margin-bottom:6px;padding-left:15px}.georgia strong{font-size:29px}.board-bottom{flex-direction:column;gap:3px;padding:14px;font-size:11px}.hero-foot{flex-direction:column;gap:5px;font-size:11px}.section{padding-top:58px;padding-bottom:58px}.section-heading{grid-template-columns:1fr;gap:0;margin-bottom:24px}.section-heading>.kicker{grid-column:auto}.section-heading>p:last-child{margin-top:0}.service-grid{grid-template-columns:1fr}.service-card{padding:25px}.card-top{margin-bottom:24px}.service-card p{margin-bottom:23px}.cargo-strip p{line-height:1.8}.split,.experience-grid,.contact-grid{grid-template-columns:1fr;gap:34px}.corridor-section{padding:56px 0}.years{font-size:128px;letter-spacing:-9px}.years span{margin-top:16px}.experience-grid{gap:35px}.process-section{padding:50px 0}.process-grid{grid-template-columns:1fr;gap:20px}.process-grid h3{margin-top:12px}.contact{padding:54px 0}.contact h2{font-size:42px}.contact-main{font-size:22px}.contact-grid{gap:18px}.footer-row{flex-direction:column;align-items:flex-start;gap:25px}.detail-hero{padding-bottom:48px}.back{margin-bottom:32px}.detail-hero h1{font-size:43px;letter-spacing:-1.5px}.detail-hero>.wrap>p:not(.kicker){font-size:17px}.plan{padding:23px}.faq-section{padding:45px 0}.desktop{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}.button:hover{transform:none}}

/* Poti harbour: a gently moving photographic background. */
.hero{position:relative;isolation:isolate;overflow:hidden;padding-top:24px}
.hero-media{position:absolute;inset:0;z-index:-2;overflow:hidden;pointer-events:none}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:50% 58%;animation:harbour-drift 28s ease-in-out infinite alternate;transform:scale(1.04)}
.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,24,34,.75),rgba(5,24,34,.38) 52%,rgba(5,24,34,.74)),linear-gradient(0deg,#102b38 0%,transparent 65%);pointer-events:none}
.hero>.wrap{position:relative}.hero-main{min-height:485px;padding:45px 0 80px}.hero-controls{display:flex;justify-content:space-between;align-items:center;gap:16px;color:#e0e9ec;font-size:11px;letter-spacing:.4px}.hero-controls a:hover{text-decoration:underline}.motion-toggle{border:1px solid #ffffff65;background:#09212d80;color:white;padding:7px 11px;cursor:pointer;font-size:11px}.hero.motion-paused .hero-media img{animation-play-state:paused}.hero .muted{color:#e0e9ec}.hero .kicker{color:#edf3f5}.hero .route-board{background:rgba(16,43,56,.87);backdrop-filter:blur(8px);margin-top:0}.hero-side{text-shadow:0 1px 16px #09212d}.hero-side .button{text-shadow:none}
@keyframes harbour-drift{from{transform:scale(1.04) translate(-.6%,.3%)}to{transform:scale(1.15) translate(1%,-1.2%)}}
@media(max-width:720px){.hero{padding-top:18px}.hero-main{padding:35px 0 48px;min-height:530px}.hero-controls{font-size:9px;gap:10px}.motion-toggle{font-size:10px;white-space:nowrap}.hero-media img{object-position:53% 40%}.hero:after{background:linear-gradient(90deg,#051822bb,#05182277),linear-gradient(0deg,#102b38 5%,transparent 80%)}}
@media(prefers-reduced-motion:reduce){.hero-media img{animation:none;transform:none}.motion-toggle{display:none}}

.hero-media{height:690px}.hero-media img{object-position:50% 68%}@media(max-width:720px){.hero-media{height:730px}.hero-media img{object-position:55% 65%}}

/* Compact, bidirectional trade corridor. */
.trade-board{background:rgba(9,33,45,.94);border:1px solid #57727e;padding:25px 30px 22px;backdrop-filter:blur(8px)}
.trade-top{display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:10px;letter-spacing:1.5px;color:#c3d2d9}.direction-badge{color:var(--lime);letter-spacing:1px}
.trade-route{display:grid;grid-template-columns:1fr 60px 1fr 60px 1fr;gap:15px;align-items:center;padding:29px 0}.trade-end strong,.trade-hub strong{display:block;font-size:clamp(24px,3vw,38px);font-weight:500;line-height:1.15;letter-spacing:-1px}.trade-end>span,.trade-hub>span:last-child{display:block;font-size:12px;color:#b8cbd4;margin-top:9px}.trade-end:last-child{text-align:right}.trade-arrow{font-size:28px;color:#91aab5;text-align:center}.trade-hub{text-align:center;padding:19px 12px;background:#c9f2670d;border:1px solid #c9f26750;border-radius:5px;position:relative}.trade-hub strong{color:var(--lime)}.hub-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--lime);margin-bottom:9px;box-shadow:0 0 0 5px #c9f26712}
.trade-bottom{display:flex;align-items:center;gap:22px;border-top:1px solid #35515f;padding-top:19px}.transport-modes{display:flex;gap:7px}.transport-modes span{border:1px solid #4a6673;border-radius:30px;padding:4px 12px;font-size:11px;color:#dce5e9}.trade-bottom p{font-size:12px;color:#b8cbd4;margin:0;flex:1}.trade-bottom>a{font-size:12px;color:var(--lime);white-space:nowrap}
@media(max-width:720px){.trade-board{padding:20px 18px}.trade-top{font-size:8px;letter-spacing:.8px}.direction-badge{letter-spacing:.3px}.trade-route{grid-template-columns:1fr 20px 1.1fr 20px 1fr;gap:6px;padding:25px 0}.trade-end strong,.trade-hub strong{font-size:clamp(17px,3.7vw,26px);letter-spacing:-.5px}.trade-end>span,.trade-hub>span:last-child{font-size:10px;line-height:1.5}.trade-hub{padding:14px 4px}.trade-arrow{font-size:20px}.trade-bottom{flex-wrap:wrap;gap:13px}.trade-bottom p{flex-basis:calc(100% - 150px);font-size:11px}.trade-bottom>a{font-size:11px}.transport-modes{gap:4px}.transport-modes span{padding:3px 8px;font-size:10px}}
@media(max-width:380px){.trade-board{padding:17px 12px}.trade-top{flex-direction:column;align-items:flex-start;gap:6px}.trade-route{gap:3px;grid-template-columns:1fr 16px 1.1fr 16px 1fr}.trade-end>span,.trade-hub>span:last-child{font-size:9px}}

.rail-hero{position:relative;isolation:isolate;overflow:hidden;min-height:620px;padding-bottom:48px}.rail-background{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:50% 48%}.rail-hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,24,34,.86),rgba(5,24,34,.61) 55%,rgba(5,24,34,.3)),linear-gradient(0deg,rgba(5,24,34,.65),transparent 65%)}.rail-hero h1{max-width:850px}.rail-hero>.wrap>p:not(.kicker){color:#edf2f5}.rail-hero .back{color:#edf2f5}.rail-credit{display:block;width:fit-content;font-size:10px;letter-spacing:.3px;color:#c6d4da;margin-top:36px}.rail-credit:hover{text-decoration:underline}@media(max-width:720px){.rail-hero{min-height:590px;padding-bottom:30px}.rail-background{object-position:57% 50%}.rail-hero:after{background:linear-gradient(90deg,#051822c9,#05182285),linear-gradient(0deg,#05182288,transparent)}.rail-credit{margin-top:26px}}

/* Shared photographic sections, clients and icon navigation. */
.hamburger{position:relative;display:block;width:25px;height:20px}.hamburger i{position:absolute;left:0;width:25px;height:2px;background:currentColor;transition:transform .2s,opacity .2s;top:0}.hamburger i:nth-child(2){top:9px}.hamburger i:nth-child(3){top:18px}.menu[aria-expanded=true] .hamburger i:first-child{transform:translateY(9px) rotate(45deg)}.menu[aria-expanded=true] .hamburger i:nth-child(2){opacity:0}.menu[aria-expanded=true] .hamburger i:last-child{transform:translateY(-9px) rotate(-45deg)}
.visual-section{position:relative;isolation:isolate;overflow:hidden}.moving-image{animation:harbour-drift 28s ease-in-out infinite alternate}.motion-paused .moving-image{animation-play-state:paused}.media-footer{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:32px}.media-caption{font-size:12px;color:#c4d2da}.experience{background:var(--deep);color:white}.experience-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2}.experience:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#061e29c9,#061e29a3),linear-gradient(0deg,#061e2990,transparent)}.experience-grid p{color:#e0e9ed}.experience .years{color:var(--lime)}.experience .years span{color:white}.client-heading{display:flex;gap:50px;align-items:center;justify-content:space-between}.client-heading p{max-width:430px;color:var(--muted);font-size:16px}.client-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);margin-top:22px}.client-name{min-height:116px;display:flex;align-items:center;justify-content:center;text-align:center;padding:25px;font-size:20px;font-weight:600;letter-spacing:-.5px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:white}.client-name:first-child{font-size:17px}
@media(max-width:720px){.menu{width:48px;height:48px;justify-content:center;align-items:center;border:0;padding:10px}.client-heading{display:block}.client-grid{grid-template-columns:repeat(2,1fr)}.client-name{font-size:18px;padding:20px 12px;min-height:95px}.media-caption{font-size:11px}.experience .media-footer{align-items:flex-end}.experience{padding-top:60px;padding-bottom:35px}.rail-hero .media-footer{margin-top:28px}}
@media(prefers-reduced-motion:reduce){.moving-image{animation:none}.hamburger i{transition:none}}

.client-name.has-logo{flex-direction:column;gap:18px}.client-name img{width:100%;max-width:180px;height:60px;object-fit:contain}.client-name.has-logo span{font-size:12px;font-weight:400;color:var(--muted);letter-spacing:0}.client-name img.logo-failed{display:none}.client-name:has(.logo-failed) span{font-size:18px;font-weight:600;color:var(--ink)}

.unigrain-symbol{position:relative;width:60px;height:72px;overflow:hidden;flex:none}.client-name .unigrain-symbol img{position:absolute;max-width:none;width:155px;height:155px;left:-47px;top:-31px;object-fit:fill}.client-name.has-logo{min-height:150px}

.brand-wordmark{font-size:25px;letter-spacing:-.8px;font-weight:700}.motion-toggle{width:36px;height:36px;min-width:36px;display:inline-grid;place-items:center;padding:0;border:1px solid #ffffff50;border-radius:50%;font-size:16px;line-height:1;background:#09212d66}.motion-toggle:hover{background:#09212dbb}.motion-toggle span{display:block}.media-footer .motion-toggle{margin-left:auto}@media(max-width:720px){.brand-wordmark{font-size:23px}.motion-toggle{font-size:16px;padding:0}}@media(prefers-reduced-motion:reduce){.motion-toggle{display:none}}

/* MT Group production globe and language navigation. */
.brand{gap:9px}.earth-mark{position:relative;display:inline-block;width:70px;height:70px;flex:none;color:#86ae35}.earth-mark .globe{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.earth-mark .earth{position:absolute;left:19%;top:19%;width:62%;height:62%;border-radius:50%;background:#124b72 url('https://raw.githubusercontent.com/mrdoob/three.js/master/examples/textures/planets/earth_atmos_2048.jpg') center/cover;box-shadow:0 0 5px #5cbfff35;z-index:2}.earth-mark .orbit-back{z-index:1;opacity:.48}.earth-mark .orbit-front{z-index:3}.earth-mark .orbit-traveler{z-index:4}.earth-mark .orbit{fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round}.earth-mark .point{fill:#86ae35;stroke:white;stroke-width:1}footer .earth-mark{color:var(--lime)}footer .earth-mark .point{fill:var(--lime);stroke:var(--deep)}
.header-row{gap:20px}.header-row>nav{margin-left:auto}.language-switch{display:flex;align-items:center;gap:2px;flex:none}.language-switch a{font-size:12px;line-height:1;padding:10px 7px;border-radius:4px;white-space:nowrap}.language-switch a[aria-current]{background:var(--deep);color:var(--lime)}.language-switch a:hover{background:#dce6e9;color:var(--ink)}
html[lang=ka] h1,html[lang=ka] h2,html[lang=ka] h3{letter-spacing:-.025em;line-height:1.25}html[lang=ka] .kicker{letter-spacing:1px}html:not([lang=en]) .hero h1{font-size:clamp(42px,5.8vw,84px)}html:not([lang=en]) .detail-hero h1{font-size:clamp(36px,5vw,70px)}html:not([lang=en]) .trade-end strong,html:not([lang=en]) .trade-hub strong{font-size:clamp(20px,2.4vw,31px);letter-spacing:-.5px}html:not([lang=en]) .trade-bottom{flex-wrap:wrap}html:not([lang=en]) .transport-modes{flex-wrap:wrap}html:not([lang=en]) .section-heading h2{max-width:850px}.split>*{min-width:0}.trade-route>*{min-width:0}
@media(max-width:1100px){.header-row{gap:12px}.header-row nav{gap:18px}.header-row nav a{font-size:13px}.header-row .nav-contact{padding:13px}.brand-wordmark{font-size:23px}}
@media(max-width:960px){.header-row nav{display:none;position:absolute;top:100%;left:0;right:0;background:#f4f7f7;padding:22px 5%;border-bottom:1px solid var(--line)}.header-row nav.open{display:flex;flex-direction:column;align-items:stretch;gap:18px}.header-row .menu{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:10px;border:0}.language-switch{margin-left:auto}.header-row{position:relative}.header-row nav a{font-size:16px}}
@media(max-width:600px){.earth-mark{width:53px;height:53px}.brand-wordmark{font-size:22px}.header-row{gap:8px}.language-switch a{font-size:11px;padding:10px 5px}.header-row .menu{width:36px;min-width:36px;padding:5px}html:not([lang=en]) .trade-route{grid-template-columns:1fr;gap:12px;text-align:center}html:not([lang=en]) .trade-end:last-child{text-align:center}html:not([lang=en]) .trade-arrow{transform:rotate(90deg);line-height:1}html:not([lang=en]) .trade-hub{width:100%;max-width:230px;justify-self:center}html:not([lang=en]) .trade-top{flex-wrap:wrap;gap:8px}html:not([lang=en]) .hero h1{font-size:clamp(36px,8.5vw,52px)}html:not([lang=en]) h2{font-size:clamp(28px,6.4vw,40px)}.footer-row .earth-mark{width:58px;height:58px}}
@media(max-width:370px){.brand-wordmark{font-size:19px}.brand{gap:3px}.earth-mark{width:45px;height:45px}.language-switch a{padding:10px 4px}.header-row{gap:4px}}
html[lang=ka] body{font-family:"Noto Sans Georgian","Segoe UI",sans-serif}html[lang=ka] .brand-wordmark{font-family:Arial,Helvetica,sans-serif}html[lang=ka] .hero-side{max-width:480px}

/* Quiet header with a lime badge behind the globe only. */
header{background:var(--paper);border-bottom-color:var(--line)}
header .nav-contact{border-color:#16313e66}header nav a:hover{color:#244c38}
header .earth-mark{color:#355b2d;background:#e2efa9;border-radius:18px;box-shadow:inset 0 0 0 1px #cada974d}header .earth-mark .point{fill:var(--deep);stroke:#e2efa9}
header .brand{gap:13px}
header .language-switch a:hover{background:#e8efdb;color:var(--deep)}
header .language-switch a[aria-current]{background:var(--deep);color:var(--lime)}
.hero-main h1{margin-bottom:0}.hero-side{padding-top:0}.hero-side>p:first-child{margin-bottom:28px}
.service-card:nth-child(1){background:#e8efeb}.service-card:nth-child(2){background:#e7edf2}.service-card:nth-child(3){background:#f0ece3}
.service-card:nth-child(1):hover{background:#dce7df}.service-card:nth-child(2):hover{background:#dbe5ed}.service-card:nth-child(3):hover{background:#e8e1d4}
@media(max-width:960px){.header-row nav{background:var(--paper);border-bottom-color:var(--line)}}
@media(max-width:600px){header .earth-mark{border-radius:14px}header .brand{gap:9px}}
@media(max-width:370px){header .brand{gap:5px}}
.hero-main{min-height:400px}
@media(max-width:720px){.hero-main{min-height:0;padding:54px 0 52px}.hero-main h1{margin-bottom:30px}}
