/*
Theme Name: LIMU Modern
Theme URI: https://limu.co.mw/
Author: LIMU Trade Agency
Description: A clean, fast WordPress theme for LIMU Trade Agency, inspired by modern African fintech and logistics websites.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: limu-modern
*/

:root {
	--limu-ink: #161A1C;
	--limu-navy: #161A1C;
	--limu-blue: #D38239;
	--limu-teal: #D38239;
	--limu-green: #F3CBA1;
	--limu-orange: #D38239;
	--limu-cream: #F3CBA1;
	--limu-muted: #482A28;
	--limu-line: #F3CBA1;
	--limu-white: #FEFEFE;
	--limu-shadow: 0 18px 45px rgba(22, 26, 28, 0.12);
	--limu-radius: 8px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--limu-white);
	color: var(--limu-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--limu-blue);
}

button,
input,
textarea {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.limu-wrap {
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto;
}

.limu-topbar {
	background: var(--limu-ink);
	color: rgba(254, 254, 254, 0.82);
	font-size: 13px;
}

.limu-topbar .limu-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 38px;
}

.limu-topbar strong {
	color: var(--limu-white);
	font-weight: 700;
}

.limu-topbar a {
	color: var(--limu-white);
	font-weight: 700;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(254, 254, 254, 0.94);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(243, 203, 161, 0.72);
}

.admin-bar .site-header {
	top: 32px;
}

.site-header.is-scrolled {
	box-shadow: 0 12px 32px rgba(22, 26, 28, 0.08);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 78px;
}

.site-branding {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 800;
	min-width: 185px;
}

.site-branding img {
	width: 108px;
	height: auto;
}

.site-branding span {
	display: none;
}

.site-nav {
	display: flex;
	align-items: center;
	gap: 24px;
	color: var(--limu-muted);
	font-size: 14px;
	font-weight: 700;
}

.site-nav ul {
	display: flex;
	align-items: center;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
}

.site-nav a:hover,
.site-nav .current-menu-item > a {
	color: var(--limu-navy);
}

.site-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.limu-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 6px;
	background: var(--limu-orange);
	color: var(--limu-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 10px 24px rgba(211, 130, 57, 0.2);
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.limu-btn:hover {
	transform: translateY(-1px);
	background: var(--limu-muted);
	color: var(--limu-white);
	box-shadow: 0 14px 30px rgba(211, 130, 57, 0.28);
}

.limu-btn--light {
	background: var(--limu-white);
	color: var(--limu-navy);
	border-color: rgba(243, 203, 161, 0.8);
	box-shadow: none;
}

.limu-btn--light:hover {
	background: var(--limu-cream);
	color: var(--limu-navy);
}

.limu-btn--ghost {
	background: transparent;
	color: var(--limu-ink);
	border-color: var(--limu-line);
	box-shadow: none;
}

.limu-btn--ghost:hover {
	background: rgba(243, 203, 161, 0.28);
	color: var(--limu-navy);
	box-shadow: none;
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--limu-line);
	border-radius: 6px;
	background: var(--limu-white);
	color: var(--limu-ink);
}

.nav-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: currentColor;
}

.limu-hero {
	position: relative;
	min-height: 78vh;
	display: grid;
	align-items: end;
	overflow: hidden;
	background-color: var(--limu-ink);
	background-position: center;
	background-size: cover;
	color: var(--limu-white);
}

.limu-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(22, 26, 28, 0.94) 0%, rgba(22, 26, 28, 0.78) 42%, rgba(72, 42, 40, 0.32) 100%),
		linear-gradient(180deg, rgba(22, 26, 28, 0.2), rgba(22, 26, 28, 0.78));
}

.limu-hero__content {
	position: relative;
	z-index: 1;
	width: min(760px, 100%);
	padding: 118px 0 84px;
}

.limu-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--limu-cream);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.limu-eyebrow::before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 2px;
	background: var(--limu-teal);
}

.limu-hero h1,
.limu-page-hero h1 {
	margin: 0;
	font-size: clamp(42px, 7vw, 84px);
	line-height: 0.95;
	letter-spacing: 0;
}

.limu-hero p {
	width: min(650px, 100%);
	margin: 24px 0 0;
	color: rgba(254, 254, 254, 0.86);
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.55;
}

.limu-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.limu-hero__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	width: min(680px, 100%);
	margin-top: 46px;
}

