.dnal-home {
	color: #1d1712;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: #fffdf8;
}

.dnal-home * {
	box-sizing: border-box;
}

.dnal-shell {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.dnal-hero {
	position: relative;
	min-height: 720px;
	display: grid;
	align-items: end;
	overflow: hidden;
	background: #20120a;
}

.dnal-hero__media {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(19, 10, 5, .92) 0%, rgba(19, 10, 5, .72) 42%, rgba(19, 10, 5, .2) 100%),
		linear-gradient(0deg, rgba(19, 10, 5, .72), rgba(19, 10, 5, .05) 46%),
		url("https://dnalcocoaandcoffeeugandaltd.com/wp-content/uploads/2026/03/cocoa5.png") center / cover;
}

.dnal-hero__content {
	position: relative;
	z-index: 1;
	padding: 172px 0 84px;
	color: #fffdf8;
}

.dnal-eyebrow,
.dnal-kicker {
	margin: 0 0 14px;
	color: #b98948;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.dnal-hero h1 {
	max-width: 780px;
	margin: 0;
	font-size: clamp(44px, 7vw, 84px);
	line-height: .98;
	font-weight: 800;
	letter-spacing: 0;
}

.dnal-lead {
	max-width: 640px;
	margin: 24px 0 0;
	color: rgba(255, 253, 248, .86);
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.6;
}

.dnal-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.dnal-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 800;
	text-decoration: none;
}

.dnal-button--primary {
	background: #c78a3b;
	color: #1b1008;
}

.dnal-button--secondary {
	border-color: rgba(255, 253, 248, .46);
	color: #fffdf8;
	background: rgba(255, 255, 255, .06);
}

.dnal-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 56px;
}

.dnal-proof span {
	padding: 10px 14px;
	border: 1px solid rgba(255, 253, 248, .22);
	background: rgba(255, 255, 255, .08);
	color: rgba(255, 253, 248, .84);
	border-radius: 999px;
	font-size: 14px;
}

.dnal-section {
	padding: 96px 0;
}

.dnal-section h2,
.dnal-contact h2 {
	margin: 0;
	color: #24160d;
	font-size: clamp(32px, 4vw, 56px);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: 0;
}

.dnal-section p,
.dnal-contact p {
	color: #65594f;
	font-size: 17px;
	line-height: 1.75;
}

.dnal-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
	gap: 64px;
	align-items: center;
}

.dnal-split--reverse {
	grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr);
}

.dnal-photo-stack {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	align-items: end;
}

.dnal-photo-stack img,
.dnal-feature-image img,
.dnal-card img {
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: 8px;
	background: #eee6dc;
}

.dnal-photo-stack img:first-child {
	height: 420px;
}

.dnal-photo-stack img:last-child {
	height: 310px;
	margin-top: 80px;
}

.dnal-products,
.dnal-supply {
	background: #f5efe4;
}

.dnal-section-head {
	max-width: 720px;
	margin-bottom: 36px;
}

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

.dnal-card {
	position: relative;
	overflow: hidden;
	background: #fffdf8;
	border: 1px solid #e6d9c6;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(44, 28, 14, .08);
}

.dnal-card img {
	height: 250px;
	border-radius: 0;
}

.dnal-card div {
	padding: 24px;
}

.dnal-card h3,
.dnal-capabilities h3 {
	margin: 0 0 10px;
	color: #24160d;
	font-size: 22px;
	line-height: 1.2;
}

.dnal-card p,
.dnal-capabilities p {
	margin: 0;
	color: #6a5b4e;
	font-size: 16px;
	line-height: 1.65;
}

.dnal-feature-image img {
	height: 520px;
}

.dnal-list {
	display: grid;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.dnal-list li {
	position: relative;
	padding-left: 28px;
	color: #3f352d;
	font-weight: 700;
}

.dnal-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .55em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2f6f4e;
}

.dnal-capabilities {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: #d9c8ae;
	border: 1px solid #d9c8ae;
	border-radius: 8px;
	overflow: hidden;
}

.dnal-capabilities > div {
	min-height: 210px;
	padding: 28px;
	background: #fffdf8;
}

.dnal-sustainability {
	background: #263f2d;
	color: #fffdf8;
}

.dnal-sustainability h2,
.dnal-sustainability p {
	color: #fffdf8;
}

.dnal-sustainability p {
	color: rgba(255, 253, 248, .78);
}

.dnal-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: rgba(255, 253, 248, .24);
	border: 1px solid rgba(255, 253, 248, .24);
	border-radius: 8px;
	overflow: hidden;
}

.dnal-stats div {
	min-height: 150px;
	padding: 24px;
	background: rgba(255, 253, 248, .08);
}

.dnal-stats strong {
	display: block;
	color: #f2c06d;
	font-size: 42px;
	line-height: 1;
}

.dnal-stats span {
	display: block;
	margin-top: 12px;
	color: rgba(255, 253, 248, .82);
	font-weight: 700;
}

.dnal-contact {
	padding: 92px 0;
	background:
		linear-gradient(90deg, rgba(33, 18, 9, .94), rgba(33, 18, 9, .74)),
		url("https://dnalcocoaandcoffeeugandaltd.com/wp-content/uploads/2026/02/cocoa4.png") center / cover;
}

.dnal-contact__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 56px;
	align-items: center;
}

.dnal-contact h2,
.dnal-contact p {
	color: #fffdf8;
}

.dnal-contact-card {
	display: grid;
	gap: 16px;
	padding: 28px;
	background: #fffdf8;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.dnal-contact-card a {
	color: #24160d;
	font-size: 18px;
	font-weight: 800;
	text-decoration: none;
}

.dnal-contact-card p {
	margin: 8px 0 0;
	color: #6a5b4e;
	font-size: 15px;
	line-height: 1.6;
}

@media (max-width: 900px) {
	.dnal-hero {
		min-height: 640px;
	}

	.dnal-split,
	.dnal-split--reverse,
	.dnal-contact__inner {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.dnal-card-grid,
	.dnal-capabilities {
		grid-template-columns: 1fr 1fr;
	}

	.dnal-feature-image img {
		height: 420px;
	}
}

@media (max-width: 640px) {
	.dnal-shell {
		width: min(100% - 24px, 1120px);
	}

	.dnal-hero__content {
		padding: 132px 0 56px;
	}

	.dnal-section,
	.dnal-contact {
		padding: 68px 0;
	}

	.dnal-actions,
	.dnal-button {
		width: 100%;
	}

	.dnal-photo-stack,
	.dnal-card-grid,
	.dnal-capabilities,
	.dnal-stats {
		grid-template-columns: 1fr;
	}

	.dnal-photo-stack img:first-child,
	.dnal-photo-stack img:last-child,
	.dnal-feature-image img,
	.dnal-card img {
		height: 300px;
		margin-top: 0;
	}
}

.dnal-site-nav {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px max(24px, calc((100vw - 1120px) / 2));
	background: rgba(23, 13, 7, .82);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(255, 253, 248, .12);
}

.dnal-site-nav a {
	color: #fffdf8;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.dnal-site-nav > div {
	display: flex;
	align-items: center;
	gap: 22px;
}

.dnal-brand {
	font-size: 18px !important;
	letter-spacing: .02em;
}

@media (max-width: 760px) {
	.dnal-site-nav {
		position: absolute;
		align-items: flex-start;
		padding: 14px 16px;
	}

	.dnal-site-nav > div {
		justify-content: flex-end;
		gap: 12px;
		flex-wrap: wrap;
	}

	.dnal-site-nav a {
		font-size: 12px;
	}

	.dnal-brand {
		max-width: 140px;
	}
}

.dnal-brand img {
	display: block;
	width: min(150px, 32vw);
	height: auto;
	max-height: 46px;
	object-fit: contain;
}

@media (max-width: 760px) {
	.dnal-brand img {
		width: 104px;
		max-height: 38px;
	}
}

.dnal-contact-card small {
	margin-top: -8px;
	color: #6a5b4e;
	font-size: 13px;
	font-weight: 700;
}

.dnal-contact-card .dnal-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 4px;
	background: #1f8f4d;
	color: #fffdf8;
}