.limu-metric {
	padding: 18px;
	border: 1px solid rgba(243, 203, 161, 0.34);
	border-radius: var(--limu-radius);
	background: rgba(254, 254, 254, 0.09);
	backdrop-filter: blur(16px);
}

.limu-metric strong {
	display: block;
	color: var(--limu-white);
	font-size: 24px;
	line-height: 1;
}

.limu-metric span {
	display: block;
	margin-top: 6px;
	color: rgba(254, 254, 254, 0.74);
	font-size: 13px;
	font-weight: 700;
}

.limu-section {
	padding: 88px 0;
}

.limu-section--soft {
	background: rgba(243, 203, 161, 0.2);
}

.limu-section--dark {
	background: var(--limu-ink);
	color: var(--limu-white);
}

.limu-section__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 34px;
}

.limu-section__header h2,
.limu-split h2,
.limu-cta h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.05;
	letter-spacing: 0;
}

.limu-section__header p {
	width: min(520px, 100%);
	margin: 0;
	color: var(--limu-muted);
}

.limu-section--dark .limu-section__header p,
.limu-section--dark p {
	color: rgba(254, 254, 254, 0.74);
}

.trust-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--limu-line);
	border-radius: var(--limu-radius);
	background: var(--limu-line);
	box-shadow: var(--limu-shadow);
	transform: translateY(-28px);
}

.trust-strip__item {
	min-height: 126px;
	padding: 24px;
	background: var(--limu-white);
}

.trust-strip__item span {
	display: block;
	color: var(--limu-teal);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.trust-strip__item strong {
	display: block;
	margin-top: 10px;
	font-size: 19px;
	line-height: 1.25;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.service-card {
	overflow: hidden;
	border: 1px solid var(--limu-line);
	border-radius: var(--limu-radius);
	background: var(--limu-white);
	box-shadow: 0 12px 30px rgba(22, 26, 28, 0.07);
}

.service-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.service-card__body {
	padding: 22px;
}

.service-card h3 {
	margin: 0;
	font-size: 21px;
	line-height: 1.15;
}

.service-card p {
	margin: 12px 0 0;
	color: var(--limu-muted);
	font-size: 15px;
}

.service-card a {
	display: inline-flex;
	margin-top: 18px;
	color: var(--limu-navy);
	font-size: 14px;
	font-weight: 900;
}

.limu-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
	gap: 54px;
	align-items: center;
}

.limu-split p {
	margin: 18px 0 0;
	color: var(--limu-muted);
}

.limu-split__image {
	position: relative;
}

.limu-split__image img {
	width: 100%;
	border-radius: var(--limu-radius);
	box-shadow: var(--limu-shadow);
}

.limu-badge {
	position: absolute;
	right: 18px;
	bottom: 18px;
	max-width: 230px;
	padding: 18px;
	border-radius: var(--limu-radius);
	background: var(--limu-white);
	box-shadow: 0 16px 36px rgba(22, 26, 28, 0.18);
}

.limu-badge strong {
	display: block;
	color: var(--limu-orange);
	font-size: 30px;
	line-height: 1;
}

.limu-badge span {
	display: block;
	margin-top: 8px;
	color: var(--limu-ink);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	counter-reset: process;
}

.process-card {
	position: relative;
	min-height: 220px;
	padding: 24px;
	border: 1px solid rgba(243, 203, 161, 0.22);
	border-radius: var(--limu-radius);
	background: rgba(254, 254, 254, 0.07);
}

.process-card::before {
	counter-increment: process;
	content: "0" counter(process);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 6px;
	background: var(--limu-teal);
	color: var(--limu-ink);
	font-weight: 900;
}

.process-card h3 {
	margin: 26px 0 10px;
	font-size: 22px;
	line-height: 1.15;
}

.process-card p {
	margin: 0;
	font-size: 15px;
}

.strategic-partner {
	background:
		linear-gradient(180deg, rgba(243, 203, 161, 0.18), rgba(254, 254, 254, 1) 42%),
		var(--limu-white);
}

.strategic-partner__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 42px;
	align-items: start;
}

.strategic-partner__copy h2 {
	width: min(620px, 100%);
	margin: 0;
	font-size: clamp(34px, 4.7vw, 64px);
	line-height: 0.98;
}

.strategic-partner__copy p:not(.limu-eyebrow) {
	width: min(620px, 100%);
	margin: 22px 0 0;
	color: var(--limu-muted);
	font-size: 17px;
	line-height: 1.7;
}

.strategic-partner__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 28px;
}

.strategic-partner__actions span {
	width: min(360px, 100%);
	color: var(--limu-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
}

.strategic-partner__brand {
	display: flex;
	justify-content: flex-end;
}

.strategic-partner__logo-card {
	display: grid;
	align-content: center;
	width: min(100%, 520px);
	min-height: 330px;
	padding: 44px;
	border: 1px solid var(--limu-line);
	border-radius: var(--limu-radius);
	background: var(--limu-white);
	box-shadow: 0 18px 44px rgba(22, 26, 28, 0.08);
	text-decoration: none;
}

.strategic-partner__logo-card span {
	display: block;
	margin-bottom: 34px;
	color: var(--limu-orange);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.strategic-partner__logo-card img {
	width: min(100%, 420px);
	height: auto;
}

.strategic-partner__logo-card p {
	width: min(420px, 100%);
	margin: 34px 0 0;
	color: var(--limu-muted);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.55;
}

.services-hero {
	background-position: center;
}

.services-hero::before {
	background:
		linear-gradient(90deg, rgba(22, 26, 28, 0.94) 0%, rgba(22, 26, 28, 0.76) 42%, rgba(22, 26, 28, 0.2) 100%),
		linear-gradient(180deg, rgba(22, 26, 28, 0.08), rgba(72, 42, 40, 0.64));
}

.services-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.services-snapshot {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--limu-line);
	border-radius: var(--limu-radius);
	background: var(--limu-line);
	box-shadow: var(--limu-shadow);
	transform: translateY(-34px);
}

.services-snapshot__item {
	min-height: 178px;
	padding: 24px;
	background: var(--limu-white);
}

.service-snapshot-icon,
.service-icon {
	display: block;
	color: var(--limu-orange);
}

.service-snapshot-icon {
	width: 34px;
	height: 34px;
	margin-bottom: 22px;
}

.services-snapshot__item span {
	display: block;
	color: var(--limu-orange);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.services-snapshot__item strong {
	display: block;
	margin-top: 10px;
	font-size: 19px;
	line-height: 1.25;
}

.service-detail {
	padding-top: 54px;
}

.service-detail__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.service-detail-card {
	min-height: 410px;
	padding: 26px;
	border: 1px solid var(--limu-line);
	border-radius: var(--limu-radius);
	background: var(--limu-white);
	box-shadow: 0 14px 32px rgba(22, 26, 28, 0.07);
}

.service-icon {
	width: 40px;
	height: 40px;
	margin-bottom: 24px;
}

.service-detail-card h3 {
	margin: 0;
	font-size: 23px;
	line-height: 1.15;
}

.service-detail-card p {
	margin: 16px 0 0;
	color: var(--limu-muted);
	font-size: 15px;
	line-height: 1.62;
}

.service-detail-card ul {
	display: grid;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.service-detail-card li {
	position: relative;
	padding-left: 18px;
	color: var(--limu-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.service-detail-card li::before {
	content: "";
	position: absolute;
	top: 0.58em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--limu-orange);
}

.services-journey {
	background: var(--limu-ink);
	color: var(--limu-white);
}

.services-journey .limu-section__header p,
.services-journey p {
	color: rgba(254, 254, 254, 0.74);
}

.services-journey__rail {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(243, 203, 161, 0.22);
	border-radius: var(--limu-radius);
	background: rgba(243, 203, 161, 0.18);
}

.journey-step {
	position: relative;
	min-height: 246px;
	padding: 26px;
	background: rgba(254, 254, 254, 0.07);
}

.journey-step span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 6px;
	background: var(--limu-orange);
	color: var(--limu-ink);
	font-weight: 900;
}

.journey-step h3 {
	margin: 28px 0 12px;
	font-size: 23px;
	line-height: 1.1;
}

.journey-step p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

.service-models {
	background: rgba(243, 203, 161, 0.18);
}

.service-models__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 42px;
	align-items: start;
}

.service-models__copy h2 {
	margin: 0;
	font-size: clamp(32px, 4.6vw, 58px);
	line-height: 1;
}

.service-models__copy p:not(.limu-eyebrow) {
	margin: 22px 0 0;
	color: var(--limu-muted);
	font-size: 17px;
	line-height: 1.7;
}

.service-models__copy .limu-btn {
	margin-top: 28px;
}

.service-models__list {
	display: grid;
	gap: 16px;
}

.service-model-card {
	padding: 26px;
	border: 1px solid var(--limu-line);
	border-radius: var(--limu-radius);
	background: var(--limu-white);
	box-shadow: 0 14px 32px rgba(22, 26, 28, 0.06);
}

.service-model-card h3 {
	margin: 0;
	font-size: 23px;
	line-height: 1.15;
}

.service-model-card p {
	margin: 12px 0 0;
	color: var(--limu-muted);
	font-size: 15px;
	line-height: 1.65;
}

.contact-hero {
	background-position: center;
}

.contact-hero::before {
	background:
		linear-gradient(90deg, rgba(22, 26, 28, 0.92) 0%, rgba(22, 26, 28, 0.72) 42%, rgba(22, 26, 28, 0.16) 100%),
		linear-gradient(180deg, rgba(22, 26, 28, 0.08), rgba(72, 42, 40, 0.62));
}

.contact-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.contact-snapshot {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--limu-line);
	border-radius: var(--limu-radius);
	background: var(--limu-line);
	box-shadow: var(--limu-shadow);
	transform: translateY(-34px);
}

.contact-snapshot__item {
	display: block;
	min-height: 188px;
	padding: 28px;
	background: var(--limu-white);
}

.contact-icon,
.contact-social-icon,
.contact-brief-icon,
.contact-map-pin {
	display: block;
	color: var(--limu-orange);
}

.contact-icon {
	width: 38px;
	height: 38px;
	margin-bottom: 24px;
}

.contact-snapshot__item span,
.contact-route-card span {
	display: block;
	color: var(--limu-orange);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-snapshot__item strong {
	display: block;
	margin-top: 10px;
	color: var(--limu-ink);
	font-size: 22px;
	line-height: 1.22;
}

.contact-intro {
	padding-top: 54px;
	background: var(--limu-white);
}

.contact-intro__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 46px;
	align-items: center;
}

.contact-intro__copy h2 {
	margin: 0;
	font-size: clamp(32px, 4.5vw, 58px);
	line-height: 1;
}

.contact-intro__copy p:not(.limu-eyebrow) {
	margin: 22px 0 0;
	color: var(--limu-muted);
	font-size: 17px;
	line-height: 1.7;
}

.contact-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.contact-socials a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 46px;
	padding: 11px 14px;
	border: 1px solid var(--limu-line);
	border-radius: 6px;
	background: var(--limu-white);
	color: var(--limu-ink);
	font-size: 14px;
	font-weight: 900;
	box-shadow: 0 10px 22px rgba(22, 26, 28, 0.05);
}