.dnal-icon,
.dnal-link-icon {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	fill: currentColor;
}

.dnal-button .dnal-icon,
.dnal-contact-card a .dnal-link-icon {
	margin-right: 10px;
}

.dnal-contact-card a {
	display: inline-flex;
	align-items: center;
}

.dnal-floating-whatsapp {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 50;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 56px;
	padding: 0 18px;
	border-radius: 999px;
	background: #25d366;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .24);
}

.dnal-floating-whatsapp svg {
	width: 26px;
	height: 26px;
	fill: currentColor;
}

@media (max-width: 640px) {
	.dnal-floating-whatsapp {
		right: 14px;
		bottom: 14px;
		min-height: 52px;
		padding: 0 15px;
	}

	.dnal-floating-whatsapp span {
		display: none;
	}
}

.dnal-icon,
.dnal-link-icon {
	width: 16px;
	height: 16px;
}

.dnal-button .dnal-icon,
.dnal-contact-card a .dnal-link-icon {
	margin-right: 8px;
}

.dnal-contact-card .dnal-whatsapp .dnal-link-icon {
	width: 18px;
	height: 18px;
}

.dnal-floating-whatsapp svg {
	width: 22px;
	height: 22px;
}

@media (max-width: 640px) {
	.dnal-floating-whatsapp svg {
		width: 21px;
		height: 21px;
	}
}

.dnal-footer-note {
	padding: 18px 0;
	background: #130b06;
	color: rgba(255, 253, 248, .78);
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.dnal-footer-note {
	padding: 28px 0 86px;
	background: linear-gradient(180deg, #1f120a 0%, #100905 100%);
	border-top: 1px solid rgba(255, 253, 248, .12);
	color: rgba(255, 253, 248, .76);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

.dnal-footer-note .dnal-shell {
	padding-top: 18px;
	border-top: 1px solid rgba(255, 253, 248, .1);
}

@media (max-width: 640px) {
	.dnal-footer-note {
		padding-bottom: 78px;
	}
}

html {
	scroll-behavior: smooth;
}

.dnal-home a,
.dnal-button,
.dnal-card,
.dnal-card img,
.dnal-photo-stack img,
.dnal-feature-image img,
.dnal-floating-whatsapp,
.dnal-contact-card {
	transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease, color .24s ease, border-color .24s ease, opacity .24s ease;
}

.dnal-button:hover,
.dnal-contact-card a:hover,
.dnal-floating-whatsapp:hover {
	transform: translateY(-2px);
}

.dnal-button--primary:hover,
.dnal-contact-card .dnal-whatsapp:hover {
	background: #dfa34e;
	box-shadow: 0 14px 30px rgba(32, 18, 8, .22);
}

.dnal-button--secondary:hover {
	border-color: rgba(255, 253, 248, .72);
	background: rgba(255, 255, 255, .14);
}

.dnal-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 58px rgba(44, 28, 14, .14);
}

.dnal-card:hover img,
.dnal-photo-stack img:hover,
.dnal-feature-image img:hover {
	transform: scale(1.025);
}

.dnal-card,
.dnal-section-head,
.dnal-split > *,
.dnal-capabilities > div,
.dnal-stats > div,
.dnal-contact__inner > * {
	animation: dnalFadeUp .7s ease both;
}

.dnal-card:nth-child(2),
.dnal-capabilities > div:nth-child(2),
.dnal-stats > div:nth-child(2) {
	animation-delay: .08s;
}

.dnal-card:nth-child(3),
.dnal-capabilities > div:nth-child(3),
.dnal-stats > div:nth-child(3) {
	animation-delay: .16s;
}

.dnal-capabilities > div:nth-child(4) {
	animation-delay: .24s;
}

.dnal-floating-whatsapp {
	animation: dnalFloatIn .55s ease both, dnalPulse 2.8s ease-in-out 1.2s infinite;
}

@keyframes dnalFadeUp {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes dnalFloatIn {
	from {
		opacity: 0;
		transform: translateY(14px) scale(.96);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes dnalPulse {
	0%, 100% {
		box-shadow: 0 18px 40px rgba(0, 0, 0, .24), 0 0 0 0 rgba(37, 211, 102, .28);
	}
	50% {
		box-shadow: 0 18px 40px rgba(0, 0, 0, .24), 0 0 0 10px rgba(37, 211, 102, 0);
	}
}


.dnal-site-nav {
	animation: dnalNavDrop .62s cubic-bezier(.2, .8, .2, 1) both;
}

.dnal-hero__content > * {
	animation: dnalHeroCopy .78s cubic-bezier(.2, .8, .2, 1) both;
}

.dnal-hero__content > *:nth-child(2) {
	animation-delay: .08s;
}

.dnal-hero__content > *:nth-child(3) {
	animation-delay: .16s;
}

.dnal-hero__content > *:nth-child(4) {
	animation-delay: .24s;
}

.dnal-hero__content > *:nth-child(5) {
	animation-delay: .32s;
}

.dnal-products {
	background:
		linear-gradient(120deg, rgba(255, 212, 0, .18), rgba(245, 239, 228, 0) 34%),
		linear-gradient(300deg, rgba(38, 63, 45, .12), rgba(245, 239, 228, 0) 42%),
		#f5efe4;
	background-size: 140% 140%, 140% 140%, auto;
	animation: dnalCommercialWash 11s ease-in-out infinite alternate;
}

.dnal-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .42) 46%, transparent 56%);
	opacity: 0;
	transform: translateX(-140%);
	pointer-events: none;
}

.dnal-card:hover::before {
	opacity: 1;
	animation: dnalCardSheen .82s ease;
}

.dnal-card:hover {
	transform: translateY(-10px) scale(1.012);
	box-shadow: 0 32px 70px rgba(44, 28, 14, .2);
}

.dnal-card:hover img {
	transform: scale(1.055);
	filter: saturate(1.08) contrast(1.04);
}

.dnal-card:nth-child(4),
.dnal-capabilities > div:nth-child(4) {
	animation-delay: .24s;
}

.dnal-button--primary,
.dnal-hero .dnal-button--secondary {
	position: relative;
	overflow: hidden;
}

.dnal-button--primary::after,
.dnal-hero .dnal-button--secondary::after {
	content: "";
	position: absolute;
	inset: -40% auto -40% -80%;
	width: 46%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .48), transparent);
	transform: skewX(-20deg);
	animation: dnalButtonShine 4.6s ease-in-out infinite;
}

@keyframes dnalNavDrop {
	from {
		opacity: 0;
		transform: translateY(-18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes dnalHeroCopy {
	from {
		opacity: 0;
		transform: translateY(26px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes dnalCommercialWash {
	from {
		background-position: 0% 50%, 100% 50%, center;
	}
	to {
		background-position: 100% 50%, 0% 50%, center;
	}
}

@keyframes dnalCardSheen {
	from {
		transform: translateX(-140%);
	}
	to {
		transform: translateX(140%);
	}
}

@keyframes dnalButtonShine {
	0%, 62%, 100% {
		left: -80%;
	}
	78% {
		left: 125%;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.dnal-home *,
	.dnal-floating-whatsapp {
		animation: none !important;
		transition: none !important;
	}
}

.dnal-reveal {
	opacity: 0;
	transform: translateY(42px);
	transition: opacity .72s ease, transform .72s ease;
	will-change: opacity, transform;
}

.dnal-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.dnal-reveal .dnal-card,
.dnal-reveal .dnal-capabilities > div,
.dnal-reveal .dnal-stats > div {
	transition-delay: .08s;
}

@media (prefers-reduced-motion: reduce) {
	.dnal-reveal {
		opacity: 1;
		transform: none;
	}
}

.dnal-card,
.dnal-section-head,
.dnal-split > *,
.dnal-capabilities > div,
.dnal-stats > div,
.dnal-contact__inner > *,
.dnal-footer-note {
	animation: none;
}

.dnal-reveal {
	animation: none !important;
}

.dnal-capabilities {
	counter-reset: dnalCapability;
}

.dnal-capabilities > div {
	position: relative;
	padding-top: 72px;
}

.dnal-capabilities > div::before {
	counter-increment: dnalCapability;
	content: counter(dnalCapability);
	position: absolute;
	top: 24px;
	left: 28px;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #263f2d;
	color: #f2c06d;
	font-size: 16px;
	font-weight: 900;
	box-shadow: 0 10px 22px rgba(38, 63, 45, .18);
}

.dnal-capabilities > div::after {
	content: "";
	position: absolute;
	top: 41px;
	left: 72px;
	width: 42px;
	height: 1px;
	background: #d5b172;
}

.dnal-hero__media {
	background: #20120a;
}

.dnal-hero__media::before,
.dnal-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.dnal-hero__media::before {
	background: linear-gradient(90deg, rgba(19, 10, 5, .92) 0%, rgba(19, 10, 5, .72) 42%, rgba(19, 10, 5, .2) 100%);
}

.dnal-hero__media::after {
	background: linear-gradient(0deg, rgba(19, 10, 5, .72), rgba(19, 10, 5, .05) 46%);
}

.dnal-hero__media span {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: scale(1.04);
	animation: dnalHeroSlide 72s infinite;
}

.dnal-hero__media span:nth-child(2) {
	animation-delay: 8s;
}

.dnal-hero__media span:nth-child(3) {
	animation-delay: 16s;
}

.dnal-hero__media span:nth-child(4) {
	animation-delay: 24s;
}

.dnal-hero__media span:nth-child(5) {
	animation-delay: 32s;
}

.dnal-hero__media span:nth-child(6) {
	animation-delay: 40s;
}

.dnal-hero__media span:nth-child(7) {
	animation-delay: 48s;
}

.dnal-hero__media span:nth-child(8) {
	animation-delay: 56s;
}

.dnal-hero__media span:nth-child(9) {
	animation-delay: 64s;
}

@keyframes dnalHeroSlide {
	0% {
		opacity: 1;
		transform: scale(1.04) translate3d(0, 0, 0);
	}
	9.5% {
		opacity: 1;
	}
	12% {
		opacity: 0;
		transform: scale(1.12) translate3d(-1.2%, -1%, 0);
	}
	100% {
		opacity: 0;
		transform: scale(1.12) translate3d(-1.2%, -1%, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.dnal-hero__media span {
		animation: none;
		opacity: 0;
		transform: none;
	}

	.dnal-hero__media span:first-child {
		opacity: 1;
	}
}

.dnal-hero__media span {
	filter: brightness(1.22) saturate(1.08) contrast(1.03);
}

.dnal-hero__media::before {
	background: linear-gradient(90deg, rgba(19, 10, 5, .66) 0%, rgba(19, 10, 5, .46) 42%, rgba(19, 10, 5, .08) 100%);
}

.dnal-hero__media::after {
	background: linear-gradient(0deg, rgba(19, 10, 5, .45), rgba(19, 10, 5, .02) 54%);
}

.dnal-hero__content {
	text-shadow: 0 2px 18px rgba(0, 0, 0, .36);
}

.dnal-lead {
	color: rgba(255, 253, 248, .94);
}

.dnal-hero__content {
	max-width: 760px;
	padding: 172px 28px 84px;
	border-left: 4px solid #f2c06d;
	background: linear-gradient(90deg, rgba(18, 10, 5, .62), rgba(18, 10, 5, .34) 72%, rgba(18, 10, 5, 0));
	border-radius: 0 8px 8px 0;
}

.dnal-hero h1 {
	color: #ffffff;
	text-shadow: 0 3px 24px rgba(0, 0, 0, .62);
}

.dnal-eyebrow {
	color: #ffd38a;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
}

.dnal-lead {
	color: #ffffff;
	font-weight: 600;
	text-shadow: 0 2px 16px rgba(0, 0, 0, .58);
}

.dnal-button--primary {
	background: #f2c06d;
	color: #150b05;
	box-shadow: 0 14px 32px rgba(0, 0, 0, .26);
}

.dnal-button--secondary {
	background: rgba(255, 255, 255, .16);
	border-color: rgba(255, 255, 255, .72);
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

@media (max-width: 640px) {
	.dnal-hero__content {
		padding: 132px 18px 56px;
		border-left-width: 3px;
	}
}

@media (max-width: 900px) {
	.dnal-site-nav {
		gap: 16px;
	}

	.dnal-site-nav > div {
		gap: 14px;
	}

	.dnal-hero__content {
		max-width: min(720px, calc(100% - 28px));
	}

	.dnal-contact-card {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.dnal-site-nav {
		left: 0;
		right: 0;
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		background: rgba(23, 13, 7, .9);
	}

	.dnal-site-nav > div {
		justify-content: flex-start;
		gap: 10px 14px;
	}

	.dnal-site-nav > div a {
		line-height: 1.2;
	}

	.dnal-hero {
		min-height: 720px;
		align-items: end;
	}

	.dnal-hero__content {
		width: calc(100% - 24px);
		max-width: none;
		margin: 0 auto 18px;
		padding: 132px 16px 44px;
		background: rgba(18, 10, 5, .68);
		border-radius: 8px;
	}

	.dnal-hero h1 {
		font-size: clamp(34px, 11vw, 46px);
		line-height: 1.04;
	}

	.dnal-lead {
		font-size: 16px;
		line-height: 1.55;
	}

	.dnal-proof {
		margin-top: 28px;
	}

	.dnal-proof span {
		font-size: 13px;
		padding: 8px 11px;
	}

	.dnal-section h2,
	.dnal-contact h2 {
		font-size: clamp(28px, 9vw, 38px);
		line-height: 1.1;
	}

	.dnal-section p,
	.dnal-contact p {
		font-size: 16px;
		line-height: 1.65;
	}

	.dnal-card div,
	.dnal-capabilities > div,
	.dnal-contact-card {
		padding: 20px;
	}

	.dnal-capabilities > div {
		padding-top: 68px;
		min-height: auto;
	}

	.dnal-capabilities > div::before {
		top: 20px;
		left: 20px;
	}

	.dnal-capabilities > div::after {
		top: 37px;
		left: 64px;
	}

	.dnal-stats div {
		min-height: 118px;
	}

	.dnal-contact-card a {
		font-size: 15px;
		line-height: 1.35;
		word-break: break-word;
	}

	.dnal-contact-card .dnal-whatsapp {
		justify-content: flex-start;
		padding: 10px 14px;
	}

	.dnal-footer-note {
		font-size: 13px;
		line-height: 1.5;
	}
}

@media (max-width: 390px) {
	.dnal-site-nav > div {
		gap: 9px 10px;
	}

	.dnal-site-nav a {
		font-size: 11px;
	}

	.dnal-hero__content {
		padding-left: 14px;
		padding-right: 14px;
	}

	.dnal-button {
		padding: 0 16px;
		font-size: 14px;
	}

	.dnal-floating-whatsapp {
		width: 50px;
		min-height: 50px;
		padding: 0;
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.dnal-site-nav {
		padding: 12px 14px 14px;
		border-bottom: 1px solid rgba(242, 192, 109, .24);
		box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
	}

	.dnal-site-nav > div {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		width: 100%;
	}

	.dnal-site-nav > div a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 34px;
		padding: 0 8px;
		border: 1px solid rgba(255, 253, 248, .18);
		border-radius: 999px;
		background: rgba(255, 255, 255, .08);
		color: #fffdf8;
		font-size: 12px;
		font-weight: 800;
		line-height: 1;
		white-space: nowrap;
	}

	.dnal-site-nav > div a:hover,
	.dnal-site-nav > div a:focus-visible {
		border-color: rgba(242, 192, 109, .74);
		background: rgba(242, 192, 109, .16);
		color: #ffd38a;
		outline: none;
	}
}

@media (max-width: 390px) {
	.dnal-site-nav > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dnal-site-nav > div a {
		min-height: 32px;
		font-size: 11px;
	}
}

@media (max-width: 640px) {
	.dnal-site-nav {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 12px;
		padding: 12px 14px;
		background: linear-gradient(180deg, rgba(18, 10, 5, .92), rgba(18, 10, 5, .64));
		border-bottom: 1px solid rgba(242, 192, 109, .2);
	}

	.dnal-brand {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		max-width: 128px;
		padding: 7px 9px;
		border: 1px solid rgba(242, 192, 109, .34);
		border-radius: 8px;
		background: rgba(255, 253, 248, .93);
		box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
	}

	.dnal-brand img {
		width: 104px;
		max-height: 38px;
	}

	.dnal-site-nav > div {
		display: flex;
		flex: 1 1 auto;
		align-items: center;
		justify-content: flex-end;
		gap: 0;
		width: auto;
		max-width: calc(100% - 144px);
		padding-top: 7px;
		text-align: right;
		flex-wrap: wrap;
	}

	.dnal-site-nav > div a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 0;
		padding: 4px 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		color: rgba(255, 253, 248, .9);
		font-size: 12px;
		font-weight: 800;
		line-height: 1.2;
		white-space: nowrap;
	}

	.dnal-site-nav > div a:not(:last-child)::after {
		content: "/";
		display: inline-block;
		margin: 0 7px;
		color: #f2c06d;
		font-weight: 900;
	}

	.dnal-site-nav > div a:hover,
	.dnal-site-nav > div a:focus-visible {
		background: transparent;
		color: #ffd38a;
		outline: none;
	}
}

@media (max-width: 390px) {
	.dnal-brand {
		max-width: 116px;
		padding: 6px 8px;
	}

	.dnal-brand img {
		width: 94px;
	}

	.dnal-site-nav > div {
		max-width: calc(100% - 128px);
		padding-top: 5px;
	}

	.dnal-site-nav > div a {
		font-size: 11px;
	}

	.dnal-site-nav > div a:not(:last-child)::after {
		margin: 0 5px;
	}
}

.dnal-menu-toggle {
	display: none;
}

@media (max-width: 640px) {
	.dnal-site-nav {
		align-items: center;
	}

	.dnal-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
		width: 44px;
		height: 44px;
		border: 1px solid rgba(242, 192, 109, .38);
		border-radius: 8px;
		background: rgba(255, 253, 248, .12);
		color: #fffdf8;
		cursor: pointer;
		box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
	}

	.dnal-menu-toggle span {
		display: block;
		width: 20px;
		height: 2px;
		border-radius: 2px;
		background: currentColor;
		transition: transform .2s ease, opacity .2s ease;
	}

	.dnal-menu-toggle[aria-expanded="true"] span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.dnal-menu-toggle[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.dnal-menu-toggle[aria-expanded="true"] span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.dnal-site-nav > .dnal-nav-links {
		position: absolute;
		top: calc(100% + 8px);
		right: 14px;
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
		width: min(220px, calc(100vw - 28px));
		max-width: none;
		padding: 10px;
		border: 1px solid rgba(242, 192, 109, .26);
		border-radius: 8px;
		background: rgba(18, 10, 5, .96);
		box-shadow: 0 20px 42px rgba(0, 0, 0, .28);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-8px);
		transition: opacity .2s ease, transform .2s ease;
	}

	.dnal-site-nav > .dnal-nav-links.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.dnal-site-nav > .dnal-nav-links a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		min-height: 40px;
		padding: 0 12px;
		border-radius: 6px;
		background: rgba(255, 255, 255, .06);
		color: #fffdf8;
		font-size: 13px;
		font-weight: 800;
		line-height: 1;
	}

	.dnal-site-nav > .dnal-nav-links a:not(:last-child)::after {
		content: none;
	}

	.dnal-site-nav > .dnal-nav-links a:hover,
	.dnal-site-nav > .dnal-nav-links a:focus-visible {
		background: rgba(242, 192, 109, .16);
		color: #ffd38a;
	}
}

@media (max-width: 640px) {
	.dnal-menu-toggle {
		background: #f2c06d;
		border-color: #f2c06d;
		color: #1a0f08;
	}

	.dnal-menu-toggle span {
		height: 3px;
		width: 22px;
		background: #1a0f08;
	}
}

@media (max-width: 640px) {
	.dnal-menu-toggle {
		position: relative;
	}

	.dnal-menu-toggle span {
		display: none;
	}

	.dnal-menu-toggle::before,
	.dnal-menu-toggle::after,
	.dnal-menu-toggle .dnal-menu-bar {
		content: "";
		position: absolute;
		left: 50%;
		width: 24px;
		height: 3px;
		border-radius: 3px;
		background: #1a0f08;
		transform: translateX(-50%);
	}

	.dnal-menu-toggle::before {
		top: 13px;
	}

	.dnal-menu-toggle::after {
		bottom: 13px;
	}

	.dnal-menu-toggle .dnal-menu-bar {
		top: 50%;
	}
}

@media (max-width: 640px) {
	.dnal-brand {
		max-width: 104px;
		padding: 5px 7px;
	}

	.dnal-brand img {
		width: 84px;
		max-height: 32px;
	}

	.dnal-menu-toggle {
		width: 36px;
		height: 36px;
		border-radius: 7px;
	}

	.dnal-menu-toggle::before,
	.dnal-menu-toggle::after,
	.dnal-menu-toggle .dnal-menu-bar {
		width: 19px;
		height: 2px;
	}

	.dnal-menu-toggle::before {
		top: 11px;
	}

	.dnal-menu-toggle .dnal-menu-bar {
		top: 17px;
	}

	.dnal-menu-toggle::after {
		bottom: 11px;
	}
}

@media (max-width: 390px) {
	.dnal-brand {
		max-width: 96px;
		padding: 5px 6px;
	}

	.dnal-brand img {
		width: 78px;
	}

	.dnal-menu-toggle {
		width: 34px;
		height: 34px;
	}

	.dnal-menu-toggle::before,
	.dnal-menu-toggle::after,
	.dnal-menu-toggle .dnal-menu-bar {
		width: 18px;
	}

	.dnal-menu-toggle::before {
		top: 10px;
	}

	.dnal-menu-toggle .dnal-menu-bar {
		top: 16px;
	}

	.dnal-menu-toggle::after {
		bottom: 10px;
	}
}

@media (max-width: 640px) {
	.dnal-menu-toggle {
		width: 30px;
		height: 30px;
		border-radius: 6px;
	}

	.dnal-menu-toggle::before,
	.dnal-menu-toggle::after,
	.dnal-menu-toggle .dnal-menu-bar {
		width: 16px;
		height: 2px;
	}

	.dnal-menu-toggle::before {
		top: 8px;
	}

	.dnal-menu-toggle .dnal-menu-bar {
		top: 14px;
	}

	.dnal-menu-toggle::after {
		bottom: 8px;
	}
}

@media (max-width: 390px) {
	.dnal-menu-toggle {
		width: 28px;
		height: 28px;
	}

	.dnal-menu-toggle::before,
	.dnal-menu-toggle::after,
	.dnal-menu-toggle .dnal-menu-bar {
		width: 15px;
	}

	.dnal-menu-toggle::before {
		top: 8px;
	}

	.dnal-menu-toggle .dnal-menu-bar {
		top: 13px;
	}

	.dnal-menu-toggle::after {
		bottom: 8px;
	}
}

.dnal-hero__media span {
	filter: brightness(1.38) saturate(1.1) contrast(1.02);
}

.dnal-hero__media::before {
	background: linear-gradient(90deg, rgba(19, 10, 5, .48) 0%, rgba(19, 10, 5, .3) 42%, rgba(19, 10, 5, .04) 100%);
}

.dnal-hero__media::after {
	background: linear-gradient(0deg, rgba(19, 10, 5, .32), rgba(19, 10, 5, 0) 58%);
}

@media (max-width: 640px) {
	.dnal-hero__content {
		border-left: 0;
		background: rgba(18, 10, 5, .5);
	}

	.dnal-hero__media span {
		filter: brightness(1.48) saturate(1.12) contrast(1.02);
	}

	.dnal-hero__media::before {
		background: linear-gradient(90deg, rgba(19, 10, 5, .42) 0%, rgba(19, 10, 5, .22) 62%, rgba(19, 10, 5, .04) 100%);
	}

	.dnal-hero__media::after {
		background: linear-gradient(0deg, rgba(19, 10, 5, .28), rgba(19, 10, 5, 0) 60%);
	}
}

.dnal-menu-icon {
	display: none;
}

@media (max-width: 640px) {
	.dnal-menu-toggle::before,
	.dnal-menu-toggle::after,
	.dnal-menu-toggle .dnal-menu-bar,
	.dnal-menu-toggle span {
		display: none !important;
		content: none !important;
	}

	.dnal-menu-icon {
		display: block;
		width: 18px;
		height: 18px;
		fill: none;
		stroke: #1a0f08;
		stroke-width: 2.4;
		stroke-linecap: round;
	}
}

@media (max-width: 390px) {
	.dnal-menu-icon {
		width: 17px;
		height: 17px;
	}
}

@media (max-width: 640px) {
	.dnal-menu-toggle .dnal-menu-icon {
		display: block !important;
		width: 20px !important;
		height: 20px !important;
		stroke: #1a0f08 !important;
		stroke-width: 3 !important;
		fill: none !important;
	}

	.dnal-menu-toggle .dnal-menu-icon line {
		display: block !important;
		stroke: #1a0f08 !important;
		stroke-width: 3 !important;
		stroke-linecap: round !important;
	}
}

@media (max-width: 640px) {
	.dnal-menu-toggle {
		background: rgba(18, 10, 5, .72) !important;
		border-color: rgba(255, 253, 248, .38) !important;
		color: #fffdf8 !important;
	}

	.dnal-menu-toggle .dnal-menu-icon,
	.dnal-menu-toggle .dnal-menu-icon line {
		stroke: #fffdf8 !important;
	}
}

@media (max-width: 640px) {
	.dnal-menu-toggle {
		background: rgba(255, 253, 248, .94) !important;
		border-color: rgba(242, 192, 109, .5) !important;
		box-shadow: 0 10px 24px rgba(0, 0, 0, .22) !important;
	}

	.dnal-menu-toggle .dnal-menu-icon,
	.dnal-menu-toggle .dnal-menu-icon line {
		stroke: #1a0f08 !important;
	}
}

@media (max-width: 640px) {
	.dnal-menu-toggle {
		background: #fffdf8 !important;
		border: 1px solid rgba(242, 192, 109, .55) !important;
		width: 34px !important;
		height: 34px !important;
		padding: 0 !important;
	}

	.dnal-menu-toggle .dnal-menu-icon {
		display: block !important;
		width: 22px !important;
		height: 22px !important;
		object-fit: contain !important;
		margin: 0 !important;
	}
}

@media (max-width: 390px) {
	.dnal-menu-toggle {
		width: 32px !important;
		height: 32px !important;
	}

	.dnal-menu-toggle .dnal-menu-icon {
		width: 20px !important;
		height: 20px !important;
	}
}

.dnal-hero .dnal-button--primary {
	background: #25d366;
	color: #06180d;
	border-color: #25d366;
	box-shadow: 0 16px 34px rgba(37, 211, 102, .34), 0 10px 26px rgba(0, 0, 0, .24);
}

.dnal-hero .dnal-button--primary:hover {
	background: #38eb79;
	border-color: #38eb79;
}

.dnal-hero .dnal-button--secondary {
	background: #fffdf8;
	color: #1a0f08;
	border-color: #fffdf8;
	box-shadow: 0 16px 34px rgba(255, 253, 248, .24), 0 10px 26px rgba(0, 0, 0, .22);
}

.dnal-hero .dnal-button--secondary:hover {
	background: #f2c06d;
	border-color: #f2c06d;
	color: #150b05;
}

.dnal-hero h1 {
	color: #fff7df;
}

.dnal-eyebrow {
	color: #f2c06d;
}

.dnal-lead {
	color: #fffdf8;
}

.dnal-proof span {
	background: rgba(255, 253, 248, .92);
	border-color: rgba(242, 192, 109, .72);
	color: #1a0f08;
	font-weight: 800;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.dnal-proof span:hover {
	background: #f2c06d;
	border-color: #f2c06d;
	transform: translateY(-2px);
}

.dnal-hero__content {
	background: linear-gradient(90deg, rgba(50, 30, 12, .54), rgba(50, 30, 12, .24) 72%, rgba(50, 30, 12, 0));
}

@media (max-width: 640px) {
	.dnal-hero__content {
		background: rgba(50, 30, 12, .42);
	}

	.dnal-proof span {
		background: rgba(255, 253, 248, .95);
		color: #1a0f08;
	}
}

:root {
	--dnal-bright-yellow: #ffd400;
	--dnal-bright-cream: #fff9d8;
}

.dnal-eyebrow,
.dnal-kicker {
	color: var(--dnal-bright-yellow);
}

.dnal-hero h1 {
	color: #ffffff;
}

.dnal-hero h1 strong,
.dnal-section h2 strong,
.dnal-contact h2 strong {
	color: var(--dnal-bright-yellow);
}

.dnal-proof span {
	background: var(--dnal-bright-yellow);
	border-color: var(--dnal-bright-yellow);
	color: #100905;
}

.dnal-proof span:hover {
	background: #ffea00;
	border-color: #ffea00;
}

.dnal-button--primary,
.dnal-hero .dnal-button--secondary:hover,
.dnal-capabilities > div::before {
	background: var(--dnal-bright-yellow);
	border-color: var(--dnal-bright-yellow);
	color: #100905;
}

.dnal-capabilities > div::after {
	background: var(--dnal-bright-yellow);
}

.dnal-stats strong {
	color: var(--dnal-bright-yellow);
}

.dnal-brand {
	border-color: rgba(255, 212, 0, .62);
}

@media (max-width: 640px) {
	.dnal-proof span {
		background: var(--dnal-bright-yellow);
		border-color: var(--dnal-bright-yellow);
	}
}

.dnal-button,
.dnal-button:hover,
.dnal-button:focus,
.dnal-button:visited,
.dnal-contact-card a,
.dnal-contact-card a:hover,
.dnal-contact-card a:focus,
.dnal-floating-whatsapp,
.dnal-floating-whatsapp:hover,
.dnal-floating-whatsapp:focus,
.dnal-site-nav a,
.dnal-site-nav a:hover,
.dnal-site-nav a:focus {
	text-decoration: none !important;
}

@media (max-width: 640px) {
	.dnal-site-nav {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 1000 !important;
		background: linear-gradient(180deg, rgba(18, 10, 5, .94), rgba(18, 10, 5, .72)) !important;
		backdrop-filter: blur(14px);
	}

	.dnal-hero {
		padding-top: 72px;
	}

	.dnal-hero__media {
		top: 0;
	}

	.dnal-site-nav > .dnal-nav-links {
		position: fixed;
		top: 70px;
		right: 14px;
		z-index: 1001;
	}
}

@media (max-width: 390px) {
	.dnal-hero {
		padding-top: 66px;
	}

	.dnal-site-nav > .dnal-nav-links {
		top: 64px;
	}
}

@media (max-width: 640px) {
	.dnal-brand {
		background: transparent !important;
		border-color: transparent !important;
		box-shadow: none !important;
		padding: 0 !important;
	}

	.dnal-brand img {
		filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .35));
	}
}

.dnal-brand,
.dnal-site-nav .dnal-brand,
.dnal-site-nav a.dnal-brand {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.dnal-brand img {
	background: transparent !important;
	box-shadow: none !important;
}

@media (max-width: 640px) {
	.dnal-brand,
	.dnal-site-nav .dnal-brand,
	.dnal-site-nav a.dnal-brand {
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		padding: 0 !important;
	}
}

@media (max-width: 640px) {
	.dnal-proof {
		justify-content: center;
		text-align: center;
	}
}

.dnal-section h2,
.dnal-contact h2 {
	position: relative;
	display: inline-block;
	padding-bottom: 18px;
}

.dnal-section h2::after,
.dnal-contact h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: min(180px, 70%);
	height: 10px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='10' viewBox='0 0 180 10'%3E%3Cpath d='M2 6 C18 1, 32 11, 48 5 S78 1, 94 6 S124 11, 140 5 S164 1, 178 6' fill='none' stroke='%23ffd400' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") left center / 100% 100% no-repeat;
}

.dnal-contact h2::after,
.dnal-sustainability h2::after {
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .18));
}

@media (max-width: 640px) {
	.dnal-section h2,
	.dnal-contact h2 {
		padding-bottom: 16px;
	}

	.dnal-section h2::after,
	.dnal-contact h2::after {
		width: min(150px, 78%);
		height: 8px;
	}
}

.dnal-section h2::after,
.dnal-contact h2::after {
	display: none !important;
}

.dnal-kicker {
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
}

.dnal-kicker::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 92px;
	height: 8px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92' height='8' viewBox='0 0 92 8'%3E%3Cpath d='M2 5 C11 1, 19 8, 28 4 S45 1, 54 5 S72 8, 90 4' fill='none' stroke='%23ffd400' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") left center / 100% 100% no-repeat;
}

@media (max-width: 640px) {
	.dnal-kicker::after {
		width: 78px;
	}
}


.dnal-floating-whatsapp {
	overflow: visible;
}

.dnal-floating-whatsapp::after {
	display: none !important;
	content: none !important;
}

@media (max-width: 640px) {
	.dnal-floating-whatsapp {
		width: 52px;
		min-width: 52px;
		height: 52px;
		padding: 0;
		justify-content: center;
		gap: 0;
	}
}


.dnal-section,
.dnal-contact {
	content-visibility: auto;
	contain-intrinsic-size: 720px;
}

.dnal-hero,
.dnal-site-nav {
	content-visibility: visible;
}

.dnal-site-nav {
	display: grid;
	grid-template-columns: minmax(120px, 180px) minmax(190px, 1fr) auto;
	align-items: center;
}

.dnal-site-nav > .dnal-nav-links {
	justify-self: end;
}

.dnal-export-route {
	justify-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(34vw, 360px);
	min-width: 210px;
	height: 38px;
	gap: 9px;
	pointer-events: none;
}

.dnal-uganda-flag {
	position: relative;
	flex: 0 0 auto;
	width: 44px;
	height: 28px;
	border-radius: 5px;
	background: linear-gradient(to bottom, #050505 0 16.66%, #ffd100 16.66% 33.33%, #d90000 33.33% 50%, #050505 50% 66.66%, #ffd100 66.66% 83.33%, #d90000 83.33% 100%);
	box-shadow: 0 8px 22px rgba(0, 0, 0, .28), inset 0 0 0 1px rgba(255, 253, 248, .45);
}

.dnal-uganda-flag::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 38%, #fffdf8 0 42%, #d9d1c4 43% 55%, transparent 56%);
	transform: translate(-50%, -50%);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .28);
}

.dnal-route-line {
	flex: 1 1 auto;
	min-width: 110px;
	height: 34px;
	overflow: visible;
}

.dnal-route-line path {
	fill: none;
	stroke: #ffd400;
	stroke-width: 3.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 10 9;
	filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .35));
	animation: dnalRouteDash 2.8s linear infinite;
}

.dnal-route-plane {
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	color: #fffdf8;
	fill: currentColor;
	filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .4));
	transform: rotate(-14deg);
	animation: dnalPlaneGlide 3.4s ease-in-out infinite;
}