.contact-socials a:hover {
	background: rgba(243, 203, 161, 0.24);
	color: var(--limu-ink);
}

.contact-social-icon {
	width: 18px;
	height: 18px;
}

.contact-route-card {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	padding: 28px;
	border: 1px solid var(--limu-line);
	border-radius: var(--limu-radius);
	background: rgba(243, 203, 161, 0.18);
	box-shadow: var(--limu-shadow);
}

.contact-route-card__map {
	position: relative;
	min-height: 300px;
	overflow: hidden;
	border-radius: var(--limu-radius);
	background:
		linear-gradient(135deg, rgba(211, 130, 57, 0.18), rgba(254, 254, 254, 0.92)),
		repeating-linear-gradient(90deg, rgba(22, 26, 28, 0.06) 0 1px, transparent 1px 42px),
		repeating-linear-gradient(0deg, rgba(22, 26, 28, 0.06) 0 1px, transparent 1px 42px);
}

.contact-route-card__map span {
	position: absolute;
	display: block;
	height: 3px;
	border-radius: 999px;
	background: var(--limu-orange);
	opacity: 0.8;
}

.contact-route-card__map span:nth-child(1) {
	top: 28%;
	left: 12%;
	width: 58%;
	transform: rotate(16deg);
}

.contact-route-card__map span:nth-child(2) {
	top: 54%;
	left: 25%;
	width: 62%;
	transform: rotate(-20deg);
}

.contact-route-card__map span:nth-child(3) {
	bottom: 24%;
	left: 10%;
	width: 72%;
	transform: rotate(8deg);
}

.contact-map-pin {
	position: absolute;
	right: 22%;
	top: 38%;
	width: 56px;
	height: 56px;
	padding: 11px;
	border-radius: 999px;
	background: var(--limu-white);
	box-shadow: 0 14px 30px rgba(22, 26, 28, 0.14);
}