@keyframes dnalRouteDash {
	to {
		stroke-dashoffset: -38;
	}
}

@keyframes dnalPlaneGlide {
	0%, 100% {
		transform: translate3d(0, 0, 0) rotate(-14deg);
	}
	50% {
		transform: translate3d(7px, -3px, 0) rotate(-8deg);
	}
}

@media (max-width: 900px) {
	.dnal-site-nav {
		grid-template-columns: minmax(104px, 1fr) auto;
	}

	.dnal-export-route {
		display: none !important;
	}
}

/* DNAL mobile export route override v20260718e */

@media (max-width: 900px) {
	.dnal-site-nav {
		grid-template-columns: minmax(96px, max-content) minmax(92px, 1fr) auto !important;
		gap: clamp(8px, 2vw, 14px) !important;
	}

	.dnal-export-route {
		display: flex !important;
		width: clamp(104px, 30vw, 190px);
		min-width: 0;
		height: 32px;
		gap: 6px;
	}

	.dnal-uganda-flag {
		width: 34px;
		height: 22px;
		border-radius: 4px;
	}

	.dnal-uganda-flag::after {
		width: 9px;
		height: 9px;
	}

	.dnal-route-line {
		min-width: 34px;
		height: 24px;
	}

	.dnal-route-line path {
		stroke-width: 3;
		stroke-dasharray: 8 7;
	}

	.dnal-route-plane {
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 640px) {
	.dnal-site-nav {
		grid-template-columns: 92px minmax(84px, 1fr) 44px !important;
		gap: 8px !important;
		padding: 12px 12px !important;
	}

	.dnal-brand img {
		width: 92px !important;
		max-height: 34px !important;
	}

	.dnal-export-route {
		justify-self: center;
		width: clamp(90px, 34vw, 128px);
	}
}

@media (max-width: 390px) {
	.dnal-site-nav {
		grid-template-columns: 80px minmax(78px, 1fr) 40px !important;
		gap: 6px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.dnal-brand img {
		width: 80px !important;
	}

	.dnal-export-route {
		width: clamp(78px, 32vw, 108px);
		gap: 4px;
	}

	.dnal-uganda-flag {
		width: 28px;
		height: 18px;
	}

	.dnal-route-line {
		min-width: 24px;
	}

	.dnal-route-plane {
		width: 20px;
		height: 20px;
	}
}

/* DNAL mobile export route nowrap fix v20260718f */
@media (max-width: 900px) {
	.dnal-site-nav > .dnal-export-route {
		display: inline-flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: center !important;
		white-space: nowrap !important;
	}

	.dnal-export-route > * {
		flex-shrink: 0 !important;
	}

	.dnal-export-route .dnal-route-line {
		flex: 1 1 34px !important;
		min-width: 28px !important;
		max-width: 72px !important;
	}
}

@media (max-width: 390px) {
	.dnal-export-route .dnal-route-line {
		min-width: 20px !important;
		max-width: 46px !important;
	}
}

/* DNAL hero bright text contrast v20260718g */
.dnal-hero {
	--dnal-hero-yellow: #fff200;
	--dnal-hero-white: #ffffff;
	--dnal-hero-dark: #090502;
}

.dnal-hero__media::before {
	background: linear-gradient(90deg, rgba(9, 5, 2, .82) 0%, rgba(9, 5, 2, .64) 44%, rgba(9, 5, 2, .18) 100%) !important;
}

.dnal-hero__media::after {
	background: linear-gradient(0deg, rgba(9, 5, 2, .68), rgba(9, 5, 2, .08) 58%) !important;
}

.dnal-hero__content {
	color: var(--dnal-hero-white) !important;
	background: linear-gradient(90deg, rgba(9, 5, 2, .68), rgba(9, 5, 2, .42) 72%, rgba(9, 5, 2, 0)) !important;
	border-left-color: var(--dnal-hero-yellow) !important;
	text-shadow: 0 3px 4px rgba(0, 0, 0, .88), 0 0 26px rgba(0, 0, 0, .72) !important;
}

.dnal-hero .dnal-eyebrow {
	color: var(--dnal-hero-yellow) !important;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .9), 0 0 18px rgba(0, 0, 0, .78) !important;
}

.dnal-hero h1 {
	color: var(--dnal-hero-white) !important;
	text-shadow: 0 4px 5px rgba(0, 0, 0, .92), 0 0 30px rgba(0, 0, 0, .76) !important;
}

.dnal-hero .dnal-lead {
	color: var(--dnal-hero-white) !important;
	font-weight: 750 !important;
	text-shadow: 0 3px 4px rgba(0, 0, 0, .92), 0 0 24px rgba(0, 0, 0, .78) !important;
}

.dnal-hero .dnal-button--primary,
.dnal-hero .dnal-button--secondary:hover,
.dnal-hero .dnal-proof span {
	background: var(--dnal-hero-yellow) !important;
	border-color: var(--dnal-hero-yellow) !important;
	color: var(--dnal-hero-dark) !important;
}

.dnal-hero .dnal-button--primary:hover,
.dnal-hero .dnal-proof span:hover {
	background: #ffff00 !important;
	border-color: #ffff00 !important;
}

.dnal-hero .dnal-button--secondary {
	background: var(--dnal-hero-white) !important;
	border-color: var(--dnal-hero-white) !important;
	color: var(--dnal-hero-dark) !important;
}

.dnal-hero .dnal-proof span {
	font-weight: 900 !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .34), 0 0 0 1px rgba(255, 255, 255, .28) inset !important;
}

@media (max-width: 640px) {
	.dnal-hero__content {
		background: rgba(9, 5, 2, .68) !important;
	}
}

/* DNAL hero image-led treatment v20260718h */
.dnal-hero__content {
	background: transparent !important;
	border-left-color: #fff200 !important;
	box-shadow: none !important;
}

.dnal-hero__media::before {
	background: linear-gradient(90deg, rgba(9, 5, 2, .48) 0%, rgba(9, 5, 2, .22) 42%, rgba(9, 5, 2, .04) 100%) !important;
}

.dnal-hero__media::after {
	background: linear-gradient(0deg, rgba(9, 5, 2, .34), rgba(9, 5, 2, .02) 58%) !important;
}

.dnal-hero h1,
.dnal-hero .dnal-lead,
.dnal-hero .dnal-eyebrow {
	text-shadow: 0 2px 3px rgba(0, 0, 0, .95), 0 0 18px rgba(0, 0, 0, .72), 0 0 2px rgba(0, 0, 0, 1) !important;
}

.dnal-hero .dnal-eyebrow {
	color: #fff200 !important;
}

@media (max-width: 640px) {
	.dnal-hero__content {
		background: transparent !important;
		border-left-width: 3px;
	}
}

/* DNAL hero control clean text v20260718i */
.dnal-hero .dnal-actions,
.dnal-hero .dnal-actions *,
.dnal-hero .dnal-proof,
.dnal-hero .dnal-proof * {
	text-shadow: none !important;
}