.contact-route-card h3 {
	margin: 12px 0 0;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.05;
}

.contact-route-card p {
	margin: 12px 0 0;
	color: var(--limu-muted);
	font-size: 17px;
	font-weight: 800;
}

.contact-route-card .limu-btn {
	margin-top: 26px;
}

.contact-brief {
	background: var(--limu-ink);
	color: var(--limu-white);
}

.contact-brief .limu-section__header p,
.contact-brief p {
	color: rgba(254, 254, 254, 0.74);
}

.contact-brief__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.contact-brief-card {
	min-height: 258px;
	padding: 26px;
	border: 1px solid rgba(243, 203, 161, 0.22);
	border-radius: var(--limu-radius);
	background: rgba(254, 254, 254, 0.07);
}

.contact-brief-icon {
	width: 38px;
	height: 38px;
	margin-bottom: 26px;
}

.contact-brief-card h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.15;
}

.contact-brief-card p {
	margin: 14px 0 0;
	font-size: 15px;
	line-height: 1.65;
}

.about-subhead {
	margin: 26px 0 8px;
	color: var(--limu-ink);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

.about-stats {
	position: relative;
	z-index: 2;
	padding: 0 0 72px;
	background: var(--limu-white);
}

.about-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: -64px;
}

.about-stat {
	scroll-margin-top: 104px;
	overflow: hidden;
	min-height: 214px;
	padding: 28px;
	border: 1px solid rgba(243, 203, 161, 0.72);
	border-radius: var(--limu-radius);
	background: var(--limu-white);
	box-shadow: 0 22px 44px rgba(22, 26, 28, 0.09);
}

.about-stat__rule {
	display: block;
	width: 42px;
	height: 4px;
	margin-bottom: 46px;
	border-radius: 999px;
	background: var(--limu-orange);
}

.about-stat strong {
	display: block;
	color: var(--limu-ink);
	font-size: clamp(38px, 3.4vw, 50px);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: 0;
	white-space: normal;
}

.about-stat p {
	margin: 18px 0 0;
	color: var(--limu-orange);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}

.about-pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 34px;
}

.about-pillar {
	min-height: 246px;
	padding: 24px;
	border: 1px solid var(--limu-line);
	border-radius: var(--limu-radius);
	background: var(--limu-white);
	box-shadow: 0 14px 32px rgba(22, 26, 28, 0.06);
}

.about-pillar span {
	display: block;
	color: var(--limu-orange);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.about-pillar p {
	margin: 14px 0 0;
	color: var(--limu-muted);
	font-size: 15px;
	line-height: 1.65;
}

.about-structure {
	background: var(--limu-white);
}

.structure-chart {
	margin-top: 36px;
}

.structure-leadership {
	display: grid;
	grid-template-columns: minmax(260px, 380px);
	gap: 22px;
	justify-content: center;
}

.structure-node,
.structure-dept {
	border: 1px solid var(--limu-line);
	border-radius: var(--limu-radius);
	background: var(--limu-white);
	box-shadow: 0 14px 32px rgba(22, 26, 28, 0.07);
}

.structure-node {
	position: relative;
	padding: 24px;
	text-align: center;
}

.structure-icon {
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 auto 16px;
	color: var(--limu-orange);
}

.structure-node + .structure-node::before {
	content: "";
	position: absolute;
	top: -23px;
	left: 50%;
	width: 2px;
	height: 22px;
	background: var(--limu-orange);
	transform: translateX(-50%);
}

.structure-node span {
	display: block;
	color: var(--limu-orange);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.structure-node strong {
	display: block;
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.15;
}

.structure-node--board {
	border-color: rgba(243, 203, 161, 0.22);
	background: var(--limu-ink);
	color: var(--limu-white);
}

.structure-departments {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 58px;
}

.structure-departments::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 12.5%;
	right: 12.5%;
	height: 2px;
	background: rgba(211, 130, 57, 0.52);
}

.structure-dept {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	min-height: 106px;
	padding: 22px;
	color: var(--limu-ink);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
}

.structure-dept .structure-icon {
	width: 34px;
	height: 34px;
	margin: 0;
}

.structure-dept span {
	display: block;
	max-width: 100%;
}

.structure-dept:nth-child(-n+4)::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	width: 2px;
	height: 30px;
	background: rgba(211, 130, 57, 0.52);
	transform: translateX(-50%);
}