.dnal-hero .dnal-button,
.dnal-hero .dnal-proof span {
	filter: none !important;
}

/* DNAL supply export logistics background v20260719b */
.dnal-supply {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #f5efe4 url("https://dnalcocoaandcoffeeugandaltd.com/wp-content/themes/nature21/assets/images/dnal-supply-export-logistics.webp") center / cover no-repeat !important;
}

.dnal-supply::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(255, 253, 248, .9), rgba(255, 253, 248, .7) 46%, rgba(255, 253, 248, .38) 100%);
}

.dnal-supply .dnal-shell {
	position: relative;
	z-index: 1;
}

.dnal-supply .dnal-section-head {
	padding: 24px 0;
}

.dnal-supply .dnal-kicker,
.dnal-supply h2 {
	color: #100905 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .72);
}

.dnal-supply .dnal-capabilities {
	background: rgba(255, 210, 0, .58) !important;
	border-color: rgba(255, 210, 0, .72) !important;
	box-shadow: 0 22px 55px rgba(40, 26, 12, .18);
}

.dnal-supply .dnal-capabilities > div {
	background: rgba(255, 253, 248, .94) !important;
	backdrop-filter: blur(2px);
}

@media (max-width: 640px) {
	.dnal-supply {
		background-position: 58% center !important;
	}

	.dnal-supply::before {
		background: rgba(255, 253, 248, .82);
	}
}

/* DNAL export globe icon v20260719c */
.dnal-route-globe {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	color: #fff200;
	fill: rgba(255, 242, 0, .12);
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .34));
	animation: dnalGlobePulse 3.6s ease-in-out infinite;
}

@keyframes dnalGlobePulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.08);
	}
}

@media (max-width: 900px) {
	.dnal-route-globe {
		width: 23px;
		height: 23px;
		stroke-width: 2;
	}
}

@media (max-width: 390px) {
	.dnal-route-globe {
		width: 19px;
		height: 19px;
	}
}

/* DNAL contact card alignment v20260719d */
.dnal-contact__inner {
	grid-template-columns: minmax(0, 1fr) minmax(390px, 440px) !important;
	gap: clamp(30px, 5vw, 56px) !important;
}

.dnal-contact-card {
	gap: 12px !important;
	padding: clamp(22px, 3vw, 30px) !important;
	border: 1px solid rgba(255, 210, 0, .22);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .2), inset 0 0 0 1px rgba(255, 255, 255, .58) !important;
}

.dnal-contact-card a,
.dnal-contact-card .dnal-whatsapp {
	display: grid !important;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center !important;
	justify-content: stretch !important;
	column-gap: 12px;
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 11px 14px !important;
	border-radius: 7px !important;
	line-height: 1.25;
	word-break: normal;
	overflow-wrap: anywhere;
}