.structure-dept--it {
	border-color: rgba(211, 130, 57, 0.86);
	background: rgba(243, 203, 161, 0.2);
}

.structure-innovation {
	width: min(760px, 100%);
	margin: 24px auto 0;
	padding: 24px;
	border: 1px solid rgba(211, 130, 57, 0.38);
	border-radius: var(--limu-radius);
	background: var(--limu-ink);
	color: var(--limu-white);
	box-shadow: 0 18px 40px rgba(22, 26, 28, 0.1);
}

.structure-innovation span {
	display: block;
	color: var(--limu-orange);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.structure-innovation p {
	margin: 12px 0 0;
	color: rgba(254, 254, 254, 0.86);
	font-size: 16px;
	line-height: 1.7;
}

.testimonial {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	padding: 32px;
	border: 1px solid var(--limu-line);
	border-radius: var(--limu-radius);
	background: var(--limu-white);
	box-shadow: var(--limu-shadow);
}

.testimonial img {
	width: 120px;
	height: 120px;
	border-radius: 8px;
	object-fit: cover;
}

.testimonial blockquote {
	margin: 0;
	color: var(--limu-muted);
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.45;
}

.testimonial cite {
	display: block;
	margin-top: 16px;
	color: var(--limu-navy);
	font-style: normal;
	font-weight: 900;
}

.limu-cta {
	padding: 72px 0;
	background:
		linear-gradient(90deg, rgba(22, 26, 28, 0.96), rgba(211, 130, 57, 0.86)),
		url("assets/images/shipping-logistics.png") center / cover;
	color: var(--limu-white);
}

.limu-cta .limu-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
}

.limu-cta p {
	width: min(610px, 100%);
	margin: 18px 0 0;
	color: rgba(254, 254, 254, 0.8);
}

.site-footer {
	background: var(--limu-ink);
	color: rgba(254, 254, 254, 0.72);
}

.site-footer__main {
	display: grid;
	grid-template-columns: 1.2fr repeat(3, minmax(0, 0.7fr));
	gap: 34px;
	padding: 58px 0 42px;
}

.site-footer img {
	display: block;
	width: 118px;
	padding: 8px 10px;
	margin-bottom: 18px;
	border-radius: 4px;
	background: var(--limu-white);
}

.site-footer h2,
.site-footer h3 {
	margin: 0 0 16px;
	color: var(--limu-white);
	font-size: 15px;
	line-height: 1.2;
}

.site-footer p {
	margin: 0;
	max-width: 360px;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer li + li {
	margin-top: 10px;
}

.site-footer a:hover {
	color: var(--limu-teal);
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 0;
	border-top: 1px solid rgba(243, 203, 161, 0.18);
	font-size: 13px;
}

.limu-page-hero {
	padding: 96px 0 56px;
	background: rgba(243, 203, 161, 0.2);
}

.limu-page-hero--image {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 560px;
	overflow: hidden;
	padding: 0;
	background-color: var(--limu-ink);
	background-position: center;
	background-size: cover;
	color: var(--limu-white);
}

.limu-page-hero--image::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(22, 26, 28, 0.92) 0%, rgba(22, 26, 28, 0.72) 44%, rgba(72, 42, 40, 0.18) 100%),
		linear-gradient(180deg, rgba(22, 26, 28, 0.08), rgba(22, 26, 28, 0.74));
}

.limu-page-hero--image .limu-wrap {
	position: relative;
	z-index: 1;
	padding: 132px 0 92px;
}

.limu-page-hero--image h1 {
	width: min(840px, 100%);
	color: var(--limu-white);
}

.limu-page-hero--image p:not(.limu-eyebrow) {
	width: min(650px, 100%);
	margin: 24px 0 0;
	color: rgba(254, 254, 254, 0.86);
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.55;
}

.limu-content {
	padding: 64px 0 86px;
}

.limu-content article {
	width: min(820px, 100%);
	margin: 0 auto;
}

.limu-content h1,
.limu-content h2,
.limu-content h3 {
	line-height: 1.15;
}

.limu-post-list {
	display: grid;
	gap: 18px;
}

.limu-post-list article {
	padding: 26px;
	border: 1px solid var(--limu-line);
	border-radius: var(--limu-radius);
	background: var(--limu-white);
}