.dnal-contact-card a:not(.dnal-whatsapp) {
	background: rgba(245, 239, 228, .72);
	border: 1px solid rgba(217, 200, 174, .72);
}

.dnal-contact-card .dnal-whatsapp {
	background: #168f4a !important;
	color: #fffdf8 !important;
	border: 1px solid rgba(22, 143, 74, .92);
}

.dnal-contact-card a .dnal-link-icon,
.dnal-contact-card .dnal-whatsapp .dnal-link-icon {
	grid-column: 1;
	width: 22px !important;
	height: 22px !important;
	margin: 0 !important;
	justify-self: center;
}

.dnal-contact-card a span,
.dnal-contact-card .dnal-whatsapp span {
	grid-column: 2;
	min-width: 0;
	display: block;
	overflow-wrap: anywhere;
	word-break: normal;
}

.dnal-contact-card small {
	margin: -4px 0 4px 40px !important;
	line-height: 1.35;
}

.dnal-contact-card p {
	margin-top: 10px !important;
	overflow-wrap: anywhere;
}

@media (max-width: 900px) {
	.dnal-contact__inner {
		grid-template-columns: 1fr !important;
	}

	.dnal-contact-card {
		max-width: 560px;
		margin: 0 auto;
	}
}

@media (max-width: 640px) {
	.dnal-contact-card a,
	.dnal-contact-card .dnal-whatsapp {
		grid-template-columns: 24px minmax(0, 1fr);
		column-gap: 10px;
		padding: 10px 12px !important;
		font-size: 14px !important;
	}

	.dnal-contact-card a .dnal-link-icon,
	.dnal-contact-card .dnal-whatsapp .dnal-link-icon {
		width: 20px !important;
		height: 20px !important;
	}

	.dnal-contact-card small {
		margin-left: 34px !important;
	}
}

/* DNAL contact card manager sales location website v20260719e */
.dnal-contact-card {
	gap: 10px !important;
}

.dnal-contact-card .dnal-contact-row {
	display: grid !important;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center !important;
	gap: 0 12px;
	width: 100%;
	min-width: 0;
	min-height: 54px;
	padding: 11px 14px !important;
	border-radius: 8px !important;
	background: rgba(245, 239, 228, .76);
	border: 1px solid rgba(217, 200, 174, .76);
	color: #24160d;
	font-size: 15px !important;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none !important;
	overflow-wrap: anywhere;
}

.dnal-contact-card .dnal-contact-row.dnal-whatsapp {
	background: #168f4a !important;
	border-color: #168f4a !important;
	color: #fffdf8 !important;
}

.dnal-contact-card .dnal-contact-row--website {
	grid-template-columns: 28px minmax(0, 1fr) auto;
	gap: 0 10px;
}

.dnal-contact-card .dnal-contact-row .dnal-link-icon {
	grid-column: 1;
	justify-self: center;
	width: 22px !important;
	height: 22px !important;
	margin: 0 !important;
	fill: currentColor;
}

.dnal-contact-text {
	grid-column: 2;
	min-width: 0;
	display: grid !important;
	gap: 3px;
}

.dnal-contact-text small {
	display: block;
	margin: 0 !important;
	color: #78634d;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.dnal-contact-card .dnal-whatsapp .dnal-contact-text small {
	color: rgba(255, 253, 248, .76);
}

.dnal-contact-text strong {
	display: block;
	min-width: 0;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
	overflow-wrap: anywhere;
	word-break: normal;
}

.dnal-copy-site {
	grid-column: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 72px;
	height: 38px;
	padding: 0 10px;
	border: 0;
	border-radius: 7px;
	background: #fff200;
	color: #100905;
	font: inherit;
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
}

.dnal-copy-site svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

@media (max-width: 640px) {
	.dnal-contact-card .dnal-contact-row {
		grid-template-columns: 24px minmax(0, 1fr);
		gap: 0 10px;
		min-height: 52px;
		padding: 10px 11px !important;
	}

	.dnal-contact-card .dnal-contact-row--website {
		grid-template-columns: 24px minmax(0, 1fr);
		row-gap: 10px;
	}

	.dnal-copy-site {
		grid-column: 2;
		justify-self: start;
		height: 34px;
		min-width: 68px;
	}

	.dnal-contact-text strong {
		font-size: 14px;
	}
}