.limu-post-list h2 {
	margin: 0 0 10px;
	font-size: 26px;
}

.not-found {
	padding: 96px 0;
}

@media (max-width: 1180px) {
	.about-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.service-grid,
	.process-grid,
	.service-detail__grid,
	.services-journey__rail,
	.contact-brief__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-stats__grid,
	.structure-departments,
	.about-pillars,
	.services-snapshot,
	.trust-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.structure-node + .structure-node::before,
	.structure-departments::before,
	.structure-dept:nth-child(-n+4)::before {
		display: none;
	}

	.limu-split {
		grid-template-columns: 1fr;
	}

	.strategic-partner__inner {
		grid-template-columns: 1fr;
	}

	.service-models__inner {
		grid-template-columns: 1fr;
	}

	.contact-intro__inner {
		grid-template-columns: 1fr;
	}

	.strategic-partner__brand {
		justify-content: flex-start;
	}

	.site-footer__main {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 760px) {
	.limu-wrap {
		width: min(100% - 28px, 1160px);
	}

	.limu-topbar .limu-wrap {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
		padding: 9px 0;
	}

	.site-header__inner {
		min-height: 68px;
	}

	.site-branding img {
		width: 92px;
	}

	.site-branding {
		min-width: 0;
	}

	.site-actions {
		gap: 8px;
	}

	.site-actions .limu-btn {
		padding: 10px 14px;
		white-space: nowrap;
	}

	.nav-toggle {
		display: inline-block;
	}

	.site-nav {
		position: absolute;
		top: 100%;
		left: 14px;
		right: 14px;
		display: none;
		padding: 18px;
		border: 1px solid var(--limu-line);
		border-radius: var(--limu-radius);
		background: var(--limu-white);
		box-shadow: var(--limu-shadow);
	}

	.site-nav.is-open {
		display: block;
	}

	.site-nav ul {
		display: grid;
		gap: 4px;
	}

	.site-nav a {
		min-height: 42px;
	}

	.site-actions .limu-btn--ghost {
		display: none;
	}

	.limu-hero {
		min-height: 76vh;
		background-position: 62% center;
	}

	.limu-page-hero--image {
		min-height: 70vh;
		background-position: 58% center;
	}

	.services-hero {
		background-position: 58% center;
	}

	.contact-hero {
		background-position: 62% center;
	}

	.limu-hero::before {
		background: linear-gradient(180deg, rgba(22, 26, 28, 0.9), rgba(72, 42, 40, 0.78));
	}

	.limu-page-hero--image::before {
		background: linear-gradient(180deg, rgba(22, 26, 28, 0.9), rgba(72, 42, 40, 0.76));
	}

	.limu-hero__content {
		padding: 88px 0 52px;
	}

	.limu-page-hero--image .limu-wrap {
		padding: 88px 0 56px;
	}

	.about-stats {
		padding: 42px 0 56px;
	}

	.about-stats__grid {
		grid-template-columns: 1fr;
		margin-top: 0;
	}

	.about-stat {
		min-height: 0;
		padding: 24px;
	}

	.about-stat__rule {
		margin-bottom: 30px;
	}

	.strategic-partner__logo-card {
		min-height: 0;
		padding: 28px;
	}

	.limu-hero__metrics,
	.structure-departments,
	.about-pillars,
	.service-grid,
	.process-grid,
	.services-snapshot,
	.service-detail__grid,
	.services-journey__rail,
	.contact-snapshot,
	.contact-brief__grid,
	.trust-strip,
	.testimonial,
	.site-footer__main {
		grid-template-columns: 1fr;
	}

	.services-snapshot {
		transform: translateY(-20px);
	}

	.contact-snapshot {
		transform: translateY(-20px);
	}

	.contact-route-card {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.contact-route-card__map {
		min-height: 220px;
	}

	.contact-intro {
		padding-top: 42px;
	}

	.service-detail-card,
	.journey-step,
	.contact-brief-card {
		min-height: 0;
	}

	.limu-section {
		padding: 62px 0;
	}

	.limu-section__header {
		display: block;
	}

	.limu-section__header p {
		margin-top: 14px;
	}

	.limu-badge {
		position: static;
		max-width: none;
		margin-top: 14px;
	}

	.limu-cta .limu-wrap,
	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.testimonial {
		padding: 22px;
	}

	.testimonial img {
		width: 88px;
		height: 88px;
	}
}
